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

17 lines
956 B
PHP
Raw Normal View History

2018-03-22 20:01:45 -07:00
<?php
return [
2018-03-22 20:01:45 -07:00
'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',
2018-03-22 20:01:45 -07:00
'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.',
];