added cs-CZ

This commit is contained in:
denisdulici
2017-12-13 14:48:50 +03:00
parent b171451a23
commit fde53ac7be
26 changed files with 761 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
<?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' => 'Heslo musí obsahovat alespoň 6 znaků a musí se shodovat s ověřením.',
'reset' => 'Heslo bylo obnoveno!',
'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
'token' => 'Klíč pro obnovu hesla je nesprávný.',
'user' => "Nepodařilo se najít uživatele s touto e-mailovou adresou.",
];