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

29 lines
799 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Service is already configured"
2020-05-13 18:27:21 +00:00
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "API Key"
}
},
2020-05-13 18:27:21 +00:00
"user": {
"data": {
2020-07-19 00:03:02 +00:00
"api_key": "API Key",
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-07-19 00:03:02 +00:00
"location": "Location",
2020-05-13 18:27:21 +00:00
"name": "Name",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
2021-02-03 10:46:49 +00:00
"statistics_only": "Statistics Only",
2020-05-13 18:27:21 +00:00
"verify_ssl": "Verify SSL certificate"
}
}
}
}
}