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

30 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-08 00:31:50 +00:00
{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"unsupported_model": "Ten model drukarki nie jest obs\u0142ugiwany"
2020-01-08 00:31:50 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
2020-10-07 00:06:20 +00:00
"snmp_error": "Serwer SNMP wy\u0142\u0105czony lub drukarka nie jest obs\u0142ugiwana",
"wrong_host": "Niepoprawna nazwa hosta lub adres IP drukarki"
2020-01-08 00:31:50 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{model} {serial_number}",
2020-01-08 00:31:50 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP",
2020-01-08 00:31:50 +00:00
"type": "Typ drukarki"
},
2020-05-29 00:04:16 +00:00
"description": "Konfiguracja integracji drukarek Brother. Je\u015bli masz problemy z konfiguracj\u0105, przejd\u017a na stron\u0119: https://www.home-assistant.io/integrations/brother"
2020-01-25 00:31:41 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Typ drukarki"
},
2020-11-24 00:04:19 +00:00
"description": "Czy chcesz doda\u0107 drukark\u0119 Brother {model} o numerze seryjnym `{serial_number}` do Home Assistanta?",
2020-01-25 00:31:41 +00:00
"title": "Wykryto drukark\u0119 Brother"
2020-01-08 00:31:50 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-08 00:31:50 +00:00
}