Ten changelog będzie zawsze dostępny po kliknięciu numeru wersji w stopce strony!
+
+
+
@@ -30,6 +51,12 @@ export default defineComponent({
};
},
+ computed: {
+ localeChangesArray() {
+ return this.$t('update.content').split('\n');
+ }
+ },
+
methods: {
toggleModal(value: boolean) {
this.$emit('toggleModal', value);
@@ -40,9 +67,67 @@ export default defineComponent({
diff --git a/src/locales/en.json b/src/locales/en.json
index 9e71137..a9470b3 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -26,6 +26,13 @@
"TWR": "High risk freight train",
"SKR": "Train with exceeded gauge"
},
+ "update": {
+ "title": "Stacjownik app update!",
+ "version": "Version {0}",
+ "confirm-button": "UPDATE NOW",
+ "later-button": "LATER",
+ "content": "context tooltips when hovering over project sponsors and timetable comment warnings\nvehicle image preview when hovering over its thumbnail in the active timetable card view and timetable journal\nlink to the driver's timetable history in the active timetable card view\nlink to the driver's active timetable card view in the timetable journal (available for online trains only)\nnew update card with version changelog"
+ },
"app": {
"sceneries": "SCENERIES",
"trains": "TRAINS",
@@ -41,13 +48,7 @@
"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!",
- "release-link": "Click here to browse version changelog (GitHub)",
- "confirm-button": "UPDATE NOW",
- "later-button": "LATER"
- },
+
"vehicle-preview": {
"loading": "Loading preview...",
"error": "Oops! The vehicle preview seems to be missing! :/"
diff --git a/src/locales/pl.json b/src/locales/pl.json
index f0e0aff..018ff74 100644
--- a/src/locales/pl.json
+++ b/src/locales/pl.json
@@ -26,6 +26,13 @@
"TWR": "Towar niebezpieczny wysokiego ryzyka",
"SKR": "Przekroczona skrajnia"
},
+ "update": {
+ "title": "Aktualizacja Stacjownika!",
+ "version": "Wersja {0}",
+ "confirm-button": "UPDATE NOW",
+ "later-button": "LATER",
+ "content": "dymki kontekstowe po najechaniu kursorem na m.in. sponsorów projektu i uwagi eksploatacyjne\npodgląd pojazdu po najechaniu kursorem na jego miniaturkę w karcie aktywnego rozkładu jazdy oraz dzienniku RJ\nodnośnik do historii RJ maszynisty w widoku karty aktywnego rozkładu jazdy\nodnośnik do karty aktywnego rozkładu jazdy maszynisty w dzienniku (dostępny tylko dla pociągów online)\nnowa karta ze zmianami w aktualizacji"
+ },
"app": {
"sceneries": "SCENERIE",
"trains": "POCIĄGI",