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

32 lines
962 B
JSON
Raw Normal View History

2018-11-26 13:30:21 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
2020-10-13 00:03:24 +00:00
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
2020-02-26 00:31:47 +00:00
},
2018-11-26 13:30:21 +00:00
"error": {
2020-10-08 00:06:03 +00:00
"identifier_exists": "Konto jest ju\u017c skonfigurowane",
2020-10-07 00:06:20 +00:00
"invalid_auth": "Niepoprawne uwierzytelnienie",
2019-10-08 00:32:12 +00:00
"invalid_credentials": "Nieprawid\u0142owe dane uwierzytelniaj\u0105ce"
2018-11-26 13:30:21 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"ip_address": "Nazwa hosta lub adres IP",
"password": "Has\u0142o",
"port": "Port"
2018-11-26 13:30:21 +00:00
},
2019-09-05 10:11:41 +00:00
"title": "Wprowad\u017a dane"
2018-11-26 13:30:21 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-10-30 00:02:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Domy\u015blny czas dzia\u0142ania dla strefy (w sekundach)"
},
"title": "Konfiguracja RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2018-11-26 13:30:21 +00:00
}