diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 64004e3b1ae..11e71ab4819 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -14,6 +14,12 @@ OC.L10N.register( "Invalid ownCloud url" : "无效的 ownCloud 网址", "Share" : "共享", "Shared by" : "共享人", + "A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。", + "You shared %1$s with %2$s" : "您把 %1$s分享给了 %2$s", + "You shared %1$s with group %2$s" : "你把 %1$s 分享给了 %2$s 组", + "%2$s shared %1$s with you" : "%2$s 把 %1$s 分享给了您", + "You shared %1$s via link" : "您通过链接共享了 %1$s", + "Shares" : "共享", "This share is password-protected" : "这是一个密码保护的共享", "The password is wrong. Try again." : "用户名或密码错误!请重试", "Password" : "密码", |