mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
15 lines
572 B
PHP
15 lines
572 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => 'Materiaal onderhoud',
|
|
'edit' => 'Wijzig materiaal onderhoud',
|
|
'delete' => 'Verwijder materiaal onderhoud',
|
|
'view' => 'Toon materiaal onderhoud details',
|
|
'repair' => 'Reparatie',
|
|
'maintenance' => 'Onderhoud',
|
|
'upgrade' => 'Upgrade',
|
|
'calibration' => 'Calibratie',
|
|
'software_support' => 'Software-ondersteuning',
|
|
'hardware_support' => 'Hardware-ondersteuning',
|
|
];
|