Skip to content

Commit

Permalink
[strings] Regenerated
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <me@alex.bio>
  • Loading branch information
biodranik authored and vng committed Jun 28, 2024
1 parent 105b948 commit 7507139
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions android/app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,24 @@
<item quantity="two">Znaleziono %d pliki. Zobaczysz je po konwersji.</item>
</plurals>
<string name="restore">Przywróć</string>
<plurals name="objects">
<item quantity="few">%d obiekty</item>
<item quantity="many">%d obiektów</item>
<item quantity="one">%d obiekt</item>
<item quantity="other">%d obiektu</item>
</plurals>
<plurals name="places">
<item quantity="few">%d miejsca</item>
<item quantity="many">%d miejsc</item>
<item quantity="one">%d miejsce</item>
<item quantity="other">%d miejsca</item>
</plurals>
<plurals name="tracks">
<item quantity="few">%d trasy</item>
<item quantity="many">%d tras</item>
<item quantity="one">%d trasa</item>
<item quantity="other">%d trasy</item>
</plurals>
<!-- Settings privacy group in settings screen -->
<string name="privacy">Prywatność</string>
<string name="privacy_policy">Polityka prywatności</string>
Expand Down
4 changes: 2 additions & 2 deletions iphone/Maps/LocalizedStrings/pl.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<key>one</key>
<string>%d obiekt</string>
<key>other</key>
<string>%d objects</string>
<string>%d obiektu</string>
</dict>
</dict>

Expand All @@ -81,7 +81,7 @@
<key>one</key>
<string>%d trasa</string>
<key>other</key>
<string>%d tracks</string>
<string>%d trasy</string>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 7507139

Please sign in to comment.