Skip to content

Commit

Permalink
Merge pull request #38 from nepozs/patch-1
Browse files Browse the repository at this point in the history
Added polish translation
  • Loading branch information
FL550 authored Oct 18, 2021
2 parents 4c26e6a + 4e903f5 commit 78a7bb6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/dwd_weather/translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "Deutscher Wetterdienst - Niemiecka Służba Pogodowa (DWD)",
"config": {
"step": {
"user": {
"description": "Szerokość i długość geograficzna zostaną użyte do znalezienia najbliższej stacji pogodowej. Jeśli określisz identyfikator stacji, zostanie on użyty, a szerokość i długość geograficzna zostaną zignorowane. Możesz wyszukać dostępne identyfikatory stacji tutaj: https://github.com/FL550/simple_dwd_weatherforecast/blob/master/simple_dwd_weatherforecast/stations.py",
"title": "Deutscher Wetterdienst - Niemiecka Służba Pogodowa (DWD)",
"data": {
"latitude": "Szerokość geograficzna",
"longitude": "Długość geograficzna",
"station_id": "Identyfikator stacji",
"weather_interval": "Interwał prognozy w godzinach"
}
}
},
"error": {
"cannot_connect": "Nie można się połączyć",
"invalid_station_id": "Nieprawidłowy identyfikator stacji",
"weather_interval_too_big": "Maksymalny interwał to 24 godziny",
"weather_interval_remainder_not_zero": "Reszta z dzielenia 24 godzin przez wartość musi wynosić zero",
"unknown": "Nieznany błąd"
},
"abort": {
"already_configured": "Ta stacja jest już skonfigurowana"
}
}
}

0 comments on commit 78a7bb6

Please sign in to comment.