ajout app
This commit is contained in:
39
SNIPE-IT/resources/lang/zu-ZA/admin/accessories/message.php
Normal file
39
SNIPE-IT/resources/lang/zu-ZA/admin/accessories/message.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'The accessory [:id] does not exist.',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'Lesi sesekeli samanje sino: ukubala izinto ezihlolwe kubasebenzisi. Sicela uhlole izesekeli bese uzama futhi.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Impahla ayidalwanga, sicela uzame futhi.',
|
||||
'success' => 'I-accessory yenziwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Isesekeli asizange sibuyekezwe, sicela uzame futhi',
|
||||
'success' => 'I-accessory ibuyekezwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le ndawo yokufinyelela?',
|
||||
'error' => 'Kube nenkinga yokususa i-accessory. Ngicela uzame futhi.',
|
||||
'success' => 'Isesekeli sisusiwe ngempumelelo.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Ukufinyelela akuzange kuhlolwe, sicela uzame futhi',
|
||||
'success' => 'Ukufinyelela kufakwe ngempumelelo.',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Ukufinyelela akuzange kungenwe, sicela uzame futhi',
|
||||
'success' => 'Okufinyeleleka kuhlolwe ngempumelelo.',
|
||||
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.'
|
||||
)
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user