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

25 lines
632 B
JSON
Raw Normal View History

2020-05-15 00:02:56 +00:00
{
"config": {
2020-05-20 00:03:49 +00:00
"abort": {
"addr_in_use": "Port serwera jest ju\u017c w u\u017cyciu.",
"start_server_failed": "Uruchomienie serwera nie powiod\u0142o si\u0119."
},
2020-05-15 00:02:56 +00:00
"step": {
"user": {
"data": {
"port": "Port serwera"
2020-05-20 00:03:49 +00:00
},
"title": "Konfiguracja serwera TCP dla urz\u0105dze\u0144 WIFFI"
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Limit czasu (minuty)"
2020-05-15 00:02:56 +00:00
}
}
}
}
}