new crowdin translations

This commit is contained in:
Crowdin Bot
2021-01-19 01:08:51 +00:00
parent a390aa1577
commit af1dcc4b55
42 changed files with 915 additions and 12 deletions

View 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' => 'Odota ennen kuin yrität uudelleen.',
];