更新 'repository.yaml'

This commit is contained in:
2025-11-06 11:33:12 +00:00
committed by admin@cnod.net
parent 2f5067f5e3
commit 32d8b84bbe
501 changed files with 13838 additions and 1 deletions

38
knxd/translations/en.yaml Normal file
View File

@@ -0,0 +1,38 @@
configuration:
address:
name: Bus Address for KNXD
description: The KNX address for the knxd deamon itself. Used e.g. for requests originating at the group cache.
client_address:
name: Bus Address Pool for KNXD Clients
description: >
Address range to be distributed to client connections. Note that the length parameter indicates the number of addresses to be allocated.
Example: 1.2.3:5 (This assigns addresses 1.2.3 through 1.2.7 to knxd's clients.)
interface:
name: Interface Driver
description: >
The driver knxd should use as interface to talk to the KNX bus. The most common ones for the typical usecase of this add-on are:
tpuart (for UART based KNX interfaces, like the one from Busware.de)
usb (for commercial USB KNX interfaces)
ipt (for connecting to existing IP tunneling interface)
device:
name: Device to use for connection
description: >
The physical device address of your adapter in linux.
You can try leaving this blank in order for knxd to auto-detect your device.
usb_filters:
name: usb_filters
description: When using an USB interface, you can specify additional filters to use. See the filters[https://github.com/knxd/knxd/blob/master/doc/inifile.rst#filters] section of the official knxd documentation.
custom_config:
name: Complete custom config
description: >
Allows you to write your own, custom knxd ini configuration instead of using the prepared template from this add-on that makes use of all the other config options above.
Your custom configuration will replace the default configuration provided by this add-on and thus all the other config options above will be ignored. See the knxd documentation for all possible configuration options.
log_error_level:
name: KNXD Loglevel
description: Define the loglevel of knxd.
ip_address:
name: Interface IP-Address
description: IP address the IP based interface should use (only for tpuart-ip, ncn5120-ip and ipt)
dest_port:
name: Interface port
description: network port the IP based interface should use (only for tpuart-ip, ncn5120-ip and ipt)

View File

@@ -0,0 +1,39 @@
---
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