GKMSPatch/manager/src/main/res/values/strings.xml

113 lines
7.6 KiB
XML

<resources>
<string name="add">Add</string>
<string name="install">Install</string>
<string name="installing">Installing</string>
<string name="uninstall">Uninstall</string>
<string name="uninstalling">Uninstalling</string>
<string name="copy_error">Copy error</string>
<string name="apps">Apps</string>
<string name="modules">Modules</string>
<string name="shizuku_available">Shizuku service available</string>
<string name="shizuku_unavailable">Shizuku service not connected</string>
<string name="screen_home">Home</string>
<string name="screen_repo">Repo</string>
<string name="screen_logs">Logs</string>
<string name="off">Off</string>
<string name="error_unknown">Unknown error</string>
<!-- Home Screen -->
<string name="home_shizuku_warning">Some functions unavailable</string>
<string name="home_api_version">API Version</string>
<string name="home_npatch_version">NPatch Version</string>
<string name="home_framework_version">Framework Version</string>
<string name="home_system_version">System Version</string>
<string name="home_device">Device</string>
<string name="home_device_info">Equipment Information</string>
<string name="coming_soon">Stay tuned</string>
<string name="home_system_abi">System ABI</string>
<string name="home_info_copied">Copied to clipboard</string>
<string name="home_support">Support</string>
<string name="home_description">NPatch is a free non-root Xposed framework based on LSPosed core.</string>
<string name="home_view_source_code"><![CDATA[View source code at %1$s<br/>Join our %2$s channel]]></string>
<!-- Manage Screen -->
<string name="screen_manage">Manage</string>
<string name="manage_loading">Loading</string>
<string name="manage_no_apps">No patched apps yet</string>
<string name="manage_rolling">Rolling</string>
<string name="manage_update_loader">Update loader</string>
<string name="manage_update_loader_successfully">Update successfully</string>
<string name="manage_update_loader_failed">Update failed</string>
<string name="manage_module_scope">Module scope</string>
<string name="manage_optimize">Optimize</string>
<string name="manage_optimize_successfully">Optimize successfully</string>
<string name="manage_optimize_failed">Optimize failed</string>
<string name="manage_uninstall_successfully">Uninstall successfully</string>
<string name="manage_no_modules">No modules yet</string>
<string name="manage_module_settings">Module settings</string>
<string name="manage_app_info">App info</string>
<string name="manage_check_manager_package_name">This program is managed by %1s\nModifying the scope %2s within this manager will not take effect\nPlease re-patch to resolve this issue</string>
<!-- New Patch Screen -->
<string name="screen_new_patch">New Patch</string>
<string name="patch_select_dir_title">Select storage directory</string>
<string name="patch_select_dir_text">Select a directory to store the patched apks</string>
<string name="patch_select_dir_error">Error when setting storage directory</string>
<string name="patch_from_storage">Select apk(s) from storage</string>
<string name="patch_from_applist">Select an installed app</string>
<string name="patch_mode">Patch Mode</string>
<string name="patch_local">Local</string>
<string name="patch_local_desc">Patches apps without embedding modules.\nThe Xposed scope can be dynamically changed without needing to re-patch.\nThis mode can only be used locally with the NPatch Manager.</string>
<string name="patch_integrated">Integrated</string>
<string name="patch_integrated_desc">Patches apps with built-in modules.\nThe patched app can run independently without the Manager, but it cannot dynamically manage configurations.\nThis mode is suitable for apps that need to run on devices without the NPatch Manager installed.</string>
<string name="patch_embed_modules">Embed modules</string>
<string name="patch_debuggable">Debuggable</string>
<string name="patch_sigbypass">Signature bypass</string>
<string name="patch_sigbypasslv0">lv0: Off</string>
<string name="patch_sigbypasslv1">lv1: Bypass PM</string>
<string name="patch_sigbypasslv2">lv2: Bypass PM + openat (libc)</string>
<string name="patch_sigbypasslv3">lv3: Bypass PM + openat(libc) + SVC (v8a only) (testing)</string>
<string name="patch_new_package">Patch New PackageName</string>
<string name="hint_patch_new_package">Input a new package for app</string>
<string name="patch_override_version_code">Override version code</string>
<string name="patch_override_version_code_desc">Override the patched app\'s version code to 1\nThis allows downgrade installation in the future, and generally this will not affect the version code actually perceived by the application</string>
<string name="patch_inject_mt_provider">Inject Files Provider</string>
<string name="patch_inject_mt_provider_desc">Inject file providers to manage files in the data directory without root privileges (From MT Manager)</string>
<string name="patch_inject_dex">Inject loader dex</string>
<string name="patch_inject_dex_desc">For applications with isolated services, such as the render engines of browsers, please turn on this option to ensure that they work properly.</string>
<string name="patch_output_log_to_media">Output Log to Media Directory</string>
<string name="patch_output_log_to_media_desc">Output the Xposed log to the target application Media directory.</string>
<string name="patch_start">Start Patch</string>
<string name="patch_return">Return</string>
<string name="patch_uninstall_text">Due to different signatures, you need to uninstall the original app before installing the patched one.\nMake sure you have backed up personal data.</string>
<string name="patch_install_successfully">Install successfully</string>
<string name="patch_install_failed">Install failed</string>
<string name="patch_no_xposed_module">No Xposed module(s) were found</string>
<!-- Select Apps Screen -->
<string name="screen_select_apps">Select Apps</string>
<!-- Settings Screen -->
<string name="screen_settings">Settings</string>
<string name="settings_keystore">Signature keystore</string>
<string name="settings_keystore_default">Built-in</string>
<string name="settings_keystore_custom">Custom</string>
<string name="settings_keystore_dialog_title">Custom keystore</string>
<string name="settings_keystore_file">Keystore file</string>
<string name="settings_keystore_password">Password</string>
<string name="settings_keystore_alias">Alias</string>
<string name="settings_keystore_alias_password">Alias password</string>
<string name="settings_keystore_desc">Set keystore (BKS)</string>
<string name="settings_keystore_wrong_keystore">Wrong type of keystore</string>
<string name="settings_keystore_wrong_password">Wrong keystore password</string>
<string name="settings_keystore_wrong_alias">Wrong alias name</string>
<string name="settings_keystore_wrong_alias_password">Wrong alias password</string>
<string name="settings_storage_directory">change storage directory</string>
<string name="settings_detail_patch_logs">Detail patch logs</string>
<!-- MiUI Uninstall Desc -->
<string name="miui_uninstall_title">💩卸💩载💩金💩凡💩</string>
<string name="miui_uninstall_content">金凡祭天,法力无边\n所以這就是那個魔改到連使用者列表都無法訪問的系統嗎?
\n\n(我們專門為小米手機桌面解除安裝添加了提示,提升使用者體驗)</string>
</resources>