mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 10:34:08 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
15 lines
587 B
PHP
15 lines
587 B
PHP
<?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'
|
|
];
|