feat: 添加历史路径功能

This commit is contained in:
Baobhan Sith
2025-05-23 15:58:26 +08:00
parent d8f0524b7c
commit f8282fe9c0
14 changed files with 787 additions and 42 deletions
+8 -1
View File
@@ -1,5 +1,4 @@
{
"appName": "Nexus Terminal",
"projectName": "Nexus Terminal",
"slogan":"Stir the stars, command the terminal.",
@@ -1504,5 +1503,13 @@
"transferInitiated": "Transfer task created",
"transferInitiatedGeneric": "Transfer task created successfully.",
"transferFailedError": "Failed to initiate transfer. Please try again."
},
"pathHistory": {
"loading": "Loading...",
"empty": "No path history",
"copy": "Copy path",
"delete": "Delete this history entry",
"copiedSuccess": "Path copied to clipboard",
"copiedError": "Failed to copy path"
}
}
+8
View File
@@ -1465,5 +1465,13 @@
"transferInitiated": "転送タスクが作成されました",
"transferInitiatedGeneric": "転送タスクが正常に作成されました。",
"transferFailedError": "転送の開始に失敗しました。もう一度お試しください。"
},
"pathHistory": {
"loading": "読み込み中...",
"empty": "パス履歴がありません",
"copy": "パスをコピー",
"delete": "この履歴を削除",
"copiedSuccess": "パスがクリップボードにコピーされました",
"copiedError": "パスのコピーに失敗しました"
}
}
+8
View File
@@ -1508,5 +1508,13 @@
"logExportSuccess": "已挂起会话日志 {name} 已开始下载。",
"logExportError": "导出已挂起会话日志失败: {error}"
}
},
"pathHistory": {
"loading": "加载中...",
"empty": "没有路径历史记录",
"copy": "复制路径",
"delete": "删除此条历史",
"copiedSuccess": "路径已复制到剪贴板",
"copiedError": "复制路径失败"
}
}