mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
28 lines
1.1 KiB
PHP
28 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 stimmen nicht mit unseren Datensätzen überein.',
|
|
'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuche es erneut in :seconds Sekunden.',
|
|
|
|
'confirm_title' => 'Bestätigung erforderlich',
|
|
'confirm' => 'Bitte bestätige diese Aktion mit dem aktuellen Passwort.',
|
|
'confirm_action' => 'Aktion bestätigen',
|
|
|
|
'two_factor' => 'Zwei-Faktor-Authentifizierung',
|
|
'two_factor_check' => 'Bitte geben jetzt das Einmalpasswort aus der Zwei-Faktor-Authentifizierungs-App ein.',
|
|
'two_factor_with_recovery' => 'Mit Wiederherstellungscode authentifizieren',
|
|
|
|
];
|