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

28 lines
1010 B
JSON
Raw Normal View History

{
"config": {
2019-06-04 15:50:48 +00:00
"abort": {
"already_configured": "Service is already configured",
2021-05-12 00:04:03 +00:00
"existing_instance_updated": "Updated existing configuration."
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": {
2021-04-01 00:03:55 +00:00
"description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the add-on: {addon}?",
"title": "AdGuard Home via Home Assistant add-on"
2019-06-04 15:50:48 +00:00
},
"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
}
}