New translations Intents.stringsdict (Spanish, Argentina)

This commit is contained in:
Eugen Rochko 2021-08-10 16:09:44 +02:00
parent b51eb1f7f2
commit c98cdc9fd6
1 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<key>There are ${count} options matching ${content}. - 2</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>There are %#@count_option@ matching ${content}.</string>
<string>Hay %#@count_option@ coincidentes con ${content}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -13,15 +13,15 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<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>There are %#@count_option@ matching ${visibility}.</string>
<string>Hay %#@count_option@ coincidentes con ${visibility}.</string>
<key>count_option</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -29,9 +29,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>%ld</string>
<key>one</key>
<string>1 option</string>
<string>1 opción</string>
<key>other</key>
<string>%ld options</string>
<string>%ld opciones</string>
</dict>
</dict>
</dict>