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

37 lines
932 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
2020-09-16 00:09:01 +00:00
"config": {
2020-09-29 00:03:20 +00:00
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
2020-09-16 00:09:01 +00:00
"error": {
"service_unavailable": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
},
"step": {
"protocol": {
"data": {
"host": "Nazwa hosta lub adres IP",
"port": "Port"
}
}
}
},
2020-09-15 00:09:18 +00:00
"options": {
"step": {
2020-09-29 00:03:20 +00:00
"init": {
"data": {
"edit_select": "Edytuj"
}
},
2020-09-15 00:09:18 +00:00
"zone_details": {
"data": {
"zone_relaychan": "Kana\u0142 przeka\u017anika"
}
},
"zone_select": {
"data": {
"zone_number": "Numer strefy"
}
}
}
}
}