From 36382af4b899b60b4c82bf76e288739560a7a01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Wed, 3 May 2017 16:01:22 -0700 Subject: [ios, macos] Updated localizations from Transifex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulled various translations from Transifex. Although Transifex supports the stringsdict format, it doesn’t allow translators to customize the format. This change splits out a separate “level” key for the same format string and moves any prefixes and suffixes into the “level” and “count” keys. For now, each localization has been updated manually, but future updates will come from Transifex. --- .../ios/resources/es.lproj/Localizable.stringsdict | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 platform/ios/resources/es.lproj/Localizable.stringsdict (limited to 'platform/ios/resources/es.lproj/Localizable.stringsdict') diff --git a/platform/ios/resources/es.lproj/Localizable.stringsdict b/platform/ios/resources/es.lproj/Localizable.stringsdict new file mode 100644 index 0000000000..9532801ffa --- /dev/null +++ b/platform/ios/resources/es.lproj/Localizable.stringsdict @@ -0,0 +1,34 @@ + + + + + MAP_A11Y_VALUE + + NSStringLocalizedFormatKey + %#@level@ +%#@count@ + level + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + Zoom %dx + other + Zoom %dx + + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + one + %d anotación visible + other + %d anotaciones visibles + + + + -- cgit v1.2.1