mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
b01baec7a8
Signed-off-by: snipe <snipe@snipe.net>
15 lines
600 B
PHP
15 lines
600 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => 'Întreținerea activelor',
|
|
'edit' => 'Editați întreținerea activelor',
|
|
'delete' => 'Șterge întreținerea activelor',
|
|
'view' => 'Vizualizați detaliile de întreținere a activelor',
|
|
'repair' => 'Reparație',
|
|
'maintenance' => 'întreținere',
|
|
'upgrade' => 'Actualizare',
|
|
'calibration' => 'Calibrare',
|
|
'software_support' => 'Suport software',
|
|
'hardware_support' => 'Suport hardware',
|
|
];
|