diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-27 00:18:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-27 00:18:02 +0000 |
commit | 0ad9cbf8848d1472c616f137af2ca3af79d944a5 (patch) | |
tree | d60e0ddae173af46c5ab27d63dc3fac0b3153a86 /apps/files/l10n/zh_CN.js | |
parent | 281d0aa9644e62b59c894fd465ae2cbd31d33141 (diff) | |
download | nextcloud-server-0ad9cbf8848d1472c616f137af2ca3af79d944a5.tar.gz nextcloud-server-0ad9cbf8848d1472c616f137af2ca3af79d944a5.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 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 6991728aeba..4d5a70d80fd 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -58,7 +58,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "无法复制 \"{file}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制了 {origin} 和 {nbfiles} 个其他文件", - "Failed to redirect to client" : "无法重定向到客户端", + "Failed to redirect to client" : "重定向到客户端失败", "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", @@ -193,7 +193,6 @@ OC.L10N.register( "Choose file or folder to transfer" : "选择要转移的文件或文件夹", "Change" : "修改", "New owner" : "新的拥有者", - "Search for an account" : "搜索一个账户", "Choose a file or folder to transfer" : "选择要转移的文件或文件夹", "Transfer" : "转移", "Transfer {path} to {userid}" : "将 {path} 转移给 {userid}", @@ -250,18 +249,13 @@ OC.L10N.register( "Text file" : "文本文件", "New text file.txt" : "新建文本文档.txt", "Storage invalid" : "存储空间无效", - "Select" : "选择", - "You don’t have permission to upload or create files here" : "您没有权限在此上传或创建文件", - "New" : "新建", - "Copied!" : "已复制", "Unlimited" : "无限制", "Search users" : "搜索用户", - "Cannot transfer ownership of a file or folder you don't own" : "无法转让您未拥有的文件或文件夹的所有权", "Cancel" : "取消", "%s used" : "已使用 %s", "%s%%" : "%s%%", "%1$s of %2$s used" : "已使用 %2$s 中的 %1$s", - "Settings" : "设置", - "Deleted files" : "已删除的文件" + "Deleted files" : "已删除的文件", + "Search for an account" : "搜索一个账户" }, "nplurals=1; plural=0;"); |