mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Uwagi eksploatacyjne: dodano tłumaczenie
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<span class="stop-name">
|
<span class="stop-name">
|
||||||
<span v-html="stop.stopName"></span>
|
<span v-html="stop.stopName"></span>
|
||||||
<img v-if="stop.comments" :src="icons.warning" :title="`Uwagi eksploatacyjne: ${stop.comments}`">
|
<img v-if="stop.comments" :src="icons.warning" :title="`${$t('trains.comment')}: ${stop.comments}`">
|
||||||
</span>
|
</span>
|
||||||
<span class="stop-date">
|
<span class="stop-date">
|
||||||
<span
|
<span
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="info_comments" v-if="hasTimetableComments(train.timetableData)">
|
<div class="info_comments" v-if="hasTimetableComments(train.timetableData)">
|
||||||
<img :src="icons.warning" title="Pociąg z uwagami eksplatacyjnymi" />
|
<img :src="icons.warning" :title="$t('trains.timetable-comments')" />
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -133,7 +133,9 @@
|
|||||||
"EZT": "EMU",
|
"EZT": "EMU",
|
||||||
"SZT": "DMU",
|
"SZT": "DMU",
|
||||||
"loco-electric": "Electric locomotive",
|
"loco-electric": "Electric locomotive",
|
||||||
"loco-diesel": "Diesel locomotive"
|
"loco-diesel": "Diesel locomotive",
|
||||||
|
"timetable-comments": "Exploitation comments available for this train",
|
||||||
|
"comment": "Exploitation comment"
|
||||||
},
|
},
|
||||||
"journal": {
|
"journal": {
|
||||||
"title": "SCENERY ACTIVITY JOURNAL",
|
"title": "SCENERY ACTIVITY JOURNAL",
|
||||||
|
|||||||
+3
-1
@@ -133,7 +133,9 @@
|
|||||||
"EZT": "EZT",
|
"EZT": "EZT",
|
||||||
"SZT": "SZT",
|
"SZT": "SZT",
|
||||||
"loco-electric": "Elektrowóz",
|
"loco-electric": "Elektrowóz",
|
||||||
"loco-diesel": "Spalinowóz"
|
"loco-diesel": "Spalinowóz",
|
||||||
|
"timetable-comments": "Pociąg z uwagami eksploatacyjnymi",
|
||||||
|
"comment": "Uwaga eksploatacyjna"
|
||||||
},
|
},
|
||||||
"journal": {
|
"journal": {
|
||||||
"title": "DZIENNIK AKTYWNOŚCI SCENERII",
|
"title": "DZIENNIK AKTYWNOŚCI SCENERII",
|
||||||
|
|||||||
Reference in New Issue
Block a user