mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano tłumaczenie na angielski; poprawki w wyglądzie
This commit is contained in:
@@ -207,6 +207,8 @@ export default class SceneryInfo extends styleMixin {
|
||||
}
|
||||
|
||||
navigateToTrain(trainNo: number) {
|
||||
console.log(trainNo);
|
||||
|
||||
this.$router.push({
|
||||
name: "TrainsView",
|
||||
params: { queryTrain: trainNo.toString() },
|
||||
|
||||
@@ -100,9 +100,8 @@
|
||||
<span
|
||||
class="arrival-time begins"
|
||||
v-if="scheduledTrain.stopInfo.beginsHere"
|
||||
v-html="$t('timetables.begins')"
|
||||
>
|
||||
ROZPOCZYNA
|
||||
<div>BIEG</div>
|
||||
</span>
|
||||
<span class="arrival-time" v-else>
|
||||
{{ scheduledTrain.stopInfo.arrivalTimeString }} ({{
|
||||
@@ -122,8 +121,9 @@
|
||||
<span
|
||||
class="departure-time terminates"
|
||||
v-if="scheduledTrain.stopInfo.terminatesHere"
|
||||
>KOŃCZY BIEG</span
|
||||
v-html="$t('timetables.terminates')"
|
||||
>
|
||||
</span>
|
||||
<span class="departure-time" v-else>
|
||||
{{ scheduledTrain.stopInfo.departureTimeString }} ({{
|
||||
scheduledTrain.stopInfo.departureDelay
|
||||
|
||||
@@ -80,9 +80,12 @@
|
||||
</td>
|
||||
|
||||
<td class="station_status">
|
||||
<span class="status-badge" :class="station.statusID">{{
|
||||
$t(`status.${station.statusID}`)
|
||||
}}</span>
|
||||
<span class="status-badge" :class="station.statusID"
|
||||
>{{ $t(`status.${station.statusID}`) }}
|
||||
{{
|
||||
station.statusID == "online" ? station.statusTimeString : ""
|
||||
}}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
<td class="station_dispatcher-name">
|
||||
|
||||
@@ -333,7 +333,7 @@ export default class TrainTable extends Vue {
|
||||
&-stops {
|
||||
margin-bottom: 10px;
|
||||
|
||||
font-size: 0.9em;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
|
||||
Reference in New Issue
Block a user