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

25 lines
835 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-10-05 00:04:23 +00:00
"device_automation": {
"action_type": {
2020-10-23 00:03:04 +00:00
"toggle": "prze\u0142\u0105cz {entity_name}",
2020-10-18 00:03:28 +00:00
"turn_off": "wy\u0142\u0105cz {entity_name}",
"turn_on": "w\u0142\u0105cz {entity_name}"
2020-10-05 00:04:23 +00:00
},
"condition_type": {
2020-10-23 00:03:04 +00:00
"is_off": "pilot {entity_name} jest wy\u0142\u0105czony",
"is_on": "pilot {entity_name} jest w\u0142\u0105czony"
2020-10-08 00:06:03 +00:00
},
"trigger_type": {
2022-02-09 00:23:56 +00:00
"changed_states": "{entity_name} zostanie w\u0142\u0105czony lub wy\u0142\u0105czony",
2020-10-23 00:03:04 +00:00
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
2020-10-05 00:04:23 +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": "Pilot"
}