Post delete, Profile edit

This commit is contained in:
2024-07-27 00:54:23 +02:00
parent a515c447e0
commit 581cacb636
33 changed files with 533 additions and 238 deletions
+19 -2
View File
@@ -5,6 +5,16 @@
"Unauthorized_delete": "Unauthorized",
"NotFound_post:delete": "Post not found",
"Unauthorized_userUpdate": "Unauthorized",
"NotFound_user:userUpdate": "User not found",
"FailedUpdate_userUpdate": "Failed to update {{name}}",
"username": "username",
"email": "email",
"password": "password",
"image": "image",
"content": "content",
"GuestBook": "GuestBook",
"Email": "Email",
@@ -12,12 +22,13 @@
"Email required": "Email required",
"Password required": "Password required",
"Username required": "Username required",
"Log in": "Log in",
"Log out": "Log out",
"Profile": "Profile",
"Updating": "Updating",
"Updating": "Updating...",
"Username": "Username",
"Member since": "Member since",
@@ -25,9 +36,15 @@
"Edit": "Edit",
"Delete": "Delete",
"Save": "Save",
"Cancel": "Cancel",
"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}}?"
"Confirm post delete body": "Do you really want to delete this post by {{name}}?",
"Deleting": "Deleting...",
"Edit data": "Edit date"
}