Added settings menu with working currency editing
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user