26 lines
1.2 KiB
PHP
26 lines
1.2 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' => 'Falsches Passwort!', /* "Incorrect Password!" */
|
|
'throttle' => 'Zu viele Login-Versuche! Versuchen Sie, in :seconds Sekunde.', /* "Too many login attempts! Try in (number) Seconds" */
|
|
'errorencountered' => 'Ein Fehler ist aufgetreten!', /* An error occurred! */
|
|
'resetpassword' => 'Passwort zurücksetzen.', /* Reset Password */
|
|
'confirmpassword' => 'Bestätige das Passwort.', /* Confirm your password */
|
|
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
|
|
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
|
|
'remeberme' => 'Login merken.', /* Remember my Login*/
|
|
'totp_failed' => 'Die TOTP Token vorgesehen war ist ungültig.' /* The TOTP token was provided is not valid. */
|
|
];
|
|
|
|
/*
|
|
German Translation by Jboy
|
|
*/
|