mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
chore: updated missing locales
This commit is contained in:
@@ -34,14 +34,17 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="storage-item-expandable" v-if="expandedEntries.includes(storageEntry.id)">
|
<div class="storage-item-expandable" v-if="expandedEntries.includes(storageEntry.id)">
|
||||||
<i>Stworzony: {{ new Date(storageEntry.createdAt).toLocaleString($i18n.locale) }}</i>
|
<i>
|
||||||
|
{{ $t('storage.created-at') }}
|
||||||
|
{{ new Date(storageEntry.createdAt).toLocaleString($i18n.locale) }}</i
|
||||||
|
>
|
||||||
<i v-if="storageEntry.updatedAt">
|
<i v-if="storageEntry.updatedAt">
|
||||||
• Zaktualizowany:
|
• {{ $t('storage.updated-at') }}
|
||||||
{{ new Date(storageEntry.updatedAt).toLocaleString($i18n.locale) }}</i
|
{{ new Date(storageEntry.updatedAt).toLocaleString($i18n.locale) }}</i
|
||||||
>
|
>
|
||||||
|
|
||||||
<div style="margin-top: 0.5em">
|
<div style="margin-top: 0.5em">
|
||||||
<i>Skład: </i>
|
<i>{{ $t('storage.stock-title') }} </i>
|
||||||
{{
|
{{
|
||||||
storageEntry.stockString
|
storageEntry.stockString
|
||||||
.split(';')
|
.split(';')
|
||||||
|
|||||||
+4
-1
@@ -212,7 +212,10 @@
|
|||||||
"title": "BOOKMARKED COMPOSITIONS",
|
"title": "BOOKMARKED COMPOSITIONS",
|
||||||
"subtitle": "Manage your rolling stock compositions saved locally in the browser memory",
|
"subtitle": "Manage your rolling stock compositions saved locally in the browser memory",
|
||||||
"remove-confirm": "Are you sure you want to delete this entry?",
|
"remove-confirm": "Are you sure you want to delete this entry?",
|
||||||
"no-entires": "No bookmarked compositions - save a new one in the Stock tab"
|
"no-entires": "No bookmarked compositions - save a new one in the Stock tab",
|
||||||
|
"created-at": "Created at:",
|
||||||
|
"updated-at": "Updated at:",
|
||||||
|
"stock-title": "Rolling stock:"
|
||||||
},
|
},
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"kontenery": "containers",
|
"kontenery": "containers",
|
||||||
|
|||||||
+4
-1
@@ -212,7 +212,10 @@
|
|||||||
"title": "ZAPISANE SKŁADY",
|
"title": "ZAPISANE SKŁADY",
|
||||||
"subtitle": "Zarządzaj składami zapisanymi lokalnie w pamięci przeglądarki",
|
"subtitle": "Zarządzaj składami zapisanymi lokalnie w pamięci przeglądarki",
|
||||||
"remove-confirm": "Czy na pewno chcesz usunąć ten wpis?",
|
"remove-confirm": "Czy na pewno chcesz usunąć ten wpis?",
|
||||||
"no-entires": "Brak zapisanych składów - dodaj nowy przez zakładkę ze Składem"
|
"no-entires": "Brak zapisanych składów - dodaj nowy przez zakładkę ze Składem",
|
||||||
|
"created-at": "Stworzony:",
|
||||||
|
"updated-at": "Zaktualizowany:",
|
||||||
|
"stock-title": "Skład:"
|
||||||
},
|
},
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"kontenery": "kontenery",
|
"kontenery": "kontenery",
|
||||||
|
|||||||
Reference in New Issue
Block a user