core/homeassistant/components/xiaomi_miio/translations/select.fr.json

19 lines
472 B
JSON
Raw Normal View History

2021-08-05 00:34:46 +00:00
{
"state": {
2022-08-18 00:25:40 +00:00
"xiaomi_miio__display_orientation": {
"forward": "Vers l'avant",
"left": "Gauche",
"right": "Droite"
},
2021-08-05 00:34:46 +00:00
"xiaomi_miio__led_brightness": {
"bright": "Brillant",
"dim": "Faible",
"off": "\u00c9teint"
2022-08-18 00:25:40 +00:00
},
"xiaomi_miio__ptc_level": {
"high": "\u00c9lev\u00e9",
"low": "Faible",
"medium": "Moyen"
2021-08-05 00:34:46 +00:00
}
}
}