20 lines
1.3 KiB
PHP
20 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'Tungkol sa Depresasyon ng Asset',
|
|
'about_depreciations' => 'Pwede kang mag-set up ng depresasyon para mai-depreciate ang mga asset basi sa straight-line depreciation.',
|
|
'asset_depreciations' => 'Ang Depresasyon ng Asset',
|
|
'create' => 'Magsagawa ng Depresasyon',
|
|
'depreciation_name' => 'Ang Pangalan ng Depresasyon',
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
|
'number_of_months' => 'Ang Bilang ng mga Buwan',
|
|
'update' => 'I-update ang Depresasyon',
|
|
'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.',
|
|
'depreciation_method' => 'Ang Report ng Derpresasyon',
|
|
'linear_depreciation' => 'Linear (Default)',
|
|
'half_1' => 'Half-year convention, always applied',
|
|
'half_2' => 'Half-year convention, applied with condition',
|
|
];
|