Missign translation
This commit is contained in:
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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-CmwTmvyQ.js"></script>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-DNzu9OIf.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/react-DXd9vB-a.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-BZej3Yg3.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-DeUNQvBN.js">
|
||||
|
||||
+4
-2
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"Unauthorized": "Keine Berechtigung",
|
||||
|
||||
"NotFound_user:login": "Benutzer existiert nicht",
|
||||
"Unauthorized_login": "Ungültige E-Mail oder Passwort",
|
||||
|
||||
"Unauthorized_delete": "Keine Berechtigung",
|
||||
"NotFound_post:delete": "Post nicht gefunden",
|
||||
"Unauthorized_deletePost": "Keine Berechtigung",
|
||||
"NotFound_post:deletePost": "Post nicht gefunden",
|
||||
|
||||
"Unauthorized_userUpdate": "Keine Berechtigung",
|
||||
"NotFound_user:userUpdate": "Benutzer nicht gefunden",
|
||||
|
||||
+4
-2
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"Unauthorized": "Unauthorized",
|
||||
|
||||
"NotFound_user:login": "User does not exist",
|
||||
"Unauthorized_login": "Invalid email or password",
|
||||
|
||||
"Unauthorized_delete": "Unauthorized",
|
||||
"NotFound_post:delete": "Post not found",
|
||||
"Unauthorized_deletPost": "Unauthorized",
|
||||
"NotFound_post:deletePost": "Post not found",
|
||||
|
||||
"Unauthorized_userUpdate": "Unauthorized",
|
||||
"NotFound_user:userUpdate": "User not found",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user