feat: 添加路径收藏功能

This commit is contained in:
Baobhan Sith
2025-05-23 18:47:04 +08:00
parent f8282fe9c0
commit ae60e0c398
15 changed files with 1269 additions and 7 deletions
+31
View File
@@ -1466,6 +1466,37 @@
"transferInitiatedGeneric": "転送タスクが正常に作成されました。",
"transferFailedError": "転送の開始に失敗しました。もう一度お試しください。"
},
"favoritePaths": {
"addEditForm": {
"validation": {
"pathRequired": "Path is required."
},
"editTitle": "Edit Favorite Path",
"addTitle": "Add New Favorite Path",
"pathLabel": "Path",
"pathPlaceholder": "/example/folder/path",
"nameLabel": "Name (Optional)",
"namePlaceholder": "My Documents",
"errors": {
"genericSaveError": "Failed to save favorite path."
}
},
"confirmDelete": "Are you sure you want to delete \"{name}\"?",
"searchPlaceholder": "Search by name or path...",
"addNew": "Add new favorite path",
"loading": "Loading favorites...",
"noResults": "No matching favorites found.",
"noFavorites": "No favorite paths yet. Add one!",
"notifications": {
"fetchError": "Failed to load favorite paths.",
"addSuccess": "Favorite path added successfully.",
"addError": "Failed to add favorite path.",
"updateSuccess": "Favorite path updated successfully.",
"updateError": "Failed to update favorite path.",
"deleteSuccess": "Favorite path deleted successfully.",
"deleteError": "Failed to delete favorite path."
}
},
"pathHistory": {
"loading": "読み込み中...",
"empty": "パス履歴がありません",