diff options
Diffstat (limited to 'apps/files_encryption/l10n/zh_CN.js')
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/zh_CN.js b/apps/files_encryption/l10n/zh_CN.js index 31a6a304be7..f6038cc6fdf 100644 --- a/apps/files_encryption/l10n/zh_CN.js +++ b/apps/files_encryption/l10n/zh_CN.js @@ -2,11 +2,18 @@ OC.L10N.register( "files_encryption", { "Unknown error" : "未知错误", + "Missing recovery key password" : "丢失的回复密钥", + "Please repeat the recovery key password" : "请替换恢复密钥", "Recovery key successfully enabled" : "恢复密钥成功启用", "Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!", "Recovery key successfully disabled" : "恢复密钥成功禁用", + "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." : "不能修改密码。旧密码可能不正确。", + "Could not update the private key password." : "不能更新私有密钥。", + "The old password was not correct, please try again." : "原始密码错误,请重试。", "Private key password successfully updated." : "私钥密码成功更新。", "File recovery settings updated" : "文件恢复设置已更新", "Could not update file recovery" : "不能更新文件恢复", @@ -19,6 +26,7 @@ OC.L10N.register( "Missing requirements." : "必填项未填写。", "Following users are not set up for encryption:" : "以下用户还没有设置加密:", "Go directly to your %spersonal settings%s." : "直接访问您的%s个人设置%s。", + "Server-side Encryption" : "服务器端加密", "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" : "恢复密钥密码", |