mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 09:41:05 +00:00
New translations auth.php (Slovenian)
This commit is contained in:
parent
303dc07704
commit
8bf8bc0fe5
1 changed files with 23 additions and 23 deletions
|
@ -6,33 +6,33 @@
|
|||
*/
|
||||
return [
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'failed' => 'Poverilnice se ne ujemajo s podatki v naši bazi.',
|
||||
'throttle' => 'Prekoračili ste število možnih prijav. Poskusite znova čez :seconds sekund.',
|
||||
|
||||
// Login & Register
|
||||
'sign_up' => 'Sign up',
|
||||
'log_in' => 'Log in',
|
||||
'log_in_with' => 'Login with :socialDriver',
|
||||
'sign_up_with' => 'Sign up with :socialDriver',
|
||||
'logout' => 'Logout',
|
||||
'sign_up' => 'Registracija',
|
||||
'log_in' => 'Prijavi se',
|
||||
'log_in_with' => 'Prijavi se z :socialDriver',
|
||||
'sign_up_with' => 'Registriraj se z :socialDriver',
|
||||
'logout' => 'Odjavi se',
|
||||
|
||||
'name' => 'Name',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirm' => 'Confirm Password',
|
||||
'password_hint' => 'Must be over 7 characters',
|
||||
'forgot_password' => 'Forgot Password?',
|
||||
'remember_me' => 'Remember Me',
|
||||
'ldap_email_hint' => 'Please enter an email to use for this account.',
|
||||
'create_account' => 'Create Account',
|
||||
'already_have_account' => 'Already have an account?',
|
||||
'dont_have_account' => 'Don\'t have an account?',
|
||||
'social_login' => 'Social Login',
|
||||
'social_registration' => 'Social Registration',
|
||||
'social_registration_text' => 'Register and sign in using another service.',
|
||||
'name' => 'Ime',
|
||||
'username' => 'Uporabniško ime',
|
||||
'email' => 'E-pošta',
|
||||
'password' => 'Geslo',
|
||||
'password_confirm' => 'Potrdi geslo',
|
||||
'password_hint' => 'Mora vebovati vsaj 8 znakov',
|
||||
'forgot_password' => 'Pozabljeno geslo?',
|
||||
'remember_me' => 'Zapomni si me',
|
||||
'ldap_email_hint' => 'Prosimo vpišite e-poštni naslov za ta račun.',
|
||||
'create_account' => 'Ustvari račun',
|
||||
'already_have_account' => 'Že imate račun?',
|
||||
'dont_have_account' => 'Nimate računa?',
|
||||
'social_login' => 'Prijava z računi družbenih omrežij',
|
||||
'social_registration' => 'Registracija z družbenim omrežjem',
|
||||
'social_registration_text' => 'Registrirajte in prijavite se za uporabo drugih možnosti.',
|
||||
|
||||
'register_thanks' => 'Thanks for registering!',
|
||||
'register_thanks' => 'Hvala za registracijo!',
|
||||
'register_confirm' => 'Please check your email and click the confirmation button to access :appName.',
|
||||
'registrations_disabled' => 'Registrations are currently disabled',
|
||||
'registration_email_domain_invalid' => 'That email domain does not have access to this application',
|
||||
|
|
Loading…
Add table
Reference in a new issue