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

38 lines
1.3 KiB
JSON
Raw Normal View History

2020-02-05 00:31:54 +00:00
{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Mikronik jest ju\u017c skonfigurowany.",
"already_configured_device": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-02-05 00:31:54 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "[%key::common::config_flow::error::cannot_connect%]",
"invalid_auth": "Niepoprawne uwierzytelnienie",
2020-02-09 00:31:39 +00:00
"name_exists": "Nazwa ju\u017c istnieje.",
2020-02-05 00:31:54 +00:00
"wrong_credentials": "B\u0142\u0119dne dane uwierzytelniaj\u0105ce"
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Nazwa hosta lub adres IP",
2020-02-05 00:31:54 +00:00
"name": "Nazwa",
2020-05-15 00:02:56 +00:00
"password": "Has\u0142o",
"port": "Port",
"username": "Nazwa u\u017cytkownika",
2020-02-06 00:31:53 +00:00
"verify_ssl": "U\u017cyj SSL"
2020-02-05 00:31:54 +00:00
},
2020-02-15 00:31:45 +00:00
"title": "Konfiguracja routera Mikrotik"
2020-02-05 00:31:54 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-02-05 00:31:54 +00:00
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "W\u0142\u0105cz ping ARP",
2020-02-06 00:31:53 +00:00
"detection_time": "Czas przed oznaczeniem \"poza domem\"",
2020-02-05 00:31:54 +00:00
"force_dhcp": "Wymu\u015b skanowanie przy u\u017cyciu DHCP"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-05 00:31:54 +00:00
}