diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-02-20 12:26:59 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-02-20 14:54:57 -0800 |
commit | 64a034285bf41a3b5aca9383e826e88193f20967 (patch) | |
tree | 04077bad2161f9d8deedf5bd73abcd4aec822824 /platform/ios | |
parent | e67bc1a7acd4ccf18d88286cc2bff99a4af18b4e (diff) | |
download | qtlocation-mapboxgl-64a034285bf41a3b5aca9383e826e88193f20967.tar.gz |
[ios, macos] Added Lithuanian localization
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/ios/framework/Settings.bundle/lt.lproj/Root.strings | 3 | ||||
-rw-r--r-- | platform/ios/ios.xcodeproj/project.pbxproj | 5 | ||||
-rw-r--r-- | platform/ios/resources/lt.lproj/Localizable.strings | 75 |
4 files changed, 84 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 5ef2f0d449..ded21414f9 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -9,7 +9,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Added support for right-to-left text and Arabic ligatures in labels. ([#6984](https://github.com/mapbox/mapbox-gl-native/pull/6984), [#7123](https://github.com/mapbox/mapbox-gl-native/pull/7123)) * Improved the line wrapping behavior of point-placed labels, especially labels written in Chinese and Japanese. ([#6828](https://github.com/mapbox/mapbox-gl-native/pull/6828), [#7446](https://github.com/mapbox/mapbox-gl-native/pull/7446)) * CJK characters now remain upright in vertically oriented labels that have line placement, such as road labels. ([#7114](https://github.com/mapbox/mapbox-gl-native/issues/7114)) -* Added Chinese (Simplified and Traditional), French, German, Japanese, Polish, Portuguese (Brazilian), Russian, Spanish, Swedish, Ukrainian, and Vietnamese localizations. ([#7316](https://github.com/mapbox/mapbox-gl-native/pull/7316), [#7899](https://github.com/mapbox/mapbox-gl-native/pull/7899), [#7999](https://github.com/mapbox/mapbox-gl-native/pull/7999)) +* Added Chinese (Simplified and Traditional), French, German, Japanese, Lithuanian, Polish, Portuguese (Brazilian), Russian, Spanish, Swedish, Ukrainian, and Vietnamese localizations. ([#7316](https://github.com/mapbox/mapbox-gl-native/pull/7316), [#7899](https://github.com/mapbox/mapbox-gl-native/pull/7899), [#7999](https://github.com/mapbox/mapbox-gl-native/pull/7999)) ### Styles diff --git a/platform/ios/framework/Settings.bundle/lt.lproj/Root.strings b/platform/ios/framework/Settings.bundle/lt.lproj/Root.strings new file mode 100644 index 0000000000..832b16608b --- /dev/null +++ b/platform/ios/framework/Settings.bundle/lt.lproj/Root.strings @@ -0,0 +1,3 @@ +"TELEMETRY_GROUP_TITLE" = "Privatumo nustatymai"; +"TELEMETRY_SWITCH_TITLE" = "Mapbox Telemetrija"; +"TELEMETRY_GROUP_FOOTER" = "Šis nustatymas leidžia programėlei dalintis su Mapbox anonimizuota lokacija bei naudojimosi duomenimis."; diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj index 73e7597afb..07b6abc18d 100644 --- a/platform/ios/ios.xcodeproj/project.pbxproj +++ b/platform/ios/ios.xcodeproj/project.pbxproj @@ -644,6 +644,8 @@ DA00FC8D1D5EEB0D009AABC8 /* MGLAttributionInfo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MGLAttributionInfo.mm; sourceTree = "<group>"; }; DA0CD58F1CF56F6A00A5F5A5 /* MGLFeatureTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = MGLFeatureTests.mm; path = ../../darwin/test/MGLFeatureTests.mm; sourceTree = "<group>"; }; DA17BE2F1CC4BAC300402C41 /* MGLMapView_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLMapView_Private.h; sourceTree = "<group>"; }; + DA1AC01B1E5B8774006DF1D6 /* lt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Localizable.strings; sourceTree = "<group>"; }; + DA1AC01C1E5B87EC006DF1D6 /* lt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Root.strings; sourceTree = "<group>"; }; DA1DC94A1CB6C1C2006E619F /* Mapbox GL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mapbox GL.app"; sourceTree = BUILT_PRODUCTS_DIR; }; DA1DC9501CB6C1C2006E619F /* MBXAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MBXAppDelegate.h; sourceTree = "<group>"; }; DA1DC9531CB6C1C2006E619F /* MBXViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MBXViewController.h; sourceTree = "<group>"; }; @@ -1892,6 +1894,7 @@ pl, ru, uk, + lt, ); mainGroup = DA1DC9411CB6C1C2006E619F; productRefGroup = DA1DC94B1CB6C1C2006E619F /* Products */; @@ -2278,6 +2281,7 @@ DA737AE11E59157600AD2CDE /* pl */, DA737AE61E59171700AD2CDE /* ru */, DA737AEA1E5917EF00AD2CDE /* uk */, + DA1AC01C1E5B87EC006DF1D6 /* lt */, ); name = Root.strings; sourceTree = "<group>"; @@ -2297,6 +2301,7 @@ DA737ADB1E5913BA00AD2CDE /* es */, DA737AE71E59172C00AD2CDE /* ru */, DA737AE91E5917C300AD2CDE /* uk */, + DA1AC01B1E5B8774006DF1D6 /* lt */, ); name = Localizable.strings; sourceTree = "<group>"; diff --git a/platform/ios/resources/lt.lproj/Localizable.strings b/platform/ios/resources/lt.lproj/Localizable.strings new file mode 100644 index 0000000000..d160895ea6 --- /dev/null +++ b/platform/ios/resources/lt.lproj/Localizable.strings @@ -0,0 +1,75 @@ +/* Accessibility hint */ +"ANNOTATION_A11Y_HINT" = "Rodo daugiau informacijos"; + +/* No comment provided by engineer. */ +"API_CLIENT_400_DESC" = "Užklausa nepavyko. Pradinė užklausa buvo: %@"; + +/* No comment provided by engineer. */ +"API_CLIENT_400_REASON" = "Būklės kodas: %ld"; + +/* No comment provided by engineer. */ +"CANCEL" = "Atšaukti"; + +/* Accessibility hint */ +"COMPASS_A11Y_HINT" = "Pasuka žemėlapį šiaure į viršų"; + +/* Accessibility label */ +"COMPASS_A11Y_LABEL" = "Kompasas"; + +/* Compass abbreviation for north */ +"COMPASS_NORTH" = "Š"; + +/* Instructions in Interface Builder designable; {key}, {plist file name} */ +"DESIGNABLE" = "Nustatykite %1$@ kaip jūsų prieigos raktą %2$@ byloje tam, kad atvaizduoti žemėlapį patalpintą Mapbox.\n\nDaugiau informacijos:"; + +/* Setup documentation URL display string; keep as short as possible */ +"FIRST_STEPS_URL" = "mapbox.com/help/first-steps-ios-sdk"; + +/* Accessibility hint */ +"INFO_A11Y_HINT" = "Rodo kūrėjų sąrašą, grįžtamo ryšio formą ir daugiau."; + +/* Accessibility label */ +"INFO_A11Y_LABEL" = "Apie šį žemėlapį"; + +/* Accessibility label */ +"LOGO_A11Y_LABEL" = "Mapbox"; + +/* Accessibility label */ +"MAP_A11Y_LABEL" = "Žemėlapis"; + +/* Map accessibility value */ +"MAP_A11Y_VALUE" = "Priartinimas: %1$dx\nMatomos anotacijos: %2$ld "; + +/* Action sheet title */ +"SDK_NAME" = "Mapbox iOS SDK"; + +/* Telemetry prompt message */ +"TELEMETRY_DISABLED_MSG" = "Padėkite padaryti OpenStreetMap ir Mapbox žemėlapius geresniais dalindamiesi anoniminiais naudojimosi duomenimis."; + +/* Telemetry prompt button */ +"TELEMETRY_DISABLED_OFF" = "Nesidalinti"; + +/* Telemetry prompt button */ +"TELEMETRY_DISABLED_ON" = "Dalintis"; + +/* Telemetry prompt message */ +"TELEMETRY_ENABLED_MSG" = "Jūs padedate padaryti OpenStreetMap ir Mapbox žemėlapius geresniais dalindamiesi anoniminiais naudojimosi duomenimis."; + +/* Telemetry prompt button */ +"TELEMETRY_ENABLED_OFF" = "Stabdyti dalinimąsi"; + +/* Telemetry prompt button */ +"TELEMETRY_ENABLED_ON" = "Tęsti dalinimąsi"; + +/* Telemetry prompt button */ +"TELEMETRY_MORE" = "Daugiau informacijos"; + +/* Action in attribution sheet */ +"TELEMETRY_NAME" = "Mapbox Telemetrija"; + +/* Telemetry prompt title */ +"TELEMETRY_TITLE" = "Padaryti Mapbox žemėlapius geresniais"; + +/* Default user location annotation title */ +"USER_DOT_TITLE" = "Jūs esate čia"; + |