1.10.10: status scenerii w dzienniku RJ

This commit is contained in:
2022-12-03 09:41:46 +01:00
parent 69772460b8
commit 86539cdf23
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stacjownik", "name": "stacjownik",
"version": "1.10.9", "version": "1.10.10",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -72,6 +72,13 @@
{{ timetable.confirmedStopsCount }} / {{ timetable.confirmedStopsCount }} /
{{ timetable.allStopsCount }} {{ timetable.allStopsCount }}
</span> </span>
<span class="text--grayed" v-if="!timetable.fulfilled">
&bull;
<b>
{{ $t(`journal.${timetable.terminated ? 'last-seen-at' : 'currently-at'}`) }}
{{ timetable.currentSceneryName?.replace(/.[a-zA-Z0-9]+.sc/, '') }}
</b>
</span>
</div> </div>
<!-- Nick dyżurnego --> <!-- Nick dyżurnego -->
+3
View File
@@ -253,6 +253,9 @@
"load-data": "Load further data...", "load-data": "Load further data...",
"last-seen-at": "Last seen at",
"currently-at": "Currently at",
"stats-title": "DRIVING STATISTICS OF", "stats-title": "DRIVING STATISTICS OF",
"stats-timetables": "TIMETABLES", "stats-timetables": "TIMETABLES",
+3
View File
@@ -259,6 +259,9 @@
"stats-title": "STATYSTYKI MASZYNISTY", "stats-title": "STATYSTYKI MASZYNISTY",
"last-seen-at": "Ostatnio widziany na: ",
"currently-at": "Obecnie na scenerii: ",
"stats-timetables": "ROZKŁADY JAZDY", "stats-timetables": "ROZKŁADY JAZDY",
"stats-longest-timetable": "NAJDŁUŻSZY RJ", "stats-longest-timetable": "NAJDŁUŻSZY RJ",
"stats-avg-timetable": "ŚREDNIA DŁUGOŚĆ RJ", "stats-avg-timetable": "ŚREDNIA DŁUGOŚĆ RJ",