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

19 lines
495 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "\u00c9teindre {entity_name}",
"turn_on": "Allumer {entity_name}"
}
},
"state": {
"_": {
"eco": "\u00c9co",
"electric": "\u00c9lectrique",
"gas": "Gaz",
"heat_pump": "Pompe \u00e0 chaleur",
"high_demand": "Demande \u00e9lev\u00e9e",
"off": "Inactif",
"performance": "Performance"
}
}
}