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

23 lines
797 B
JSON
Raw Normal View History

2020-10-29 00:09:16 +00:00
{
"config": {
2021-08-08 00:11:15 +00:00
"abort": {
"already_configured": "\u8bbe\u5907\u5df2\u88ab\u914d\u7f6e"
},
"error": {
"already_configured": "\u8bbe\u5907\u5df2\u88ab\u914d\u7f6e",
"could_not_connect": "\u65e0\u6cd5\u8fde\u63a5\u5230 SolarEdge API",
"invalid_api_key": "\u65e0\u6548\u7684 API \u5bc6\u94a5",
"site_not_active": "\u672a\u6fc0\u6d3b"
},
2020-10-29 00:09:16 +00:00
"step": {
"user": {
"data": {
2021-08-08 00:11:15 +00:00
"api_key": "API \u5bc6\u7801",
"name": "\u5b89\u88c5\u540d\u79f0",
"site_id": "SolarEdge \u7ad9\u70b9 ID"
},
"title": "\u5b9a\u4e49\u672c\u6b21\u5b89\u88c5\u7684 API \u53c2\u6570"
2020-10-29 00:09:16 +00:00
}
}
}
}