snipe-it/resources/lang/af/admin/asset_maintenances/form.php

15 lines
501 B
PHP
Raw Normal View History

2017-04-06 21:36:33 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'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'
2017-04-06 21:36:33 -07:00
];