diff options
author | pacien | 2018-08-20 16:52:49 +0200 |
---|---|---|
committer | pacien | 2018-08-20 16:52:49 +0200 |
commit | 957826db1e46bffcd99ee52f21101728279521b9 (patch) | |
tree | 4fb7b0a511c9b50dc8f174cd272c8719fcee380b /app/src/main/res/values-zh-rHK/strings.xml | |
parent | d6ea28ffe132807390721912f2310fd3f43d0405 (diff) | |
download | tincapp-957826db1e46bffcd99ee52f21101728279521b9.tar.gz |
Refactor start activity
Diffstat (limited to 'app/src/main/res/values-zh-rHK/strings.xml')
-rw-r--r-- | app/src/main/res/values-zh-rHK/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 4804d29..13054fa 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml | |||
@@ -43,7 +43,7 @@ | |||
43 | <string name="configure_tools_generate_config_optional_passphrase_hint">密碼(可選)</string> | 43 | <string name="configure_tools_generate_config_optional_passphrase_hint">密碼(可選)</string> |
44 | <string name="field_passphrase">密碼</string> | 44 | <string name="field_passphrase">密碼</string> |
45 | 45 | ||
46 | <string name="title_connect_to_network">連接到網絡</string> | 46 | <string name="start_network_list_title">連接到網絡</string> |
47 | <string name="title_request_vpn_permissions">請求 VPN 權限</string> | 47 | <string name="title_request_vpn_permissions">請求 VPN 權限</string> |
48 | <string name="configure_activity_title_path_info">路徑信息</string> | 48 | <string name="configure_activity_title_path_info">路徑信息</string> |
49 | <string name="status_node_info_dialog_title">節點信息</string> | 49 | <string name="status_node_info_dialog_title">節點信息</string> |
@@ -82,7 +82,7 @@ | |||
82 | <string name="configure_tools_private_keys_encryption_action">應用</string> | 82 | <string name="configure_tools_private_keys_encryption_action">應用</string> |
83 | <string name="configure_tools_action_encrypt_decrypt_private_keys">加密或解密私鑰</string> | 83 | <string name="configure_tools_action_encrypt_decrypt_private_keys">加密或解密私鑰</string> |
84 | 84 | ||
85 | <string name="message_no_network_configuration_found">未找到網絡配置。</string> | 85 | <string name="start_network_list_empty_none_found">未找到網絡配置。</string> |
86 | <string name="configure_tools_generate_config_generating">生成節點配置…</string> | 86 | <string name="configure_tools_generate_config_generating">生成節點配置…</string> |
87 | <string name="configure_tools_join_network_joining">加入網絡…</string> | 87 | <string name="configure_tools_join_network_joining">加入網絡…</string> |
88 | <string name="message_network_configuration_written">網絡配置寫入成功。</string> | 88 | <string name="message_network_configuration_written">網絡配置寫入成功。</string> |