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
diff options
context:
space:
mode:
-rw-r--r--l10n/zh_CN.js1
-rw-r--r--l10n/zh_CN.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index d4f8a05..7526735 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "一旦你配置好你的应用,输入以下测试码来确保你的应用配置正确。",
"Authentication code" : "验证码",
"Verify" : "验证",
+ "Could not verify your key. Please try again" : "无法验证您的密钥. 请再次尝试",
"You enabled TOTP two-factor authentication for your account" : "您为您的账户启用了 TOTP 两步验证",
"You disabled TOTP two-factor authentication for your account" : "您为您的账户禁用了 TOTP 两步验证",
"TOTP (Authenticator app)" : "TOTP (认证应用)",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 5cd0a22..9633024 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -5,6 +5,7 @@
"Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "一旦你配置好你的应用,输入以下测试码来确保你的应用配置正确。",
"Authentication code" : "验证码",
"Verify" : "验证",
+ "Could not verify your key. Please try again" : "无法验证您的密钥. 请再次尝试",
"You enabled TOTP two-factor authentication for your account" : "您为您的账户启用了 TOTP 两步验证",
"You disabled TOTP two-factor authentication for your account" : "您为您的账户禁用了 TOTP 两步验证",
"TOTP (Authenticator app)" : "TOTP (认证应用)",