From 8dbb32b821e26c3017855675bce8fde7e169f639 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 28 Nov 2023 19:09:14 +0100 Subject: [PATCH 1/2] =?UTF-8?q?dodatkowe=20t=C5=82umaczenia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StationsView/StationTable.vue | 2 +- src/components/TrainsView/TrainInfo.vue | 2 +- src/locales/en.json | 4 +++- src/locales/pl.json | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index 9a9f960..6a19398 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -117,7 +117,7 @@ diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 8b3a575..57adb60 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -36,7 +36,7 @@
{{ train.driverName }} donator diamond icon diff --git a/src/locales/en.json b/src/locales/en.json index 9e43412..68cfa93 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -14,7 +14,9 @@ "p4-b2": "a symbolic highlight", "p5": "Thank you and enjoy the app!
~ Spythere", "action-exit": "Maybe next time...", - "action-confirm": "DONATE!" + "action-confirm": "DONATE!", + "dispatcher-message": "Dispatcher supporting the Stacjownik project!", + "driver-message": "Driver supporting the Stacjownik project!" }, "general": { "and": " and ", diff --git a/src/locales/pl.json b/src/locales/pl.json index 98523b1..c47c453 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -14,7 +14,9 @@ "p4-b2": "wyróżnienie", "p5": "Dzięki i miłego korzystania z aplikacji!
~ Spythere", "action-exit": "Może kiedy indziej...", - "action-confirm": "WSPOMÓŻ!" + "action-confirm": "WSPOMÓŻ!", + "dispatcher-message": "Dyżurny wspierający projekt Stacjownika!", + "driver-message": "Maszynista wspierający projekt Stacjownika!" }, "general": { "and": " oraz ", From 763506d5a982982f5ad408a28d0040aab46a7428 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 28 Nov 2023 19:10:08 +0100 Subject: [PATCH 2/2] bump: 1.18.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a7262f..a08667d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacjownik", - "version": "1.18.5", + "version": "1.18.6", "private": true, "scripts": { "dev": "vite",