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

37 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-28 04:32:58 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2019-06-14 21:53:13 +00:00
"link_local_address": "Po\u0142\u0105czenie lokalnego adresu nie jest obs\u0142ugiwane",
2020-04-08 00:08:19 +00:00
"not_axis_device": "Wykryte urz\u0105dzenie nie jest urz\u0105dzeniem Axis"
2019-03-28 04:32:58 +00:00
},
"error": {
2020-09-16 00:09:01 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2020-10-10 00:05:05 +00:00
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
2020-10-07 00:06:20 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie"
2019-03-28 04:32:58 +00:00
},
2021-02-03 10:46:49 +00:00
"flow_title": "{name} ({host})",
2019-03-28 04:32:58 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP",
"password": "Has\u0142o",
"port": "Port",
"username": "Nazwa u\u017cytkownika"
2019-03-28 04:32:58 +00:00
},
"title": "Konfiguracja urz\u0105dzenia Axis"
}
2020-04-15 16:51:07 +00:00
}
2020-06-04 00:04:15 +00:00
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Wybierz profil strumienia do u\u017cycia"
},
"title": "Opcje strumienia wideo urz\u0105dzenia Axis"
}
}
2020-05-29 00:04:16 +00:00
}
2019-03-28 04:32:58 +00:00
}