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

17 lines
686 B
PHP

<?php
return array(
'component_name' => 'Ingoa Ingoa',
'checkin' => 'Tirohia te Mea',
'checkout' => 'Waehia te Waehere',
'cost' => 'Utu Hokona',
'create' => 'Waihanga Wae',
'edit' => 'Whakatikahia te Wae',
'date' => 'Raa Hokona',
'order' => 'Tau Tau',
'remaining' => 'Te noho',
'total' => 'Te tapeke',
'update' => 'Whakahōuhia te Wae',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);