]> BookStack Code Mirror - bookstack/blob - resources/lang/bs/auth.php
Added testing coverage for tag index
[bookstack] / resources / 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' => 'Mora imati više od 7 karaktera',
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     // Password Reset
42     'reset_password' => 'Resetuj Lozinku',
43     'reset_password_send_instructions' => 'Unesite vašu e-mail adresu ispod i na nju ćemo vam poslati e-mail sa linkom za promjenu lozinke.',
44     'reset_password_send_button' => 'Pošalji link za promjenu',
45     'reset_password_sent' => 'Link za promjenu lozinke će biti poslan na :email ako ta adresa postoji u sistemu.',
46     'reset_password_success' => 'Vaša lozinka je uspješno promijenjena.',
47     'email_reset_subject' => 'Resetujte vašu lozinku od :appName',
48     'email_reset_text' => 'Primate ovaj e-mail jer smo dobili zahtjev za promjenu lozinke za vaš račun.',
49     'email_reset_not_requested' => 'Ako niste zahtijevali promjenu lozinke ne trebate ništa više uraditi.',
50
51     // Email Confirmation
52     'email_confirm_subject' => 'Potvrdite vaš e-mail na :appName',
53     'email_confirm_greeting' => 'Hvala na pristupanju :appName!',
54     'email_confirm_text' => 'Potvrdite vašu e-mail adresu pritiskom na dugme ispod:',
55     'email_confirm_action' => 'Potvrdi e-mail',
56     '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.',
57     'email_confirm_success' => 'Vaš e-mail je potvrđen!',
58     'email_confirm_resent' => 'E-mail za potvrdu je ponovno poslan. Provjerite vaš e-mail.',
59
60     'email_not_confirmed' => 'E-mail adresa nije potvrđena',
61     'email_not_confirmed_text' => 'Vaša e-mail adresa nije još potvrđena.',
62     'email_not_confirmed_click_link' => 'Kliknite na link u e-mailu koji vam je poslan nakon što ste se registrovali.',
63     '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.',
64     'email_not_confirmed_resend_button' => 'Ponovno pošalji e-mail za potvrdu',
65
66     // User Invite
67     'user_invite_email_subject' => 'Pozvani ste da se pridružite :appName!',
68     'user_invite_email_greeting' => 'Račun je napravljen za vas na :appName.',
69     'user_invite_email_text' => 'Pritisnite dugme ispod da niste postavili lozinku vašeg računa i tako dobili pristup:',
70     'user_invite_email_action' => 'Postavi lozinku računa',
71     'user_invite_page_welcome' => 'Dobrodošli na :appName!',
72     '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.',
73     'user_invite_page_confirm_button' => 'Potvrdi lozinku',
74     'user_invite_success' => 'Lozinka postavljena, sada imate pristup :sppName!',
75
76     // Multi-factor Authentication
77     'mfa_setup' => 'Setup Multi-Factor Authentication',
78     'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
79     'mfa_setup_configured' => 'Already configured',
80     'mfa_setup_reconfigure' => 'Reconfigure',
81     'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
82     'mfa_setup_action' => 'Setup',
83     '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.',
84     'mfa_option_totp_title' => 'Mobile App',
85     '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.',
86     'mfa_option_backup_codes_title' => 'Backup Codes',
87     'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
88     'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
89     'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
90     '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.',
91     'mfa_gen_backup_codes_download' => 'Download Codes',
92     'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
93     'mfa_gen_totp_title' => 'Mobile App Setup',
94     '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.',
95     'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
96     'mfa_gen_totp_verify_setup' => 'Verify Setup',
97     '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:',
98     'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
99     'mfa_verify_access' => 'Verify Access',
100     '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.',
101     'mfa_verify_no_methods' => 'No Methods Configured',
102     '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.',
103     'mfa_verify_use_totp' => 'Verify using a mobile app',
104     'mfa_verify_use_backup_codes' => 'Verify using a backup code',
105     'mfa_verify_backup_code' => 'Backup Code',
106     'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
107     'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
108     'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
109     'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
110 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.