diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index e8d05dd2fe5..b305901ad0d 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -120,6 +120,7 @@ OC.L10N.register( "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«", @@ -234,6 +235,6 @@ OC.L10N.register( "Following databases are supported: %s" : "支持以下数据库:%s", "Following platforms are supported: %s" : "支持以下平台:%s", "Invalid Federated Cloud ID" : "无效的联合云ID", - "Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天。" + "Can’t set expiration date more than %s days in the future" : "允许设置的最远到期日是从今天算起的 %s-1 天" }, "nplurals=1; plural=0;"); |