forked from Laravel-Lang/lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasswords.php
21 lines (18 loc) · 838 Bytes
/
passwords.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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.
|
*/
'password' => 'Parolele trebuie să fie de șase caractere și să se potrivească cu cea de confirmare.',
'user' => 'Nu putem găsi un utilizator cu acestă adresă de e-mail.',
'token' => 'Acest token de resetare a parolei este invalid.',
'sent' => 'Email cu confirmare a resetării parolei a fost trimis!',
'reset' => 'Parola a fost resetată!',
];