Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-01-24 04:14:19 +0300
committerNextcloud bot <bot@nextcloud.com>2017-01-24 04:14:19 +0300
commit3a39d34a718e33885fc24a4dba0bb3a5c758984f (patch)
tree59319c1f760bea84aa7f3b6217d17a2013ac7732 /l10n
parent7ea75bf02a1364289585d989ccba34ca25936c74 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.js15
-rw-r--r--l10n/zh_CN.json13
2 files changed, 28 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
new file mode 100644
index 0000000..b011c1b
--- /dev/null
+++ b/l10n/zh_CN.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "启用 TOTP",
+ "This is your new TOTP secret:" : "这是您的新 TOTP 密钥",
+ "Scan this QR code with your TOTP app" : "使用您的 TOTP 应用扫描二维码",
+ "You enabled TOTP two-factor authentication for your account" : "您为您的账户启用了 TOTP 两步验证",
+ "You disabled TOTP two-factor authentication for your account" : "您为您的账户禁用了 TOTP 两步验证",
+ "TOTP (Authenticator app)" : "TOTP (认证应用)",
+ "Authenticate with a TOTP app" : "使用 TOTP 应用验证身份",
+ "Authentication code" : "验证码",
+ "Get the authentication code from the two-factor authentication app on your device." : "从您设备上的两步验证应用获取验证码",
+ "TOTP second-factor auth" : "TOTP 两步验证"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
new file mode 100644
index 0000000..c5d3893
--- /dev/null
+++ b/l10n/zh_CN.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Enable TOTP" : "启用 TOTP",
+ "This is your new TOTP secret:" : "这是您的新 TOTP 密钥",
+ "Scan this QR code with your TOTP app" : "使用您的 TOTP 应用扫描二维码",
+ "You enabled TOTP two-factor authentication for your account" : "您为您的账户启用了 TOTP 两步验证",
+ "You disabled TOTP two-factor authentication for your account" : "您为您的账户禁用了 TOTP 两步验证",
+ "TOTP (Authenticator app)" : "TOTP (认证应用)",
+ "Authenticate with a TOTP app" : "使用 TOTP 应用验证身份",
+ "Authentication code" : "验证码",
+ "Get the authentication code from the two-factor authentication app on your device." : "从您设备上的两步验证应用获取验证码",
+ "TOTP second-factor auth" : "TOTP 两步验证"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file