Delete Post

This commit is contained in:
2024-07-26 20:56:32 +02:00
parent 0929371c10
commit a515c447e0
14 changed files with 180 additions and 56 deletions
+11 -1
View File
@@ -1,6 +1,8 @@
{
"NotFound_user:login": "Benutzer existiert nicht",
"Unauthorized_login": "Ungültige E-Mail oder Passwort",
"Unauthorized_delete": "Keine Berechtigung",
"NotFound_post:delete": "Post nicht gefunden",
"GuestBook": "Gästebuch",
@@ -18,5 +20,13 @@
"Username": "Benutzername",
"Member since": "Mitglied seit",
"Post count": "Anzahl Posts"
"Post count": "Anzahl Posts",
"Edit": "Bearbeiten",
"Delete": "Löschen",
"Yes": "Ja",
"No": "Nein",
"Confirm post delete title": "Diesen Post löschen?",
"Confirm post delete body": "Möchtest du diesen Post von {{name}} wirklich Löschen?"
}
+12 -1
View File
@@ -2,6 +2,9 @@
"NotFound_user:login": "User does not exist",
"Unauthorized_login": "Invalid email or password",
"Unauthorized_delete": "Unauthorized",
"NotFound_post:delete": "Post not found",
"GuestBook": "GuestBook",
"Email": "Email",
@@ -18,5 +21,13 @@
"Username": "Username",
"Member since": "Member since",
"Post count": "Post count"
"Post count": "Post count",
"Edit": "Edit",
"Delete": "Delete",
"Yes": "Yes",
"No": "No",
"Confirm post delete title": "Delete this post?",
"Confirm post delete body": "Do you really want to delete this post by {{name}}?"
}