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

29 lines
828 B
JSON
Raw Normal View History

2020-05-15 00:02:56 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Tjenesten er allerede konfigurert"
2020-05-15 00:02:56 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes"
2020-05-15 00:02:56 +00:00
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "API-n\u00f8kkel"
}
},
2020-05-15 00:02:56 +00:00
"user": {
"data": {
2020-07-30 00:03:25 +00:00
"api_key": "API-n\u00f8kkel",
2020-05-15 00:02:56 +00:00
"host": "Vert",
2020-10-15 00:03:50 +00:00
"location": "Plassering",
2020-05-15 00:02:56 +00:00
"name": "Navn",
2020-10-15 00:03:50 +00:00
"port": "Port",
2020-10-06 00:08:09 +00:00
"ssl": "Bruker et SSL-sertifikat",
2021-02-03 10:46:49 +00:00
"statistics_only": "Bare statistikk",
2020-05-15 00:02:56 +00:00
"verify_ssl": "Verifisere SSL-sertifikat"
}
}
}
}
}