mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
501 B
PHP
15 lines
501 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Onderhoudstipe',
|
|
'title' => 'Titel',
|
|
'start_date' => 'begin',
|
|
'completion_date' => 'voltooi',
|
|
'cost' => 'koste',
|
|
'is_warranty' => 'Garantieverbetering',
|
|
'asset_maintenance_time' => 'dae',
|
|
'notes' => 'notas',
|
|
'update' => 'Opdateer',
|
|
'create' => 'Skep'
|
|
];
|