This commit is contained in:
Baobhan Sith
2025-05-16 20:25:39 +08:00
parent fcaf1be506
commit 3ccaca7144
4 changed files with 128 additions and 15 deletions
+26 -12
View File
@@ -1398,14 +1398,20 @@
}
},
"transferProgressModal": {
"transferProgressModal": {
"title": "文件传输进度",
"loading": "正在加载传输任务...",
"errorLoadingTitle": "加载错误",
"errorLoading": "加载传输任务时出错: {error}",
"noTasks": "当前没有活动的传输任务。",
"errorLoading": "加载传输任务失败:{error}",
"error": {
"unknown": "发生未知错误"
"unknown": "未知错误",
"cancelFailed": "中止任务失败。"
},
"noTasks": "当前没有活动的传输任务。",
"task": {
"idLabel": "任务",
"createdAt": "创建于",
"overallProgress": "整体进度"
},
"status": {
"queued": "排队中",
@@ -1414,15 +1420,18 @@
"failed": "已失败",
"partiallyCompleted": "部分完成",
"connecting": "连接中",
"transferring": "传输中"
},
"task": {
"idLabel": "任务",
"createdAt": "创建于",
"overallProgress": "整体进度"
"transferring": "传输中",
"cancelling": "中止中",
"cancelled": "已中止"
},
"confirmCancel": "您确定要中止此传输任务吗?",
"cancelRequested": "已发送中止请求。",
"cancelTaskTooltip": "中止任务",
"cancellingTooltip": "中止中...",
"cancelButton": "中止",
"cancellingButton": "中止中",
"subTasks": {
"titleToggle": "查看/隐藏 {count} 个子任务",
"titleToggle": "查看 {count} 个子任务",
"noSubTasks": "没有子任务。"
},
"subTask": {
@@ -1431,7 +1440,12 @@
"status": "状态",
"method": "方法",
"error": "错误"
}
},
"connectionIdFallback": "连接ID: {connectionId}",
"unknownFileName": "[文件名未知]",
"unknownSourceServer": "[源服务器未知]",
"unknownTargetPath": "[目标路径未知]",
"taskIdFallback": "任务ID: {taskId}"
},
"sendFilesModal": {
"title": "发送文件",