chore: updated missing locales

This commit is contained in:
2025-03-09 16:40:33 +01:00
parent 1eb5f3de9e
commit b9b1e438b9
3 changed files with 14 additions and 5 deletions
+6 -3
View File
@@ -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">
&bull; Zaktualizowany: &bull; {{ $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
View File
@@ -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
View File
@@ -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",