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

19 lines
618 B
JSON

{
"device_automation": {
"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",
"turn_off": "{entity_name} \u00e9teint",
"turn_on": "{entity_name} allum\u00e9"
},
"trigger_type": {
"turned_off": "{entity_name} \u00e9teint",
"turned_on": "{entity_name} allum\u00e9"
}
}
}