mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 15:09:40 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
636 B
PHP
14 lines
636 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'number_of_months' => 'Ang Bilang ng mga Buwan',
|
|
'update' => 'I-update ang Depresasyon',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|