2016-06-22 14:39:19 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-08-25 17:43:07 -07:00
|
|
|
'about_asset_depreciations' => 'Tentang Penyusutan Aset',
|
|
|
|
'about_depreciations' => 'Anda dapat mengatur penyusutan aset dengan perhitungan penyusutan garis lurus.',
|
|
|
|
'asset_depreciations' => 'Depresiasi Aset',
|
2017-07-07 13:14:51 -07:00
|
|
|
'create' => 'Buat Penyusutan',
|
2016-08-25 17:43:07 -07:00
|
|
|
'depreciation_name' => 'Nama Penyusutan',
|
2022-10-13 12:52:45 -07:00
|
|
|
'depreciation_min' => 'Nilai dari Penyusutan',
|
2016-08-25 17:43:07 -07:00
|
|
|
'number_of_months' => 'Jumlah bulan',
|
2017-07-07 13:14:51 -07:00
|
|
|
'update' => 'Perbaharui Penyusutan',
|
2022-01-13 21:27:29 -08:00
|
|
|
'depreciation_min' => 'Nilai Minimum setelah Penyusutan',
|
2022-10-13 12:52:45 -07:00
|
|
|
'no_depreciations_warning' => '<strong>Peringatan: </strong>
|
|
|
|
Saat ini Anda belum menyiapkan laporan penyusutan.
|
|
|
|
Harap atur setidaknya satu penyusutan untuk melihat laporan penyusutan.',
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|