From 03e61083a78b2249781dbb43206fb5992d2aa93d Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 13 Apr 2023 15:37:34 +0200 Subject: [PATCH] =?UTF-8?q?t=C5=82umaczenie=20stopki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/locales/en.json | 3 +++ src/locales/pl.json | 5 +++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 01fee68..3f7db36 100644 --- a/src/App.vue +++ b/src/App.vue @@ -24,7 +24,7 @@ {{ new Date().getUTCFullYear() }} | v{{ VERSION }}{{ isOnProductionHost ? '' : 'dev' }}
-  Discord Stacjownika +  {{ $t('footer.discord') }}
∫ ukryta taktyczna całka do programowania w HTMLu
diff --git a/src/locales/en.json b/src/locales/en.json index 309ca40..1a940bc 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -15,6 +15,9 @@ "migration-confirm": "Roger that!", "offline": "App is in the offline mode!" }, + "footer": { + "discord": "Stacjownik Discord server" + }, "update": { "title": "New version of the app is available!", "paragraph1": "Enjoy the application and may the green signal be with you!", diff --git a/src/locales/pl.json b/src/locales/pl.json index c146192..496bddf 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -15,7 +15,9 @@ "migration-confirm": "Przyjąłem!", "offline": "Aplikacja w trybie offline!" }, - + "footer": { + "discord": "Serwer Discord Stacjownika" + }, "update": { "title": "Nowa wersja Stacjownika jest dostępna!", "paragraph1": "Miłego korzystania z aplikacji i niech S2 będzie z wami!", @@ -23,7 +25,6 @@ "confirm-button": "ZAKTUALIZUJ", "later-button": "PÓŹNIEJ" }, - "data-status": { "S1-offline": "Sygnał S1
Aplikacja działa w trybie offline!", "S1a-connection": "Sygnał S1a
Błąd podczas próby połączenia się z API Stacjownika!",