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

14 lines
281 B
JSON
Raw Normal View History

2020-07-09 00:05:04 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "\u00c9teindre {entity_name}",
"turn_on": "Allumer {entity_name}"
}
},
"state": {
"_": {
"off": "Eteint",
"on": "Allum\u00e9"
}
}
}