mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Aktualizacja tłumaczeń EN
This commit is contained in:
@@ -12,17 +12,6 @@
|
||||
delayed: stop.departureDelay > 0,
|
||||
}"
|
||||
>
|
||||
<!-- <div class="progress-bar"></div> -->
|
||||
<!--
|
||||
<div
|
||||
class="stop-line"
|
||||
v-if="
|
||||
i > 0 && followingStops[i - 1].departureLine != stop.arrivalLine
|
||||
"
|
||||
>
|
||||
{{ stop.arrivalLine }}
|
||||
</div> -->
|
||||
|
||||
<span class="stop_info">
|
||||
<div class="indicator"></div>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="train-table">
|
||||
<div class="no-trains" v-if="computedTrains.length == 0">
|
||||
Ups! Brak pociągów do wyświetlenia :/
|
||||
{{ $t("trains.no-trains") }}
|
||||
</div>
|
||||
|
||||
<ul class="train-list">
|
||||
@@ -50,7 +50,7 @@
|
||||
<span>SRJP</span>
|
||||
|
||||
<span class="tooltip-text">
|
||||
Szczegółowy rozkład jazdy pociągu {{ train.trainNo }}
|
||||
{{ $t("trains.detailed-timetable") }} {{ train.trainNo }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
<div class="info-stops">
|
||||
<span v-if="train.timetableData.followingStops.length > 2">
|
||||
Przez:
|
||||
{{ $t("trains.via-title") }}
|
||||
|
||||
<span
|
||||
v-html="
|
||||
|
||||
Reference in New Issue
Block a user