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": "Světlý režim",
"dark": "Tmavý režim"
"dark": "Tmavý režim",
"toggle": "Přepnout režim"
},
"locale": {
"sk": "Slovenština",
@ -133,6 +134,7 @@
"settings": {
"accountTitle": "Nastavení účtu",
"loggedInAs": "Přihlášený uživatel",
"themeTitle": "Vzhled",
"logout": "Odhlásit se"
}
}