2017-10-17 18:52:20 -07:00
|
|
|
<?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.',
|
2020-11-09 14:52:11 -08:00
|
|
|
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
|
|
|
|
|
|
|
|
'two_factor' => array(
|
|
|
|
'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.',
|
|
|
|
),
|
2017-10-17 18:52:20 -07:00
|
|
|
|
|
|
|
'signin' => array(
|
|
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.',
|
|
|
|
'success' => 'Ungene ngemvume ngempumelelo.',
|
|
|
|
),
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
'logout' => array(
|
|
|
|
'error' => 'There was a problem while trying to log you out, please try again.',
|
|
|
|
'success' => 'You have successfully logged out.',
|
|
|
|
),
|
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
'signup' => array(
|
|
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukudala i-akhawunti yakho, sicela uzame futhi.',
|
|
|
|
'success' => 'I-akhawunti idalwe ngokuphumelelayo.',
|
|
|
|
),
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
'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.',
|
|
|
|
),
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
'forgot-password-confirm' => array(
|
|
|
|
'error' => 'Kube nenkinga ngenkathi uzama ukusetha kabusha iphasiwedi yakho, sicela uzame futhi.',
|
|
|
|
'success' => 'Iphasiwedi yakho isethwe kabusha ngempumelelo.',
|
2017-10-17 18:52:20 -07:00
|
|
|
),
|
|
|
|
|
2020-11-09 14:52:11 -08:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
);
|