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

29 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-28 04:32:58 +00:00
{
"config": {
"abort": {
2020-05-15 00:02:56 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
2019-03-28 04:32:58 +00:00
"bad_config_file": "B\u0142\u0119dne dane z pliku konfiguracyjnego",
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-05-15 00:02:56 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane.",
2020-02-09 00:31:39 +00:00
"already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.",
2019-03-28 04:32:58 +00:00
"device_unavailable": "Urz\u0105dzenie jest niedost\u0119pne",
"faulty_credentials": "B\u0142\u0119dne dane uwierzytelniaj\u0105ce"
},
2019-10-20 00:32:18 +00:00
"flow_title": "Urz\u0105dzenie Axis: {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
}
},
"title": "Urz\u0105dzenie Axis"
2019-03-28 04:32:58 +00:00
}