|
95 | 95 | "reduceBackgroundUpdates": { |
96 | 96 | "Label": "Reduce background updates", |
97 | 97 | "Description": "Reduce map update frequency when the browser tab is hidden to improve performance and reduce lag." |
| 98 | + }, |
| 99 | + "stationTimetableDefaultViewMode": { |
| 100 | + "Label": "Default timetable view", |
| 101 | + "Description": "Choose how the station timetable opens by default.", |
| 102 | + "Options": { |
| 103 | + "table": "Table view", |
| 104 | + "cards": "Card view", |
| 105 | + "grouped": "Grouped view", |
| 106 | + "lastUsed": "Last used" |
| 107 | + } |
98 | 108 | } |
99 | 109 | }, |
| 110 | + "ServerTrainList": { |
| 111 | + "Title": "All trains - {{server}}", |
| 112 | + "SearchPlaceholder": "Search trains (by number, name, type, start/end station, vehicles...)", |
| 113 | + "ButtonTooltip": "Open train list", |
| 114 | + "PlayerControlled": "Player", |
| 115 | + "AIControlled": "AI", |
| 116 | + "PanToTrain": "Pan to train", |
| 117 | + "TimetableUnavailable": "Timetable data unavailable", |
| 118 | + "EmptyState": "No trains found", |
| 119 | + "ConsistLabel": "Consist: {{summary}}" |
| 120 | + }, |
100 | 121 | "TrainMakerPopup": { |
101 | 122 | "NextSignal": "Next Signal:", |
102 | 123 | "Consist": "Consist", |
|
289 | 310 | "To": "To", |
290 | 311 | "Line": "Line", |
291 | 312 | "Stop": "Stop", |
292 | | - "PassedEarly": "(Left early)", |
293 | | - "Delayed": "(Delayed)", |
| 313 | + "PassedEarly": "Left early", |
| 314 | + "Delayed": "Delayed", |
294 | 315 | "PrevStationIsNext": { |
295 | 316 | "Short": "PREV", |
296 | 317 | "Full": "The next station for this train is {{stationName}}." |
|
301 | 322 | }, |
302 | 323 | "InsideStation": { |
303 | 324 | "Short": "HERE", |
304 | | - "Full": "This train is currently inside the station." |
| 325 | + "Full": "This train is currently inside the station.", |
| 326 | + "ShortGlobal": "AT STATION" |
305 | 327 | }, |
306 | 328 | "N/A": "N/A", |
307 | | - "PanToTrain": "Go to train" |
| 329 | + "PanToTrain": "Go to train", |
| 330 | + "NextStationLabel": "Next station", |
| 331 | + "PrevStationLabel": "Previous station", |
| 332 | + "MoreTrains": "+{{count}} more train", |
| 333 | + "MoreTrains_other": "+{{count}} more trains", |
| 334 | + "BidirectionalRoute": "Bidirectional route" |
308 | 335 | }, |
309 | 336 | "PrivacyPolicy": { |
310 | 337 | "Title": "Privacy Policy", |
|
410 | 437 | "reduceBackgroundUpdates": { |
411 | 438 | "Label": "Hintergrund-Updates reduzieren", |
412 | 439 | "Description": "Reduzieren Sie die Aktualisierungsfrequenz der Karte, wenn die Browser-Registerkarte ausgeblendet ist, um die Leistung zu verbessern und Verzögerungen zu reduzieren." |
| 440 | + }, |
| 441 | + "stationTimetableDefaultViewMode": { |
| 442 | + "Label": "Standardfahrplanansicht", |
| 443 | + "Description": "Wählen Sie, wie der Stationsfahrplan standardmäßig geöffnet wird.", |
| 444 | + "Options": { |
| 445 | + "table": "Tabellenansicht", |
| 446 | + "cards": "Kartenansicht", |
| 447 | + "grouped": "Gruppierte Ansicht", |
| 448 | + "lastUsed": "Zuletzt verwendet" |
| 449 | + } |
413 | 450 | } |
414 | 451 | }, |
| 452 | + "ServerTrainList": { |
| 453 | + "Title": "Alle Züge - {{server}}", |
| 454 | + "SearchPlaceholder": "Züge suchen (nach Nummer, Name, Typ, Start-/Endbahnhof, Fahrzeuge...)", |
| 455 | + "ButtonTooltip": "Zugliste öffnen", |
| 456 | + "PlayerControlled": "Spieler", |
| 457 | + "AIControlled": "KI", |
| 458 | + "PanToTrain": "Zum Zug springen", |
| 459 | + "TimetableUnavailable": "Fahrplandaten nicht verfügbar", |
| 460 | + "EmptyState": "Keine Züge gefunden", |
| 461 | + "ConsistLabel": "Zuggarnitur: {{summary}}" |
| 462 | + }, |
415 | 463 | "TrainMakerPopup": { |
416 | 464 | "NextSignal": "Nächstes Signal:", |
417 | 465 | "Consist": "Zuggarnitur", |
|
605 | 653 | "To": "Nach", |
606 | 654 | "Line": "Linie", |
607 | 655 | "Stop": "Halt", |
608 | | - "PassedEarly": "(Zu früh)", |
609 | | - "Delayed": "(Verspätet)", |
| 656 | + "PassedEarly": "Zu früh", |
| 657 | + "Delayed": "Verspätet", |
610 | 658 | "PrevStationIsNext": { |
611 | 659 | "Short": "ZUV", |
612 | 660 | "Full": "Die nächste Station für diesen Zug ist {{stationName}}." |
|
617 | 665 | }, |
618 | 666 | "InsideStation": { |
619 | 667 | "Short": "HIER", |
620 | | - "Full": "Dieser Zug befindet sich derzeit im Bahnhof." |
| 668 | + "Full": "Dieser Zug befindet sich derzeit im Bahnhof.", |
| 669 | + "ShortGlobal": "IM BAHNHOF" |
621 | 670 | }, |
622 | 671 | "N/A": "k.A.", |
623 | | - "PanToTrain": "Zum Zug gehen" |
| 672 | + "PanToTrain": "Zum Zug gehen", |
| 673 | + "NextStationLabel": "Nächste Station", |
| 674 | + "PrevStationLabel": "Vorherige Station", |
| 675 | + "MoreTrains": "+{{count}} weiterer Zug", |
| 676 | + "MoreTrains_other": "+{{count}} weitere Züge", |
| 677 | + "BidirectionalRoute": "Bidirektionale Route" |
624 | 678 | }, |
625 | 679 | "PrivacyPolicy": { |
626 | 680 | "Title": "Datenschutzrichtlinie", |
|
726 | 780 | "reduceBackgroundUpdates": { |
727 | 781 | "Label": "Háttérben történő frissítések csökkentése", |
728 | 782 | "Description": "Csökkentse a térkép frissítési gyakoriságát, amikor a böngésző lap rejtve van, a teljesítmény javítása és a késleltetés csökkentése érdekében." |
| 783 | + }, |
| 784 | + "stationTimetableDefaultViewMode": { |
| 785 | + "Label": "Alapértelmezett menetrend nézet", |
| 786 | + "Description": "Válaszd ki, hogyan jelenjen meg alapból az állomási menetrend.", |
| 787 | + "Options": { |
| 788 | + "table": "Táblázatos nézet", |
| 789 | + "cards": "Kártyanézet", |
| 790 | + "grouped": "Csoportosított nézet", |
| 791 | + "lastUsed": "Utoljára használt" |
| 792 | + } |
729 | 793 | } |
730 | 794 | }, |
| 795 | + "ServerTrainList": { |
| 796 | + "Title": "Összes vonat - {{server}}", |
| 797 | + "SearchPlaceholder": "Vonatok keresése (szám, név, típus, induló/érkező állomás, járművek szerint...)", |
| 798 | + "ButtonTooltip": "Vonatlista megnyitása", |
| 799 | + "PlayerControlled": "Játékos", |
| 800 | + "AIControlled": "AI", |
| 801 | + "PanToTrain": "Ugrás a vonatra", |
| 802 | + "TimetableUnavailable": "Menetrendi adat nem érhető el", |
| 803 | + "EmptyState": "Nem található vonat", |
| 804 | + "ConsistLabel": "Vonatösszeállítás: {{summary}}" |
| 805 | + }, |
731 | 806 | "TrainMakerPopup": { |
732 | 807 | "NextSignal": "Következő jelző:", |
733 | 808 | "Consist": "Vonatösszeállítás", |
|
925 | 1000 | "To": "Hova", |
926 | 1001 | "Line": "Vonal", |
927 | 1002 | "Stop": "Várakozás", |
928 | | - "PassedEarly": "(Elhaladt)", |
929 | | - "Delayed": "(Késik)", |
| 1003 | + "PassedEarly": "Elhaladt", |
| 1004 | + "Delayed": "Késik", |
930 | 1005 | "PrevStationIsNext": { |
931 | 1006 | "Short": "ELŐZŐ", |
932 | 1007 | "Full": "A következő állomás: {{stationName}}." |
|
937 | 1012 | }, |
938 | 1013 | "InsideStation": { |
939 | 1014 | "Short": "ITT", |
940 | | - "Full": "Ez a vonat jelenleg az állomáson tartózkodik." |
| 1015 | + "Full": "Ez a vonat jelenleg az állomáson tartózkodik.", |
| 1016 | + "ShortGlobal": "ÁLLOMÁSON" |
941 | 1017 | }, |
942 | 1018 | "N/A": "n/a", |
943 | | - "PanToTrain": "Vonathoz navigálás" |
| 1019 | + "PanToTrain": "Vonathoz navigálás", |
| 1020 | + "NextStationLabel": "Következő állomás", |
| 1021 | + "PrevStationLabel": "Előző állomás", |
| 1022 | + "MoreTrains": "+{{count}} további vonat", |
| 1023 | + "MoreTrains_other": "+{{count}} további vonat", |
| 1024 | + "BidirectionalRoute": "Kétirányú útvonal" |
944 | 1025 | }, |
945 | 1026 | "PrivacyPolicy": { |
946 | 1027 | "Title": "Adatvédelmi irányelvek", |
|
1046 | 1127 | "reduceBackgroundUpdates": { |
1047 | 1128 | "Label": "Arka plan güncellemelerini azalt", |
1048 | 1129 | "Description": "Tarayıcı sekmesi gizlendiğinde harita güncelleme sıklığını azaltarak performansı artırır ve gecikmeyi azaltır." |
| 1130 | + }, |
| 1131 | + "stationTimetableDefaultViewMode": { |
| 1132 | + "Label": "Varsayılan zaman çizelgesi görünümü", |
| 1133 | + "Description": "İstasyon zaman çizelgesi varsayılan olarak nasıl açılsın?", |
| 1134 | + "Options": { |
| 1135 | + "table": "Tablo görünümü", |
| 1136 | + "cards": "Kart görünümü", |
| 1137 | + "grouped": "Gruplandırılmış görünüm", |
| 1138 | + "lastUsed": "Son kullanılan" |
| 1139 | + } |
1049 | 1140 | } |
1050 | 1141 | }, |
| 1142 | + "ServerTrainList": { |
| 1143 | + "Title": "Tüm trenler - {{server}}", |
| 1144 | + "SearchPlaceholder": "Tren arayın (numara, ad, tür, kalkış/varış istasyonu, araçlar...)", |
| 1145 | + "ButtonTooltip": "Tren listesini aç", |
| 1146 | + "PlayerControlled": "Oyuncu", |
| 1147 | + "AIControlled": "Yapay zeka", |
| 1148 | + "PanToTrain": "Trene git", |
| 1149 | + "TimetableUnavailable": "Sefer verisi mevcut değil", |
| 1150 | + "EmptyState": "Tren bulunamadı", |
| 1151 | + "ConsistLabel": "Tren yapısı: {{summary}}" |
| 1152 | + }, |
1051 | 1153 | "TrainMakerPopup": { |
1052 | 1154 | "NextSignal": "Bir Sonraki Sinyal:", |
1053 | 1155 | "Consist": "Tren Yapısı (Motor ve Vagonlar)", |
|
1243 | 1345 | "To": "Nereye", |
1244 | 1346 | "Line": "Hat", |
1245 | 1347 | "Stop": "Durur", |
1246 | | - "PassedEarly": "(Erken)", |
1247 | | - "Delayed": "(Gecikme)", |
| 1348 | + "PassedEarly": "Erken", |
| 1349 | + "Delayed": "Gecikme", |
1248 | 1350 | "PrevStationIsNext": { |
1249 | 1351 | "Short": "ÖNC", |
1250 | 1352 | "Full": "Bu trenin bir sonraki durağı {{stationName}}." |
|
1255 | 1357 | }, |
1256 | 1358 | "InsideStation": { |
1257 | 1359 | "Short": "İÇERİ", |
1258 | | - "Full": "Bu tren şu anda istasyonda." |
| 1360 | + "Full": "Bu tren şu anda istasyonda.", |
| 1361 | + "ShortGlobal": "İSTASYON" |
1259 | 1362 | }, |
1260 | 1363 | "N/A": "n/a", |
1261 | | - "PanToTrain": "Trene git" |
| 1364 | + "PanToTrain": "Trene git", |
| 1365 | + "NextStationLabel": "Sonraki İstasyon", |
| 1366 | + "PrevStationLabel": "Önceki İstasyon", |
| 1367 | + "MoreTrains": "+{{count}} tren daha", |
| 1368 | + "MoreTrains_other": "+{{count}} tren daha", |
| 1369 | + "BidirectionalRoute": "Çift yönlü rota" |
1262 | 1370 | }, |
1263 | 1371 | "PrivacyPolicy": { |
1264 | 1372 | "Title": "Gizlilik Politikası", |
|
1364 | 1472 | "reduceBackgroundUpdates": { |
1365 | 1473 | "Label": "Ogranicz aktualizacje w tle", |
1366 | 1474 | "Description": "Zmniejsz częstotliwość aktualizacji mapy, gdy karta przeglądarki jest ukryta, aby poprawić wydajność i zmniejszyć opóźnienia." |
| 1475 | + }, |
| 1476 | + "stationTimetableDefaultViewMode": { |
| 1477 | + "Label": "Domyślny widok rozkładu", |
| 1478 | + "Description": "Wybierz, jak domyślnie otwierać rozkład stacji.", |
| 1479 | + "Options": { |
| 1480 | + "table": "Widok tabeli", |
| 1481 | + "cards": "Widok kart", |
| 1482 | + "grouped": "Widok grupowany", |
| 1483 | + "lastUsed": "Ostatnio używany" |
| 1484 | + } |
1367 | 1485 | } |
1368 | 1486 | }, |
| 1487 | + "ServerTrainList": { |
| 1488 | + "Title": "Wszystkie pociągi - {{server}}", |
| 1489 | + "SearchPlaceholder": "Szukaj pociągów (po numerze, nazwie, typie, stacji początkowej/końcowej, pojazdach...)", |
| 1490 | + "ButtonTooltip": "Otwórz listę pociągów", |
| 1491 | + "PlayerControlled": "Gracz", |
| 1492 | + "AIControlled": "SI", |
| 1493 | + "PanToTrain": "Przejdź do pociągu", |
| 1494 | + "TimetableUnavailable": "Brak danych rozkładu jazdy", |
| 1495 | + "EmptyState": "Nie znaleziono pociągów", |
| 1496 | + "ConsistLabel": "Skład: {{summary}}" |
| 1497 | + }, |
1369 | 1498 | "TrainMakerPopup": { |
1370 | 1499 | "NextSignal": "Następny Sygnał:", |
1371 | 1500 | "Consist": "Skład", |
|
1558 | 1687 | "To": "Do", |
1559 | 1688 | "Line": "Linia", |
1560 | 1689 | "Stop": "Postój", |
1561 | | - "PassedEarly": "(Za wcześnie)", |
1562 | | - "Delayed": "(Opóźniony)", |
| 1690 | + "PassedEarly": "Za wcześnie", |
| 1691 | + "Delayed": "Opóźniony", |
1563 | 1692 | "PrevStationIsNext": { |
1564 | 1693 | "Short": "POP", |
1565 | 1694 | "Full": "Następna stacja to {{stationName}}." |
|
1570 | 1699 | }, |
1571 | 1700 | "InsideStation": { |
1572 | 1701 | "Short": "W STACJI", |
1573 | | - "Full": "Pociąg znajduje się w stacji." |
| 1702 | + "Full": "Pociąg znajduje się w stacji.", |
| 1703 | + "ShortGlobal": "STACJA" |
1574 | 1704 | }, |
1575 | 1705 | "N/A": "n/d", |
1576 | | - "PanToTrain": "Przejdź do pociągu" |
| 1706 | + "PanToTrain": "Przejdź do pociągu", |
| 1707 | + "NextStationLabel": "Następna Stacja", |
| 1708 | + "PrevStationLabel": "Poprzednia Stacja", |
| 1709 | + "MoreTrains": "+{{count}} pociąg więcej", |
| 1710 | + "MoreTrains_other": "+{{count}} pociągów więcej", |
| 1711 | + "BidirectionalRoute": "Trasa dwukierunkowa" |
1577 | 1712 | }, |
1578 | 1713 | "PrivacyPolicy": { |
1579 | 1714 | "Title": "Polityka Prywatności", |
|
0 commit comments