Merge pull request #67 from Spythere/development

poprawki tłumaczeń; scrolling
This commit is contained in:
Spythere
2023-11-28 19:12:57 +01:00
committed by GitHub
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stacjownik", "name": "stacjownik",
"version": "1.18.5", "version": "1.18.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -117,7 +117,7 @@
<span v-if="station.onlineInfo?.dispatcherName"> <span v-if="station.onlineInfo?.dispatcherName">
<b <b
v-if="store.donatorsData.includes(station.onlineInfo.dispatcherName)" v-if="store.donatorsData.includes(station.onlineInfo.dispatcherName)"
title="Dyżurny wspierający projekt Stacjownika!" :title="$t('donations.dispatcher-message')"
@click.stop="openDonationModal" @click.stop="openDonationModal"
> >
<img src="/images/icon-diamond.svg" alt="" /> <img src="/images/icon-diamond.svg" alt="" />
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="train-driver"> <div class="train-driver">
<b <b
v-if="store.donatorsData.includes(train.driverName)" v-if="store.donatorsData.includes(train.driverName)"
title="Dyżurny wspierający projekt Stacjownika!" :title="$t('donations.driver-message')"
> >
{{ train.driverName }} {{ train.driverName }}
<img src="/images/icon-diamond.svg" alt="donator diamond icon" /> <img src="/images/icon-diamond.svg" alt="donator diamond icon" />
+3 -1
View File
@@ -14,7 +14,9 @@
"p4-b2": "a symbolic highlight", "p4-b2": "a symbolic highlight",
"p5": "Thank you and enjoy the app!<br />~ Spythere", "p5": "Thank you and enjoy the app!<br />~ Spythere",
"action-exit": "Maybe next time...", "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": { "general": {
"and": " and ", "and": " and ",
+3 -1
View File
@@ -14,7 +14,9 @@
"p4-b2": "wyróżnienie", "p4-b2": "wyróżnienie",
"p5": "Dzięki i miłego korzystania z aplikacji! <br />~ Spythere", "p5": "Dzięki i miłego korzystania z aplikacji! <br />~ Spythere",
"action-exit": "Może kiedy indziej...", "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": { "general": {
"and": " oraz ", "and": " oraz ",