diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:15:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:19:31 -0400 |
commit | 7f3f191ee99847f064be3ae23befba956ab73196 (patch) | |
tree | 45545140e6c302936e8f6788fb66821c1312c23b /apps/encryption/l10n/zh_CN.js | |
parent | 70480423ffa6e7d469141c3022e53ea151856bd0 (diff) | |
download | nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.tar.gz nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption/l10n/zh_CN.js')
-rw-r--r-- | apps/encryption/l10n/zh_CN.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/encryption/l10n/zh_CN.js b/apps/encryption/l10n/zh_CN.js new file mode 100644 index 00000000000..7bf5bb3ad37 --- /dev/null +++ b/apps/encryption/l10n/zh_CN.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "encryption", + { + "Missing recovery key password" : "丢失的回复密钥", + "Please repeat the recovery key password" : "请替换恢复密钥", + "Recovery key successfully enabled" : "恢复密钥成功启用", + "Could not enable recovery key. Please check your recovery key password!" : "不能启用恢复密钥。请检查恢复密钥密码!", + "Recovery key successfully disabled" : "恢复密钥成功禁用", + "Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!", + "Please provide the old recovery password" : "请提供原来的恢复密码", + "Please provide a new recovery password" : "请提供一个新的恢复密码", + "Please repeat the new recovery password" : "请替换新的恢复密码", + "Password successfully changed." : "密码修改成功。", + "Could not change the password. Maybe the old password was not correct." : "不能修改密码。旧密码可能不正确。", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", + "Enable recovery key (allow to recover users files in case of password loss):" : "启用恢复密钥(允许你在密码丢失后恢复文件):", + "Recovery key password" : "恢复密钥密码", + "Repeat Recovery key password" : "重复恢复密钥密码", + "Enabled" : "开启", + "Disabled" : "禁用", + "Change recovery key password:" : "更改恢复密钥密码", + "Old Recovery key password" : "旧的恢复密钥密码", + "New Recovery key password" : "新的恢复密钥密码", + "Repeat New Recovery key password" : "重复新的密钥恢复密码", + "Change Password" : "修改密码", + " If you don't remember your old password you can ask your administrator to recover your files." : "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", + "Old log-in password" : "旧登录密码", + "Current log-in password" : "当前登录密码", + "Update Private Key Password" : "更新私钥密码", + "Enable password recovery:" : "启用密码恢复:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "启用该项将允许你在密码丢失后取回您的加密文件" +}, +"nplurals=1; plural=0;"); |