1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-25 00:13:28 +01:00

New translations Intents.stringsdict (Spanish)

This commit is contained in:
Eugen Rochko 2021-08-11 18:37:39 +02:00
parent b9f5616f57
commit 8ed42a5f3b

View File

@ -5,7 +5,7 @@
<key>There are ${count} options matching ${content}. - 2</key> <key>There are ${count} options matching ${content}. - 2</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Hay %#@count_option@ coincidencias con ${content}.</string> <string>Hay %#@count_option@ coincidencias con «${content}».</string>
<key>count_option</key> <key>count_option</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -15,13 +15,13 @@
<key>one</key> <key>one</key>
<string>1 opción</string> <string>1 opción</string>
<key>other</key> <key>other</key>
<string>%ld options</string> <string>%ld opciones</string>
</dict> </dict>
</dict> </dict>
<key>There are ${count} options matching ${visibility}.</key> <key>There are ${count} options matching ${visibility}.</key>
<dict> <dict>
<key>NSStringLocalizedFormatKey</key> <key>NSStringLocalizedFormatKey</key>
<string>Hay %#@count_option@ coincidencias con ${visibility}.</string> <string>Hay %#@count_option@ coincidencias con «${visibility}».</string>
<key>count_option</key> <key>count_option</key>
<dict> <dict>
<key>NSStringFormatSpecTypeKey</key> <key>NSStringFormatSpecTypeKey</key>
@ -31,7 +31,7 @@
<key>one</key> <key>one</key>
<string>1 opción</string> <string>1 opción</string>
<key>other</key> <key>other</key>
<string>%ld options</string> <string>%ld opciones</string>
</dict> </dict>
</dict> </dict>
</dict> </dict>