mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-29 07:29:44 -08:00
15 lines
594 B
PHP
15 lines
594 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenances' => 'Asset Maintenances',
|
||
|
'edit' => 'Edit Asset Maintenance',
|
||
|
'delete' => 'Delete Asset Maintenance',
|
||
|
'view' => 'View Asset Maintenance Details',
|
||
|
'repair' => 'Repair',
|
||
|
'maintenance' => 'නඩත්තුව',
|
||
|
'upgrade' => 'Upgrade',
|
||
|
'calibration' => 'Calibration',
|
||
|
'software_support' => 'මෘදුකාංග සහාය',
|
||
|
'hardware_support' => 'දෘඩාංග සහාය',
|
||
|
];
|