mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
17 lines
801 B
PHP
17 lines
801 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Tentang Consumables',
|
|
'about_consumables_text' => 'Consumables adalah sesuatu yang dibeli yang akan digunakan dari waktu ke waktu. Misalnya, tinta printer atau kertas fotokopi.',
|
|
'checkout' => 'Checkout Consumable to User',
|
|
'consumable_name' => 'Nama Consumable',
|
|
'cost' => 'Harga Beli',
|
|
'create' => 'Buat Consumable',
|
|
'date' => 'Tanggal Pembelian',
|
|
'item_no' => 'No Barang.',
|
|
'order' => 'Nomor Pembelian',
|
|
'remaining' => 'Tersisa',
|
|
'total' => 'Total',
|
|
'update' => 'Update Consumable',
|
|
);
|