From df88be53d80f1124ec97fc7466422677855c1431 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 6 Jan 2022 21:20:47 +0100 Subject: [PATCH] =?UTF-8?q?Uwagi=20eksploatacyjne:=20dodano=20t=C5=82umacz?= =?UTF-8?q?enie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainSchedule.vue | 2 +- src/components/TrainsView/TrainTable.vue | 2 +- src/locales/en.json | 4 +++- src/locales/pl.json | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index 710724c..3eb199e 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -16,7 +16,7 @@ - +
- +
diff --git a/src/locales/en.json b/src/locales/en.json index 73325f9..e840d1d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -133,7 +133,9 @@ "EZT": "EMU", "SZT": "DMU", "loco-electric": "Electric locomotive", - "loco-diesel": "Diesel locomotive" + "loco-diesel": "Diesel locomotive", + "timetable-comments": "Exploitation comments available for this train", + "comment": "Exploitation comment" }, "journal": { "title": "SCENERY ACTIVITY JOURNAL", diff --git a/src/locales/pl.json b/src/locales/pl.json index 478e74c..5434ab3 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -133,7 +133,9 @@ "EZT": "EZT", "SZT": "SZT", "loco-electric": "Elektrowóz", - "loco-diesel": "Spalinowóz" + "loco-diesel": "Spalinowóz", + "timetable-comments": "Pociąg z uwagami eksploatacyjnymi", + "comment": "Uwaga eksploatacyjna" }, "journal": { "title": "DZIENNIK AKTYWNOŚCI SCENERII",