diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 06888c445b0..a715bea9402 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -118,8 +118,6 @@ OC.L10N.register( "Link copied to clipboard" : "链接已复制到剪贴板", "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." : "添加备注以帮助他人了解你的请求。", @@ -347,6 +345,8 @@ OC.L10N.register( "the link expired" : "链接过期", "sharing is disabled" : "已禁用共享", "For more info, please ask the person who sent this link." : "如需了解更多信息,请联系发给您该链接的人。", + "_1 email address already added_::_{count} email addresses already added_" : ["{count}个电子邮箱地址已添加"], + "_1 email address added_::_{count} email addresses added_" : ["{count}电子邮箱地址已添加"], "Enter your name" : "输入你的名字" }, "nplurals=1; plural=0;"); |