Add UI basics.

This commit is contained in:
Patrick Fic
2025-03-28 10:20:31 -07:00
parent ecab1e8f05
commit c33b02f77e
10 changed files with 142 additions and 81 deletions

View File

@@ -1,8 +1,16 @@
{
"translation": {
"auth": {
"login": {
"error": "The username and password combination provided is not valid.",
"login": "Log In",
"resetpassword": "Reset Password"
}
},
"navigation": {
"home": "Home",
"settings": "Settings"
"settings": "Settings",
"signout": "Sign Out"
},
"settings": {
"actions": {