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

30 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-05 00:32:19 +00:00
{
"config": {
2020-01-15 00:31:56 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "Lokalizacja jest ju\u017c skonfigurowana"
2020-01-15 00:31:56 +00:00
},
2019-10-05 00:32:19 +00:00
"error": {
2020-10-07 00:06:20 +00:00
"invalid_api_key": "Nieprawid\u0142owy klucz API",
"wrong_location": "Brak stacji pomiarowych Airly w tym rejonie"
2019-10-05 00:32:19 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Klucz API",
2020-10-13 00:03:24 +00:00
"latitude": "Szeroko\u015b\u0107 geograficzna",
"longitude": "D\u0142ugo\u015b\u0107 geograficzna",
2020-10-07 00:06:20 +00:00
"name": "Nazwa"
2019-10-05 00:32:19 +00:00
},
"description": "Konfiguracja integracji Airly. By wygenerowa\u0107 klucz API, przejd\u017a na stron\u0119 https://developer.airly.eu/register",
"title": "Airly"
}
2020-04-15 16:51:07 +00:00
}
2020-12-05 00:03:50 +00:00
},
"system_health": {
"info": {
2021-03-16 00:04:36 +00:00
"can_reach_server": "Dost\u0119p do serwera Airly",
"requests_per_day": "Dozwolone dzienne \u017c\u0105dania",
"requests_remaining": "Pozosta\u0142o dozwolonych \u017c\u0105da\u0144"
2020-12-05 00:03:50 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-05 00:32:19 +00:00
}