ha_xiaomi_home/custom_components/xiaomi_home/miot/i18n/zh-Hans.json
Paul Shawn 29b7489ac7
feat: support devices filter & devices changed notify (#332)
* feat: add devices filter page

* doc: update translations and i18n

* fix: cancel miot http timer

* feat: improve devices filter

* doc: update translations/de

* fix: i18n type error

* feat: config flow support device filter

* fix: fix mdns type error

* fix: fix miot client i18n logic

* feat: add connect type

* doc: update translations and i18n

* feat: update auth info save logic

* feat: improve config flow devices filter

* fix: fix some type error

* doc: update translations for option flow

* fix: fix option flow type error

* feat: support option flow devices filter

* doc: update option flow tranlations

* feat: update webhook handle func to private

* feat: update config flow translations

* doc: update tranlations text

* feat: custom display device changed notify

* feat: device changed notify logical refinement

* doc: update translations content
2024-12-24 21:28:50 +08:00

136 lines
5.7 KiB
JSON
Raw 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.

{
"config": {
"other": {
"devices": "个设备",
"found_central_gateway": ",发现本地中枢网关",
"without_room": "未分配房间",
"no_display": "不显示"
},
"control_mode": {
"auto": "自动",
"cloud": "云端"
},
"room_name_rule": {
"none": "不同步",
"home_room": "家庭名 和 房间名 (米家 卧室)",
"room": "房间名 (卧室)",
"home": "家庭名 (米家)"
},
"statistics_logic": {
"or": "或逻辑",
"and": "与逻辑"
},
"filter_mode": {
"exclude": "排除",
"include": "包含"
},
"connect_type": {
"0": "WiFi",
"1": "yunyi设备",
"2": "云接入设备",
"3": "ZigBee",
"4": "webSocket",
"5": "虚拟设备",
"6": "BLE",
"7": "本地AP",
"8": "WiFi+BLE",
"9": "其他",
"10": "功能插件",
"11": "蜂窝网",
"12": "网线",
"13": "NB-IoT",
"14": "第三方云接入",
"15": "红外遥控器子设备",
"16": "BLE-Mesh",
"17": "虚拟设备组",
"18": "代理网关子设备",
"19": "安全级代理网关子设备",
"22": "PLC",
"23": "仅网线",
"24": "Matter",
"25": "WiFi+蜂窝网"
},
"option_status": {
"enable": "启用",
"disable": "禁用"
},
"device_state": {
"add": "新增",
"del": "不可用",
"offline": "离线"
},
"lan_ctrl_config": {
"notice_net_dup": "\r\n**[提示]** 检测到多个网卡可能连接同一个网络,请注意选择。",
"net_unavailable": "接口不可用"
}
},
"miot": {
"client": {
"invalid_oauth_info": "认证信息失效,云端链路将不可用,请进入 Xiaomi Home 集成页面,点击“选项”重新认证",
"invalid_device_cache": "缓存设备信息异常,请进入 Xiaomi Home 集成页面,点击`选项->更新设备列表`,更新本地设备信息",
"invalid_cert_info": "无效的用户证书,本地中枢链路将不可用,请进入 Xiaomi Home 集成页面,点击“选项”重新认证",
"device_cloud_error": "从云端获取设备信息异常,请检查本地网络连接",
"xiaomi_home_error_title": "Xiaomi Home 集成错误",
"xiaomi_home_error": "检测到 **{nick_name}({uid}, {cloud_server})** 出现错误,请进入选项页面重新配置。\n\n**错误信息**: \n{message}",
"device_list_changed_title": "Xiaomi Home设备列表变化",
"device_list_changed": "检测到 **{nick_name}({uid}, {cloud_server})** 设备信息发生变化,请进入集成选项页面,点击`选项->更新设备列表`,更新本地设备信息。\n\n当前网络状态{network_status}\n{message}\n",
"device_list_add": "\n**{count} 个新增设备**: \n{message}",
"device_list_del": "\n**{count} 个设备不可用**: \n{message}",
"device_list_offline": "\n**{count} 线**: \n{message}",
"network_status_online": "线",
"network_status_offline": "线",
"device_exec_error": ""
}
},
"error": {
"common": {
"-10000": "",
"-10001": "",
"-10002": "",
"-10003": "",
"-10004": "",
"-10005": "",
"-10006": "",
"-10007": "线",
"-10020": "OAuth2",
"-10030": "tokenHTTP",
"-10040": "",
"-10050": "",
"-704000000": "",
"-704010000": "",
"-704014006": "",
"-704030013": "Property",
"-704030023": "Property",
"-704030033": "Property",
"-704040002": "Service",
"-704040003": "Property",
"-704040004": "Event",
"-704040005": "Action",
"-704040999": "线",
"-704042001": "Device",
"-704042011": "线",
"-704053036": "",
"-704053100": "",
"-704083036": "",
"-704090001": "Device",
"-704220008": "ID",
"-704220025": "Action",
"-704220035": "Action",
"-704220043": "Property",
"-704222034": "Action",
"-705004000": "",
"-705004501": "",
"-705201013": "Property",
"-705201015": "Action",
"-705201023": "Property",
"-705201033": "Property",
"-706012000": "",
"-706012013": "Property",
"-706012015": "Action",
"-706012023": "Property",
"-706012033": "Property",
"-706012043": "Property",
"-706014006": ""
}
}
}