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
@@ -1504,6 +1504,37 @@
"transferInitiatedGeneric": "Transfer task created successfully.",
"transferFailedError": "Failed to initiate transfer. Please try again."
},
"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": "Loading...",
"empty": "No path history",