File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ // @flow
2
+
3
+ const locale = {
4
+ "AttributionControl.ToggleAttribution" : "להחליף את הייחוס" ,
5
+ "AttributionControl.MapFeedback" : "משוב על המפה" ,
6
+ "FullscreenControl.Enter" : "עובר למסך מלא" ,
7
+ "FullscreenControl.Exit" : "צא ממסך מלא" ,
8
+ "GeolocateControl.FindMyLocation" : "להציג את המיקום הנוכחי שלך" ,
9
+ "GeolocateControl.LocationNotAvailable" : "המיקום אינו זמין" ,
10
+ "LogoControl.Title" : "לוגו Mapbox" ,
11
+ "Map.Title" : "מפה" ,
12
+ "NavigationControl.ResetBearing" : "איפוס את התצוגה לצפון" ,
13
+ "NavigationControl.ZoomIn" : "התמקדות (זום אין)" ,
14
+ "NavigationControl.ZoomOut" : "התרחקות (זום אאוט)" ,
15
+ "ScaleControl.Feet" : "רגל" ,
16
+ "ScaleControl.Meters" : "מטרים" ,
17
+ "ScaleControl.Kilometers" : "ק\"מ" ,
18
+ "ScaleControl.Miles" : "מ\"ל" ,
19
+ "ScaleControl.NauticalMiles" : "נ\"מ" ,
20
+ "ScrollZoomBlocker.CtrlMessage" : "השתמש ב-ctrl + גלילה כדי להגדיל את המפה" ,
21
+ "ScrollZoomBlocker.CmdMessage" : "השתמש ב-⌘ + גלילה כדי להגדיל את המפה" ,
22
+ "TouchPanBlocker.Message" : "השתמש בשתי אצבעות כדי להזיז את המפה"
23
+ } ;
24
+
25
+ export default locale ;
You can’t perform that action at this time.
0 commit comments