snipe-it/resources/lang/en-ID/admin/depreciations/general.php

17 lines
873 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'about_asset_depreciations' => 'Tentang Penyusutan Aset',
'about_depreciations' => 'Anda dapat mengatur depresiasi aset berdasarkan straight-line depreciation.',
'asset_depreciations' => 'Penyusutan Aset',
2018-03-22 20:01:45 -07:00
'create' => 'Buat Pengurangan',
2016-03-25 01:18:05 -07:00
'depreciation_name' => 'Nama Penyusutan',
'depreciation_min' => 'Floor Value of Depreciation',
2016-03-25 01:18:05 -07:00
'number_of_months' => 'Jumlah Bulan',
2018-03-22 20:01:45 -07:00
'update' => 'Perbarui pengurangan',
'depreciation_min' => 'Minimum Value after Depreciation',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];