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

36 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
2020-04-06 00:02:13 +00:00
"link_local_address": "L'enlla\u00e7 amb adreces locals no est\u00e0 perm\u00e8s",
"not_doorbird_device": "Aquest dispositiu no \u00e9s DoorBird"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-05-13 18:27:21 +00:00
"cannot_connect": "[%key::common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key::common::config_flow::error::invalid_auth%]",
"unknown": "[%key::common::config_flow::error::unknown%]"
2020-03-24 13:18:47 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name} ({host})",
2020-03-24 13:18:47 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Amfitri\u00f3",
2020-03-24 13:18:47 +00:00
"name": "Nom del dispositiu",
2020-05-13 18:27:21 +00:00
"password": "[%key::common::config_flow::data::password%]",
"username": "[%key::common::config_flow::data::username%]"
2020-03-24 13:18:47 +00:00
},
"title": "Connexi\u00f3 amb DoorBird"
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"events": "Llista d'esdeveniments separats per comes."
},
2020-06-18 00:08:13 +00:00
"description": "Afegeix el/s noms del/s esdeveniment/s que vulguis seguir separats per comes. Despr\u00e9s d'introduir-los, utilitza l'aplicaci\u00f3 de DoorBird per assignar-los a un esdeveniment espec\u00edfic. Consulta la documentaci\u00f3 a https://www.home-assistant.io/integrations/doorbird/#events.\nExemple: algu_ha_premut_el_boto, moviment_detectat"
2020-03-24 13:18:47 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}