diff options
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;"); |