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
65 lines
1.3 KiB
PHP
65 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'alerts' => [
|
|
'title' => '警告',
|
|
],
|
|
'alertlog' => [
|
|
'title' => '警告历史记录',
|
|
],
|
|
'alertlog-stats' => [
|
|
'title' => '警告历史统计',
|
|
],
|
|
'availability-map' => [
|
|
'title' => '可用性地图',
|
|
],
|
|
'component-status' => [
|
|
'title' => '组件状态',
|
|
],
|
|
'device-summary-horiz' => [
|
|
'title' => '设备摘要(水平布局)',
|
|
],
|
|
'device-summary-vert' => [
|
|
'title' => '设备摘要(垂直布局)',
|
|
],
|
|
'device-types' => [
|
|
'title' => '设备类型',
|
|
],
|
|
'eventlog' => [
|
|
'title' => '事件日志',
|
|
],
|
|
'generic-graph' => [
|
|
'title' => '图表',
|
|
],
|
|
'generic-image' => [
|
|
'title' => '外部图像',
|
|
],
|
|
'globe' => [
|
|
'title' => '地球地图',
|
|
],
|
|
'graylog' => [
|
|
'title' => 'Graylog',
|
|
],
|
|
'notes' => [
|
|
'title' => '笔记',
|
|
],
|
|
'server-stats' => [
|
|
'title' => '服务器统计信息',
|
|
],
|
|
'syslog' => [
|
|
'title' => '系统日志',
|
|
],
|
|
'top-devices' => [
|
|
'title' => '顶级设备',
|
|
],
|
|
'top-errors' => [
|
|
'title' => '顶级错误',
|
|
],
|
|
'top-interfaces' => [
|
|
'title' => '顶级接口',
|
|
],
|
|
'worldmap' => [
|
|
'title' => '世界地图',
|
|
],
|
|
];
|