<?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',
);