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

29 lines
717 B
JSON
Raw Normal View History

2022-07-14 00:27:41 +00:00
{
"config": {
2022-08-03 00:28:23 +00:00
"abort": {
"already_configured": "Denne NextDNS-profilen er allerede konfigurert."
},
2022-07-14 00:27:41 +00:00
"error": {
2022-08-03 00:28:23 +00:00
"cannot_connect": "Tilkobling mislyktes",
"invalid_api_key": "Ugyldig API-n\u00f8kkel",
2022-07-14 00:27:41 +00:00
"unknown": "Totalt uventet feil"
},
"step": {
"profiles": {
"data": {
"profile": "Profil"
}
},
"user": {
"data": {
"api_key": "API-n\u00f8kkel"
}
}
}
2022-08-03 00:28:23 +00:00
},
"system_health": {
"info": {
"can_reach_server": "N\u00e5 serveren"
}
2022-07-14 00:27:41 +00:00
}
}