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

13 lines
476 B
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
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',
2016-12-03 17:10:05 -08:00
'create' => 'Create Depreciation',
2016-08-25 17:43:07 -07:00
'depreciation_name' => 'Nama Penyusutan',
'number_of_months' => 'Jumlah bulan',
2016-12-03 17:10:05 -08:00
'update' => 'Update Depreciation',
2016-06-22 14:39:19 -07:00
);