ok
This commit is contained in:
19
Production/SNIPE-IT/resources/lang/zu-ZA/auth/general.php
Normal file
19
Production/SNIPE-IT/resources/lang/zu-ZA/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Thumela iphasiwedi Hlaziya kabusha isixhumanisi',
|
||||
'email_reset_password' => 'Iphasiwedi ye-imeyli Hlela kabusha',
|
||||
'reset_password' => 'Setha kabusha iphasiwedi',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Ngena ngemvume',
|
||||
'login_prompt' => 'Sicela ungene ngemvume',
|
||||
'forgot_password' => 'Ngikhohliwe iphasiwedi yami',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Ngikhumbule',
|
||||
'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
Production/SNIPE-IT/resources/lang/zu-ZA/auth/message.php
Normal file
45
Production/SNIPE-IT/resources/lang/zu-ZA/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => 'I-akhawunti nale imeyili isivele ikhona.',
|
||||
'account_not_found' => 'Igama lomsebenzisi noma iphasiwedi alilungile.',
|
||||
'account_not_activated' => 'Le akhawunti yomsebenzisi ayisebenzi.',
|
||||
'account_suspended' => 'Le akhawunti yomsebenzisi imiswe okwesikhashana.',
|
||||
'account_banned' => 'Le akhawunti yomsebenzisi ivaliwe.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Ungene ngemvume ngempumelelo.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.',
|
||||
'success' => 'Ungene ngemvume ngempumelelo.',
|
||||
),
|
||||
|
||||
'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' => 'Kube nenkinga ngenkathi uzama ukudala i-akhawunti yakho, sicela uzame futhi.',
|
||||
'success' => 'I-akhawunti idalwe ngokuphumelelayo.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Kube nenkinga ngenkathi uzama ukuthola ikhodi yephasiwedi yokusetha kabusha, sicela uzame futhi.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Kube nenkinga ngenkathi uzama ukusetha kabusha iphasiwedi yakho, sicela uzame futhi.',
|
||||
'success' => 'Iphasiwedi yakho isethwe kabusha ngempumelelo.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user