diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-27 00:07:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-27 00:07:55 +0000 |
commit | d9ebc2626f0a56cecbc68da4e29c35bb36f62222 (patch) | |
tree | be5c3f9168c63f36de857f08a4b0a63e13d8e993 /lib/l10n/zh_CN.js | |
parent | 12c5c336ad8fdc5d47cb663f0c3c43744dfe5309 (diff) | |
download | nextcloud-server-d9ebc2626f0a56cecbc68da4e29c35bb36f62222.tar.gz nextcloud-server-d9ebc2626f0a56cecbc68da4e29c35bb36f62222.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index e2c683b68bb..db4b44f8dae 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -42,6 +42,11 @@ OC.L10N.register( "File name is too long" : "文件名过长", "Dot files are not allowed" : ".文件 不被允许", "Empty filename is not allowed" : "不允许使用空名称。", + "Help" : "帮助", + "Apps" : "应用", + "Personal" : "个人", + "Users" : "用户", + "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", "Server settings" : "服务器设置", @@ -149,7 +154,6 @@ OC.L10N.register( "Oct." : "十月", "Nov." : "十一月", "Dec." : "十二月", - "Apps" : "应用", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "在用户名中只允许使用以下字符:“a-z”,“A-Z”,“0-9”和\"_.@-'\"", "A valid username must be provided" : "必须提供合法的用户名", "Username contains whitespace at the beginning or at the end" : "用户名在开头或结尾处包含空格", @@ -157,10 +161,6 @@ OC.L10N.register( "The username is already being used" : "用户名已被使用", "Login canceled by app" : "已通过应用取消登录", "User disabled" : "用户已禁用", - "Help" : "帮助", - "Personal" : "个人", - "Users" : "用户", - "Admin" : "管理", "App \"%s\" cannot be installed because appinfo file cannot be read." : "无法安装应用\"%s\",因为无法读取appinfo文件.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "应用程式 \"%s\" 无法安装,因为它与这个版本的服务器不兼容.", "No app name specified" : "没有指定的 App 名称", @@ -207,27 +207,6 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "存储未完成配置. %s", "Storage connection error. %s" : "存储连接错误. %s", "Storage is temporarily not available" : "存储暂时不可用", - "Storage connection timeout. %s" : "存储连接超时. %s", - "4-byte characters are not supported in file names" : "文件名中不支持 4 字节字符", - "App directory already exists" : "应用目录已经存在", - "Can't create app folder. Please fix permissions. %s" : "无法创建应用文件夹. 请修改权限. %s", - "Archive does not contain a directory named %s" : "压缩文件中不包含目录 %s", - "No source specified when installing app" : "安装应用时未指定来源", - "No href specified when installing app from http" : "从 http 安装应用时未指定链接", - "No path specified when installing app from local file" : "从本地文件安装应用时未指定路径", - "Archives of type %s are not supported" : "不支持 %s 的压缩格式", - "Failed to open archive when installing app" : "安装应用时打开文件失败", - "App does not provide an info.xml file" : "应用未提供 info.xml 文件", - "App cannot be installed because appinfo file cannot be read." : "无法安装应用, 因为无法读取应用信息文件", - "Signature could not get checked. Please contact the app developer and check your admin screen." : "签名检查失败. 请联系应用开发者并检查您的管理界面", - "App can't be installed because of not allowed code in the App" : "无法安装应用, 因为应用中包含不允许的代码", - "App can't be installed because it is not compatible with this version of the server" : "无法安装应用, 因为应用不兼容当前服务器的版本", - "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "无法安装应用, 因为应用包含 <shipped>true</shipped> 标签", - "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "无法安装应用, 因为 info.xml 中的版本与应用市场中的版本不同", - "Logging" : "日志", - "Recommended" : "推荐", - "Microsoft Windows Platform is not supported" : "不支持 Microsoft Windows 平台", - "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "不支持在 Microsoft Windows 平台运行 Nextcloud 服务器. 如果您没有迁移服务器的计划, 我们建议您在虚拟机中使用 Linux 服务器.", - "Storage not available" : "存储空间不可用" + "Storage connection timeout. %s" : "存储连接超时. %s" }, "nplurals=1; plural=0;"); |