diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-11 00:08:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-11 00:08:08 +0000 |
commit | 241226c23c3333c6ad8759df486a8bbc107d6a68 (patch) | |
tree | cb652e374e946895c2e9e6c3999103f8f89ad3a5 /lib/l10n/zh_CN.js | |
parent | 167013dbf9e7de63e702854a9e770f73fca016f5 (diff) | |
download | nextcloud-server-241226c23c3333c6ad8759df486a8bbc107d6a68.tar.gz nextcloud-server-241226c23c3333c6ad8759df486a8bbc107d6a68.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 544ae9a68cd..23ccf0cf417 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -40,6 +40,7 @@ OC.L10N.register( "File name is too long" : "文件名过长", "Dot files are not allowed" : ".文件 不被允许", "Empty filename is not allowed" : "不允许使用空名称。", + "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help" : "帮助", "Apps" : "应用", "Personal" : "个人", @@ -48,6 +49,7 @@ OC.L10N.register( "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", + "Basic settings" : "基本设置", "Sharing" : "分享", "Security" : "安全", "Encryption" : "加密", @@ -61,6 +63,7 @@ OC.L10N.register( "Oracle username and/or password not valid" : "Oracle 数据库用户名和/或密码无效", "DB Error: \"%s\"" : "数据库错误:\"%s\"", "Offending command was: \"%s\"" : "冲突命令为:\"%s\"", + "You need to enter details of an existing account." : "您需要输入现有帐户的详细信息。", "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 在这个平台上无法正常工作。请自行承担风险!", @@ -153,6 +156,7 @@ OC.L10N.register( "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" : "用户名在开头或结尾处包含空格", + "Username must not consist of dots only" : "用户名不能仅由点组成", "A valid password must be provided" : "必须提供合法的密码", "The username is already being used" : "用户名已被使用", "User disabled" : "用户已禁用", @@ -172,6 +176,7 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "没有安装数据库驱动 (SQLite、MySQL 或 PostgreSQL)。", "Cannot write into \"config\" directory" : "无法写入“config”目录", "Cannot write into \"apps\" directory" : "无法写入“apps”目录", + "Cannot create \"data\" directory" : "无法创建“data”目录 ", "Setting locale to %s failed" : "设置语言为 %s 失败", "Please install one of these locales on your system and restart your webserver." : "请在您的系统中安装下述一种语言并重启 Web 服务器.", "Please ask your server administrator to install the module." : "请联系服务器管理员安装模块.", @@ -189,7 +194,10 @@ OC.L10N.register( "PostgreSQL >= 9 required" : "要求 PostgreSQL >= 9", "Please upgrade your database version" : "请升级您的数据库版本", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "请更改权限为 0770 以避免其他用户查看目录.", + "Your data directory is readable by other users" : "你的数据目录可被其他用户读取", + "Your data directory must be an absolute path" : "您的数据目录必须是绝对路径", "Check the value of \"datadirectory\" in your configuration" : "请检查配置文件中 \"datadirectory\" 的值", + "Your data directory is invalid" : "您的数据目录无效", "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件.", "Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d.", "Storage unauthorized. %s" : "存储认证失败. %s", |