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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/dist/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-B-6Z6srI.js"></script>
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-CCiAEYtb.js"></script>
</head>
<body>
<div id="root"></div>
+11
View File
@@ -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
View File
@@ -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"
}