diff options
author | pacien | 2018-08-22 22:44:53 +0200 |
---|---|---|
committer | pacien | 2018-08-22 22:44:53 +0200 |
commit | 718c152a6a63a20c5a49f32f6f0884e32848f4e9 (patch) | |
tree | 90695a395b88c9dcbe028fe88e3fbf04c2f5ea3b /app/src/main/res/values-zh-rHK | |
parent | 24c881750aee124a95ec803755ee9334597e5b09 (diff) | |
download | tincapp-718c152a6a63a20c5a49f32f6f0884e32848f4e9.tar.gz |
Re-organise string resources
Diffstat (limited to 'app/src/main/res/values-zh-rHK')
-rw-r--r-- | app/src/main/res/values-zh-rHK/strings.xml | 68 |
1 files changed, 27 insertions, 41 deletions
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 3909347..d955ec0 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml | |||
@@ -20,32 +20,22 @@ | |||
20 | --> | 20 | --> |
21 | 21 | ||
22 | <resources> | 22 | <resources> |
23 | <string name="app_name">Tinc App</string> | 23 | <string name="about_app_short_desc">tinc mesh VPN 守護進程的 Android 綁定和用户界面。</string> |
24 | <string name="app_label">Tinc</string> | 24 | <string name="about_app_license">軟件根據 GNU 通用公共許可證第3版的條款進行分發。</string> |
25 | <string name="app_short_desc">tinc mesh VPN 守護進程的 Android 綁定和用户界面。</string> | 25 | <string name="about_app_version_format">應用程序版本 %1$s(%2$s build)</string> |
26 | <string name="app_copyright">版權所有 © 2017–2018 Pacien TRAN-GIRARD。</string> <!-- TODO: add "and contributors" --> | 26 | <string name="about_app_running_on_format">於 Android %1$s %2$s 上運行</string> |
27 | <string name="app_license">軟件根據 GNU 通用公共許可證第3版的條款進行分發。</string> | 27 | <string name="about_app_supported_abis_format">設備 ABI:%1$s</string> |
28 | <string name="app_website_url">https://tincapp.pacien.org</string> | 28 | <string name="about_app_menu_about">關於此應用</string> |
29 | <string name="app_doc_url_format">https://tincapp.pacien.org/doc.html#%1$s</string> | 29 | <string name="start_activity_menu_configure">配置</string> |
30 | 30 | <string name="status_activity_menu_disconnect">斷開連接</string> | |
31 | <string name="info_version_format">應用程序版本 %1$s(%2$s build)</string> | ||
32 | <string name="info_running_on_format">於 Android %1$s %2$s 上運行</string> | ||
33 | <string name="info_supported_abis_format">設備 ABI:%1$s</string> | ||
34 | |||
35 | <string name="menu_about">關於此應用</string> | ||
36 | <string name="menu_configure">配置</string> | ||
37 | <string name="menu_disconnect">斷開連接</string> | ||
38 | |||
39 | <string name="configure_tools_generate_config_net_name_hint">Tinc 網絡名稱</string> | 31 | <string name="configure_tools_generate_config_net_name_hint">Tinc 網絡名稱</string> |
40 | <string name="configure_tools_generate_config_node_name_hint">此節點名稱</string> | 32 | <string name="configure_tools_generate_config_node_name_hint">此節點名稱</string> |
41 | <string name="configure_tools_join_network_field_invitation_url_hint">邀請 URL</string> | 33 | <string name="configure_tools_join_network_field_invitation_url_hint">邀請 URL</string> |
42 | <string name="configure_tools_private_key_encryption_current_passphrase">當前密碼\n(沒有則為空)</string> | 34 | <string name="configure_tools_private_key_encryption_current_passphrase">當前密碼\n(沒有則為空)</string> |
43 | <string name="configure_tools_private_key_encryption_new_passphrase">新密碼\n(空白以解密)</string> | 35 | <string name="configure_tools_private_key_encryption_new_passphrase">新密碼\n(空白以解密)</string> |
44 | <string name="configure_tools_generate_config_optional_passphrase_hint">密碼(可選)</string> | 36 | <string name="configure_tools_generate_config_optional_passphrase_hint">密碼(可選)</string> |
45 | <string name="field_passphrase">密碼</string> | 37 | <string name="decrypt_key_modal_field_passphrase">密碼</string> |
46 | |||
47 | <string name="start_network_list_title">連接到網絡</string> | 38 | <string name="start_network_list_title">連接到網絡</string> |
48 | <string name="title_request_vpn_permissions">請求 VPN 權限</string> | ||
49 | <string name="configure_activity_title_path_info">路徑信息</string> | 39 | <string name="configure_activity_title_path_info">路徑信息</string> |
50 | <string name="status_node_info_dialog_title">節點信息</string> | 40 | <string name="status_node_info_dialog_title">節點信息</string> |
51 | <string name="configure_activity_title_tools">工具</string> | 41 | <string name="configure_activity_title_tools">工具</string> |
@@ -62,39 +52,35 @@ | |||
62 | <string name="status_network_info_disallowed_applications_label">不允許的應用程序</string> | 52 | <string name="status_network_info_disallowed_applications_label">不允許的應用程序</string> |
63 | <string name="status_network_info_allow_bypass_label">允許旁路</string> | 53 | <string name="status_network_info_allow_bypass_label">允許旁路</string> |
64 | <string name="status_activity_title_node_list">節點</string> | 54 | <string name="status_activity_title_node_list">節點</string> |
65 | <string name="title_error">錯誤</string> | 55 | <string name="generic_title_error">錯誤</string> |
66 | <string name="configure_tools_generate_config_title">新建網絡</string> | 56 | <string name="configure_tools_generate_config_title">新建網絡</string> |
67 | <string name="configure_tools_join_network_title">加入網絡</string> | 57 | <string name="configure_tools_join_network_title">加入網絡</string> |
68 | <string name="title_unable_to_start_tinc">無法啟動 tinc</string> | 58 | <string name="notification_error_title_unable_to_start_tinc">無法啟動 tinc</string> |
69 | <string name="configure_tools_private_keys_encryption_title">私鑰加密</string> | 59 | <string name="configure_tools_private_keys_encryption_title">私鑰加密</string> |
70 | <string name="title_unlock_private_keys">解鎖 tinc 私鑰</string> | 60 | <string name="decrypt_key_modal_title">解鎖 tinc 私鑰</string> |
71 | 61 | <string name="generic_action_close">關閉</string> | |
72 | <string name="action_close">關閉</string> | 62 | <string name="generic_action_cancel">取消</string> |
73 | <string name="action_cancel">取消</string> | 63 | <string name="about_app_open_project_website">項目網站</string> |
74 | <string name="action_open_project_website">項目網站</string> | ||
75 | <string name="configure_tools_action_generate_node_configuration_and_keys">生成節點配置和密鑰</string> | 64 | <string name="configure_tools_action_generate_node_configuration_and_keys">生成節點配置和密鑰</string> |
76 | <string name="configure_tools_action_join_network_via_invitation_url">通過邀請 URL 加入網絡</string> | 65 | <string name="configure_tools_action_join_network_via_invitation_url">通過邀請 URL 加入網絡</string> |
77 | <string name="configure_tools_generate_config_action">創建</string> | 66 | <string name="configure_tools_generate_config_action">創建</string> |
78 | <string name="configure_tools_join_network_action">加入</string> | 67 | <string name="configure_tools_join_network_action">加入</string> |
79 | <string name="action_open_manual">打開手冊</string> | 68 | <string name="notification_error_action_open_manual">打開手冊</string> |
80 | <string name="configure_tools_join_network_action_scan_qr_code_action">掃描 QR 碼</string> | 69 | <string name="configure_tools_join_network_action_scan_qr_code_action">掃描 QR 碼</string> |
81 | <string name="action_install">安裝</string> | 70 | <string name="decrypt_key_modal_action_unlock">解鎖</string> |
82 | <string name="action_unlock">解鎖</string> | 71 | <string name="generic_action_apply">應用</string> |
83 | <string name="configure_tools_private_keys_encryption_action">應用</string> | ||
84 | <string name="configure_tools_action_encrypt_decrypt_private_keys">加密或解密私鑰</string> | 72 | <string name="configure_tools_action_encrypt_decrypt_private_keys">加密或解密私鑰</string> |
85 | |||
86 | <string name="start_network_list_empty_none_found">未找到網絡配置。</string> | 73 | <string name="start_network_list_empty_none_found">未找到網絡配置。</string> |
87 | <string name="configure_tools_generate_config_generating">生成節點配置…</string> | 74 | <string name="configure_tools_generate_config_generating">生成節點配置…</string> |
88 | <string name="configure_tools_join_network_joining">加入網絡…</string> | 75 | <string name="configure_tools_join_network_joining">加入網絡…</string> |
89 | <string name="message_network_configuration_written">網絡配置寫入成功。</string> | 76 | <string name="configure_tools_message_network_configuration_written">網絡配置寫入成功。</string> |
90 | <string name="message_no_network_name_provided">沒有提供網絡名稱。</string> | 77 | <string name="notification_error_message_no_network_name_provided">沒有提供網絡名稱。</string> |
91 | <string name="message_no_configuration_for_network_format">沒有找到網絡“%1$s”的配置。</string> | 78 | <string name="notification_error_message_no_configuration_for_network_format">沒有找到網絡“%1$s”的配置。</string> |
92 | <string name="message_network_config_not_found_format">在“%1$s”找不到網絡配置文件。</string> | 79 | <string name="notification_error_message_network_config_not_found_format">在“%1$s”找不到網絡配置文件。</string> |
93 | <string name="message_network_config_invalid_format">network.conf 中的網絡配置無效:\n%1$s</string> | 80 | <string name="notification_error_message_network_config_invalid_format">network.conf 中的網絡配置無效:\n%1$s</string> |
94 | <string name="configure_tools_private_keys_encryption_encrypting">加密/解密私鑰</string> | 81 | <string name="configure_tools_private_keys_encryption_encrypting">加密/解密私鑰</string> |
95 | <string name="message_could_not_decrypt_private_keys_format">無法解密私鑰:\n%1$s</string> | 82 | <string name="notification_error_message_could_not_decrypt_private_keys_format">無法解密私鑰:\n%1$s</string> |
96 | 83 | <string name="generic_yes">是</string> | |
97 | <string name="status_network_info_none_value">無</string> | 84 | <string name="generic_none">無</string> |
98 | <string name="status_network_info_yes_value">是</string> | 85 | <string name="generic_no">否</string> |
99 | <string name="status_network_info_no_value">否</string> | ||
100 | </resources> | 86 | </resources> |