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

43 lines
1.6 KiB
JSON
Raw Normal View History

2020-11-25 00:03:05 +00:00
{
"config": {
"abort": {
2022-05-15 00:30:16 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
2020-11-25 00:03:05 +00:00
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs",
"connection_error": "Ha fallat la connexi\u00f3"
},
2021-02-03 10:46:49 +00:00
"error": {
2022-05-19 00:26:11 +00:00
"discovery_error": "No s'ha pogut descobrir cap Motion Gateway"
2021-02-03 10:46:49 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{short_mac} ({ip_address})",
2020-11-25 00:03:05 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "Clau API"
2021-02-03 10:46:49 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Necessitar\u00e0s la clau API de 16 car\u00e0cters, consulta les instruccions a https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key."
2021-02-03 10:46:49 +00:00
},
"select": {
"data": {
"select_ip": "Adre\u00e7a IP"
},
"description": "Torna a executar la configuraci\u00f3 si vols connectar m\u00e9s Motion Gateways",
"title": "Selecciona el Motion Gateway que vulguis connectar"
},
2020-11-25 00:03:05 +00:00
"user": {
"data": {
"host": "Adre\u00e7a IP"
},
2022-05-19 00:26:11 +00:00
"description": "Connecta el teu Motion Gateway, si no es configura l'adre\u00e7a IP, s'utilitza el descobriment autom\u00e0tic"
2020-11-25 00:03:05 +00:00
}
}
2021-10-21 00:12:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Espera l'entrada multidifusi\u00f3 en actualitzar"
2022-05-19 00:26:11 +00:00
}
2021-10-21 00:12:43 +00:00
}
}
2020-11-25 00:03:05 +00:00
}
}