summaryrefslogtreecommitdiff
path: root/platform/ios/resources/en.lproj/Localizable.stringsdict
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/resources/en.lproj/Localizable.stringsdict')
-rw-r--r--platform/ios/resources/en.lproj/Localizable.stringsdict19
1 files changed, 15 insertions, 4 deletions
diff --git a/platform/ios/resources/en.lproj/Localizable.stringsdict b/platform/ios/resources/en.lproj/Localizable.stringsdict
index ee4de02116..e849318fe5 100644
--- a/platform/ios/resources/en.lproj/Localizable.stringsdict
+++ b/platform/ios/resources/en.lproj/Localizable.stringsdict
@@ -5,8 +5,19 @@
<key>MAP_A11Y_VALUE</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
- <string>Zoom %dx
-%#@count@ visible</string>
+ <string>%#@level@
+%#@count@</string>
+ <key>level</key>
+ <dict>
+ <key>NSStringFormatSpecTypeKey</key>
+ <string>NSStringPluralRuleType</string>
+ <key>NSStringFormatValueTypeKey</key>
+ <string>d</string>
+ <key>one</key>
+ <string>Zoom %dx</string>
+ <key>other</key>
+ <string>Zoom %dx</string>
+ </dict>
<key>count</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@@ -14,9 +25,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
- <string>%d annotation</string>
+ <string>%d annotation visible</string>
<key>other</key>
- <string>%d annotations</string>
+ <string>%d annotations visible</string>
</dict>
</dict>
</dict>