mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Chinese translation fixes Chinese translation fixes * Update settings.php Chinese translation fixes * [Chinese Translation] Massive changes to the Chinese interface translation. * [Chinese Translation] Massive changes to the Chinese interface translation. * Update validation.php Fix syntax errors * Update validation.php Fix syntax errors * Chinese Massive changes to the Chinese interface translation. * Update auth.php * Update bgp.php * Update commands.php * Update commands.php * Update components.php * Update components.php * Update device.php * Update exceptions.php * Update install.php * Update inventory.php * Update map.php * Update modules.php * Update pagination.php * Update passwords.php * Update plugins.php * Update poller.php * Update port.php * Update preferences.php * Update sensors.php * Update settings.php * Update syslog.php * Update validation.php * Update widgets.php * Update settings.php * Update settings.php * Update settings.php
17 lines
397 B
PHP
17 lines
397 B
PHP
<?php
|
|
|
|
return [
|
|
'attributes' => [
|
|
'features' => '操作系统特性',
|
|
'hardware' => '硬件',
|
|
'icon' => '图标',
|
|
'ip' => 'IP地址',
|
|
'location' => '位置',
|
|
'os' => '设备操作系统',
|
|
'serial' => '序列号',
|
|
'sysName' => '系统名称',
|
|
'version' => '操作系统版本',
|
|
'type' => '设备类型',
|
|
],
|
|
];
|