diff options
Diffstat (limited to 'settings/l10n/zh_CN.js')
-rw-r--r-- | settings/l10n/zh_CN.js | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 5c7fd8feb8d..ec0cf50dbd1 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -29,28 +29,32 @@ OC.L10N.register( "Unable to create user." : "无法创建用户。", "Your %s account was created" : "你的帐户 %s 已创建", "Unable to delete user." : "不能删除用户", + "Settings saved" : "设置已保存", "Unable to change full name" : "无法修改全名", + "Unable to change email address" : "无法更改邮箱地址", "Your full name has been changed." : "您的全名已修改。", "Forbidden" : "被禁止", "Invalid user" : "用户无效", "Unable to change mail address" : "无法更改邮箱地址", "Email saved" : "电子邮件已保存", + "Password confirmation is required" : "需要密码确认", "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." : "无法更新应用。", + "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" : "迁移正在进行中。请等待,直到完成迁移", "Migration started …" : "迁移开始...", + "Not saved" : "未保存", "Sending..." : "正在发送...", "Official" : "官方", "All" : "全部", "Update to %s" : "更新为 %s", "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 个应用正在等待升级"], "No apps found for your version" : "未找到适合当前版本的应用", + "The app will be downloaded from the app store" : "该应用程序将从应用商店下载", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "已认可的应用是由值得信赖的开发商开发,并已通过了一个粗略的安全检查。他们放在一个开放的代码库并且维护人员认为他们是稳定的差不多可以正常使用。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用未检查安全问题,它是新的或已知是不稳定的。安装风险自担。", + "Enabling app …" : "启用应用程序", "Error while disabling app" : "禁用应用时出错", "Disable" : "禁用", "Enable" : "开启", @@ -68,6 +72,27 @@ OC.L10N.register( "App update" : "应用更新", "Approved" : "已认可", "Experimental" : "实验", + "No apps found for {query}" : "找不到符合 {query} 的应用程序", + "Allow filesystem access" : "允许文件系统访问", + "Disconnect" : "断开连接", + "Revoke" : "撤销", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome for Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS Client", + "Android Client" : "Android Client", + "Sync client - {os}" : "Sync client - {os}", + "This session" : "这个会话", + "Copy" : "复制", + "Copied!" : "已复制!", + "Not supported!" : "不支持!", + "Press ⌘-C to copy." : "按 ⌘-C 键复制.", + "Press Ctrl-C to copy." : "按 Ctrl-C 进行复制.", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "出现了一个错误。请上传 ASCII 编码的 PEM 证书。", "Valid until {date}" : "有效期至 {date}", "Delete" : "删除", @@ -239,6 +264,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)" : "所有(灾难性问题,错误,警告,信息,调试)", |