Aktualizacja tłumaczeń EN

This commit is contained in:
2021-03-07 02:08:59 +01:00
parent dc22e82c84
commit 2c60428599
15 changed files with 139 additions and 105 deletions
+7 -9
View File
@@ -117,17 +117,15 @@
<span class="name">{{ stationInfo.dispatcherName }}</span>
</div>
<span
class="status-badge"
:class="statusClasses(stationInfo.occupiedTo)"
>{{ stationInfo.occupiedTo }}
</span>
<span class="status-badge" :class="stationInfo.statusID">{{
$t(`status.${stationInfo.statusID}`)
}}</span>
</div>
<div class="info-lists">
<div class="user-list">
<h3 class="user-header">
GRACZE ONLINE
{{ $t("scenery.users") }}
<img :src="userIcon" alt="icon-user" />
</h3>
@@ -146,13 +144,13 @@
class="user offline"
v-if="!computedStationTrains || computedStationTrains.length == 0"
>
BRAK AKTYWNYCH GRACZY
{{ $t("scenery.no-users") }}
</div>
</div>
<div class="spawn-list">
<h3 class="spawn-header">
OTWARTE SPAWNY
{{ $t("scenery.spawns") }}
<img :src="spawnIcon" alt="icon-spawn" />
</h3>
@@ -168,7 +166,7 @@
<span
class="spawn none"
v-if="!stationInfo.spawns || stationInfo.spawns.length == 0"
>BRAK OTWARTYCH SPAWNÓW</span
>{{ $t("scenery.no-spawns") }}</span
>
</div>
</div>
+12 -10
View File
@@ -1,7 +1,7 @@
<template>
<div class="scenery-timetable">
<h3 class="timetable-header">
<span>AKTYWNE ROZKŁADY JAZDY</span>
<span>{{ $t("scenery.timetables") }}</span>
<a
v-if="!timetableOnly"
@@ -37,15 +37,16 @@
</div>
</div>
<span class="timetable-item loading" v-if="dataStatus == 0"
>Ładowanie...</span
>
<span class="timetable-item loading" v-if="dataStatus == 0">{{
$t("app.loading")
}}</span>
<span
class="timetable-item empty"
v-else-if="computedScheduledTrains.length == 0"
>Brak aktywnych rozkładów!</span
>
{{ $t("scenery.no-timetables") }}
</span>
<transition-group name="list-anim">
<div
@@ -66,8 +67,9 @@
<span>
<strong>{{ scheduledTrain.category }}</strong>
{{ scheduledTrain.trainNo }}
</span> </router-link
>|
</span>
</router-link>
|
<span>
<a
:href="
@@ -87,9 +89,9 @@
</span>
<span class="general-status">
<span :class="scheduledTrain.stopStatus">{{
scheduledTrain.stopLabel
}}</span>
<span :class="scheduledTrain.stopStatus"
>{{ $t(`timetables.${scheduledTrain.stopStatus}`) }}
</span>
</span>
</span>
+1 -1
View File
@@ -4,7 +4,7 @@
<!-- <img :src="require('@/assets/icon-exit.svg')" alt="exit icon" /> -->
</div>
<div class="card-title flex">FILTRUJ STACJE</div>
<div class="card-title flex">{{ $t("filters.title") }}</div>
<div class="card-options">
<div class="option" v-for="(option, i) in inputs.options" :key="i">
+3 -42
View File
@@ -4,17 +4,6 @@
<table>
<thead>
<tr>
<!-- <th v-html="$t('sceneries.station')"></th>
<th v-html="$t('sceneries.min-lvl')"></th>
<th v-html="$t('sceneries.status')"></th>
<th v-html="$t('sceneries.dispatcher')"></th>
<th v-html="$t('sceneries.dispatcher-lvl')"></th>
<th v-html="$t('sceneries.routes')"></th>
<th v-html="$t('sceneries.general')"></th>
<th v-html="$t('sceneries.drivers-online')"></th>
<th v-html="$t('sceneries.spawns')"></th>
<th v-html="$t('sceneries.timetables')"></th> -->
<th
v-for="(id, i) in headIds"
:key="id"
@@ -52,32 +41,6 @@
/>
</span>
</th>
<!-- <th
v-for="(head, i) in headTitles"
:key="i"
@click="() => changeSorter(i)"
>
<span class="header_wrapper">
<div class="header_item">
<div v-if="head[0].includes('.svg')">
<img :src="head[0]" alt="test" :title="head[1]" />
</div>
<div v-else>
<div>{{ head[0] }}</div>
<div v-if="head.length > 1">{{ head[1] }}</div>
</div>
</div>
<img
class="sort-icon"
v-if="sorterActive.index == i"
:src="sorterActive.dir == 1 ? ascIcon : descIcon"
alt
/>
</span>
</th> -->
</tr>
</thead>
@@ -117,11 +80,9 @@
</td>
<td class="station_status">
<span
class="status-badge"
:class="statusClasses(station.occupiedTo)"
>{{ station.occupiedTo }}</span
>
<span class="status-badge" :class="station.statusID">{{
$t(`status.${station.statusID}`)
}}</span>
</td>
<td class="station_dispatcher-name">
@@ -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>
+3 -3
View File
@@ -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="