diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/zh_CN.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.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, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 479c4fd01ff..8510b0defc0 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -88,9 +88,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "另一相同名称的条目已存在。", "Invalid filename." : "无效文件名称。", "Renamed \"{oldName}\" to \"{newName}\"" : "已将“{oldName}”重命名为“{newName}”", - "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", - "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", "Pending" : "等待", "Clear filter" : "清除筛选", "Modified" : "修改日期", @@ -386,12 +383,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "文件名不能以“{segment}”结尾。", "Name cannot be empty" : "名称不能为空", "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", + "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{fileName}”,此文件已经不存在", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", + "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", "Storage informations" : "存储信息", "Choose file" : "选择文件", "Open the files app settings" : "打开文件设置", "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", - "Destination is not a folder" : "目标不是一个文件夹", - "This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中", "The files is locked" : "文件已锁定", "Create new templates folder" : "新建模板文件夹", "List of favorites files and folders." : "收藏文件和文件夹列表", @@ -402,6 +400,8 @@ OC.L10N.register( "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Favored" : "已加入收藏", "Favor" : "收藏", - "Not favored" : "未收藏" + "Not favored" : "未收藏", + "Destination is not a folder" : "目标不是一个文件夹", + "This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中" }, "nplurals=1; plural=0;"); |