Plop the languages into the project
This commit is contained in:
parent
3082a57a4d
commit
44a00c3957
56 changed files with 5535 additions and 1258 deletions
7
resources/lang/nl/passwords.php
Normal file
7
resources/lang/nl/passwords.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'password' => 'Paswoord',
|
||||
'sent' => 'We hebben u een wachtwoord herstel link gestuurd!',
|
||||
'user' => 'We kunnen geen gebruiker vinden met dat e-mail adres.',
|
||||
];
|
Reference in a new issue