Skip to content

Commit 30f86da

Browse files
committed
Remove unnecessary translations in zh-HK
1 parent bab8bd2 commit 30f86da

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed
Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="add">Add</string>
43
<string name="install">安裝</string>
54
<string name="installing">安裝中</string>
65
<string name="uninstall">卸载</string>
7-
<string name="uninstalling">Uninstalling</string>
8-
<string name="copy_error">Copy error</string>
9-
<string name="apps">Apps</string>
10-
<string name="modules">Modules</string>
116
<string name="shizuku_available">Shizuku 服務可用</string>
127
<string name="shizuku_unavailable">Shizuku 服務未連接</string>
138
<string name="screen_repo">Repo</string>
149
<string name="screen_logs">日誌</string>
15-
<string name="off">Off</string>
16-
<string name="error_unknown">Unknown error</string>
17-
<!-- Home Screen -->
18-
<string name="home_shizuku_warning">Some functions unavailable</string>
19-
<string name="home_api_version">API Version</string>
20-
<string name="home_lspatch_version">LSPatch Version</string>
21-
<string name="home_framework_version">Framework Version</string>
22-
<string name="home_system_version">System Version</string>
23-
<string name="home_device">Device</string>
24-
<string name="home_system_abi">System ABI</string>
25-
<string name="home_info_copied">Copied to clipboard</string>
26-
<string name="home_support">Support</string>
27-
<string name="home_description">LSPatch is a free non-root Xposed framework based on LSPosed core.</string>
28-
<string name="home_view_source_code"><![CDATA[View source code at %1$s<br/>Join our %2$s channel]]></string>
29-
<!-- Manage Screen -->
30-
<string name="screen_manage">Manage</string>
31-
<string name="manage_loading">Loading</string>
32-
<string name="manage_no_apps">No patched apps yet</string>
33-
<string name="manage_rolling">Rolling</string>
34-
<string name="manage_update_loader">Update loader</string>
35-
<string name="manage_update_loader_successfully">Update successfully</string>
36-
<string name="manage_update_loader_failed">Update failed</string>
37-
<string name="manage_module_scope">Module scope</string>
38-
<string name="manage_optimize">Optimize</string>
39-
<string name="manage_optimize_successfully">Optimize successfully</string>
40-
<string name="manage_optimize_failed">Optimize failed</string>
41-
<string name="manage_uninstall_successfully">Uninstall successfully</string>
42-
<string name="manage_no_modules">No modules yet</string>
43-
<string name="manage_module_settings">Module settings</string>
44-
<string name="manage_app_info">App info</string>
45-
<!-- New Patch Screen -->
46-
<string name="screen_new_patch">New Patch</string>
47-
<string name="patch_select_dir_title">Select storage directory</string>
48-
<string name="patch_select_dir_text">Select a directory to store the patched apks</string>
49-
<string name="patch_select_dir_error">Error when setting storage directory</string>
50-
<string name="patch_from_storage">Select apk(s) from storage</string>
51-
<string name="patch_from_applist">Select an installed app</string>
52-
<string name="patch_mode">Patch Mode</string>
53-
<string name="patch_local">Local</string>
54-
<string name="patch_local_desc">Patch an app without modules embedded.\nXposed scope can be changed dynamically without re-patch.\nLocal patched apps can only run on the local device.</string>
55-
<string name="patch_integrated">Integrated</string>
56-
<string name="patch_integrated_desc">Patch an app with modules embedded.\nThe patched app can run without the manager, but cannot be managed dynamically.\nIntegrated patched apps can be used on devices that do not have LSPatch Manager installed.</string>
57-
<string name="patch_embed_modules">Embed modules</string>
58-
<string name="patch_debuggable">Debuggable</string>
59-
<string name="patch_sigbypass">Signature bypass</string>
60-
<string name="patch_sigbypasslv0">lv0: Off</string>
61-
<string name="patch_sigbypasslv1">lv1: Bypass PM</string>
62-
<string name="patch_sigbypasslv2">lv2: Bypass PM + openat (libc)</string>
63-
<string name="patch_override_version_code">Override version code</string>
64-
<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>
65-
<string name="patch_start">Start Patch</string>
66-
<string name="patch_return">Return</string>
67-
<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>
68-
<string name="patch_install_successfully">Install successfully</string>
69-
<string name="patch_install_failed">Install failed</string>
70-
<string name="patch_no_xposed_module">No Xposed module(s) were found</string>
71-
<!-- Select Apps Screen -->
72-
<string name="screen_select_apps">Select Apps</string>
73-
<!-- Settings Screen -->
74-
<string name="screen_settings">Settings</string>
75-
<string name="settings_keystore">Signature keystore</string>
76-
<string name="settings_keystore_default">Built-in</string>
77-
<string name="settings_keystore_custom">Custom</string>
78-
<string name="settings_keystore_dialog_title">Custom keystore</string>
79-
<string name="settings_keystore_file">Keystore file</string>
80-
<string name="settings_keystore_password">Password</string>
81-
<string name="settings_keystore_alias">Alias</string>
82-
<string name="settings_keystore_alias_password">Alias password</string>
83-
<string name="settings_keystore_desc">Set keystore (BKS)</string>
84-
<string name="settings_keystore_wrong_keystore">Wrong type of keystore</string>
85-
<string name="settings_keystore_wrong_password">Wrong keystore password</string>
86-
<string name="settings_keystore_wrong_alias">Wrong alias name</string>
87-
<string name="settings_keystore_wrong_alias_password">Wrong alias password</string>
88-
<string name="settings_detail_patch_logs">Detail patch logs</string>
89-
<string name="patch_inject_dex">Inject loader dex</string>
90-
<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>
9110
</resources>

0 commit comments

Comments
 (0)