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

19 lines
456 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "Matikan {entity_name}",
"turn_on": "Nyalakan {entity_name}"
}
},
"state": {
"_": {
"eco": "Eco",
"electric": "Listrik",
"gas": "Gas",
"heat_pump": "Pompa Pemanas",
"high_demand": "Permintaan Tinggi",
"off": "Mati",
"performance": "Kinerja"
}
}
}