2018-03-22 20:01:45 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2023-04-06 19:53:35 -07:00
|
|
|
'asset_maintenance_type' => 'Asset Maintenance Type',
|
2018-03-22 20:01:45 -07:00
|
|
|
'title' => 'Ang Pamagat',
|
2023-04-06 19:53:35 -07:00
|
|
|
'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',
|
2023-04-06 19:53:35 -07:00
|
|
|
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
2018-03-22 20:01:45 -07:00
|
|
|
'notes' => 'Ang mga Palatandaan',
|
2023-04-06 19:53:35 -07:00
|
|
|
'update' => 'Update Asset Maintenance',
|
|
|
|
'create' => 'Create Asset Maintenance'
|
2018-03-22 20:01:45 -07:00
|
|
|
];
|