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": "Error when deleting {{resource}} (status code: {{statusCode}})",
"editSuccess": "Successfully edited {{resource}}",
"editError": "Error when editing {{resource}} (status code: {{statusCode}})",
"importProgress": "Importing: {{processed}}/{{total}}"
"importProgress": "Importing: {{processed}}/{{total}}",
"saveSuccessful": "Save successful!"
},
"kofi": "Tip me on Ko-fi",
"loading": "Loading",
@@ -252,6 +253,18 @@
"table": {
"actions": "Actions"
},
"settings": {
"header": "Settings",
"generic": {
"tab": "Generic",
"currency": {
"label": "Currency"
}
},
"extra_fields": {
"tab": "Extra Fields"
}
},
"documentTitle": {
"default": "Spoolman",
"suffix": " | Spoolman",

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",