diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index b305901ad0d..cc5c441bc2e 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -106,7 +106,6 @@ 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." : "请设置一个管理员密码。", - "Can't 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 的共享后端未找到", @@ -116,11 +115,7 @@ OC.L10N.register( "Open »%s«" : "打开 »%s«", "%1$s via %2$s" : "%1$s 通过 %2$s", "You are not allowed to share %s" : "您无权共享 %s", - "Can’t increase permissions of %s" : "无法增加%s的权限。", - "Files can’t be shared with delete permissions" : "无法共享有删除权限的文件", - "Files can’t be shared with create permissions" : "无法共享有创建权限的文件", "Expiration date is in the past" : "到期日期已过", - "_Can’t set expiration date more than %n day in the future_::_Can’t 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«", @@ -187,7 +182,6 @@ 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" : "文件当前正忙,请稍后再试", - "Can't read file" : "无法读取文件", "Application is not enabled" : "应用程序未启用", "Authentication error" : "认证出错", "Token expired. Please reload page." : "Token 过期,请刷新页面。", @@ -234,7 +228,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "存储连接超时。%s", "Following databases are supported: %s" : "支持以下数据库:%s", "Following platforms are supported: %s" : "支持以下平台:%s", + "Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s", "Invalid Federated Cloud ID" : "无效的联合云ID", - "Can’t set expiration date more than %s days in the future" : "允许设置的最远到期日是从今天算起的 %s-1 天" + "Can’t increase permissions of %s" : "无法增加%s的权限。", + "Files can’t be shared with delete permissions" : "无法共享有删除权限的文件", + "Files can’t be shared with create permissions" : "无法共享有创建权限的文件", + "Can’t set expiration date more than %s days in the future" : "允许设置的最远到期日是从今天算起的 %s-1 天", + "Can't read file" : "无法读取文件" }, "nplurals=1; plural=0;"); |