mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7dc1e0236f
* Create zh-tw device.php * Update preferences.php * Update settings.php * Update wireless.php * Update zh-TW.json * Update zh-tw language * Update settings.php * Update mix-manifest.json Co-authored-by: Tony Murray <murraytony@gmail.com> Co-authored-by: SourceDoctor <sourcehhdoctor@googlemail.com>
15 lines
319 B
PHP
15 lines
319 B
PHP
<?php
|
|
|
|
return [
|
|
'attributes' => [
|
|
'features' => 'OS Features',
|
|
'hardware' => '硬體',
|
|
'icon' => '圖示',
|
|
'location' => '位置',
|
|
'os' => '作業系統',
|
|
'serial' => '序號',
|
|
'sysName' => '系統名稱',
|
|
'version' => '作業系統版本',
|
|
],
|
|
];
|