Post Create/Edit

This commit is contained in:
2024-07-27 16:42:03 +02:00
parent 74fd55084f
commit 08731f8559
29 changed files with 632 additions and 161 deletions
+12 -2
View File
@@ -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"
}