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

29 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-10-10 00:05:05 +00:00
"device_automation": {
"action_type": {
2020-10-11 00:03:37 +00:00
"set_hvac_mode": "Zm\u011bnit re\u017eim HVAC na {entity_name}",
"set_preset_mode": "Zm\u011bnit p\u0159ednastaven\u00fd re\u017eim na {entity_name}"
2020-10-10 00:05:05 +00:00
},
"condition_type": {
"is_hvac_mode": "{entity_name} je nastaveno na ur\u010dit\u00fd re\u017eim HVAC",
"is_preset_mode": "{entity_name} je nastaveno na p\u0159ednastaven\u00fd re\u017eim"
},
"trigger_type": {
"current_humidity_changed": "M\u011b\u0159en\u00e1 vlhkost na {entity_name} zm\u011bn\u011bna",
"current_temperature_changed": "M\u011b\u0159en\u00e1 teplota na {entity_name} zm\u011bn\u011bna",
"hvac_mode_changed": "Re\u017eim HVAC na {entity_name} zm\u011bn\u011bn"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Automatika",
"cool": "Chlazen\u00ed",
"dry": "Vysou\u0161en\u00ed",
"fan_only": "Pouze ventil\u00e1tor",
"heat": "Topen\u00ed",
2020-10-10 00:05:05 +00:00
"heat_cool": "Topen\u00ed/Chlazen\u00ed",
"off": "Vypnuto"
2020-04-20 23:33:54 +00:00
}
},
2020-10-10 00:05:05 +00:00
"title": "Klima"
2020-04-16 20:00:10 +00:00
}