Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r--lib/l10n/zh_CN.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index cc5c441bc2e..d61b3c13dde 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "请删除php.ini中的open_basedir设置或切换到64位PHP。",
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
+ "Cannot create or write into the data directory %s" : "无法创建或写入数据文件夹 %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口",
"Sharing backend %s not found" : "%s 的共享后端未找到",
"Sharing backend for %s not found" : "%s 的共享后端未找到",
@@ -115,7 +116,11 @@ OC.L10N.register(
"Open »%s«" : "打开 »%s«",
"%1$s via %2$s" : "%1$s 通过 %2$s",
"You are not allowed to share %s" : "您无权共享 %s",
+ "Cannot increase permissions of %s" : "无法提升 %s 的权限",
+ "Files cannot be shared with delete permissions" : "不能带删除权限分享文件",
+ "Files cannot be shared with create permissions" : "不能带创建权限分享文件",
"Expiration date is in the past" : "到期日期已过",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["允许设置的最远截止期是从今天算起的 %n-1 天之后"],
"Sharing is only allowed with group members" : "只允许与群组成员共享",
"Sharing %s failed, because this item is already shared with user %s" : "共享 %s 失败了,因为该项目已和用户 %s 进行了分享。",
"%1$s shared »%2$s« with you" : "%1$s 对您共享了 »%2$s«",
@@ -182,6 +187,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s",
"a safe home for all your data" : "给您所有数据一个安全的家",
"File is currently busy, please try again later" : "文件当前正忙,请稍后再试",
+ "Cannot read file" : "无法读取文件",
"Application is not enabled" : "应用程序未启用",
"Authentication error" : "认证出错",
"Token expired. Please reload page." : "Token 过期,请刷新页面。",