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

24 lines
736 B
JSON

{
"device_automation": {
"action_type": {
"toggle": "prze\u0142\u0105cz {entity_name}",
"turn_off": "wy\u0142\u0105cz {entity_name}",
"turn_on": "w\u0142\u0105cz {entity_name}"
},
"condition_type": {
"is_off": "pilot {entity_name} jest wy\u0142\u0105czony",
"is_on": "pilot {entity_name} jest w\u0142\u0105czony"
},
"trigger_type": {
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
}
},
"state": {
"_": {
"off": "wy\u0142.",
"on": "w\u0142."
}
},
"title": "Pilot"
}