2016-06-22 14:39:19 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
'bulk_delete' => 'Konfirmasi Penghapusan Aset dalam Jumlah Besar' ,
2023-04-06 19:35:48 -07:00
'bulk_restore' => 'Confirm Bulk Restore Assets' ,
2016-08-25 17:43:07 -07:00
'bulk_delete_help' => 'Meninjau aset untuk penghapusan massal di bawah ini. Setelah dihapus, aset-aset ini dapat dipulihkan, tetapi mereka tidak lagi akan dikaitkan dengan setiap pengguna yang mereka saat ini digunakan.' ,
2023-04-06 19:35:48 -07:00
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.' ,
2016-08-25 17:43:07 -07:00
'bulk_delete_warn' => 'Anda akan menghapus :asset_count aset.' ,
2023-04-06 19:35:48 -07:00
'bulk_restore_warn' => 'You are about to restore :asset_count assets.' ,
2021-06-10 13:15:52 -07:00
'bulk_update' => 'Perbarui aset jumlah besar' ,
'bulk_update_help' => 'Formulir ini mengizinkan anda untuk memperbarui kelipatan aset dalam sekali proses. Cukup isi di field yang hendak di rubah. Jika ada yang kosong tidak akan dirubah. ' ,
2022-10-04 17:48:43 -07:00
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.' ,
2016-08-25 17:43:07 -07:00
'checkedout_to' => 'Diberikan kepada' ,
'checkout_date' => 'Tanggal Pemberian' ,
'checkin_date' => 'Tanggal Pengembalian' ,
'checkout_to' => 'Diberikan kepada' ,
'cost' => 'Harga Pembelian' ,
'create' => 'Membuat aset' ,
'date' => 'Tanggal pembelian' ,
2017-10-17 18:52:20 -07:00
'depreciation' => 'Penyusutan' ,
2016-08-25 17:43:07 -07:00
'depreciates_on' => 'Penyusutan aktif' ,
'default_location' => 'Lokasi awal' ,
'eol_date' => 'Tanggal EOL' ,
'eol_rate' => 'Tingkat EOL' ,
'expected_checkin' => 'Tanggal pengembalian diharapkan diterima' ,
'expires' => 'Kadaluarsa' ,
'fully_depreciated' => 'Penyusutan penuh' ,
'help_checkout' => 'Jika anda ingin segera menggunakan aset ini segera, pilih "Ready to Deploy" dari daftar status di atas. ' ,
'mac_address' => 'Alamat MAC' ,
'manufacturer' => 'Produsen' ,
2016-06-22 14:39:19 -07:00
'model' => 'Model' ,
2016-08-25 17:43:07 -07:00
'months' => 'bulan' ,
'name' => 'Nama Aset' ,
'notes' => 'Catatan' ,
'order' => 'Nomor Pemesanan' ,
'qr' => 'Kode QR' ,
'requestable' => 'Pengguna dapat meminta aset ini' ,
'select_statustype' => 'Memilih Tipe Status' ,
2016-06-22 14:39:19 -07:00
'serial' => 'Serial' ,
'status' => 'Status' ,
2016-08-25 17:43:07 -07:00
'tag' => 'Tag Aset' ,
'update' => 'Perbarui Aset' ,
'warranty' => 'Garansi' ,
2021-06-10 13:15:52 -07:00
'warranty_expires' => 'Garansi Berakhir' ,
2016-08-25 17:43:07 -07:00
'years' => 'tahun' ,
2022-01-13 21:27:29 -08:00
'asset_location' => 'Update Asset Location' ,
'asset_location_update_default_current' => 'Update default location AND actual location' ,
'asset_location_update_default' => 'Update only default location' ,
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.' ,
'asset_deployable' => 'That status is deployable. This asset can be checked out.' ,
2023-04-06 19:35:48 -07:00
'processing_spinner' => 'Processing... (This might take a bit of time on large files)' ,
2022-06-30 17:34:46 -07:00
'optional_infos' => 'Optional Information' ,
'order_details' => 'Order Related Information'
2021-06-10 13:15:52 -07:00
];