BookStack/resources/lang/cs/passwords.php
Jakub Bouček 9c457d9ffe
Fix Czech translations (email -> e-mail)
In Czech language "email" does not means "email" but "enamel paint", correct is "e-mail".
See in Wikipedia:
- https://cs.wikipedia.org/wiki/E-mail
- https://cs.wikipedia.org/wiki/Email_(barva)
2020-08-31 17:34:46 +02:00

16 lines
577 B
PHP

<?php
/**
* 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.
*/
return [
'password' => 'Heslo musí být alespoň 6 znaků dlouhé a shodovat se v obou polích.',
'user' => "Nemůžeme najít uživatele se zadanou e-mailovou adresou.",
'token' => 'The password reset token is invalid for this e-mail address.',
'sent' => 'Poslali jsme vám odkaz pro reset hesla!',
'reset' => 'Vaše heslo bylo resetováno!',
];