Post Create/Edit
This commit is contained in:
+12
-2
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"Unauthorized": "Unauthorized",
|
||||
|
||||
"NotFound_user:login": "User does not exist",
|
||||
"Unauthorized_login": "Invalid email or password",
|
||||
"NotFound_user:login": "User does not exist",
|
||||
"MissingField_email:login": "E-Mail required",
|
||||
"MissingField_password:login": "Password required",
|
||||
|
||||
"Unauthorized_deletPost": "Unauthorized",
|
||||
"NotFound_post:deletePost": "Post not found",
|
||||
@@ -12,6 +14,12 @@
|
||||
"FailedUpdate_Duplicate:userUpdate": "A user with this username already exists",
|
||||
"FailedUpdate_Duplicate:email:userUpdate": "A user with this email already exists",
|
||||
|
||||
"Unauthorized_newPost": "Unauthorized",
|
||||
"MissingField_content:newPost": "Content required",
|
||||
|
||||
"Unauthorized_postUpdate": "Unauthorized",
|
||||
"NotFound_post:postUpdate": "Post not found",
|
||||
|
||||
"username": "username",
|
||||
"email": "email",
|
||||
"password": "password",
|
||||
@@ -51,5 +59,7 @@
|
||||
|
||||
"Edit data": "Edit date",
|
||||
|
||||
"Recent posts": "Recent posts"
|
||||
"Recent posts": "Last posts",
|
||||
|
||||
"Post omment": "Post comment"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user