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

23 lines
729 B
JSON
Raw Normal View History

{
"config": {
2018-12-19 13:44:24 +00:00
"abort": {
2020-05-29 00:04:16 +00:00
"already_configured": "Device is already configured"
2018-12-19 13:44:24 +00:00
},
2020-05-13 18:27:21 +00:00
"error": {
"device_fail": "Unexpected error",
"device_timeout": "Failed to connect",
"forbidden": "Invalid authentication"
},
"step": {
"user": {
"data": {
2020-05-06 11:59:07 +00:00
"host": "Host",
2020-05-13 18:27:21 +00:00
"key": "API Key",
"password": "Password"
2018-12-19 13:44:24 +00:00
},
2020-05-19 00:04:18 +00:00
"description": "Enter IP address of your Daikin AC.\n\nNote that API Key and Password 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
}
}