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

23 lines
693 B
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "wy\u0142\u0105cz {entity_name}",
"turn_on": "w\u0142\u0105cz {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2020-05-13 18:27:21 +00:00
"is_off": "wentylator {entity_name} jest wy\u0142\u0105czony",
"is_on": "wentylator {entity_name} jest w\u0142\u0105czony"
2019-11-15 00:32:15 +00:00
},
"trigger_type": {
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
2020-10-22 00:09:52 +00:00
"off": "wy\u0142.",
"on": "w\u0142."
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Wentylator"
2019-11-15 00:32:15 +00:00
}