Merge branch 'master' of https://git.hadb.cn/ha/addons
This commit is contained in:
34
matter_server/translations/zh.yaml
Normal file
34
matter_server/translations/zh.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Matter服务器日志等级
|
||||
description: Matter Server 组件的日志记录。
|
||||
log_level_sdk:
|
||||
name: Matter SDK 日志级别
|
||||
description: Matter SDK的日志记录等级。
|
||||
beta:
|
||||
name: 使用最新的测试版
|
||||
description: >-
|
||||
安装Python Matter Server的最新测试版。建议在启用此标志启动插件之前,请先创建备份!
|
||||
enable_test_net_dcl:
|
||||
name: 启用测试网DCL。
|
||||
description: >-
|
||||
从测试网启用PAA根证书和其他设备信息DCL。这是为了开发和测试目的。
|
||||
bluetooth_adapter_id:
|
||||
name: 蓝牙适配器ID
|
||||
description: >-
|
||||
Matter Server使用的BlueZ蓝牙适配器控制器ID。这是如果使用蓝牙进行本地调试,则需要。注意:使用建议按原样使用Home Assistant Companion应用程序调试方法经过更好的测试,可以直接在设备附进行调试本身。
|
||||
matter_server_args:
|
||||
name: Extra Matter服务器参数
|
||||
description: >-
|
||||
这允许将其他命令行参数传递给Python Matter服务器。使用“--help”获取可能的参数列表。请注意参数也由其他插件控制的启动脚本添加选项。
|
||||
matter_server_version:
|
||||
name: Matter服务器版本
|
||||
description: >-
|
||||
安装自定义Matter Server版本。警告:旧版本可能有不兼容的存储格式!请谨慎使用此功能!确保您有该插件的最新备份!
|
||||
matter_sdk_wheels_version:
|
||||
name: Matter SDK最新版本
|
||||
description: >-
|
||||
安装自定义Matter SDK最新版本。注:API可能不是与Python Matter服务器兼容。
|
||||
network:
|
||||
5580/tcp: Matter Server WebSocket服务器端口。
|
||||
Reference in New Issue
Block a user