New translations Localizable.stringsdict (Dutch)

This commit is contained in:
Eugen Rochko 2021-08-09 10:17:27 +02:00
parent ec1aedada1
commit 4940c00b82
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<key>a11y.plural.count.input_limit_exceeds</key> <key>a11y.plural.count.input_limit_exceeds</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Input limit exceeds %#@character_count@</string> <string>Invoer limiet overschrijdt %#@character_count@</string>
<key>character_count</key> <key>character_count</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -13,9 +13,9 @@
<key>NSStringFormatValueTypeKey</key> <key>NSStringFormatValueTypeKey</key>
<string>ld</string> <string>ld</string>
<key>one</key> <key>one</key>
<string>1 character</string> <string>1 teken</string>
<key>other</key> <key>other</key>
<string>%ld characters</string> <string>%ld tekens</string>
</dict> </dict>
</dict> </dict>
<key>a11y.plural.count.input_limit_remains</key> <key>a11y.plural.count.input_limit_remains</key>