diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 77d828fc599..06888c445b0 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -119,6 +119,7 @@ OC.L10N.register( "Email already added" : "电子邮箱已添加", "Invalid email address" : "无效电子邮箱地址", "_1 email address already added_::_{count} email addresses already added_" : ["{count}个电子邮箱地址已添加"], + "_1 email address added_::_{count} email addresses added_" : ["{count}电子邮箱地址已添加"], "What are you requesting?" : "你正在请求什么?", "Request subject" : "请求主题", "Add a note to help people understand what you are requesting." : "添加备注以帮助他人了解你的请求。", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 427068caea9..0ea0d23fc99 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -117,6 +117,7 @@ "Email already added" : "电子邮箱已添加", "Invalid email address" : "无效电子邮箱地址", "_1 email address already added_::_{count} email addresses already added_" : ["{count}个电子邮箱地址已添加"], + "_1 email address added_::_{count} email addresses added_" : ["{count}电子邮箱地址已添加"], "What are you requesting?" : "你正在请求什么?", "Request subject" : "请求主题", "Add a note to help people understand what you are requesting." : "添加备注以帮助他人了解你的请求。", |