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

16 lines
477 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "\u00c9teindre {entity_name}",
"turn_on": "Allumer {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} est d\u00e9sactiv\u00e9",
"is_on": "{entity_name} est activ\u00e9"
},
"trigger_type": {
"turned_off": "{entity_name} est \u00e9teint",
"turned_on": "{entity_name} allum\u00e9"
}
}
}