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

24 lines
784 B
JSON
Raw Normal View History

2019-09-11 00:33:50 +00:00
{
"device_automation": {
"action_type": {
2019-09-30 00:32:17 +00:00
"toggle": "prze\u0142\u0105cz {entity_name}",
"turn_off": "wy\u0142\u0105cz {entity_name}",
"turn_on": "w\u0142\u0105cz {entity_name}"
2019-09-11 00:33:50 +00:00
},
"condition_type": {
2019-09-30 00:32:17 +00:00
"is_off": "prze\u0142\u0105cznik {entity_name} jest wy\u0142\u0105czony",
2020-04-08 00:08:19 +00:00
"is_on": "prze\u0142\u0105cznik {entity_name} jest w\u0142\u0105czony"
2019-09-11 00:33:50 +00:00
},
"trigger_type": {
2019-10-13 00:31:39 +00:00
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
2019-09-11 00:33:50 +00:00
}
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": "Prze\u0142\u0105cznik"
2019-09-11 00:33:50 +00:00
}