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

35 lines
1.1 KiB
JSON
Raw Normal View History

2020-09-04 00:04:26 +00:00
{
"config": {
2020-09-16 00:09:01 +00:00
"abort": {
2020-10-15 00:03:50 +00:00
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.",
2020-09-16 00:09:01 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
2020-09-04 00:04:26 +00:00
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-09-06 00:03:25 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-09-06 00:03:25 +00:00
"step": {
"user": {
"data": {
2020-09-07 00:03:02 +00:00
"host": "Nazwa hosta lub adres IP",
"name": "Nazwa",
"password": "Has\u0142o",
"port": "Port",
2020-10-07 00:06:20 +00:00
"ssl": "Certyfikat SSL",
"username": "Nazwa u\u017cytkownika",
"verify_ssl": "Weryfikacja certyfikatu SSL"
2020-10-05 00:04:23 +00:00
},
"title": "Po\u0142\u0105czenie z NZBGet"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Cz\u0119stotliwo\u015b\u0107 aktualizacji (w sekundach)"
2020-09-06 00:03:25 +00:00
}
}
2020-09-04 00:04:26 +00:00
}
}
}