Login/Logout + Menu + i18next
This commit is contained in:
+11
@@ -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"
|
||||
}
|
||||
+11
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user