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
+4 -12
View File
@@ -2,9 +2,9 @@
<div class="history_view">
<div class="history_wrapper">
<div class="header">
<h2>DZIENNIK AKTYWNOŚCI SCENERII</h2>
<h2>{{ $t("journal.title") }}</h2>
<p style="color: #ccc">
Pokazuje dyżurnych, którzy ostatnio byli aktywni na wybranej scenerii
{{ $t("journal.subtitle") }}
</p>
<div class="search-box">
@@ -12,9 +12,7 @@
<label :class="{ disabled: dataLoading }">
<select v-model="inputStationName" :disabled="dataLoading">
<option value disabled selected hidden>
{{
dataLoading ? "Pobieranie danych..." : "Wybierz scenerię"
}}
{{ dataLoading ? $t("app.loading") : $t("journal.select") }}
</option>
<option
v-for="station in filteredStationList"
@@ -28,13 +26,7 @@
</div>
</div>
<div class="disclaimer">
<h4>Ta funkcjonalność jest w testach beta!</h4>
<p>
Informacje pokazywane na ekranie mogą znikać, a ich zawartość może
być fałszywa!
</p>
</div>
<div class="disclaimer" v-html="$t('journal.disclaimer')"></div>
</div>
<div class="list">
+4 -4
View File
@@ -4,9 +4,9 @@
class="scenery-offline"
v-if="!stationInfo && dataStatus == 2 && currentPath === '/scenery'"
>
Ups! Nie znaleziono danej stacji bądź jest ona offline!
{{ $t("scenery.no-scenery") }}
<button class="button">
<router-link to="/">Wróć na stronę główną</router-link>
<router-link to="/">{{ $t("scenery.return-btn") }}</router-link>
</button>
</div>
@@ -109,9 +109,9 @@ h3 {
&-offline {
align-self: center;
font-size: 2em;
font-size: 1.5em;
text-align: center;
padding: 0 1em;
padding: 2em 1em;
color: $warningCol;
+2 -2
View File
@@ -18,11 +18,11 @@
<p>{{ $t("options.filters") }}</p>
</button>
<button class="action-btn" @click="toggleModal">
<!-- <button class="action-btn" @click="toggleModal">
<img :src="dolarIcon" alt="icon-dolar" />
<p>{{ $t("options.donate") }}</p>
</button>
</button> -->
</div>
<div class="bar_indicators">