Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit d9c41e7

Browse files
committed
[macos] Updated Arabic localization
1 parent b4c9200 commit d9c41e7

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

platform/macos/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
### Other changes
4545

46-
* Added Danish, Hebrew, and European Portuguese localizations. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967), [#11136](https://github.com/mapbox/mapbox-gl-native/pull/11134), [#11695](https://github.com/mapbox/mapbox-gl-native/pull/11695))
46+
* Added Arabic, Danish, Hebrew, and European Portuguese localizations. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967), [#11136](https://github.com/mapbox/mapbox-gl-native/pull/11134), [#11695](https://github.com/mapbox/mapbox-gl-native/pull/11695))
4747
* The `-[MGLMapView convertRect:toCoordinateBoundsFromView:]` method and the `MGLMapView.visibleCoordinateBounds` property’s getter now indicate that the coordinate bounds straddles the antimeridian by extending one side beyond ±180 degrees longitude. ([#11265](https://github.com/mapbox/mapbox-gl-native/pull/11265))
4848
* Feature querying results now account for the `MGLSymbolStyleLayer.circleStrokeWidth` property. ([#10897](https://github.com/mapbox/mapbox-gl-native/pull/10897))
4949
* Removed methods, properties, and constants that had been deprecated as of v0.6.1. ([#11205](https://github.com/mapbox/mapbox-gl-native/pull/11205))

platform/macos/macos.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@
500500
DA934097208562590059919A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
501501
DA934098208562870059919A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-PT"; path = "pt-PT.lproj/Foundation.stringsdict"; sourceTree = "<group>"; };
502502
DA9340992085629E0059919A /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
503+
DA9340A0208565870059919A /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
503504
DA9C01301E4C7B9300C4742A /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Foundation.stringsdict"; sourceTree = "<group>"; };
504505
DA9C01311E4C7B9F00C4742A /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
505506
DAA32CA61E4C4849006F8D24 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -1709,6 +1710,7 @@
17091710
DACBC60A2011889E00C4D7E2 /* he */,
17101711
DAD88E06202ACF9200AAA536 /* da */,
17111712
DA9340992085629E0059919A /* pt-PT */,
1713+
DA9340A0208565870059919A /* ar */,
17121714
);
17131715
name = Localizable.strings;
17141716
sourceTree = "<group>";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* User-friendly error description */
2+
"LOAD_MAP_FAILED_DESC" = "فشل تحميل الخريطة بسبب حدوث خطأ مجهول.";
3+
4+
/* User-friendly error description */
5+
"LOAD_STYLE_FAILED_DESC" = "فشل تحميل الخريطة بسبب تعذر تحميل النمط.";
6+
7+
/* Accessibility title */
8+
"MAP_A11Y_TITLE" = "Mapbox";
9+
10+
/* User-friendly error description */
11+
"PARSE_STYLE_FAILED_DESC" = "فشل تحميل الخريطة لأن النمط تالف.";
12+
13+
/* User-friendly error description */
14+
"STYLE_NOT_FOUND_DESC" = "فشل تحميل الخريطة بسبب تعذر العثور على النمط أو أنه غير متوافق";
15+
16+
/* Label of Zoom In button */
17+
"ZOOM_IN_LABEL" = "+";
18+
19+
/* Tooltip of Zoom In button */
20+
"ZOOM_IN_TOOLTIP" = "قرّب";
21+
22+
/* Label of Zoom Out button; U+2212 MINUS SIGN */
23+
"ZOOM_OUT_LABEL" = "−";
24+
25+
/* Tooltip of Zoom Out button */
26+
"ZOOM_OUT_TOOLTIP" = "بعّد";
27+

0 commit comments

Comments
 (0)