Work on login

This commit is contained in:
2026-09-11 22:23:00 +02:00
parent abf00ac401
commit fb09048e45
14 changed files with 168 additions and 26 deletions
+12 -3
View File
@@ -1,9 +1,18 @@
{
"userSettings": {
"themeSelect": "Izberi temo",
"light": "Svetlo",
"dark": "Temno"
},
"menu": {
"settings": "Nastavitve",
"userSettings": "Uporabniške nastavitve",
"dashboard": "Nadzorna plošča"
},
"settings": {
"users": "Uporabni",
"groups": "Skupine"
},
"common": {
"save": "Shrani",
"cancel": "Prekliči",
@@ -14,8 +23,8 @@
"search": "Iskanje",
"loading": "Nalaganje..."
},
"app": {
"hello": "ZDRAVO",
"world": "SVET"
"login": {
"username": "Uporabniško ime",
"password": "Geslo"
}
}