akaunting/resources/lang/fi-FI/passwords.php

24 lines
873 B
PHP
Raw Normal View History

2021-01-19 01:08:51 +00:00
<?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.',
];