diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
commit | 65e9409e729f92a2b55d17642b9437d0d0223857 (patch) | |
tree | 80b6c310774cb93a715c8d54690b1ba3ca0b430b /lib/l10n/zh_CN.js | |
parent | c2f3010ee7b828459b279879285f1bdc2c7e3c62 (diff) | |
download | nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.tar.gz nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index fb4c1ce044d..43ea59c7558 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -150,7 +150,6 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s 对您共享了 »%2$s«。", "Click the button below to open it." : "点击下方按钮可打开它。", "The requested share does not exist anymore" : "当前请求的共享已经不存在", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已达到用户上限,未创建该用户。请检查您的通知以了解更多。", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", "Sunday" : "星期日", "Monday" : "星期一", @@ -284,6 +283,7 @@ OC.L10N.register( "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" : "您的数据目录无效" + "Your data directory is invalid" : "您的数据目录无效", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已达到用户上限,未创建该用户。请检查您的通知以了解更多。" }, "nplurals=1; plural=0;"); |