3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-04 23:49:03 +00:00
Files
snipe-it/resources/lang/en-ID/admin/components/general.php
2023-02-21 03:54:55 -08:00

17 lines
696 B
PHP

<?php
return array(
'component_name' => 'Nama Komponen',
'checkin' => 'Komponen Masuk',
'checkout' => 'Komponen Keluar',
'cost' => 'Harga Pembelian',
'create' => 'Buat Komponen',
'edit' => 'Ubah Komponen',
'date' => 'Tanggal Pemebelian',
'order' => 'Nomor Permintaan',
'remaining' => 'Sisa',
'total' => 'Total',
'update' => 'Perbaharui Komponen',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);