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

18 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-02 12:33:47 +00:00
{
"config": {
"abort": {
2022-01-27 00:14:02 +00:00
"cloud_not_connected": "No connectat a Home Assistant Cloud.",
2020-11-09 00:03:23 +00:00
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3.",
"webhook_not_internet_accessible": "La teva inst\u00e0ncia de Home Assistant ha de ser accessible des d'Internet per poder rebre missatges webhook."
2018-10-02 12:33:47 +00:00
},
"create_entry": {
2019-10-20 00:32:18 +00:00
"default": "Per enviar esdeveniments a Home Assistant, necessitar\u00e0s utilitzar l'acci\u00f3 \"Make a web resquest\" de [IFTTT Webhook applet]({applet_url}). \n\nCompleta la seg\u00fcent informaci\u00f3: \n\n- URL: `{webhook_url}` \n- Method: POST \n- Content Type: application/json \n\nConsulta la [documentaci\u00f3]({docs_url}) sobre com configurar les automatitzacions per gestionar dades entrants."
2018-10-02 12:33:47 +00:00
},
"step": {
"user": {
2018-12-10 08:54:12 +00:00
"description": "Est\u00e0s segur que vols configurar IFTTT?",
2019-06-18 18:54:56 +00:00
"title": "Configuraci\u00f3 de la miniaplicaci\u00f3 Webhook de IFTTT"
2018-10-02 12:33:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-02 12:33:47 +00:00
}