Update to iD v1.4.0

This commit is contained in:
John Firebaugh 2014-05-29 16:13:08 -07:00 committed by Tom Hughes
parent e01fef4e44
commit 1031af3177
47 changed files with 4066 additions and 1697 deletions

View file

@ -1108,65 +1108,54 @@ text.point {
font-size: 10px;
}
/* Turns */
g.turn rect,
g.turn circle {
fill: none;
pointer-events: all;
}
.form-field-restrictions .vertex {
pointer-events: none;
cursor: auto !important;
}
/* Cursors */
#map {
cursor: auto; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-grab.png") %>) 9 9, auto; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-grab.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-grab2x.png") %>) 2x
) 9 9, auto;
}
.mode-browse .point,
.mode-select .point {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-point.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-point.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-point2x.png") %>) 2x
), pointer;
}
.mode-select .vertex,
.mode-browse .vertex {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-vertex.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-vertex.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-vertex2x.png") %>) 2x
), pointer;
}
.mode-browse .line,
.mode-select .line {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-line.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-line.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-line2x.png") %>) 2x
), pointer;
}
.mode-select .area,
.mode-browse .area {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-area.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-area.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-area2x.png") %>) 2x
), pointer;
}
.mode-select .midpoint,
.mode-browse .midpoint {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-split.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-split.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-split2x.png") %>) 2x
), pointer;
}
.mode-select .behavior-multiselect .point,
@ -1175,19 +1164,11 @@ text.point {
.mode-select .behavior-multiselect .area {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-add.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-add.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-add2x.png") %>) 2x
), pointer;
}
.mode-select .behavior-multiselect .selected {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-remove.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-remove.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-remove2x.png") %>) 2x
), pointer;
}
#map .point:active,
@ -1198,10 +1179,6 @@ text.point {
#map .mode-select .selected {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-acting.png") %>), pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-select-acting.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-select-acting2x.png") %>) 2x
), pointer;
}
.mode-draw-line #map,
@ -1211,10 +1188,6 @@ text.point {
.mode-drag-node #map {
cursor: crosshair; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-draw.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-draw2x.png") %>) 2x
) 9 9, crosshair;
}
.mode-draw-line .way.hover,
@ -1224,10 +1197,6 @@ text.point {
.mode-drag-node .way.hover {
cursor: crosshair; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 9 9, crosshair; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-draw-connect-line.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-draw-connect-line2x.png") %>) 2x
) 9 9, crosshair;
}
.mode-draw-line .vertex.hover,
@ -1237,10 +1206,6 @@ text.point {
.mode-drag-node .vertex.hover {
cursor: crosshair; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 9 9, crosshair; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-draw-connect-vertex.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-draw-connect-vertex2x.png") %>) 2x
) 9 9, crosshair;
}
.mode-add-point #map,
@ -1249,10 +1214,12 @@ text.point {
.lasso .vertex {
cursor: crosshair; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-draw.png") %>) 9 9, crosshair; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-draw.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-draw2x.png") %>) 2x
) 9 9, crosshair;
}
.turn rect,
.turn circle {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
}
.lasso #map {
@ -1336,6 +1303,13 @@ body {
height: 100%;
}
#defs {
/* Can't be display: none or the clippaths are ignored. */
position: absolute;
width: 0;
height: 0;
}
.spacer {
height: 40px;
margin-right: 10px;
@ -1379,10 +1353,6 @@ button,
.radial-menu-item {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-pointer.png") %>) 6 1, pointer; /* FF */
cursor: -webkit-image-set(
url(<%= asset_path("iD/img/cursor-pointer.png") %>) 1x,
url(<%= asset_path("iD/img/cursor-pointer2x.png") %>) 2x
) 6 1, pointer;
}
h2 {
@ -2824,6 +2794,31 @@ input[type=number] {
border-bottom: 0;
border-radius: 0 0 4px 0;
}
/* Restrictions editor */
.form-field-restrictions .preset-input-wrap {
position: relative;
height: 300px;
}
.form-field-restrictions svg {
width: 100%;
height: 100%;
}
.form-field-restrictions .restriction-help {
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 2px 6px;
background-color: rgba(255, 255, 255, .8);
color: #999;
text-align: center;
}
/* combobox dropdown */
div.combobox {
@ -4046,10 +4041,6 @@ img.wiki-image {
fill: rgba(255,255,255,.5);
}
.radial-menu .icon {
pointer-events: none;
}
.lasso-box {
fill-opacity:0.1;
stroke: #fff;
@ -4368,3 +4359,10 @@ img.wiki-image {
.preset-icon-relation.feature-route-power{background-position:-800px -25px;}
.preset-icon-relation.feature-route-pipeline{background-position:-860px -25px;}
.preset-icon-relation.feature-route-master{background-position:-920px -25px;}
.preset-icon-relation.feature-restriction-no-straight-on{background-position:-980px -25px;}
.preset-icon-relation.feature-restriction-no-u-turn{background-position:-1040px -25px;}
.preset-icon-relation.feature-restriction-no-left-turn{background-position:-1100px -25px;}
.preset-icon-relation.feature-restriction-no-right-turn{background-position:-1160px -25px;}
.preset-icon-relation.feature-restriction-only-straight-on{background-position:-1220px -25px;}
.preset-icon-relation.feature-restriction-only-left-turn{background-position:-1280px -25px;}
.preset-icon-relation.feature-restriction-only-right-turn{background-position:-1340px -25px;}

2934
vendor/assets/iD/iD.js vendored

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After

View file

@ -27,20 +27,20 @@
inkscape:window-width="1440"
inkscape:window-height="856"
id="namedview392"
showgrid="false"
inkscape:zoom="11.313708"
inkscape:cx="19.712517"
inkscape:cy="454.54715"
inkscape:window-x="298"
inkscape:window-y="6"
showgrid="true"
inkscape:zoom="2.8284271"
inkscape:cx="186.53252"
inkscape:cy="447.46176"
inkscape:window-x="276"
inkscape:window-y="71"
inkscape:window-maximized="0"
inkscape:current-layer="svg12393"
showguides="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-nodes="false">
inkscape:snap-nodes="true">
<inkscape:grid
type="xygrid"
id="grid6326"
@ -48,6 +48,22 @@
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
<sodipodi:guide
position="0,0"
orientation="0,800"
id="guide4211" />
<sodipodi:guide
position="800,0"
orientation="-560,0"
id="guide4213" />
<sodipodi:guide
position="800,560"
orientation="0,-800"
id="guide4215" />
<sodipodi:guide
position="0,560"
orientation="560,0"
id="guide4217" />
</sodipodi:namedview>
<defs
id="defs12395">
@ -1881,4 +1897,140 @@
transform="matrix(0,1,-1,0,0,0)"
rx="0.5"
ry="0.5" />
<g
id="g3360"
transform="matrix(0,1,-1,0,45,203)">
<path
sodipodi:nodetypes="ssccccccsscccccss"
inkscape:connector-curvature="0"
id="path12182"
d="m -111,-49 c -2,0 -3.2899,1.14974 -4,2 l -7.03125,8.41907 c -1.27939,1.51205 -1.17862,4.00251 0.21875,5.40625 l 1,1 c 0.73414,0.74243 1.76843,1.17913 2.8125,1.1875 l 0,4.375 c -2.98748,2.1875 -4.99995,5.67161 -5,9.625 6e-5,6.58002 5.41995,11.98722 12,11.98718 6.58003,10e-6 12,-5.40714 12,-11.98718 -1e-5,-3.96861 -1.99295,-7.47078 -5,-9.65625 l 0,-4.34375 c 1.05451,-1.8e-4 2.10227,-0.43771 2.84375,-1.1875 l 1,-1 c 1.39737,-1.40374 1.49814,-3.8942 0.21875,-5.40625 L -107,-47 c -0.77221,-0.92054 -2,-2 -4,-2 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
sodipodi:nodetypes="ccccccssccccc"
inkscape:connector-curvature="0"
id="path12188"
d="m -111,-45 -8,9.01282 1,1 4,0 0,10.59375 c -2.92023,1.19221 -4.99998,4.05725 -5,7.40625 4e-5,4.41829 3.58172,7.98721 8,7.98718 4.41827,10e-6 8,-3.5689 8,-7.98718 2e-5,-3.36351 -2.05966,-6.25472 -5,-7.4375 l 0,-10.5625 4,0 1,-1 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
inkscape:connector-curvature="0"
id="path12196"
d="m -110.98512,-19.99704 c 1.65685,0 3,1.34313 2.99999,3.00001 -1e-5,1.65687 -1.34312,3 -2.99999,3.00002 -1.65687,-3e-5 -2.99999,-1.34314 -2.99999,-3.00001 -10e-6,-1.6569 1.34312,-3 2.99999,-3.00002 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
</g>
<g
id="g4219">
<path
sodipodi:nodetypes="ssccccccsscccccss"
inkscape:connector-curvature="0"
id="path12182-9"
d="m 139,92 c 0,-2 -1.14974,-3.2899 -2,-4 l -8.41907,-7.03125 c -1.51205,-1.27939 -4.00251,-1.17862 -5.40625,0.21875 l -1,1 c -0.74243,0.73414 -1.17913,1.76843 -1.1875,2.8125 l -4.375,0 c -2.1875,-2.98748 -5.67161,-4.99995 -9.625,-5 -6.58002,6e-5 -11.98722,5.41995 -11.98718,12 -1e-5,6.58003 5.40714,12 11.98718,12 3.96861,-1e-5 7.47078,-1.99295 9.65625,-5 l 4.34375,0 c 1.8e-4,1.05451 0.43771,2.10227 1.1875,2.84375 l 1,1 c 1.40374,1.39737 3.8942,1.49814 5.40625,0.21875 L 137,96 c 0.92054,-0.77221 2,-2 2,-4 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
sodipodi:nodetypes="ccccccssccccc"
inkscape:connector-curvature="0"
id="path12188-3"
d="m 135,92 -9.01282,-8 -1,1 0,4 -10.59375,0 c -1.19221,-2.92023 -4.05725,-4.99998 -7.40625,-5 -4.41829,4e-5 -7.98721,3.58172 -7.98718,8 -1e-5,4.41827 3.5689,8 7.98718,8 3.36351,2e-5 6.25472,-2.05966 7.4375,-5 l 10.5625,0 0,4 1,1 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="rect10944"
d="m 109,88 0,8 -1,1 -2,0 -1,-1 0,-8 1,-1 2,0 z"
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<g
id="g4190"
transform="matrix(0,1,1,0,116.9905,-80.00893)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m 156,80 c -8.78916,1e-5 -16,7.21083 -16,16 1e-5,8.78916 7.21083,16 16,16 8.78916,-1e-5 16,-7.21083 16,-16 -1e-5,-8.78916 -7.21083,-16 -16,-16 z"
id="path4163"
transform="matrix(0,1,1,0,80.00893,-71.9905)"
inkscape:connector-curvature="0" />
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m 176.00893,72.0095 c -6.62739,0 -11.99999,5.37261 -12,12 0,6.62739 5.37261,11.99999 12,12 6.62739,0 11.99999,-5.37261 12,-12 0,-6.62739 -5.37261,-11.99999 -12,-12 z"
id="path11970"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
d="m 184.00894,85.00953 -2.99999,-4e-5 -3e-5,-2.99998 -0.99997,-2.00006 -1.00001,-0.99998 -2.00002,-0.99997 -3.00003,3e-5 -1.99994,0.99998 -1.00004,0.99999 -0.99998,2.00003 -1e-5,4.99996 1.00004,1.00001 0.99996,1e-5 1,-1 2e-5,-4.99996 0.99999,-1.00004 2.99997,0 1.00003,0.99999 -1e-5,3 -3.00003,-3e-5 4.50003,5.00003 z"
id="path2997-6-6"
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
id="g4206"
transform="matrix(0,1,1,0,167,-115)">
<path
sodipodi:nodetypes="sssss"
inkscape:connector-curvature="0"
id="path13862"
d="m 211,63 c -8.78917,0 -16.00001,7.21082 -16,16 0,8.78917 7.21082,16.00001 16,16 8.78917,0 16.00001,-7.21082 16,-16 0,-8.78917 -7.21082,-16.00001 -16,-16 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
inkscape:connector-curvature="0"
id="path12055"
d="m 211,67 c -6.62739,0 -12.00001,5.37261 -12,12 0,6.62739 5.37261,12.00001 12,12 6.62739,0 12.00001,-5.37261 12,-12 0,-6.62739 -5.37261,-12.00001 -12,-12 z"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<path
inkscape:connector-curvature="0"
id="path12057"
d="m 215.5,72.13782 -5,5 -2,2 -4,4 0,1 1,1 1,0 4,-4 2,-2 5,-5 0,-1 -1,-1 -1,0 z m -6.5,0.875 -2,1 -1,1 -1,2 0,4.1875 2.78125,-2.78125 0.21875,-0.21875 0,-1.1875 1,-1 1.1875,0 2.59375,-2.59375 L 212,73.01282 l -3,0 z m 7,4.03125 -2.78125,2.78125 -0.21875,0.1875 -1.5625,1.59375 3.0625,3.40625 4.5,-5 -3,0 0,-2.96875 z"
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<g
transform="matrix(0,1,-1,0,135,203)"
id="g3350">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -111,-49 c -2,0 -3.2899,1.14974 -4,2 l -7.03125,8.41907 c -1.27939,1.51205 -1.17862,4.00251 0.21875,5.40625 l 1,1 c 0.73414,0.74243 1.76843,1.17913 2.8125,1.1875 l 0,4.375 c -2.98748,2.1875 -4.99995,5.67161 -5,9.625 6e-5,6.58002 5.41995,11.98722 12,11.98718 6.58003,10e-6 12,-5.40714 12,-11.98718 -1e-5,-3.96861 -1.99295,-7.47078 -5,-9.65625 l 0,-4.34375 c 1.05451,-1.8e-4 2.10227,-0.43771 2.84375,-1.1875 l 1,-1 c 1.39737,-1.40374 1.49814,-3.8942 0.21875,-5.40625 L -107,-47 c -0.77221,-0.92054 -2,-2 -4,-2 z"
id="path3352"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccccccsscccccss" />
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -111,-45 -8,9.01282 1,1 4,0 0,10.59375 c -2.92023,1.19221 -4.99998,4.05725 -5,7.40625 4e-5,4.41829 3.58172,7.98721 8,7.98718 4.41827,10e-6 8,-3.5689 8,-7.98718 2e-5,-3.36351 -2.05966,-6.25472 -5,-7.4375 l 0,-10.5625 4,0 1,-1 z"
id="path3354"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccssccccc" />
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m -110.98512,-19.99704 c 1.65685,0 3,1.34313 2.99999,3.00001 -1e-5,1.65687 -1.34312,3 -2.99999,3.00002 -1.65687,-3e-5 -2.99999,-1.34314 -2.99999,-3.00001 -10e-6,-1.6569 1.34312,-3 2.99999,-3.00002 z"
id="path3356"
inkscape:connector-curvature="0" />
</g>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:150%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;opacity:0.50000000000000000;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
x="254.91199"
y="126.18999"
id="text3358"
sodipodi:linespacing="150%"><tspan
sodipodi:role="line"
id="tspan3360"
x="254.91199"
y="126.18999">ONLY</tspan></text>
<g
id="g4190-7"
transform="matrix(0,1,1,0,206.9905,-80.00893)">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m 156,80 c -8.78916,1e-5 -16,7.21083 -16,16 1e-5,8.78916 7.21083,16 16,16 8.78916,-1e-5 16,-7.21083 16,-16 -1e-5,-8.78916 -7.21083,-16 -16,-16 z"
id="path4163-9"
transform="matrix(0,1,1,0,80.00893,-71.9905)"
inkscape:connector-curvature="0" />
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="m 176.00893,72.0095 c -6.62739,0 -11.99999,5.37261 -12,12 0,6.62739 5.37261,11.99999 12,12 6.62739,0 11.99999,-5.37261 12,-12 0,-6.62739 -5.37261,-11.99999 -12,-12 z"
id="path11970-3"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
d="m 184.00894,85.00953 -2.99999,-4e-5 -3e-5,-2.99998 -0.99997,-2.00006 -1.00001,-0.99998 -2.00002,-0.99997 -3.00003,3e-5 -1.99994,0.99998 -1.00004,0.99999 -0.99998,2.00003 -1e-5,4.99996 1.00004,1.00001 0.99996,1e-5 1,-1 2e-5,-4.99996 0.99999,-1.00004 2.99997,0 1.00003,0.99999 -1e-5,3 -3.00003,-3e-5 4.50003,5.00003 z"
id="path2997-6-6-8"
style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Before After
Before After

View file

@ -860,9 +860,6 @@
"highway/motorway": {
"name": "Snelweg"
},
"highway/motorway_junction": {
"name": "Snelwegkruising"
},
"highway/motorway_link": {
"name": "Snelwegaansluiting"
},

View file

@ -1128,10 +1128,6 @@
"name": "طريق سريع",
"terms": "طريق سريع"
},
"highway/motorway_junction": {
"name": "مفرق طريق سريع",
"terms": "مفرق طريق سريع"
},
"highway/motorway_link": {
"name": "رابط لطريق سريع",
"terms": "رابط لطريق سريع"
@ -1404,10 +1400,6 @@
"name": "مزلقة سفن",
"terms": "مزلقة سفن"
},
"leisure/sports_center": {
"name": "مركز رياضة",
"terms": "مركز رياضي، مركز للتسلية والترفيه"
},
"leisure/stadium": {
"name": "مدرج رياضي",
"terms": "مدرج, مدرج للألعاب الرياضية, أستاذ رياضي"

View file

@ -1458,9 +1458,6 @@
"highway/motorway": {
"name": "Autopista"
},
"highway/motorway_junction": {
"name": "Xunión d'autopista"
},
"highway/motorway_link": {
"name": "Enllaz d'autopista",
"terms": "Salida, accesu, enllaz, autopista"
@ -1682,10 +1679,6 @@
"leisure/slipway": {
"name": "Rampla de botadura"
},
"leisure/sports_center": {
"name": "Centru deportivu",
"terms": "Polideportivu, Pabellón deportivu"
},
"leisure/stadium": {
"name": "Estadiu"
},

View file

@ -931,9 +931,6 @@
"highway/motorway": {
"name": "Автомагистрала"
},
"highway/motorway_junction": {
"name": "Автомагистрален пътен възел"
},
"highway/motorway_link": {
"name": "Автомагистрална връзка"
},

View file

@ -1380,10 +1380,6 @@
"name": "Autoput",
"terms": "autoput,autocesta"
},
"highway/motorway_junction": {
"name": "Čvorište autoputa",
"terms": "čvorište autoceste,čvorište autoputa"
},
"highway/motorway_link": {
"name": "Poveznica na autoput",
"terms": "poveznica na autoput,poveznica na autocestu"
@ -1660,10 +1656,6 @@
"name": "Navoz",
"terms": "navoz,navoz na šine"
},
"leisure/sports_center": {
"name": "Sportski centar",
"terms": "sportski centar,centar za sport, centar za sportske aktivnosti"
},
"leisure/stadium": {
"name": "Stadion",
"terms": "stadion,sportsko borilište"

View file

@ -2,28 +2,28 @@
"modes": {
"add_area": {
"title": "Àrea",
"description": "Afegeix parcs, edificis, llacs o altres tipus d'àrees sobre el mapa.",
"tail": "Feu clic sobre el mapa per començar a un tipus d'àrea com per exemple un parc, un llac o un edifici."
"description": "Afegiu parcs, edificis, llacs o altres tipus d'àrees sobre el mapa.",
"tail": "Féu clic sobre el mapa per començar a un tipus d'àrea com per exemple un parc, un llac o un edifici."
},
"add_line": {
"title": "Línia",
"description": "Afegeix autopistes, carrers, camins per a vianants o d'altres tipus de línies sobre el mapa.",
"tail": "Feu clic sobre el mapa per a començar a dibuixar una carretera, un camí o una ruta."
"description": "Afegiu autopistes, carrers, camins per a vianants o d'altres tipus de línies sobre el mapa.",
"tail": "Féu clic sobre el mapa per a començar a dibuixar una carretera, un camí o una ruta."
},
"add_point": {
"title": "Punt",
"description": "Afegeix restaurants, monuments, bústies de correus o altres punts al mapa.",
"description": "Afegiu restaurants, monuments, bústies de correus o altres punts al mapa.",
"tail": "Cliqueu al mapa per afegir un punt."
},
"browse": {
"title": "Navega",
"description": "Allunya o amplia el mapa"
"description": "Allunyeu o amplieu el mapa"
},
"draw_area": {
"tail": "Feu clic per afegir nodes a la vostra àrea. Feu clic al primer node per finalitzar l'àrea."
"tail": "Féu clic per afegir nodes a la vostra àrea. Féu clic al primer node per finalitzar l'àrea."
},
"draw_line": {
"tail": "Feu clic per afegir més nodes a la línia. Feu clic a altres línies per connectar amb elles, i feu doble clic per acabar la línia."
"tail": "Féu clic per afegir més nodes a la línia. Féu clic a altres línies per connectar amb elles, i feu doble clic per acabar la línia."
}
},
"operations": {
@ -61,7 +61,7 @@
"annotation": "Heu canviat etiquetes."
},
"circularize": {
"title": "Fes-ho circular",
"title": "Féu-ho circular",
"description": {
"line": "Fes aquesta línia circular",
"area": "Fes aquesta àrea circular"
@ -96,8 +96,8 @@
"too_bendy": "Això no es pot quadrar perquè és massa sinuós."
},
"delete": {
"title": "Suprimeix",
"description": "Elimina això del mapa.",
"title": "Eliminar",
"description": "Elimineu això del mapa.",
"annotation": {
"point": "Heu eliminat un punt.",
"vertex": "Heu eliminat un node d'una via.",
@ -123,15 +123,15 @@
}
},
"disconnect": {
"title": "Desconnecta",
"description": "Desconnecta aquestes línies/àrees entre elles.",
"title": "Desconnectar",
"description": "Desconnecteu aquestes línies/àrees entre elles.",
"key": "D",
"annotation": "Heu desconnectat línies/àrees.",
"not_connected": "Aquí no hi han suficients línies/àrees a desconnectar."
},
"merge": {
"title": "Fusiona",
"description": "Fusiona aquestes línies.",
"title": "Fusionar",
"description": "Fusioneu aquestes línies.",
"key": "C",
"annotation": "Heu fusionat {n} línies.",
"not_eligible": "Aquestes característiques no poden ser fusionades.",
@ -140,8 +140,8 @@
"incomplete_relation": "Aquestes característiques no poden ser fusionades perquè com a mínim una no s'ha descarregat del tot."
},
"move": {
"title": "Mou",
"description": "Mou això a una ubicació diferent.",
"title": "Moure",
"description": "Moveu això a una ubicació diferent.",
"key": "M",
"annotation": {
"point": "Heu mogut un punt.",
@ -154,7 +154,7 @@
},
"rotate": {
"title": "Girar-ho",
"description": "Girar aquest objecte al voltant del seu centre",
"description": "Gireu aquest objecte al voltant del seu centre",
"key": "R",
"annotation": {
"line": "Heu girat una línia.",
@ -162,13 +162,13 @@
}
},
"reverse": {
"title": "Reverteix",
"description": "Fes que aquesta línia vagi en direcció contrària.",
"title": "Revertir",
"description": "Féu que aquesta línia vagi en direcció contrària.",
"key": "V",
"annotation": "Heu revertit una línia."
},
"split": {
"title": "Divideix",
"title": "Dividir",
"description": {
"line": "Dividiu aquesta línia en dos en aquest node.",
"area": "Divideix el límit d'aquesta àrea en dues parts.",
@ -182,6 +182,18 @@
},
"not_eligible": "Les línies no es poden dividir al seu inici o al seu final.",
"multiple_ways": "Aquí hi ha masses línies a dividir."
},
"restriction": {
"help": {
"select": "Cliqueu per seleccionar un segment de carretera",
"toggle": "Féu clic per canviar les restriccions de gir",
"toggle_on": "Féu clic per afegir una restricció de \"{restriction}\"",
"toggle_off": "Féu clic per eliminar una restricció de \"{restriction}\""
},
"annotation": {
"create": "Heu afegit una restricció de gir",
"delete": "Heu eliminat una restricció de gir"
}
}
},
"undo": {
@ -193,33 +205,33 @@
"nothing": "Res a refer."
},
"tooltip_keyhint": "Drecera:",
"browser_notice": "Aquest editor és compatible amb Firefox, Chrome, Safari, Opera i Internet Explorer 9 o superior.\nSiusplau actualitza el teu navegador o bé fes servir Potlach 2 per editar el mapa.",
"browser_notice": "Aquest editor és compatible amb Firefox, Chrome, Safari, Opera i Internet Explorer 9 o superior.\nSi us plau actualitzeu el vostre navegador o bé féu servir Potlach 2 per editar el mapa.",
"translate": {
"translate": "Traduïu",
"localized_translation_label": "Nom multilingüe",
"localized_translation_language": "Escull l'idioma",
"localized_translation_name": "Nom"
},
"zoom_in_edit": "Apropa't més per editar",
"logout": "Tanca la sessió",
"zoom_in_edit": "Apropeu-vos més per editar",
"logout": "Tancar la sessió",
"loading_auth": "Connectant a OpenStreetMap...",
"report_a_bug": "Reporta un error",
"report_a_bug": "Reportar un error",
"status": {
"error": "No es pot connectar amb l'API.",
"offline": "l'API està fora de línia. Siusplau proveu d'editar més tard.",
"readonly": "L'API es troba en mode només lectura. Us haureu d'esperar per desar els vostres canvis."
},
"commit": {
"title": "Desa els canvis",
"description_placeholder": "Breu descripció de les teves contribucions",
"message_label": "Afegeix un comentari",
"upload_explanation": "Els canvis que desis seran visibles a tots els maps que utilitzin dades d'OpenStreetMap.",
"title": "Desar els canvis",
"description_placeholder": "Breu descripció de les vostres contribucions",
"message_label": "Afegiu un comentari",
"upload_explanation": "Els canvis que deseu seran visibles a tots els mapes que utilitzin dades d'OpenStreetMap.",
"upload_explanation_with_user": "Els canvis que desis com a {user} seran visibles en tots els mapes que utilitzin dades d'OpenStreetMap.",
"save": "Desa",
"cancel": "Cancel·la",
"save": "Desar",
"cancel": "Cancel·lar",
"warnings": "Avisos",
"modified": "Modificat",
"deleted": "Suprimit",
"deleted": "Eliminat",
"created": "Creat"
},
"contributors": {
@ -232,13 +244,13 @@
"no_results_worldwide": "No s'han trobat resultats"
},
"geolocate": {
"title": "Mostra la meva ubicació"
"title": "Mostrar la meva ubicació"
},
"inspector": {
"no_documentation_combination": "No hi ha documentació per a aquesta combinació d'etiquetes",
"no_documentation_key": "No hi ha documentació per a aquesta clau",
"show_more": "Mostra'n més",
"view_on_osm": "Mostra-ho a openstreetmap.org",
"show_more": "Mostrar-ne més",
"view_on_osm": "Mostrar-ho a openstreetmap.org",
"all_tags": "Totes les etiquetes",
"all_members": "Tots els membres",
"all_relations": "Totes les relacions",
@ -246,8 +258,8 @@
"role": "Rol",
"choose": "Seleccioneu un tipus de característica",
"results": "{n} resultats per {search}",
"reference": "Mostra-ho al wiki de l'OpenStreetMap",
"back_tooltip": "Canvia la característica",
"reference": "Mostrar-ho al wiki de l'OpenStreetMap",
"back_tooltip": "Canviar la característica",
"remove": "Elimina",
"search": "Cerca",
"multiselect": "Els ítems seleccionats",
@ -270,21 +282,21 @@
"custom_button": "Editar el fons personalitzat",
"custom_prompt": "Introduïu una plantilla d'URL de casella. Els paràmetres vàlids són {z}, {x}, {y} per a l'esquema Z/X/Y i {u} per a l'esquema quadtile.",
"fix_misalignment": "Corregir la alineació",
"reset": "reinicia"
"reset": "reiniciar"
},
"restore": {
"heading": "Tens canvis sense desar",
"description": "Vols restaurar els canvis no desats de la sessió anterior?",
"restore": "Restaura",
"reset": "Reinicia"
"heading": "Teniu canvis sense desar",
"description": "Voleu restaurar els canvis no desats de la sessió anterior?",
"restore": "Restaurar",
"reset": "Reiniciar"
},
"save": {
"title": "Desa",
"help": "Desa els canvis a OpenStreetMap, fent-los visibles per als altres usuaris.",
"title": "Desar",
"help": "Deseu els canvis a OpenStreetMap, fent-los visibles per als altres usuaris.",
"no_changes": "No hi ha canvis a desar.",
"error": "Ha hagut un error en intentar desar",
"error": "Hi ha hagut un error en intentar desar",
"uploading": "Pujant els canvis a l'OpenStreetMap.",
"unsaved_changes": "Tens canvis sense desar."
"unsaved_changes": "Teniu canvis sense desar."
},
"success": {
"edited_osm": "Heu editat l'OSM!",
@ -301,8 +313,8 @@
"splash": {
"welcome": "Benvinguts a l'editor iD per a l'OpenStreetMap",
"text": "L'editor iD és una eina fàcil i potent per contribuir al millor mapa lliure del món. Aquesta és la versió {version}. Per obtenir més informació visiteu {website} i si voleu comunicar l'existència d'algun error feu-ho a {github}.",
"walkthrough": "Comença la visita guiada",
"start": "Edita'l ara"
"walkthrough": "Comenceu la visita guiada",
"start": "Editeu-lo ara"
},
"source_switch": {
"live": "directe",
@ -315,17 +327,17 @@
"used_with": "utilitzat amb {type}"
},
"validations": {
"untagged_point": "Punt sense etiquetat",
"untagged_point": "Punt sense etiquetar",
"untagged_line": "Línia sense etiquetar",
"untagged_area": "Àrea sense etiquetar",
"many_deletions": "Esteu eliminant {n} objectes. Esteu segurs que voleu fer-ho? Això els eliminarà dels mapa que tothom veu a openstreetmap.org",
"many_deletions": "Esteu eliminant {n} objectes. Esteu segurs que voleu fer-ho? Això els eliminarà dels mapes que tothom veu a openstreetmap.org",
"tag_suggests_area": "L'etiqueta {tag} suggereix que la línia hauria de ser una àrea, però no és una àrea",
"untagged_tooltip": "Seleccioneu un tipus de característica que descrigui el que és aquesta {geometry}.",
"deprecated_tags": "Etiquetes obsoletes : {tags}"
},
"zoom": {
"in": "Apropa't",
"out": "Allunya't"
"in": "Apropar-se",
"out": "Allunyar-se"
},
"cannot_zoom": "No es pot allunyar més la vista al mode actual.",
"gpx": {
@ -337,9 +349,9 @@
"help": {
"title": "Ajuda",
"help": "# Ajuda\n\nAixò és un editor per al [OpenStreetMap](http://www.openstreetmap.org/), el mapa lliure i editable del món. Podeu utilitzar-lo per afegir i actualitzar\nles dades a la vostra àrea, contibuint així a fer un mapa de codi obert i amb dades lliures del món\nmillor per a tothom.\n\nLes edicions que feu en aquest mapa seran visibles per tothom que faci servir OpenStreetMap. per tal de començar a editar, necessitareu un\n[compte gratuït d'OpenStreetMap](https://www.openstreetmap.org/user/new).\n\n L'[Editor iD](http://ideditor.com/) iés un projecte cooperatiu que té el [codi font\ndisponible a GitHub](https://github.com/openstreetmap/iD).\n",
"editing_saving": "# Edició i desat\n\nAquest editor està dissenyat per treballar principalment en línia, i hi has accedit mitjançant una pàgina web.\n\n### Selecció de característiques\n\nPer selecionar una característica del mapa, com ara una carretera o un punt d'interès, clica-hi a sobre. Això ressaltarà la característica, obrirà un panell amb els detalls sobre aquesta, i un menú amb les coses que hi pots fer .\n\nPots seleccionar múltiples característiques, prement la tecla 'Shift' i clicant-les per separat, o bé clicant i arrossegant el cursor. Això seleccionarà totes les característiques que englobi el requadre que es dibuixarà i permetrà modificar totes les característiques seleccionades en un sol cop.\n\n### Desant les edicions\n\nQuan facis canvis com ara editar carreteres, edificis, o llocs, aquests canvis es guarden localment fins que els desis al servidor. No et preocupis si comets algun error- pots desfer els canvis clicant el botó de desfer, i pots refer els canvis clicant el botó de refer.\n\nClica 'Desa' per acabar un grup d'edicions - per exemple, si has acabat de delimitar l'àrea d'una ciutat i vols començar a fer-ne una altra. Tindràs la oportunitat de revisar la feina feta,\ni l'editor proporcionarà suggeriments que et podràn ajudar\ni també mostrarà alertes si alguna cosa no està del tot bé als teus canvis.\n\nSi tot sembla correcte, pots escriure un breu comentari explicant el canvis\nque has fet, i clicar desa un altre cop per publicar els canvis\na [OpenStreetMap.org](http://www.openstreetmap.org/), on seràn visibles\nper a tots els altres usuaris i disponibles per a altres editors per refer-los o bé millorar-los.\n\nSi no pots acabar les teves edicions en una sessió, pots sortir de la finestra d'edició i tornar més tard (al mateix navegador i ordinador), i l'aplicació d'edició\npreguntarà si vols restaurar els canvis anteriors.\n",
"roads": "# Carreteres\n\nPots crear, ajustar i eliminar carreteres amb aquest editor. Les carreteres poden ser\nde molts tipus: pistes, autovies, camins, carrils bici, i molts més - tots els segments\nmés comuns han de ser cartografiables.\n\n### Selecció\n\nClica a la carretera per seleccionar-la. Al fer això els seus contorns es faran visibles, \ncom també un petit menú d'eines i una barra lateral que mostrarà més informació\nsobre la carretera.\n\n### Modificació\n\nDe vegades veuràs carreteres que no estan alineades amb la imatge del darrere \no amb una traça de GPS. Podeu ajustar aquestes carreteres per tal que estiguin al lloc\ncorrecte.\n\nPrimer clica a la carretera que vols canviar. Això la ressaltarà i mostrarà els punts de control\nque pots arrossegar a les ubicacions desitjades. Si el que\nvols és afegir nous punts per obtenir un grau de detall més alt, fes doble clic en una part de la carretera sense cap punt, i se'n afegirà un.\n\nSi la carretera es connecta amb una altra, però no ho reflecteix al mapa, \npots arrossegar un dels punts de control cap a l'altre carretera \nper tal d'unir-les. Fer que les carreteres es connectin és molt important \nper al mapa i essencial per proveir direccions per a la conducció.\n\nTambé pots clicar l'eina «Moure» o prémer la tecla «M» per moure la carretera sencera, tota de cop, i llavors clicar altra vegada per guardar aquest moviment.\n\n### Eliminació\n\nSi una carretera està totalment malament -pots apreciar que no existeix a la imatge per satèl·lit\ni a més a més, els veïns ens han confirmat que no existeix - la pots eliminar, cosa que la treurà del mapa. Vés amb molt de compte a l'hora d'eliminar característiques -\ncom ara altres edicions; els resultats podran ser vistos per tothom i moltes vegades la imatgeria per satèl·lit no està actualitzada, per tant la carretera es pot haver estat construida recentment.\n\nPots eliminar una carretera clicant-la, i llavors clicant la icona de la paperera o bé prement la tecla «Suprimir».\n\n### Creació\n\nHas trobat que en algun lloc hi hauria d'haver una carretera però no hi és? Clica la icona «Línia»\nal marge superior esquerre de la zona del mapa o bé prem la tecla «2» per començar a dibuixar\nuna línia.\n\nClica a l'inici de la carretera al mapa per començar a dibuixar. Si la carretera comença amb una bifurcació en una carretera existent, cliqueu al lloc a on connecten.\n\nA continuació clica a diferents punts al llarg de la carretera per tal que segueixi el traçat correcte, d'acord amb la imatge del satèl·lit o la traça del GPS. Si la carretera que estàs dibuixant s'encreua amb una altra carretera, connecta-les clicant al punt d'intersecció. Quan acabis el dibuix, fes doble clic o prem «Retorn» del teclat.\n",
"gps": "# GPS\n\nLes dades de GPS són la font més fiable de dades per a l'OpenStreetMap. Aquest editor és compatible amb les taces locals - fitxers`.gpx`al teu ordinador local. Pots recollir \naquest tipus de traça GPS amb algunes aplicacions per a smartphones com també \ndispositius personals de GPS.\n\nPer a més informació sobre com recollir dades amb GPS, llegeix\n[Recollir dades amb GPS](http://learnosm.org/en/beginner/using-gps/).\n\nper fer servir una traça GPX per editar el mapa, arrossega i deixa el fitxer GPX a l'editor. \nSi es detecta, s'afegirà el mapa com una línia verda llampant. \nClica a 'Paràmetres de configuració del fons' al cantó esquerre per activar,\ndesactivar, o per ajustar la vista a aquesta capa GPX.\n\nLa traça GPX no és pujada directament a OpenStreetMap - la millor manera de \nfer-la servir és dibuixar tu el mapa, fent-la servir com a guia per a les noves característiques que afegiràs. també les pots [pujar a l'OpenStreetMap] \n(http://www.openstreetmap.org/trace/create)\nperquè d'altres persones les utilitzin.\n",
"editing_saving": "# Edició i desat\n\nAquest editor està dissenyat per treballar principalment en línia, i hi heu accedit mitjançant una pàgina web.\n\n### Selecció de característiques\n\nPer selecionar una característica del mapa, com ara una carretera o un punt d'interès, cliqueu-hi a sobre. Això ressaltarà la característica, obrirà un panell amb els detalls sobre aquesta, i un menú amb les coses que hi podeu fer .\n\nPodeu seleccionar múltiples característiques, prement la tecla 'Shift' i clicant-les per separat, o bé clicant i arrossegant el cursor. Això seleccionarà totes les característiques que englobi el requadre que es dibuixarà i permetrà modificar totes les característiques seleccionades en un sol cop.\n\n### Desant les edicions\n\nQuan féu canvis com ara editar carreteres, edificis, o llocs, aquests canvis es desen localment fins que els deseu al servidor. No us preocupeu si cometeu algun error- podeu desfer els canvis clicant el botó de desfer, i podeu refer els canvis clicant el botó de refer.\n\nCliqueu 'Desa' per acabar un grup d'edicions - per exemple, si heu acabat de delimitar l'àrea d'una ciutat i voleu començar a fer-ne una altra. Tindreu la oportunitat de revisar la feina feta,\ni l'editor proporcionarà suggeriments que us podran ajudar\ni també mostrarà alertes si alguna cosa no està del tot bé als vostres canvis.\n\nSi tot sembla correcte, podeu escriure un breu comentari explicant el canvis\nque heu fet, i clicar desa un altre cop per publicar els canvis\na [OpenStreetMap.org](http://www.openstreetmap.org/), on seran visibles\nper a tots els altres usuaris i disponibles per a altres editors per refer-los o bé millorar-los.\n\nSi no podeu acabar les vostres edicions en una sessió, podeu sortir de la finestra d'edició i tornar més tard (al mateix navegador i ordinador), i l'aplicació d'edició\npreguntarà si voleu restaurar els canvis anteriors.\n",
"roads": "# Carreteres\n\nPodeu crear, ajustar i eliminar carreteres amb aquest editor. Les carreteres poden ser\nde molts tipus: pistes, autovies, camins, carrils bici, i molts més - tots els segments\nmés comuns han de ser cartografiables.\n\n### Selecció\n\nCliqueu a la carretera per seleccionar-la. Al fer això els seus contorns es faran visibles, \ncom també un petit menú d'eines i una barra lateral que mostrarà més informació\nsobre la carretera.\n\n### Modificació\n\nDe vegades veureu carreteres que no estan alineades amb la imatge del darrere \no amb una traça de GPS. Podeu ajustar aquestes carreteres per tal que estiguin al lloc\ncorrecte.\n\nPrimer cliqueu a la carretera que voleu canviar. Això la ressaltarà i mostrarà els punts de control\nque podeu arrossegar a les ubicacions desitjades. Si el que\nvoleu és afegir nous punts per obtenir un grau de detall més alt, féu doble clic en una part de la carretera sense cap punt, i se'n afegirà un.\n\nSi la carretera es connecta amb una altra, però no es reflecteix al mapa, \npodeu arrossegar un dels punts de control cap a l'altre carretera \nper tal d'unir-les. Fer que les carreteres es connectin és molt important \nper al mapa i essencial per proveir direccions per a la conducció.\n\nTambé podeu clicar l'eina «Moure» o prémer la tecla «M» per moure la carretera sencera, tota de cop, i llavors clicar altra vegada per guardar aquest moviment.\n\n### Eliminació\n\nSi una carretera està totalment malament -podeu apreciar que no existeix a la imatge per satèl·lit\ni a més a més, els veïns ens han confirmat que no existeix - la podeu eliminar, cosa que la treurà del mapa. Aneu amb molt de compte a l'hora d'eliminar característiques -\ncom ara altres edicions; els resultats podran ser vistos per tothom i moltes vegades la imatgeria per satèl·lit no està actualitzada, per tant la carretera es pot haver estat construida recentment.\n\nPodeu eliminar una carretera clicant-la, i llavors clicant la icona de la paperera o bé prement la tecla «Suprimir».\n\n### Creació\n\nHeu trobat que en algun lloc hi hauria d'haver una carretera però no hi és? Cliqueu la icona «Línia»\nal marge superior esquerre de la zona del mapa o bé prem la tecla «2» per començar a dibuixar\nuna línia.\n\nCliqueu a l'inici de la carretera al mapa per començar a dibuixar. Si la carretera comença amb una bifurcació en una carretera existent, cliqueu al lloc a on connecten.\n\nA continuació cliqueu a diferents punts al llarg de la carretera per tal que segueixi el traçat correcte, d'acord amb la imatge del satèl·lit o la traça del GPS. Si la carretera que esteu dibuixant s'encreua amb una altra carretera, connecteu-les clicant al punt d'intersecció. Quan acabis el dibuix, féu doble clic o premeu «Retorn» del teclat.\n",
"gps": "# GPS\n\nLes dades de GPS són la font més fiable de dades per a l'OpenStreetMap. Aquest editor és compatible amb les taces locals - fitxers`.gpx`al vostre ordinador local. Podeu recollir \naquest tipus de traça GPS amb algunes aplicacions per a smartphones com també \ndispositius personals de GPS.\n\nPer a més informació sobre com recollir dades amb GPS, llegiu\n[Recollir dades amb GPS](http://learnosm.org/en/beginner/using-gps/).\n\nper fer servir una traça GPX per editar el mapa, arrossegueu i deixeu el fitxer GPX a l'editor. \nSi es detecta, s'afegirà el mapa com una línia verda llampant. \nCliqueu a 'Paràmetres de configuració del fons' al cantó esquerre per activar,\ndesactivar, o per ajustar la vista a aquesta capa GPX.\n\nLa traça GPX no és pujada directament a OpenStreetMap - la millor manera de \nfer-la servir és dibuixar vosaltres el mapa, fent-la servir com a guia per a les noves característiques que afegireu. També les podeu [pujar a l'OpenStreetMap] \n(http://www.openstreetmap.org/trace/create)\nperquè d'altres persones les utilitzin.\n",
"imagery": "# Imatgeria\n\nLa imatgeria aèria és un recurs important per a l'edició de mapes. Una combinació de\nvols d'aeronaus, fotografies de satèl·lit, i d'altres fonts compilades gratuïtament \nestan disponibles a l'editor dins del menú de l'esquerra 'Paràmetres de configuració del fons'.\n\nPer defecte, l'editor mostra la capa de satèl·lit de [Bing Maps](http://www.bing.com/maps/), però a mesura que et mous i ajustes la vista del mapa a noves àrees geogràfiques, noves fonts estaran disponibles. En alguns països, com ara els Estats Units, França, i Dinamarca tenen\n una imatgeria d'alta qualitat disponible per a determinades àrees.\n\nLa imatgeria a vegades no es correspon amb les dades del mapa, això és degut a un error\nper part del proveïdor de la imatge. Si veus moltes carreteres mogudes del seu lloc a la imatge,\nno les moguis per tal que encaixin amb aquesta. Ja que pots ajustar la imatgeria per tal de que quadri amb les dades existents clicant a 'Corregeix la desalineació' al capdevall de la pestanya dels\n'Paràmetres de configuració del fons'.\n",
"addresses": "# Adreçes\n\nLes adreçes són una de les informacions més útils per al mapa.\n\nTot i que les adreces sovint es representen com a part del carrer, a l'OpenStreetMap\nes desen com a atributs dels edificis i llocs al llarg dels carrers\n\nPodeu afegir la informació de l'adreça a llocs cartografiats com a edificis com també\na aquells llocs cartografiats com a simples punts. La forma òptima d'obtenir dades \nde les adreces és a partir d'un estudi al carrer o bé el coneixement propi - com a qualsevol altra característica, la còpia de fonts comercials com ara el Google Maps és estrictament prohibida.\n",
"inspector": "# Utilitzant l'inspector\n\nL'Inspector és l'element de l'interfície d'usuari que es troba al cantó dret de la pàgina i que+\napareix quan una característica és seleccionada i permet editar-ne els detalls.\n\n### Selecció del tipus de característica\n\nDesprés d'afegir un punt, línia, o àrea, pots escollir quin tipus de característica és,\nTant si és una autopista com un carrer residencial, un supermercat o un cafè.\nL'inspector mostrarà botons per els tipus de característica més comuns, i en pots trobar d'altres escrivint el que estàs buscant al quadre de cerca.\n\nClica la 'i' al cantó inferior dret del botó del tipus de característica per saber-ne més. Clica el botó per seleccionar-la.\n\n### Utilització dels camps i les etiquetes d'edició\n\nDesprés d'escollir la característica, o quan selecciones una característica que ja té\nun tipus assignat, l'inspector mostrarà uns camps amb detalls de la característica \ncom ara el seu nom o la seva adreça .\n\nA sota dels camps que veus, pots clicar algunes icones per afegir altres detalls,\ncom ara infrmació de la [Viquipèdia](http://www.wikipedia.org/), l'accés per a cadires de rodes,\ni alguna cosa més.\n\nAl capdavall de l'inspector, clica 'Etiquetes adicionals' per afegir altres etiquetes arbitràries a l'element. [Taginfo](http://taginfo.openstreetmap.org/) és una gran eina per aprendre'n més sobre les combinacions d'etiquetes més populars.\n\nEls canvis que facis a l'inspector s'aplicaran automàticament al mapa.\nEls pots desfer en qualsevol moment clicant al botó de 'Desfer' .\n\n",
@ -412,6 +424,9 @@
"category-rail": {
"name": "Rail"
},
"category-restriction": {
"name": "Restricció"
},
"category-road": {
"name": "Carretera"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "Tipus"
},
"except": {
"label": "Excepcions"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@ -737,10 +755,16 @@
"label": "Tipus"
},
"oneway": {
"label": "Sentit únic"
"label": "Sentit únic",
"options": {
"undefined": "Sobreentès que és no"
}
},
"oneway_yes": {
"label": "Sentit únic"
"label": "Sentit únic",
"options": {
"undefined": "Sobreentès que és sí"
}
},
"opening_hours": {
"label": "Horari"
@ -816,6 +840,9 @@
"restriction": {
"label": "Tipus"
},
"restrictions": {
"label": "Restriccions de gir"
},
"route": {
"label": "Tipus"
},
@ -1093,6 +1120,9 @@
"amenity/doctor": {
"name": "Doctor"
},
"amenity/dojo": {
"name": "Dojo / Acadèmia d'arts marcials"
},
"amenity/drinking_water": {
"name": "Aigua apte per al consum",
"terms": "Aigua potable, Aigua apte per al consum humà, Aigua per beure"
@ -1126,7 +1156,8 @@
"terms": "Hospital, centre hospitalari, policlínica, clínica. "
},
"amenity/kindergarten": {
"name": "Terrenys de Jardí d'infància"
"name": "Terrenys de Jardí d'infància",
"terms": "Parc infantil"
},
"amenity/library": {
"name": "Biblioteca",
@ -1309,14 +1340,16 @@
"terms": "Porta giratòria, Porta sense retorn, Accés giratori, Porta de no retorn"
},
"barrier/lift_gate": {
"name": "Barrera per a vehicles"
"name": "Barrera per a vehicles",
"terms": "Porta d'ascensor"
},
"barrier/retaining_wall": {
"name": "Mur de contenció",
"terms": "Mur de contenció, Paret de contenció"
},
"barrier/stile": {
"name": "esgraons"
"name": "esgraons",
"terms": "Escala de tanca"
},
"barrier/toll_booth": {
"name": "Peatge",
@ -1357,7 +1390,8 @@
"name": "Església"
},
"building/commercial": {
"name": "Edifici comercial"
"name": "Edifici comercial",
"terms": "Edifici comercial"
},
"building/construction": {
"name": "Edifici en construcció"
@ -1370,10 +1404,12 @@
"name": "Edifici d'habitacions"
},
"building/entrance": {
"name": "Entrada/Sortida"
"name": "Entrada/Sortida",
"terms": "Entrada/Sortida"
},
"building/garage": {
"name": "garatge "
"name": "garatge ",
"terms": "Garatge"
},
"building/garages": {
"name": "Garatges"
@ -1388,19 +1424,23 @@
"name": "Edifici hoteler"
},
"building/house": {
"name": "Casa"
"name": "Casa",
"terms": "Casa"
},
"building/hut": {
"name": "Cabana"
"name": "Cabana",
"terms": "Barraca"
},
"building/industrial": {
"name": "Edifici industrial"
"name": "Edifici industrial",
"terms": "Edifici industrial"
},
"building/public": {
"name": "Edifici públic"
},
"building/residential": {
"name": "Edifici residencial"
"name": "Edifici residencial",
"terms": "Edifici residencial"
},
"building/retail": {
"name": "Edifici de grans magatzems"
@ -1583,12 +1623,17 @@
"terms": "Telèfon d'emergències, SOS, S.O.S"
},
"entrance": {
"name": "Entrada/Sortida"
"name": "Entrada/Sortida",
"terms": "Entrada/Sortida"
},
"footway/crossing": {
"name": "Pas de vianants",
"terms": "Travessera, Cruïlla, Pas de Vianants, Pas Zebra, Pas de peatons, pas de transeünts"
},
"footway/crosswalk": {
"name": "Pas de vianants",
"terms": "Pas de peations, pas, de, peatons, vianants, persones, zebra"
},
"footway/sidewalk": {
"name": "Vorera"
},
@ -1620,7 +1665,8 @@
"name": "Obstacle d'aigua"
},
"highway": {
"name": "Via"
"name": "Via",
"terms": "Via, Carretera"
},
"highway/bridleway": {
"name": "Camí de ferradura",
@ -1634,69 +1680,87 @@
"name": "Pas de vianants",
"terms": "Travessera, Cruïlla, Pas de Vianants, Pas Zebra, Pas de peatons, pas de transeünts"
},
"highway/crosswalk": {
"name": "Pas de vianants",
"terms": "Pas de peations, pas, de, peatons, vianants, persones, zebra"
},
"highway/cycleway": {
"name": "Carril bici"
"name": "Carril bici",
"terms": "Carril bici, Via verda,Via ciclista"
},
"highway/footway": {
"name": "Camí per a vianants",
"terms": "Camí per a vianants, carrer peatonal, camí per a peatons, a peu, camí per caminar, vianant, vianants, peató, peatons, transeünt, transeünts, peatonal"
},
"highway/living_street": {
"name": "Carrer residencial"
"name": "Carrer residencial",
"terms": "Carrer residencial"
},
"highway/mini_roundabout": {
"name": "Mini-Rotonda",
"terms": "Minirotonda, Mini-rotonda, Rotonda petita"
},
"highway/motorway": {
"name": "Autopista"
"name": "Autopista",
"terms": "Autopista,Autovia"
},
"highway/motorway_junction": {
"name": "sortida d'autopista"
"name": "Intersecció d'autopista / Sortida"
},
"highway/motorway_link": {
"name": "Enllaç d'autopista",
"terms": "Rampa, entrada, incorporació, baixada, addició, autopista, autovia, eix"
},
"highway/path": {
"name": "Camí"
"name": "Camí",
"terms": "Sender,Corriol"
},
"highway/pedestrian": {
"name": "Via Peatonal",
"terms": "Carrer Peatonal, Àrea per a peatons, Trànsit tallat, Carrer tancat al trànsit, Carrer per a vianants, Àrea per a vianants, Carrer per a transeünts, Peatons, Peatonal, Carrer per a Transeünts, Àrea peatonal"
},
"highway/primary": {
"name": "Carretera primària"
"name": "Carretera primària",
"terms": "Carretera primària,Carretera de 1r ordre"
},
"highway/primary_link": {
"name": "Enllaç de carretera primària"
"name": "Enllaç de carretera primària",
"terms": "Enllaç amb primària"
},
"highway/residential": {
"name": "Carrer"
"name": "Carrer",
"terms": "Carrer"
},
"highway/rest_area": {
"name": "Àrea de descans"
},
"highway/road": {
"name": "Carretera sense classificació"
"name": "Carretera sense classificació",
"terms": "via desconeguda, via per arreglar,"
},
"highway/secondary": {
"name": "Carretera secundària"
"name": "Carretera secundària",
"terms": "Carretera secundària,Carretera de 2n ordre"
},
"highway/secondary_link": {
"name": "Enllaç de carretera secundària"
"name": "Enllaç de carretera secundària",
"terms": "Enllaç amb secundària"
},
"highway/service": {
"name": "Via de servei"
"name": "Via de servei",
"terms": "Via de servei, Lateral"
},
"highway/service/alley": {
"name": "Carreró"
"name": "Carreró",
"terms": "Carreró,Cul de sac"
},
"highway/service/drive-through": {
"name": "Via dins una propietat"
"name": "Via dins una propietat",
"terms": "Pas de vehicles"
},
"highway/service/driveway": {
"name": "Via d'accés a una propietat"
"name": "Via d'accés a una propietat",
"terms": "Entrada de vehicles"
},
"highway/service/emergency_access": {
"name": "Accés per a emergències",
@ -1717,10 +1781,12 @@
"name": "Senyal de stop"
},
"highway/tertiary": {
"name": "Carretera terciària"
"name": "Carretera terciària",
"terms": "Carretera terciària,Carretera de 3r ordre,local"
},
"highway/tertiary_link": {
"name": "Enllaç de carretera terciària"
"name": "Enllaç de carretera terciària",
"terms": "Enllaç amb terciària"
},
"highway/track": {
"name": "Pista",
@ -1731,16 +1797,20 @@
"terms": "Senyals de trànsit, Senyals de tràfic"
},
"highway/trunk": {
"name": "Carretera principal"
"name": "Carretera principal",
"terms": "Via ràpida,Variant"
},
"highway/trunk_link": {
"name": "Enllaç de via principal"
"name": "Enllaç de via principal",
"terms": "Enllaç amb via ràpida"
},
"highway/turning_circle": {
"name": "Cul de sac"
"name": "Cul de sac",
"terms": "Girar 180 graus, Canviar de sentit"
},
"highway/unclassified": {
"name": "Altres carreteres"
"name": "Altres carreteres",
"terms": "Carretera municipal"
},
"historic": {
"name": "Lloc històric",
@ -1751,7 +1821,8 @@
"terms": "Lloc arqueològic"
},
"historic/boundary_stone": {
"name": "Fita de terme"
"name": "Fita de terme",
"terms": "Fita de frontera"
},
"historic/castle": {
"name": "Castell",
@ -1770,19 +1841,24 @@
"terms": "Ruines"
},
"historic/wayside_cross": {
"name": "Creu Cristiana"
"name": "Creu Cristiana",
"terms": "Calvari,Encreuament del camí"
},
"historic/wayside_shrine": {
"name": "Capella"
"name": "Capella",
"terms": "Ermita"
},
"landuse": {
"name": "Aprofitament del terreny"
"name": "Aprofitament del terreny",
"terms": "Ús del terra, Ús del sòl"
},
"landuse/allotments": {
"name": "Horts"
"name": "Horts",
"terms": "Assignació"
},
"landuse/basin": {
"name": "Bassa"
"name": "Bassa",
"terms": "Conca"
},
"landuse/cemetery": {
"name": "Cementiri",
@ -1792,10 +1868,12 @@
"name": "Terrenys d'església"
},
"landuse/commercial": {
"name": "Zona comercial"
"name": "Zona comercial",
"terms": "Comercial,Botiga"
},
"landuse/construction": {
"name": "Zona en construcció"
"name": "Zona en construcció",
"terms": "En construcció"
},
"landuse/farm": {
"name": "Terrenys de granja",
@ -1805,59 +1883,72 @@
"name": "Terrenys de Granja"
},
"landuse/farmyard": {
"name": "Granja"
"name": "Granja",
"terms": "Pati,Jardí"
},
"landuse/forest": {
"name": "Bosc"
"name": "Bosc",
"terms": "Massa forestal,Bosc,Arbreda"
},
"landuse/grass": {
"name": "Herba"
"name": "Herba",
"terms": "Herba,Gespa"
},
"landuse/industrial": {
"name": "Zona Industrial"
"name": "Zona Industrial",
"terms": "Indústria, Industrial,Fàbrica"
},
"landuse/landfill": {
"name": "Abocador"
},
"landuse/meadow": {
"name": "Prat"
"name": "Prat",
"terms": "Prat,Prada,Natural"
},
"landuse/military": {
"name": "Militar"
},
"landuse/orchard": {
"name": "Verger"
"name": "Verger",
"terms": "Horta,Hort,Plantació"
},
"landuse/quarry": {
"name": "Mina a cel obert"
"name": "Mina a cel obert",
"terms": "Pedrera"
},
"landuse/residential": {
"name": "Zona residencial"
"name": "Zona residencial",
"terms": "Residencial,Cases"
},
"landuse/retail": {
"name": "Comerç minorista"
"name": "Comerç minorista",
"terms": "Venda al detall,Botiga,Minoristes"
},
"landuse/vineyard": {
"name": "Vinya",
"terms": "Vinyar, Vinyal, Vinyet, Vinya"
},
"leisure": {
"name": "Esbarjo"
"name": "Esbarjo",
"terms": "Lleure,Temps lliure"
},
"leisure/common": {
"name": "Àrea comuna"
},
"leisure/dog_park": {
"name": "Parc Caní"
"name": "Parc Caní",
"terms": "Pipi-can,Parc per gossos"
},
"leisure/firepit": {
"name": "Lloc per a fogueres"
},
"leisure/garden": {
"name": "Jardí"
"name": "Jardí",
"terms": "Jardí,Parc,Zona ajardinada"
},
"leisure/golf_course": {
"name": "Camp de golf"
"name": "Camp de golf",
"terms": "Camp de Golf"
},
"leisure/ice_rink": {
"name": "Pista de gel"
@ -1874,59 +1965,73 @@
"name": "Taula de picnic"
},
"leisure/pitch": {
"name": "Camp d'esports"
"name": "Camp d'esports",
"terms": "Camp d'esports, Pista poliesportiva"
},
"leisure/pitch/american_football": {
"name": "Camp de futbol americà"
"name": "Camp de futbol americà",
"terms": "Estadi de futbol americà,Camp de futbol americà"
},
"leisure/pitch/baseball": {
"name": "Camp de beisbol"
"name": "Camp de beisbol",
"terms": "Camp de beisbol,Pista de beisbol"
},
"leisure/pitch/basketball": {
"name": "Pista de bàsquet"
"name": "Pista de bàsquet",
"terms": "Pista de bàsquet, Pavelló de bàsquet"
},
"leisure/pitch/skateboard": {
"name": "Parc per a skates"
},
"leisure/pitch/soccer": {
"name": "Camp de futbol"
"name": "Camp de futbol",
"terms": "Camp de futbol,Pista de futbol"
},
"leisure/pitch/tennis": {
"name": "Pista de tennis"
"name": "Pista de tennis",
"terms": "Camp de Tennis, Pista de tennis"
},
"leisure/pitch/volleyball": {
"name": "Camp de vòleibol"
"name": "Camp de vòleibol",
"terms": "Pista de voleibol,Camp de voleibol"
},
"leisure/playground": {
"name": "Zona de jocs infantils",
"terms": "Parc Infantil"
},
"leisure/slipway": {
"name": "Pendent per a embarcacions"
"name": "Pendent per a embarcacions",
"terms": "Varador"
},
"leisure/sports_center": {
"name": "Centre d'esports"
"name": "Centre d'esports / Gimnàs"
},
"leisure/stadium": {
"name": "Estadi"
"name": "Estadi",
"terms": "Estadi,Camp"
},
"leisure/swimming_pool": {
"name": "Piscina"
"name": "Piscina",
"terms": "Piscina"
},
"leisure/track": {
"name": "Circuit de carreres"
},
"line": {
"name": "Línia"
"name": "Línia",
"terms": "Línia"
},
"man_made": {
"name": "Fet per l'home"
"name": "Fet per l'home",
"terms": "Fet per la mà de l'home"
},
"man_made/breakwater": {
"name": "trencaonades"
"name": "trencaonades",
"terms": "Escullera,Espigó,Espatller"
},
"man_made/cutline": {
"name": "Línia de tall"
"name": "Línia de tall",
"terms": "Línia de tall"
},
"man_made/embankment": {
"name": "Terraplè "
@ -1935,26 +2040,31 @@
"name": "Màstil"
},
"man_made/lighthouse": {
"name": "Far"
"name": "Far",
"terms": "Far"
},
"man_made/observation": {
"name": "Torre de vigilància"
},
"man_made/pier": {
"name": "Moll de pilons"
"name": "Moll de pilons",
"terms": "Moll,Dàrsena"
},
"man_made/pipeline": {
"name": "Canonada"
"name": "Canonada",
"terms": "Gàseoducte,Oleoducte,Canonades"
},
"man_made/survey_point": {
"name": "Punt referencial"
"name": "Punt referencial",
"terms": "Punt de salvació,Punt de salvament,Punt d'evacuació"
},
"man_made/tower": {
"name": "Torre",
"terms": "Torre, Torres"
},
"man_made/wastewater_plant": {
"name": "Depuradora d'aigües residuals"
"name": "Depuradora d'aigües residuals",
"terms": "Depuradora"
},
"man_made/water_tower": {
"name": "Torre d'aigua",
@ -2322,7 +2432,8 @@
"terms": "Botiga d'electrònica, Botiga de components electrònics"
},
"shop/farm": {
"name": "Estand productiu"
"name": "Estand productiu",
"terms": "Grades"
},
"shop/fishmonger": {
"name": "Peixateria"
@ -2514,6 +2625,28 @@
"name": "Restricció",
"terms": "Restricció"
},
"type/restriction/no_left_turn": {
"name": "Prohibició del gir a l'esquerra"
},
"type/restriction/no_right_turn": {
"name": "Prohibició del gir a la dreta"
},
"type/restriction/no_straight_on": {
"name": "Prohibició de seguir recte"
},
"type/restriction/no_u_turn": {
"name": "Prohibició del gir total"
},
"type/restriction/only_left_turn": {
"name": "Només gir a l'esquerra"
},
"type/restriction/only_right_turn": {
"name": "Només gir a la dreta"
},
"type/restriction/only_straight_on": {
"name": "Prohibició de tots els girs",
"terms": "Prohibit girar, no girs, cap gir, no girar, seguir recte"
},
"type/route": {
"name": "Ruta",
"terms": "Ruta"

View file

@ -1530,10 +1530,6 @@
"name": "Dálnice",
"terms": "dálnice"
},
"highway/motorway_junction": {
"name": "Dálniční sjezd",
"terms": "dálniční nájezd, dálniční výjezd, dálniční exit"
},
"highway/motorway_link": {
"name": "Dálnice - nájezd",
"terms": "nájezd,sjezd,výjezd,příjezd,rampa,exit"
@ -1818,10 +1814,6 @@
"name": "Vodní skluz",
"terms": "spouštění lodi,dok,loděnice,skluz v loděnici,skluzavka"
},
"leisure/sports_center": {
"name": "Sportovní areál",
"terms": "sportovní areál,sportovní centrum"
},
"leisure/stadium": {
"name": "Stadion",
"terms": "stadion,fotbal,fotbalový stadión,hřiště"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Linje kan ikke deles op ved deres begyndelse eller ende.",
"multiple_ways": "Der er for mange linjer her til at dele op."
},
"restriction": {
"help": {
"select": "Vælg et vejsegment.",
"toggle": "Klik for at slå dreje restriktioner til.",
"toggle_on": "Klik for tilføje \"{restriction}\" restriktion.",
"toggle_off": "Klik for at fjerne \"{restriction}\" restriktionen."
},
"annotation": {
"create": "Tilføjede en dreje restriktion",
"delete": "Slettede en dreje restriktion"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "Jernbane"
},
"category-restriction": {
"name": "Restriktion"
},
"category-road": {
"name": "Vej"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "Type"
},
"except": {
"label": "Undtagelser"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@ -737,10 +755,16 @@
"label": "Type"
},
"oneway": {
"label": "Ensrettet"
"label": "Ensrettet",
"options": {
"undefined": "Forventet at være Nej"
}
},
"oneway_yes": {
"label": "Ensrettet"
"label": "Ensrettet",
"options": {
"undefined": "Forventet at være Ja"
}
},
"opening_hours": {
"label": "Åbningstider"
@ -816,6 +840,9 @@
"restriction": {
"label": "Type"
},
"restrictions": {
"label": "Sving restriktioner"
},
"route": {
"label": "Type"
},
@ -1112,6 +1139,10 @@
"name": "Læge",
"terms": "Læge, Doktor"
},
"amenity/dojo": {
"name": "Dojo/Kampsports akdemi",
"terms": "Dojo/Kampsports akdemi"
},
"amenity/drinking_water": {
"name": "Drikkevand",
"terms": "<oversæt med synonymer eller beslægtet termer for 'Drikkevand', adskilt med kommaer>"
@ -1700,6 +1731,10 @@
"name": "Kryds",
"terms": "Kryds"
},
"footway/crosswalk": {
"name": "Fodgængerovergang",
"terms": "Fodgængerovergang"
},
"footway/sidewalk": {
"name": "Fortov",
"terms": "Fortov"
@ -1756,6 +1791,10 @@
"name": "Kryds",
"terms": "Kryds"
},
"highway/crosswalk": {
"name": "Fodgængerovergang",
"terms": "Fodgængerovergang"
},
"highway/cycleway": {
"name": "Cykelsti",
"terms": "Cykelsti"
@ -1777,8 +1816,8 @@
"terms": "Motorvej"
},
"highway/motorway_junction": {
"name": "Motorvejskryds",
"terms": "Motorvejskryds"
"name": "Motorvejsafkørsel/ Udkørsel",
"terms": "Motorvejsafkørsel/ Udkørsel"
},
"highway/motorway_link": {
"name": "Motorvejsafkørsel",
@ -2089,8 +2128,8 @@
"terms": "Bådrampe, Skibsrampe"
},
"leisure/sports_center": {
"name": "Sportscenter",
"terms": "Sportscenter"
"name": "Sportscenter/Gymnastik",
"terms": "Sportscenter/Gymnastik"
},
"leisure/stadium": {
"name": "Stadion",
@ -2828,6 +2867,34 @@
"name": "Restriktion",
"terms": "Restriktion"
},
"type/restriction/no_left_turn": {
"name": "Ingen venstresving",
"terms": "Ingen venstresving"
},
"type/restriction/no_right_turn": {
"name": "Ingen højresving",
"terms": "Ingen højresving"
},
"type/restriction/no_straight_on": {
"name": "Ingen lige ud kørsel",
"terms": "Ingen lige ud kørsel"
},
"type/restriction/no_u_turn": {
"name": "Ingen U-vending",
"terms": "Ingen U-vending"
},
"type/restriction/only_left_turn": {
"name": "Kun venstresving tilladt",
"terms": "Kun venstresving tilladt"
},
"type/restriction/only_right_turn": {
"name": "Kun højresving tilladt",
"terms": "Kun højresving tilladt"
},
"type/restriction/only_straight_on": {
"name": "Ingen sving tilladt",
"terms": "Ingen sving tilladt"
},
"type/route": {
"name": "Rute",
"terms": "Rute"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Linien können nicht am Anfang oder Ende geteilt werden.",
"multiple_ways": "Es gibt hier zu viele Linien, um diese teilen zu können."
},
"restriction": {
"help": {
"select": "Klicke um ein Straßensegment zu selektieren.",
"toggle": "Klicke um das Abbiegeverbot umzudrehen.",
"toggle_on": "Klicke um ein \"{restriction}\" Verbot anzulegen.",
"toggle_off": "Klicke um das \"{restriction}\" Verbot zu löschen."
},
"annotation": {
"create": "Füge ein Abbiegeverbot ein",
"delete": "Lösche ein Abbiegeverbot"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "Schiene"
},
"category-restriction": {
"name": "Abbiegevorschrift"
},
"category-road": {
"name": "Straße"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "Typ"
},
"except": {
"label": "Ausnahmen"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@ -737,10 +755,16 @@
"label": "Typ"
},
"oneway": {
"label": "Einbahnstraße"
"label": "Einbahnstraße",
"options": {
"undefined": "Vermutlich Nein"
}
},
"oneway_yes": {
"label": "Einbahnstraße"
"label": "Einbahnstraße",
"options": {
"undefined": "Vermutlich Ja"
}
},
"opening_hours": {
"label": "Öffnungszeiten"
@ -816,6 +840,9 @@
"restriction": {
"label": "Typ"
},
"restrictions": {
"label": "Abbiegevorschriften"
},
"route": {
"label": "Typ"
},
@ -1112,6 +1139,10 @@
"name": "Arzt",
"terms": "Arzt, Mediziner"
},
"amenity/dojo": {
"name": "Kampfsportstudio",
"terms": "Kampfsportstudio, Kampfsportzentrum, Karatestudio"
},
"amenity/drinking_water": {
"name": "Trinkwasserstelle",
"terms": "Brunnen,Trinkwasser,Trinkwasserbrunnen,Wasserhahn,Trinkbrunnen"
@ -1700,6 +1731,10 @@
"name": "Fussgängerüberweg",
"terms": "Zebrastreifen"
},
"footway/crosswalk": {
"name": "Zebrastreifen",
"terms": "Zebrastreifen, Fußgängerübergang, Fußgängerstreifen"
},
"footway/sidewalk": {
"name": "Bürgersteig",
"terms": "Gehsteig, Fußgängerweg, Gehweg, Fußweg, Gangsteig, Trottoir"
@ -1756,6 +1791,10 @@
"name": "Fußgängerüberweg",
"terms": "Zebrastreifen"
},
"highway/crosswalk": {
"name": "Zebrastreifen",
"terms": "Zebrastreifen, Fußgängerübergang, Fußgängerstreifen"
},
"highway/cycleway": {
"name": "Radweg",
"terms": "Radweg"
@ -1777,8 +1816,8 @@
"terms": "Autobahn"
},
"highway/motorway_junction": {
"name": "Autobahnausfahrt",
"terms": "Autobahn-Anschlussstelle, Autobahn-Abfahrt"
"name": "Autobahnkreuz / Autobahnanschluss",
"terms": "Autobahnkreuz, Autobahnanschluss, Autobahndreieck, Autobahnknoten, Autobahnzubringer"
},
"highway/motorway_link": {
"name": "Autobahnanschluss",
@ -2089,8 +2128,8 @@
"terms": "Gleitbahn, Rampe"
},
"leisure/sports_center": {
"name": "Sportzentrum",
"terms": "Fitnesscenter"
"name": "Fitnessstudio",
"terms": "Fitnessstudio, Sportstudio, Trainingszentrum"
},
"leisure/stadium": {
"name": "Stadion",
@ -2825,8 +2864,36 @@
"terms": "Multipolygon"
},
"type/restriction": {
"name": "Beschränkung",
"terms": "Beschränkung, Einschränkung"
"name": "Sonstige Abbiegevorschrift",
"terms": "Abbiegebeschränkung, Beschränkung, Einschränkung"
},
"type/restriction/no_left_turn": {
"name": "Linksabbiegeverbot",
"terms": "Linksabbiegeverbot, Linksabbiegen verboten, kein Linksabbiegen, kein Abbiegen nach links"
},
"type/restriction/no_right_turn": {
"name": "Rechtsabbiegeverbot",
"terms": "Rechtsabbiegeverbot, Rechtsabbiegen verboten, kein Rechtsabbiegen, kein Abbiegen nach rechts"
},
"type/restriction/no_straight_on": {
"name": "Geradeausfahrverbot",
"terms": "Geradeausfahrverbot, Geradeausfahren verboten, geradeaus fahren nicht erlaubt"
},
"type/restriction/no_u_turn": {
"name": "Kehrtwendeverbot",
"terms": "Kehrtwendeverbot, Kehrtwende verboten, Umdrehen verboten"
},
"type/restriction/only_left_turn": {
"name": "Linksabbiegegebot",
"terms": "Linksabbiegegebot, Links abbiegen geboten, nur links abbiegen erlaubt"
},
"type/restriction/only_right_turn": {
"name": "Rechtsabbiegegebot",
"terms": "Rechtsabbiegegebot, Rechts abbiegen geboten, nur rechts abbiegen erlaubt"
},
"type/restriction/only_straight_on": {
"name": "Kehrtwendeverbot",
"terms": "Kehrwendeverbot, keine Kehrtwende erlaubt, Umdrehverbot, Umdrehen verboten"
},
"type/route": {
"name": "Route",

View file

@ -1127,10 +1127,6 @@
"name": "Αυτοκινητόδρομος",
"terms": "Αυτοκινητόδρομος"
},
"highway/motorway_junction": {
"name": "Διασταύρωση Αυτοκινητόδρομου",
"terms": "Διασταύρωση αυτοκινητόδρομου"
},
"highway/motorway_link": {
"name": "Σύνδεση Αυτοκινητόδρομου",
"terms": "Σύνδεσμος Αυτοκινητόδρομου "
@ -1360,9 +1356,6 @@
"name": "Γλύστρα",
"terms": "Γλίστρα"
},
"leisure/sports_center": {
"name": "Αθλητικό Κέντρο"
},
"leisure/stadium": {
"name": "Στάδιο",
"terms": "Στάδιο"

View file

@ -84,9 +84,6 @@
"building/terrace": {
"name": "Terraced houses"
},
"leisure/sports_center": {
"name": "Sports Centre"
},
"shop/garden_centre": {
"name": "Garden Centre"
},

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Lines can't be split at their beginning or end.",
"multiple_ways": "There are too many lines here to split."
},
"restriction": {
"help": {
"select": "Click to select a road segment.",
"toggle": "Click to toggle turn restrictions.",
"toggle_on": "Click to add a \"{restriction}\" restriction.",
"toggle_off": "Click to remove the \"{restriction}\" restriction."
},
"annotation": {
"create": "Added a turn restriction",
"delete": "Deleted a turn restriction"
}
}
},
"undo": {
@ -416,6 +428,9 @@
"category-rail": {
"name": "Rail"
},
"category-restriction": {
"name": "Restriction"
},
"category-road": {
"name": "Road"
},
@ -598,6 +613,9 @@
"entrance": {
"label": "Type"
},
"except": {
"label": "Exceptions"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@ -743,10 +761,20 @@
"label": "Type"
},
"oneway": {
"label": "One Way"
"label": "One Way",
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
},
"oneway_yes": {
"label": "One Way"
"label": "One Way",
"options": {
"undefined": "Assumed to be Yes",
"yes": "Yes",
"no": "No"
}
},
"opening_hours": {
"label": "Hours"
@ -822,6 +850,9 @@
"restriction": {
"label": "Type"
},
"restrictions": {
"label": "Turn Restrictions"
},
"route": {
"label": "Type"
},
@ -1118,6 +1149,10 @@
"name": "Doctor",
"terms": "doctor,doctor's office"
},
"amenity/dojo": {
"name": "Dojo / Martial Arts Academy",
"terms": "martial arts,dojo,dojang"
},
"amenity/drinking_water": {
"name": "Drinking Water",
"terms": "water fountain,potable water"
@ -1704,6 +1739,10 @@
},
"footway/crossing": {
"name": "Crossing",
"terms": ""
},
"footway/crosswalk": {
"name": "Crosswalk",
"terms": "crosswalk,zebra crossing"
},
"footway/sidewalk": {
@ -1760,6 +1799,10 @@
},
"highway/crossing": {
"name": "Crossing",
"terms": ""
},
"highway/crosswalk": {
"name": "Crosswalk",
"terms": "crosswalk,zebra crossing"
},
"highway/cycleway": {
@ -1783,7 +1826,7 @@
"terms": ""
},
"highway/motorway_junction": {
"name": "Motorway Junction",
"name": "Motorway Junction / Exit",
"terms": ""
},
"highway/motorway_link": {
@ -2095,7 +2138,7 @@
"terms": ""
},
"leisure/sports_center": {
"name": "Sports Center",
"name": "Sports Center / Gym",
"terms": "gym"
},
"leisure/stadium": {
@ -2834,6 +2877,34 @@
"name": "Restriction",
"terms": ""
},
"type/restriction/no_left_turn": {
"name": "No Left Turn",
"terms": ""
},
"type/restriction/no_right_turn": {
"name": "No Right Turn",
"terms": ""
},
"type/restriction/no_straight_on": {
"name": "No Straight On",
"terms": ""
},
"type/restriction/no_u_turn": {
"name": "No U-turn",
"terms": ""
},
"type/restriction/only_left_turn": {
"name": "Left Turn Only",
"terms": ""
},
"type/restriction/only_right_turn": {
"name": "Right Turn Only",
"terms": ""
},
"type/restriction/only_straight_on": {
"name": "No Turns",
"terms": ""
},
"type/route": {
"name": "Route",
"terms": ""

View file

@ -412,6 +412,9 @@
"category-rail": {
"name": "Ferrocarril"
},
"category-restriction": {
"name": "Restricción"
},
"category-road": {
"name": "Carretera"
},
@ -594,6 +597,9 @@
"entrance": {
"label": "Tipo"
},
"except": {
"label": "Excepciones"
},
"fax": {
"label": "Fax",
"placeholder": "+31 42 123 4567"
@ -1140,6 +1146,9 @@
"name": "Aparcamiento de automóviles",
"terms": "aparcamiento, parking, aparcadero, estacionamiento, garaje"
},
"amenity/parking_entrance": {
"name": "Entrada/Salida del Estacionamiento"
},
"amenity/pharmacy": {
"name": "Farmacia",
"terms": "farmacia,botica, laboratorio, apoteca, herbolario"
@ -1380,6 +1389,10 @@
"building/dormitory": {
"name": "Dormitorio"
},
"building/entrance": {
"name": "Entrada/Salida",
"terms": "puerta, portal, vestíbulo, umbral, soportal, pórtico, abertura, acceso, boca, embocadura, agujero, hueco"
},
"building/garage": {
"name": "Garaje",
"terms": "garaje,cochera"
@ -1635,10 +1648,17 @@
"name": "Teléfono de emergencias",
"terms": "Teléfono de emergencia, SOS"
},
"entrance": {
"name": "Entrada/Salida"
},
"footway/crossing": {
"name": "Cruce peatonal",
"terms": "cruce, travesía, paso, cruzamiento, pasaje, vado, paseo, traviesa, paso de peatones, paso de cebra"
},
"footway/crosswalk": {
"name": "Cruce peatonal",
"terms": "cruce, travesía, paso, cruzamiento, pasaje, vado, paseo, traviesa, paso de peatones"
},
"footway/sidewalk": {
"name": "Acera",
"terms": "acera, paso, bordillo, anden, borde, peatonal, peatón"
@ -1684,6 +1704,10 @@
"name": "Cruce peatonal",
"terms": "cruce peatonal, paso peatonal, paso de cebra, paso de peatones, paso semafórico"
},
"highway/crosswalk": {
"name": "Cruce peatonal",
"terms": "cruce, travesía, paso, cruzamiento, pasaje, vado, paseo, traviesa, paso de peatones"
},
"highway/cycleway": {
"name": "Sendero ciclista",
"terms": "Camino para bicicletas, senda ciclable, sendero ciclista, carril bici"
@ -1705,7 +1729,7 @@
"terms": "autopista, autovía, vía rápida"
},
"highway/motorway_junction": {
"name": "Cruce de autopista",
"name": "Cruce / salida de autopista",
"terms": "enlace, acceso, autopista, autovía, salida"
},
"highway/motorway_link": {
@ -2011,8 +2035,8 @@
"terms": "Grada"
},
"leisure/sports_center": {
"name": "Centro deportivo",
"terms": "Complejo deportivo"
"name": "Centro deportivo / Gimnasio",
"terms": "centro deportivo, club deportivo, club atlético, gimnasio"
},
"leisure/stadium": {
"name": "Estadio",
@ -2725,6 +2749,24 @@
"name": "Restricción",
"terms": "restricción, limitación, prohibición"
},
"type/restriction/no_left_turn": {
"name": "No girar a la izquierda",
"terms": "no girar a la izquierda, prohibido girar a la izquierda"
},
"type/restriction/no_right_turn": {
"name": "No girar a la derecha",
"terms": "no girar a la derecha, prohibido girar a la derecha"
},
"type/restriction/only_left_turn": {
"name": "Sólo girar a la izquierda"
},
"type/restriction/only_right_turn": {
"name": "Sólo girar a la derecha"
},
"type/restriction/only_straight_on": {
"name": "No girar",
"terms": "no girar, prohibido girar"
},
"type/route": {
"name": "Ruta",
"terms": "ruta,recorrido,línea"

View file

@ -697,9 +697,6 @@
"highway/motorway": {
"name": "Kiirtee"
},
"highway/motorway_junction": {
"name": "Kiirtee liiklussõlm"
},
"highway/path": {
"name": "Rada"
},

View file

@ -1441,10 +1441,6 @@
"name": "مسیر موتور سواری",
"terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه وسایل موتوری'، با کاما جدا میشوند>"
},
"highway/motorway_junction": {
"name": "محل اتصال جاده موتور سیکلت",
"terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Motorway Junction'، با کاما جدا میشوند>"
},
"highway/motorway_link": {
"name": "اتصال جاده موتور سیکلت",
"terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن جاده موتور'، با کاما جدا میشوند>"
@ -1683,9 +1679,6 @@
"leisure/slipway": {
"name": "قایق ساکن"
},
"leisure/sports_center": {
"name": "مرکز ورزشی"
},
"leisure/stadium": {
"name": "ورزشگاه"
},

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Viivoja ei voi jakaa alusta tai lopusta.",
"multiple_ways": "Viivoja on liian monta jotta niitä voitaisiin jakaa osiin."
},
"restriction": {
"help": {
"select": "Valitse tienpätkä napsauttamalla.",
"toggle": "Muuta kääntymiskieltoja napsauttamalla.",
"toggle_on": "Lisää kääntymisrajoitus \"{restriction}\" napsauttamalla.",
"toggle_off": "Poista kääntymisrajoitus \"{restriction}\" napsauttamalla."
},
"annotation": {
"create": "Kääntymisrajoitus lisätty.",
"delete": "Kääntymisrajoitus poistettu."
}
}
},
"undo": {
@ -408,6 +420,9 @@
"category-rail": {
"name": "Rautatie"
},
"category-restriction": {
"name": "Rajoitus"
},
"category-road": {
"name": "Tie"
},
@ -533,7 +548,7 @@
},
"capacity": {
"label": "Paikkamäärä",
"placeholder": "50, 100, 200..."
"placeholder": "5, 10, 20, 100..."
},
"cardinal_direction": {
"label": "Suunta"
@ -572,6 +587,9 @@
"description": {
"label": "Kuvaus"
},
"electrified": {
"label": "Sähköistys"
},
"elevation": {
"label": "Korkeus"
},
@ -581,6 +599,9 @@
"entrance": {
"label": "Tyyppi"
},
"except": {
"label": "Poikkeukset"
},
"fax": {
"label": "Faksinumero",
"placeholder": "+358 40 123 4567"
@ -742,6 +763,9 @@
"place": {
"label": "Tyyppi"
},
"population": {
"label": "Asukasmäärä"
},
"power": {
"label": "Tyyppi"
},
@ -781,6 +805,9 @@
"restriction": {
"label": "Tyyppi"
},
"restrictions": {
"label": "Kääntymisrajoitukset"
},
"route": {
"label": "Tyyppi"
},
@ -799,6 +826,9 @@
"shop": {
"label": "Tyyppi"
},
"sloped_curb": {
"label": "Viistetty reunakivi"
},
"smoking": {
"label": "Tupakointi"
},
@ -827,6 +857,9 @@
"surface": {
"label": "Päällyste"
},
"tactile_paving": {
"label": "Huomioreuna näkövammaisille"
},
"tourism": {
"label": "Tyyppi"
},
@ -877,7 +910,7 @@
"name": "Ilmarata"
},
"aerialway/cable_car": {
"name": "köysirata"
"name": "Köysirata"
},
"aerialway/chair_lift": {
"name": "Tuolihissi"
@ -983,7 +1016,7 @@
},
"amenity/car_rental": {
"name": "Autonvuokraus",
"terms": "autovuokraamo, autonvuokraus, auton vuokraus, auto, vuokra-auto"
"terms": "autovuokraamo, autonvuokraus, auton vuokraus, auto, vuokra-auto, auton vuokraaminen, vuokraaminen"
},
"amenity/car_sharing": {
"name": "Kimppakyyti"
@ -1054,7 +1087,7 @@
"terms": "Sairaala-alue"
},
"amenity/kindergarten": {
"name": "Päiväkodin piha",
"name": "Päiväkotialue",
"terms": "päiväkoti, piha, ulkoilualue, lastentarha"
},
"amenity/library": {
@ -1118,8 +1151,8 @@
"terms": "Ravintola, Ruokaravintola, Bistro, Krouvi, Pizzeria, Ruokala"
},
"amenity/school": {
"name": "Koulun piha",
"terms": "Koulun piha, Koulualue"
"name": "Koulualue",
"terms": "koulu, koulutus, ala-aste, koulualue, alue, koulupiha, piha, välitunti, välituntialue"
},
"amenity/shelter": {
"name": "Katos"
@ -1232,6 +1265,9 @@
"building/apartments": {
"name": "Kerrostalo"
},
"building/barn": {
"name": "Lato"
},
"building/church": {
"name": "Kirkko"
},
@ -1290,6 +1326,10 @@
"name": "Vaja",
"terms": "vaja, mökki, liiteri"
},
"building/stable": {
"name": "Talli",
"terms": "hevonen, hevostalli, hevoset, ratsastus, ratsastaminen, hevoskoti"
},
"building/terrace": {
"name": "Rivitalo"
},
@ -1312,13 +1352,13 @@
"name": "Mehiläistarha"
},
"craft/blacksmith": {
"name": "seppä"
"name": "Rautaseppä"
},
"craft/boatbuilder": {
"name": "veneentekijä"
},
"craft/bookbinder": {
"name": "Kirjansitomo"
"name": "Kirjasitomo"
},
"craft/brewery": {
"name": "panimo"
@ -1362,14 +1402,14 @@
"terms": "eriste, eristeet, eristesuunnittelija, eristesuunnittelu, eristeliike"
},
"craft/jeweler": {
"name": "kultaseppä"
"name": "Kultaseppä"
},
"craft/key_cutter": {
"name": "Lukkoseppä",
"terms": "avain, lukko, avaimet, lukot, lukkoseppä, lukkoliike, avainliike, avainseppä"
},
"craft/locksmith": {
"name": "lukkoseppä"
"name": "Lukkoseppä"
},
"craft/metal_construction": {
"name": "metallirakennelma"
@ -1399,7 +1439,7 @@
"name": "Kattoseppä"
},
"craft/saddler": {
"name": "satulaseppä"
"name": "Satulaseppä"
},
"craft/sailmaker": {
"name": "purjeentekijä"
@ -1415,7 +1455,7 @@
"name": "Kuvanveistämö"
},
"craft/shoemaker": {
"name": "suutari"
"name": "Suutari"
},
"craft/stonemason": {
"name": "Kivenhakkaamo"
@ -1524,7 +1564,8 @@
"name": "Moottoritie"
},
"highway/motorway_junction": {
"name": "Moottoritien liittymä"
"name": "Moottoritien liittymä",
"terms": "ramppi, eritasoliittymä, monitasoliittymä, moottoritie, poistumisliittymä, poistumisramppi"
},
"highway/motorway_link": {
"name": "Moottoritien ramppi"
@ -1635,7 +1676,8 @@
"name": "Tienvarren risti"
},
"historic/wayside_shrine": {
"name": "Tienvarren alttari"
"name": "Tienvarsialttari",
"terms": "tienvarsi, kadunvarsi, varsi, tie, katu, rukoilupaikka, pyhättö, uskonnot, uskonto, kirkko, pyhä, uhripaikka, uhrauspaikka, uhrilahja"
},
"landuse": {
"name": "Maankäyttö"
@ -1729,7 +1771,8 @@
"terms": "skeittipuisto, skeittaus, skeitti, rullalautailu, rullalauta, rullalautailupuisto, parkit, parkki, skeittiparkki, skeittiparkit"
},
"leisure/pitch/soccer": {
"name": "Jalkapallokenttä"
"name": "Jalkapallokenttä",
"terms": "jalkapallo, urheilu, liikunta, kenttä, areena, futis"
},
"leisure/pitch/tennis": {
"name": "Tenniskenttä"
@ -1745,9 +1788,6 @@
"name": "Veneramppi",
"terms": "veneramppi, vesillelaskupaikka, veneenlaskupaikka, vene, järveenlaskupaikka, järviramppi"
},
"leisure/sports_center": {
"name": "Urheilukeskus"
},
"leisure/stadium": {
"name": "Stadion"
},
@ -1834,6 +1874,9 @@
"name": "Rannikko",
"terms": "Rantaviiva"
},
"natural/fell": {
"name": "Tunturi"
},
"natural/glacier": {
"name": "Jäätikkö"
},
@ -1883,6 +1926,9 @@
"name": "Tilintarkastustoimisto",
"terms": "tilintarkastus, tilintarkastaja, kirjanpito, kirjanpitäjä, kirjanpitotoimisto"
},
"office/architect": {
"name": "Arkkitehtitoimisto"
},
"office/company": {
"name": "Yritystoimisto"
},
@ -2050,6 +2096,10 @@
"shop/alcohol": {
"name": "Alkoholimyymälä"
},
"shop/art": {
"name": "Taideliike",
"terms": "maalaus, taide, yritys, kauppa, liike, putiikki, antiikki, veistos, maalaaminen"
},
"shop/bakery": {
"name": "Leipomo"
},
@ -2158,6 +2208,10 @@
"shop/laundry": {
"name": "Pesula"
},
"shop/locksmith": {
"name": "Lukkoliike",
"terms": "lukkoseppä, lukko, lukot, hälytys, valvonta, hälytin, hälyttimet, lukonavaus"
},
"shop/lottery": {
"name": "Veikkauspiste",
"terms": "lotto, veikkaus, vedonlyönti, lyödä vetoa, jokeri"
@ -2290,6 +2344,27 @@
"type/restriction": {
"name": "Rajoitus"
},
"type/restriction/no_left_turn": {
"name": "Ei saa kääntyä vasemmalle"
},
"type/restriction/no_right_turn": {
"name": "Ei saa kääntyä oikealle"
},
"type/restriction/no_straight_on": {
"name": "Ei saa ajaa suoraan"
},
"type/restriction/no_u_turn": {
"name": "Ei saa tehdä U-käännöstä"
},
"type/restriction/only_left_turn": {
"name": "Saa kääntyä vain vasemmalle"
},
"type/restriction/only_right_turn": {
"name": "Saa kääntyä vain oikealle"
},
"type/restriction/only_straight_on": {
"name": "Ei saa kääntyä lainkaan"
},
"type/route": {
"name": "Reitti"
},
@ -2309,6 +2384,9 @@
"type/route/foot": {
"name": "Kävelyreitti"
},
"type/route/hiking": {
"name": "Vaellusreitti"
},
"type/route/pipeline": {
"name": "Putkilinja"
},

View file

@ -1614,10 +1614,6 @@
"name": "Autoroute",
"terms": "Autoroute, Voie rapide"
},
"highway/motorway_junction": {
"name": "Bretelle d'autoroute",
"terms": "Échangeur autoroutier"
},
"highway/motorway_link": {
"name": "Bretelle d'autoroute",
"terms": "Bretelle d'autoroute"
@ -1912,10 +1908,6 @@
"name": "Plan incliné",
"terms": "Cale de lancement"
},
"leisure/sports_center": {
"name": "Centre sportif",
"terms": "Centre sportif"
},
"leisure/stadium": {
"name": "Stade",
"terms": "Stade"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "As liñas non se poden dividir no seu inicio ou fin.",
"multiple_ways": "Aquí hai demasiadas liñas para dividir."
},
"restriction": {
"help": {
"select": "Fai clic para seleccionar un segmento de estrada.",
"toggle": "Fai clic para alternar as restricións de xiro.",
"toggle_on": "Fai clic para engadir unha restrición \"{restriction}\".",
"toggle_off": "Fai clic para eliminar a restrición \"{restriction}\"."
},
"annotation": {
"create": "Engadida unha restrición de xiro.",
"delete": "Eliminada unha restrición de xiro."
}
}
},
"undo": {

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Linije ne mogu biti razdvojene na svom početku ili kraju.",
"multiple_ways": "Previše linija za razdvajanje."
},
"restriction": {
"help": {
"select": "Klikni za selektiranje dijela ceste.",
"toggle": "Klikni za uključivanje zabrane skretanja.",
"toggle_on": "Klikni za dodavanje \"{restriction}\" zabrane.",
"toggle_off": "Klikni za uklanjanje \"{restriction}\" zabrane."
},
"annotation": {
"create": "Zabrana skretanja je dodana",
"delete": "Zabrana skretanja je uklonjena"
}
}
},
"undo": {
@ -1402,9 +1414,6 @@
"highway/motorway": {
"name": "Autocesta"
},
"highway/motorway_junction": {
"name": "Sjecište autoceste"
},
"highway/motorway_link": {
"name": "Pristupna cesta autoceste"
},
@ -1626,10 +1635,6 @@
"name": "Navoz za brodove",
"terms": "istezalište"
},
"leisure/sports_center": {
"name": "Sportski centar",
"terms": "sportski centar,sport,dvorana,sportska dvorana,stadion,igralište"
},
"leisure/stadium": {
"name": "Stadion"
},

View file

@ -1413,9 +1413,6 @@
"highway/motorway": {
"name": "Autópálya"
},
"highway/motorway_junction": {
"name": "Autópálya elágazás"
},
"highway/motorway_link": {
"name": "Autópálya felhajtó"
},
@ -1637,9 +1634,6 @@
"leisure/slipway": {
"name": "Sólya"
},
"leisure/sports_center": {
"name": "Sportközpont"
},
"leisure/stadium": {
"name": "Stadion"
},

View file

@ -1160,9 +1160,6 @@
"highway/motorway": {
"name": "Hraðbraut"
},
"highway/motorway_junction": {
"name": "Hraðbrautarmót"
},
"highway/motorway_link": {
"name": "Hraðbrautarrein"
},

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Le linee non possono essere divise al loro inizio o alla loro fine.",
"multiple_ways": "Ci sono troppe linee da dividere."
},
"restriction": {
"help": {
"select": "Clicca per selezionare un segmento di strada.",
"toggle": "Clicca per attivare una limitazione.",
"toggle_on": "Clicca per aggiungere \"{restriction}\".",
"toggle_off": "Clicca per rimuovere \"{restriction}\"."
},
"annotation": {
"create": "Limitazione aggiunta",
"delete": "Limitazione rimossa"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "Ferrovia"
},
"category-restriction": {
"name": "Limitazione"
},
"category-road": {
"name": "Strada"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "Tipo"
},
"except": {
"label": "Eccezioni"
},
"fax": {
"label": "Fax",
"placeholder": "+39 01 123 456"
@ -707,10 +725,16 @@
"label": "Tipo"
},
"oneway": {
"label": "Senso unico"
"label": "Senso unico",
"options": {
"undefined": "No (ipotesi)"
}
},
"oneway_yes": {
"label": "Senso unico"
"label": "Senso unico",
"options": {
"undefined": "Si (ipotesi)"
}
},
"opening_hours": {
"label": "Orari"
@ -786,6 +810,9 @@
"restriction": {
"label": "Tipo"
},
"restrictions": {
"label": "Obblighi di svolta"
},
"route": {
"label": "Tipo"
},
@ -1071,6 +1098,10 @@
"name": "Medico di base",
"terms": "dottore,medico,studio medico"
},
"amenity/dojo": {
"name": "Dojo/Accademia di arti marziali",
"terms": "dojo,karate,judo,arti marziali"
},
"amenity/drinking_water": {
"name": "Fontanella",
"terms": "fontana,fontanella,acqua potabile,nasone"
@ -1562,6 +1593,10 @@
"name": "Attraversamento",
"terms": "attraversamento pedonale,strisce pedonali,attraversamento,dosso"
},
"footway/crosswalk": {
"name": "Attraversamento pedonale",
"terms": "strisce pedonali,attraversamento"
},
"footway/sidewalk": {
"name": "Marciapiede",
"terms": "marciapiedi,passeggio,salvagente,banchina"
@ -1610,6 +1645,10 @@
"name": "Attraversamento",
"terms": "attraversamento pedonale,strisce pedonali,attraversamento,dosso"
},
"highway/crosswalk": {
"name": "Attraversamento pedonale",
"terms": "strisce pedonali,attraversamento"
},
"highway/cycleway": {
"name": "Percorso ciclabile",
"terms": "Percorso ciclabile"
@ -1631,7 +1670,7 @@
"terms": "Autostrada"
},
"highway/motorway_junction": {
"name": "Uscita autostradale",
"name": "Uscita/Svincolo da o verso Autostrada",
"terms": "Uscita autostradale"
},
"highway/motorway_link": {
@ -1935,7 +1974,7 @@
"terms": "Rampa per la messa in acqua di imbarcazioni"
},
"leisure/sports_center": {
"name": "Centro sportivo",
"name": "Centro sportivo/Palestra",
"terms": "sport,centro sportivo,pista,polivalente,tennis,calcio,campi,campetti,pallavolo,volley,palestra"
},
"leisure/stadium": {
@ -2657,6 +2696,34 @@
"name": "Limitazione",
"terms": "Restrizione"
},
"type/restriction/no_left_turn": {
"name": "Divieto di svolta a sinistra",
"terms": "divieto,vietato,curva,sinistra"
},
"type/restriction/no_right_turn": {
"name": "Divieto di svolta a destra",
"terms": "divieto,vietato,curva,destra"
},
"type/restriction/no_straight_on": {
"name": "Divieto di proseguire dritto",
"terms": "divieto,vietato,dritto"
},
"type/restriction/no_u_turn": {
"name": "Divieto di inversione",
"terms": "divieto,vietato,inversione a u"
},
"type/restriction/only_left_turn": {
"name": "Obbligo di svolta a sinistra",
"terms": "obbligo,curva,sinistra"
},
"type/restriction/only_right_turn": {
"name": "Obbligo di svolta a destra",
"terms": "obbligo,curva,destra"
},
"type/restriction/only_straight_on": {
"name": "Direzione obbligatoria dritto",
"terms": "obbligo,dritto,diritto,divieto di svolta"
},
"type/route": {
"name": "Percorso",
"terms": "Itinerario"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "基点/終端を境としたライン分割はできません。",
"multiple_ways": "複数のラインを分割します"
},
"restriction": {
"help": {
"select": "道路の区間を選択するにはクリックしてください。",
"toggle": "進行方向制限を切り替えるにはクリックしてください。",
"toggle_on": "「{restriction}」の制約を追加するにはクリックしてください。",
"toggle_off": "「{restriction}」の制約を削除するにはクリックしてください。"
},
"annotation": {
"create": "進行方向制限を追加しました",
"delete": "進行方向制限を削除しました"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "線路"
},
"category-restriction": {
"name": "制限"
},
"category-road": {
"name": "道路"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "タイプ"
},
"except": {
"label": "例外"
},
"fax": {
"label": "FAX",
"placeholder": "+31 42 123 4567"
@ -737,10 +755,16 @@
"label": "タイプ"
},
"oneway": {
"label": "一方通行"
"label": "一方通行",
"options": {
"undefined": "おそらくいいえ"
}
},
"oneway_yes": {
"label": "一方通行"
"label": "一方通行",
"options": {
"undefined": "おそらくはい"
}
},
"opening_hours": {
"label": "利用可能な時間帯"
@ -816,6 +840,9 @@
"restriction": {
"label": "タイプ"
},
"restrictions": {
"label": "進行方向制限"
},
"route": {
"label": "タイプ"
},
@ -1112,6 +1139,10 @@
"name": "医院",
"terms": "医者,医師"
},
"amenity/dojo": {
"name": "道場",
"terms": "道場"
},
"amenity/drinking_water": {
"name": "水飲み場",
"terms": "水飲み場"
@ -1700,6 +1731,10 @@
"name": "横断歩道",
"terms": "横断歩道, 自転車横断帯"
},
"footway/crosswalk": {
"name": "横断歩道",
"terms": "横断歩道, 歩行者踏切"
},
"footway/sidewalk": {
"name": "歩道",
"terms": "歩道"
@ -1756,6 +1791,10 @@
"name": "横断歩道",
"terms": "横断歩道, 自転車横断帯"
},
"highway/crosswalk": {
"name": "横断歩道",
"terms": "横断歩道"
},
"highway/cycleway": {
"name": "自転車道",
"terms": "自転車道, サイクリング道路"
@ -2089,8 +2128,8 @@
"terms": "進水路, スリップウェイ"
},
"leisure/sports_center": {
"name": "スポーツセンター",
"terms": "スポーツセンター"
"name": "スポーツセンター/ジム",
"terms": "スポーツセンター, ジム, フィットネスクラブ"
},
"leisure/stadium": {
"name": "スタジアム",
@ -2828,6 +2867,34 @@
"name": "進行方向制限",
"terms": "進行方向制限"
},
"type/restriction/no_left_turn": {
"name": "左折禁止",
"terms": "左折禁止"
},
"type/restriction/no_right_turn": {
"name": "右折禁止",
"terms": "右折禁止"
},
"type/restriction/no_straight_on": {
"name": "直進禁止",
"terms": "直進禁止"
},
"type/restriction/no_u_turn": {
"name": "転回禁止",
"terms": "転回禁止, Uターン禁止"
},
"type/restriction/only_left_turn": {
"name": "左折のみ可",
"terms": "左折のみ可"
},
"type/restriction/only_right_turn": {
"name": "右折のみ可",
"terms": "右折のみ可"
},
"type/restriction/only_straight_on": {
"name": "直進のみ可",
"terms": "直進のみ可"
},
"type/route": {
"name": "ルート",
"terms": "ルート"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "선은 시작이나 끝에서 분할할 수 없습니다.",
"multiple_ways": "분할하는 데 너무 많은 선이 있습니다."
},
"restriction": {
"help": {
"select": "도로 분절을 선택하려면 클릭하세요.",
"toggle": "회전 제한을 토글하려면 클릭하세요.",
"toggle_on": "\"{restriction}\" 제한을 추가하려면 클릭하세요.",
"toggle_off": "\"{restriction}\" 제한을 제거하려면 클릭하세요"
},
"annotation": {
"create": "회전 제한을 추가했습니다",
"delete": "회전 제한을 삭제했습니다"
}
}
},
"undo": {
@ -338,7 +350,7 @@
"title": "도움말",
"help": "# 도움말\n\n이 편집기는 세계의 자유롭고 편집할 수 있는 지도인,\n[OpenStreetMap](http://www.openstreetmap.org/)을 위한 편집기입니다.\n모두를 위한 더 나은 세계의 오픈 소스 및 오픈 데이터 지도를 만들고, 당신의\n지역에서 데이터를 추가하거나 업데이드하려면 이를 사용할 수 있습니다.\n\n이 지도에서 만든 편집은 OpenStreetMap을 사용하는 모두에게\n보여질 수 있습니다. 편집을 하기 위해, [무료 OpenStreetMap\n계정](https://www.openstreetmap.org/user/new)이 필요합니다.\n\n[iD 편집기](http://ideditor.com/)는 [GitHub에 사용할 수 있는 소스\n코드](https://github.com/openstreetmap/iD)로 된 협업 프로젝트입니다.\n",
"editing_saving": "# 편집 및 저장\n\n이 편집기는 주로 온라인으로 작동하도록 설계되었고, 지금 웹사이트를 통해\n접근할 수 있습니다.\n\n### 기능 선택하기\n\n도로나 관심 있는 지점과 같은 지도 기능을 선택하려면, 지도에\n그것을 클릭하세요. 선택된 기능이 강조되고, 그것에 대한 세부 정보로\n된 패널을 열고, 기능을 수행할 수 있는 메뉴를 보여줍니다.\n\n여러 기능을 선택하려면 'Shift' 키를 누르고 있으세요. 다음 선택하려는\n기능을 클릭하거나, 사각형으로 그리기 위해 지도에 드래그하세요.\n상자가 그려지고 그 안에 있는 모든 지점이 선택됩니다.\n\n### 편집 저장하기\n\n도로, 건물과 장소 등을 편집하여 바꿀 때, 서버에 저장할 때까지는\n로컬에 저장됩니다. 실수를 걱정하지 마십시오 - 실행 취소\n버튼을 클릭해 바뀜을 실행 취소할 수 있고, 다시 실행 버튼을 클릭해\n바뀜을 다시 실행할 수 있습니다.\n\n편집의 그룹을 마치려면 '저장'을 클릭하세요 - 예를 들어, 마을의\n지역을 완료했고 새 지역에서 시작하고 싶으면 말입니다. 무엇을\n했는지 검토할 기회가 있을 것이며, 무언가 바꾸는 것에 대한 권한이\n없어 보이면 편집기가 유용한 제안과 경고를 제공합니다.\n\n모든 것이 좋아 보이면, 모든 다른 사용자에게 보여지고 구축하고 개선하기 위해 다른\n사용자가 사용할 수 있는 곳인, [OpenStreetMap.org](http://www.openstreetmap.org/)에\n바뀜을 게시하기 위해 바꾼 것을 설명할 짧은 요약을 입력하고 '저장'을\n다시 클릭할 수 있습니다.\n\n한 번에 앉아서 편집을 마칠 수 없으면, (같은 브라우저와 컴퓨터에서)\n편집기 창을 떠나고 나서 돌아올 수 있으며, 편집기 애플리케이션은\n작업을 되돌리도록 제공합니다.\n",
"roads": "# 도로\n\n이 편집기로 도로를 만들고, 고치고, 삭제할 수 있습니다. 도로는 모든 종류가\n될 수 있습니다: 경로, 고속도로, 산책로, 자전거 도로와 더 많이 - 어떠한 자주 교차되는 세그먼트도 매핑할 수 있어야 합니다.\n\n### 선택하기\n\n도로를 선택하려면 도로를 클릭하세요. 지도와 도로에 대한 자세한\n정보를 보여주는 사이드바가 있는 작은 도구 메뉴와 함께, 외곽선이\n보여져야 합니다.\n\n### 수정하기\n\n때때로 도로 뒤나 GPS 트랙에 있는 영상이 정렬되지 않은 도로를\n볼 수 있습니다. 이러한 도로를 조정할 수 있으며 조정하면 올바른\n위치에 있게 됩니다.\n\n먼저 바꾸고 싶은 도로를 클릭하세요. 도로가 강조되고 더 나은 위치로\n드래그할 수 있는 조절 점이 보여집니다. 더 자세하게 하기 위해 새\n조절 점을 추가하고 싶으면, 노드 없이 도로의 부분을 더블 클릭하면\n추가됩니다.\n\n길을 다른 길로 연결하지만, 제대로 지도에 연결되어 있지 않으면,\n그들과 합치기 위해 다른 도로 위에 그 도로의 조절 점 중 하나를\n드래그할 수 있습니다. 도로 연결이 있는 것은 지도에 있어서 중요하고\n운전 경로를 제공하는 데 있어서 필수입니다.\n\n또한 한 번에 전체 도로를 옮기려면 '이동' 도구를 클릭하거나 `M` 바로가기 키를 누를 수\n있으며, 해당 움직임을 저장하려면 다시 클릭할 수 있습니다.\n\n### 삭제하기\n\n도로가 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 볼 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 기능을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 도로는 단순히 새로 지어졌을 수 있습니다.\n\n도로를 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 '삭제' 키를\n눌러 도로를 삭제할 수 있습니다.\n\n### 만들기\n\n어딘가에 찾은 도로가 있어야 하지만 없습니까? 선 그리기를 시작하려면\n편집기의 위 왼쪽에 '선' 아이콘을 클릭하거나 `2` 바로가기 키를 누르세요.\n\n그리기를 시작하려면 지도에 도로의 시작 부분을 클릭하세요. 도로가\n기존 도로에서 분기되어 있다면, 연결할 장소를 클릭하여 시작하세요.\n\n다음 위성 영상이나 GPS에 따라, 올바른 경로를 따를 수 있도록 도로를 따라\n점을 클릭하세요. 그리는 도로가 다른 도로와 교차하면, 교차점을 클릭하여\n도로를 연결하세요. 그리기가 완료되면, 더블 클릭하거나\n키보드에 있는 'Return' 또는 'Enter'를 누르세요.\n",
"roads": "# 도로\n\n이 편집기로 도로를 만들고, 고치고, 삭제할 수 있습니다. 도로는 모든 종류가\n될 수 있습니다: 경로, 고속도로, 산책로, 자전거 도로와 더 많이 - 어떠한 자주 교차되는 분절도 매핑할 수 있어야 합니다.\n\n### 선택하기\n\n도로를 선택하려면 도로를 클릭하세요. 지도와 도로에 대한 자세한\n정보를 보여주는 사이드바가 있는 작은 도구 메뉴와 함께, 외곽선이\n보여져야 합니다.\n\n### 수정하기\n\n때때로 도로 뒤나 GPS 트랙에 있는 영상이 정렬되지 않은 도로를\n볼 수 있습니다. 이러한 도로를 조정할 수 있으며 조정하면 올바른\n위치에 있게 됩니다.\n\n먼저 바꾸고 싶은 도로를 클릭하세요. 도로가 강조되고 더 나은 위치로\n드래그할 수 있는 조절 점이 보여집니다. 더 자세하게 하기 위해 새\n조절 점을 추가하고 싶으면, 노드 없이 도로의 부분을 더블 클릭하면\n추가됩니다.\n\n길을 다른 길로 연결하지만, 제대로 지도에 연결되어 있지 않으면,\n그들과 합치기 위해 다른 도로 위에 그 도로의 조절 점 중 하나를\n드래그할 수 있습니다. 도로 연결이 있는 것은 지도에 있어서 중요하고\n운전 경로를 제공하는 데 있어서 필수입니다.\n\n또한 한 번에 전체 도로를 옮기려면 '이동' 도구를 클릭하거나 `M` 바로가기 키를 누를 수\n있으며, 해당 움직임을 저장하려면 다시 클릭할 수 있습니다.\n\n### 삭제하기\n\n도로가 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 볼 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 기능을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 도로는 단순히 새로 지어졌을 수 있습니다.\n\n도로를 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 '삭제' 키를\n눌러 도로를 삭제할 수 있습니다.\n\n### 만들기\n\n어딘가에 찾은 도로가 있어야 하지만 없습니까? 선 그리기를 시작하려면\n편집기의 위 왼쪽에 '선' 아이콘을 클릭하거나 `2` 바로가기 키를 누르세요.\n\n그리기를 시작하려면 지도에 도로의 시작 부분을 클릭하세요. 도로가\n기존 도로에서 분기되어 있다면, 연결할 장소를 클릭하여 시작하세요.\n\n다음 위성 영상이나 GPS에 따라, 올바른 경로를 따를 수 있도록 도로를 따라\n점을 클릭하세요. 그리는 도로가 다른 도로와 교차하면, 교차점을 클릭하여\n도로를 연결하세요. 그리기가 완료되면, 더블 클릭하거나\n키보드에 있는 'Return' 또는 'Enter'를 누르세요.\n",
"gps": "# GPS\n\nGPS 데이터는 OpenStreetMap에 대한 데이터의 가장 신뢰할 수 있는 자료입니다.\n이 편집기는 로컬 컴퓨터에 있는 `.gpx` 파일로 로컬 추적을 지원합니다. 스마트폰\n애플리케이션과 개인 GPS 하드웨어와 같은 것으로 GPS 추적을 모을 수 있습니다.\n\nGPS 측량을 수행하는 방법에 대한 자세한 정보는\n[GPS에 의한 측량](http://learnosm.org/en/beginner/using-gps/)을 읽으세요.\n\n매핑에 GPX 트랙을 사용하려면, 지도 편집기 위에 GPX 파일을 끌어 놓으세요.\n인식되면, 밝은 초록 선으로 지도에 추가됩니다. 활성화, 비활성화, 또는 새 GPX가\n배치된 레이어로 확대하려면 오른쪽에 있는 '배경 설정' 메뉴를 클릭하세요.\n\nGPX 트랙은 OpenStreetMap에 직접 올려지지 않습니다 - 그것을 사용하는 최상의\n방법은 새로운 기능을 추가하기 위한 가이드로 사용하여, 지도를 그리는 것이며,\n다른 사용자가 사용하기 위해 [OpenStreetMap에 그것을 올리는](http://www.openstreetmap.org/trace/create)\n것입니다.\n",
"imagery": "# 영상\n\n항공 영상은 매핑에 있어서 중요한 자료입니다. 비행기 플라이오버, 위성 뷰와\n자유롭게 컴파일된 자료의 조합은 편집기에서 오른쪽에 있는 '배경 설정' 메뉴에서\n사용할 수 있습니다.\n\n기본적으로 [Bing 지도](http://www.bing.com/maps/) 위성 레이어가 편집기에\n표현되지만, 기존대로 새 지리적 지역으로 지도를 이동하고 확대할 수 있고, 새 자료는\n사용할 수 있게 될 것입니다. 미합중국, 프랑스와 덴마크와 같은 일부 국가는 일부 지역에서\n매우 높은 품질의 영상을 사용할 수 있습니다.\n\n영상은 때때로 영상 제공자 측이 실수하기 때문에 지도 데이터에 오프셋이 있습니다.\n만약 배경에서 도로가 옮겨진 것이 많이 보인다면, 즉시 배경에 맞게 그들 모두를 이동하지\n마십시오. 대신 영상을 조정할 수 있으며 배경 설정 UI의 아래에 있는 '정렬 고치기'를\n클릭하여 기존 데이터에 맞추면 됩니다.\n",
"addresses": "# 주소\n\n주소는 지도를 위한 가장 유용한 정보의 일부입니다.\n\n주소가 주로 거리의 부분으로 표현되어 있더라도, OpenStreetMap에서 주소는\n거리를 따라 건물과 장소의 특성으로 기록하고 있습니다.\n\n건물 외곽선으로 매핑된 장소뿐만 아니라 단일 지점으로 매핑된 장소에 주소\n정보를 추가할 수 있습니다. 최적의 주소 데이터 자료는 지상에서의 측량이나\n개인 지식에서 있습니다 - 다른 기능과 마찬가지로, Google 지도와 같은 상용\n자료에서 복사하는 행위는 엄격히 금지됩니다.\n",
@ -1174,9 +1186,6 @@
"highway/motorway": {
"name": "고속도로"
},
"highway/motorway_junction": {
"name": "고속도로 교차점"
},
"highway/motorway_link": {
"name": "고속도로 연결도"
},
@ -1396,9 +1405,6 @@
"leisure/slipway": {
"name": "슬립 웨이"
},
"leisure/sports_center": {
"name": "스포츠 센터"
},
"leisure/stadium": {
"name": "경기장"
},

View file

@ -1150,9 +1150,6 @@
"leisure/playground": {
"name": "Žaidimų aikštelė"
},
"leisure/sports_center": {
"name": "Sporto centras"
},
"leisure/stadium": {
"name": "Stadionas"
},

View file

@ -1292,9 +1292,6 @@
"highway/motorway": {
"name": "Snelweg"
},
"highway/motorway_junction": {
"name": "Afslag op autosnelweg"
},
"highway/motorway_link": {
"name": "Invoegstrook"
},
@ -1515,9 +1512,6 @@
"leisure/slipway": {
"name": "Botenhelling"
},
"leisure/sports_center": {
"name": "Sportcentrum"
},
"leisure/stadium": {
"name": "Stadion"
},

View file

@ -833,9 +833,6 @@
"highway/motorway": {
"name": "Motorvei"
},
"highway/motorway_junction": {
"name": "Motorveikrysning"
},
"highway/motorway_link": {
"name": "Motorveirampe"
},

View file

@ -180,6 +180,12 @@
},
"not_eligible": "Linie nie mogą zostać rozdzielone na ich początku lub końcu.",
"multiple_ways": "Jest tu zbyt wiele linii do rozdzielenia."
},
"restriction": {
"annotation": {
"create": "Dodano zakaz/nakaz skrętu",
"delete": "Usunięto zakaz/nakaz skrętu"
}
}
},
"undo": {
@ -746,6 +752,9 @@
"restriction": {
"label": "Typ"
},
"restrictions": {
"label": "Zakazy skrętu"
},
"route": {
"label": "Typ"
},
@ -789,7 +798,8 @@
"bridge": "Most",
"tunnel": "Tunel",
"embankment": "Nasyp",
"cutting": "Wykop"
"cutting": "Wykop",
"ford": "Bród"
}
},
"studio_type": {
@ -977,6 +987,9 @@
"name": "Myjnia samochodowa",
"terms": "myjnia"
},
"amenity/charging_station": {
"name": "Stacja ładowania pojazdów"
},
"amenity/childcare": {
"name": "Żłobek",
"terms": "opieka,przedszkole"
@ -1233,7 +1246,7 @@
"terms": "budynek,budowla,dom"
},
"building/apartments": {
"name": "Apartamenty",
"name": "Budynek mieszkalny wielorodzinny",
"terms": "blok,kamienica"
},
"building/barn": {
@ -1258,6 +1271,9 @@
"name": "Nieruchomość komercyjna",
"terms": "sklep,komercyjny,sprzedaż,handlowy"
},
"building/detached": {
"name": "Dom wolnostojący"
},
"building/dormitory": {
"name": "Akademik",
"terms": "Akademik, bursa, "
@ -1353,9 +1369,15 @@
"craft/handicraft": {
"name": "Rzemiosło"
},
"craft/hvac": {
"name": "Klimatyzacja"
},
"craft/jeweler": {
"name": "Jubiler"
},
"craft/key_cutter": {
"name": "Dorabianie kluczy"
},
"craft/locksmith": {
"name": "Ślusarz"
},
@ -1448,6 +1470,9 @@
"name": "Chodnik",
"terms": "chodnik"
},
"ford": {
"name": "Bród"
},
"golf/hole": {
"name": "dołek na polu golfowym "
},
@ -1487,10 +1512,6 @@
"name": "Autostrada",
"terms": "autostrada"
},
"highway/motorway_junction": {
"name": "Węzeł autostradowy",
"terms": "węzeł, skrzyżowanie, autostrad"
},
"highway/motorway_link": {
"name": "Autostrada - wjazd/zjazd",
"terms": "rampa,wjazd,wyjazd,zjazd"
@ -1675,6 +1696,10 @@
"landuse/industrial": {
"name": "Obszar przemysłowy"
},
"landuse/landfill": {
"name": "Wysypisko",
"terms": "składowisko odpadów,śmieci"
},
"landuse/meadow": {
"name": "Łąka",
"terms": "Łąka"
@ -1708,6 +1733,9 @@
"leisure/dog_park": {
"name": "Park dla psów"
},
"leisure/firepit": {
"name": "Miejsce na ognisko"
},
"leisure/garden": {
"name": "Ogród",
"terms": "ogród"
@ -1768,10 +1796,6 @@
"name": "Pochylnia okrętowa",
"terms": "pochylnia"
},
"leisure/sports_center": {
"name": "Centrum sportowe",
"terms": "centrum,sportowe,rekreacji,rekreacja,sport,boisko,stadion"
},
"leisure/stadium": {
"name": "Stadion",
"terms": "stadion"
@ -2063,6 +2087,9 @@
"name": "Kolej jednoszynowa",
"terms": "Kolej jednoszynowa"
},
"railway/narrow_gauge": {
"name": "Linia kolejowa wąskotorowa"
},
"railway/platform": {
"name": "Peron kolejowy"
},
@ -2183,6 +2210,10 @@
"name": "Kwiaciarnia",
"terms": "kwiaciarnia"
},
"shop/funeral_directors": {
"name": "Zakład pogrzebowy",
"terms": "pochówek,pogrzeb"
},
"shop/furniture": {
"name": "Sklep meblowy",
"terms": "sklep meblowy"
@ -2367,6 +2398,24 @@
"name": "Ograniczenie",
"terms": "restrykcja"
},
"type/restriction/no_left_turn": {
"name": "Zakaz skrętu w lewo"
},
"type/restriction/no_right_turn": {
"name": "Zakaz skrętu w prawo"
},
"type/restriction/no_straight_on": {
"name": "Zakaz jazdy prosto"
},
"type/restriction/no_u_turn": {
"name": "Zakaz zawracania"
},
"type/restriction/only_left_turn": {
"name": "Nakaz skrętu w lewo"
},
"type/restriction/only_right_turn": {
"name": "Nakaz skrętu w prawo"
},
"type/route": {
"name": "Trasa",
"terms": "trasa"

View file

@ -1759,10 +1759,6 @@
"name": "Autoestrada",
"terms": "Autoestrada, Via Expressa"
},
"highway/motorway_junction": {
"name": "Saída de Autoestrada",
"terms": "Saída de Autoestrada"
},
"highway/motorway_link": {
"name": "Ligação de Autoestrada",
"terms": "Acesso a Autoestrada"
@ -2071,10 +2067,6 @@
"name": "Rampa Náutica",
"terms": "Rampa Náutica"
},
"leisure/sports_center": {
"name": "Centro/Clube Esportivo",
"terms": "Centro Esportivo, Clube Esportivo, Ginásio de Esportes, Ginásio Poliesportivo, Academia de Esportes, Academia de Ginástica"
},
"leisure/stadium": {
"name": "Estádio",
"terms": "Estádio, Ginásio"

File diff suppressed because it is too large Load diff

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Линии нельзя резать на концах.",
"multiple_ways": "Слишком много линий для разрезания."
},
"restriction": {
"help": {
"select": "Кликните, чтобы выбрать сегмент дороги.",
"toggle": "Кликните, чтобы добавить/удалить запрет поворота.",
"toggle_on": "Кликните, чтобы добавить запрет «{restriction}».",
"toggle_off": "Кликните, чтобы удалить запрет «{restriction}»."
},
"annotation": {
"create": "Добавлен запрет поворота",
"delete": "Удалён запрет поворота"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "Рельсовый путь"
},
"category-restriction": {
"name": "Запреты"
},
"category-road": {
"name": "Дорога"
},
@ -585,6 +600,9 @@
"entrance": {
"label": "Тип"
},
"except": {
"label": "Исключения"
},
"fax": {
"label": "Факс",
"placeholder": "+31 42 123 4567"
@ -700,10 +718,16 @@
"label": "Тип"
},
"oneway": {
"label": "Одностороннее движение"
"label": "Одностороннее движение",
"options": {
"undefined": "Предполагается «нет»"
}
},
"oneway_yes": {
"label": "Одностороннее движение"
"label": "Одностороннее движение",
"options": {
"undefined": "Предполагается «да»"
}
},
"opening_hours": {
"label": "Часы работы"
@ -778,6 +802,9 @@
"restriction": {
"label": "Тип"
},
"restrictions": {
"label": "Запреты поворота"
},
"route": {
"label": "Тип"
},
@ -1560,6 +1587,9 @@
"name": "Пешеходный переход",
"terms": "Пешеходный переход"
},
"footway/crosswalk": {
"name": "Пешеходный переход"
},
"footway/sidewalk": {
"name": "Тротуар",
"terms": "Тротуар, Тротуарчик, Пешеходная обочина"
@ -1612,6 +1642,9 @@
"name": "Пешеходный переход",
"terms": "перекресток, переезд, пересечение, железнодорожный переезд, переправа, скрещение"
},
"highway/crosswalk": {
"name": "Пешеходный переход"
},
"highway/cycleway": {
"name": "Велодорожка",
"terms": "велодорожка, велосипедная дорожка"
@ -1632,9 +1665,6 @@
"name": "Автомагистраль",
"terms": "Автомагистраль, Скоростная автострада, Скоростное шоссе, Автобан, Скоростная автодорога, Хайвэй, Скоростна автотрасса"
},
"highway/motorway_junction": {
"name": "Автомагистраль"
},
"highway/motorway_link": {
"name": "Съезд с автомагистрали",
"terms": "Съезд с автомагистрали, Съезд со скоростной автострады, Съезд со скоростного шоссе, Съезд с автобана, Съезд со скоростной автодороги, Съезд с хайвэя, Съезд со скоростной автотрассы"
@ -1905,10 +1935,6 @@
"name": "Стапель",
"terms": "Стапель"
},
"leisure/sports_center": {
"name": "Спортивный Комплекс",
"terms": "Спортивный центр"
},
"leisure/stadium": {
"name": "Стадион",
"terms": "Стадион, спортивная арена"
@ -2599,6 +2625,20 @@
"name": "Ограничение",
"terms": "Ограничение, Ограничение направлений движения, Ограничение манёвра"
},
"type/restriction/no_left_turn": {
"name": "Поворот налево запрещён",
"terms": "запрет поворота налево, запрет правого поворота, запрещен поворот налево, запрещён поворот налево, запрещен левый поворот, запрещён левый поворот, поворот налево запрещен, поворот налево запрещён, левый поворот запрещен, запрещён левый поворот"
},
"type/restriction/no_right_turn": {
"name": "Поворот направо запрещён",
"terms": "запрет поворота направо, запрет правого поворота, запрещен поворот направо, запрещён поворот направо, запрещен правый поворот, запрещён правый поворот, поворот направо запрещен, поворот направо запрещён, правый поворот запрещен, запрещён правый поворот"
},
"type/restriction/no_straight_on": {
"name": "Движение направо или налево"
},
"type/restriction/no_u_turn": {
"name": "Разворот запрещён"
},
"type/route": {
"name": "Маршрут",
"terms": "Маршрут"

View file

@ -1715,10 +1715,6 @@
"name": "Diaľnica",
"terms": "dialnica,rýchlocesta,rychlocesta"
},
"highway/motorway_junction": {
"name": "Diaľničná križovatka",
"terms": "Dialnicna krizovatka,krizovatka,dialnica,kríženie,krizenie"
},
"highway/motorway_link": {
"name": "Diaľničný privádzač",
"terms": "Dialnicny privadzac,privadzac,privádzač,zjazd,vyjazd,výjazd,nájazd,najazd,pripojovací pruh,pripojovaci pruh"
@ -2027,10 +2023,6 @@
"name": "Spúšťanie lodí",
"terms": "Spustanie lodi,dok,lodenica,klzacka,kĺzačka"
},
"leisure/sports_center": {
"name": "Športové centrum",
"terms": "sportove centrum,fitness centrum,fitnes centrum,fitko"
},
"leisure/stadium": {
"name": "Štadión",
"terms": "stadion,futbal,futbalovy stadion,futbalový štadión,ihrisko"

View file

@ -1179,9 +1179,6 @@
"highway/motorway": {
"name": "Avtocesta"
},
"highway/motorway_junction": {
"name": "Avtocestno križišče"
},
"highway/motorway_link": {
"name": "Avtocestni priključek"
},

View file

@ -406,6 +406,9 @@
"category-rail": {
"name": "Шина"
},
"category-restriction": {
"name": "Ограничења"
},
"category-road": {
"name": "Пут"
},
@ -581,6 +584,9 @@
"entrance": {
"label": "Врста"
},
"except": {
"label": "Изузеци"
},
"fax": {
"label": "Факс",
"placeholder": "+31 42 123 4567"
@ -786,6 +792,9 @@
"restriction": {
"label": "Врста"
},
"restrictions": {
"label": "Znaci zabrane kretanja"
},
"route": {
"label": "Врста"
},
@ -1379,6 +1388,9 @@
"footway/crossing": {
"name": "Прелаз"
},
"footway/crosswalk": {
"name": "Пешачки прелаз"
},
"footway/sidewalk": {
"name": "Тротоар"
},
@ -1401,6 +1413,9 @@
"highway/crossing": {
"name": "Прелаз"
},
"highway/crosswalk": {
"name": "Пешачки прелаз"
},
"highway/cycleway": {
"name": "Бициклистичка стаза"
},
@ -1416,9 +1431,6 @@
"highway/motorway": {
"name": "Магистрални пут"
},
"highway/motorway_junction": {
"name": "Магистрално чвориште"
},
"highway/motorway_link": {
"name": "Прилаз аутопуту"
},
@ -1644,9 +1656,6 @@
"leisure/slipway": {
"name": "Навоз"
},
"leisure/sports_center": {
"name": "Спортски центар"
},
"leisure/stadium": {
"name": "Стадион"
},
@ -2133,6 +2142,27 @@
"type/restriction": {
"name": "Ограничење"
},
"type/restriction/no_left_turn": {
"name": "Забрана скретања улево"
},
"type/restriction/no_right_turn": {
"name": "Забрана скретања удесно"
},
"type/restriction/no_straight_on": {
"name": "Забрана саобраћаја у једном смеру"
},
"type/restriction/no_u_turn": {
"name": "Забрана полукружног окретања"
},
"type/restriction/only_left_turn": {
"name": "Обавезан смер - лево"
},
"type/restriction/only_right_turn": {
"name": "Обавезан смер - десно"
},
"type/restriction/only_straight_on": {
"name": "Обавезан смер - право"
},
"type/route": {
"name": "Путања"
},

View file

@ -71,7 +71,8 @@
"line": "Gjorde en linje rund.",
"area": "Gjorde ett område runt."
},
"not_closed": "Denna kan inte göras rund då den inte är en loop."
"not_closed": "Denna kan inte göras rund då den inte är en loop.",
"too_large": "Denna kan inte göras runt då inte tillräckligt är synligt för tillfället."
},
"orthogonalize": {
"title": "Räta upp",
@ -84,7 +85,8 @@
"line": "Gjort hörnen på en linje fyrkantiga.",
"area": "Gjort hörnen på ett område fyrkantiga."
},
"not_squarish": "Denna kan inte rätas upp då den inte är fyrkantig."
"not_squarish": "Denna kan inte rätas upp då den inte är fyrkantig.",
"too_large": "Denna kan inte rätas upp då inte tillräckligt är synligt för tillfället."
},
"straighten": {
"title": "Räta ut",
@ -180,6 +182,18 @@
},
"not_eligible": "Linjer kan inte delas vid deras början eller slut.",
"multiple_ways": "Det är för många linjer här för att kunna dela dem."
},
"restriction": {
"help": {
"select": "Klicka för att välja ett vägsegment.",
"toggle": "Klicka för att växla svängrestriktioner.",
"toggle_on": "Klicka för att lägga till en \"{restriction}\"-restriktion.",
"toggle_off": "Klicka för att ta bort \"{restriction}\"-restriktionen."
},
"annotation": {
"create": "Lagt till en svängrestriktion",
"delete": "Tagit bort en svängrestriktion"
}
}
},
"undo": {
@ -265,6 +279,7 @@
"percent_brightness": "{opacity}% ljusstyrka",
"none": "Ingen",
"custom": "Anpassa",
"custom_button": "Ändra anpassad bakgrund",
"fix_misalignment": "Justera bildplacering",
"reset": "ta bort"
},
@ -374,7 +389,8 @@
"road": "**Välj Väg från listan**",
"residential": "Det finns olika typer av vägar. Den vanligaste är \"Residential\". **Välj vägtypen \"Residential\"**",
"describe": "**Ge vägen ett namn och stäng objektredigeraren.**",
"restart": "Vägen behöver ha en korsning med Flower Street."
"restart": "Vägen behöver ha en korsning med Flower Street.",
"wrong_preset": "Du valde inte typen bostadsgata. **Klicka här för att välja igen**"
},
"startediting": {
"title": "Börja redigera",
@ -385,6 +401,9 @@
},
"presets": {
"categories": {
"category-golf": {
"name": "Golf"
},
"category-landuse": {
"name": "Landanvänding"
},
@ -394,6 +413,9 @@
"category-rail": {
"name": "Spår"
},
"category-restriction": {
"name": "Restriktioner"
},
"category-road": {
"name": "Väg"
},
@ -521,6 +543,9 @@
"entrance": {
"label": "Typ"
},
"except": {
"label": "Undantag"
},
"fax": {
"label": "Fax",
"placeholder": "+46 31 123 4567"
@ -531,6 +556,22 @@
"fixme": {
"label": "Ordna mig"
},
"fuel/biodiesel": {
"label": "Säljer Biodiesel"
},
"fuel/diesel": {
"label": "Säljer Diesel"
},
"fuel/e85": {
"label": "Säljer E85"
},
"golf_hole": {
"placeholder": "Hålnummer (1-18)"
},
"handicap": {
"label": "Handikapp",
"placeholder": "1-18"
},
"highway": {
"label": "Typ"
},
@ -546,6 +587,9 @@
"incline": {
"label": "Lutning"
},
"information": {
"label": "Typ"
},
"internet_access": {
"label": "Internetaccess",
"options": {
@ -567,6 +611,9 @@
"leisure": {
"label": "Typ"
},
"length": {
"label": "Längd (meter)"
},
"levels": {
"label": "Våningar",
"placeholder": "2, 4, 6..."
@ -609,6 +656,10 @@
"operator": {
"label": "Operatör"
},
"par": {
"label": "Par",
"placeholder": "3, 4, 5..."
},
"park_ride": {
"label": "Pendelparkering"
},
@ -649,6 +700,9 @@
"restriction": {
"label": "Typ"
},
"restrictions": {
"label": "Svängrestriktioner "
},
"route": {
"label": "Typ"
},
@ -701,6 +755,9 @@
"trail_visibility": {
"label": "Synlighet"
},
"tunnel": {
"label": "Tunnel"
},
"water": {
"label": "Typ"
},
@ -717,6 +774,9 @@
"wheelchair": {
"label": "Handikappanpassat"
},
"width": {
"label": "Bredd (meter)"
},
"wikipedia": {
"label": "Wikipedia"
},
@ -773,6 +833,9 @@
"name": "Bar",
"terms": "Bar, krog, servering, matställe, pub, cocktailsalong, saloon"
},
"amenity/bbq": {
"name": "Grillplats/Grill"
},
"amenity/bench": {
"name": "Bänk"
},
@ -795,6 +858,9 @@
"amenity/car_wash": {
"name": "Biltvätt"
},
"amenity/charging_station": {
"name": "Laddstation"
},
"amenity/childcare": {
"name": "Barnomsorg",
"terms": "Barnomsorg, Förskola, Dagis, Barnhem, Dagmamma"
@ -803,6 +869,9 @@
"name": "Biograf",
"terms": "Bio, Biograf, Biografteater"
},
"amenity/clock": {
"name": "Klocka"
},
"amenity/courthouse": {
"name": "Domstol"
},
@ -839,6 +908,9 @@
"amenity/parking": {
"name": "Bilparkering"
},
"amenity/parking_entrance": {
"name": "In- och utfart parkeringsgarage"
},
"amenity/pharmacy": {
"name": "Läkemedel"
},
@ -875,6 +947,10 @@
"amenity/pub": {
"name": "Pub"
},
"amenity/recycling": {
"name": "Återvinning",
"terms": "återvinning, återbruk, återvinningsstation, sopstation "
},
"amenity/restaurant": {
"name": "Restaurang",
"terms": "Restaurang, matservering, matställe, servering, restauration, näringsställe, grillbar, bar, krog, värdshus, pub, bodega, brasserie, rotisseri, pizzeria, kafé, cafeteria, sylta"
@ -904,6 +980,10 @@
"amenity/university": {
"name": "Universitet"
},
"amenity/veterinary": {
"name": "Veterinär ",
"terms": "Veterinär, djurläkare, djurdoktor"
},
"amenity/waste_basket": {
"name": "Soptunna"
},
@ -970,9 +1050,21 @@
"building/apartments": {
"name": "Lägenheter"
},
"building/construction": {
"name": "Byggnad under konstruktion",
"terms": "Byggnad under konstruktion, Byggnad under uppförande, byggarbete, bygge, byggarbetsplats, byggnation, byggnadsplats"
},
"building/garage": {
"name": "Garage"
},
"building/garages": {
"name": "Garage",
"terms": "skydd för bilar, bilstall, bilskjul, carport, parkeringshus, varmgarage, kallgarage, uppställningsplats, bilgarage, bilförvaring"
},
"building/greenhouse": {
"name": "Växthus",
"terms": "växthus, drivhus, orangeri, driveri, vinterträdgård, växtodling, blomsterhus, odlingshus"
},
"building/house": {
"name": "Hus"
},
@ -986,6 +1078,9 @@
"emergency/phone": {
"name": "Nödtelefon"
},
"entrance": {
"name": "In-/Utgång"
},
"highway": {
"name": "Väg",
"terms": "Väg, gata, förbindelse, led, trafikled, körbana, stråk, stig, gång, bana, sträcka, passage"
@ -1019,10 +1114,6 @@
"highway/motorway": {
"name": "Motorväg"
},
"highway/motorway_junction": {
"name": "Trafikplats",
"terms": "Motorvägkorsning, trafikplats, mot"
},
"highway/motorway_link": {
"name": "Anslutning, motorväg"
},
@ -1200,6 +1291,9 @@
"leisure/park": {
"name": "Park"
},
"leisure/picnic_table": {
"name": "Picknickbord"
},
"leisure/pitch": {
"name": "Idrottsplats"
},
@ -1575,6 +1669,9 @@
"shop/video": {
"name": "Videobutik"
},
"shop/wine": {
"name": "Vinaffär"
},
"tourism": {
"name": "Turism"
},
@ -1638,6 +1735,34 @@
"type/restriction": {
"name": "Restriktion"
},
"type/restriction/no_left_turn": {
"name": "Ingen vänstersväng",
"terms": "Ingen vänstersväng, sväng ej vänster"
},
"type/restriction/no_right_turn": {
"name": "Ingen högersväng",
"terms": "Ingen högersväng, ej högersväng, sväng ej höger"
},
"type/restriction/no_straight_on": {
"name": "Ej rakt fram",
"terms": "Fortsätt ej framåt, ej rakt fram"
},
"type/restriction/no_u_turn": {
"name": "Ingen U-sväng",
"terms": "Ingen U-sväng, får ej vända"
},
"type/restriction/only_left_turn": {
"name": "Enbart vänstersväng",
"terms": "Enbart vänstersväng, bara vänstersväng, endast vänstersväng"
},
"type/restriction/only_right_turn": {
"name": "Enbart högersväng",
"terms": "enbart högersväng, endast högersväng, bara högersväng"
},
"type/restriction/only_straight_on": {
"name": "Inga svängar",
"terms": "Inga svängar, rakt fram, ingen sväng"
},
"type/route": {
"name": "Rutt"
},

View file

@ -1,23 +1,45 @@
{
"modes": {
"add_area": {
"title": "பரப்பளவு"
"title": "பரப்பளவு",
"description": "வரைபடத்தை பூங்காக்கள், கட்டிடங்கள், ஏரிகள் அல்லது மற்ற பகுதிகளில் சேர்.",
"tail": "பூங்கா, ஏரி, அல்லது கட்டிடம் வரைய வரைபடத்தை கிளிக் செய்க."
},
"add_line": {
"title": "கோடு"
"title": "கோடு",
"description": "வரைபடத்தை நெடுஞ்சாலைகள், தெருக்களில், பாதசாரி பாதைகள், கால்வாய்கள் அல்லது மற்ற வரிகளை சேர்க்கவும்.",
"tail": "சாலை, பாதை, அல்லது இந்த வரைபடத்தை கிளிக் செய்க."
},
"add_point": {
"title": "புள்ளி"
"title": "புள்ளி",
"description": "வரைபடத்தை உணவகங்கள், நினைவு சின்னங்கள், தபால் பெட்டிகள் அல்லது மற்ற சேர்க்கவும்.",
"tail": "ஒரு புள்ளி சேர்க்க வரைபடத்தை கிளிக் செய்க."
},
"browse": {
"title": "உலவ"
}
},
"operations": {
"start": {
"annotation": {
"line": "வரி தொடங்கியது",
"area": "பகுதி தொடங்கியது"
}
},
"continue": {
"key": "A"
"key": "A",
"annotation": {
"line": "வரி தொ ங்கியது"
}
},
"cancel_draw": {
"annotation": "வரைவது தவிர்கபட்டது "
},
"circularize": {
"key": "O"
},
"orthogonalize": {
"title": "சதுரம்",
"key": "S"
},
"straighten": {
@ -31,19 +53,28 @@
}
},
"disconnect": {
"title": "தொடர்பை -துண்டி",
"key": "D"
},
"merge": {
"title": "இணை",
"description": "இந்த கோடுகளை இணை",
"key": "C"
},
"move": {
"title": "நகர்த்து",
"key": "M"
"key": "M",
"annotation": {
"point": "புள்ளி நகர்த்தப்பட்டது",
"area": "பரப்பை நகர்த்தபட்டது "
}
},
"rotate": {
"title": "திருப்பு",
"key": "R"
},
"reverse": {
"title": "தலைகீழாக்கு",
"key": "V"
},
"split": {
@ -175,10 +206,14 @@
"crossing": {
"label": "வகை"
},
"emergency": {
"label": "அவசரநிலை"
},
"entrance": {
"label": "வகை"
},
"fax": {
"label": "தொலைநகல்",
"placeholder": "+31 42 123 4567"
},
"fire_hydrant/type": {
@ -205,6 +240,9 @@
"information": {
"label": "வகை"
},
"internet_access": {
"label": "இணைய அணுகல்"
},
"landuse": {
"label": "வகை"
},
@ -212,10 +250,14 @@
"label": "சந்துகள்",
"placeholder": "1, 2, 3..."
},
"layer": {
"label": "அடுக்கு"
},
"leisure": {
"label": "வகை"
},
"levels": {
"label": "நிலைகள்",
"placeholder": "2, 4, 6..."
},
"location": {
@ -234,6 +276,9 @@
"natural": {
"label": "இயற்கையான"
},
"network": {
"label": "நெட்வொர்க்"
},
"note": {
"label": "குறிப்பு"
},
@ -249,6 +294,9 @@
"opening_hours": {
"label": "மணிநேரங்கள்"
},
"operator": {
"label": "இயக்குபவர்"
},
"par": {
"placeholder": "3, 4, 5..."
},
@ -280,6 +328,7 @@
"christian": "கிறித்தவர்",
"muslim": "இசுலாமியர்",
"buddhist": "புத்த மதத்தினர்",
"jewish": "ஜெவிஷ்",
"hindu": "இந்து"
}
},
@ -351,12 +400,18 @@
"aeroway/aerodrome": {
"name": "விமானநிலையம்"
},
"aeroway/helipad": {
"name": "சிறு விமானம் இறங்கும் தளம்"
},
"amenity/bank": {
"name": "வங்கி"
},
"amenity/bicycle_parking": {
"name": "ஈருருளை நிறுத்தகம்"
},
"amenity/bicycle_rental": {
"name": "சைக்கிள் வாடகை"
},
"amenity/cafe": {
"name": "டீக்கடை"
},
@ -375,12 +430,18 @@
"amenity/grave_yard": {
"name": "இடுகாடு"
},
"amenity/hospital": {
"name": "மருத்துவமனை "
},
"amenity/library": {
"name": "புத்தகச்சாலை"
},
"amenity/marketplace": {
"name": "பஜார்"
},
"amenity/parking": {
"name": "கார் பார்க்கிங்"
},
"amenity/pharmacy": {
"name": "மருந்தகம்"
},
@ -402,6 +463,9 @@
"amenity/restaurant": {
"name": "உணவகம்"
},
"amenity/school": {
"name": "பள்ளி மைதானத்தில்"
},
"amenity/swimming_pool": {
"name": "நீச்சல் குளம்"
},
@ -414,6 +478,9 @@
"amenity/toilets": {
"name": "கழிவறைகள்"
},
"amenity/townhall": {
"name": "நகராட்சிமன்றம்"
},
"amenity/university": {
"name": "பல்கலைக்கழகம்"
},
@ -444,6 +511,9 @@
"craft/painter": {
"name": "ஓவியர்"
},
"entrance": {
"name": "நுழைவு / வெளியேறு"
},
"highway/bus_stop": {
"name": "பேருந்து நிலையம்"
},

View file

@ -1230,10 +1230,6 @@
"name": "Автомагістраль",
"terms": "Motorway,fdnjvfuscnhfkm"
},
"highway/motorway_junction": {
"name": "З’єднання з автомагістраллю",
"terms": "Motorway Junction,plyfyyz p fdnjvfuscnhfkk, розв’язка,естакада,з’їзд,заїзд"
},
"highway/motorway_link": {
"name": "З’їзд з/на автомагістраль",
"terms": "Motorway Link,ppl fdnjvfuscnhfkm,естакада,виїзд з,виїзд на,з’їзд з,з’їзд на"
@ -1505,10 +1501,6 @@
"name": "Стапель",
"terms": "Slipway,cnfgtkm"
},
"leisure/sports_center": {
"name": "Спортивний центр",
"terms": "Sports Center,cgjhnbdybq wtynh"
},
"leisure/stadium": {
"name": "Стадіон",
"terms": "Stadium,cnflsjy"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "Không thể cắt đôi đường kẻ vào đầu hoặc cuối đường.",
"multiple_ways": "Có quá nhiều đường kẻ tại đây để cắt đôi."
},
"restriction": {
"help": {
"select": "Nhấn chuột để chọn một khúc đường.",
"toggle": "Nhấn chuột để thêm hoặc bỏ hạn chế rẽ.",
"toggle_on": "Nhấn chuột để thêm hạn chế “{restriction}”.",
"toggle_off": "Bấm để bỏ hạn chế “{restriction}”."
},
"annotation": {
"create": "thêm hạn chế rẽ",
"delete": "bỏ hạn chế rẽ"
}
}
},
"undo": {
@ -412,6 +424,9 @@
"category-rail": {
"name": "Đường sắt"
},
"category-restriction": {
"name": "Hạn chế"
},
"category-road": {
"name": "Đường"
},
@ -594,6 +609,9 @@
"entrance": {
"label": "Kiểu"
},
"except": {
"label": "Ngoại lệ"
},
"fax": {
"label": "Số Fax",
"placeholder": "+84 1 234 5678"
@ -737,10 +755,16 @@
"label": "Kiểu"
},
"oneway": {
"label": "Một chiều"
"label": "Một chiều",
"options": {
"undefined": "Có lẽ Phải"
}
},
"oneway_yes": {
"label": "Một chiều"
"label": "Một chiều",
"options": {
"undefined": "Có lẽ Không phải"
}
},
"opening_hours": {
"label": "Giờ Mở cửa"
@ -816,6 +840,9 @@
"restriction": {
"label": "Kiểu"
},
"restrictions": {
"label": "Hạn chế rẽ"
},
"route": {
"label": "Kiểu"
},
@ -1112,6 +1139,10 @@
"name": "Bác sĩ",
"terms": "văn phòng bác sĩ, văn phòng bác sỹ, văn phòng thầy thuốc, van phong bac si, van phong bac sy, van phong thay thuoc"
},
"amenity/dojo": {
"name": "Võ đường",
"terms": "võ đường, trường võ thuật, phòng tập võ thuật, võ thuật, karate, judo, nhu đạo, vo duong, truong vo thuat, phong tap vo thuat, vo thuat, nhu dao"
},
"amenity/drinking_water": {
"name": "Nước Uống",
"terms": "máy nước, vòi nước uống, nước uống, uống, may nuoc, voi nuoc uong, nuoc uong, uong"
@ -1700,6 +1731,10 @@
"name": "Lối Băng qua Đường",
"terms": "lối băng qua đường, lối qua đường, đường ngựa vằn, loi bang qua duong, loi qua duong, duong ngua van"
},
"footway/crosswalk": {
"name": "Lối Băng qua Đường",
"terms": "lối băng qua đường, lối qua đường, đường ngựa vằn, loi bang qua duong, loi qua duong, duong ngua van"
},
"footway/sidewalk": {
"name": "Lề đường",
"terms": "lề đường, vỉa hè, đường đi bộ, đường dạo, le duong, vie he, duong di bo, duong dao"
@ -1756,6 +1791,10 @@
"name": "Lối Băng qua Đường",
"terms": "lối băng qua đường, lối qua đường, đường ngựa vằn, loi bang qua duong, loi qua duong, duong ngua van"
},
"highway/crosswalk": {
"name": "Lối Băng qua Đường",
"terms": "lối băng qua đường, lối qua đường, đường ngựa vằn, loi bang qua duong, loi qua duong, duong ngua van"
},
"highway/cycleway": {
"name": "Đường Xe đạp",
"terms": "đường xe đạp, đường mòn xe đạp, duong xe dap, duong mon xe dap"
@ -1778,7 +1817,7 @@
},
"highway/motorway_junction": {
"name": "Giao lộ Đường Cao tốc",
"terms": "giao lộ đường cao tốc, giao lộ quốc lộ, giao lộ xa lộ liên tiểu bang, giao lộ xa lộ liên bang, giao lo duong cao toc, giao lo quoc lo, giao lo xa lo lien tieu bang, giao lo xa lo lien bang"
"terms": "giao lộ đường cao tốc, giao lộ quốc lộ, giao lộ xa lộ liên tiểu bang, giao lộ xa lộ liên bang, lối ra đường cao tốc, lối ra quốc lộ, lối ra xa lộ liên tiểu bang, lối ra xa lộ liên bang, giao lo duong cao toc, giao lo quoc lo, giao lo xa lo lien tieu bang, giao lo xa lo lien bang, loi ra duong cao toc, loi ra quoc lo, loi ra xa lo lien tieu bang, loi ra xa lo lien bang"
},
"highway/motorway_link": {
"name": "Nhánh Ra vào Đường Cao tốc",
@ -2089,8 +2128,8 @@
"terms": "đường trượt tàu, duong truot tau"
},
"leisure/sports_center": {
"name": "Trung tâm Thể thao",
"terms": "trung tâm thể thao, tòa nhà thể thao, toà nhà thể thao, trung tâm bơi lội, trung tâm spa, trung tâm thể dục, sân vận động trong nhà, SVĐ trong nhà, trung tam the thao, toa nha the thao, trung tam boi loi, trung tam spa, trung tam the duc, san van dong trong nha, svd trong nha"
"name": "Trung tâm Thể dục Thể thao",
"terms": "trung tâm thể thao, trung tâm thể dục, tòa nhà thể thao, toà nhà thể thao, tòa nhà thể dục, toà nhà thể dục, trung tâm bơi lội, trung tâm spa, trung tâm thể dục, sân vận động trong nhà, SVĐ trong nhà, trung tam the thao, trung tam theo duc, toa nha the thao, toa nha the duc, trung tam boi loi, trung tam spa, trung tam the duc, san van dong trong nha, svd trong nha"
},
"leisure/stadium": {
"name": "Sân vận động",
@ -2828,6 +2867,34 @@
"name": "Hạn chế",
"terms": "hạn chế, giới hạn, cấm chỉ, han che, gioi han, cam chi"
},
"type/restriction/no_left_turn": {
"name": "Cấm Rẽ Trái",
"terms": "cấm rẽ trái, không rẽ trái, đừng rẽ trái, cấm quẹo trái, không quẹo trái, đừng quẹo trái, cấm ngoặt trái, không ngoặt trái, đừng ngoặt trái, cấm ngoắt trái, không ngoắt trái, đừng ngoắt trái, cấm quặt trái, không quặt trái, đừng quặt trái, cam re trai, khong re trai, dung re trai, cam queo trai, khong queo trai, dung queo trai, cam ngoat trai, khong ngoat trai, dung ngoat trai, cam ngoat trai, khong ngoat trai, dung ngoat trai, cam quat trai, khong quat trai, dung quat trai"
},
"type/restriction/no_right_turn": {
"name": "Cấm Rẽ Phải",
"terms": "cấm rẽ phải, không rẽ phải, đừng rẽ phải, cấm quẹo phải, không quẹo phải, đừng quẹo phải, cấm ngoặt phải, không ngoặt phải, đừng ngoặt phải, cấm ngoắt phải, không ngoắt phải, đừng ngoắt phải, cấm quặt phải, không quặt phải, đừng quặt phải, cam re phai, khong re phai, dung re phai, cam queo phai, khong queo phai, dung queo phai, cam ngoat phai, khong ngoat phai, dung ngoat phai, cam ngoat phai, khong ngoat phai, dung ngoat phai, cam quat phai, khong quat phai, dung quat phai"
},
"type/restriction/no_straight_on": {
"name": "Cấm Chạy Thẳng",
"terms": "cấm chạy thẳng, không chạy thẳng, đừng chạy thẳng, cam chay thang, khong chay thang, dung chay thang"
},
"type/restriction/no_u_turn": {
"name": "Cấm Quay Ngược",
"terms": "cấm quay ngược trở lại, không quay ngược trở lại, đừng quay ngược trở lại, cam quay nguoc tro lai, khong quay nguoc tro lai, dung quay nguoc tro lai, cam quay nguoc tro lai"
},
"type/restriction/only_left_turn": {
"name": "Chỉ Rẽ Trái",
"terms": "chỉ rẽ trái, chỉ cho phép rẽ trái, chỉ quẹo trái, chỉ cho phép quẹo trái, chỉ ngoặt trái, chỉ cho phép ngoặt trái, chỉ ngoắt trái, chỉ cho phép ngoắt trái, chỉ quặt trái, chỉ cho phép quặt trái, chi re trai, chi cho phep re trai, chi queo trai, chi cho phep queo trai, chi ngoat trai, chi cho phep ngoat trai, chi ngoat trai, chi cho phep ngoat trai, chi quat trai, chi cho phep quat trai"
},
"type/restriction/only_right_turn": {
"name": "Chỉ Rẽ Phải",
"terms": "chỉ rẽ phải, chỉ cho phép rẽ phải, chỉ quẹo phải, chỉ cho phép quẹo phải, chỉ ngoặt phải, chỉ cho phép ngoặt phải, chỉ ngoắt phải, chỉ cho phép ngoắt phải, chỉ quặt phải, chỉ cho phép quặt phải, chi re phai, chi cho phep re phai, chi queo phai, chi cho phep queo phai, chi ngoat phai, chi cho phep ngoat phai, chi ngoat phai, chi cho phep ngoat phai, chi quat phai, chi cho phep quat phai"
},
"type/restriction/only_straight_on": {
"name": "Cấm Rẽ Trái/Phải",
"terms": "cấm rẽ trái phải, không rẽ trái phải, đừng rẽ trái phải, cấm quẹo trái phải, không quẹo trái phải, đừng quẹo trái phải, chỉ chạy thẳng, chỉ cho phép chạy thẳng, cam re trai phai, khong re trai phai, dung re trai phai, cam queo trai phai, khong queo trai phai, dung queo trai phai, chi chay thang, chi cho phep chay thang"
},
"type/route": {
"name": "Tuyến đường",
"terms": "tuyến đường, lộ trình, tuyen duong, lo trinh"

View file

@ -1307,10 +1307,6 @@
"name": "高速公路",
"terms": "Motorway,高速公路"
},
"highway/motorway_junction": {
"name": "高速公路口",
"terms": "Motorway Junction,高速公路交匯處,高速公路口,高速公路連接點"
},
"highway/motorway_link": {
"name": "高速公路駁路",
"terms": "Motorway Link,高速公路匝道,高速公路引道,高速公路駁路"
@ -1587,10 +1583,6 @@
"name": "船排",
"terms": "Slipway,船排,船架滑道,船臺"
},
"leisure/sports_center": {
"name": "體育館",
"terms": "Sports Center,體育,體育中心,體育館"
},
"leisure/stadium": {
"name": "大體育館",
"terms": "Stadium,大體育館,體育,體育場"

View file

@ -1394,10 +1394,6 @@
"name": "高速公路",
"terms": "高速公路"
},
"highway/motorway_junction": {
"name": "高速公路连接点",
"terms": "高速公路连接点"
},
"highway/motorway_link": {
"name": "高速公路匝道",
"terms": "高速公路匝道"
@ -1689,10 +1685,6 @@
"name": "船台",
"terms": "船台"
},
"leisure/sports_center": {
"name": "体育,体育中心",
"terms": "体育中心"
},
"leisure/stadium": {
"name": "体育场",
"terms": "体育,体育场"

View file

@ -1237,10 +1237,6 @@
"name": "高速公路",
"terms": "Motorway,高速公路"
},
"highway/motorway_junction": {
"name": "高速公路口",
"terms": "Motorway Junction,高速公路交匯處,高速公路口,高速公路連接點"
},
"highway/motorway_link": {
"name": "高速公路駁路",
"terms": "Motorway Link,高速公路匝道,高速公路引道,高速公路駁路"
@ -1517,10 +1513,6 @@
"name": "船排",
"terms": "Slipway,船排,船架滑道,船臺"
},
"leisure/sports_center": {
"name": "體育館",
"terms": "Sports Center,體育,體育中心,體育館"
},
"leisure/stadium": {
"name": "大體育館",
"terms": "Stadium,大體育館,體育,體育場"

View file

@ -182,6 +182,18 @@
},
"not_eligible": "不能於線段的首尾進行分割。",
"multiple_ways": "太多線段,未能進行分割。"
},
"restriction": {
"help": {
"select": "點擊以選擇一段道路",
"toggle": "點擊以切換轉向限制。",
"toggle_on": "點擊以增加\"{restriction}\"的限制。",
"toggle_off": "點擊以移除\"{restriction}\"的限制。"
},
"annotation": {
"create": "已增加轉向限制",
"delete": "已移除轉向限制"
}
}
},
"undo": {
@ -267,6 +279,8 @@
"percent_brightness": "{opacity}%的光度",
"none": "無",
"custom": "客製化",
"custom_button": "編輯自訂的背景",
"custom_prompt": "輸入地圖影像區塊的URL模版。以 Z/X/Y 方式存取區塊的伺服器,可在模版中使用{z}, {x}, {y}作參數而以quadtile存取區塊的伺服器則可使用{u}作參數。",
"fix_misalignment": "校準",
"reset": "重設"
},
@ -410,6 +424,9 @@
"category-rail": {
"name": "鐵道"
},
"category-restriction": {
"name": "限制"
},
"category-road": {
"name": "道路"
},
@ -589,6 +606,9 @@
"entrance": {
"label": "種類"
},
"except": {
"label": "例外"
},
"fax": {
"label": "傳真",
"placeholder": "+31 42 123 4567"
@ -602,6 +622,9 @@
"fixme": {
"label": "Fix Me"
},
"fuel": {
"label": "加油站"
},
"gauge": {
"label": "軌距"
},
@ -698,10 +721,16 @@
"label": "種類"
},
"oneway": {
"label": "單行道"
"label": "單行道",
"options": {
"undefined": "假設為否"
}
},
"oneway_yes": {
"label": "單程路"
"label": "單程路",
"options": {
"undefined": "假設為是"
}
},
"opening_hours": {
"label": "小時"
@ -774,6 +803,9 @@
"restriction": {
"label": "種類"
},
"restrictions": {
"label": "轉向限制"
},
"route": {
"label": "種類"
},
@ -795,6 +827,9 @@
"shop": {
"label": "種類"
},
"smoking": {
"label": "吸煙"
},
"social_facility_for": {
"label": "服務對象",
"placeholder": "露宿者,殘疾人士,小童等"
@ -952,6 +987,9 @@
"amenity/bar": {
"name": "酒吧"
},
"amenity/bbq": {
"name": "燒烤"
},
"amenity/bench": {
"name": "長椅"
},
@ -979,6 +1017,9 @@
"name": "洗車店",
"terms": "洗車行,洗車店"
},
"amenity/charging_station": {
"name": "充電站"
},
"amenity/childcare": {
"name": "托兒所",
"terms": "幼兒園,托兒所"
@ -1040,6 +1081,9 @@
"amenity/marketplace": {
"name": "市場"
},
"amenity/nightclub": {
"name": "夜總會"
},
"amenity/parking": {
"name": "停車場"
},
@ -1204,9 +1248,24 @@
"building/apartments": {
"name": "分層公寓"
},
"building/bunker": {
"name": "地堡"
},
"building/cathedral": {
"name": "大教堂"
},
"building/church": {
"name": "教堂"
},
"building/commercial": {
"name": "商用樓宇"
},
"building/construction": {
"name": "施工中屋宇"
},
"building/entrance": {
"name": "入口/出口"
},
"building/garage": {
"name": "車庫"
},
@ -1411,6 +1470,9 @@
"emergency/phone": {
"name": "緊急電話"
},
"entrance": {
"name": "入口/出口"
},
"footway/crossing": {
"name": "行人過路線"
},
@ -1469,7 +1531,7 @@
"name": "高速公路"
},
"highway/motorway_junction": {
"name": "高速公路交匯處"
"name": "高速公路交匯處/出口"
},
"highway/motorway_link": {
"name": "高速公路引道"
@ -1618,6 +1680,9 @@
"landuse/industrial": {
"name": "工業區"
},
"landuse/landfill": {
"name": "堆填區"
},
"landuse/meadow": {
"name": "牧場"
},
@ -1690,7 +1755,7 @@
"name": "船架滑道"
},
"leisure/sports_center": {
"name": "體肓中心"
"name": "體肓中心/健身室"
},
"leisure/stadium": {
"name": "體育場"
@ -2239,6 +2304,27 @@
"type/restriction": {
"name": "限制"
},
"type/restriction/no_left_turn": {
"name": "不准左轉"
},
"type/restriction/no_right_turn": {
"name": "不准右轉"
},
"type/restriction/no_straight_on": {
"name": "不准直駛"
},
"type/restriction/no_u_turn": {
"name": "不准掉頭"
},
"type/restriction/only_left_turn": {
"name": "只准左轉"
},
"type/restriction/only_right_turn": {
"name": "只准右轉"
},
"type/restriction/only_straight_on": {
"name": "只准直駛"
},
"type/route": {
"name": "路線"
},

View file

@ -905,9 +905,6 @@
"highway/motorway": {
"name": "高速公路"
},
"highway/motorway_junction": {
"name": "高速公路连接点"
},
"highway/motorway_link": {
"name": "高速公路匝道"
},