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

24 lines
645 B
JSON
Raw Normal View History

2019-09-12 00:33:41 +00:00
{
"device_automation": {
"action_type": {
"toggle": "Basculer {entity_name}",
"turn_off": "\u00c9teindre {entity_name}",
"turn_on": "Allumer {entity_name}"
},
"condition_type": {
2019-09-21 00:32:16 +00:00
"is_off": "{entity_name} est \u00e9teint",
2020-04-08 00:08:19 +00:00
"is_on": "{entity_name} est allum\u00e9"
2019-09-12 00:33:41 +00:00
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "{entity_name} \u00e9teint",
"turned_on": "{entity_name} allum\u00e9"
2019-09-12 00:33:41 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "Inactif",
2020-09-02 00:03:29 +00:00
"on": "Actif"
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Interrupteur"
2019-09-12 00:33:41 +00:00
}