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-01-09 00:31:49 +00:00
"already_configured": "Ta drukarka jest ju\u017c skonfigurowana.",
2020-01-08 00:31:50 +00:00
"unsupported_model": "Ten model drukarki nie jest obs\u0142ugiwany."
},
"error": {
"connection_error": "B\u0142\u0105d po\u0142\u0105czenia.",
"snmp_error": "Serwer SNMP wy\u0142\u0105czony lub drukarka nie jest obs\u0142ugiwana.",
"wrong_host": "Niepoprawna nazwa hosta lub adres IP drukarki."
},
2020-01-25 00:31:41 +00:00
"flow_title": "Drukarka Brother: {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-05-23 00:02:41 +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
}