sk-SK translation
This commit is contained in:
39
resources/lang/sk-SK/auth.php
Normal file
39
resources/lang/sk-SK/auth.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'profile' => 'Profil',
|
||||
'logout' => 'Odhlásiť',
|
||||
'login' => 'Login',
|
||||
'login_to' => 'Prihlásiť sa a začať reláciu',
|
||||
'remember_me' => 'Zapamätať prihlásenie',
|
||||
'forgot_password' => 'Zabudol som moje heslo',
|
||||
'reset_password' => 'Obnovenie hesla',
|
||||
'enter_email' => 'Zadajte vašu e-mailovú adresu',
|
||||
'current_email' => 'Aktuálny E-mail',
|
||||
'reset' => 'Reset',
|
||||
'never' => 'nikdy',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Heslo',
|
||||
'current_confirm' => 'Potvrdenie hesla',
|
||||
'new' => 'Nové heslo',
|
||||
'new_confirm' => 'Potvrdenie hesla',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Chyba: Nemožete zmazať tento účet pokiaľ ste prihlásený!',
|
||||
'no_company' => 'Chyba: Žiadna spoločnosť priradené k vášmu kontu. Prosím, kontaktujte správcu systému.',
|
||||
],
|
||||
|
||||
'failed' => 'Prihlasovacie údaje nie sú správne.',
|
||||
'disabled' => 'Tento účet je zakázaný. Prosím, kontaktujte správcu systému.',
|
||||
'throttle' => 'Prekročený limit pokusov. Skúste znovu o :seconds sekúnd.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'Dostávate tento e-mail, pretože sme dostali žiadosť o obnovenie hesla pre tento účet.',
|
||||
'message_2' => 'Ak ste nežiadali o vytvorenie nového hesla, potom sa nevyžaduje žiadne ďalšia akcia.',
|
||||
'button' => 'Obnovenie hesla',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user