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

28 lines
1.2 KiB
JSON
Raw Normal View History

2019-06-04 15:50:48 +00:00
{
"config": {
"abort": {
2021-04-18 00:04:57 +00:00
"already_configured": "El servei ja est\u00e0 configurat",
2021-05-12 00:04:03 +00:00
"existing_instance_updated": "S'ha actualitzat la configuraci\u00f3 existent."
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": {
2021-04-02 00:04:54 +00:00
"description": "Vols configurar Home Assistant perqu\u00e8 es connecti amb l'AdGuard Home proporcionat pel complement: {addon}?",
"title": "AdGuard Home via complement de Home Assistant"
2019-06-04 15:50:48 +00:00
},
"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
}