Added German translation (#141)
This commit is contained in:
committed by
GitHub
parent
fd2703c46d
commit
a314fdee3f
22
resources/lang/de-DE/passwords.php
Normal file
22
resources/lang/de-DE/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Dein Passwort wurde zurückgesetzt!',
|
||||
'sent' => 'Wir haben dir einen Link zum Zurücksetzen deines Passwort per Email zugeschickt!',
|
||||
'throttled' => 'Bitte warte kurz bevor du es erneut versuchst.',
|
||||
'token' => 'Der Passwort Reset Token ist invalide.',
|
||||
'user' => "Ein Nutzer mit dieser Email-Adresse konnte nicht gefunden werden.",
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user