diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index c3ec2ebea0e..54e6041e831 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -1,27 +1,9 @@ OC.L10N.register( "settings", { - "APCu" : "APCu", - "Redis" : "Redis", - "Security & setup warnings" : "安全及设置警告", - "Sharing" : "共享", - "Server-side encryption" : "服务器端加密", - "External Storage" : "外部存储", - "Cron" : "计划任务", - "Email server" : "电子邮件服务器", - "Log" : "日志", - "Tips & tricks" : "技巧提示", - "Updates" : "更新", - "Couldn't remove app." : "无法删除应用。", - "Language changed" : "语言已修改", - "Invalid request" : "无效请求", - "Authentication error" : "认证错误", - "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", - "Unable to add user to group %s" : "无法把用户增加到组 %s", - "Unable to remove user from group %s" : "无法从组%s中移除用户", - "Couldn't update app." : "无法更新应用。", "Wrong password" : "错误密码", "No user supplied" : "没有满足的用户", + "Authentication error" : "认证错误", "Please provide an admin recovery password, otherwise all user data will be lost" : "请提供管理员恢复密码,否则所有用户的数据都将遗失。", "Wrong admin recovery password. Please check the password and try again." : "错误的管理员恢复密码。请检查密码并重试。", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "后端不支持密码更改,但用户的加密密钥已成功更新。", @@ -53,6 +35,24 @@ OC.L10N.register( "Email saved" : "电子邮件已保存", "Your full name has been changed." : "您的全名已修改。", "Unable to change full name" : "无法修改全名", + "APCu" : "APCu", + "Redis" : "Redis", + "Security & setup warnings" : "安全及设置警告", + "Sharing" : "共享", + "Server-side encryption" : "服务器端加密", + "External Storage" : "外部存储", + "Cron" : "计划任务", + "Email server" : "电子邮件服务器", + "Log" : "日志", + "Tips & tricks" : "技巧提示", + "Updates" : "更新", + "Couldn't remove app." : "无法删除应用。", + "Language changed" : "语言已修改", + "Invalid request" : "无效请求", + "Admins can't remove themself from the admin group" : "管理员不能将自己移出管理组。", + "Unable to add user to group %s" : "无法把用户增加到组 %s", + "Unable to remove user from group %s" : "无法从组%s中移除用户", + "Couldn't update app." : "无法更新应用。", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", "Add trusted domain" : "添加信任域", "Migration in progress. Please wait until the migration is finished" : "迁移正在进行中。请等待,直到完成迁移", |