ajout app
This commit is contained in:
19
SNIPE-IT/resources/lang/hr-HR/auth/general.php
Normal file
19
SNIPE-IT/resources/lang/hr-HR/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Pošalji lozinku za poništavanje veze',
|
||||
'email_reset_password' => 'Ponovno postavljanje lozinke e-pošte',
|
||||
'reset_password' => 'Resetiranje lozinke',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Prijaviti se',
|
||||
'login_prompt' => 'Molimo prijavite se',
|
||||
'forgot_password' => 'Zaboravio sam lozinku',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Zapamti me',
|
||||
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
||||
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
|
||||
'google_login' => 'Login with Google Workspace',
|
||||
'google_login_failed' => 'Google Login failed, please try again.',
|
||||
|
||||
];
|
||||
|
45
SNIPE-IT/resources/lang/hr-HR/auth/message.php
Normal file
45
SNIPE-IT/resources/lang/hr-HR/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'Račun s ovom e-porukom već postoji.',
|
||||
'account_not_found' => 'Korisničko ime ili zaporka nisu točni.',
|
||||
'account_not_activated' => 'Ovaj korisnički račun nije aktiviran.',
|
||||
'account_suspended' => 'Ovaj je korisnički račun obustavljen.',
|
||||
'account_banned' => 'Ovaj je korisnički račun zabranjen.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Uspješno ste se prijavili.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Došlo je do problema prilikom pokušaja prijavljivanja, pokušajte ponovo.',
|
||||
'success' => 'Uspješno ste se prijavili.',
|
||||
),
|
||||
|
||||
'logout' => array(
|
||||
'error' => 'There was a problem while trying to log you out, please try again.',
|
||||
'success' => 'You have successfully logged out.',
|
||||
),
|
||||
|
||||
'signup' => array(
|
||||
'error' => 'Došlo je do problema prilikom pokušaja izrade računa, pokušajte ponovo.',
|
||||
'success' => 'Račun je uspješno izrađen.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Pojavio se problem prilikom pokušaja ponovnog unosa zaporke, pokušajte ponovo.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Pokušavao je poništiti zaporku, pokušajte ponovo.',
|
||||
'success' => 'Vaša je lozinka uspješno vraćena.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user