From 5789f5cb3fef21b666eb3b7e3e1b8688eafe6f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sat, 1 Sep 2018 03:18:34 -0700 Subject: [ios] Added Arabic settings, accessibility translations --- .../Settings.bundle/ar.lproj/Root.strings | 3 + platform/ios/ios.xcodeproj/project.pbxproj | 4 ++ .../ios/resources/ar.lproj/Localizable.stringsdict | 78 ++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 platform/ios/framework/Settings.bundle/ar.lproj/Root.strings create mode 100644 platform/ios/resources/ar.lproj/Localizable.stringsdict diff --git a/platform/ios/framework/Settings.bundle/ar.lproj/Root.strings b/platform/ios/framework/Settings.bundle/ar.lproj/Root.strings new file mode 100644 index 0000000000..352bb0eddc --- /dev/null +++ b/platform/ios/framework/Settings.bundle/ar.lproj/Root.strings @@ -0,0 +1,3 @@ +"TELEMETRY_GROUP_TITLE" = "إعدادات الخصوصية"; +"TELEMETRY_SWITCH_TITLE" = "القياس عن بعد"; +"TELEMETRY_GROUP_FOOTER" = "يتيح هذا الإعداد للتطبيق مشاركة المكان وبيانات الاستخدام مجهّلة مع Mapbox."; diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj index 3875d46865..d99bab2bc7 100644 --- a/platform/ios/ios.xcodeproj/project.pbxproj +++ b/platform/ios/ios.xcodeproj/project.pbxproj @@ -1243,6 +1243,8 @@ DAA4E4061CBB5CBF00178DFB /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; }; DAA4E4131CBB71D400178DFB /* libMapbox.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMapbox.a; sourceTree = BUILT_PRODUCTS_DIR; }; DAABF73B1CBC59BB005B1825 /* libmbgl-core.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libmbgl-core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DAAE9B1B213A634700F7D722 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Root.strings; sourceTree = ""; }; + DAAE9B1C213A636B00F7D722 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ar; path = ar.lproj/Localizable.stringsdict; sourceTree = ""; }; DAAF72291DA903C700312FA4 /* MGLStyleValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLStyleValue.h; sourceTree = ""; }; DAAF722A1DA903C700312FA4 /* MGLStyleValue_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLStyleValue_Private.h; sourceTree = ""; }; DABCABA81CB80692000A7C39 /* Bench GL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Bench GL.app"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -3332,6 +3334,7 @@ DAD88E0C202AD06500AAA536 /* da */, DA93409F208563440059919A /* pt-PT */, DAFEB3792093AEA100A86A83 /* ko */, + DAAE9B1B213A634700F7D722 /* ar */, ); name = Root.strings; sourceTree = ""; @@ -3439,6 +3442,7 @@ DAD88E0B202AD04D00AAA536 /* da */, DA93409E208563360059919A /* pt-PT */, DAFEB3782093AE9200A86A83 /* ko */, + DAAE9B1C213A636B00F7D722 /* ar */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/platform/ios/resources/ar.lproj/Localizable.stringsdict b/platform/ios/resources/ar.lproj/Localizable.stringsdict new file mode 100644 index 0000000000..9cbc2c2d7a --- /dev/null +++ b/platform/ios/resources/ar.lproj/Localizable.stringsdict @@ -0,0 +1,78 @@ + + + + + MAP_A11Y_VALUE_ANNOTATIONS + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + zero + لا ملاحظات ظاهرة + one + ملاحظة واحدة ظاهرة + two + ملاحظتان ظاهرتان + few + %d ملاحظات ظاهرة + many + %d ملاحظة ظاهرة + other + %d ملاحظة ظاهرة + + + MAP_A11Y_VALUE_ROADS + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + zero + لا طرق ظاهرة + one + طريق واحد ظاهر + two + طريقان ظاهران + few + %d طرق ظاهرة + many + %d طريقا ظاهرا + other + %d طريق ظاهر + + + MAP_A11Y_VALUE_ZOOM + + NSStringLocalizedFormatKey + %#@level@ + level + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + لا تكبير + one + %dx تكبير + two + %dx تكبير + few + %dx تكبير + many + %dx تكبير + other + %dx تكبير + + + + -- cgit v1.2.1