mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
81d2a3acda
Signed-off-by: snipe <snipe@snipe.net>
15 lines
518 B
PHP
15 lines
518 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Onderhoudstype',
|
|
'title' => 'Titel',
|
|
'start_date' => 'Gestart',
|
|
'completion_date' => 'Voltooid',
|
|
'cost' => 'Kostprijs',
|
|
'is_warranty' => 'Garantieverbetering',
|
|
'asset_maintenance_time' => 'Dagen',
|
|
'notes' => 'Notities',
|
|
'update' => 'Bijwerken',
|
|
'create' => 'Aanmaken'
|
|
];
|