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

29 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-02-03 10:46:49 +00:00
"device_automation": {
"action_type": {
"set_hvac_mode": "{entity_name} \u00fczerinde HVAC modunu de\u011fi\u015ftir",
"set_preset_mode": "{entity_name} \u00fczerindeki \u00f6n ayar\u0131 de\u011fi\u015ftir"
2021-11-08 00:12:31 +00:00
},
"condition_type": {
"is_hvac_mode": "{entity_name} , belirli bir HVAC moduna ayarland\u0131",
"is_preset_mode": "{entity_name} , belirli bir \u00f6n ayar moduna ayarland\u0131"
},
"trigger_type": {
"current_humidity_changed": "{entity_name} \u00f6l\u00e7\u00fclen nem de\u011fi\u015fti",
"current_temperature_changed": "{entity_name} \u00f6l\u00e7\u00fclen s\u0131cakl\u0131k de\u011fi\u015fti",
"hvac_mode_changed": "{entity_name} HVAC modu de\u011fi\u015fti"
2021-02-03 10:46:49 +00:00
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Otomatik",
2020-11-04 00:13:14 +00:00
"cool": "So\u011futma",
"dry": "Nem alma",
2020-04-20 23:33:54 +00:00
"fan_only": "Sadece fan",
2020-11-04 00:13:14 +00:00
"heat": "Is\u0131tma",
2020-04-20 23:33:54 +00:00
"heat_cool": "Is\u0131tma / So\u011futma",
"off": "Kapal\u0131"
}
},
2021-11-11 00:15:23 +00:00
"title": "\u0130klimlendirme"
2020-04-16 20:00:10 +00:00
}