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

37 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-28 04:32:58 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat",
2019-06-14 21:53:13 +00:00
"link_local_address": "L'enlla\u00e7 d'adreces locals no est\u00e0 disponible",
2020-04-08 00:08:19 +00:00
"not_axis_device": "El dispositiu descobert no \u00e9s un dispositiu Axis"
2019-03-28 04:32:58 +00:00
},
"error": {
"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",
2020-10-07 00:06:20 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
2019-03-28 04:32:58 +00:00
},
2021-02-03 10:46:49 +00:00
"flow_title": "{name} ({host})",
2019-03-28 04:32:58 +00:00
"step": {
"user": {
"data": {
"host": "Amfitri\u00f3",
"password": "Contrasenya",
"port": "Port",
"username": "Nom d'usuari"
},
"title": "Configuraci\u00f3 de dispositiu Axis"
}
2020-04-15 16:51:07 +00:00
}
2020-06-03 00:03:00 +00:00
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Selecciona el perfil de transmissi\u00f3 de v\u00eddeo a utilitzar"
},
"title": "Opcions de transmissi\u00f3 de v\u00eddeo del dispositiu Axis"
}
}
2020-05-29 00:04:16 +00:00
}
2019-03-28 04:32:58 +00:00
}