summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-zh-rTW
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-02-19 01:47:59 +0100
committercyBerta <cyberta@riseup.net>2018-02-19 01:58:39 +0100
commitfd0ea99e4483ae921485f20e1023df55d337f2e9 (patch)
treefab343c18371171171f6eb582ad094d8034caba8 /app/src/main/res/values-zh-rTW
parent0b2cab2395d57582a0b9ebc7c7e818b755567105 (diff)
add current translations
Diffstat (limited to 'app/src/main/res/values-zh-rTW')
-rw-r--r--app/src/main/res/values-zh-rTW/strings.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 6a8f972f..f3dfcfaf 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -1,8 +1,15 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<resources>
- <string name="repository_url_text">取得原始碼與個案追蹤,可上 https://0xacab.org/leap/bitmask_android</string>
+ <string name="retry">重試</string>
+ <string name="info">資訊</string>
<string name="show_connection_details">顯示連線的詳細資訊</string>
<string name="routes_info">路徑: %s</string>
- <string name="routes_info6">IPv6路由: %s</string>
- <string name="bitmask_log">Bitmask 運作記錄</string>
+ <string name="error_empty_username">使用者名稱不能為空。</string>
+ <string name="save">儲存</string>
+ <string name="new_provider_uri">網域名</string>
+ <string name="username_hint">用戶名</string>
+ <string name="password_hint">密碼</string>
+ <string name="login_button">登入</string>
+ <string name="setup_error_configure_button">設定</string>
+ <string name="setup_error_close_button">離開</string>
</resources>