summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-zh-rCN/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/values-zh-rCN/arrays.xml')
-rwxr-xr-xmain/src/ui/res/values-zh-rCN/arrays.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/main/src/ui/res/values-zh-rCN/arrays.xml b/main/src/ui/res/values-zh-rCN/arrays.xml
new file mode 100755
index 00000000..78318e55
--- /dev/null
+++ b/main/src/ui/res/values-zh-rCN/arrays.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ ~ Copyright (c) 2012-2016 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+<resources>
+ <!-- Keep the order the same as the TYPE_ constants in VPNProfile -->
+ <string-array name="vpn_types">
+ <item>证书</item>
+ <item>PKCS12 加密文件</item>
+ <item>Android 证书</item>
+ <item>用户名/密码</item>
+ <item>静态密钥</item>
+ <item>用户名/密码 + 证书</item>
+ <item>用户名/密码 + PKCS12</item>
+ <item>用户名/密码 + Android 证书</item>
+ <item>External Auth Provider</item>
+ </string-array>
+ <string-array name="tls_directions_entries">
+ <item translatable="false">0</item>
+ <item translatable="false">1</item>
+ <item>未指定</item>
+ <item>加密方式(--tls-crypt)</item>
+ <item>TLS 加密 第二版</item>
+ </string-array>
+ <string-array name="auth_retry_type">
+ <item>断开,忘记密码</item>
+ <item>断开,保存密码</item>
+ <item>忽略,重试</item>
+ </string-array>
+</resources>