20 lines
1007 B
PHP

<?php
return [
'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.',
'registered' => 'Account created successfully.',
'logged_in' => 'Logged in successfully.',
'logged_out' => 'Logged out successfully.',
'2fa_required' => 'Two-factor authentication required.',
'2fa_enabled' => 'Two-factor authentication enabled successfully.',
'2fa_disabled' => 'Two-factor authentication disabled successfully.',
'2fa_already_enabled' => 'Two-factor authentication is already enabled.',
'2fa_not_enabled' => 'Two-factor authentication is not enabled.',
'2fa_invalid' => 'Invalid verification code.',
'2fa_session_expired' => 'Two-factor authentication session expired. Please try again.',
'password_incorrect' => 'The password is incorrect.',
'recovery_codes_regenerated' => 'Recovery codes regenerated successfully.',
];