Files
midea-meiju-codec/custom_components/midea_meiju_codec/translations/zh-Hans.json

107 lines
3.9 KiB
JSON
Raw Normal View History

2023-09-02 16:30:03 +08:00
{
"config": {
"error": {
2023-09-17 19:40:54 +08:00
"no_home": "未找到可用家庭",
"account_invalid": "登录美的云服务器失败,是否已修改过密码",
2023-09-03 22:15:41 +08:00
"invalid_input": "无效的输入请输入有效IP地址或auto",
2023-09-17 19:40:54 +08:00
"login_failed": "无法登录到选择的美的云服务器,请检查用户名或密码",
2023-09-02 16:30:03 +08:00
"offline_error": "只能配置在线设备",
"download_lua_failed": "下载设备协议脚本失败",
"discover_failed": "无法在本地搜索到该设备",
"no_new_devices": "没有可用的设备",
"connect_error": "无法连接到指定设备"
},
"step": {
"user": {
"data": {
2023-09-17 19:40:54 +08:00
"account": "用户名",
2023-09-02 16:30:03 +08:00
"password": "密码"
},
"description": "登录并保存你的美居账号及密码",
"title": "登录"
},
"home": {
"title": "家庭",
"data": {
2023-09-03 22:15:41 +08:00
"home": "选择设备所在家庭"
2023-09-02 16:30:03 +08:00
}
},
"device": {
"title": "设备",
"data": {
2023-09-17 19:40:54 +08:00
"device_id": "选择要添加的设备"
2023-09-03 22:15:41 +08:00
}
},
"discover": {
"description": "获取设备信息,设备必须位于本地局域网内",
"title": "设备信息",
"data": {
"ip_address": "设备地址(输入auto自动搜索设备)"
2023-09-02 16:30:03 +08:00
}
}
}
2023-09-17 19:40:54 +08:00
},
"options": {
"step": {
"init": {
"data": {
"option": "操作"
},
"title": "选项"
},
"reset":{
"title": "重置配置文件",
"description": "移除已有的设备配置,并使用标准模板重新生成设备配置\n如果你的设备配置json文件进行过修改重置之后修改将丢失\n如果标准模板中没有该设备类型则不会生成设备配置",
"data":{
"check": "我知道了,重置吧"
}
},
"configure": {
"data": {
"ip_address": "IP地址",
"refresh_interval": "刷新间隔(设0为不进行主动刷新)"
},
"title": "配置"
}
},
"abort":{
"reset_success": "重置完成,已尝试生成新的配置",
"account_unsupport_config": "账户配置不支持该操作"
}
},
"services": {
"set_attribute": {
"name": "设置属性",
"description": "设置设备的属性值(可多属性一起设置)",
"fields" : {
"device_id": {
"name": "设备编码",
"description": "设备编码(Device ID)"
},
"attributes": {
"name": "属性集合",
"description": "要设置的属性"
}
}
},
"send_command": {
"name": "自定义命令",
"description": "向设备发送一个自定义命令",
"fields" : {
"device_id": {
"name": "设备编码",
"description": "设备编码(Device ID)"
},
"cmd_type": {
"name": "命令类型",
"description": "命令类型可以为2(查询)或3(设置)"
},
"cmd_body": {
"name": "命令体",
"description": "命令的消息体(不包括前部的MSmart协议头及后部的校验码)"
}
}
}
2023-09-02 16:30:03 +08:00
}
2023-09-17 19:40:54 +08:00
}