|
53 | 53 | <string name="android_dist_source">Quelle</string> |
54 | 54 | <string name="android_dist_title">Android Version Vertriebsstatistik</string> |
55 | 55 | <string name="android_dist_subtitle_format">Updatezeit: %s</string> |
56 | | - <string name="chart_abi_detailed">Detailed</string> |
57 | | - <string name="chart_abi_concise">Concise</string> |
| 56 | + <string name="chart_abi_detailed"></string> |
| 57 | + <string name="chart_abi_concise"></string> |
58 | 58 | <!-- About --> |
59 | 59 | <string name="settings_about">Über</string> |
60 | 60 | <string name="settings_about_summary">Dies ist LibChecker!</string> |
|
107 | 107 | <string name="detail_label">View App Details</string> |
108 | 108 | <string name="not_found">Not found</string> |
109 | 109 | <string name="create_an_issue">Assist us to supplement the information</string> |
110 | | - <string name="app_bundle_details">The Android App Bundle is Android\'s new, official publishing format that offers a more efficient way to build and release your app. The Android App Bundle lets you more easily deliver a great experience in a smaller app size, which can improve install success and reduce uninstalls. It\'s easy to switch. You don\'t need to refactor your code to start benefiting from a smaller app. And once you\'ve switched, you\'ll benefit from modular app development and customizable feature delivery.</string> |
111 | | - <string name="kotlin_details">Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin\'s standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.</string> |
| 110 | + <string name="app_bundle_details">.</string> |
| 111 | + <string name="kotlin_details">.</string> |
112 | 112 | <string name="items_count">Items count: </string> |
113 | 113 | <string name="further_operation">Further Operation</string> |
114 | 114 | <string name="app_info_launch">Launch</string> |
115 | 115 | <string name="app_info_settings">Settings</string> |
116 | | - <string name="lib_detail_dialog_title">Library Details</string> |
| 116 | + <string name="lib_detail_dialog_title"></string> |
117 | 117 | <string name="lib_permission_dialog_title">Permission Detail</string> |
118 | | - <string name="agp_details">The Android Studio build system is based on Gradle, and the Android Gradle plugin adds several features that are specific to building Android apps. Although the Android plugin is typically updated in lock-step with Android Studio, the plugin (and the rest of the Gradle system) can run independent of Android Studio and be updated separately.</string> |
| 118 | + <string name="agp_details">.</string> |
119 | 119 | <string name="xposed_module">Xposed Module</string> |
120 | | - <string name="xposed_module_details">Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That\'s great because it means that modules can work for different versions and even ROMs without any changes.</string> |
| 120 | + <string name="xposed_module_details">.</string> |
121 | 121 | <string name="play_app_signing">Play App Signing</string> |
122 | | - <string name="play_app_signing_details">With Play App Signing, Google manages and protects your app\'s signing key for you and uses it to sign optimized, distribution APKs that are generated from your app bundles. Play App Signing stores your app signing key on Google’s secure infrastructure and offers upgrade options to increase security.</string> |
| 122 | + <string name="play_app_signing_details">.</string> |
123 | 123 | <string name="pwa_details">Progressive Web Apps (PWA) are built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase.</string> |
124 | 124 | <string name="jetpack_compose_details">Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.</string> |
125 | 125 | <string name="extract_native_libs_tip">The app declares </string> |
126 | 126 | <string name="xml_detail">XML Detail</string> |
127 | 127 | <string name="lib_detail_dialog_title_16kb_page_size">16 KB Page Size Support</string> |
128 | | - <string name="lib_detail_dialog_content_16kb_page_size">Historically, Android has only supported 4 KB memory page sizes, which has optimized system memory performance for the average amount of total memory that Android devices have typically had. Beginning with Android 15, AOSP supports devices that are configured to use a page size of 16 KB (16 KB devices). If your app uses any NDK libraries, either directly or indirectly through an SDK, then you will need to rebuild your app for it to work on these 16 KB devices.</string> |
| 128 | + <string name="lib_detail_dialog_content_16kb_page_size">.</string> |
129 | 129 | <string name="format_last_updated">Updated at: %s</string> |
130 | 130 | <string name="menu_process">Process</string> |
131 | 131 | <string name="menu_split">Split</string> |
132 | 132 | <string name="alternative_launch_method">Alternative Launch Method</string> |
133 | 133 | <string name="compare_with_current">Compare with current package</string> |
134 | | - <string name="rx_detail">RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.</string> |
| 134 | + <string name="rx_detail">.</string> |
135 | 135 | <string name="rx_android_detail">Reactive Extensions for Android</string> |
136 | 136 | <string name="rx_kotlin_detail">Kotlin Extensions for RxJava</string> |
137 | 137 | <string name="permission_not_granted">Not Granted</string> |
|
0 commit comments