diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
commit | c5ae14453a2c199752b8369545d983c56a521d30 (patch) | |
tree | 4d92832c80d32827a3edbe73d67249da3e336a8e /lib/l10n/zh_CN.js | |
parent | ceaac03bb5512f925e43bdf8574977ea8e056e62 (diff) | |
download | nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.tar.gz nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index d160da39b4d..49e3b3a2f41 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -70,6 +70,9 @@ OC.L10N.register( "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" : "用户名已被使用", "Help" : "帮助", "Personal" : "个人", "Users" : "用户", @@ -100,9 +103,6 @@ OC.L10N.register( "Data directory (%s) is readable by other users" : "文件目录 (%s) 可以被其他用户读取", "Data directory (%s) is invalid" : "文件目录 (%s) 无效", "Please check that the data directory contains a file \".ocdata\" in its root." : "请确保文件根目录下包含有一个名为“.ocdata”的文件。", - "A valid username must be provided" : "必须提供合法的用户名", - "A valid password must be provided" : "必须提供合法的密码", - "The username is already being used" : "用户名已被使用", "Storage not available" : "存储空间不可用" }, "nplurals=1; plural=0;"); |