2017-04-06 21:36:33 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
return [
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
|
'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.',
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'two_factor' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'already_enrolled' => 'Your device is already enrolled.',
|
|
|
|
|
'success' => 'You have successfully logged in.',
|
|
|
|
|
'code_required' => 'Two-factor code is required.',
|
|
|
|
|
'invalid_code' => 'Two-factor code is invalid.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'signin' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
|
'error' => 'Kon nie jou inteken nie, probeer asseblief weer.',
|
|
|
|
|
'success' => 'Jy is suksesvol aangemeld.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'logout' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'error' => 'There was a problem while trying to log you out, please try again.',
|
|
|
|
|
'success' => 'You have successfully logged out.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2020-11-09 14:52:11 -08:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'signup' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
|
'error' => 'Kon nie jou rekening skep nie, probeer asseblief weer.',
|
|
|
|
|
'success' => 'Rekening suksesvol geskep.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'forgot-password' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'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.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
'forgot-password-confirm' => [
|
2020-11-09 14:52:11 -08:00
|
|
|
|
'error' => 'Kon nie jou wagwoord herstel nie, probeer asseblief weer.',
|
|
|
|
|
'success' => 'Jou wagwoord is suksesvol gereset.',
|
2021-06-10 13:15:52 -07:00
|
|
|
|
],
|
2017-04-06 21:36:33 -07:00
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
|
];
|