2019-12-06 12:03:04 -08:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2019-12-06 12:03:04 -08:00
|
|
|
'about_asset_depreciations' => 'About Asset Depreciations',
|
|
|
|
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
|
|
|
|
'asset_depreciations' => 'Asset Depreciations',
|
|
|
|
'create' => 'Create Depreciation',
|
|
|
|
'depreciation_name' => 'Depreciation Name',
|
|
|
|
'number_of_months' => 'Number of Months',
|
|
|
|
'update' => 'Update Depreciation',
|
2021-10-04 19:59:55 -07:00
|
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
2019-12-06 12:03:04 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|