ajout app
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Object onderhoudstype',
|
||||
'title' => 'Titel',
|
||||
'start_date' => 'Begindatum',
|
||||
'completion_date' => 'Einddatum',
|
||||
'cost' => 'Kostprijs',
|
||||
'is_warranty' => 'Garantieverbetering',
|
||||
'asset_maintenance_time' => 'Hersteltermijn (aantal dagen)',
|
||||
'notes' => 'Notities',
|
||||
'update' => 'Object onderhoud bijwerken',
|
||||
'create' => 'Object onderhoud aanmaken'
|
||||
];
|
Reference in New Issue
Block a user