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

22 lines
549 B
JSON
Raw Normal View History

2020-10-22 00:09:52 +00:00
{
"config": {
"error": {
"cannot_connect": "\u8fde\u63a5\u5931\u8d25",
"invalid_auth": "\u9a8c\u8bc1\u7801\u9519\u8bef"
},
2021-08-12 00:14:10 +00:00
"flow_title": "{username}",
2020-10-22 00:09:52 +00:00
"step": {
2021-08-12 00:14:10 +00:00
"reauth": {
"data": {
"password": "\u5bc6\u7801"
}
},
2020-10-22 00:09:52 +00:00
"user": {
"data": {
2021-08-12 00:14:10 +00:00
"password": "\u5bc6\u7801",
2020-10-22 00:09:52 +00:00
"username": "\u7528\u6237\u540d"
}
}
}
}
}