fix: status messages

This commit is contained in:
2025-07-04 23:37:59 +02:00
parent fd4849bd5e
commit 1e6ab1c2d1
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ export default defineComponent({
nextStationName: nextElement?.stationName, nextStationName: nextElement?.stationName,
nextArrivalLine: nextElement?.arrivalRouteExt nextArrivalLine: nextElement?.arrivalRouteExt
}) })
: ''; : this.$t(`timetables.desc-end`);
break; break;
case StopStatus.DEPARTED: case StopStatus.DEPARTED:
+1 -1
View File
@@ -586,7 +586,7 @@
"desc-departed-ends": "Na scenerii / <i>odprawiony do: <b>{nextStationName}</b></i>", "desc-departed-ends": "Na scenerii / <i>odprawiony do: <b>{nextStationName}</b></i>",
"desc-departed-away": "<i>Odprawiony do: <b>{nextStationName} ({nextArrivalLine})</b></i>", "desc-departed-away": "<i>Odprawiony do: <b>{nextStationName} ({nextArrivalLine})</b></i>",
"desc-end": "Pociąg kończy bieg", "desc-end": "Pociąg kończy bieg",
"desc-terminated": "Pociąg zaskończył bieg" "desc-terminated": "Pociąg zakończył bieg"
}, },
"history": { "history": {
"title": "DZIENNIK ROZKŁADÓW JAZDY" "title": "DZIENNIK ROZKŁADÓW JAZDY"