snipe-it/resources/lang/si-LK/admin/consumables/general.php

13 lines
564 B
PHP
Raw Normal View History

<?php
return array(
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'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',
);