New translations Intents.stringsdict (Dutch)

This commit is contained in:
Eugen Rochko 2021-11-01 18:14:37 +01:00
parent 45ee6941ba
commit 524f7c0cf6
1 changed files with 4 additions and 4 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>Er zijn %#@count_option@ die overeenkomen met ${content}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -13,7 +13,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>1 optie</string>
<key>other</key>
<string>%ld options</string>
</dict>
@ -21,7 +21,7 @@
<key>There are ${count} options matching ${visibility}.</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${visibility}.</string>
<string>Er zijn %#@count_option@ die overeenkomen met ${visibility}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -29,7 +29,7 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>1 optie</string>
<key>other</key>
<string>%ld options</string>
</dict>