]> BookStack Code Mirror - bookstack/blob - resources/lang/et/passwords.php
Laravel 7.x Shift (#3011)
[bookstack] / resources / lang / et / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Paroolides peab olema vähemalt kaheksa tähemärki ja nad peavad omavahel ühtima.',
10     'user' => 'Sellise e-posti aadressiga kasutajat ei leitud.',
11     'token' => 'Parooli lähtestamise link ei kehti selle e-posti aadressiga.',
12     'sent' => 'Parooli lähtestamise link saadeti e-postiga!',
13     'reset' => 'Parool on lähtestatud!',
14
15 ];