Files
addons/knxd/translations/zh-Hans.yaml
2025-11-06 20:07:43 +08:00

39 lines
1.9 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
configuration:
address:
name: KNXD巴士地址
description: knxd deamon本身的KNX地址。例如用于源自组缓存的请求。
client_address:
name: KNXD客户端总线地址池
description: >-
分配给客户端连接的地址范围。请注意,长度参数表示要分配的地址数量。
示例1.2.3:5这将地址1.2.3到1.2.7分配给knxd的客户端。
interface:
name: 接口驱动程序
description: >-
驱动程序knxd应用作与KNX总线通信的接口。此插件的典型用例中最常见的是
tpuart用于基于UART的KNX接口如Busware.de中的接口
usb用于商用usb KNX接口
ipt用于连接到现有的IP隧道接口
device:
name: 用于连接的设备
description: >-
linux中适配器的物理设备地址。
您可以尝试将此留空以便knxd自动检测您的设备。
usb_filters:
name: usb过滤器
description: 使用USB接口时您可以指定要使用的其他过滤器。查看过滤器[https://github.com/knxd/knxd/blob/master/doc/inifile.rst#filters]knxd官方文件的一部分。
custom_config:
name: 完成自定义配置
description: >-
允许您编写自己的自定义knxd ini配置而不是使用此插件中准备好的模板该模板使用了上述所有其他配置选项。
您的自定义配置将替换此插件提供的默认配置因此上述所有其他配置选项都将被忽略。有关所有可能的配置选项请参阅knxd文档。
log_error_level:
name: KNXD日志级别
description: 定义knxd的日志级别。
ip_address:
name: 接口IP地址
description: 基于IP的接口应使用的IP地址仅适用于tpuart IP、ncn5120 IP和ipt
dest_port:
name: 接口端口
description: 基于IP的接口应使用的网络端口仅适用于tpuart IP、ncn5120 IP和ipt