ncutixavier/find-home

View on GitHub
locales/en.json

Summary

Maintainability
Test Coverage
{
"404": "Not Found, please go back",
"welcome": "Application started.",
"can't get users": " An error occured while retrieving users.",
"fail": "fail",
"success": "success",
"can't post user": "Can't create user",
"required": "All fields must be filled",
"provide email & pwd": "Provide email and password",
"incorrect pwd": "Incorrect password",
"email exist": "Email is already exist",
"incorrect email": "Incorrect email",
"user deleted": "User deleted successfully",
"can't delete user": "User Not Found, can't be deleted",
"id must be a number": "ID must be a number",
"id not found": "ID is not found",
"log in to get access": "Please you may login to get access",
"permission for this action": "You do not have permission to perform this action",
"Token expired": "Your token expired, please login again",
"login again": "Please login again to continue",
"logout done": "Logout Successfully",
"email is required": "Email should be required",
"provide valid email": "Please provide a valid email",
"password is required": "Password should be required",
"name is required": "name should be required",
"Phone should be at least 10 digits": "Phone should be at least 10 digits",
"Phone should be required": "Phone should be required",
"gender should be not more 8 characters": "gender should be not more 8 characters",
"gender is required": "gender should be required",
"birthdate is required": "birthdate should be required",
"role is required": "role should be required",
"role should be [landlord, client]": "role should be [landlord, client]",
"Phone is required": "Phone should not be empty",
"user not found": "There is no user with email address",
"register successfully": "You have been registered successfully, Please check your email",
"password reset link": "Please go to your email and click on reset password link",
"invalid token": "Token is invalid or has expired",
"password not correct": "Password fiels should be the same",
"name not empty": "name should not be empty",
"email not empty": "email should not be empty",
"gender not empty": "gender should not be empty",
"birthdate not empty": "birthdate should not be empty",
"role not empty": "role should not be empty",
"not allowed to update email": "You are not allowed to update your email",
"deleted successfully": "deleted successfully",
"not house owner": "You are not house owner",
"can't get houses": "can't get houses",
"Invalid id": "Invalid id",
"house not found": "house is not found",
"unable to login": "unable to login",
"page not found": "page is not found",
"image is required": "image should be required",
"image not empty": "image should not empty",
"description is required": "description should be required",
"description not empty": "description not empty",
"location is required": "location should be required",
"location not empty": "location not empty",
"bedrooms should be required": "bedrooms should be required",
"bedrooms should not be empty": "bedrooms should not be empty",
"bedrooms should minimun equal to 1": "bedrooms should minimun equal to 1",
"bedrooms should be number number": "bedrooms should be number number",
"price should be required": "price should be required",
"price should not be empty": "price should not be empty",
"price should minimun equal to 1": "price should minimun equal to 1",
"price should be number number": "price should be number number",
"bathrooms should be required": "bathrooms should be required",
"bathrooms should not be empty": "bathrooms should not be empty",
"bathrooms should minimun equal to 1": "bathrooms should minimun equal to 1",
"bathrooms should be number": "bathrooms should be number",
"status is required": "status should be required",
"status should be ['available', 'not available']": "status should be ['available', 'not available']",
"status not empty": "status should not be empty",
"wrong id": "wrong id",
"can't add new comment": "can't add new comment",
"can't get comments": "can't get comments",
"price should minimun equal to 5000": "price should minimun equal to 5000"
}