mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(filters): added filtering stations by external and internal route groups; changed sliders to min & max range
This commit is contained in:
+23
-13
@@ -247,7 +247,9 @@
|
||||
"blockades": "BLOKADY LINIOWE",
|
||||
"status": "STATUS ONLINE",
|
||||
"timetables": "AKTYWNE ROZKŁADY JAZDY",
|
||||
"spawns": "OTWARTE SPAWNY"
|
||||
"spawns": "OTWARTE SPAWNY",
|
||||
"externalRoutes": "SZLAKI ZEWNĘTRZNE",
|
||||
"internalRoutes": "SZLAKI WEWNĘTRZNE"
|
||||
},
|
||||
"changed-filters-count": "Zmienione filtry:",
|
||||
"no-changed-filters": "Brak zmienionych filtrów",
|
||||
@@ -291,19 +293,27 @@
|
||||
"withoutActiveTimetables": "BEZ AKTYWNYCH",
|
||||
"junction": "WĘZŁOWE",
|
||||
"nonJunction": "INNE",
|
||||
|
||||
"oneWay": "JEDNOTOROWE NIEZELEKTRYFIKOWANE",
|
||||
"oneWayCatenary": "JEDNOTOROWE ZELEKTRYFIKOWANE",
|
||||
"twoWayCatenary": "DWUTOROWE ZELEKTRYFIKOWANE",
|
||||
"twoWay": "DWUTOROWE NIEZELEKTRYFIKOWANE",
|
||||
"oneWayCatenaryInt": "JEDNOTOROWE ZELEKTRYFIKOWANE",
|
||||
"oneWayInt": "JEDNOTOROWE NIEZELEKTRYFIKOWANE",
|
||||
"twoWayCatenaryInt": "DWUTOROWE ZELEKTRYFIKOWANE",
|
||||
"twoWayInt": "DWUTOROWE NIEZELEKTRYFIKOWANE",
|
||||
|
||||
"sliders": {
|
||||
"minLevel": "MIN. WYMAGANY POZIOM DYŻURNEGO",
|
||||
"maxLevel": "MAKS. WYMAGANY POZIOM DYŻURNEGO",
|
||||
"minVmax": "MIN. PRĘDKOŚĆ SZLAKOWA",
|
||||
"maxVmax": "MAKS. PRĘDKOŚĆ SZLAKOWA",
|
||||
"minOneWayCatenary": "SZLAKI JEDNOTOROWE ZELEKTR. (MINIMUM)",
|
||||
"minOneWay": "SZLAKI JEDNOTOROWE NIEZELEKTR. (MINIMUM)",
|
||||
"minTwoWayCatenary": "SZLAKI DWUTOROWE ZELEKTR. (MINIMUM)",
|
||||
"minTwoWay": "SZLAKI DWUTOROWE NIEZELEKTR. (MINIMUM)",
|
||||
"minOneWayCatenaryInt": "SZLAKI JEDNOTOROWE ZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||
"minOneWayInt": "SZLAKI JEDNOTOROWE NIEZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||
"minTwoWayCatenaryInt": "SZLAKI DWUTOROWE ZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||
"minTwoWayInt": "SZLAKI DWUTOROWE NIEZELEKTR. WEWNĘTRZNE (MINIMUM)"
|
||||
"vMax": "PRĘDKOŚĆ SZLAKOWA",
|
||||
"level": "WYMAGANY POZIOM DYŻURNEGO",
|
||||
"routeOneWay": "SZLAKI JEDNOTOROWE NIEZELEKTR.",
|
||||
"routeOneWayCatenary": "SZLAKI JEDNOTOROWE ZELEKTR.",
|
||||
"routeTwoWayCatenary": "SZLAKI DWUTOROWE ZELEKTR.",
|
||||
"routeTwoWay": "SZLAKI DWUTOROWE NIEZELEKTR.",
|
||||
"routeOneWayInternalCatenary": "SZLAKI JEDNOTOROWE ZELEKTR. WEWNĘTRZNE",
|
||||
"routeOneWayInternal": "SZLAKI JEDNOTOROWE NIEZELEKTR. WEWNĘTRZNE",
|
||||
"routeTwoWayInternalCatenary": "SZLAKI DWUTOROWE ZELEKTR. WEWNĘTRZNE",
|
||||
"routeTwoWayInternal": "SZLAKI DWUTOROWE NIEZELEKTR. WEWNĘTRZNE"
|
||||
},
|
||||
"sceneries-placeholder": "Wyszukaj scenerię",
|
||||
"line-numbers-placeholder": "Numery linii (oddzielone przecinkami)",
|
||||
|
||||
Reference in New Issue
Block a user