mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Tłumaczenie monitu
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="update-prompt">
|
<div class="update-prompt">
|
||||||
<transition name="prompt-anim">
|
<transition name="prompt-anim">
|
||||||
<div class="prompt_content" v-if="!hidePrompt && needRefresh">
|
<div class="prompt_content" v-if="true">
|
||||||
<div>Nowa wersja <span class="text--primary">Stacjownika</span> jest dostępna!</div>
|
<div>{{ $t('update.title') }}</div>
|
||||||
|
|
||||||
<div class="prompt_actions">
|
<div class="prompt_actions">
|
||||||
<button class="btn btn--filled" @click="updateServiceWorker(true)">ZAKTUALIZUJ</button>
|
<button class="btn btn--filled" @click="updateServiceWorker(true)">{{ $t('update.confirm-button') }}</button>
|
||||||
<button class="btn btn--filled" @click="hidePrompt = true">PÓŹNIEJ</button>
|
<button class="btn btn--filled" @click="hidePrompt = true">{{ $t('update.later-button') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
{{ $t('trains.no-trains') }}
|
{{ $t('trains.no-trains') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="timeouts-warning" v-if="trainNumbersWithTimeouts.length == 0">
|
<!-- <div class="timeouts-warning" v-if="trainNumbersWithTimeouts.length == 0">
|
||||||
<b class="warning-timeout">?</b>
|
<b class="warning-timeout">?</b>
|
||||||
{{ $t('trains.timeout') }}
|
{{ $t('trains.timeout') }}
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<ul class="train-list" v-else>
|
<ul class="train-list" v-else>
|
||||||
<li
|
<li
|
||||||
|
|||||||
+3
-2
@@ -15,10 +15,11 @@
|
|||||||
"offline": "App is in the offline mode!"
|
"offline": "App is in the offline mode!"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"title": "New Stacjownik version is available!",
|
"title": "New version of the app is available!",
|
||||||
"paragraph1": "Enjoy the application and may the green signal be with you!",
|
"paragraph1": "Enjoy the application and may the green signal be with you!",
|
||||||
"release-link": "Click here to browse version changelog (GitHub)",
|
"release-link": "Click here to browse version changelog (GitHub)",
|
||||||
"confirm-button": "Understood!"
|
"confirm-button": "UPDATE NOW",
|
||||||
|
"later-button": "LATER"
|
||||||
},
|
},
|
||||||
"data-status": {
|
"data-status": {
|
||||||
"S1-offline": "<b>S1 signal</b> <br> The app is working in offline mode!",
|
"S1-offline": "<b>S1 signal</b> <br> The app is working in offline mode!",
|
||||||
|
|||||||
+2
-1
@@ -19,7 +19,8 @@
|
|||||||
"title": "Nowa wersja Stacjownika jest dostępna!",
|
"title": "Nowa wersja Stacjownika jest dostępna!",
|
||||||
"paragraph1": "Miłego korzystania z aplikacji i niech S2 będzie z wami!",
|
"paragraph1": "Miłego korzystania z aplikacji i niech S2 będzie z wami!",
|
||||||
"release-link": "Kliknij, aby przejrzeć listę zmian (GitHub)",
|
"release-link": "Kliknij, aby przejrzeć listę zmian (GitHub)",
|
||||||
"confirm-button": "Przyjąłem!"
|
"confirm-button": "ZAKTUALIZUJ",
|
||||||
|
"later-button": "PÓŹNIEJ"
|
||||||
},
|
},
|
||||||
|
|
||||||
"data-status": {
|
"data-status": {
|
||||||
|
|||||||
Reference in New Issue
Block a user