{
  "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": "Login credentials are invalid.",
  "unverified_email": "Your email is not verified. Kinldy 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.",
  "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",
  "not_enough_coins": "You dont have sufficient balance",
  "bet_options": "Required validation failed on options",
  "mobile_no_used": "Mobile no has already been taken",
  "ans_already_given": "You have already submitted answer for this bet",
  "already_member": "You have already joined this bet",
  "cannot_access": "You can not join this bet at this time",
  "cannot_leave": "You can not leave this bet at this time",
  "cannot_submit_answer": "This bet has been finished now",
  "dispute_time_exceeded": "Dispute time has been exceeded",
  "cannot_start_bet": "You can not start bet without members",
  "success_join_bet_room": "Room joined successfully",
  "success_send_message": "Message has been sent successfully.",
  "success_store_cashout_message": "Your cashout request has been sent to the Admin, you can view the status of your cashout request from the cashout history screen",
  "success_store_buycoins_message": "Coins has been added to your wallet",
  "do_not_have_enough_coins": "The user has no sufficient balance",
  "user_account_delete_messages": "Your account has been deleted",
  "mobileNo_already_exist": "Mobile no. is already in use",
  "email_already_exist": "Email is already in use",
  "category_id_required": "Category ID is required",
  "stripe_error":"Stripe Error",
  "user_account_created_messages":"Account has been created successfully",
  "success_contact_from_message":"Form has been submitted successfully"
}