snipe-it/resources/lang/fi/admin/asset_maintenances/general.php

15 lines
542 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-05-16 21:54:13 -07:00
'asset_maintenances' => 'Laitteen huolto',
2017-07-07 13:14:51 -07:00
'edit' => 'Muokkaa laitteen huoltoa',
'delete' => 'Poista laitteen huolto',
'view' => 'Näytä laitteen huoltotiedot',
2016-05-16 21:54:13 -07:00
'repair' => 'Korjaus',
'maintenance' => 'Huolto',
'upgrade' => 'Päivitä',
'calibration' => 'Kalibrointi',
'software_support' => 'Ohjelmiston tuki',
'hardware_support' => 'Laitteiston tuki',
2016-03-25 01:18:05 -07:00
];