From 3a39d34a718e33885fc24a4dba0bb3a5c758984f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 24 Jan 2017 01:14:19 +0000 Subject: [tx-robot] updated from transifex --- l10n/zh_CN.js | 15 +++++++++++++++ l10n/zh_CN.json | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 l10n/zh_CN.js create mode 100644 l10n/zh_CN.json (limited to 'l10n') 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 -- cgit v1.2.3