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

17 lines
525 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"device_automation": {
2019-09-12 00:33:41 +00:00
"action_type": {
"toggle": "Basculer {entity_name}",
"turn_off": "\u00c9teindre {entity_name}",
"turn_on": "Allumer {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} est \u00e9teint",
"is_on": "{entity_name} est allum\u00e9"
},
2019-09-05 10:11:41 +00:00
"trigger_type": {
2019-10-23 00:32:15 +00:00
"turned_off": "{entity_name} est d\u00e9sactiv\u00e9",
2019-09-19 00:32:15 +00:00
"turned_on": "{entity_name} activ\u00e9"
2019-09-05 10:11:41 +00:00
}
}
}