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

29 lines
711 B
JSON

{
"config": {
"abort": {
"already_configured": "Este perfil de NextDNS ya est\u00e1 configurado."
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_api_key": "Clave API no v\u00e1lida",
"unknown": "Error inesperado"
},
"step": {
"profiles": {
"data": {
"profile": "Perfil"
}
},
"user": {
"data": {
"api_key": "Clave API"
}
}
}
},
"system_health": {
"info": {
"can_reach_server": "Llegar al servidor"
}
}
}