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

27 lines
829 B
JSON
Raw Normal View History

2020-07-11 00:02:51 +00:00
{
"config": {
2020-07-21 00:03:00 +00:00
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-07-21 00:03:00 +00:00
},
2020-07-11 00:02:51 +00:00
"error": {
"invalid_url": "Nieprawid\u0142owy URL",
2020-10-04 00:05:05 +00:00
"syncthru_not_supported": "Urz\u0105dzenie nie obs\u0142uguje SyncThru",
2020-10-24 00:05:17 +00:00
"unknown_state": "Nieznany stan drukarki, sprawd\u017a adres URL i pod\u0142\u0105czenie do sieci"
2020-07-11 00:02:51 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-10-07 00:06:20 +00:00
"step": {
2020-10-08 00:06:03 +00:00
"confirm": {
"data": {
"name": "Nazwa",
2020-10-24 00:05:17 +00:00
"url": "URL interfejsu internetowego"
2020-10-08 00:06:03 +00:00
}
},
2020-10-07 00:06:20 +00:00
"user": {
"data": {
2020-10-08 00:06:03 +00:00
"name": "Nazwa",
2020-10-24 00:05:17 +00:00
"url": "URL interfejsu internetowego"
2020-10-07 00:06:20 +00:00
}
}
}
2020-07-11 00:02:51 +00:00
}
}