2017-04-06 21:36:33 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2023-04-06 19:52:03 -07:00
|
|
|
'asset_maintenance_type' => 'Asset Maintenance Type',
|
2017-10-17 18:52:20 -07:00
|
|
|
'title' => 'தலைப்பு',
|
2023-04-06 19:52:03 -07:00
|
|
|
'start_date' => 'Start Date',
|
|
|
|
'completion_date' => 'Completion Date',
|
2017-10-17 18:52:20 -07:00
|
|
|
'cost' => 'செலவு',
|
|
|
|
'is_warranty' => 'உத்தரவாதத்தை முன்னேற்றம்',
|
2023-04-06 19:52:03 -07:00
|
|
|
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
2017-10-17 18:52:20 -07:00
|
|
|
'notes' => 'குறிப்புக்கள்',
|
2023-04-06 19:52:03 -07:00
|
|
|
'update' => 'Update Asset Maintenance',
|
|
|
|
'create' => 'Create Asset Maintenance'
|
2017-04-06 21:36:33 -07:00
|
|
|
];
|