diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-13 00:24:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-13 00:24:37 +0000 |
commit | c6e6ebb9992882ad2a2bcd49252bffe2248103c4 (patch) | |
tree | 7558a0e3ed74a249c8b7666c5dd02dbd705c51b4 /apps/files_sharing/l10n/zh_CN.js | |
parent | e94a83addb9c315c2a60f2a5aed489dc21a11fbc (diff) | |
download | nextcloud-server-c6e6ebb9992882ad2a2bcd49252bffe2248103c4.tar.gz nextcloud-server-c6e6ebb9992882ad2a2bcd49252bffe2248103c4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 4a274dd322d..b4e710088e2 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -133,6 +133,7 @@ OC.L10N.register( "Upload" : "上传", "Edit" : "编辑", "Bundled permissions" : "权限包", + "Open Sharing Details" : "打开分享详细信息", "group" : "分组", "conversation" : "会话", "remote" : "远程", @@ -158,6 +159,7 @@ OC.L10N.register( "Enter a date" : "输入日期", "Create share" : "创建共享", "Cancel" : "取消", + "Customize link" : "自定义链接", "Add another link" : "添加其他链接", "Create a new share link" : "创建新的共享链接", "{shareWith} by {initiator}" : "由 {initiator} 通过 {shareWith} 共享", @@ -190,8 +192,10 @@ OC.L10N.register( "Deck board" : "看板", "ScienceMesh" : "ScienceMesh", "on {server}" : "在 {server} 上", + "Upload only" : "仅上传", "Advanced settings" : "高级选项", "Share label" : "分享标签", + "Set password" : "设置密码", "Password" : "密码", "Password expires {passwordExpirationTime}" : "密码于 {passwordExpirationTime} 过期", "Password expired" : "密码已过期", @@ -204,6 +208,9 @@ OC.L10N.register( "Update" : "更新", "Share" : "共享", "Delete share" : "删除共享", + "Share with " : "分享给", + "Save share" : "保存分享", + "Update share" : "更新分享", "Others with access" : "其他具有访问权限的人", "No other users with access found" : "找不到其他具有访问权限的用户", "Toggle list of others with access to this directory" : "切换有权访问此目录的其他人的列表", @@ -213,7 +220,10 @@ OC.L10N.register( "Expires {relativetime}" : "过期 {relativetime}", "this share just expired." : "此共享已过期。", "Shared with you by {owner}" : "{owner} 与您共享", + "_Accept share_::_Accept shares_" : ["接受共享"], "Open in Files" : "在文件中打开", + "_Reject share_::_Reject shares_" : ["拒绝共享"], + "_Restore share_::_Restore shares_" : ["恢复共享"], "Link to a file" : "链接到文件", "Error creating the share: {errorMessage}" : "创建共享失败:{errorMessage}", "Error creating the share" : "创建共享时出错", @@ -232,11 +242,17 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "由{owner} 共享给您及对话 {conversation}", "Shared with you in a conversation by {owner}" : "由 {owner} 在一个会话中共享给您", "Shares" : "共享", + "Overview of shared files." : "已分享文件的概览", "No shares" : "没有共享", + "Files and folders you shared or have been shared with you will show up here" : "您共享或已与您共享的文件与文件夹将显示在此处", "Shared with you" : "共享给您的", + "List of files that are shared with you." : "与您共享的文件列表", "Nothing shared with you yet" : "您还没有收到任何共享的文件", + "Files and folders others shared with you will show up here" : "其他人与您分享的文件与文件夹将显示在此处", "Shared with others" : "您共享的文件", + "List of files that you shared with others." : "你与其他人分享的文件列表。", "Nothing shared yet" : "还没有共享过文件", + "Files and folders you shared will show up here" : "您分享的文件与文件夹将会显示在此处", "Shared by link" : "通过链接共享", "No shared links" : "无共享链接", "Deleted shares" : "已删除的共享", |