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

128 lines
3.9 KiB
JSON

{
"config": {
"step": {
"binary_sensor": {
"data": {
"all": "Wszystkie encje",
"entities": "Encje",
"name": "Nazwa"
},
"description": "Je\u015bli \u201ewszystkie encje\u201d jest w\u0142\u0105czone, stan grupy jest w\u0142\u0105czony tylko wtedy, gdy wszystkie encje s\u0105 w\u0142\u0105czone. Je\u015bli \u201ewszystkie encje\u201d s\u0105 wy\u0142\u0105czone, stan grupy jest w\u0142\u0105czony, je\u015bli kt\u00f3rakolwiek encja jest w\u0142\u0105czona.",
"title": "Nowa grupa"
},
"cover": {
"data": {
"entities": "Encje",
"name": "Nazwa",
"title": "Nowa grupa"
},
"description": "Wybierz opcje grupy"
},
"cover_options": {
"data": {
"entities": "Encje w grupie"
},
"description": "Wybierz opcje grupy"
},
"fan": {
"data": {
"entities": "Encje",
"name": "Nazwa",
"title": "Nowa grupa"
},
"description": "Wybierz opcje grupy"
},
"fan_options": {
"data": {
"entities": "Encje w grupie"
},
"description": "Wybierz opcje grupy"
},
"init": {
"data": {
"group_type": "Rodzaj grupy"
},
"description": "Wybierz rodzaj grupy"
},
"light": {
"data": {
"entities": "Encje",
"name": "Nazwa",
"title": "Nowa grupa"
},
"description": "Wybierz opcje grupy"
},
"light_options": {
"data": {
"entities": "Encje w grupie"
},
"description": "Wybierz opcje grupy"
},
"media_player": {
"data": {
"entities": "Encje",
"name": "Nazwa",
"title": "Nowa grupa"
},
"description": "Wybierz opcje grupy"
},
"media_player_options": {
"data": {
"entities": "Encje w grupie"
},
"description": "Wybierz opcje grupy"
},
"user": {
"data": {
"group_type": "Rodzaj grupy"
},
"title": "Nowa grupa"
}
}
},
"options": {
"step": {
"binary_sensor_options": {
"data": {
"all": "Wszystkie encje",
"entities": "Encje"
}
},
"cover_options": {
"data": {
"entities": "Encje"
}
},
"fan_options": {
"data": {
"entities": "Encje"
}
},
"light_options": {
"data": {
"entities": "Encje"
}
},
"media_player_options": {
"data": {
"entities": "Encje"
}
}
}
},
"state": {
"_": {
"closed": "zamkni\u0119te",
"home": "w domu",
"locked": "zamkni\u0119te",
"not_home": "poza domem",
"off": "wy\u0142.",
"ok": "ok",
"on": "w\u0142.",
"open": "otwarte",
"problem": "problem",
"unlocked": "otwarte"
}
},
"title": "Grupa"
}