diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
commit | 724a62daeebeeb0508b7ce7195226aa0654dd97f (patch) | |
tree | 74695f1deb0a6c78d1d3c40fd53aae2312b67f4e /apps/files/l10n/zh_CN.js | |
parent | a357c065bd1c86dae196a1bd4759f183dd1f2733 (diff) | |
download | nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.tar.gz nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index e752a126dbf..7f5518d3574 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -37,10 +37,9 @@ OC.L10N.register( "Set reminder" : "设置提醒", "Edit locally" : "本地编辑", "Open" : "打开", - "_Delete file_::_Delete files_" : ["删除文件"], - "_Delete folder_::_Delete folders_" : ["删除文件夹"], - "_Disconnect storage_::_Disconnect storages_" : ["断开与存储空间的连接"], - "_Leave this share_::_Leave these shares_" : ["离开此分享"], + "Delete folder" : "删除文件夹", + "Disconnect storage" : "断开与存储空间的连接", + "Leave this share" : "离开这个共享", "Could not load info for file \"{file}\"" : "无法加载文件“{file}”的信息", "Files" : "文件", "Details" : "详细信息", @@ -260,6 +259,10 @@ OC.L10N.register( "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", "Delete and unshare" : "删除并取消分享", + "Leave these shares" : "离开此分享", + "Disconnect storages" : "断开与存储空间的连接", + "Delete files" : "删除文件", + "Delete folders" : "删除文件夹", "You are about to delete {count} items." : "您将删除 {count} 个项目", "Confirm deletion" : "确认删除", "Cancel" : "取消", @@ -313,20 +316,9 @@ OC.L10N.register( "Direct link was copied (only works for users who have access to this file/folder)" : "已复制直链(仅适用于有权访问此文件/文件夹的用户)", "Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "You can only favorite a single file or folder at a time" : "您一次只能收藏一个文件或文件夹", - "\"remote user\"" : "“远程用户”", - "Search users" : "搜索用户", - "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", - "Set up templates folder" : "设置模板文件夹", - "Toggle %1$s sublist" : "切换 %1$s 子列表", - "Toggle grid view" : "切换网格视图", - "Deleted files" : "已删除的文件", - "Shares" : "共享", - "Shared with others" : "已与他人共享", - "Shared with you" : "与您共享的", - "Deleted shares" : "已删除的共享", - "Pending shares" : "待定共享", "This file has the tag {tag}" : "这个文件有 {tag} 标签", "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", + "\"remote user\"" : "“远程用户”", "Select the row for {displayName}" : "选择 {displayName} 的行", "Open folder {name}" : "打开文件夹 {name}", "Unselect all" : "取消全选", @@ -337,6 +329,15 @@ OC.L10N.register( "Search for an account" : "搜索一个账户", "Choose" : "选择", "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", + "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", + "Set up templates folder" : "设置模板文件夹", + "Toggle %1$s sublist" : "切换 %1$s 子列表", + "Toggle grid view" : "切换网格视图", + "Shares" : "共享", + "Shared with others" : "已与他人共享", + "Shared with you" : "与您共享的", + "Deleted shares" : "已删除的共享", + "Pending shares" : "待定共享", "The files is locked" : "文件已锁定" }, "nplurals=1; plural=0;"); |