PHP-Course/exam/react/public/locales/en/translation.json
2024-07-26 20:56:32 +02:00

34 lines
747 B
JSON

{
"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",
"Password": "Password",
"Email required": "Email required",
"Password required": "Password required",
"Log in": "Log in",
"Log out": "Log out",
"Profile": "Profile",
"Updating": "Updating",
"Username": "Username",
"Member since": "Member since",
"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}}?"
}