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

29 lines
1.0 KiB
JSON
Raw Normal View History

2019-11-09 00:32:20 +00:00
{
"device_automation": {
"action_type": {
"set_hvac_mode": "HVAC Modus \u00e4nnere fir {entity_name}",
"set_preset_mode": "Preset \u00e4nnere fir {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2020-01-06 00:32:11 +00:00
"is_hvac_mode": "{entity_name} ass op e spezifesche HVAC Modus gesat",
2019-11-09 00:32:20 +00:00
"is_preset_mode": "{entity_name} ass op e spezifesche preset Modus gesat"
},
"trigger_type": {
"current_humidity_changed": "{entity_name} gemoosse Fiichtegkeet ge\u00e4nnert",
"current_temperature_changed": "{entity_name} gemoossen Temperatur ge\u00e4nnert",
"hvac_mode_changed": "{entity_name} HVAC Modus ge\u00e4nnert"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Auto",
"cool": "Kill",
"dry": "Dr\u00e9chen",
"fan_only": "N\u00ebmme Ventilator",
"heat": "Heizen",
"heat_cool": "H\u00ebtzen/Ofkillen",
"off": "Aus"
}
},
2020-04-16 20:00:10 +00:00
"title": "Klima"
2019-11-09 00:32:20 +00:00
}