{
  "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.",
  "unverified_email":"Your email is not verified. Kinldy check your email and verify your account.",
  "unverified_mobile":"Your mobile number is not verified",
  "mobile_no_exists":"Mobile number has already been taken",
  "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",
  "login_message": "Verification link has been sent to your email address",
  "not_enough_points" : "You dont have requested points in your account",
  "not_enough_minutes" : "You dont have enough minutes to go live",
  "already_streaming":"You are already Live, cannot start another live streaming",
  "live_streaming_ended":"Live Streaming has ended",
  "not_enough_live_streaming_minutes":"You dont have enough minutes to join live streaming",
  "already_watching_other_live_stream":"You are already watching other live stream",
  "already_shared_post":"You have already shared this post",
  "not_your_request":"This request is not yours to delete",
  "success":"Success",
  "success_video_thumb_generated":"Video thumbnail has been generated successfully",
  "stream_users" : "Stream users",
  "report_post" : "You have report the post",
  "unreport_post" : "You have Unreport the post",
  "report_user" : "You have report the user",
  "unreport_user" : "You have Unreport the user",
  "notification_updated" : "Notification has been updated",
  "live_streaming_started": "{name} has started a live streaming",
  "live_streaming_shared": "{name} shared your post",
  "live_streaming_shared_video": "{name} liked your post",
  "live_streaming_shared_comment": "{name} commented on your post",
  "follow_user": "{name} has started following you",
  "required": "The {{ field }} field is required.",
  "email": "The {{ field }} field must be a valid email address.",
  "in": "The {{ field }} field must be one of the following: {{ argument.0 }}.",
  "min": "The {{ field }} field must be at least {{ argument.0 }} characters.",
  "max": "The {{ field }} field may not be greater than {{ argument.0 }} characters.",
  "mobile_no.regex" : "The {{ field }} should correctly validate +1-26645811501",
  "password.regex" : "The {{ field }} should correctly validate Asdfgh@123$",
  "type.in": "The type field must be one of the following: checkin,photo,video,text",
  "language.required": "The language field is required and must be one of the following: en,fr,ur,ar,es,id,hi,pt,ru,bn,zh",
  "language.in": "The language field must be one of the following: en,fr,ur,ar,es,id,hi,pt,ru,bn,zh",
  "language_updated": "Language has been updated successfully."


}
