'Diese Kombination aus Zugangsdaten wurde nicht in unserer Datenbank gefunden.', 'throttle' => 'Zu viele Loginversuche. Versuchen Sie es bitte in :seconds Sekunden nochmal.', // 2FAuth 'sign_out' => 'Sign out', 'sign_in' => 'Sign in', 'register' => 'Register', 'hello' => 'Hi {username} !', 'already_authenticated' => 'Already authenticated', 'confirm' => [ 'logout' => 'Are you sure you want to log out?', ], 'forms' => [ 'name' => 'Name', 'login' => 'Login', 'email' => 'Email', 'password' => 'Password', 'confirm_password' => 'Confirm password', 'confirm_new_password' => 'Confirm new password', 'dont_have_account_yet' => 'Don\'t have your account yet?', 'already_register' => 'Already registered?', 'password_do_not_match' => 'Password do not match', 'forgot_your_password' => 'Forgot your password?', 'request_password_reset' => 'Request a password reset', 'reset_password' => 'Reset password', 'no_reset_password_in_demo' => 'No reset in Demo mode', 'new_password' => 'New password', 'current_password' => [ 'label' => 'Current password', 'help' => 'Fill in your current password to confirm that it\'s you' ], 'change_password' => 'Change password', 'send_password_reset_link' => 'Send password reset link', 'change_your_password' => 'Change your password', 'password_successfully_changed' => 'Password successfully changed ', 'edit_account' => 'Edit account', 'profile_saved' => 'Profile successfully updated!', 'welcome_to_demo_app_use_those_credentials' => 'Welcome to the 2FAuth demo.

You can connect using the email address demo@2fauth.app and the password demo', ], ];