chore: added storage timetables filtering, deleting and information

This commit is contained in:
2025-01-31 18:00:53 +01:00
parent ea99c68911
commit e43663c541
6 changed files with 82 additions and 26 deletions
+6 -6
View File
@@ -3,7 +3,6 @@
"train-select-placeholder": "Choose active train from the list",
"train-select-info": "Choose active train to generate SRJP timetable",
"train-search-placeholder": "Enter TT details (number, route, user)",
"headers": {
"line_no": "Line\nno.",
"line_km": "Km",
@@ -17,10 +16,11 @@
"vmax": "Vmax",
"relation": "Route"
},
"storage-empty-header": "SAVED TIMETABLES SEARCH MODE",
"storage-empty-header": "ARCHIVED TIMETABLES SEARCH MODE",
"storage-empty-info": "Timetables will be shown here after their archiving.",
"storage-preview-text": "You're browsing now saved timetable with ID:",
"storage-preview-button-text": "Return"
"storage-preview-title": "ARCHIVED TIMETABLES",
"storage-preview-empty": "No entries found for given parameters",
"storage-preview-info": "Archived timetable {id} for user {driverName} from: {date}",
"storage-preview-button-text": "Return",
"delete-timetable-confirm": "Are you sure that you want to delete this timetable?"
}