{
  "something_went_wrong": "Invalid request",
  "invalid_request": "Invalid request",
  "unauthorized": "You are not authorize to access this request",
  "authorized_header_required": "Authorization header is required to access this request",
  "invalid_authorized_header": "Authorize header is not valid",
  "validation_msg": "Validation Message",
  "success_listing_message": "Records have been retrieved successfully.",
  "success_store_message": "Record has been created successfully.",
  "success_show_message": "Record has been retrieved successfully",
  "success_update_message": "Record has been updated successfully.",
  "success_delete_message": "Record has been deleted successfully.",
  "success_delete_messages": "Record have been deleted successfully.",
  "invalid_user": "Your login credentials is not valid.",
  "account_created": "Your account has been created successfully. Pleaes check your phone and verify your account",
  "team_created": "Team has been created successfully.",
  "member_created": "Member has been added successfully.",
  "account_created_error": "Only admin allow to create company account",
  "permission_error": "Sorry you don't have permission",
  "payment_error": "Payment Error",
  "company_account_created": "Company account has been created successfully. Credentials share via email with the associated email address.",
  "unverified_email": "Your email is not verified. Kindly check your email and verify your account.",
  "unverified_mobile": "Your mobile number is not verified",
  "account_disabled": "Your account has been disabled. Kindly contact to administrator.",
  "login_success": "You have logged in successfully.",
  "email_not_exist": "This email isn’t associated with any user",
  "tempuser_not_exist": "This number isn’t associated with any user",
  "tempuser_opt_not_exist": "This opt isn’t associated with any user",
  "mobile_no_not_exist": "This mobile number isn’t associated with any user",
  "forgot_pass_msg": "Reset password link has been sent to your email address.",
  "invalid_req_pass_link": "Your reset password link has been expired or been used",
  "req_pass_link_expired": "Your reset password link has been expired",
  "invalid_current_password": "Current password is not valid.",
  "password_same_error": "You can't set a new password same as current password",
  "update_password_msg": "Password has been updated successfully",
  "logout_msg": "You have logged out successfully",
  "invalid_user_id": "You can't update to another user profile",
  "file_size_validation": "Error: max upload file size is 2MB",
  "file_ext_validation": "File extension is not valid",
  "invalid_2fa_code": "Verification code is invalid",
  "verified_2fa_code": "Verification code has been verified successfully",
  "send_2fa_code": "Verification code has been sent successfully",
  "verified_2fa_account": "Your account has already been verified",
  "expired_2fa_code": "Verification code has been expired",
  "permission_denied": "You don't have a permission to access this module",
  "session_expired": "Your session has been expired. Please login to continue",
  "current_password_invalid": "Your current password is not valid",
  "new_password_different": "The current password and new password must be different",
  "opt_success_msg": "OTP has been sent successfully",
  "otp_invalid": "OTP is invalid",
  "mobile_no_verified": "Mobile number has been verified successfully",
  "employee_invalid": "Only employee are allowed to access this app",
  "category_already_exist": "Categoy already exist",
  "already_checkin": "Sorry you already check-in today",
  "check_checkout_time": "You must be enter greater check-in time",
  "already_checkout": "You were already check-out",
  "packages_already_exist": "Package name already exist",
  "invalid_date": "You can not select previous date",
  "task_limit_exceed": "You can't assign more tasks on this date.",
  "check_assign_task": "You can not delete the task. This user have assign some task.",
  "task_assigned_to_user": "You can not remove this member as he/she has some tasks assigned.",
  "already_task_at_same_time": "{ user_name } already have task at same time.",
  "unavailable_task_at_same_time": "{ user_name } is not available at this time.",
  "max_task_assigned": "{ user_name } already have max task assigned.",
  "officer_delete": "You can not delete this user. This user already add in team",
  "success_store_panic_alert_message": "Your panic request will be sent to super admin.",
  "task_assign_success": "Task has been assigned successfully.",
  "officer_added_success": "Officer has been added successfully."
}