Files
2022-11-09 16:33:42 +01:00

16 lines
338 B
PHP

<?php
return [
'attributes' => [
'features' => 'OS Features',
'hardware' => 'Hardware',
'icon' => 'Icon',
'location' => 'Location',
'os' => 'Device OS',
'serial' => 'Serial',
'sysName' => 'sysName',
'version' => 'OS Version',
'type' => 'Device type',
],
];