New translations Intents.stringsdict (Swedish)

This commit is contained in:
Eugen Rochko 2022-04-27 18:40:10 +02:00
parent 261d0f421d
commit f8c5e57818
1 changed files with 6 additions and 6 deletions

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>Det finns %#@count_option@ alternativ som matchar ${content}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>%ld alternativ</string>
<key>other</key>
<string>%ld options</string>
<string>%ld alternativ</string>
</dict>
</dict>
<key>There are ${count} options matching ${visibility}.</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${visibility}.</string>
<string>Det finns %#@count_option@ alternativ som matchar ${visibility}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>%ld alternativ</string>
<key>other</key>
<string>%ld options</string>
<string>%ld alternativ</string>
</dict>
</dict>
</dict>