mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
377 B
PHP
12 lines
377 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'reset' => 'Uw wachtwoord is opnieuw ingesteld.',
|
|
'sent' => 'We hebben uw wachtwoord reset link verzonden.',
|
|
'throttled' => 'Wacht alsjeblieft voordat je opnieuw probeert.',
|
|
'token' => 'Dit wachtwoord reset token is ongeldig.',
|
|
'user' => 'We kunnen geen gebruiker met dat e-mailadres vinden.',
|
|
];
|