Skip to content

Commit

Permalink
Add localization for UI strings in Hebrew (#11700)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed May 17, 2022
1 parent a0e3d1f commit b4510f7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/ui/locales/he.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// @flow

const locale = {
"AttributionControl.ToggleAttribution": "להחליף את הייחוס",
"AttributionControl.MapFeedback": "משוב על המפה",
"FullscreenControl.Enter": "עובר למסך מלא",
"FullscreenControl.Exit": "צא ממסך מלא",
"GeolocateControl.FindMyLocation": "להציג את המיקום הנוכחי שלך",
"GeolocateControl.LocationNotAvailable": "המיקום אינו זמין",
"LogoControl.Title": "לוגו Mapbox",
"Map.Title": "מפה",
"NavigationControl.ResetBearing": "איפוס את התצוגה לצפון",
"NavigationControl.ZoomIn": "התמקדות (זום אין)",
"NavigationControl.ZoomOut": "התרחקות (זום אאוט)",
"ScaleControl.Feet": "רגל",
"ScaleControl.Meters": "מטרים",
"ScaleControl.Kilometers": "ק\"מ",
"ScaleControl.Miles": "מ\"ל",
"ScaleControl.NauticalMiles": "נ\"מ",
"ScrollZoomBlocker.CtrlMessage": "השתמש ב-‫ctrl‬ + גלילה כדי להגדיל את המפה",
"ScrollZoomBlocker.CmdMessage": "השתמש ב-⌘ + גלילה כדי להגדיל את המפה",
"TouchPanBlocker.Message": "השתמש בשתי אצבעות כדי להזיז את המפה"
};

export default locale;

0 comments on commit b4510f7

Please sign in to comment.