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

14 lines
551 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',
'number_of_months' => 'Jumlah bulan',
2017-07-07 13:14:51 -07:00
'update' => 'Perbaharui Penyusutan',
'depreciation_min' => 'Minimum Value after Depreciation'
2016-06-22 14:39:19 -07:00
];