fix: stop treating rainfall total as current rain
This commit is contained in:
12
lib/i18n.tsx
12
lib/i18n.tsx
@@ -61,7 +61,7 @@ const translations = {
|
||||
"favorites.remove": "Usuń z ulubionych",
|
||||
"weather.humidity": "Wilgotność",
|
||||
"weather.wind": "Wiatr",
|
||||
"weather.rainfall": "Opad",
|
||||
"weather.rainfall": "Suma opadu",
|
||||
"weather.pressure": "Ciśnienie",
|
||||
"weather.feelsLike": "Odczuwalna",
|
||||
"weather.measurement": "pomiar",
|
||||
@@ -69,8 +69,6 @@ const translations = {
|
||||
"weather.calm": "Spokojne warunki",
|
||||
"weather.humid": "Wilgotno",
|
||||
"weather.strongWind": "Silny wiatr",
|
||||
"weather.rain": "Opady",
|
||||
"weather.heavyRain": "Wyraźne opady",
|
||||
"weather.airTemperature": "Temperatura",
|
||||
"weather.windSpeed": "Prędkość wiatru",
|
||||
"weather.rainfallTotal": "Suma opadu",
|
||||
@@ -79,7 +77,7 @@ const translations = {
|
||||
"weather.pressureDetail": "Ciśnienie atmosferyczne",
|
||||
"weather.windSpeedDetail": "Bieżący odczyt IMGW",
|
||||
"weather.windDirectionDetail": "Kierunek napływu wiatru",
|
||||
"weather.rainfallDetail": "Suma opadu z pomiaru IMGW",
|
||||
"weather.rainfallDetail": "Akumulowana suma opadu z pomiaru IMGW. Nie oznacza, że pada w tej chwili.",
|
||||
"weather.temperatureDetail": "Temperatura powietrza",
|
||||
"forecast.label": "Prognoza modelowa",
|
||||
"forecast.title": "Najbliższe godziny i dni",
|
||||
@@ -205,7 +203,7 @@ const translations = {
|
||||
"favorites.remove": "Remove from favourites",
|
||||
"weather.humidity": "Humidity",
|
||||
"weather.wind": "Wind",
|
||||
"weather.rainfall": "Rainfall",
|
||||
"weather.rainfall": "Rainfall total",
|
||||
"weather.pressure": "Pressure",
|
||||
"weather.feelsLike": "Feels like",
|
||||
"weather.measurement": "measurement",
|
||||
@@ -213,8 +211,6 @@ const translations = {
|
||||
"weather.calm": "Calm conditions",
|
||||
"weather.humid": "Humid",
|
||||
"weather.strongWind": "Strong wind",
|
||||
"weather.rain": "Rainfall",
|
||||
"weather.heavyRain": "Heavy rainfall",
|
||||
"weather.airTemperature": "Temperature",
|
||||
"weather.windSpeed": "Wind speed",
|
||||
"weather.rainfallTotal": "Rainfall total",
|
||||
@@ -223,7 +219,7 @@ const translations = {
|
||||
"weather.pressureDetail": "Atmospheric pressure",
|
||||
"weather.windSpeedDetail": "Current IMGW reading",
|
||||
"weather.windDirectionDetail": "Direction the wind is coming from",
|
||||
"weather.rainfallDetail": "Total rainfall from the IMGW reading",
|
||||
"weather.rainfallDetail": "Accumulated rainfall total from the IMGW reading. It does not mean that it is raining right now.",
|
||||
"weather.temperatureDetail": "Air temperature",
|
||||
"forecast.label": "Model forecast",
|
||||
"forecast.title": "Upcoming hours and days",
|
||||
|
||||
Reference in New Issue
Block a user