snipe_it/resources/lang/fil-PH/admin/depreciations/general.php
snipe b5a960e933 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 15:27:41 +01:00

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',
];