librenms/lang/zh-CN/modules.php
sogadm 3313949ea7
Massive changes to the Chinese interface translation. (#16009)
* 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
2024-05-03 18:19:59 -05:00

37 lines
1.1 KiB
PHP

<?php
return [
'slas' => [
'types' => [
'dhcp' => 'DHCP',
'dlsw' => 'DLSW',
'dns' => 'DNS',
'DnsQuery' => 'DNS 查询',
'echo' => 'ICMP 回显',
'ethernetJitter' => '以太网抖动',
'ethernetPing' => '以太网 Ping',
'fileIO' => '文件 I/O',
'ftp' => 'FTP',
'http' => 'HTTP',
'HttpGet' => 'HTTP Get',
'HttpGetMetadata' => 'HTTP 获取元数据',
'IcmpEcho' => 'ICMP 回声',
'icmpjitter' => 'ICMP 抖动',
'IcmpTimeStamp' => 'ICMP 时间戳',
'jitter' => '抖动',
'lspGroup' => 'LSP 组',
'lspPing' => 'LSP Ping',
'lspPingPseudowire' => 'LSP 伪线 Ping"',
'lspTrace' => 'LSP 跟踪',
'NtpQuery' => 'NTP 查询',
'pathEcho' => '路径 ICMP 回显',
'rtp' => 'RTP',
'script' => '脚本',
'tcpConnect' => 'TCP 连接',
'udpEcho' => 'UDP Ping',
'UdpTimestamp' => 'UDP 时间戳',
'voip' => 'VoIP',
],
],
];