Working on UI

This commit is contained in:
2026-09-11 16:06:49 +02:00
parent fcd4d4743b
commit abf00ac401
12 changed files with 218 additions and 25 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
{
"menu": {
"settings": "Settings",
"userSettings": "User settings",
"dashboard": "Dashboard"
},
"settings":{
"users":"Users",
"groups":"Groups"
},
"common": {
"save": "Save",
"cancel": "Cancel",
@@ -13,4 +22,4 @@
"hello": "HELLO",
"world": "WORLD"
}
}
}
+6 -1
View File
@@ -1,4 +1,9 @@
{
"menu": {
"settings": "Nastavitve",
"userSettings": "Uporabniške nastavitve",
"dashboard": "Nadzorna plošča"
},
"common": {
"save": "Shrani",
"cancel": "Prekliči",
@@ -13,4 +18,4 @@
"hello": "ZDRAVO",
"world": "SVET"
}
}
}