Resource and View Updating
This commit is contained in:
@@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'failed' => 'Die Anmeldedaten stimmen nicht überein.',
|
||||
'throttle' => 'Zu viele Loginversuche. Bitte versuchen Sie es in :seconds Sekunden wieder.',
|
||||
|
||||
];
|
||||
|
||||
@@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Zurück',
|
||||
'next' => 'Weiter »',
|
||||
|
||||
];
|
||||
|
||||
@@ -13,10 +13,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'password' => 'Passwörter müssen aus 6 oder mehr Zeichen bestehen und mit der Wiederholung übereinstimmen.',
|
||||
'reset' => 'Das Passwort wurde zurückgesetzt!',
|
||||
'sent' => 'Eine Email zum Zurücksetzen des Passworts wurde zugeschickt!',
|
||||
'token' => 'Das Passwort-Token ist ungültig',
|
||||
'user' => "Es konnte kein Benutzer mit dieser E-Mailadresse gefunden werden.",
|
||||
|
||||
];
|
||||
|
||||
@@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'failed' => 'Die Anmeldedaten stimmen nicht überein.',
|
||||
'throttle' => 'Zu viele Loginversuche. Bitte versuchen Sie es in :seconds Sekunden wieder.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user