chore(profile): added missing translations

This commit is contained in:
2026-02-18 01:55:34 +01:00
parent acc15619a9
commit 92c73b9ed9
3 changed files with 48 additions and 7 deletions
@@ -51,14 +51,14 @@
class="a-button btn--action" class="a-button btn--action"
:to="`/journal/timetables?search-driver=${playerInfo.driverStats.driverName}`" :to="`/journal/timetables?search-driver=${playerInfo.driverStats.driverName}`"
> >
DZIENNIK RJ {{ t('profile.stats.timetables-journal') }}
</router-link> </router-link>
<router-link <router-link
class="a-button btn--action" class="a-button btn--action"
:to="`/journal/dispatchers?search-dispatcher=${playerInfo.dispatcherStats.dispatcherName}`" :to="`/journal/dispatchers?search-dispatcher=${playerInfo.dispatcherStats.dispatcherName}`"
> >
DZIENNIK DR {{ t('profile.stats.dispatchers-journal') }}
</router-link> </router-link>
</div> </div>
+42
View File
@@ -197,6 +197,7 @@
"search-train": "Train no. / #", "search-train": "Train no. / #",
"select-driver": "Choose a driver...", "select-driver": "Choose a driver...",
"search-driver": "Driver name", "search-driver": "Driver name",
"search-duty-id": "Duty ID",
"search-dispatcher": "Dispatcher name", "search-dispatcher": "Dispatcher name",
"search-station": "Scenery name / #", "search-station": "Scenery name / #",
"search-author": "Timetable author name", "search-author": "Timetable author name",
@@ -620,10 +621,51 @@
"desc-terminated": "The train has been terminated" "desc-terminated": "The train has been terminated"
}, },
"profile": { "profile": {
"journal-button": "PLAYER'S PROFILE",
"no-player-found": "Player not found! :/",
"return-to-main": "Return to the main site",
"filters": { "filters": {
"Timetable": "TIMETABLES", "Timetable": "TIMETABLES",
"Dispatcher": "DISPATCHER DUTIES", "Dispatcher": "DISPATCHER DUTIES",
"IssuedTimetable": "ISSUED TIMETABLES" "IssuedTimetable": "ISSUED TIMETABLES"
},
"stats": {
"timetables-journal": "TIMETABLE JOURNAL",
"dispatchers-journal": "DISPATCHER JOURNAL",
"driver": "DRIVER",
"dispatcher": "DISPATCHER",
"header-driver": "DRIVER'S STATS",
"fulfilled-timetables": "fulfilled timetables",
"route-distance": "confirmed timetables distance",
"confirmed-stops": "confirmed stations in timetables",
"longest-timetable": "longest timetable",
"avg-timetable-length": "average distance of all timetables",
"no-timetable-stats": "This player does not have any registered timetables in Stacjownik!",
"header-dispatcher": "DISPATCHER'S STATS",
"duties-count": "duties as dispatcher",
"longest-duty": "longest duty",
"created-timetables-count": "issued timetables as dispatcher",
"longest-created-timetable": "longest issued timetable",
"created-timetables-length-sum": "distance sum of issued timetables",
"no-dispatcher-stats": "No registered dispatcher duties in Stacjownik!"
},
"recent-stats": {
"header": "ACTIVITY STATISTICS (30 LAST DAYS)",
"timetables": "TIMETABLES",
"distance": "MADE KILOMETERS",
"duties": "DISPATCHER DUTIES",
"created-timetables": "ISSUED TIMETABLES"
},
"list": {
"for": "for",
"online-since": "online since"
} }
} }
} }
+4 -5
View File
@@ -193,6 +193,7 @@
"search-train": "Nr pociągu / #", "search-train": "Nr pociągu / #",
"search-driver": "Nick maszynisty", "search-driver": "Nick maszynisty",
"select-driver": "Wybierz maszynistę...", "select-driver": "Wybierz maszynistę...",
"search-duty-id": "ID służby",
"search-dispatcher": "Nick dyżurnego", "search-dispatcher": "Nick dyżurnego",
"search-station": "Nazwa scenerii / #", "search-station": "Nazwa scenerii / #",
"search-author": "Nick autora rozkładu jazdy", "search-author": "Nick autora rozkładu jazdy",
@@ -616,13 +617,11 @@
}, },
"stats": { "stats": {
"currently-online": "OBECNIE ONLINE", "timetables-journal": "DZIENNIK RJ",
"dispatchers-journal": "DZIENNIK DR",
"driver": "MASZYNISTA", "driver": "MASZYNISTA",
"dispatcher": "DYŻURNY RUCHU", "dispatcher": "DYŻURNY RUCHU",
"online-as-driver": "ONLINE JAKO MASZYNISTA",
"online-as-dispatcher": "ONLINE JAKO DR",
"on-scenery": "na scenerii",
"header-driver": "STATYSTYKI MASZYNISTY", "header-driver": "STATYSTYKI MASZYNISTY",
"fulfilled-timetables": "wypełnione rozkłady jazdy", "fulfilled-timetables": "wypełnione rozkłady jazdy",
@@ -638,7 +637,7 @@
"created-timetables-count": "wystawione RJ jako dyżurny ruchu", "created-timetables-count": "wystawione RJ jako dyżurny ruchu",
"longest-created-timetable": "najdłuższy wystawiony RJ", "longest-created-timetable": "najdłuższy wystawiony RJ",
"created-timetables-length-sum": "suma długości wystawionych RJ", "created-timetables-length-sum": "suma długości wystawionych RJ",
"no-dispatcher-stats": "Brak zapisanych wystawionych RJ" "no-dispatcher-stats": "Ten użytkownik nie posiada statystyk dyżurnego zarejestrowanych przez Stacjownik!"
}, },
"recent-stats": { "recent-stats": {