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 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 class="stop-date">
<span
+1 -1
View File
@@ -81,7 +81,7 @@
</div>
<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>
</span>