New translations Localizable.stringsdict (Dutch)

This commit is contained in:
Eugen Rochko 2022-11-14 13:41:50 +01:00
parent 1d422047e3
commit 8cba22bcf7
1 changed files with 16 additions and 0 deletions

View File

@ -50,6 +50,22 @@
<string>%ld tekens</string>
</dict>
</dict>
<key>a11y.plural.count.characters_left</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@character_count@ left</string>
<key>character_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 character</string>
<key>other</key>
<string>%ld characters</string>
</dict>
</dict>
<key>plural.count.followed_by_and_mutual</key>
<dict>
<key>NSStringLocalizedFormatKey</key>