chore: added storage switching between local and api modes

This commit is contained in:
2025-04-18 02:32:02 +02:00
parent be64e4b61a
commit 3b68056acc
7 changed files with 85 additions and 19 deletions
+5 -1
View File
@@ -22,5 +22,9 @@
"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?"
"delete-timetable-confirm": "Are you sure that you want to delete this timetable?",
"storage-mode": {
"local": "LOCALLY",
"api": "STACJOWNIK"
}
}