2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2016-05-16 21:54:13 -07:00
|
|
|
'asset_maintenance_type' => 'Huollon tyyppi',
|
|
|
|
'title' => 'Otsikko',
|
2016-03-25 01:18:05 -07:00
|
|
|
'start_date' => 'Aloituspäivä',
|
2016-05-16 21:54:13 -07:00
|
|
|
'completion_date' => 'Valmis',
|
2016-03-25 01:18:05 -07:00
|
|
|
'cost' => 'Kustannus',
|
2017-10-17 18:52:20 -07:00
|
|
|
'is_warranty' => 'Takuu parannetaan',
|
2016-05-16 21:54:13 -07:00
|
|
|
'asset_maintenance_time' => 'Päivää',
|
2016-03-25 01:18:05 -07:00
|
|
|
'notes' => 'Muistiinpanot',
|
2016-05-16 21:54:13 -07:00
|
|
|
'update' => 'Päivitä',
|
|
|
|
'create' => 'Luo'
|
2016-03-25 01:18:05 -07:00
|
|
|
];
|