snipe-it/resources/lang/zu/auth/message.php
2017-10-17 18:52:20 -07:00

38 lines
1.6 KiB
PHP

<?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' => 'Imizamo eminingi yokungena ngemvume ayihlulekile. Sicela uzame futhi kuzungeze: iminithi yamaminithi.',
'signin' => array(
'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.',
'success' => 'Ungene ngemvume ngempumelelo.',
),
'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' => 'I-imeyili yokutakula iphasiwedi ithunyelwe ngempumelelo.',
),
'forgot-password-confirm' => array(
'error' => 'Kube nenkinga ngenkathi uzama ukusetha kabusha iphasiwedi yakho, sicela uzame futhi.',
'success' => 'Iphasiwedi yakho isethwe kabusha ngempumelelo.',
),
'activate' => array(
'error' => 'Kube nenkinga ngenkathi uzama ukwenza i-akhawunti yakho isebenze, sicela uzame futhi.',
'success' => 'I-akhawunti yakho isebenze ngempumelelo.',
),
);