diff --git a/resources/lang/sl/auth.php b/resources/lang/sl/auth.php index 324fb3d05..171baa328 100644 --- a/resources/lang/sl/auth.php +++ b/resources/lang/sl/auth.php @@ -45,33 +45,33 @@ return [ 'reset_password_send_button' => 'Pošlji povezavo za ponastavitev', 'reset_password_sent_success' => 'Povezava za ponastavitev gesla je bila poslana na :email.', 'reset_password_success' => 'Vaše geslo je bilo uspešno spremenjeno.', - 'email_reset_subject' => 'Reset your :appName password', - 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', - 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', + 'email_reset_subject' => 'Ponastavi svoje :appName geslo', + 'email_reset_text' => 'To e-poštno sporočilo ste prejeli, ker smo prejeli zahtevo za ponastavitev gesla za vaš račun.', + 'email_reset_not_requested' => 'Če niste zahtevali ponastavitve gesla, vam ni potrebno ničesar storiti.', // Email Confirmation - 'email_confirm_subject' => 'Confirm your email on :appName', - 'email_confirm_greeting' => 'Thanks for joining :appName!', - 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', - 'email_confirm_action' => 'Confirm Email', - 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', - 'email_confirm_success' => 'Your email has been confirmed!', - 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', + 'email_confirm_subject' => 'Potrdi svojo e-pošto za :appName', + 'email_confirm_greeting' => 'Hvala ker ste se pridružili :appName!', + 'email_confirm_text' => 'Potrdite svoj e-naslov s klikom spodnjega gumba:', + 'email_confirm_action' => 'Potrdi e-pošto', + 'email_confirm_send_error' => 'E-poštna potrditev je zahtevana ampak sistem ni mogel poslati e-pošte. Kontaktirajte administratorja, da zagotovite, da je e-pošta pravilno nastavljena.', + 'email_confirm_success' => 'Vaš e-naslov je bil potrjen!', + 'email_confirm_resent' => 'Poslali smo vam potrditveno sporočilo. Prosimo preverite svojo elektronsko pošto.', - 'email_not_confirmed' => 'Email Address Not Confirmed', - 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', - 'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.', - 'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.', - 'email_not_confirmed_resend_button' => 'Resend Confirmation Email', + 'email_not_confirmed' => 'Elektronski naslov ni potrjen', + 'email_not_confirmed_text' => 'Vaš e-naslov še ni bil potrjen.', + 'email_not_confirmed_click_link' => 'Prosimo kliknite na link v e-poštnem sporočilu, ki ste ga prejeli kmalu po registraciji.', + 'email_not_confirmed_resend' => 'Če ne najdete e-pošte jo lahko ponovno pošljete s potrditvijo obrazca.', + 'email_not_confirmed_resend_button' => 'Ponovno pošlji potrditveno e-pošto', // 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!' + 'user_invite_email_subject' => 'Povabljen si bil da se pridružiš :appName!', + 'user_invite_email_greeting' => 'Račun je bil ustvarjen zate na :appName.', + 'user_invite_email_text' => 'Klikni na spodnji gumb, da si nastaviš geslo in dobiš dostop:', + 'user_invite_email_action' => 'Nastavi geslo za račun', + 'user_invite_page_welcome' => 'Dobrodošli na :appName!', + 'user_invite_page_text' => 'Za zaključiti in pridobiti dostop si morate nastaviti geslo, ki bo uporabljeno za prijavo v :appName.', + 'user_invite_page_confirm_button' => 'Potrdi geslo', + 'user_invite_success' => 'Geslo nastavljeno, sedaj imaš dostop do :appName!' ]; \ No newline at end of file