Updated Basque plurals (#1019)

This commit is contained in:
Xabi 2023-02-22 22:12:22 +01:00 committed by GitHub
parent e4b880dfe5
commit 0746f409b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 2 deletions

View File

@ -181,7 +181,7 @@
<key>design.tag.n-posts-from-n-participants %lld %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@tagParticipantsCount@ %#@tagPostsCount@</string>
<string>%2$#@tagParticipantsCount@ %1$#@tagPostsCount@</string>
<key>tagParticipantsCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -208,7 +208,7 @@
<key>timeline.n-recent-from-n-participants %lld %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@tagParticipantsCount@ %#@tagPostsCount@</string>
<string>%2$#@tagParticipantsCount@ %1$#@tagPostsCount@</string>
<key>tagParticipantsCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -232,5 +232,32 @@
<string>%lld bidalketa</string>
</dict>
</dict>
<key>status.poll.n-votes-voters %lld %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%2$#@tagVotersCount@ %1$#@tagVotesCount@</string>
<key>tagVotesCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>boto %lld</string>
<key>other</key>
<string>%lld boto</string>
</dict>
<key>tagVotersCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>Boto-emaile baten</string>
<key>other</key>
<string>%lld boto-emaileren</string>
</dict>
</dict>
</dict>
</plist>