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

33 lines
1.4 KiB
JSON
Raw Normal View History

2018-12-19 13:44:24 +00:00
{
"config": {
"abort": {
2020-10-10 00:05:05 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
2020-10-04 00:05:05 +00:00
"already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs"
2018-12-19 13:44:24 +00:00
},
"error": {
"connection_error": "No s'ha pogut connectar amb ESP. Verifica que l'arxiu YAML cont\u00e9 la l\u00ednia 'api:'.",
2020-10-10 00:05:05 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
2018-12-19 13:44:24 +00:00
"resolve_error": "No s'ha pogut trobar l'adre\u00e7a de l'ESP. Si l'error persisteix, configura una adre\u00e7a IP est\u00e0tica: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
},
2019-05-29 17:16:58 +00:00
"flow_title": "ESPHome: {name}",
2018-12-19 13:44:24 +00:00
"step": {
"authenticate": {
"data": {
"password": "Contrasenya"
},
2020-05-29 00:04:16 +00:00
"description": "Introdueix la contrasenya que has posat en la teva configuraci\u00f3 com a {name}."
2018-12-19 13:44:24 +00:00
},
2019-02-28 00:34:13 +00:00
"discovery_confirm": {
"description": "Vols afegir el node `{name}` d'ESPHome a Home Assistant?",
"title": "Node d'ESPHome descobert"
},
2018-12-19 13:44:24 +00:00
"user": {
"data": {
"host": "Amfitri\u00f3",
"port": "Port"
},
2020-05-29 00:04:16 +00:00
"description": "Introdueix la informaci\u00f3 de connexi\u00f3 del teu node [ESPHome](https://esphomelib.com/)."
2018-12-19 13:44:24 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-12-19 13:44:24 +00:00
}