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

54 lines
1.8 KiB
JSON
Raw Normal View History

2020-10-25 00:03:36 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_path": "No s'ha trobat el directori."
},
"step": {
"owserver": {
"data": {
"host": "Amfitri\u00f3",
"port": "Port"
},
"title": "Defineix els detalls d'owserver"
},
"user": {
"data": {
2022-05-10 00:23:19 +00:00
"host": "Amfitri\u00f3",
"port": "Port",
2020-10-25 00:03:36 +00:00
"type": "Tipus de connexi\u00f3"
},
2022-05-10 00:23:19 +00:00
"title": "Detalls del servidor"
2020-10-25 00:03:36 +00:00
}
}
2022-03-04 00:21:35 +00:00
},
"options": {
"error": {
"device_not_selected": "Selecciona els dispositius a configurar"
},
"step": {
"ack_no_options": {
"description": "No hi ha opcions per a la implementaci\u00f3 de SysBus",
"title": "Opcions SysBus de OneWire"
},
"configure_device": {
"data": {
"precision": "Precisi\u00f3 del sensor"
},
"description": "Selecciona la precisi\u00f3 del sensor {sensor_id}",
"title": "Precisi\u00f3 del sensor OneWire"
},
"device_selection": {
"data": {
"clear_device_options": "Esborra totes les configuracions de dispositiu",
"device_selection": "Selecciona els dispositius a configurar"
},
"description": "Seleccioneu els passos de configuraci\u00f3 a processar",
"title": "Opcions de dispositiu OneWire"
}
}
2020-10-25 00:03:36 +00:00
}
}