Added settings menu with working currency editing

This commit is contained in:
Donkie
2024-01-07 11:11:57 +01:00
parent 9362d04dad
commit 77e781f1ea
7 changed files with 248 additions and 3 deletions

View File

@@ -41,7 +41,8 @@
"deleteError": "Det gick inte att ta bort {{resource}} (statuskod: {{statusCode}})",
"editSuccess": "Lyckades ändra {{resource}}",
"editError": "Det gick inte att ändra {{resource}} (statuskod: {{statusCode}})",
"importProgress": "Importerar: {{processed}}/{{total}}"
"importProgress": "Importerar: {{processed}}/{{total}}",
"saveSuccessful": "Sparning lyckades!"
},
"loading": "Laddar",
"version": "Version",
@@ -240,6 +241,18 @@
"table": {
"actions": "Åtgärder"
},
"settings": {
"header": "Inställningar",
"generic": {
"tab": "Allmänt",
"currency": {
"label": "Valuta"
}
},
"extra_fields": {
"tab": "Extra Fält"
}
},
"documentTitle": {
"default": "Spoolman",
"suffix": " | Spoolman",