snipe-it/resources/lang/en-ID/admin/consumables/general.php

12 lines
429 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2018-03-22 20:01:45 -07:00
'checkout' => 'Periksa Comsumable ke pengguna',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Nama Consumable',
'create' => 'Buat Consumable',
'item_no' => 'No Barang.',
'remaining' => 'Tersisa',
'total' => 'Total',
2016-03-25 01:18:05 -07:00
'update' => 'Update Consumable',
];