mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
Dodano informację o offline
This commit is contained in:
@@ -32,6 +32,10 @@
|
|||||||
<Loading />
|
<Loading />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0 && !station.onlineInfo">
|
||||||
|
{{ $t('scenery.offline') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0">
|
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0">
|
||||||
{{ $t('scenery.no-timetables') }}
|
{{ $t('scenery.no-timetables') }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -246,6 +246,7 @@
|
|||||||
"spawns": "OPEN SPAWNS",
|
"spawns": "OPEN SPAWNS",
|
||||||
"timetables": "ACTIVE TIMETABLES",
|
"timetables": "ACTIVE TIMETABLES",
|
||||||
"no-timetables": "No active timetables!",
|
"no-timetables": "No active timetables!",
|
||||||
|
"offline": "Scenery is offline",
|
||||||
"no-users": "NO ACTIVE PLAYERS",
|
"no-users": "NO ACTIVE PLAYERS",
|
||||||
"no-spawns": "NO OPEN SPAWNS",
|
"no-spawns": "NO OPEN SPAWNS",
|
||||||
"no-scenery": "Oops! This scenery doesn't exist!",
|
"no-scenery": "Oops! This scenery doesn't exist!",
|
||||||
|
|||||||
@@ -248,6 +248,7 @@
|
|||||||
"spawns": "OTWARTE SPAWNY",
|
"spawns": "OTWARTE SPAWNY",
|
||||||
"timetables": "AKTYWNE ROZKŁADY JAZDY",
|
"timetables": "AKTYWNE ROZKŁADY JAZDY",
|
||||||
"no-timetables": "Brak aktywnych rozkładów!",
|
"no-timetables": "Brak aktywnych rozkładów!",
|
||||||
|
"offline": "Sceneria jest offline",
|
||||||
"no-users": "BRAK AKTYWNYCH GRACZY",
|
"no-users": "BRAK AKTYWNYCH GRACZY",
|
||||||
"no-spawns": "BRAK OTWARTYCH SPAWNÓW",
|
"no-spawns": "BRAK OTWARTYCH SPAWNÓW",
|
||||||
"no-scenery": "Ups! Ta sceneria nie istnieje!",
|
"no-scenery": "Ups! Ta sceneria nie istnieje!",
|
||||||
|
|||||||
Reference in New Issue
Block a user