forked from zelo72/mastodon-ios
New translations Localizable.stringsdict (Spanish, Argentina)
This commit is contained in:
parent
c21750edde
commit
4ca53b1123
|
@ -50,6 +50,22 @@
|
|||
<string>mensajes</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.number.poll_option</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@number_poll_option@</string>
|
||||
<key>number_poll_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>one</key>
|
||||
<string>Option 1</string>
|
||||
<key>other</key>
|
||||
<string>Option %ld %ld</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>plural.count.post</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
|
|
Loading…
Reference in New Issue