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 32e6ef217c1..c6b6f375e16 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -127,6 +127,9 @@ OC.L10N.register( "Sharing" : "共享", "Accept user and group shares by default" : "默认接受用户和分组共享", "Allow editing" : "允许编辑", + "Allow creating" : "允许创建", + "Allow deleting" : "允许删除", + "Allow resharing" : "允许二次共享", "Expiration date enforced" : "强制过期日期", "Set expiration date" : "设置过期日期", "Enter a date" : "输入日期", @@ -140,6 +143,8 @@ OC.L10N.register( "Shared with the group {user} by {owner}" : "{owner} 共享给分组 {user}", "Shared with the conversation {user} by {owner}" : "由{owner}共享给会话{user}", "Shared with {user} by {owner}" : "{owner} 共享给 {user}", + "Added by {initiator}" : "由 {initiator} 添加", + "Via folder" : "通过文件夹", "Internal link" : "内部链接", "Link copied" : "已复制链接", "Cannot copy, please copy the link manually" : "无法复制,请手动复制链接", @@ -173,6 +178,7 @@ OC.L10N.register( "No elements found." : "未发现元素。", "Search globally" : "全局搜索", "on {server}" : "在 {server} 上", + "Others with access" : "其他具有访问权限的人", "Toggle list of others with access to this directory" : "切换有权访问此目录的其他人的列表", "Toggle list of others with access to this file" : "切换有权访问此文件的其他人的列表", "Unable to fetch inherited shares" : "无法获取继承的共享", |