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

New translations Intents.stringsdict (Ukrainian)

This commit is contained in:
Eugen Rochko 2022-11-18 13:39:34 +01:00
parent 4289098101
commit c4e44d50da

View File

@ -5,7 +5,7 @@
<key>There are ${count} options matching ${content}. - 2</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${content}.</string>
<string>Знайдено %#@count_option@ відповідних '${content}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -13,19 +13,19 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>параметр</string>
<key>few</key>
<string>%ld options</string>
<string>%ld параметри</string>
<key>many</key>
<string>%ld options</string>
<string>%ld параметрів</string>
<key>other</key>
<string>%ld options</string>
<string>%ld параметрів</string>
</dict>
</dict>
<key>There are ${count} options matching ${visibility}.</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${visibility}.</string>
<string>Знайдено %#@count_option@ відповідних '${visibility}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -33,13 +33,13 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>параметр</string>
<key>few</key>
<string>%ld options</string>
<string>%ld параметри</string>
<key>many</key>
<string>%ld options</string>
<string>%ld параметрів</string>
<key>other</key>
<string>%ld options</string>
<string>%ld параметрів</string>
</dict>
</dict>
</dict>