Files
Paymenter-Version-Tracks/lang/en/auth.php
Muhammad Tamir 85c03cef82 v1.3.4
2025-11-14 10:57:49 +07:00

56 lines
1.9 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.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'sign_in' => 'Sign in',
'sign_in_title' => 'Sign in to your account',
'or_sign_in_with' => 'Or sign in with',
'forgot_password' => 'Forgot your password?',
'dont_have_account' => 'Don\'t have an account?',
'already_have_account' => 'Already have an account?',
'sign_up' => 'Sign up',
'sign_up_title' => 'Create your account',
'logout' => 'Logout',
'input' => [
'email' => 'Email',
'email_label' => 'Email Address',
'password' => 'Password',
],
'oauth' => [
'unverified_discord_account' => 'Your Discord account is not verified.',
'account_not_registered' => 'You are not registered on this site.',
],
'reset_password' => 'Reset password',
'verify_2fa' => 'Verify 2FA',
'verify' => 'Verify',
'verification' => [
'notice' => 'Verify your email address',
'sent' => 'A new verification link has been sent to your email address.',
'check_your_email' => 'Before proceeding, please check your email for a verification link.',
'not_received' => 'If you did not receive the email you can request another verification email.',
'request_another' => 'Resend verification email',
],
];