diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 10dfd674a04..2a9eb59c28c 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -116,6 +116,9 @@ OC.L10N.register( "Expiration date is in the past" : "到期日期已过.", "Can’t set expiration date more than %s days in the future" : "无法将过期日期设置为超过 %s 天.", "%s shared »%s« with you" : "%s 向您分享了 »%s«", + "%s shared »%s« with you." : "%s 已与您共享了 %s .", + "Click the button below to open it." : "点击下方按钮可打开它.", + "Open »%s«" : "打开 %s", "%s via %s" : "%s 通过 %s", "The requested share does not exist anymore" : "当前请求的共享已经不存在", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", @@ -170,6 +173,7 @@ OC.L10N.register( "Username must not consist of dots only" : "用户名不能仅由点组成", "A valid password must be provided" : "必须提供合法的密码", "The username is already being used" : "用户名已被使用", + "Could not create user" : "无法创建用户", "User disabled" : "用户已禁用", "Login canceled by app" : "已通过应用取消登录", "No app name specified" : "没有指定的 App 名称", |