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
+8 -3
View File
@@ -1,4 +1,9 @@
{
"userSettings":{
"themeSelect": "Select theme",
"light":"Light",
"dark":"Dark"
},
"menu": {
"settings": "Settings",
"userSettings": "User settings",
@@ -18,8 +23,8 @@
"search": "Search",
"loading": "Loading..."
},
"app": {
"hello": "HELLO",
"world": "WORLD"
"login": {
"username": "Username",
"password": "Password"
}
}
+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"
}
}