diff options
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 9977603efbb..649483bd83d 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -273,11 +273,11 @@ OC.L10N.register( "Select default encryption module:" : "选择默认的加密模块:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "您需要从旧版本(ownCloud <= 8.0)迁移您的加密密钥。请在应用中启用“Default encryption module”并运行 {command}", "Unable to update server side encryption config" : "无法更新服务端加密设置", + "Cancel" : "取消", + "Confirm" : "确认", "Submit" : "提交", "Rename group" : "重命名分组", "Remove group" : "删除分组", - "You are about to remove the group {group}. The users will NOT be deleted." : "您将要移除群组 {group}。组中的用户不会被删除。", - "Please confirm the group removal " : "请确认移除群组", "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", @@ -288,7 +288,6 @@ OC.L10N.register( "Remove profile picture" : "移除个人资料图片", "The file must be a PNG or JPG" : "文件必须是 PNG 或 JPG 格式", "Picture provided by original account" : "初始账号提供的图片", - "Cancel" : "取消", "Set as profile picture" : "设置为个人资料图片", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "请注意,您的个人资料图片可能需要 24 小时才能在所有地方更新完成。", "Choose your profile picture" : "选择您的个人资料图片", @@ -424,11 +423,10 @@ OC.L10N.register( "{license}-licensed" : "{license}-许可协议", "Changelog" : "更改日志", "by {author}\n{license}" : "按照 {author}\n{license}", - "Enter group name" : "输入群组名称", - "Add group" : "添加分组", "Active users" : "活跃用户", "Admins" : "管理员", "Disabled users" : "已禁用的用户", + "Group name" : "分组名称", "Not saved" : "未保存", "Sending…" : "正在发送 ...", "Email sent" : "邮件已发送", @@ -534,6 +532,8 @@ OC.L10N.register( "Enable all" : "启用所有", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "为了运行该功能,您需要 PHP POSIX 扩展。请参考 {linkstart}PHP 文档{linkend} 获取更多信息。", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "使用系统 cron 服务,每 5 分钟调用 cron.php 文件。建议在所有实例中使用。", + "You are about to remove the group {group}. The users will NOT be deleted." : "您将要移除群组 {group}。组中的用户不会被删除。", + "Please confirm the group removal " : "请确认移除群组", "Choose profile picture from files" : "从文件中选择个人资料图片", "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Your location" : "您的位置", @@ -543,6 +543,8 @@ OC.L10N.register( "Will be autogenerated" : "将自动生成", "Add a new user" : "添加新用户", "No users in here" : "这里没有用户", + "Enter group name" : "输入群组名称", + "Add group" : "添加分组", "Default quota:" : "默认配额:", "Show Languages" : "显示语言", "Send email to new user" : "发送电子邮件给新用户", |