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

48 lines
1.6 KiB
JSON
Raw Normal View History

2020-06-19 00:10:18 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-06-19 00:10:18 +00:00
},
"error": {
2020-09-15 00:09:18 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2020-09-16 00:09:01 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-06-19 00:10:18 +00:00
"no_results": "Brak wynik\u00f3w. Spr\u00f3buj z inn\u0105 stacj\u0105/adresem."
},
"step": {
"station": {
"data": {
"station": "Stacja/adres"
},
"title": "Wprowad\u017a stacj\u0119/adres"
},
"station_select": {
"data": {
"station": "Stacja/adres"
},
"title": "Wybierz stacj\u0119/adres"
},
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"password": "[%key_id:common::config_flow::data::password%]",
"username": "[%key_id:common::config_flow::data::username%]"
},
"title": "Po\u0142\u0105czenie z API HVV"
}
}
},
"options": {
"step": {
"init": {
"data": {
"filter": "Wybierz linie",
"offset": "Przesuni\u0119cie (minuty)",
"real_time": "U\u017cywaj danych czasu rzeczywistego"
},
"description": "Zmie\u0144 opcje dla tego sensora odjazd\u00f3w",
"title": "Opcje"
}
}
},
"title": "Odjazdy HVV"
}