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

29 lines
688 B
JSON

{
"config": {
"abort": {
"already_configured": "This NextDNS profile is already configured."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_api_key": "Invalid API key",
"unknown": "Unexpected error"
},
"step": {
"profiles": {
"data": {
"profile": "Profile"
}
},
"user": {
"data": {
"api_key": "API Key"
}
}
}
},
"system_health": {
"info": {
"can_reach_server": "Reach server"
}
}
}