diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-06 01:07:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-06 01:07:58 +0000 |
commit | 15673bc6011f6a8b934e251df4ac9cff6c37c465 (patch) | |
tree | 16c731737e5902c293a4182465c4e27b15884ea2 /apps/twofactor_backupcodes/l10n | |
parent | 1d5e94a4f25450649dc65a9a70e28230fc2a3050 (diff) | |
download | nextcloud-server-15673bc6011f6a8b934e251df4ac9cff6c37c465.tar.gz nextcloud-server-15673bc6011f6a8b934e251df4ac9cff6c37c465.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes/l10n')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_CN.js | 21 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/zh_CN.json | 19 |
2 files changed, 40 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/zh_CN.js b/apps/twofactor_backupcodes/l10n/zh_CN.js new file mode 100644 index 00000000000..041b159b136 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_CN.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "生成备用码", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "备用码已经生成. 已经使用了 {{used}} (共 {{total}}) 个备用码.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "下列是您的备用码. 备用码无法重复查看, 请将其保存或打印存储.", + "Save backup codes" : "保存备用码", + "Print backup codes" : "打印备用码", + "Regenerate backup codes" : "重新生成备用码", + "If you regenerate backup codes, you automatically invalidate old codes." : "如果您重新生成了备用码, 旧的代码将自动失效.", + "An error occurred while generating your backup codes" : "生成备用码时出错", + "Nextcloud backup codes" : "Nextcloud 备用码", + "Two-factor authentication" : "两步验证", + "You successfully logged in using two-factor authentication (%1$s)" : "您使用两步验证登录成功 (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", + "You created two-factor backup codes for your account" : "您已经为账号创建了两步验证的备用码", + "Backup code" : "备用码", + "Use backup code" : "使用备用码", + "Second-factor backup codes" : "两步验证备用码" +}, +"nplurals=1; plural=0;"); diff --git a/apps/twofactor_backupcodes/l10n/zh_CN.json b/apps/twofactor_backupcodes/l10n/zh_CN.json new file mode 100644 index 00000000000..2b1f7ce50ce --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/zh_CN.json @@ -0,0 +1,19 @@ +{ "translations": { + "Generate backup codes" : "生成备用码", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "备用码已经生成. 已经使用了 {{used}} (共 {{total}}) 个备用码.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "下列是您的备用码. 备用码无法重复查看, 请将其保存或打印存储.", + "Save backup codes" : "保存备用码", + "Print backup codes" : "打印备用码", + "Regenerate backup codes" : "重新生成备用码", + "If you regenerate backup codes, you automatically invalidate old codes." : "如果您重新生成了备用码, 旧的代码将自动失效.", + "An error occurred while generating your backup codes" : "生成备用码时出错", + "Nextcloud backup codes" : "Nextcloud 备用码", + "Two-factor authentication" : "两步验证", + "You successfully logged in using two-factor authentication (%1$s)" : "您使用两步验证登录成功 (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", + "You created two-factor backup codes for your account" : "您已经为账号创建了两步验证的备用码", + "Backup code" : "备用码", + "Use backup code" : "使用备用码", + "Second-factor backup codes" : "两步验证备用码" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |