mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Dodano dziennik rozkładów jazdy
This commit is contained in:
+19
-6
@@ -4,7 +4,9 @@
|
||||
"trains": "TRAINS",
|
||||
"journal": "JOURNAL",
|
||||
"loading": "Loading data...",
|
||||
"support": "Support the project"
|
||||
"support": "Support the project",
|
||||
"error": "An error occured while loading data!",
|
||||
"no-result": "No results for current search!"
|
||||
},
|
||||
"desc": {
|
||||
"control-type": "Control type: ",
|
||||
@@ -121,8 +123,8 @@
|
||||
"option-length": "length",
|
||||
"option-distance": "distance",
|
||||
"option-timetable": "train no.",
|
||||
"search-no": "Search for train no...",
|
||||
"search-driver": "Search for driver...",
|
||||
"search-train": "Train no.",
|
||||
"search-driver": "Driver name",
|
||||
"detailed-timetable": "Detailed timetable for train no. ",
|
||||
"via-title": "Via: ",
|
||||
"no-timetable": "no current timetable",
|
||||
@@ -160,8 +162,19 @@
|
||||
"begins": "BEGINS HERE",
|
||||
"terminates": "TERMINATES\nHERE"
|
||||
},
|
||||
"history": {
|
||||
"search-train": "Search for train no.",
|
||||
"search-driver": "Search for driver name..."
|
||||
"history": {
|
||||
"title": "TIMETABLE JOURNAL",
|
||||
"search": "Search",
|
||||
"search-train": "Train no.",
|
||||
"search-driver": "Driver name",
|
||||
"driver-name": "Driver:",
|
||||
"route-length": "Route length:",
|
||||
"station-count": "Stations:",
|
||||
"begins-at": "Begins at:",
|
||||
"terminates-at": "Terminates at:",
|
||||
"terminates-at-actual": "Terminates at (actual time):",
|
||||
"timetable-active": "ACTIVE",
|
||||
"timetable-fulfilled": "FULFILLED",
|
||||
"timetable-abandoned": "ABANDONED"
|
||||
}
|
||||
}
|
||||
+18
-5
@@ -4,7 +4,9 @@
|
||||
"trains": "POCIĄGI",
|
||||
"journal": "DZIENNIK",
|
||||
"loading": "Pobieranie danych...",
|
||||
"support": "Wspomóż projekt"
|
||||
"support": "Wspomóż projekt",
|
||||
"error": "An error occured while loading data!",
|
||||
"no-result": "No results for current search!"
|
||||
},
|
||||
"desc": {
|
||||
"control-type": "Sterowanie: ",
|
||||
@@ -121,8 +123,8 @@
|
||||
"option-length": "długość",
|
||||
"option-distance": "kilometraż",
|
||||
"option-timetable": "numer pociągu",
|
||||
"search-no": "Szukaj nr pociągu",
|
||||
"search-driver": "Szukaj maszynisty",
|
||||
"search-train": "Numer pociągu",
|
||||
"search-driver": "Nick maszynisty",
|
||||
"detailed-timetable": "Szczegółowy rozkład jazdy pociągu ",
|
||||
"via-title": "Przez: ",
|
||||
"no-timetable": "brak rozkładu jazdy",
|
||||
@@ -161,7 +163,18 @@
|
||||
"terminates": "KOŃCZY BIEG"
|
||||
},
|
||||
"history": {
|
||||
"search-train": "Szukaj nr pociągu",
|
||||
"search-driver": "Szukaj maszynisty"
|
||||
"title": "DZIENNIK ROZKŁADÓW JAZDY",
|
||||
"search": "Szukaj",
|
||||
"search-train": "Numer pociągu",
|
||||
"search-driver": "Nick maszynisty",
|
||||
"driver-name": "Maszynista:",
|
||||
"route-length": "Kilometraż:",
|
||||
"station-count": "Stacje:",
|
||||
"begins-at": "Rozpoczęcie:",
|
||||
"terminates-at": "Zakończenie (planowe):",
|
||||
"terminates-at-actual": "Zakończenie (rzeczywiste):",
|
||||
"timetable-active": "AKTYWNY",
|
||||
"timetable-fulfilled": "WYPEŁNIONY",
|
||||
"timetable-abandoned": "PORZUCONY"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user