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

41 lines
1.4 KiB
JSON
Raw Normal View History

2021-05-08 00:03:19 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured",
2021-11-19 00:14:01 +00:00
"device_unsupported": "The device is unsupported.",
"reauth_successful": "Re-authentication was successful",
"reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again."
2021-05-08 00:03:19 +00:00
},
"error": {
"cannot_connect": "Failed to connect",
2021-11-19 00:14:01 +00:00
"invalid_auth": "Invalid authentication",
2021-05-08 00:03:19 +00:00
"unknown": "Unexpected error"
},
2021-11-19 00:14:01 +00:00
"flow_title": "{host}",
2021-05-08 00:03:19 +00:00
"step": {
"confirm_discovery": {
"description": "Do you want to set up Nettigo Air Monitor at {host}?"
},
2021-11-19 00:14:01 +00:00
"credentials": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter the username and password."
},
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter the correct username and password for host: {host}"
},
2021-05-08 00:03:19 +00:00
"user": {
"data": {
"host": "Host"
},
"description": "Set up Nettigo Air Monitor integration."
}
}
}
}