diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 48c086e37e2..0a3045abe7a 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -4,13 +4,6 @@ OC.L10N.register( "Cannot write into \"config\" directory!" : "无法写入“config”目录!", "See %s" : "查看 %s", "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", - "You are not allowed to share %s" : "您无权分享 %s", - "Help" : "帮助", - "Personal" : "个人", - "Users" : "用户", - "Admin" : "管理", - "Recommended" : "推荐", - "No app name specified" : "没有指定的 App 名称", "Unknown filetype" : "未知的文件类型", "Invalid image" : "无效的图像", "today" : "今天", @@ -23,11 +16,34 @@ OC.L10N.register( "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], "seconds ago" : "秒前", - "web services under your control" : "您控制的网络服务", "Dot files are not allowed" : ".文件 不被允许", "File name is a reserved word" : "文件名包含敏感字符", "File name contains at least one invalid character" : "文件名中存在至少一个非法字符", "File name is too long" : "文件名过长", + "%s enter the database username." : "%s 输入数据库用户名。", + "%s enter the database name." : "%s 输入数据库名称。", + "%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。", + "Oracle connection could not be established" : "不能建立甲骨文连接", + "Oracle username and/or password not valid" : "Oracle 数据库用户名和/或密码无效", + "DB Error: \"%s\"" : "数据库错误:\"%s\"", + "Offending command was: \"%s\"" : "冲突命令为:\"%s\"", + "You need to enter either an existing account or the administrator." : "你需要输入一个数据库中已有的账户或管理员账户。", + "Offending command was: \"%s\", name: %s, password: %s" : "冲突命令为:\"%s\",名称:%s,密码:%s", + "PostgreSQL username and/or password not valid" : "PostgreSQL 数据库用户名和/或密码无效", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", + "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", + "Set an admin username." : "请设置一个管理员用户名。", + "Set an admin password." : "请设置一个管理员密码。", + "You are not allowed to share %s" : "您无权分享 %s", + "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "Apps" : "应用", + "Help" : "帮助", + "Personal" : "个人", + "Users" : "用户", + "Admin" : "管理", + "Recommended" : "推荐", + "No app name specified" : "没有指定的 App 名称", + "web services under your control" : "您控制的网络服务", "Can't read file" : "无法读取文件", "App directory already exists" : "应用程序目录已存在", "Can't create app folder. Please fix permissions. %s" : "无法创建应用程序文件夹。请修正权限。%s", @@ -44,20 +60,6 @@ OC.L10N.register( "Authentication error" : "认证出错", "Token expired. Please reload page." : "Token 过期,请刷新页面。", "Unknown user" : "未知用户", - "%s enter the database username." : "%s 输入数据库用户名。", - "%s enter the database name." : "%s 输入数据库名称。", - "%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。", - "Oracle connection could not be established" : "不能建立甲骨文连接", - "Oracle username and/or password not valid" : "Oracle 数据库用户名和/或密码无效", - "DB Error: \"%s\"" : "数据库错误:\"%s\"", - "Offending command was: \"%s\"" : "冲突命令为:\"%s\"", - "You need to enter either an existing account or the administrator." : "你需要输入一个数据库中已有的账户或管理员账户。", - "Offending command was: \"%s\", name: %s, password: %s" : "冲突命令为:\"%s\",名称:%s,密码:%s", - "PostgreSQL username and/or password not valid" : "PostgreSQL 数据库用户名和/或密码无效", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", - "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", - "Set an admin username." : "请设置一个管理员用户名。", - "Set an admin password." : "请设置一个管理员密码。", "Invalid Federated Cloud ID" : "无效的联合云ID", "%s shared »%s« with you" : "%s 向您分享了 »%s«", "%s via %s" : "%s 通过 %s", @@ -80,8 +82,6 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "共享 %s 失败,因为不允许二次共享", "Sharing %s failed, because the sharing backend for %s could not find its source" : "共享 %s 失败,因为 %s 使用的共享后端未找到它的来源", "Sharing %s failed, because the file could not be found in the file cache" : "共享 %s 失败,因为未在文件缓存中找到文件。", - "Could not find category \"%s\"" : "无法找到分类 \"%s\"", - "Apps" : "应用", "A valid username must be provided" : "必须提供合法的用户名", "A valid password must be provided" : "必须提供合法的密码", "The username is already being used" : "用户名已被使用", |