Files
Global-Jain/resources/lang/en/auth.php
2025-11-05 10:37:10 +05:30

126 lines
6.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.
|
*/
'failed' => 'These credentials do not match our records.',
'invalid_access_code' => 'These access code do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'verification_pending' => 'Your account verification is pending!',
'throttle' => __('This account has been blocked because of too many failed login attempts. Please try again in :seconds or later.'),
'provide_valid_contact' => 'Credentials do not match our records!',
'email_not_verified' => 'This email address has not been verified yet. Please check your inbox or you may have to register again.',
'check_otp' => 'Please check OTP received on Mobile.',
'something_went_wrong' => 'Sorry, something went wrong.',
'contact_exists' => 'Contact already exists!',
'email_exists' => 'Email already exists!',
'logout_success' => 'Logged out.',
'login_success' => 'Logged in successfully.',
'account_delete_success' => 'Account deleted successfully.',
'sangh_exist_error' => 'You can\'t delete this account, Please add or update the sangh admin in which you are associated!',
'register_success' => 'Check your mobile number for otp and verify.',
'update_profile' => 'Profile updated successfully.',
'delete_work' => 'Work details deleted successfully!',
'delete_qualification' => 'Qualification details deleted successfully!',
'email_not_registered' => 'Please provide a valid email address.',
'mpin_forgot_restriction' => 'You must need to set up a PIN first.',
'no_record_found' => 'No records found.',
'email_not_verified' => 'This email address already exist. If you have not recieved a 6 digit OTP code, you can resend the verification email.',
'token_not_found' => 'Token not found!',
'device_token_saved' => 'Device Token Saved Successfully!',
'device_token_delete' => 'Device Token Deleted Successfully!',
'token_already_exist' => 'Device token already exist!',
'token_updated' => 'Device Token Updated Successfully!',
'change_email' => 'Email address update requested. Please check your email to complete the update process.',
'email_already_exist' => 'This email address already exist.',
'change_request_not_found' => 'This email change request not found.!',
'error_authorization_code' => 'The given authorization code does\'t match.!',
'error_confirmation_code' => 'The given confirmation code does\'t match.!',
'success_change_email' => 'The email address has been changed.',
'otp' => [
'sent_success' => 'OTP code has been sent successfully.',
'invalid' => 'Please provide a valid OTP code.',
'verification_success' => 'OTP code has been verified.',
'old_mpin_wrong' => 'Please provide a valid OTP code. ',
],
'social_media' => [
'login_success' => 'Logged in succesfully.',
'not_allowed' => 'Social media login is not allowed.',
],
'change_password' => [
'current_pwd_not_matched' => 'Current password does not match with the password you provided, please try again.',
'update_success' => 'Password has been changed successfully.',
],
'forgot_password' => [
'opt_sent_to_email' => 'OTP code was just sent to the registered email addres to reset password.',
'otp_verification_successful' => 'OTP code has been verified.',
'invalid_otp' => 'Please provide a valid OTP code.',
'reset_password_successful' => 'Password has been reset successfully.',
'reset_password_failed' => 'Reset password failed.',
],
'message' => [
'sent' => 'Message sent successfully.',
'clear' => 'Chat conversation with :username cleared successfully.',
'delete' => 'Chat with :username deleted.',
],
'notification' => [
'delete' => 'Notification deleted.',
'update' => 'Notification updated.',
'update_setting' => 'Notification setting updated.',
],
'user' => [
'update_profile' => 'Profile updated successfully!'
],
'jati' => [
'create' => 'Jati added successfully!',
'exist' => 'Jati already exist!',
'jati_in_review' => 'Jati is in review with Admin. It will be approved within 48 hours.',
],
'dharma' => [
'create' => 'Dharma added successfully',
'exist' => 'Dharma already exists!'
],
'request' => [
'friend_request_list' => 'Connection request List successfully.',
'friend_request_success' => 'Connection request sent successfully.',
'friend_request_accept' => 'Connection request accepted successfully.',
'friend_request_decline' => 'Connection request declined successfully.',
'cant_send_request' => 'You can\'t send request to yourself!',
'request_already_sent' => 'You already sent a Connection request.',
'request_not_found' => 'Connection request not found.'
],
'relation_request' => [
'relation_request_list' => 'Relationship request List successfully.',
'relation_request_success' => 'Relationship request sent successfully.',
'relation_request_accept' => 'Relationship request accepted successfully.',
'relation_request_decline' => 'Relationship request declined successfully.',
'cant_send_request' => 'You can\'t send request to yourself!',
'request_already_sent' => 'You already sent a relationship request.',
'already_added' => 'You already added this user as :relation.',
'request_not_found' => 'Relationship request not found.',
'relation_update' => 'Relationship update successfully.',
]
];