diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-16 00:21:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-16 00:21:50 +0000 |
commit | 5bd7fd00d623b022bb1410b5e8d52e85c9ac7d73 (patch) | |
tree | 489c81623fddb99c01c9561dcb3378b135033143 /apps/files/l10n/zh_CN.js | |
parent | 7260f04f1b820044ffefcd042394919ccc0f0679 (diff) | |
download | nextcloud-server-5bd7fd00d623b022bb1410b5e8d52e85c9ac7d73.tar.gz nextcloud-server-5bd7fd00d623b022bb1410b5e8d52e85c9ac7d73.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 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 153c86a5941..ea82e86ae71 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -88,6 +88,7 @@ OC.L10N.register( "Another entry with the same name already exists." : "另一相同名称的条目已存在。", "Invalid filename." : "无效文件名称。", "Renamed \"{oldName}\" to \"{newName}\"" : "已将“{oldName}”重命名为“{newName}”", + "Unknown date" : "未知日期", "Pending" : "等待", "Clear filter" : "清除筛选", "Modified" : "修改日期", @@ -97,6 +98,7 @@ OC.L10N.register( "Total rows summary" : "总行摘要", "Name" : "名称", "Size" : "大小", + "Toggle selection for all files and folders" : "切换所有文件和文件夹的选择", "Actions" : "操作", "(selected)" : "(选中)", "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", @@ -201,6 +203,8 @@ OC.L10N.register( "Confirm deletion" : "确认删除", "Cancel" : "取消", "Edit file locally" : "本地编辑", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "该文件现在应该在你的设备上打开。如果没有,请检查你是否安装了桌面应用程序。", + "Retry and close" : "重试并关闭", "Edit online" : "在线编辑", "Failed to redirect to client" : "重定向到客户端失败", "Edit locally" : "本地编辑", @@ -241,7 +245,7 @@ OC.L10N.register( "Photos and images" : "照片和图像", "Videos" : "视频", "New folder creation cancelled" : "取消创建新文件夹", - "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", + "Created new folder \"{name}\"" : "已创建新文件夹“{name}”", "Unable to initialize the templates directory" : "无法初始化模板目录", "Create templates folder" : "创建模板文件夹", "Templates" : "模板", @@ -264,6 +268,7 @@ OC.L10N.register( "This operation is forbidden" : "该操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员", "Storage is temporarily not available" : "存储空间暂时不可用", + "Unexpected error: {error}" : "意外错误:{error}", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"], @@ -381,7 +386,7 @@ OC.L10N.register( "Name cannot be empty" : "名称不能为空", "Another entry with the same name already exists" : "已经存在另一个使用该名称的条目", "Could not rename \"{oldName}\", it does not exist any more" : "无法重命名“{oldName}”,此文件已经不存在", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称“{newName}”在这个文件夹“{dir}”已经被使用。请选择其他名称。", "Could not rename \"{oldName}\"" : "无法重命名“{oldName}”", "Storage informations" : "存储信息", "Choose file" : "选择文件", |