diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 994a330a7b3..860e6b0c97d 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -226,6 +226,8 @@ OC.L10N.register( "_Reject share_::_Reject shares_" : ["拒绝共享"], "_Restore share_::_Restore shares_" : ["恢复共享"], "Shared" : "已共享", + "Shared by {ownerDisplayName}" : "由 {ownerDisplayName} 分享", + "Show sharing options" : "显示共享选项", "Link to a file" : "链接到文件", "Error creating the share: {errorMessage}" : "创建共享失败:{errorMessage}", "Error creating the share" : "创建共享时出错", @@ -255,10 +257,15 @@ OC.L10N.register( "Nothing shared yet" : "还没有共享过文件", "Files and folders you shared will show up here" : "您分享的文件与文件夹将会显示在此处", "Shared by link" : "通过链接共享", + "List of files that are shared by link." : "存在分享链接的文件列表", "No shared links" : "无共享链接", + "Files and folders you shared by link will show up here" : "此处会显示您使用链接分享的文件和文件夹", "Deleted shares" : "已删除的共享", + "List of shares you left." : "您已退出的分享列表", "No deleted shares" : "没有删除的共享", + "Shares you have left will show up here" : "此处会显示您退出的分享", "Pending shares" : "待定共享", + "List of unapproved shares." : "未批准的分享列表", "No pending shares" : "没有待定共享", "Shares you have received but not approved will show up here" : "您已收到但未批准的分享将显示在这里", "No entries found in this folder" : "在此文件夹中找不到项目", |