diff options
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 63351507f8b..3298157a4fa 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -1,12 +1,6 @@ OC.L10N.register( "settings", { - "Migration in progress. Please wait until the migration is finished" : "正在进行迁移。请稍等,直到迁移完成", - "Migration started …" : "迁移开始...", - "Saved" : "已保存", - "Not saved" : "未保存", - "Sending…" : "正在发送…", - "Email sent" : "邮件已发送", "Private" : "私有", "Only visible to people matched via phone number integration through Talk on mobile" : "只对通过手机上 Talk 应用的电话号码整合功能匹配的人可见", "Local" : "本地", @@ -62,6 +56,7 @@ OC.L10N.register( "Couldn't remove app." : "无法删除应用。", "Couldn't update app." : "无法更新应用。", "Wrong password" : "密码错误", + "Saved" : "已保存", "No user supplied" : "没有满足的用户", "Authentication error" : "认证错误", "Please provide an admin recovery password; otherwise, all user data will be lost." : "请提供管理员恢复密码,否则所有用户的数据都将丢失。", @@ -339,6 +334,11 @@ OC.L10N.register( "Show user backend" : "显示用户来源", "Show storage path" : "显示存储路径", "Send email to new user" : "发送电子邮件给新用户", + "Migration in progress. Please wait until the migration is finished" : "正在进行迁移。请稍等,直到迁移完成", + "Migration started …" : "迁移开始...", + "Not saved" : "未保存", + "Sending…" : "正在发送…", + "Email sent" : "邮件已发送", "Address" : "地址", "Avatar" : "头像", "About" : "关于", @@ -365,7 +365,6 @@ OC.L10N.register( "Never" : "从不", "An error occured during the request. Unable to proceed." : "请求期间发生错误。 无法继续。", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。5秒后将跳转到更新页面。", - "App update" : "更新应用", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", "Administrator documentation" : "管理员文档", "Documentation" : "文档", @@ -503,6 +502,7 @@ OC.L10N.register( "All languages" : "所有语言", "Everyone" : "所有人", "The app will be downloaded from the app store" : "该应用将从应用商店下载", + "App update" : "更新应用", "Error: This app can not be enabled because it makes the server unstable" : "错误:无法启用应用因为它会导致服务器不稳定", "mail" : "邮件", "Test email settings" : "测试电子邮件设置", |