New translations Localizable.stringsdict (Portuguese)

This commit is contained in:
Eugen Rochko 2022-05-11 15:29:08 +02:00
parent e0afc00cc4
commit e2516b9c5f
1 changed files with 16 additions and 0 deletions

View File

@ -66,6 +66,22 @@
<string>posts</string>
</dict>
</dict>
<key>plural.count.media</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@media_count@</string>
<key>media_count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>1 media</string>
<key>other</key>
<string>%ld media</string>
</dict>
</dict>
<key>plural.count.post</key>
<dict>
<key>NSStringLocalizedFormatKey</key>