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

28 lines
1.0 KiB
JSON
Raw Normal View History

{
"config": {
2019-06-04 15:50:48 +00:00
"abort": {
2019-07-01 05:53:27 +00:00
"existing_instance_updated": "Updated existing configuration.",
2020-10-02 00:05:51 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
2019-06-04 15:50:48 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-06-04 15:50:48 +00:00
},
"step": {
2019-06-04 15:50:48 +00:00
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the Hass.io add-on: {addon}?",
"title": "AdGuard Home via Hass.io add-on"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
2019-06-04 15:50:48 +00:00
"username": "Username",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verify SSL certificate"
2019-06-04 15:50:48 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Set up your AdGuard Home instance to allow monitoring and control."
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}