diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index ff063dd2e6c..c7dcd082cbf 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -115,12 +115,16 @@ OC.L10N.register( "Add to your Nextcloud" : "添加到您的 Nextcloud", "Share API is disabled" : "共享 API 已被禁用", "File sharing" : "文件共享", + "Share will expire tomorrow" : "共享将在明天过期", + "One or more of your shares will expire tomorrow" : "您的一个或多个共享将在明天过期", + "Your share of {node} will expire tomorrow" : "您在{node}的共享将在明天过期", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "这个应用程序允许用户在 Nextcloud 内部共享文件。如果启用,管理员能够选择哪个组可以共享文件。然后,可用的用户能够共享文件和文件夹给 Nextcloud 中的其他用户和组。另外,如果管理员启用了共享链接功能,能够使用外部链接将文件共享给 Nextcloud 之外的其他用户。管理员也可以强制设置密码,过期日期,并且可以通过共享链接启用服务器到服务器的共享,以及从移动设备共享。\n关闭该功能将删除服务器上所有共享接收者以用同步客户端和移动应用上的共享文件和文件夹。更多信息可查阅 Nextcloud 文档。", "Allow editing" : "允许编辑", "Can reshare" : "可以再次共享", "Expiration date enforced" : "强制过期日期", "Set expiration date" : "设置过期日期", "Enter a date" : "输入日期", + "Note to recipient" : "接收人备注", "Unshare" : "取消共享", "group" : "分组", "conversation" : "会话", @@ -128,11 +132,15 @@ OC.L10N.register( "remote group" : "远程分组", "guest" : "访客", "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}", "Internal link" : "内部链接", "Link copied" : "已复制链接", + "Cannot copy, please copy the link manually" : "无法复制,请手动复制链接", "Copy to clipboard" : "复制到剪贴板", "Only works for users with access to this folder" : "仅适用于有权限访问此文件夹的用户", + "Only works for users with access to this file" : "仅适用于有权限访问此文件的用户", + "Please enter the following required information before creating the share" : "请在创建共享前输入以下必填信息", "Password protection (enforced)" : "密码保护(强制)", "Password protection" : "密码保护", "Enter a password" : "输入密码", @@ -140,6 +148,8 @@ OC.L10N.register( "Cancel" : "取消", "Read only" : "只读", "Allow upload and editing" : "允许上传和编辑", + "File drop (upload only)" : "文件拖拽(仅上传)", + "Hide download" : "隐藏下载", "Password protect" : "密码保护", "Delete share" : "删除共享", "Add another link" : "添加其他链接", @@ -148,22 +158,29 @@ OC.L10N.register( "Share link" : "共享链接", "Error, please enter proper password and/or expiration date" : "错误,请输入正确的密码和/或过期日期", "No recommendations. Start typing." : "没有推荐。开始输入。", + "Resharing is not allowed" : "不允许二次共享", "Name or email address..." : "姓名或电子邮件地址...", "Name or federated cloud ID..." : "姓名或联合云 ID...", + "Name, federated cloud ID or email address..." : "姓名,联合云 ID 或电子邮件地址...", "Name..." : "名称...", "Searching..." : "搜索中...", "No elements found." : "未发现元素。", "Search globally" : "全局搜索", + "on {server}" : "在 {server} 上", "Sharing" : "共享", "Unable to load the shares list" : "无法加载共享列表", + "Expires {relativetime}" : "过期 {relativetime}", "this share just expired." : "此共享已过期。", "Link to a file" : "文件链接", + "Error creating the share" : "创建共享时出错", "Error updating the share" : "更新共享时出错", "Enter a note for the share recipient" : "给共享接收人留备注", "Shared" : "已共享", "Share" : "共享", + "Shared with" : "共享给", "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组", "Shared with you and {circle} by {owner}" : "{owner} 共享给您及 {circle}", + "Shared with you and the conversation {conversation} by {owner}" : "由{owner} 共享给您及对话 {conversation}", "Shared with you in a conversation by {owner}" : "由 {owner} 在一个会话中共享给您", "Shared with you by {owner}" : "{owner} 与您共享", "No entries found in this folder" : "此文件夹中无项目", |