diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 5c7fd8feb8d..c70d0aa67f1 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -36,9 +36,6 @@ OC.L10N.register( "Unable to change mail address" : "无法更改邮箱地址", "Email saved" : "电子邮件已保存", "Couldn't remove app." : "无法删除应用。", - "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." : "无法更新应用。", "Add trusted domain" : "添加信任域", "Migration in progress. Please wait until the migration is finished" : "迁移正在进行中。请等待,直到完成迁移", @@ -239,6 +236,9 @@ OC.L10N.register( "Default" : "默认", "log-level out of allowed range" : "日志级别超出允许的范围", "Language changed" : "语言已修改", + "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中移除用户", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", "Please wait...." : "请稍等....", "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", |