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

24 lines
601 B
JSON
Raw Normal View History

2022-07-05 00:23:09 +00:00
{
"config": {
"abort": {
"already_configured": "Aquest perfil NextDNS ja est\u00e0 configurat."
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_api_key": "Clau API inv\u00e0lida",
"unknown": "Error inesperat"
},
"step": {
"profiles": {
"data": {
"profile": "Perfil"
}
},
"user": {
"data": {
"api_key": "Clau API"
}
}
}
}
}