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

54 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"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."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{host}",
"step": {
"confirm_discovery": {
"description": "Do you want to set up Nettigo Air Monitor at {host}?"
},
"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}"
},
"user": {
"data": {
"host": "Host"
},
"description": "Set up Nettigo Air Monitor integration."
}
}
},
"entity": {
"sensor": {
"caqi_level": {
"state": {
"high": "High",
"low": "Low",
"medium": "Medium",
"very high": "Very high",
"very low": "Very low"
}
}
}
}
}