This commit is contained in:
Baobhan Sith
2025-05-16 16:43:56 +08:00
parent a4893e5625
commit c91e44cb32
13 changed files with 1542 additions and 6 deletions
+23
View File
@@ -1424,5 +1424,28 @@
"logExportSuccess": "Suspended session log {name} has started downloading.",
"logExportError": "Failed to export suspended session log: {error}"
}
},
"sendFilesModal": {
"title": "Send Files",
"searchConnectionsPlaceholder": "Search connections...",
"targetPathLabel": "Target Path",
"targetPathPlaceholder": "/remote/path/to/destination",
"transferMethodLabel": "Transfer Method",
"transferMethodAuto": "Auto",
"loadingConnections": "Loading connections...",
"noConnections": "No connections available. Please add connections first.",
"noConnectionsFound": "No connections found matching your search.",
"untaggedConnections": "Untagged",
"itemsToSendTitle": "Items to send:",
"noItemsSelected": "No items selected to send.",
"sendButton": "Send",
"cancelButton": "Cancel",
"errorFetchingData": "Error fetching data for modal.",
"errorFetchingConnections": "Error fetching connections.",
"errorFetchingTags": "Error fetching tags.",
"validationError": "Please select at least one connection and specify a target path.",
"transferInitiated": "Transfer task created, Task ID: ",
"transferInitiatedGeneric": "Transfer task created successfully.",
"transferFailedError": "Failed to initiate transfer. Please try again."
}
}
+23
View File
@@ -1385,5 +1385,28 @@
"resumeErrorBackend": "バックエンドがセッションの再開に失敗しました: {error}",
"autoTerminated": "中断されたセッション「{name}」は、理由: {reason} によりバックエンドによって自動終了されました。"
}
},
"sendFilesModal": {
"title": "ファイル送信",
"searchConnectionsPlaceholder": "接続を検索...",
"targetPathLabel": "ターゲットパス",
"targetPathPlaceholder": "/remote/path/to/destination",
"transferMethodLabel": "転送方法",
"transferMethodAuto": "自動",
"loadingConnections": "接続を読み込み中...",
"noConnections": "利用可能な接続がありません。まず接続を追加してください。",
"noConnectionsFound": "検索に一致する接続が見つかりませんでした。",
"untaggedConnections": "タグなし",
"itemsToSendTitle": "送信するアイテム:",
"noItemsSelected": "送信するアイテムが選択されていません。",
"sendButton": "送信",
"cancelButton": "キャンセル",
"errorFetchingData": "モーダルデータの取得中にエラーが発生しました。",
"errorFetchingConnections": "接続データの取得中にエラーが発生しました。",
"errorFetchingTags": "タグデータの取得中にエラーが発生しました。",
"validationError": "少なくとも1つの接続を選択し、ターゲットパスを指定してください。",
"transferInitiated": "転送タスクが作成されました、タスクID: ",
"transferInitiatedGeneric": "転送タスクが正常に作成されました。",
"transferFailedError": "転送の開始に失敗しました。もう一度お試しください。"
}
}
+59
View File
@@ -1396,6 +1396,65 @@
"remove": "移除",
"exportLog": "导出日志"
}
},
"transferProgressModal": {
"title": "文件传输进度",
"loading": "正在加载传输任务...",
"errorLoadingTitle": "加载错误",
"errorLoading": "加载传输任务时出错: {error}",
"noTasks": "当前没有活动的传输任务。",
"error": {
"unknown": "发生未知错误"
},
"status": {
"queued": "排队中",
"inProgress": "进行中",
"completed": "已完成",
"failed": "已失败",
"partiallyCompleted": "部分完成",
"connecting": "连接中",
"transferring": "传输中"
},
"task": {
"idLabel": "任务",
"createdAt": "创建于",
"overallProgress": "整体进度"
},
"subTasks": {
"titleToggle": "查看/隐藏 {count} 个子任务",
"noSubTasks": "没有子任务。"
},
"subTask": {
"source": "源文件",
"connectionId": "目标连接",
"status": "状态",
"method": "方法",
"error": "错误"
}
},
"sendFilesModal": {
"title": "发送文件",
"searchConnectionsPlaceholder": "搜索连接...",
"targetPathLabel": "目标路径",
"targetPathPlaceholder": "/远程/路径/到/目的地",
"transferMethodLabel": "传输方式",
"transferMethodAuto": "自动",
"loadingConnections": "正在加载连接...",
"noConnections": "没有可用的连接。请先添加连接。",
"noConnectionsFound": "未找到匹配搜索的连接。",
"untaggedConnections": "未标记",
"itemsToSendTitle": "待发送项目:",
"noItemsSelected": "未选择待发送的项目。",
"sendButton": "发送",
"cancelButton": "取消",
"errorFetchingData": "获取模态框数据时出错。",
"errorFetchingConnections": "获取连接数据时出错。",
"errorFetchingTags": "获取标签数据时出错。",
"validationError": "请至少选择一个连接并指定目标路径。",
"transferInitiated": "传输任务已创建,任务 ID: ",
"transferInitiatedGeneric": "传输任务创建成功。",
"transferFailedError": "发起传输失败。请重试。"
},
"time": {
"unknown": "未知时间",