mirror of
https://github.com/pelican-dev/panel.git
synced 2025-07-11 22:11:08 +02:00
25 lines
1.1 KiB
PHP
25 lines
1.1 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' => 'Diese Zugangsdaten wurden nicht in unserer Datenbank gefunden.',
|
|
'failed-two-factor' => 'Falscher Zwei-Faktor-Code.',
|
|
'two-factor-code' => 'Zwei-Faktor-Code.',
|
|
'two-factor-hint' => 'Es können Backup-Codes verwendet werden, sofern der Zugriff auf das Gerät nicht mehr möglich ist.',
|
|
'password' => 'Das angegebene Passwort ist falsch.',
|
|
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.',
|
|
'2fa_must_be_enabled' => 'Der Administrator verlangt, dass die 2-Faktor-Authentifizierung für Deinen Account aktiviert sein muss, damit Du das Panel nutzen kannst.',
|
|
|
|
];
|