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

29 lines
1.0 KiB
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
"device_automation": {
"action_type": {
2020-06-25 00:08:30 +00:00
"set_hvac_mode": "zmie\u0144 tryb pracy dla {entity_name}",
2019-11-15 00:32:15 +00:00
"set_preset_mode": "zmie\u0144 ustawienia dla {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-15 00:32:15 +00:00
"is_hvac_mode": "na {entity_name} jest ustawiony okre\u015blony tryb HVAC",
"is_preset_mode": "na {entity_name} jest okre\u015blone ustawienie"
},
"trigger_type": {
"current_humidity_changed": "zmieni si\u0119 zmierzona wilgotno\u015b\u0107 {entity_name}",
"current_temperature_changed": "zmieni si\u0119 zmierzona temperatura {entity_name}",
"hvac_mode_changed": "zmieni si\u0119 tryb HVAC {entity_name}"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "automatyczny",
"cool": "ch\u0142odzenie",
"dry": "osuszanie",
"fan_only": "tylko wentylator",
"heat": "grzanie",
"heat_cool": "grzanie/ch\u0142odzenie",
2020-10-24 00:05:17 +00:00
"off": "wy\u0142."
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Klimat"
2019-11-15 00:32:15 +00:00
}