Skip to content

Commit

Permalink
Merge pull request #51 from er2de2/dev
Browse files Browse the repository at this point in the history
Correction of translation errors
  • Loading branch information
davidtakac authored Aug 5, 2024
2 parents 6897f45 + 2baca48 commit 7b8eaba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<string name="cond_screen_title">Warunki pogodowe</string>
<string name="cond_screen_pop">Szansa na opady</string>
<string name="cond_screen_precip">Suma opadów</string>
<string name="cond_screen_temp_unit_celsius">Celsiusz (°C)</string>
<string name="cond_screen_temp_unit_fahrenheit">Fahrenheit (°F)</string>
<string name="cond_screen_precip_value_in_last_hours">Ostatnie %s godziny</string>
Expand Down Expand Up @@ -80,7 +81,7 @@
<string name="precip_rain">Deszcz</string>
<string name="precip_showers">Mżawka</string>
<string name="precip_snow">Snieg</string>
<string name="precip_value_in_last_hours">In last %sh</string>
<string name="precip_value_in_last_hours">w ciągu ostatnich %sh</string>
<string name="precip_value_showers_in_next_hours">%1$s mżawka spodziewana w ciągu %2$sh.</string>
<string name="precip_value_rain_in_next_hours">%1$s deszcz spodziewany w ciągu %2$sh.</string>
<string name="precip_value_snow_in_next_hours">%1$s snieg spodziewany w ciągu %2$sh.</string>
Expand Down

0 comments on commit 7b8eaba

Please sign in to comment.