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

29 lines
1.1 KiB
JSON
Raw Normal View History

2019-12-29 00:32:14 +00:00
{
"device_automation": {
"action_type": {
"set_hvac_mode": "Skift af klimaanl\u00e6gstilstand p\u00e5 {entity_name}",
"set_preset_mode": "Skift af forudindstilling p\u00e5 {entity_name}"
},
"condition_type": {
"is_hvac_mode": "{entity_name} er indstillet til en bestemt klimaanl\u00e6gstilstand",
"is_preset_mode": "{entity_name} er indstillet til en bestemt forudindstillet tilstand"
},
"trigger_type": {
"current_humidity_changed": "{entity_name} m\u00e5lte luftfugtighed \u00e6ndret",
"current_temperature_changed": "{entity_name} m\u00e5lte temperatur \u00e6ndret",
"hvac_mode_changed": "{entity_name} klimaanl\u00e6gstilstand \u00e6ndret"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Auto",
"cool": "K\u00f8l",
"dry": "T\u00f8r",
"fan_only": "Kun bl\u00e6ser",
"heat": "Varme",
"heat_cool": "Opvarm/k\u00f8l",
"off": "Fra"
}
},
2020-04-16 20:00:10 +00:00
"title": "Klima"
2019-12-29 00:32:14 +00:00
}