all
This commit is contained in:
19
Productivite/Snipe-IT/resources/lang/af-ZA/auth/general.php
Normal file
19
Productivite/Snipe-IT/resources/lang/af-ZA/auth/general.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'send_password_link' => 'Stuur wagwoord terugstel skakel',
|
||||
'email_reset_password' => 'E-pos wagwoord herstel',
|
||||
'reset_password' => 'Herstel wagwoord',
|
||||
'saml_login' => 'Login via SAML',
|
||||
'login' => 'Teken aan',
|
||||
'login_prompt' => 'Asseblief Login',
|
||||
'forgot_password' => 'ek het my wagwoord vergeet',
|
||||
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
||||
'remember_me' => 'Onthou my',
|
||||
'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
Productivite/Snipe-IT/resources/lang/af-ZA/auth/message.php
Normal file
45
Productivite/Snipe-IT/resources/lang/af-ZA/auth/message.php
Normal file
@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'account_already_exists' => '\'N Rekening met hierdie e-pos bestaan reeds.',
|
||||
'account_not_found' => 'Die gebruikersnaam of wagwoord is verkeerd.',
|
||||
'account_not_activated' => 'Hierdie gebruikers rekening is nie geaktiveer nie.',
|
||||
'account_suspended' => 'Hierdie gebruikerrekening is opgeskort.',
|
||||
'account_banned' => 'Hierdie gebruikerrekening is verban.',
|
||||
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
||||
|
||||
'two_factor' => array(
|
||||
'already_enrolled' => 'Your device is already enrolled.',
|
||||
'success' => 'Jy is suksesvol aangemeld.',
|
||||
'code_required' => 'Two-factor code is required.',
|
||||
'invalid_code' => 'Two-factor code is invalid.',
|
||||
),
|
||||
|
||||
'signin' => array(
|
||||
'error' => 'Kon nie jou inteken nie, probeer asseblief weer.',
|
||||
'success' => 'Jy is suksesvol aangemeld.',
|
||||
),
|
||||
|
||||
'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' => 'Kon nie jou rekening skep nie, probeer asseblief weer.',
|
||||
'success' => 'Rekening suksesvol geskep.',
|
||||
),
|
||||
|
||||
'forgot-password' => array(
|
||||
'error' => 'Daar was \'n probleem tydens die herstel van wagwoordkode, probeer asseblief weer.',
|
||||
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
),
|
||||
|
||||
'forgot-password-confirm' => array(
|
||||
'error' => 'Kon nie jou wagwoord herstel nie, probeer asseblief weer.',
|
||||
'success' => 'Jou wagwoord is suksesvol gereset.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user