This commit is contained in:
2021-08-23 22:42:58 +02:00
parent 6aaf8409f3
commit 7289d72393
5 changed files with 93 additions and 93 deletions

View File

@@ -1,27 +1,27 @@
<?php
return [
'sign_in' => 'Sign In',
'go_to_login' => 'Go to Login',
'failed' => 'No account matching those credentials could be found.',
'sign_in' => 'Einloggen',
'go_to_login' => 'Zum Login gehen',
'failed' => 'Es konnte kein Konto gefunden werden, das diesen Anmeldedaten entspricht.',
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
'label' => 'Passwort vergessen?',
'label_help' => 'Geben Sie die E-Mail-Adresse Ihres Kontos ein, um Anweisungen zum Zurücksetzen Ihres Passworts zu erhalten.',
'button' => 'Konto wiederherstellen',
],
'reset_password' => [
'button' => 'Reset and Sign In',
'button' => 'Zurücksetzen und Anmelden',
],
'two_factor' => [
'label' => '2-Factor Token',
'label_help' => 'This account requires a second layer of authentication in order to continue. Please enter the code generated by your device to complete this login.',
'checkpoint_failed' => 'The two-factor authentication token was invalid.',
'label' => '2-Faktor-Token',
'label_help' => 'Dieses Konto erfordert eine zweite Authentifizierungsebene, um fortfahren zu können. Bitte geben Sie den von Ihrem Gerät generierten Code ein, um diese Anmeldung abzuschließen.',
'checkpoint_failed' => 'Das Token für die Zwei-Faktor-Authentifizierung war ungültig.',
],
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_requirements' => 'Password must be at least 8 characters in length and should be unique to this site.',
'2fa_must_be_enabled' => 'The administrator has required that 2-Factor Authentication be enabled for your account in order to use the Panel.',
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.',
'password_requirements' => 'Das Passwort muss mindestens 8 Zeichen lang sein und sollte nur für diese Website gelten.',
'2fa_must_be_enabled' => 'Der Administrator hat verlangt, dass die 2-Faktor-Authentifizierung für Ihr Konto aktiviert ist, damit Sie das Panel nutzen können.',
];