New translations Intents.stringsdict (Spanish)

This commit is contained in:
Eugen Rochko 2021-08-11 18:37:39 +02:00
parent b9f5616f57
commit 8ed42a5f3b
1 changed files with 4 additions and 4 deletions

View File

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