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