snipe-it/resources/lang/km-KH/admin/consumables/general.php

13 lines
572 B
PHP
Raw Normal View History

<?php
return array(
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'ឈ្មោះ Consumable',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Remaining',
'total' => 'សរុប',
'update' => 'Update Consumable',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);