+
{{ $t('trains.no-trains') }}
@@ -105,7 +105,7 @@ export default defineComponent({
overflow-x: hidden;
}
-.table-info {
+.table-warning {
text-align: center;
padding: 1em 0;
diff --git a/src/locales/en.json b/src/locales/en.json
index 661cd60..9e71137 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -319,7 +319,9 @@
"last-seen-ago": "since {minutes} minutes",
"scenery-offline": "Offline ride",
- "timeout": "An error occured while trying to refresh SWDR timetable data!"
+ "timeout": "An error occured while trying to refresh SWDR timetable data!",
+
+ "journal-button": "DRIVER'S JOURNAL"
},
"train-stats": {
"stats-button": "STATISTICS",
@@ -355,6 +357,7 @@
"timetable-active": "ACTIVE",
"timetable-fulfilled": "FULFILLED",
"timetable-abandoned": "ABANDONED",
+ "timetable-online-button": "ONLINE TIMETABLE",
"online-since": "ONLINE SINCE",
"duty-lasted": "The duty lasted",
diff --git a/src/locales/pl.json b/src/locales/pl.json
index 5b7b3c7..f0e0aff 100644
--- a/src/locales/pl.json
+++ b/src/locales/pl.json
@@ -299,7 +299,9 @@
"scenery-offline": "Przejazd offline",
- "timeout": "Wystąpił problem z aktualizacją rozkładów jazdy z SWDR"
+ "timeout": "Wystąpił problem z aktualizacją rozkładów jazdy z SWDR",
+
+ "journal-button": "DZIENNIK MASZYNISTY"
},
"train-stats": {
"stats-button": "STATYSTYKI",
@@ -341,6 +343,7 @@
"timetable-active": "AKTYWNY",
"timetable-fulfilled": "WYPEŁNIONY",
"timetable-abandoned": "PORZUCONY",
+ "timetable-online-button": "RJ ONLINE",
"stock-info": "DODATKOWE INFORMACJE",
"stock-length": "Długość",
From 31e65c09d61d0a6a65b6bed191a21fc8710b5491 Mon Sep 17 00:00:00 2001
From: Spythere
Date: Sun, 24 Mar 2024 00:05:39 +0100
Subject: [PATCH 6/6] =?UTF-8?q?hotfix:=20podgl=C4=85d=20pojazd=C3=B3w?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Global/StockList.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/components/Global/StockList.vue b/src/components/Global/StockList.vue
index 7c50a7b..7535f35 100644
--- a/src/components/Global/StockList.vue
+++ b/src/components/Global/StockList.vue
@@ -33,6 +33,7 @@
/^EN/.test(stockName) ? 'rb' : ''
}.png`"
@error="onImageError($event, stockName)"
+ @click.stop="() => {}"
width="400"
height="60"
/>
@@ -47,6 +48,7 @@
@error="
(event) => ((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png')
"
+ @click.stop="() => {}"
/>
((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-s.png')
"
+ @click.stop="() => {}"
/>
((event.target as HTMLImageElement).src = '/images/icon-loco-ezt-ra.png')
"
+ @click.stop="() => {}"
/>