ajout app
This commit is contained in:
19
SNIPE-IT/resources/lang/lv-LV/auth/general.php
Normal file
19
SNIPE-IT/resources/lang/lv-LV/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Sūtīt paroles atiestatīšanas saiti',
|
||||
'email_reset_password' => 'E-pasts paroles atiestatīšana',
|
||||
'reset_password' => 'Atiestatīt paroli',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Pieslēgties',
|
||||
'login_prompt' => 'Lūdzu, piesakieties',
|
||||
'forgot_password' => 'Es aizmirsu savu paroli',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Atceries mani',
|
||||
'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/lv-LV/auth/message.php
Normal file
45
SNIPE-IT/resources/lang/lv-LV/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'Konts ar šo e-pasta adresi jau pastāv.',
|
||||
'account_not_found' => 'Lietotājvārds vai parole nav pareiza.',
|
||||
'account_not_activated' => 'Šis lietotāja konts nav aktivizēts.',
|
||||
'account_suspended' => 'Šī lietotāja konta darbība ir apturēta.',
|
||||
'account_banned' => 'Šis lietotāja konts ir aizliegts.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Jūs esat veiksmīgi pieteicies',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Mēģinot pieslēgties, radās problēma. Lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Jūs esat veiksmīgi pieteicies',
|
||||
),
|
||||
|
||||
'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' => 'Mēģinot izveidot kontu, radās problēma. Lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Konts veiksmīgi izveidots.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Mēģinot atkopt paroles kodu, radās problēma. Lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Mēģinot atiestatīt paroli, radās problēma. Lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Jūsu parole ir veiksmīgi atiestatīta.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user