Login/Logout + Menu + i18next

This commit is contained in:
2024-07-25 01:09:20 +02:00
parent dd48f72c42
commit 65848f094b
17 changed files with 1042 additions and 211 deletions
@@ -0,0 +1,11 @@
{
"NotFound_user:login": "Benutzer existiert nicht",
"Unauthorized:login": "Ungültige E-mail oder Passwort",
"GuestBook": "Gästebuch",
"E-Mail": "E-Mail",
"Password": "Passwort",
"Log in": "Anmelden",
"Log out": "Abmelden",
"Profile": "Profil"
}
@@ -0,0 +1,11 @@
{
"NotFound_user:login": "User does not exist",
"Unauthorized:login": "Invalid e-mail or password",
"GuestBook": "GuestBook",
"E-Mail": "E-Mail",
"Password": "Password",
"Log in": "Log in",
"Log out": "Log out",
"Profile": "Profile"
}