diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
commit | cf59499274b0fba60aeb782edc06ab379226be50 (patch) | |
tree | 49d14b9fc871baefc09c09d5df75be296c5289be /core/l10n/zh_CN.js | |
parent | 897c4d403700d8668c1df2f05837953c62aa2878 (diff) | |
download | nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.tar.gz nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 10f578e9143..20f212151ab 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -235,21 +235,9 @@ OC.L10N.register( "Looking for {term} …" : "正在查找{term} ……", "No" : "否", "Yes" : "是", - "No files in here" : "未找到文件", - "New folder" : "新建文件夹", - "No more subfolders in here" : "没有更多的子文件夹", - "Name" : "名称", - "Size" : "大小", - "Modified" : "已修改", - "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", - "File name cannot be empty." : "文件名不能为空。", - "\"/\" is not allowed inside a file name." : "文件名不能包含“/”。", - "\"{name}\" is not an allowed filetype" : "“{name}”不是允许的文件类型", - "{newName} already exists" : "{newName} 已经存在", "Choose" : "选择", "Copy" : "复制", "Move" : "移动", - "Error loading file picker template: {error}" : "加载文件选择模板出错:{error}", "OK" : "确认", "Error loading message template: {error}" : "加载消息模板出错:{error}", "read-only" : "只读", @@ -264,12 +252,6 @@ OC.L10N.register( "(all selected)" : "(选中全部)", "({count} selected)" : "(选择了 {count} 个)", "Error loading file exists template" : "加载文件存在性模板失败", - "Show list view" : "显示列表视图", - "Show grid view" : "显示网格视图", - "Pending" : "等待", - "Home" : "首页 ", - "Copy to {folder}" : "复制到 {folder}", - "Move to {folder}" : "移动到 {folder}", "Saving …" : "正在保存…", "Authentication required" : "授权请求", "This action requires you to confirm your password" : "请您确认您的密码", @@ -423,6 +405,24 @@ OC.L10N.register( "If it is not there ask your local administrator." : "如果它不在此处,请询问您的本地管理员。", "Press enter to start searching" : "按 Enter 开始搜索", "Settings" : "设置", + "No files in here" : "未找到文件", + "New folder" : "新建文件夹", + "No more subfolders in here" : "没有更多的子文件夹", + "Name" : "名称", + "Size" : "大小", + "Modified" : "已修改", + "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", + "File name cannot be empty." : "文件名不能为空。", + "\"/\" is not allowed inside a file name." : "文件名不能包含“/”。", + "\"{name}\" is not an allowed filetype" : "“{name}”不是允许的文件类型", + "{newName} already exists" : "{newName} 已经存在", + "Error loading file picker template: {error}" : "加载文件选择模板出错:{error}", + "Show list view" : "显示列表视图", + "Show grid view" : "显示网格视图", + "Pending" : "等待", + "Home" : "首页 ", + "Copy to {folder}" : "复制到 {folder}", + "Move to {folder}" : "移动到 {folder}", "File not found" : "文件未找到", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "服务器上找不到该文档。可能此共享已被删除或过期。", "Please use the command line updater because automatic updating is disabled in the config.php." : "由于自动更新在 config.php 中已禁用,请使用命令行更新。", |