fix: use IMGW Hybrid for current weather
This commit is contained in:
10
lib/i18n.tsx
10
lib/i18n.tsx
@@ -61,6 +61,7 @@ const translations = {
|
||||
"weather.humidity": "Wilgotność",
|
||||
"weather.wind": "Wiatr",
|
||||
"weather.rainfall": "Suma opadu",
|
||||
"weather.rainfall10m": "Opad 10 min",
|
||||
"weather.pressure": "Ciśnienie",
|
||||
"weather.feelsLike": "Odczuwalna",
|
||||
"weather.measurement": "pomiar",
|
||||
@@ -68,6 +69,10 @@ const translations = {
|
||||
"weather.calm": "Spokojne warunki",
|
||||
"weather.humid": "Wilgotno",
|
||||
"weather.strongWind": "Silny wiatr",
|
||||
"weather.currentRain": "Opady deszczu",
|
||||
"weather.currentSnow": "Opady śniegu",
|
||||
"weather.thunderstorm": "Burza",
|
||||
"weather.hybridAnalysis": "analiza IMGW Hybrid",
|
||||
"weather.airTemperature": "Temperatura",
|
||||
"weather.windSpeed": "Prędkość wiatru",
|
||||
"weather.rainfallTotal": "Suma opadu",
|
||||
@@ -228,6 +233,7 @@ const translations = {
|
||||
"weather.humidity": "Humidity",
|
||||
"weather.wind": "Wind",
|
||||
"weather.rainfall": "Rainfall total",
|
||||
"weather.rainfall10m": "Rainfall 10 min",
|
||||
"weather.pressure": "Pressure",
|
||||
"weather.feelsLike": "Feels like",
|
||||
"weather.measurement": "measurement",
|
||||
@@ -235,6 +241,10 @@ const translations = {
|
||||
"weather.calm": "Calm conditions",
|
||||
"weather.humid": "Humid",
|
||||
"weather.strongWind": "Strong wind",
|
||||
"weather.currentRain": "Rain",
|
||||
"weather.currentSnow": "Snow",
|
||||
"weather.thunderstorm": "Thunderstorm",
|
||||
"weather.hybridAnalysis": "IMGW Hybrid analysis",
|
||||
"weather.airTemperature": "Temperature",
|
||||
"weather.windSpeed": "Wind speed",
|
||||
"weather.rainfallTotal": "Rainfall total",
|
||||
|
||||
Reference in New Issue
Block a user