Uwagi eksploatacyjne: dodano tłumaczenie

This commit is contained in:
2022-01-06 21:20:47 +01:00
parent 6e28263b01
commit df88be53d8
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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",