Added default routes

This commit is contained in:
2022-02-21 17:11:26 +01:00
parent 4c21fa631a
commit 8717491d57
25 changed files with 256 additions and 10 deletions

View File

@@ -5,7 +5,10 @@
"logout": "Ausloggen"
},
"sidebar": {
"home": "Home",
"home": "Dashboard",
"host": "Hosts",
"gameserver": "Server",
"support": "Tickets",
"config": "Konfiguration",
"auth_user_list": "Benutzer"
},
@@ -82,7 +85,7 @@
}
},
"auth": {
"header": "App",
"header": "GSWI",
"login": {},
"register": {},
"forgot_password": {

View File

@@ -5,7 +5,10 @@
"logout": "Logout"
},
"sidebar": {
"home": "Home",
"home": "Dashboard",
"host": "Hosts",
"gameserver": "Server",
"support": "Tickets",
"config": "Configuration",
"auth_user_list": "User"
},