forked from geoman-io/leaflet-geoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsv.json
30 lines (30 loc) · 1.07 KB
/
sv.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": "Klicka för att placera punkt",
"firstVertex": "Klicka för att placera första vertex",
"continueLine": "Klicka för att fortsätta rita",
"finishLine": "Klicka på en existerande punkt för att slutföra",
"finishPoly": "Klicka på den första punkten för att slutföra",
"finishRect": "Klicka för att slutföra",
"startCircle": "Klicka för att placera cirkelns centrum",
"finishCircle": "Klicka för att slutföra cirkeln",
"placeCircleMarker": "Klicka för att placera cirkelmakör"
},
"actions": {
"finish": "Slutför",
"cancel": "Avbryt",
"removeLastVertex": "Ta bort sista vertex"
},
"buttonTitles": {
"drawMarkerButton": "Rita Punkt",
"drawPolyButton": "Rita Rolygoner",
"drawLineButton": "Rita Polyline",
"drawCircleButton": "Rta Cirkel",
"drawRectButton": "Rita Rectangle",
"editButton": "Redigera Lager",
"dragButton": "Dra Lager",
"cutButton": "Klipp i Lager",
"deleteButton": "Ta bort Lager",
"drawCircleMarkerButton": "Rita Cirkelmakör"
}
}