[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-12-02 00:32:30 +00:00
parent 3ebf816ce2
commit 295390c8e9
2 changed files with 13 additions and 1 deletions

View File

@ -1406,7 +1406,8 @@
"file_name": "Název souboru",
"name": "Jméno"
},
"learn_more": "Další informace o šablonkách konfigurace"
"learn_more": "Další informace o šablonkách konfigurace",
"use_blueprint": "Vytvořit automatizaci"
}
},
"cloud": {

View File

@ -1744,6 +1744,7 @@
},
"header": "实体",
"headers": {
"area": "区域",
"entity_id": "实体 ID",
"integration": "集成",
"name": "名称",
@ -2471,6 +2472,16 @@
"value": "值"
},
"description": "Zigbee 智能家居(ZHA) 网络管理",
"device_pairing_card": {
"CONFIGURED": "配置完成",
"CONFIGURED_status_text": "正在初始化",
"INITIALIZED": "初始化完成",
"INITIALIZED_status_text": "设备可以使用了",
"INTERVIEW_COMPLETE": "协商完成",
"INTERVIEW_COMPLETE_status_text": "正在配置",
"PAIRED": "发现设备",
"PAIRED_status_text": "开始协商"
},
"devices": {
"header": "Zigbee 家庭自动化 - 设备"
},