added theme toggle,

fixed create entityies in API
This commit is contained in:
2026-02-14 08:01:07 +01:00
parent 9b2f2c4e91
commit 276cc21c5a
13 changed files with 141 additions and 46 deletions

View File

@ -29,7 +29,8 @@
},
"theme": {
"light": "Heller Modus",
"dark": "Dunkler Modus"
"dark": "Dunkler Modus",
"toggle": "Modus wechseln"
},
"locale": {
"sk": "Slowakisch",
@ -133,6 +134,7 @@
"settings": {
"accountTitle": "Kontoeinstellungen",
"loggedInAs": "Angemeldet als",
"themeTitle": "Darstellung",
"logout": "Abmelden"
}
}