3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-03 23:19:15 +00:00
Files
snipe-it/resources/lang/zu-ZA/admin/components/general.php
2023-12-19 17:23:16 +00:00

17 lines
714 B
PHP

<?php
return array(
'component_name' => 'Igama lesakhiwo',
'checkin' => 'I-Checkin Ingxenye',
'checkout' => 'I-Checkout Ingxenye',
'cost' => 'Izindleko zokuthenga',
'create' => 'Dala i-Component',
'edit' => 'Hlela Ingxenye',
'date' => 'Usuku lokuthenga',
'order' => 'Inombolo Ye-oda',
'remaining' => 'Ukuhlala',
'total' => 'Inani',
'update' => 'Buyekeza Ingxenye',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);