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

48 lines
2.2 KiB
JSON
Raw Normal View History

2018-06-18 03:03:29 +00:00
{
"config": {
"abort": {
"authorize_url_fail": "S'ha produ\u00eft un error desconegut al generar l'URL d'autoritzaci\u00f3.",
2020-10-16 00:04:33 +00:00
"authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.",
2020-10-15 00:03:50 +00:00
"missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.",
2020-10-28 00:03:38 +00:00
"no_url_available": "No hi ha cap URL disponible. Per a m\u00e9s informaci\u00f3 sobre aquest error, [consulta la secci\u00f3 d'ajuda]({docs_url})",
2020-11-25 00:03:05 +00:00
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3.",
"unknown_authorize_url_generation": "S'ha produ\u00eft un error desconegut al generar URL d'autoritzaci\u00f3."
2018-06-18 03:03:29 +00:00
},
2020-10-22 00:09:52 +00:00
"create_entry": {
"default": "Autenticaci\u00f3 exitosa"
},
2018-06-18 03:03:29 +00:00
"error": {
"internal_error": "Error intern al validar el codi",
2020-10-16 00:04:33 +00:00
"invalid_pin": "Codi PIN inv\u00e0lid",
2018-09-24 10:01:01 +00:00
"timeout": "S'ha acabat el temps d'espera durant la validaci\u00f3 del codi.",
2020-10-16 00:04:33 +00:00
"unknown": "Error inesperat"
2018-06-18 03:03:29 +00:00
},
"step": {
"init": {
"data": {
"flow_impl": "Prove\u00efdor"
},
2020-10-16 00:04:33 +00:00
"description": "Selecciona el m\u00e8tode d'autenticaci\u00f3",
2018-06-18 03:03:29 +00:00
"title": "Prove\u00efdor d'autenticaci\u00f3"
},
"link": {
"data": {
2018-12-10 08:54:12 +00:00
"code": "Codi PIN"
2018-06-18 03:03:29 +00:00
},
2020-06-24 00:08:54 +00:00
"description": "Per enlla\u00e7ar el teu compte de Nest, [autoritza el teu compte]({url}). \n\nDespr\u00e9s de l'autoritzaci\u00f3, copia i enganxa el codi pin que es mostra a sota.",
2018-12-10 08:54:12 +00:00
"title": "Enlla\u00e7 amb el compte de Nest"
2020-10-22 00:09:52 +00:00
},
"pick_implementation": {
"title": "Selecciona el m\u00e8tode d'autenticaci\u00f3"
2018-06-18 03:03:29 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-10 00:03:01 +00:00
},
"device_automation": {
"trigger_type": {
"camera_motion": "Moviment detectat",
"camera_person": "Persona detectada",
"camera_sound": "So detectat",
"doorbell_chime": "Timbre premut"
}
2020-04-16 20:00:10 +00:00
}
2018-06-18 03:03:29 +00:00
}