snipe-it/resources/lang/id/admin/components/general.php

17 lines
696 B
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
2016-06-22 14:39:19 -07:00
'component_name' => 'Nama Komponen',
'checkin' => 'Komponen Masuk',
'checkout' => 'Komponen Keluar',
'cost' => 'Biaya pembelian',
'create' => 'Membuat Komponen',
'edit' => 'Rubah Komponen',
'date' => 'Tanggal pembelian',
'order' => 'Nomor Pemesanan',
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Perbarui Komponen',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);