Files
sayaliparab 94c26027c6 changes
2025-03-18 15:48:29 +05:30

122 lines
7.0 KiB
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.
|
*/
'logout' => 'Your account has been logged out successfully.',
'try_resend_otp' => 'You can resend OTP only after a 2-minutes interval',
'otp_already_used' => 'OTP has been used already .',
'failed' => 'These credentials do not match our records.',
'email' => 'Email not found.',
'password' => 'The provided password is incorrect.',
'invalid_current_passsword' => 'Current password is incorrect',
'sign_in' => 'Sign in Successfully.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'validation_failed' => 'Invalid data entered.',
'something_went_wrong' => 'Oops! Something went wrong.',
'number_blocked' => 'Your number is blocked for next 24 hours.',
'otp_sent_successfully' => 'OTP sent successfully.',
'otp_resend_sent_successfully' => 'OTP resend Successfully',
'failed_otp' => 'OTP Failed.',
'otp_expired' => 'OTP expired.',
'invalid_otp' => 'Invalid OTP.',
'otp_verified' => 'OTP verified successfully.',
'failed_to_send_otp' => 'Failed to send OTP. Please try again.',
'failed_to_verify_otp' => 'Failed to verify OTP. Please try again.',
'please_login_and_try_again' => 'Please login and try again!',
'authentication_failed' => 'Authentication failed',
'reset_password' => 'Reset Password Page.',
'mobile_number_already_registered' => 'Mobile number already exist. Please try with another number.',
'verify_mobile_to_reset_password' => 'First verify your mobile number to reset password.',
'platform_require' => 'Platform is required as a header parameter',
'invalid_platform' => 'Platform is Invalid',
'token_expired' => 'Token Expired',
'version_require' => 'Version is required as a header parameter',
'invalid_version' => 'Version is Invalid',
'device_id_require' => 'Device id is required as a header parameter.',
'invalid_device_id' => 'Device id is Invalid',
'country_require' => 'Country is required.',
'incorrect_password' => 'Please enter correct password',
'incorrect_email' => 'Please enter correct email',
'user_already_exist' => 'User already exist.',
'user_not_found' => 'User not found',
'customer_created' =>'Customer Created Sucessfully',
'check_email' => 'Email Id not found',
'password_updated_successfully' => 'Password Updated Successfully.',
'gaurdian_does_not_exist' => 'Gaurdian does not exist.',
'gaurdian_email_already_exist' => 'Gaurdian email already exist.',
'user_already_logged_in_another_device' => 'You have already logged in another Device. Do you want to proceed ?',
'username_is_not_available' => 'Username is not available.',
'email_already_exist' => 'Email already exist.',
'username_available' => 'Username available.',
'proceed_to_register' => 'Proceed to register new account.',
'select_parent_user' => 'Please select above 16 user.',
'continue_as_guest' => 'Continued as guest.',
'email_already_linked_with_gaurdian_account' => 'The email is already being used as a guardian account.',
'would_you_like_to_reactivate_yourt_account' => 'Would you like to reactivate your account?',
'account_deactivated' => 'Account deactivated.',
'account_suspended' => 'Account Suspended.',
'you_have_already_logged_in' => 'You have already logged in on another device.',
'user_deleted' => 'User has been deleted.',
'invalid_mobile_number' => 'Invalid mobile number.',
'account_exist_with_mobile_number' => 'Account already exist with entered mobile number.',
'account_does_not_exist_for_mobile_number' => "Mobile number doesn't match any existing account. Please check or sign up",
'account_is_not_active' => 'Account is deactive.',
'data_fetched_successfully' => 'Data fetch Successfully',
'data_not_found' => 'Data not found.',
'data_updated_successfully' => 'Data updated successfully ',
'passport_not_found' => 'Passport not found',
'add_to_cart' => 'Passport added to cart successfully',
'already_taken' => 'You have already taken passport',
'cart_removed' => 'Cart remove successfully',
'cart_not_found' => 'Cart not found',
'quantity_updated' => 'Quantity updated successfully',
'invalid_data' => 'Invalid data',
'feedback_store' => 'Feedback has been saved successfully.',
'already_taken_feedback' => 'You already given the feedback',
'restaurant_data_not_found' => 'Restaurant not found',
'success_stripe' => 'Stripe Payment done',
'restaurant_search' => 'Restaurant Search successfully',
'not_found_otp' => 'OTP not found for this user',
'Rest_user_created' => 'Your registration request has been submitted and is awaiting admin approval. You will receive an e-mail once your account is approved.',
'Customer_user_created' => 'Customer user created successfully',
'User_details_fetch' => 'User details fetch successfully',
'Voucher_not_found' => 'Voucher not found',
'delete_user' => 'Customer deleted successfully',
'rest_delete_user' => 'Restaurant deleted successfully',
'invalid_code' => 'Invalid order id.',
'coupon_applied' => 'Coupon applied successfully.',
'incorrect_email_passport' => 'Incorrect email address and password',
'form_submitted' => 'Form submitted successfully',
'capacity_full' => 'capacity is full now',
'cart_removed_successfully' => 'Cart removed successfully',
'invalid_redemption_date' => 'The redemption date is not valid',
'users_imported' => 'Users imported successfully',
'deleted_user_by_admin' => 'User deleted by admin',
'otp_expired_invalid' => 'Invalid OTP or expired.',
'legally_21' => 'You are legally over the age of 21. Proceed to the next page.',
'not_legally_21' => 'Sorry, you are not legally over the age of 21. Exit the page.',
'restaurant_already_favourite' => 'restaurant already in favourite list',
'restaurant_redeem' => 'Restaurant redeem successfully',
'restaurant_already_redeemed' => 'Restaurant is already redeemed',
'invalid_referral_code' => 'The provided referral code is invalid.',
'limitation_over' => 'The redemption limit for this referral code has been reached.',
'already_used_code' => 'This referral code has already been used.',
'redeem_not_allowed_yet' => 'Please wait before redeeming the next voucher.',
'state_limit_reached' => 'You have reached the maximum limit for redeeming vouchers.',
'restaurant_limit_reached' => 'You have reached the maximum limit for redeeming vouchers.',
'email_already_used' => 'The email address is already in use.',
'invalid_mail' => 'Entered e-mail address is not in our system. Register for an account here.',
];