core/homeassistant/components/adax/translations/zh-Hans.json

29 lines
768 B
JSON
Raw Normal View History

2021-08-12 00:14:10 +00:00
{
"config": {
2021-12-14 00:13:33 +00:00
"abort": {
"invalid_auth": "\u65e0\u6548\u7684\u6388\u6743"
},
2021-08-12 00:14:10 +00:00
"error": {
"cannot_connect": "\u8fde\u63a5\u5931\u8d25"
},
"step": {
2021-12-09 00:13:16 +00:00
"cloud": {
"data": {
2021-12-14 00:13:33 +00:00
"account_id": "\u5e10\u6237ID",
"password": "\u5bc6\u7801"
}
},
"local": {
"data": {
2021-12-31 00:14:15 +00:00
"wifi_pswd": "Wi-Fi \u5bc6\u7801",
"wifi_ssid": "Wi-Fi \u540d\u79f0 (SSID)"
2021-12-09 00:13:16 +00:00
}
},
2021-08-12 00:14:10 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"connection_type": "\u9009\u62e9\u8fde\u63a5\u7c7b\u578b"
2021-08-12 00:14:10 +00:00
}
}
}
}
}