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

30 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-08 00:31:50 +00:00
{
"config": {
"abort": {
2020-01-31 00:31:57 +00:00
"already_configured": "Aquesta impressora ja est\u00e0 configurada.",
2020-01-08 00:31:50 +00:00
"unsupported_model": "Aquest model d'impressora no \u00e9s compatible."
},
"error": {
"connection_error": "Error de connexi\u00f3.",
"snmp_error": "El servidor SNMP s'ha tancat o la impressora no \u00e9s compatible.",
"wrong_host": "Nom de l'amfitri\u00f3 o adre\u00e7a IP inv\u00e0lids."
},
2020-01-31 00:31:57 +00:00
"flow_title": "Impressora Brother: {model} {serial_number}",
2020-01-08 00:31:50 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Amfitri\u00f3",
2020-01-08 00:31:50 +00:00
"type": "Tipus d'impressora"
},
2020-05-29 00:04:16 +00:00
"description": "Configura la integraci\u00f3 d'impressora Brother. Si tens problemes amb la configuraci\u00f3, visita: https://www.home-assistant.io/integrations/brother"
2020-01-31 00:31:57 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Tipus d'impressora"
},
2020-02-02 00:31:45 +00:00
"description": "Vols afegir la impressora Brother {model} amb n\u00famero de s\u00e8rie `{serial_number}` a Home Assistant?",
2020-01-31 00:31:57 +00:00
"title": "Impressora Brother descoberta"
2020-01-08 00:31:50 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-08 00:31:50 +00:00
}