Admin
This commit is contained in:
Vendored
-9
File diff suppressed because one or more lines are too long
Vendored
+9
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -23,10 +23,10 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>GuestBook</title>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-Cag5GO1b.js"></script>
|
||||
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-SI5snNZz.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/react-C9_qfvjK.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-BnAUJOoN.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-BqkrhB-y.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-DpDh5IPY.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/zustand-DKxXQGKw.js">
|
||||
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/i18n-Be01V9yD.js">
|
||||
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/mui-CKDNpdid.css">
|
||||
|
||||
+12
-1
@@ -20,6 +20,9 @@
|
||||
"NotAllowed_postUpdate": "Keine Berechtigung",
|
||||
"NotFound_post:postUpdate": "Post nicht gefunden",
|
||||
|
||||
"NotAllowed_delete|PermissionsUser": "Keine Berechtigung",
|
||||
"NotFound_user:delete|PermissionsUser": "Benutzer nicht gefunden",
|
||||
|
||||
"Duplicate_user:register": "Ein Benutzer mit diesem Benutzernamen oder E-Mail existiert schon",
|
||||
|
||||
"username": "Benutzername",
|
||||
@@ -101,5 +104,13 @@
|
||||
|
||||
"Password confirm": "Passwort bestätigen",
|
||||
"Password match": "Passwörter stimmen nicht überein",
|
||||
"Change password": "Passwort ändern"
|
||||
"Change password": "Passwort ändern",
|
||||
|
||||
"Confirm user delete title": "Diesen User löschen?",
|
||||
"Confirm user delete body": "Möchtest du {{name}} wirklich Löschen?",
|
||||
|
||||
"Manage users": "Benutzer verwalten",
|
||||
"Admin": "Administration",
|
||||
"Make Admin": "Administratorrecht erteilen",
|
||||
"Demote Admin": "Administratorrecht entziehen"
|
||||
}
|
||||
|
||||
+12
-1
@@ -20,6 +20,9 @@
|
||||
"NotAllowed_postUpdate": "Not allowed",
|
||||
"NotFound_post:postUpdate": "Post not found",
|
||||
|
||||
"NotAllowed_delete|PermissionsUser": "Not allowed",
|
||||
"NotFound_user:deleteUserdelete|PermissionsUser": "User not found",
|
||||
|
||||
"Duplicate_user:register": "A user with this username or email already exists",
|
||||
|
||||
"username": "username",
|
||||
@@ -102,5 +105,13 @@
|
||||
|
||||
"Password confirm": "Confirm password",
|
||||
"Password match": "Password do not match",
|
||||
"Change password": "Change password"
|
||||
"Change password": "Change password",
|
||||
|
||||
"Confirm user delete title": "Diesen User löschen?",
|
||||
"Confirm user delete body": "Möchtest du {{name}} wirklich Löschen?",
|
||||
|
||||
"Manage users": "Manage users",
|
||||
"Admin": "Administration",
|
||||
"Make Admin": "Make Admin",
|
||||
"Demote Admin": "Demote Admin"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user