2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

New translations localizable.stringsdict (Welsh)

This commit is contained in:
Eugen Rochko 2024-07-26 11:20:29 +02:00
parent c7fec8507f
commit 567f26d3ca

View File

@ -717,5 +717,29 @@
<string>%ld eiliad yn ôl</string>
</dict>
</dict>
<key>plural.filtered_notification_banner.subtitle</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@number_of_requests@</string>
<key>number_of_requests</key>
<dict>
<key>zero</key>
<string>%ld people you may know</string>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>One person you may know</string>
<key>two</key>
<string>%ld people you may know</string>
<key>few</key>
<string>%ld people you may know</string>
<key>many</key>
<string>%ld people you may know</string>
<key>other</key>
<string>%ld people you may know</string>
</dict>
</dict>
</dict>
</plist>