Post delete, Profile edit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user