Updated Basque plurals (#1019)
This commit is contained in:
parent
e4b880dfe5
commit
0746f409b8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue