core/homeassistant/components/tilt_ble/translations/fr.json

21 lines
683 B
JSON
Raw Normal View History

2022-09-08 00:27:38 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"already_in_progress": "La configuration est d\u00e9j\u00e0 en cours",
"no_devices_found": "Aucun appareil trouv\u00e9 sur le r\u00e9seau"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Voulez-vous configurer {name}\u00a0?"
},
"user": {
"data": {
"address": "Appareil"
},
"description": "S\u00e9lectionnez l'appareil \u00e0 configurer"
}
}
}
}