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

19 lines
479 B
JSON
Raw Normal View History

2020-12-15 00:04:49 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "{entity_name} kapat",
"turn_on": "{entity_name} a\u00e7\u0131n"
}
2021-11-07 00:12:38 +00:00
},
"state": {
"_": {
"eco": "Eko",
"electric": "Elektrik",
"gas": "Gaz",
"heat_pump": "Is\u0131 pompas\u0131",
"high_demand": "Y\u00fcksek talep",
2021-11-08 00:12:31 +00:00
"off": "Kapal\u0131",
2021-11-07 00:12:38 +00:00
"performance": "Performans"
}
2020-12-15 00:04:49 +00:00
}
}