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

30 lines
1.0 KiB
JSON
Raw Normal View History

2022-01-22 00:13:08 +00:00
{
"config": {
"abort": {
2022-02-14 00:15:30 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"cannot_connect": "\u00c9chec de connexion"
2022-01-22 00:13:08 +00:00
},
"error": {
2022-03-12 00:17:47 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_host": "Nom d'h\u00f4te ou adresse IP non valide"
2022-01-22 00:13:08 +00:00
},
2022-02-14 00:15:30 +00:00
"flow_title": "{name} - {model} ({host})",
2022-01-22 00:13:08 +00:00
"step": {
"discovery_confirm": {
2022-03-12 00:17:47 +00:00
"description": "Voulez-vous configurer {name} - {model} ({host})\u00a0?"
2022-01-22 00:13:08 +00:00
},
"manual": {
"data": {
"host": "H\u00f4te"
},
"description": "Saisissez une adresse IP."
},
"user": {
"data": {
"device": "Appareil"
},
2022-03-12 00:17:47 +00:00
"description": "S\u00e9lectionnez un appareil ou choisissez \u00ab\u00a0Adresse IP\u00a0\u00bb pour saisir manuellement une adresse IP."
2022-01-22 00:13:08 +00:00
}
}
}
}