snipe-it/resources/lang/en-ID/admin/hardware/form.php
2016-12-03 17:10:05 -08:00

43 lines
1.8 KiB
PHP

<?php
return array(
'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
'bulk_update' => 'Perbarui Aset secara massal',
'bulk_update_help' => 'Formulir ini memungkinkan Anda untuk memperbarui beberapa aset sekaligus. Hanya mengisi kolom yang Anda butuhkan untuk mengubah. Setiap bidang dibiarkan kosong tidak berubah. ',
'bulk_update_warn' => 'Anda akan mengedit properti :asset_count aset.',
'checkedout_to' => 'Checkout ke',
'checkout_date' => 'Tanggal Check out',
'checkin_date' => 'Tanggal Check in',
'checkout_to' => 'Checkout to',
'cost' => 'Purchase Cost',
'create' => 'Buat Aset',
'date' => 'Purchase Date',
'depreciates_on' => 'Depreciates On',
'default_location' => 'Lokasi Standar',
'eol_date' => 'EOL Date',
'eol_rate' => 'EOL Rate',
'expected_checkin' => 'Expected Checkin Date',
'expires' => 'Kadaluarsa',
'fully_depreciated' => 'Fully Depreciated',
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
'mac_address' => 'MAC Address',
'manufacturer' => 'Manufacturer',
'model' => 'Model',
'months' => 'bulan',
'name' => 'Nama Aset',
'notes' => 'Catatan',
'order' => 'Order Number',
'qr' => 'QR Code',
'requestable' => 'Users may request this asset',
'select_statustype' => 'Pilih Jenis Status',
'serial' => 'Serial',
'status' => 'Status',
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Garansi',
'years' => 'tahun',
)
;