From bdc2ca784c55755f13d2d63336ec5f8b3350b235 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 3 Jun 2024 21:37:33 +0200 Subject: [PATCH] chore: missing translations --- src/components/TrainsView/TrainInfo.vue | 2 +- src/locales/en.json | 2 ++ src/locales/pl.json | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index eea0c4e..7649429 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -138,7 +138,7 @@ class="text--grayed" style="text-decoration: underline dotted" tabindex="0" - data-tooltip="Maksymalna prędkość na podstawie pojazdów w składzie - nie bierze pod uwagę masy hamowania" + :data-tooltip="$t('trains.vmax-tooltip')" > {{ maxSpeed }} km/h diff --git a/src/locales/en.json b/src/locales/en.json index 465e467..6b34693 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -329,6 +329,8 @@ "current-signal": "at signal", "current-track": "on track", + "vmax-tooltip": "Maximum train speed based on rolling stock vehicles - braked weight is not included", + "delayed": "Delayed: ", "preponed": "Ahead of schedule: ", "on-time": "On time", diff --git a/src/locales/pl.json b/src/locales/pl.json index 1f233b4..4dcf451 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -315,6 +315,8 @@ "current-signal": "przy semaforze", "current-track": "na szlaku", + "vmax-tooltip": "Maksymalna prędkość na podstawie pojazdów w składzie - nie bierze pod uwagę masy hamowania", + "delayed": "Opóźniony: ", "preponed": "Przed czasem: ", "on-time": "Planowo",