mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
15 lines
601 B
PHP
15 lines
601 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => 'Feabhsúcháin Sócmhainní',
|
|
'edit' => 'Athraigh Cothabháil Sócmhainní',
|
|
'delete' => 'Scrios Cothabháil Sócmhainní',
|
|
'view' => 'Féach ar Mionsonraí Cothabhála Sócmhainní',
|
|
'repair' => 'Deisiúchán',
|
|
'maintenance' => 'Cothabháil',
|
|
'upgrade' => 'Uasghrádú',
|
|
'calibration' => 'Calibration',
|
|
'software_support' => 'Software Support',
|
|
'hardware_support' => 'Hardware Support',
|
|
];
|