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

28 lines
1.3 KiB
JSON
Raw Normal View History

2019-06-04 15:50:48 +00:00
{
"config": {
"abort": {
2019-07-01 05:53:27 +00:00
"existing_instance_updated": "S'ha actualitzat la configuraci\u00f3 existent.",
2020-10-02 00:05:51 +00:00
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3."
2019-06-04 15:50:48 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3"
2019-06-04 15:50:48 +00:00
},
"step": {
"hassio_confirm": {
"description": "Vols configurar Home Assistant perqu\u00e8 es connecti amb l'AdGuard Home proporcionat pel complement de Hass.io: {addon}?",
"title": "AdGuard Home (complement de Hass.io)"
},
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "[%key::common::config_flow::data::host%]",
"password": "[%key::common::config_flow::data::password%]",
"port": "[%key::common::config_flow::data::port%]",
2020-10-04 00:05:05 +00:00
"ssl": "Utilitza un certificat SSL",
2020-05-13 18:27:21 +00:00
"username": "[%key::common::config_flow::data::username%]",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verifica el certificat SSL"
2019-06-04 15:50:48 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Configuraci\u00f3 de la inst\u00e0ncia d'AdGuard Home, permet el control i la monitoritzaci\u00f3."
2019-06-04 15:50:48 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-04 15:50:48 +00:00
}