forked from geoman-io/leaflet-geoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
33 lines (33 loc) · 1.12 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"tooltips": {
"placeMarker": "Click to place marker",
"firstVertex": "Click to place first vertex",
"continueLine": "Click to continue drawing",
"finishLine": "Click any existing marker to finish",
"finishPoly": "Click first marker to finish",
"finishRect": "Click to finish",
"startCircle": "Click to place circle center",
"finishCircle": "Click to finish circle",
"placeCircleMarker": "Click to place circle marker"
},
"actions": {
"finish": "Finish",
"cancel": "Cancel",
"removeLastVertex": "Remove Last Vertex"
},
"buttonTitles": {
"drawMarkerButton": "Draw Marker",
"drawPolyButton": "Draw Polygons",
"drawLineButton": "Draw Polyline",
"drawCircleButton": "Draw Circle",
"drawRectButton": "Draw Rectangle",
"editButton": "Edit Layers",
"dragButton": "Drag Layers",
"cutButton": "Cut Layers",
"deleteButton": "Remove Layers",
"drawCircleMarkerButton": "Draw Circle Marker",
"snappingButton": "Snap dragged marker to other layers and vertices",
"pinningButton": "Pin shared vertices together",
"rotateButton": "Rotate Layers"
}
}