]> BookStack Code Mirror - bookstack/blob - lang/bs/auth.php
Lexical: Added tests to cover recent changes
[bookstack] / lang / bs / auth.php
1 <?php
2 /**
3  * Authentication Language Lines
4  * The following language lines are used during authentication for various
5  * messages that we need to display to the user.
6  */
7 return [
8
9     'failed' => 'Ovi pristupni podaci se ne slažu sa našom evidencijom.',
10     'throttle' => 'Preveliki broj pokušaja prijave. Molimo vas da pokušate ponovo za :seconds sekundi.',
11
12     // Login & Register
13     'sign_up' => 'Registruj se',
14     'log_in' => 'Prijavi se',
15     'log_in_with' => 'Prijavi se sa :socialDriver',
16     'sign_up_with' => 'Registruj se sa :socialDriver',
17     'logout' => 'Odjavi se',
18
19     'name' => 'Ime',
20     'username' => 'Korisničko ime',
21     'email' => 'E-mail',
22     'password' => 'Lozinka',
23     'password_confirm' => 'Potvrdi lozinku',
24     'password_hint' => 'Must be at least 8 characters',
25     'forgot_password' => 'Zaboravljena lozinka?',
26     'remember_me' => 'Zapamti me',
27     'ldap_email_hint' => 'Unesite e-mail koji će se koristiti za ovaj račun.',
28     'create_account' => 'Napravi račun',
29     'already_have_account' => 'Već imate račun?',
30     'dont_have_account' => 'Nemate korisnički račun?',
31     'social_login' => 'Prijava preko društvene mreže',
32     'social_registration' => 'Registracija pomoću društvene mreže',
33     'social_registration_text' => 'Registruj i prijavi se koristeći drugi servis.',
34
35     'register_thanks' => 'Hvala na registraciji!',
36     'register_confirm' => 'Provjerite vašu e-mail adresu i pritisnite dugme za potvrdu da bi dobili pristup :appName.',
37     'registrations_disabled' => 'Registracije su trenutno onemogućene',
38     'registration_email_domain_invalid' => 'Ta e-mail domena nema pristup ovoj aplikaciji',
39     'register_success' => 'Hvala na registraciji! Sada ste registrovani i prijavljeni.',
40
41     // Login auto-initiation
42     'auto_init_starting' => 'Attempting Login',
43     'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
44     'auto_init_start_link' => 'Proceed with authentication',
45
46     // Password Reset
47     'reset_password' => 'Resetuj Lozinku',
48     'reset_password_send_instructions' => 'Unesite vašu e-mail adresu ispod i na nju ćemo vam poslati e-mail sa linkom za promjenu lozinke.',
49     'reset_password_send_button' => 'Pošalji link za promjenu',
50     'reset_password_sent' => 'Link za promjenu lozinke će biti poslan na :email ako ta adresa postoji u sistemu.',
51     'reset_password_success' => 'Vaša lozinka je uspješno promijenjena.',
52     'email_reset_subject' => 'Resetujte vašu lozinku od :appName',
53     'email_reset_text' => 'Primate ovaj e-mail jer smo dobili zahtjev za promjenu lozinke za vaš račun.',
54     'email_reset_not_requested' => 'Ako niste zahtijevali promjenu lozinke ne trebate ništa više uraditi.',
55
56     // Email Confirmation
57     'email_confirm_subject' => 'Potvrdite vaš e-mail na :appName',
58     'email_confirm_greeting' => 'Hvala na pristupanju :appName!',
59     'email_confirm_text' => 'Potvrdite vašu e-mail adresu pritiskom na dugme ispod:',
60     'email_confirm_action' => 'Potvrdi e-mail',
61     'email_confirm_send_error' => 'Potvrda e-maila je obavezna ali sistem nije mogao poslati e-mail. Kontaktirajte administratora da biste bili sigurni da je e-mail postavljen ispravno.',
62     'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
63     'email_confirm_resent' => 'E-mail za potvrdu je ponovno poslan. Provjerite vaš e-mail.',
64     'email_confirm_thanks' => 'Thanks for confirming!',
65     'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
66
67     'email_not_confirmed' => 'E-mail adresa nije potvrđena',
68     'email_not_confirmed_text' => 'Vaša e-mail adresa nije još potvrđena.',
69     'email_not_confirmed_click_link' => 'Kliknite na link u e-mailu koji vam je poslan nakon što ste se registrovali.',
70     'email_not_confirmed_resend' => 'Ako ne možete naći e-mail možete ponovno poslati e-mail za potvrdu tako što ćete ispuniti formu ispod.',
71     'email_not_confirmed_resend_button' => 'Ponovno pošalji e-mail za potvrdu',
72
73     // User Invite
74     'user_invite_email_subject' => 'Pozvani ste da se pridružite :appName!',
75     'user_invite_email_greeting' => 'Račun je napravljen za vas na :appName.',
76     'user_invite_email_text' => 'Pritisnite dugme ispod da niste postavili lozinku vašeg računa i tako dobili pristup:',
77     'user_invite_email_action' => 'Postavi lozinku računa',
78     'user_invite_page_welcome' => 'Dobrodošli na :appName!',
79     'user_invite_page_text' => 'Da biste završili vaš račun i dobili pristup morate postaviti lozinku koju ćete koristiti da se prijavite na :appName tokom budućih posjeta.',
80     'user_invite_page_confirm_button' => 'Potvrdi lozinku',
81     'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
82
83     // Multi-factor Authentication
84     'mfa_setup' => 'Setup Multi-Factor Authentication',
85     'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
86     'mfa_setup_configured' => 'Already configured',
87     'mfa_setup_reconfigure' => 'Reconfigure',
88     'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
89     'mfa_setup_action' => 'Setup',
90     'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
91     'mfa_option_totp_title' => 'Mobile App',
92     'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
93     'mfa_option_backup_codes_title' => 'Backup Codes',
94     'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.',
95     'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
96     'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
97     'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
98     'mfa_gen_backup_codes_download' => 'Download Codes',
99     'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
100     'mfa_gen_totp_title' => 'Mobile App Setup',
101     'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
102     'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
103     'mfa_gen_totp_verify_setup' => 'Verify Setup',
104     'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
105     'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
106     'mfa_verify_access' => 'Verify Access',
107     'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
108     'mfa_verify_no_methods' => 'No Methods Configured',
109     'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
110     'mfa_verify_use_totp' => 'Verify using a mobile app',
111     'mfa_verify_use_backup_codes' => 'Verify using a backup code',
112     'mfa_verify_backup_code' => 'Backup Code',
113     'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
114     'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
115     'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
116     'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
117 ];