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

61 lines
2.7 KiB
JSON
Raw Normal View History

2020-07-21 00:03:00 +00:00
{
"config": {
"abort": {
2020-09-16 00:09:01 +00:00
"already_configured": "Konto jest ju\u017c skonfigurowane",
2022-08-12 00:23:47 +00:00
"already_configured_account": "Konto jest ju\u017c skonfigurowane",
"already_configured_device": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
2020-10-12 00:03:31 +00:00
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci",
2022-08-12 00:23:47 +00:00
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119",
"unreachable": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-07-21 00:03:00 +00:00
},
"error": {
2020-10-08 00:06:03 +00:00
"invalid_access_token": "Niepoprawny token dost\u0119pu",
2022-08-12 00:23:47 +00:00
"unknown": "Nieoczekiwany b\u0142\u0105d",
"unreachable": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
2020-07-21 00:03:00 +00:00
},
2022-08-12 00:23:47 +00:00
"flow_title": "{model} ({device_id})",
2020-07-21 00:03:00 +00:00
"step": {
2022-08-12 00:23:47 +00:00
"cloud": {
"data": {
"access_token": "Token dost\u0119pu",
"email": "Adres e-mail"
},
"description": "Aby uzyska\u0107 token dost\u0119pu programisty Awair, musisz zarejestrowa\u0107 si\u0119 pod adresem: {url}"
},
"discovery_confirm": {
"description": "Czy chcesz skonfigurowa\u0107 {model} ({device_id})?"
},
"local": {
"data": {
"host": "Adres IP"
},
"description": "Lokalny interfejs API Awair musi by\u0107 w\u0142\u0105czony, wykonuj\u0105c nast\u0119puj\u0105ce czynno\u015bci: {url}"
},
2020-07-21 00:03:00 +00:00
"reauth": {
"data": {
"access_token": "Token dost\u0119pu",
"email": "Adres e-mail"
2020-10-08 00:06:03 +00:00
},
"description": "Wprowad\u017a ponownie token dost\u0119pu programisty Awair."
2020-07-21 00:03:00 +00:00
},
2022-07-05 00:23:09 +00:00
"reauth_confirm": {
"data": {
"access_token": "Token dost\u0119pu",
"email": "Adres e-mail"
},
"description": "Wprowad\u017a ponownie token dost\u0119pu programisty Awair."
},
2020-07-21 00:03:00 +00:00
"user": {
"data": {
"access_token": "Token dost\u0119pu",
"email": "Adres e-mail"
2020-10-08 00:06:03 +00:00
},
2022-08-12 00:23:47 +00:00
"description": "Wybierz lokalny, aby uzyska\u0107 najlepsze efekty. Korzystaj z chmury tylko wtedy, gdy urz\u0105dzenie nie jest pod\u0142\u0105czone do tej samej sieci co Home Assistant lub je\u015bli masz starsze urz\u0105dzenie.",
"menu_options": {
"cloud": "Po\u0142\u0105cz si\u0119 przez chmur\u0119",
"local": "Po\u0142\u0105cz lokalnie (preferowane)"
}
2020-07-21 00:03:00 +00:00
}
}
}
}