aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-zh-rCN/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-26 20:05:35 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-26 20:05:35 -0600
commitf6d175b774bba3a18f1c5ea3f071bfbc40b5397c (patch)
tree0a0c1f8343566fd2ce5eda8ca73dd91f841872d4 /ui/src/main/res/values-zh-rCN/strings.xml
parentREADME: bump desugar version (diff)
downloadwireguard-android-f6d175b774bba3a18f1c5ea3f071bfbc40b5397c.tar.xz
wireguard-android-f6d175b774bba3a18f1c5ea3f071bfbc40b5397c.zip
strings: sync with crowdin
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-zh-rCN/strings.xml')
-rw-r--r--ui/src/main/res/values-zh-rCN/strings.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/src/main/res/values-zh-rCN/strings.xml b/ui/src/main/res/values-zh-rCN/strings.xml
index 82515f0e..24c5b6c3 100644
--- a/ui/src/main/res/values-zh-rCN/strings.xml
+++ b/ui/src/main/res/values-zh-rCN/strings.xml
@@ -4,16 +4,16 @@
<item quantity="other">无法删除 %d 项:%s</item>
</plurals>
<plurals name="delete_success">
- <item quantity="other">删除了 %d 项</item>
+ <item quantity="other">成功删除了 %d 项</item>
</plurals>
<plurals name="delete_title">
- <item quantity="other">已选择 %d 项</item>
+ <item quantity="other">已选择 %d 个隧道</item>
</plurals>
<plurals name="import_partial_success">
<item quantity="other">导入了 %2$d 项中的 %1$d 项</item>
</plurals>
<plurals name="import_total_success">
- <item quantity="other">导入了 %d 项</item>
+ <item quantity="other">导入了 %d 个隧道</item>
</plurals>
<plurals name="set_excluded_applications">
<item quantity="other">对 %d 个应用不生效</item>
@@ -200,11 +200,13 @@
<string name="tunnel_list_placeholder">点击下方按钮添加隧道</string>
<string name="tunnel_name">隧道名称</string>
<string name="tunnel_on_error">无法开启隧道(wgTurnOn returned %d)</string>
+ <string name="tunnel_dns_failure">无法解析 DNS 主机名:“%s”</string>
<string name="tunnel_rename_error">无法重命名隧道:%s</string>
<string name="tunnel_rename_success">隧道已重命名为 “%s”</string>
<string name="type_name_go_userspace">Go userspace</string>
<string name="type_name_kernel_module">Kernel module</string>
<string name="unknown_error">未知错误</string>
+ <string name="version_summary">%1$s 后端 %2$s</string>
<string name="version_summary_checking">正在检查 %s backend 版本</string>
<string name="version_summary_unknown">未知的 %s 版本</string>
<string name="version_title">WireGuard for Android v%s</string>