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

28 lines
809 B
JSON
Raw Normal View History

2021-10-07 00:10:57 +00:00
{
"config": {
2021-10-17 00:12:27 +00:00
"abort": {
2021-10-26 00:12:23 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2021-10-17 00:12:27 +00:00
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?"
},
2021-10-26 00:12:23 +00:00
"manual": {
"data": {
"url": "URL"
}
},
2021-10-17 00:12:27 +00:00
"user": {
"data": {
2021-10-26 00:12:23 +00:00
"host": "Nazwa hosta lub adres IP",
2021-10-17 00:12:27 +00:00
"url": "URL"
}
}
}
2021-10-07 00:10:57 +00:00
}
}