Bring back filemanager translations

This commit is contained in:
Johannes Zellner
2025-10-20 09:53:49 +02:00
parent f5c81f5882
commit 5ee8e9da80
11 changed files with 766 additions and 44 deletions

View File

@@ -671,7 +671,8 @@
"filemanager": {
"title": "文件管理器",
"newDirectoryDialog": {
"title": "新文件夹"
"title": "新文件夹",
"create": "创建"
},
"newFileDialog": {
"title": "新文件",
@@ -683,10 +684,74 @@
"newFile": "新文件",
"uploadFile": "上传文件",
"restartApp": "重启应用",
"newFolder": "新文件夹"
"newFolder": "新文件夹",
"uploadFolder": "上传文件夹",
"openTerminal": "打开终端",
"openLogs": "打开日志"
},
"removeDialog": {
"reallyDelete": "确定要删除下列文件?"
},
"renameDialog": {
"title": "重命名 {{ fileName }}",
"newName": "新文件名",
"rename": "重命名"
},
"chownDialog": {
"title": "修改文件的拥有者",
"newOwner": "拥有者",
"change": "修改拥有者",
"recursiveCheckbox": "遍历文件夹修改拥有者"
},
"uploadingDialog": {
"title": "正在上传文件 ({{ countDone }}/{{ count }})",
"errorAlreadyExists": "一个或多个文件已存在。",
"errorFailed": "一个或多个文件上传失败。请重试。",
"closeWarning": "在上传完成前请不要刷新此页面。",
"retry": "重试",
"overwrite": "覆盖"
},
"extractDialog": {
"title": "正在解压 {{ fileName }}",
"closeWarning": "在解压完成前请不要刷新本页面。"
},
"textEditorCloseDialog": {
"title": "文件有未保存的修改",
"details": "如果不保存文件,您的修改将丢失",
"dontSave": "不要保存"
},
"notFound": "找不到文件",
"list": {
"name": "名称",
"size": "大小",
"owner": "拥有者",
"empty": "没有文件",
"symlink": "软链接到 {{ target }}",
"menu": {
"rename": "重命名",
"chown": "修改拥有者",
"extract": "解压到此处",
"download": "下载",
"delete": "删除",
"edit": "编辑",
"cut": "剪切",
"copy": "复制",
"paste": "粘贴",
"selectAll": "全选"
},
"mtime": "修改时间"
},
"extract": {
"error": "解压失败:{{ message }}"
},
"newDirectory": {
"errorAlreadyExists": "该目录已经存在"
},
"newFile": {
"errorAlreadyExists": "该文件已经存在"
},
"status": {
"restartingApp": "正在重启应用"
}
},
"email": {