Email Edit
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
-125
File diff suppressed because one or more lines are too long
Vendored
+125
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -5,10 +5,10 @@
|
||||
<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-DNzu9OIf.js"></script>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-BhgwoArk.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">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-CsmJ6if2.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-DXVkKUs1.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/i18n-DJgSTqOl.js">
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/mui-CKDNpdid.css">
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/index-D83Ey19k.css">
|
||||
|
||||
+5
-2
@@ -9,7 +9,8 @@
|
||||
|
||||
"Unauthorized_userUpdate": "Keine Berechtigung",
|
||||
"NotFound_user:userUpdate": "Benutzer nicht gefunden",
|
||||
"FailedUpdate_userUpdate": "{{name}} konnte nicht aktualisiert werden",
|
||||
"FailedUpdate_Duplicate:username:userUpdate": "Ein Benutzer mit diesem Benutzernamen existiert schon",
|
||||
"FailedUpdate_Duplicate:email:userUpdate": "Ein Benutzer mit dieser E-Mail existiert schon",
|
||||
|
||||
"username": "Benutzername",
|
||||
"email": "E-Mail",
|
||||
@@ -47,5 +48,7 @@
|
||||
"Confirm post delete body": "Möchtest du diesen Post von {{name}} wirklich Löschen?",
|
||||
|
||||
"Deleting": "Löscht...",
|
||||
"Edit data": "Daten ändern"
|
||||
"Edit data": "Daten ändern",
|
||||
|
||||
"Recent posts": "Letzten Posts"
|
||||
}
|
||||
|
||||
+5
-2
@@ -9,7 +9,8 @@
|
||||
|
||||
"Unauthorized_userUpdate": "Unauthorized",
|
||||
"NotFound_user:userUpdate": "User not found",
|
||||
"FailedUpdate_userUpdate": "Failed to update {{name}}",
|
||||
"FailedUpdate_Duplicate:userUpdate": "A user with this username already exists",
|
||||
"FailedUpdate_Duplicate:email:userUpdate": "A user with this email already exists",
|
||||
|
||||
"username": "username",
|
||||
"email": "email",
|
||||
@@ -48,5 +49,7 @@
|
||||
|
||||
"Deleting": "Deleting...",
|
||||
|
||||
"Edit data": "Edit date"
|
||||
"Edit data": "Edit date",
|
||||
|
||||
"Recent posts": "Recent posts"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user