snipe-it/resources/lang/tl/admin/asset_maintenances/form.php

15 lines
621 B
PHP
Raw Normal View History

2018-03-22 20:01:45 -07:00
<?php
return [
'asset_maintenance_type' => 'Asset Maintenance Type',
2018-03-22 20:01:45 -07:00
'title' => 'Ang Pamagat',
'start_date' => 'Start Date',
'completion_date' => 'Completion Date',
2018-03-22 20:01:45 -07:00
'cost' => 'Ang Halaga',
'is_warranty' => 'Ang Pagpapabuti ng Warantiya',
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
2018-03-22 20:01:45 -07:00
'notes' => 'Ang mga Palatandaan',
'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance'
2018-03-22 20:01:45 -07:00
];