mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
chore: updated missing locales
This commit is contained in:
@@ -34,14 +34,17 @@
|
||||
</div>
|
||||
|
||||
<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">
|
||||
• Zaktualizowany:
|
||||
• {{ $t('storage.updated-at') }}
|
||||
{{ new Date(storageEntry.updatedAt).toLocaleString($i18n.locale) }}</i
|
||||
>
|
||||
|
||||
<div style="margin-top: 0.5em">
|
||||
<i>Skład: </i>
|
||||
<i>{{ $t('storage.stock-title') }} </i>
|
||||
{{
|
||||
storageEntry.stockString
|
||||
.split(';')
|
||||
|
||||
+4
-1
@@ -212,7 +212,10 @@
|
||||
"title": "BOOKMARKED COMPOSITIONS",
|
||||
"subtitle": "Manage your rolling stock compositions saved locally in the browser memory",
|
||||
"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": {
|
||||
"kontenery": "containers",
|
||||
|
||||
+4
-1
@@ -212,7 +212,10 @@
|
||||
"title": "ZAPISANE SKŁADY",
|
||||
"subtitle": "Zarządzaj składami zapisanymi lokalnie w pamięci przeglądarki",
|
||||
"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": {
|
||||
"kontenery": "kontenery",
|
||||
|
||||
Reference in New Issue
Block a user