mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 08:34:25 -08:00
15 lines
634 B
PHP
15 lines
634 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.',
|
||
|
'consumable_name' => 'Nama Consumable',
|
||
|
'cost' => 'Harga Beli',
|
||
|
'create' => 'Buat Consumable',
|
||
|
'date' => 'Tanggal Pembelian',
|
||
|
'order' => 'Nomor Pembelian',
|
||
|
'remaining' => 'Tersisa',
|
||
|
'total' => 'Total',
|
||
|
'update' => 'Update Consumable',
|
||
|
);
|