Edit File: auth.php
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication for various | messages that we need to display to the user. You are free to modify | these language lines according to your application's requirements. | */ 'failed' => 'These credentials do not match our records.', 'password' => 'Password is incorrect', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'invalid_code' => 'The code you entered is invalid', 'phone_unique' => 'The mobile number is already in use.', 'invalid_phone'=>'invalid phone number(must contain 10 digits)', 'email_unique' => 'The email is already in use.', 'wrong_credentials'=>'The login information is incorrect.', 'logout_success'=>'You have been successfully logged out.', 'pending_user'=>'The account is waiting for activation.', 'blocked_user'=>'Account blocked.', 'user_not_found'=>'This account is not found.', 'activation_code_sent'=>'Activation code has been sent.', 'password_changed'=>'The password has been changed successfully.', 'you_are_not_delegate'=>'Sign up as a delegate.', 'you_are_not_store'=>'Sign up as a family.', 'false_code'=>'verfication code is not true', 'wrong_password' => 'Old Password is incorrect', 'commercial_id_unique' => 'The Commercial id is already in use', 'deleted_success'=>'Deleted Successfully', 'you_need_to_be_approved'=>'waiting admin approval', 'you_are_refused'=>'your request ad delegate was rejected', 'required_code'=>'verification code is required', 'you_are_not_subscriber'=> "You aren't subscriber", 'plan_not_paid' => 'Plan not paid', "phone_0" => '$this is invalid number', 'wrong_country_key'=>'Country key is wrong', 'yourcode' => 'Your Verification code is', 'let_req' =>'latitude is required', 'long_req' =>'longitude is required', 'ful_nme_req' => 'fullname field is required', 'dev_id_req' => 'device id is required', 'dob_bef' => 'delegate age must be more than 18', 'in_stk_qty_gt' => 'the in stock qty should be more than 0', 'price_gt' => 'the price should be greater than 0', 'dis_prc_gt' => 'the discount price should be greater than 0', 'car_lic_req' => 'car license is required', 'ibn_img_req' => 'iban image is required', 'dr_dat_of_brt_bef' => 'driver should be more than 18 years old', 'idn_cad_dig' => 'identity number should be 10 numbers', 'ava_req_if' => 'image is required if there exist a contract', 'ibn_img_req' => 'iban image is required', 'completed_info' => 'You must complete your information from the registration page', 'car_num_ar_dig' => 'Car numbers in arabic should be between 2 to 6 numbers', 'car_num_en_dig' => 'Car numbers in english should be between 2 to 6 numbers', 'code_req' => 'code is required', 'account_activated' => 'Account activated successfully', 'profit_added' => 'Points have been added to your account', 'points_changed' => 'Points have been changed', 'sent_successfully' => 'Your account has been sent', 'request_sent' => 'Your request has been sent', 'settlement_request_sent' => 'Settlement request has been sent', 'having_balance' => "you can't delete your account you still have balance", 'having_progress_orders' => "you can't delete your account you still have progress orders", 'need_complete' => 'You need to complete your registration', ];
Back to File Manager