snipe-it/resources/lang/id/admin/depreciations/general.php

17 lines
876 B
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
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',
'depreciation_min' => 'Floor Value of Depreciation',
2016-08-25 17:43:07 -07:00
'number_of_months' => 'Jumlah bulan',
2017-07-07 13:14:51 -07:00
'update' => 'Perbaharui Penyusutan',
'depreciation_min' => 'Nilai Minimum setelah Penyusutan',
'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.',
];