forked from geoman-io/leaflet-geoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
30 lines (30 loc) · 949 Bytes
/
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
{
"tooltips": {
"placeMarker": "Click to place marker",
"placeText": "Click to place text",
"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"
},
"actions": {
"finish": "Finish",
"cancel": "Cancel",
"removeLastVertex": "Remove Last Vertex"
},
"buttonTitles": {
"drawMarkerButton": "Draw Marker",
"drawPolyButton": "Draw Polygons",
"drawLineButton": "Draw Polyline",
"drawCircleButton": "Draw Circle",
"drawTextButton": "Draw Text",
"drawRectButton": "Draw Rectangle",
"editButton": "Edit Layers",
"dragButton": "Drag Layers",
"cutButton": "Cut Layers",
"deleteButton": "Remove Layers"
}
}