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

23 lines
647 B
JSON
Raw Normal View History

2020-05-16 00:03:50 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Service ist bereits konfiguriert"
2020-05-16 00:03:50 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
2020-05-16 00:03:50 +00:00
},
"step": {
"user": {
"data": {
2021-02-03 10:46:49 +00:00
"api_key": "API-Schl\u00fcssel",
2020-05-16 00:03:50 +00:00
"host": "Host",
2020-11-08 00:04:05 +00:00
"location": "Org",
2020-05-16 00:03:50 +00:00
"name": "Name",
"port": "Port",
2021-02-03 10:46:49 +00:00
"ssl": "Nutzt ein SSL-Zertifikat",
2020-05-16 00:03:50 +00:00
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
}
}
}
}
}