snipe-it/resources/lang/zu/auth/message.php

45 lines
1.8 KiB
PHP
Raw Normal View History

2017-10-17 18:52:20 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'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' => [
'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' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.',
'success' => 'Ungene ngemvume ngempumelelo.',
],
2017-10-17 18:52:20 -07:00
'logout' => [
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
],
'signup' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kube nenkinga ngenkathi uzama ukudala i-akhawunti yakho, sicela uzame futhi.',
'success' => 'I-akhawunti idalwe ngokuphumelelayo.',
],
2017-10-17 18:52:20 -07:00
'forgot-password' => [
'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
'forgot-password-confirm' => [
'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
];