X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1ee3e779e4b9b0a92f701a72f21a72c83cb1ce68..refs/pull/1755/head:/resources/lang/sk/auth.php diff --git a/resources/lang/sk/auth.php b/resources/lang/sk/auth.php index 69004e87a..fcce42bbd 100644 --- a/resources/lang/sk/auth.php +++ b/resources/lang/sk/auth.php @@ -1,21 +1,15 @@ 'Tieto údaje nesedia s našimi záznamami.', 'throttle' => 'Priveľa pokusov o prihlásenie. Skúste znova o :seconds sekúnd.', - /** - * Login & Register - */ + // Login & Register 'sign_up' => 'Registrácia', 'log_in' => 'Prihlásenie', 'log_in_with' => 'Prihlásiť sa cez :socialDriver', @@ -32,6 +26,8 @@ return [ 'remember_me' => 'Zapamätať si ma', 'ldap_email_hint' => 'Zadajte prosím email, ktorý sa má použiť pre tento účet.', 'create_account' => 'Vytvoriť účet', + 'already_have_account' => 'Already have an account?', + 'dont_have_account' => 'Don\'t have an account?', 'social_login' => 'Sociálne prihlásenie', 'social_registration' => 'Sociálna registrácia', 'social_registration_text' => 'Registrovať sa a prihlásiť sa použitím inej služby.', @@ -43,23 +39,18 @@ return [ 'register_success' => 'Ďakujeme za registráciu! Teraz ste registrovaný a prihlásený.', - /** - * Password Reset - */ + // Password Reset 'reset_password' => 'Reset hesla', 'reset_password_send_instructions' => 'Zadajte svoj email nižšie a bude Vám odoslaný email s odkazom pre reset hesla.', 'reset_password_send_button' => 'Poslať odkaz na reset hesla', 'reset_password_sent_success' => 'Odkaz na reset hesla bol poslaný na :email.', 'reset_password_success' => 'Vaše heslo bolo úspešne resetované.', - 'email_reset_subject' => 'Reset Vášho :appName hesla', 'email_reset_text' => 'Tento email Ste dostali pretože sme dostali požiadavku na reset hesla pre Váš účet.', 'email_reset_not_requested' => 'Ak ste nepožiadali o reset hesla, nemusíte nič robiť.', - /** - * Email Confirmation - */ + // Email Confirmation 'email_confirm_subject' => 'Potvrdiť email na :appName', 'email_confirm_greeting' => 'Ďakujeme za pridanie sa k :appName!', 'email_confirm_text' => 'Prosím potvrďte Vašu emailovú adresu kliknutím na tlačidlo nižšie:', @@ -73,4 +64,14 @@ return [ 'email_not_confirmed_click_link' => 'Prosím, kliknite na odkaz v emaili, ktorý bol poslaný krátko po Vašej registrácii.', 'email_not_confirmed_resend' => 'Ak nemôžete násť email, môžete znova odoslať overovací email odoslaním doleuvedeného formulára.', 'email_not_confirmed_resend_button' => 'Znova odoslať overovací email', -]; + + // User Invite + 'user_invite_email_subject' => 'You have been invited to join :appName!', + 'user_invite_email_greeting' => 'An account has been created for you on :appName.', + 'user_invite_email_text' => 'Click the button below to set an account password and gain access:', + 'user_invite_email_action' => 'Set Account Password', + 'user_invite_page_welcome' => 'Welcome to :appName!', + 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.', + 'user_invite_page_confirm_button' => 'Confirm Password', + 'user_invite_success' => 'Password set, you now have access to :appName!' +]; \ No newline at end of file