Update Basque plurals (#1178)

I seem to be unable to get plurals right but I want to believe I'm getting close 😉
This commit is contained in:
Xabi 2023-03-06 07:06:00 +01:00 committed by GitHub
parent cc71209254
commit 2a95678b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,9 +61,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>lld</string> <string>lld</string>
<key>one</key> <key>one</key>
<string> eta beste bat </string> <string> eta beste bat</string>
<key>other</key> <key>other</key>
<string> eta beste </string> <string> eta beste %lld</string>
</dict> </dict>
</dict> </dict>
<key>notifications.label.favorite %lld</key> <key>notifications.label.favorite %lld</key>
@ -79,7 +79,7 @@
<key>one</key> <key>one</key>
<string>(e)k gogoko egin du</string> <string>(e)k gogoko egin du</string>
<key>other</key> <key>other</key>
<string>%lld(e)k gogoko egin dute</string> <string>(e)k gogoko egin dute</string>
</dict> </dict>
</dict> </dict>
<key>notifications.label.follow %lld</key> <key>notifications.label.follow %lld</key>
@ -95,7 +95,7 @@
<key>one</key> <key>one</key>
<string>(e)k jarraitzen dizu</string> <string>(e)k jarraitzen dizu</string>
<key>other</key> <key>other</key>
<string>%lld(e)k jarraitzen dizute</string> <string>(e)k jarraitzen dizute</string>
</dict> </dict>
</dict> </dict>
<key>notifications.label.mention %lld</key> <key>notifications.label.mention %lld</key>
@ -111,7 +111,7 @@
<key>one</key> <key>one</key>
<string>(e)k aipatu zaitu</string> <string>(e)k aipatu zaitu</string>
<key>other</key> <key>other</key>
<string>%lld(e)k aipatu zaituzte</string> <string>(e)k aipatu zaituzte</string>
</dict> </dict>
</dict> </dict>
<key>notifications.label.reblog %lld</key> <key>notifications.label.reblog %lld</key>
@ -127,7 +127,7 @@
<key>one</key> <key>one</key>
<string>(e)k bultzatu du</string> <string>(e)k bultzatu du</string>
<key>other</key> <key>other</key>
<string>%lld(e)k bultzatu dute</string> <string>(e)k bultzatu dute</string>
</dict> </dict>
</dict> </dict>
<key>status.summary.n-favorites %lld</key> <key>status.summary.n-favorites %lld</key>