new crowdin translations
This commit is contained in:
23
resources/lang/et-EE/passwords.php
Normal file
23
resources/lang/et-EE/passwords.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Parool peab olema vähemalt 6 tähemärki pikk ja vastama kinnitusele.',
|
||||
'reset' => 'Sinu parool on lähtestatud!',
|
||||
'sent' => 'Oleme saatnud sulle e-postiga parooli lähtestamise lingi!',
|
||||
'token' => 'See parooli lähtestamise tunnus on vigane.',
|
||||
'user' => "Ei suutnud leida sellise e-posti aadressiga kasutajat.",
|
||||
'throttle' => 'Palun oodake enne uuesti proovimist.',
|
||||
|
||||
];
|
Reference in New Issue
Block a user