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

50 lines
2.1 KiB
JSON
Raw Normal View History

2018-09-10 11:44:27 +00:00
{
"config": {
2020-10-04 00:05:05 +00:00
"abort": {
2022-11-10 00:27:41 +00:00
"already_configured": "Lokalizacja jest ju\u017c skonfigurowana",
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
2020-10-04 00:05:05 +00:00
},
2018-09-10 11:44:27 +00:00
"error": {
2020-10-13 00:03:24 +00:00
"invalid_api_key": "Nieprawid\u0142owy klucz API"
2018-09-10 11:44:27 +00:00
},
"step": {
2022-11-10 00:27:41 +00:00
"reauth_confirm": {
"data": {
"api_key": "Klucz API"
},
"description": "Wprowad\u017a ponownie klucz API dla {latitude}, {longitude}.",
"title": "Ponownie uwierzytelnij integracj\u0119"
},
2018-09-10 11:44:27 +00:00
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Klucz API",
2018-09-11 19:36:54 +00:00
"elevation": "Wysoko\u015b\u0107",
2020-10-13 00:03:24 +00:00
"latitude": "Szeroko\u015b\u0107 geograficzna",
"longitude": "D\u0142ugo\u015b\u0107 geograficzna"
2018-09-11 19:36:54 +00:00
},
2019-09-05 10:11:41 +00:00
"title": "Wprowad\u017a dane"
2018-09-10 11:44:27 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-08-27 00:14:42 +00:00
},
2022-09-23 00:32:50 +00:00
"issues": {
"deprecated_service_multiple_alternate_targets": {
"description": "Zaktualizuj wszystkie automatyzacje lub skrypty, kt\u00f3re u\u017cywaj\u0105 tej us\u0142ugi, aby zamiast tego u\u017cywa\u0142y us\u0142ugi `{alternate_service}` z jednym z tych identyfikator\u00f3w encji jako docelow\u0105: `{alternate_targets}`.",
"title": "Us\u0142uga {deprecated_service} zostanie usuni\u0119ta"
},
"deprecated_service_single_alternate_target": {
"description": "Zaktualizuj wszystkie automatyzacje lub skrypty korzystaj\u0105ce z tej us\u0142ugi, aby zamiast tego u\u017cywa\u0142y us\u0142ugi `{alternate_service}` z `{alternate_targets}` jako docelow\u0105.",
"title": "Us\u0142uga {deprecated_service} zostanie usuni\u0119ta"
}
},
2021-08-27 00:14:42 +00:00
"options": {
"step": {
"init": {
2021-08-29 00:11:57 +00:00
"data": {
"from_window": "Pocz\u0105tkowy indeks UV",
"to_window": "Ko\u0144cowy indeks UV"
},
"title": "Konfiguracja OpenUV"
2021-08-27 00:14:42 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2018-09-10 11:44:27 +00:00
}