2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2016-05-16 21:54:13 -07:00
|
|
|
'asset_maintenances' => 'Laitteen huolto',
|
2017-07-07 13:14:51 -07:00
|
|
|
'edit' => 'Muokkaa laitteen huoltoa',
|
|
|
|
'delete' => 'Poista laitteen huolto',
|
|
|
|
'view' => 'Näytä laitteen huoltotiedot',
|
2016-05-16 21:54:13 -07:00
|
|
|
'repair' => 'Korjaus',
|
2016-03-25 01:18:05 -07:00
|
|
|
'maintenance' => 'Huoltotila',
|
2020-11-09 14:52:11 -08:00
|
|
|
'upgrade' => 'Päivitä',
|
|
|
|
'calibration' => 'Calibration',
|
|
|
|
'software_support' => 'Software Support',
|
|
|
|
'hardware_support' => 'Hardware Support',
|
2016-03-25 01:18:05 -07:00
|
|
|
];
|