sk-SK translation

This commit is contained in:
denisdulici
2018-10-09 11:02:22 +03:00
parent 6cf7e562f3
commit 7f41494ad9
28 changed files with 879 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 sa musí zhodovať a obsahovať najmenej šesť znakov.',
'reset' => 'Heslo bolo zmenené!',
'sent' => 'Pripomienka k zmene hesla bola odoslaná!',
'token' => 'Klúč pre obnovu hesla je neplatný.',
'user' => "Nepodarilo sa nájsť používateľa s touto e-mailovou adresou.",
];