Files
speedtest-tracker/lang/de_DE/auth.php
T
2025-05-07 06:13:52 -04:00

21 lines
702 B
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' => 'Die eingegebenen Zugangsdaten stimmen nicht überein.',
'password' => 'Das eingegebene Passwort ist falsch.',
'throttle' => 'Zu viele Anmeldeversuche. Bitte warte :seconds Sekunden und versuche es erneut.',
];