mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
518 B
PHP
Executable file
15 lines
518 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Onderhoudstype',
|
|
'title' => 'Titel',
|
|
'start_date' => 'Gestart',
|
|
'completion_date' => 'Voltooid',
|
|
'cost' => 'Kostprijs',
|
|
'is_warranty' => 'Garantie verbetering',
|
|
'asset_maintenance_time' => 'Dagen',
|
|
'notes' => 'Notities',
|
|
'update' => 'Bijwerken',
|
|
'create' => 'Creeër'
|
|
];
|