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

18 lines
544 B
JSON

{
"device_automation": {
"action_type": {
"set_humidity": "ustaw wilgotno\u015b\u0107 dla {entity_name}",
"set_mode": "zmie\u0144 tryb pracy dla {entity_name}",
"toggle": "prze\u0142\u0105cz {entity_name}",
"turn_off": "wy\u0142\u0105cz {entity_name}",
"turn_on": "w\u0142\u0105cz {entity_name}"
}
},
"state": {
"_": {
"off": "wy\u0142\u0105czony",
"on": "w\u0142\u0105czony"
}
},
"title": "Nawil\u017cacz"
}