mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
9db0b038a5
Signed-off-by: snipe <snipe@snipe.net>
17 lines
705 B
PHP
17 lines
705 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',
|
|
'configuration_change' => 'Configuration Change',
|
|
'pat_test' => 'PAT Test',
|
|
];
|