librenms/lang/zh-CN/stp.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

24 lines
786 B
PHP

<?php
return [
'stp_info' => 'STP 实例信息',
'stp_ports' => 'STP 端口',
'vlan' => '虚拟局域网 (VLAN)',
'root_bridge' => '根桥',
'bridge_address' => '桥地址 (MAC)',
'protocol' => '协议规范',
'priority' => '优先级',
'last_topology_change' => '拓扑改变时间',
'topology_changes' => '拓扑改变次数',
'designated_root' => '指定根 (MAC)',
'root_cost' => '根成本',
'root_port' => '根端口',
'max_age' => '最大年龄 (s)',
'hello_time' => '你好时间 (s)',
'hold_time' => '保持时间 (s)',
'forward_delay' => '转发延迟 (s)',
'bridge_max_age' => '桥最大年龄 (s)',
'bridge_hello_time' => '桥你好时间 (s)',
'bridge_forward_delay' => '桥转发延迟 (s)',
];