core/homeassistant/components/daikin/translations/en.json

24 lines
788 B
JSON
Raw Normal View History

{
"config": {
2018-12-19 13:44:24 +00:00
"abort": {
2020-08-27 00:04:55 +00:00
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
2018-12-19 13:44:24 +00:00
},
2020-05-13 18:27:21 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-05-13 18:27:21 +00:00
},
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"api_key": "API Key",
2020-05-06 11:59:07 +00:00
"host": "Host",
2020-05-13 18:27:21 +00:00
"password": "Password"
2018-12-19 13:44:24 +00:00
},
2020-10-09 00:04:33 +00:00
"description": "Enter IP Address of your Daikin AC.\n\nNote that API Key and Password only are used by BRP072Cxx and SKYFi devices respectively.",
2018-12-19 13:44:24 +00:00
"title": "Configure Daikin AC"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}