Polish localization update (#980)

This commit is contained in:
Andrzej Rózga 2023-02-21 18:51:25 +01:00 committed by GitHub
parent ce0d27537a
commit 654f6f5d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 3 deletions

View File

@ -92,6 +92,35 @@
<string>%lld głosów</string>
</dict>
</dict>
<key>status.poll.n-votes-voters %lld %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@tagVotesCount@ %#@tagVotersCount@</string>
<key>tagVotesCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>%lld głos</string>
<key>few</key>
<string>%lld głosy</string>
<key>other</key>
<string>%lld głosów</string>
</dict>
<key>tagVotersCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>od %lld głosującego</string>
<key>other</key>
<string>od %lld głosujących</string>
</dict>
</dict>
<key>account.detail.featured-tags-n-posts %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>

View File

@ -365,7 +365,7 @@
"status.action.translated-label-%@" = "Przetłumaczono za pomocą %@";
"status.action.bookmark" = "Dodaj zakładkę";
"status.action.boost" = "Podbij";
"status.action.boost-to-followers" = "Boost to Followers";
"status.action.boost-to-followers" = "Podbij do obserwujących";
"status.action.copy-text" = "Kopiuj tekst";
"status.action.delete" = "Usuń";
"status.action.delete.confirm.title" = "Potwierdź";
@ -426,8 +426,6 @@
"status.media.contextmenu.share" = "Udostępnij ten obrazek";
"status.media.contextmenu.view-browser" = "Zobacz w przeglądarce";
"status.media.sensitive.show" = "Pokaż wrażliwą zawartość";
"status.poll.n-votes %lld" = "%lld votes";
"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters";
"status.poll.closed" = "Zamknięty";
"status.poll.closes-in" = "Zostanie zakończony za ";
"status.poll.duration" = "Czas trwania sondażu";