Update to iD v2.0.0

This commit is contained in:
Bryan Housel 2016-11-15 10:16:34 -05:00
parent 2ed5e97356
commit 6c3a31d06c
90 changed files with 255680 additions and 186321 deletions

View file

@ -200,6 +200,7 @@ g.point .shadow {
stroke-opacity: 0;
}
g.point.related:not(.selected) .shadow,
g.point.hover:not(.selected) .shadow {
stroke-opacity: 0.5;
}
@ -267,7 +268,9 @@ g.vertex.vertex-hover {
display: block;
}
g.vertex.related:not(.selected) .shadow,
g.vertex.hover:not(.selected) .shadow,
g.midpoint.related:not(.selected) .shadow,
g.midpoint.hover:not(.selected) .shadow {
fill-opacity: 0.5;
}
@ -307,6 +310,7 @@ path.shadow {
stroke-opacity: 0;
}
path.shadow.related:not(.selected),
path.shadow.hover:not(.selected) {
stroke-opacity: 0.4;
}
@ -571,6 +575,18 @@ path.stroke.tag-landuse-farmland {
background-color: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-farmyard {
stroke: rgb(245, 220, 186);
}
path.fill.tag-landuse-farmyard {
stroke: rgba(245, 220, 186, 0.3);
fill: rgba(245, 220, 186, 0.3);
}
.preset-icon-fill-area.tag-landuse-farmyard {
border-color: rgb(245, 220, 186);
background: rgba(245, 220, 186, 0.3);
}
.pattern-color-cemetery,
.pattern-color-orchard {
fill: rgba(140, 208, 95, 0.2);
@ -1473,24 +1489,21 @@ text.pointlabel-halo,
text.arealabel,
text.linelabel,
text.pointlabel {
dominant-baseline: middle;
text-anchor: middle;
font-size: 12px;
font-weight: bold;
fill: #333;
text-anchor: middle;
pointer-events: none;
-webkit-transition: opacity 100ms linear;
transition: opacity 100ms linear;
-moz-transition: opacity 100ms linear;
}
/* Opera doesn't support dominant-baseline. See #715 */
/* Safari 10 seems to have regressed too */
.linelabel-halo .textpath,
.linelabel .textpath {
dominant-baseline: middle;
}
/* Opera doesn't support dominant-baseline. See #715 */
.opera .linelabel-halo .textpath,
.opera .linelabel .textpath {
baseline-shift: -33%;
dominant-baseline: auto;
}
@ -1507,7 +1520,7 @@ text.proximate {
}
text.point {
font-size: 10px;
font-size: 10px;
}
/* Turns */
@ -1695,7 +1708,7 @@ text.gpx {
pointer-events: none;
}
.layer-mapillary-signs .icon-sign body {
.layer-mapillary-signs .icon-sign .icon-sign-body {
min-width: 20px;
height: 28px;
width: 28px;
@ -1704,14 +1717,15 @@ text.gpx {
cursor: pointer; /* Opera */
cursor: url(<%= asset_path("iD/img/cursor-select-mapillary.png") %>) 6 1, pointer; /* FF */
z-index: 70;
overflow: visible;
}
.layer-mapillary-signs .icon-sign:hover body {
.layer-mapillary-signs .icon-sign:hover .icon-sign-body {
border: 2px solid rgba(255,198,0,0.8);
z-index: 80;
}
.layer-mapillary-signs .icon-sign.selected body {
.layer-mapillary-signs .icon-sign.selected .icon-sign-body {
border: 2px solid rgba(255,0,0,0.8);
z-index: 80;
}
@ -1719,7 +1733,6 @@ text.gpx {
.layer-mapillary-signs .icon-sign .t {
font-size: 28px;
z-index: 70;
position: absolute;
}
.layer-mapillary-signs .icon-sign:hover .t,
@ -1766,6 +1779,7 @@ text.gpx {
stroke-width: 8;
}
.fill-wireframe path.shadow.related:not(.selected),
.fill-wireframe path.shadow.hover:not(.selected) {
stroke-opacity: 0.4;
}
@ -2510,9 +2524,24 @@ button.save.has-count .count::before {
border-radius: 0;
}
.feature-list-item {
background-color: white;
font-weight: bold;
height: 40px;
line-height: 20px;
}
.feature-list-item:hover {
background-color: #ececec;
}
.feature-list-item button {
background: transparent;
}
.feature-list-item .label {
text-align: left;
padding: 5px 10px;
padding: 10px 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@ -2523,8 +2552,13 @@ button.save.has-count .count::before {
opacity: .5;
}
.feature-list-item:hover .label {
background-color: #ececec;
.feature-list-item .close {
float: right;
padding: 10px;
}
.feature-list-item .close .icon {
opacity: 1;
}
.feature-list-item .entity-type {
@ -2931,8 +2965,10 @@ button.save.has-count .count::before {
font-weight: bold;
}
.more-fields label { padding: 5px 10px 5px 0; }
.more-fields input { width: 50%;}
.more-fields input {
margin-left: 10px;
width: 50%;
}
/* preset form access */
@ -4367,12 +4403,20 @@ img.tile-removing {
text-align: right;
width: 100%;
padding: 0px 10px;
color: #eee;
}
.api-status.offline,
.api-status.readonly,
.api-status.error {
background: red;
background: #a22;
}
.api-status-login {
color: #aaf;
}
.api-status-login:hover {
color: #ccf;
}
/* Modals
@ -5011,11 +5055,12 @@ img.tile-removing {
background: #8cd05f;
}
.intro-nav-wrap button.step .icon {
.intro-nav-wrap button.step .status {
margin-left: 3px;
display: none;
}
.intro-nav-wrap button.step.finished .icon {
.intro-nav-wrap button.step.finished .status {
display: inline-block;
}
@ -5083,8 +5128,6 @@ img.tile-removing {
margin: auto;
}
/* Mapillary
------------------------------------------------------- */
.mapillary-wrap {
position: absolute;
bottom: 30px;
@ -5098,15 +5141,6 @@ img.tile-removing {
visibility: hidden;
}
.mapillary-wrap .uil-ripple-css {
top: -9px;
left: -15px;
}
.mapillary-wrap .uil-ripple-css div {
top: 38px;
}
.mapillary-wrap button.thumb-hide {
border-radius: 0;
padding: 5px;
@ -5117,9 +5151,334 @@ img.tile-removing {
}
.mly-wrapper {
visibility: hidden;
visibility: hidden;
width: 100%;
height: 100%;
}
.mly-wrapper.active {
visibility: visible;
visibility: visible;
}
/* Right-to-left localization settings */
[dir='rtl'] #sidebar {
float: right;
}
[dir='rtl'] #sidebar .search-header .icon {
left: auto;
right: 10px;
}
/* header */
[dir='rtl'] .header h3 {
text-align: right;
padding: 20px 40px 20px 20px;
}
[dir='rtl'] .entity-editor-pane .header button.preset-choose {
left: auto;
right: 0;
}
[dir='rtl'] .entity-editor-pane .header button.preset-close, [dir='rtl'] .preset-list-pane .header button.preset-choose {
left: 0;
right: auto;
}
[dir='rtl'] .preset-icon-fill-area {
left: auto;
right: 10px;
}
[dir='rtl'] .map-data-control .layer-list button, [dir='rtl'] .background-control .layer-list button {
float: left;
border-left: none;
border-right: 1px solid #CCC;
}
[dir='rtl'] .map-data-control .layer-list button:first-of-type, [dir='rtl'] .background-control .layer-list button:first-of-type {
border-radius: 3px 0 0 3px;
}
/* search */
[dir='rtl'] .feature-list-item .label {
text-align: right;
}
[dir='rtl'] .feature-list-item .entity-name {
padding-left: 0;
padding-right: 10px;
}
/* preset form */
[dir='rtl'] .form-label {
padding: 5px 10px 5px 0;
}
[dir='rtl'] .form-label button {
border-left: none;
border-right: 1px solid #CCC;
}
[dir='rtl'] .more-fields label {
padding: 5px 0 5px 10px;
}
[dir='rtl'] .form-label-button-wrap {
text-align: left;
}
[dir='rtl'] button.minor {
left: 0;
right: auto;
}
[dir='rtl'] .form-field .localized-main {
padding-left: 10%;
padding-right: 10px;
}
[dir='rtl'] .combobox-caret {
margin-left: 0;
margin-right: -30px;
}
[dir='rtl'] .form-field .button-input-action {
margin-left: 0;
margin-right: -10%;
}
[dir='rtl'] .icon.pre-text {
margin-left: 3px;
margin-right: 0;
}
[dir='rtl'] .notice .zoom-to .icon {
margin-left: 10px;
margin-right: 0;
}
[dir='rtl'] .preset-list-button .label {
text-align: right;
left: 0;
right: 60px;
border-left: none;
border-right: 1px solid rgba(0, 0, 0, .1);
border-radius: 3px 0 0 3px;
}
[dir='rtl'] .preset-icon-frame {
left: auto;
right: 7px;
}
[dir='rtl'] .preset-list-item button.tag-reference-button {
left: 0;
right: auto;
border-radius: 3px 0 0 3px;
}
[dir='rtl'] .preset-list-button-wrap .preset-icon {
left: auto;
right: auto;
}
[dir='rtl'] .preset-list-button-wrap .preset-icon-32 {
right: 15px;
}
[dir='rtl'] .form-field .maxspeed-unit {
border-radius: 0 0 0 4px;
}
[dir='rtl'] input[type="checkbox"], [dir='rtl'] input[type="radio"] {
float: right;
margin-left: 5px;
margin-right: 0;
}
[dir='rtl'] .preset-input-wrap .col6 {
float: right;
}
/* tags form */
[dir='rtl'] .tag-row .key-wrap,
[dir='rtl'] .tag-row .input-wrap-position {
float: right;
}
[dir='rtl'] .tag-row input {
border-left: none;
border-right: 1px solid #CCC;
}
[dir='rtl'] .tag-row:first-child input.key {
border-top-left-radius: 0;
border-top-right-radius: 4px;
}
[dir='rtl'] .tag-row button {
left: 10%;
border-left-width: 1px;
}
[dir='rtl'] .tag-row .tag-reference-button {
left: auto;
right: auto;
margin-right: 35px;
border-left-width: 1px;
border-right-width: 0;
}
[dir='rtl'] .tag-row:first-child .tag-reference-button {
border-top-left-radius: 4px;
border-top-right-radius: 0;
}
[dir='rtl'] .tag-row:last-child .tag-reference-button {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 0;
}
/* map control buttons */
[dir='rtl'] .map-controls {
left: 0;
right: auto;
}
[dir='rtl'] .background-control button,
[dir='rtl'] .zoombuttons button.zoom-in {
border-radius: 0 4px 0 0;
}
[dir='rtl'] .help-control button,
[dir='rtl'] .geolocate-control button {
border-radius: 0 0 4px 0;
}
[dir='rtl'] .list-item-gpx-browse svg {
transform: rotateY(180deg);
}
/* map control button overlays */
[dir='rtl'] .map-overlay {
padding: 20px 20px 20px 50px;
left: 0;
right: auto !important;
}
[dir='rtl'] .opacity-options {
left: 50px;
right: auto;
}
[dir='rtl'] .hide-toggle {
padding-left: 0;
padding-right: 12px;
}
[dir='rtl'] .hide-toggle:before {
left: auto;
right: 0;
border-left: none;
border-right: 8px solid #7092ff;
}
[dir='rtl'] .hide-toggle.expanded:before {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
/* navbar */
[dir='rtl'] #bar .spacer,
[dir='rtl'] #bar .button-wrap,
[dir='rtl'] #bar .button-wrap button {
float: right;
}
[dir='rtl'] .add-point .tooltip {
left: inherit !important;
}
[dir='rtl'] .button-wrap:last-of-type {
padding-left: 0;
padding-right: 10px;
}
[dir='rtl'] button.save.has-count .count {
margin-left: auto;
margin-right: 8%;
}
[dir='rtl'] button.save.has-count .count::before {
border-left: 6px solid rgba(255,255,255,.5);
border-right: none;
left: auto;
right: -6px;
}
[dir='rtl'] .joined button {
border-left: 1px solid rgba(0,0,0,.5);
border-right: none;
}
[dir='rtl'] .joined button:first-child {
border-radius: 0 4px 4px 0;
}
[dir='rtl'] .joined button:last-child {
border-radius: 4px 0 0 4px;
}
/* footer */
[dir='rtl'] #scale-block {
float: right;
clear: right;
}
[dir='rtl'] #info-block {
clear: left;
}
[dir='rtl'] #about-list {
text-align: left;
clear: left;
margin-left: 10px;
margin-right: 0;
}
[dir='rtl'] #about-list li {
float: left;
border-left: none;
border-right: 1px solid rgba(255,255,255,.5);
margin-left: 0;
margin-right: 5px;
padding: 5px 5px 5px 0;
}
[dir='rtl'] #about-list li:last-child {
border-right: none;
}
[dir='rtl'] #scale text {
text-anchor: end;
}
/* increment / decrement control - code by Naoufel Razouane */
[dir='rtl'] .spin-control{
margin-left: 0;
margin-right: -20%;
}
[dir='rtl'] .spin-control button{
border-left: 0;
border-right: 1px solid #CCC;
}
[dir='rtl'] .spin-control button.decrement{
border-bottom-right-radius: 0;
}
[dir='rtl'] .spin-control button.increment{
border-bottom-left-radius: 3px;
}

99653
vendor/assets/iD/iD.js vendored

File diff suppressed because one or more lines are too long

View file

@ -434,7 +434,8 @@
</g>
</symbol>
<symbol id="route-detour" viewBox="540 200 60 60">
<path d="M557,214 L555,216 L555,231 L557,233 L585,233 L587,231 L587,216 L585,214 L557,214 z M573,219 L578,223.5 L573,228 L572,227 L572,225 L566,225 L565,224 L565,223 L566,222 L572,222 L572,220 L573,219 z" fill="#EAB056" id="path22874"/>
<path d="M557,214 L555,216 L555,231 L557,233 L585,233 L587,231 L587,216 L585,214 L557,214" fill="#FC6C14"/>
<path d="M574,219.5 L579,223.5 L574,227.5 L574,225 L563,225 L563,222 L574,222" fill="#000000"/>
<g id="g22876">
<g id="g22878">
<path d="M576.969,245.469 L574.031,249.531 L563.031,241.531 L565.969,237.469 z" fill="#46682F" id="path22880"/>
@ -453,7 +454,7 @@
<path d="M566,239.5 C566,240.328 565.328,241 564.5,241 C563.672,241 563,240.328 563,239.5 C563,238.672 563.672,238 564.5,238 C565.328,238 566,238.672 566,239.5 z" fill="#FFFFFF" id="path22908"/>
<path d="M554,247.5 C554,248.328 553.328,249 552.5,249 C551.672,249 551,248.328 551,247.5 C551,246.672 551.672,246 552.5,246 C553.328,246 554,246.672 554,247.5 z" fill="#FFFFFF" id="path22910"/>
</g>
<path d="M557,216.013 L557,216.513 L557,230.513 L557,231.013 L557.5,231.013 L584.5,231.013 L585,231.013 L585,230.513 L585,216.513 L585,216.013 L584.5,216.013 L557.5,216.013 L557,216.013 z M558,217.013 L584,217.013 L584,230.013 L558,230.013 L558,217.013 z" fill="#B68943" id="rect22914"/>
<path d="M557,216.013 L557,216.513 L557,230.513 L557,231.013 L557.5,231.013 L584.5,231.013 L585,231.013 L585,230.513 L585,216.513 L585,216.013 L584.5,216.013 L557.5,216.013 L557,216.013 z M558,217.013 L584,217.013 L584,230.013 L558,230.013 L558,217.013 z" fill="#000000" id="rect22914"/>
</symbol>
<symbol id="route-train" viewBox="480 200 60 60">
<path d="M503.5,211 L502,212 L501.531,214 L498.25,214 C497.696,214 497.384,214.463 497.25,215 L497,216 C496.866,216.537 497.446,217 498,217 L522,217 C522.554,217 523.134,216.537 523,216 L522.75,215 C522.616,214.463 522.304,214 521.75,214 L518.969,214 L518.5,212 L517,211 L516,212 L516.469,214 L504.031,214 L504.5,212 L503.5,211 z M501.5,215 C501.776,215 502,215.224 502,215.5 C502,215.776 501.776,216 501.5,216 C501.224,216 501,215.776 501,215.5 C501,215.224 501.224,215 501.5,215 z M518.5,215 C518.776,215 519,215.224 519,215.5 C519,215.776 518.776,216 518.5,216 C518.224,216 518,215.776 518,215.5 C518,215.224 518.224,215 518.5,215 z M500.562,218 L500.094,220 L497.25,220 C496.696,220 496.384,220.463 496.25,221 L496,222 C495.866,222.537 496.446,223 497,223 L523,223 C523.554,223 524.134,222.537 524,222 L523.75,221 C523.616,220.463 523.304,220 522.75,220 L520.406,220 L519.938,218 L517.438,218 L517.906,220 L502.594,220 L503.062,218 L500.562,218 z M500.5,221 C500.776,221 501,221.224 501,221.5 C501,221.776 500.776,222 500.5,222 C500.224,222 500,221.776 500,221.5 C500,221.224 500.224,221 500.5,221 z M519.5,221 C519.776,221 520,221.224 520,221.5 C520,221.776 519.776,222 519.5,222 C519.224,222 519,221.776 519,221.5 C519,221.224 519.224,221 519.5,221 z M499.156,224 L498.688,226 L496.25,226 C495.696,226 495.384,226.463 495.25,227 L495,228 C494.866,228.537 495.446,229 496,229 L524,229 C524.554,229 525.134,228.537 525,228 L524.75,227 C524.616,226.463 524.304,226 523.75,226 L521.812,226 L521.344,224 L518.844,224 L519.312,226 L501.188,226 L501.656,224 L499.156,224 z M499.5,227 C499.776,227 500,227.224 500,227.5 C500,227.776 499.776,228 499.5,228 C499.224,228 499,227.776 499,227.5 C499,227.224 499.224,227 499.5,227 z M520.5,227 C520.776,227 521,227.224 521,227.5 C521,227.776 520.776,228 520.5,228 C520.224,228 520,227.776 520,227.5 C520,227.224 520.224,227 520.5,227 z M497.719,230 L497,233 L498.5,234 L499.5,233 L500.219,230 L497.719,230 z M520.281,230 L521,233 L522,234 L523.5,233 L522.781,230 L520.281,230 z" fill="#989898" id="rect17528-7-8"/>

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 478 KiB

After

Width:  |  Height:  |  Size: 510 KiB

Before After
Before After

File diff suppressed because it is too large Load diff

View file

@ -1,165 +1,167 @@
{
"modes": {
"add_area": {
"title": "مساحة",
"description": ".أضف المنتزهات أو المباني أو البحيرات أو مساحات أخرى إلى الخريطة",
"tail": ".أنقر على الخريطة لتبدأ رسم مساحة مثل منتزه أو بحيرة أو مبنى"
"ar-AA": {
"modes": {
"add_area": {
"title": "مساحة",
"description": ".أضف المنتزهات أو المباني أو البحيرات أو مساحات أخرى إلى الخريطة",
"tail": ".أنقر على الخريطة لتبدأ رسم مساحة مثل منتزه أو بحيرة أو مبنى"
},
"add_line": {
"title": "خط",
"description": "أضف الطرق السريعة أوالشوارع أوممرات المشاة أوالقنوات أو خطوط أخرى إلى الخريطة.",
"tail": ".انقر على الخريطة لرسم الطريق أو المسار أو الشارع"
},
"add_point": {
"title": "نقطة",
"description": ".إضف المطاعم أوالمعالم أوصناديق البريد أو نقاط أخرى إلى الخريطة",
"tail": ".انقر على الخريطة لإضافة نقطة"
},
"browse": {
"title": "تصفح",
"description": ".تحرك عموديا و أفقيا أو كبر الخريطة"
},
"draw_area": {
"tail": ".انقر لإضافة العقد إلى منطقتك. انقر فوق العقدة الأولى لإنهاء المنطقة"
},
"draw_line": {
"tail": ".انقر لإضافة المزيد من العقد إلى الخط. انقر على خطوط أخرى للاتصال بهم، وانقر نقرا مزدوجا لإنهاء الخط"
}
},
"add_line": {
"title": "خط",
"description": "أضف الطرق السريعة أوالشوارع أوممرات المشاة أوالقنوات أو خطوط أخرى إلى الخريطة.",
"tail": ".انقر على الخريطة لرسم الطريق أو المسار أو الشارع"
"operations": {
"add": {
"annotation": {
"point": ".أضاف نقطة",
"vertex": ".أظاف عقدة إلى الطريق"
}
},
"start": {
"annotation": {
"line": ".بدأ خط",
"area": ".بدأ المساحة"
}
},
"continue": {
"annotation": {
"line": ".مواصلة خط",
"area": ".مواصلة مساحة"
}
},
"cancel_draw": {
"annotation": ".إلغاء الرسم"
},
"change_tags": {
"annotation": ".العلامات المتغيرة"
},
"circularize": {
"annotation": {
"line": ".جعل خط دائري",
"area": "جعل مساحة دائرية"
}
},
"orthogonalize": {
"title": "مربع",
"annotation": {
"line": ".جعل زوايا الخط مربعة",
"area": ".جعل زوايا المساحة مربعة"
}
},
"delete": {
"title": "حذف",
"annotation": {
"point": ".حذف نقطة",
"vertex": ".حذف عقدة من الطريق",
"line": ".حذف خط",
"area": ".حذف مساحة",
"relation": ".حذف علاقة",
"multiple": " .شيء {n} حذف"
}
},
"connect": {
"annotation": {
"point": ".وصل طريق بنقطة",
"vertex": ".وصل طريق بآخر",
"line": ".وصل طريق بخط",
"area": ".وصل طريق بمساحة"
}
},
"disconnect": {
"title": ".غير متصل",
"description": ".قطع إتصال هذه الخطوط أوالمساحات بعضها ببعض",
"annotation": ".خطوط أومساحات غير متصلة"
},
"merge": {
"title": "دمج"
},
"move": {
"title": "نقل",
"description": ".نقل هذا إلى موقع مختلف",
"annotation": {
"point": ".نقل نقطة",
"vertex": ".نقل عقدة في طريق",
"line": ".نقل خط",
"area": ".نقل مساحة",
"multiple": ".نقل أشياء متعددة"
}
},
"rotate": {
"title": "تدوير",
"description": ".تدوير هذا الشيء حول نقطة مركزه",
"annotation": {
"line": ".استدارة خط",
"area": ".استدارة مساحة"
}
},
"reverse": {
"title": "عكس",
"description": ".عكس إتجاه الخط",
"annotation": ".تم عكس إتجاه الخط"
},
"split": {
"title": "تقسيم"
}
},
"add_point": {
"title": "نقطة",
"description": ".إضف المطاعم أوالمعالم أوصناديق البريد أو نقاط أخرى إلى الخريطة",
"tail": ".انقر على الخريطة لإضافة نقطة"
"zoom_in_edit": ".كبِّر للتعديل",
"logout": "تسجيل الخروج",
"commit": {
"title": "حفظ التغييرات",
"upload_explanation": "التغييرات التي قمتم بتحميلها ستكون مرئية على جميع الخرائط التي تستخدم بيانات خريطة الشارع المفتوح.",
"save": "حفظ",
"cancel": "إلغاء",
"warnings": "تحذيرات",
"modified": "تم التغيير",
"deleted": "تم الحذف",
"created": "تم الإنشاء"
},
"browse": {
"title": "تصفح",
"description": ".تحرك عموديا و أفقيا أو كبر الخريطة"
"contributors": {
"list": "{users} تعديلات من قبل",
"truncated_list": "تعديلات من قبل {users} و {count} آخرين"
},
"draw_area": {
"tail": ".انقر لإضافة العقد إلى منطقتك. انقر فوق العقدة الأولى لإنهاء المنطقة"
"geolocate": {
"title": "أظهر مكاني"
},
"draw_line": {
"tail": ".انقر لإضافة المزيد من العقد إلى الخط. انقر على خطوط أخرى للاتصال بهم، وانقر نقرا مزدوجا لإنهاء الخط"
"inspector": {
"no_documentation_combination": "لا توجد وثائق متاحة لهذه المجموعة من العلامات",
"no_documentation_key": "لا توجد وثائق متاحة لهذه الكلمة",
"view_on_osm": "openstreetmap.org شاهد على",
"choose": "حدد نوع الميزة",
"results": "{n} نتائج {search}",
"reference": "OpenStreetMap شاهد على ويكي"
},
"background": {
"title": "الخلفية",
"description": "إعدادات الخلفية",
"percent_brightness": "{opacity}% سطوع",
"reset": "أعد للوضع السابق"
},
"restore": {
"description": "هل ترغب في استعادة التغييرات غير المحفوظة من جلسة التحرير السابق؟",
"restore": "استعادة",
"reset": "أعد للوضع السابق"
},
"save": {
"title": "حفظ",
"help": " مما يجعلها مرئية للمستخدمين الآخرين OpenStreetMap حفظ التغييرات إلى",
"no_changes": ".لا تغييرات للحفظ"
}
},
"operations": {
"add": {
"annotation": {
"point": ".أضاف نقطة",
"vertex": ".أظاف عقدة إلى الطريق"
}
},
"start": {
"annotation": {
"line": ".بدأ خط",
"area": ".بدأ المساحة"
}
},
"continue": {
"annotation": {
"line": ".مواصلة خط",
"area": ".مواصلة مساحة"
}
},
"cancel_draw": {
"annotation": ".إلغاء الرسم"
},
"change_tags": {
"annotation": ".العلامات المتغيرة"
},
"circularize": {
"annotation": {
"line": ".جعل خط دائري",
"area": "جعل مساحة دائرية"
}
},
"orthogonalize": {
"title": "مربع",
"annotation": {
"line": ".جعل زوايا الخط مربعة",
"area": ".جعل زوايا المساحة مربعة"
}
},
"delete": {
"title": "حذف",
"annotation": {
"point": ".حذف نقطة",
"vertex": ".حذف عقدة من الطريق",
"line": ".حذف خط",
"area": ".حذف مساحة",
"relation": ".حذف علاقة",
"multiple": " .شيء {n} حذف"
}
},
"connect": {
"annotation": {
"point": ".وصل طريق بنقطة",
"vertex": ".وصل طريق بآخر",
"line": ".وصل طريق بخط",
"area": ".وصل طريق بمساحة"
}
},
"disconnect": {
"title": ".غير متصل",
"description": ".قطع إتصال هذه الخطوط أوالمساحات بعضها ببعض",
"annotation": ".خطوط أومساحات غير متصلة"
},
"merge": {
"title": "دمج"
},
"move": {
"title": "نقل",
"description": ".نقل هذا إلى موقع مختلف",
"annotation": {
"point": ".نقل نقطة",
"vertex": ".نقل عقدة في طريق",
"line": ".نقل خط",
"area": ".نقل مساحة",
"multiple": ".نقل أشياء متعددة"
}
},
"rotate": {
"title": "تدوير",
"description": ".تدوير هذا الشيء حول نقطة مركزه",
"annotation": {
"line": ".استدارة خط",
"area": ".استدارة مساحة"
}
},
"reverse": {
"title": "عكس",
"description": ".عكس إتجاه الخط",
"annotation": ".تم عكس إتجاه الخط"
},
"split": {
"title": "تقسيم"
}
},
"zoom_in_edit": ".كبِّر للتعديل",
"logout": "تسجيل الخروج",
"commit": {
"title": "حفظ التغييرات",
"upload_explanation": "التغييرات التي قمتم بتحميلها ستكون مرئية على جميع الخرائط التي تستخدم بيانات خريطة الشارع المفتوح.",
"save": "حفظ",
"cancel": "إلغاء",
"warnings": "تحذيرات",
"modified": "تم التغيير",
"deleted": "تم الحذف",
"created": "تم الإنشاء"
},
"contributors": {
"list": "{users} تعديلات من قبل",
"truncated_list": "تعديلات من قبل {users} و {count} آخرين"
},
"geolocate": {
"title": "أظهر مكاني"
},
"inspector": {
"no_documentation_combination": "لا توجد وثائق متاحة لهذه المجموعة من العلامات",
"no_documentation_key": "لا توجد وثائق متاحة لهذه الكلمة",
"view_on_osm": "openstreetmap.org شاهد على",
"choose": "حدد نوع الميزة",
"results": "{n} نتائج {search}",
"reference": "OpenStreetMap شاهد على ويكي"
},
"background": {
"title": "الخلفية",
"description": "إعدادات الخلفية",
"percent_brightness": "{opacity}% سطوع",
"reset": "أعد للوضع السابق"
},
"restore": {
"description": "هل ترغب في استعادة التغييرات غير المحفوظة من جلسة التحرير السابق؟",
"restore": "استعادة",
"reset": "أعد للوضع السابق"
},
"save": {
"title": "حفظ",
"help": " مما يجعلها مرئية للمستخدمين الآخرين OpenStreetMap حفظ التغييرات إلى",
"no_changes": ".لا تغييرات للحفظ"
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,330 +1,367 @@
{
"modes": {
"add_area": {
"title": "Areo",
"description": "Aldoni parkoj, konstruaĵoj, lagoj aŭ aliaj areoj por la mapo.",
"tail": "Klaku sur la mapo por komenci desegni areo, kiel parko, lago, aŭ konstruaĵo."
},
"add_line": {
"title": "linio",
"description": "Aldoni ŝoseoj, stratoj, piediranto vojoj, kanaloj aŭ aliajn liniojn al la mapo.",
"tail": "Klaku sur la mapo por komenci desegni vojo, vojo, aŭ itinero."
},
"add_point": {
"title": "punkto",
"description": "Aldoni restoracioj, monumentoj, bildkartoj skatoloj aŭ aliaj punktoj al la mapo.",
"tail": "Klaku sur la mapo por aldoni punkton."
},
"browse": {
"title": "Foliumi",
"description": "Pan kaj zomi la mapon."
},
"draw_area": {
"tail": "Klaku por aldoni nodoj al via areo. Klaku la unuan nodo fini la areo."
},
"draw_line": {
"tail": "Klaku por aldoni pli nodoj al la linio. Klaku sur aliaj linioj por konekti al ili, kaj duoble klaki por fino la linion."
}
},
"operations": {
"add": {
"annotation": {
"point": "Aldonita punkto.",
"vertex": "Aldonita nodon al vojo.",
"relation": "Aldonita rilato."
}
},
"start": {
"annotation": {
"line": "Komenciĝis linion.",
"area": "Komenciĝis areon."
}
},
"continue": {
"key": "A",
"title": "Daŭrigu",
"description": "Daŭrigu tiun linion.",
"not_eligible": "Neniu linio povas esti daŭrigita tien.",
"multiple": "Pluraj linioj povas esti daŭrigita tien. Elekti linion, premu la klavo Shift kaj klaku sur ĝi por elekti ĝin.",
"annotation": {
"line": "Daŭre linion.",
"area": "Daŭre areo."
}
},
"cancel_draw": {
"annotation": "Nuligita desegno."
},
"change_role": {
"annotation": "Ŝanĝis la rolo de rilato membron."
},
"change_tags": {
"annotation": "Ŝanĝita etikedojn."
},
"circularize": {
"title": "Circularize",
"description": {
"line": "Faru ĉi linio cirkuli.",
"area": "Faru ĉi areon cirkuli."
"eo": {
"modes": {
"add_area": {
"title": "Areo",
"description": "Aldoni parkoj, konstruaĵoj, lagoj aŭ aliaj areoj por la mapo.",
"tail": "Klaku sur la mapo por komenci desegni areo, kiel parko, lago, aŭ konstruaĵo."
},
"key": "O",
"annotation": {
"line": "Farita cirkulero de linio.",
"area": "Farita cirkulero de areo."
}
},
"orthogonalize": {
"title": "Kvadrata",
"description": {
"line": "Kvadrata la anguloj de ĉi tiu linio.",
"area": "Kvadrata la anguloj de ĉi tiu areo."
"add_line": {
"title": "Linio",
"description": "Aldoni ŝoseoj, stratoj, piediranto vojoj, kanaloj aŭ aliajn liniojn al la mapo.",
"tail": "Klaku sur la mapo por komenci desegni vojo, vojo, aŭ itinero."
},
"key": "S"
},
"straighten": {
"key": "S"
},
"delete": {
"title": "Forigi",
"annotation": {
"point": "Forigita punkton.",
"line": "Forigita linion."
"add_point": {
"title": "Punkto",
"description": "Aldoni restoracioj, monumentoj, bildkartoj skatoloj aŭ aliaj punktoj al la mapo.",
"tail": "Klaku sur la mapo por aldoni punkton."
},
"browse": {
"title": "Foliumi",
"description": "Pan kaj zomi la mapon."
},
"draw_area": {
"tail": "Klaku por aldoni nodoj al via areo. Klaku la unuan nodo fini la areo."
},
"draw_line": {
"tail": "Klaku por aldoni pli nodoj al la linio. Klaku sur aliaj linioj por konekti al ili, kaj duoble klaki por fino la linion."
}
},
"disconnect": {
"title": "Malkonekti"
},
"move": {
"key": "M"
},
"rotate": {
"title": "Rotacio",
"description": "Rotacii tiu objekto ĉirkaŭ ĝia centra punkto.",
"annotation": {
"line": "Turnita linion."
}
},
"reverse": {
"title": "dorsflanko",
"key": "V"
},
"split": {
"key": "X"
}
},
"translate": {
"translate": "Traduki",
"localized_translation_label": "Multlingva nomon"
},
"commit": {
"changes": "{count} ŝanĝoj"
},
"inspector": {
"reference": "Vidi en la vikio de OpenStreetMap",
"check": {
"yes": "Jes",
"no": "Ne"
},
"way": "Vojo"
},
"feature": {
"others": {
"description": "Aliaj"
}
},
"help": {
"title": "Helpo"
},
"intro": {
"navigation": {
"title": "Navigado"
},
"points": {
"title": "Punktoj"
},
"areas": {
"title": "Areoj",
"choose": "**Rifo Korto de la listo.**"
},
"lines": {
"title": "Linioj",
"road": "**Selektas Ŝoseon de la listo**",
"wrong_preset": "Vi ne selektis la Residencial vojo tipo. ** Klaku tie ĉi por elekti denove **"
},
"startediting": {
"title": "Komenco Redaktado",
"save": "Ne forgesu regule savu viajn ŝanĝojn!",
"start": "Starti surĵeto!"
}
},
"presets": {
"fields": {
"access": {
"options": {
"designated": {
"description": "Aliro rajtis laŭ signoj aŭ specifaj lokaj leĝoj",
"title": "Nomita"
},
"destination": {
"description": " Aliro rajtis nur al atingi cellokon ",
"title": "Celloko"
},
"dismount": {
"description": "Aliro rajtis sed rajdanto dev elseliĝ",
"title": "Elseliĝ"
},
"no": {
"description": "Aliro ne rajtita al la publiko",
"title": "Malpermesita"
},
"permissive": {
"description": "Aliro rajtis ĝis tiam, kiam la posedanto revok la permeso"
},
"yes": {
"title": "Permesita"
}
"operations": {
"add": {
"annotation": {
"point": "Aldonita punkto.",
"vertex": "Aldonita nodon al vojo.",
"relation": "Aldonita rilato."
}
},
"start": {
"annotation": {
"line": "Komenciĝis linion.",
"area": "Komenciĝis areon."
}
},
"continue": {
"key": "A",
"title": "Daŭrigu",
"description": "Daŭrigu tiun linion.",
"not_eligible": "Neniu linio povas esti daŭrigita tien.",
"multiple": "Pluraj linioj povas esti daŭrigita tien. Elekti linion, premu la klavo Shift kaj klaku sur ĝi por elekti ĝin.",
"annotation": {
"line": "Daŭre linion.",
"area": "Daŭre areo."
}
},
"cancel_draw": {
"annotation": "Nuligita desegno."
},
"change_role": {
"annotation": "Ŝanĝis la rolo de rilato membron."
},
"change_tags": {
"annotation": "Ŝanĝita etikedojn."
},
"circularize": {
"title": "Circularize",
"description": {
"line": "Faru ĉi linio cirkuli.",
"area": "Faru ĉi areon cirkuli."
},
"types": {
"bicycle": "Bicikloj",
"foot": "Piedo",
"horse": "Ĉevaloj",
"motor_vehicle": "Aŭtomobiloj"
"key": "O",
"annotation": {
"line": "Farita cirkulero de linio.",
"area": "Farita cirkulero de areo."
}
},
"access_simple": {
"placeholder": "jes"
"orthogonalize": {
"title": "Kvadrata",
"description": {
"line": "Kvadrata la anguloj de ĉi tiu linio.",
"area": "Kvadrata la anguloj de ĉi tiu areo."
},
"key": "S",
"annotation": {
"line": "Kvadratigis angulojn de linio.",
"area": "Kvadratigis angulojn de areo."
},
"not_squarish": "Ĉi tiu ne povas esti kvadratigita ĉar ĝi ne estas kvadratema."
},
"access_toilets": {
"label": "Aliro"
"straighten": {
"title": "Rektigi",
"description": "Rektigi ĉi tiun linion.",
"key": "S",
"annotation": "Rektigis linion.",
"too_bendy": "Ĉi tiu linio ne povas esti rektigita ĉar ĝi multe kurbiĝas.",
"connected_to_hidden": "Ĉi tiu linio ne povas esti rektigita ĉar ĝi estis konektita al kaŝita aĵo."
},
"address": {
"label": "Adreso",
"placeholders": {
"city": "Urbo",
"conscriptionnumber": "123",
"country": "Lando",
"district": "Distrikto",
"housenumber": "123",
"province": "Provinco",
"street": "Strato"
"delete": {
"title": "Forigi",
"description": "Forigi objekton permanente.",
"annotation": {
"point": "Forigis punkton.",
"vertex": "Forigis nodon el vojo.",
"line": "Forigita linion.",
"area": "Forigis areon.",
"relation": "Forigis rilaton.",
"multiple": "Forigis {n} objektojn."
},
"incomplete_relation": "Ĉi tiu aĵo ne povas esti forigita ĉar ĝi ne estas jam tute elŝutita."
},
"connect": {
"annotation": {
"point": "Konektigis vojon al punkto.",
"vertex": "Konektigis vojon al alia vojo.",
"line": "Konektigis vojon al linio.",
"area": "Konektigis vojon al areo."
}
},
"aerialway/capacity": {
"placeholder": "500, 2500, 5000..."
"disconnect": {
"title": "Malkonekti",
"annotation": "Malkonektitaj linioj/areoj."
},
"aerialway/duration": {
"placeholder": "1, 2, 3..."
},
"aerialway/occupancy": {
"placeholder": "2, 4, 8..."
},
"artist": {
"label": "Artisto"
},
"country": {
"label": "Lando"
},
"electrified": {
"options": {
"no": "Ne"
"move": {
"title": "Movi",
"description": "Movi ĉi tio al malsama loko.",
"key": "M",
"annotation": {
"point": "Movis punkton.",
"vertex": "Movis nodon en vojo.",
"line": "Movis linion.",
"area": "Movis areon.",
"multiple": "Movis multajn objektojn."
}
},
"fax": {
"placeholder": "+31 42 123 4567"
},
"gender": {
"placeholder": "Nekonata"
},
"golf_hole": {
"label": "Referenco"
},
"handicap": {
"placeholder": "1-18"
},
"hoops": {
"placeholder": "1, 2, 4..."
},
"iata": {
"label": "IATA"
},
"icao": {
"label": "ICAO"
},
"internet_access": {
"options": {
"no": "Ne",
"wlan": "Wi-Fi",
"yes": "Jes"
"rotate": {
"title": "Rotacio",
"description": "Rotacii tiu objekto ĉirkaŭ ĝia centra punkto.",
"annotation": {
"line": "Turnita linion."
}
},
"lanes": {
"placeholder": "1, 2, 3..."
"reverse": {
"title": "dorsflanko",
"key": "V"
},
"levels": {
"placeholder": "2, 4, 6..."
"split": {
"key": "X"
}
},
"translate": {
"translate": "Traduki",
"localized_translation_label": "Multlingva nomon"
},
"commit": {
"changes": "{count} ŝanĝoj"
},
"inspector": {
"reference": "Vidi en la vikio de OpenStreetMap",
"check": {
"yes": "Jes",
"no": "Ne"
},
"maxspeed": {
"placeholder": "40, 50, 60..."
"way": "Vojo"
},
"feature": {
"points": {
"description": "Punktoj",
"tooltip": "Interesigantaj punktoj"
},
"mtb/scale": {
"placeholder": "0, 1, 2, 3..."
"others": {
"description": "Aliaj"
}
},
"help": {
"title": "Helpo"
},
"intro": {
"navigation": {
"title": "Navigado"
},
"mtb/scale/imba": {
"options": {
"1": "Facila (verda rondo)"
}
"points": {
"title": "Punktoj"
},
"name": {
"label": "Nomo"
"areas": {
"title": "Areoj",
"choose": "**Rifo Korto el la listo.**"
},
"note": {
"label": "Noto"
"lines": {
"title": "Linioj",
"road": "**Selektas Ŝoseon de la listo**",
"wrong_preset": "Vi ne selektis la Residencial vojo tipo. ** Klaku tie ĉi por elekti denove **"
},
"oneway": {
"options": {
"no": "Ne",
"yes": "Jes"
}
},
"oneway_yes": {
"options": {
"no": "Ne",
"yes": "Jes"
}
},
"opening_hours": {
"label": "Horoj"
},
"par": {
"placeholder": "3, 4, 5..."
},
"phone": {
"label": "Telefono",
"placeholder": "+31 42 1231 4567"
},
"ref": {
"label": "Referenco"
},
"religion": {
"label": "Religio"
},
"source": {
"label": "Fonto"
},
"structure": {
"options": {
"bridge": "Ponto"
}
},
"trail_visibility": {
"placeholder": "Bonega, Bona, Malbona..."
},
"website": {
"placeholder": "http://example.com/"
"startediting": {
"title": "Komenco Redaktado",
"save": "Ne forgesu regule savu viajn ŝanĝojn!",
"start": "Starti surĵeto!"
}
},
"presets": {
"building/house": {
"name": "Domo"
"fields": {
"access": {
"options": {
"designated": {
"description": "Aliro rajtis laŭ signoj aŭ specifaj lokaj leĝoj",
"title": "Nomita"
},
"destination": {
"description": " Aliro rajtis nur al atingi cellokon ",
"title": "Celloko"
},
"dismount": {
"description": "Aliro rajtis sed rajdanto dev elseliĝ",
"title": "Elseliĝ"
},
"no": {
"description": "Aliro ne rajtita al la publiko",
"title": "Malpermesita"
},
"permissive": {
"description": "Aliro rajtis ĝis tiam, kiam la posedanto revok la permeso"
},
"yes": {
"title": "Permesita"
}
},
"types": {
"bicycle": "Bicikloj",
"foot": "Piedo",
"horse": "Ĉevaloj",
"motor_vehicle": "Aŭtomobiloj"
}
},
"access_toilets": {
"label": "Aliro"
},
"address": {
"label": "Adreso",
"placeholders": {
"city": "Urbo",
"conscriptionnumber": "123",
"country": "Lando",
"district": "Distrikto",
"housenumber": "123",
"province": "Provinco",
"street": "Strato"
}
},
"aerialway/capacity": {
"placeholder": "500, 2500, 5000..."
},
"aerialway/duration": {
"placeholder": "1, 2, 3..."
},
"aerialway/occupancy": {
"placeholder": "2, 4, 8..."
},
"artist": {
"label": "Artisto"
},
"country": {
"label": "Lando"
},
"electrified": {
"options": {
"no": "Ne"
}
},
"fax": {
"placeholder": "+31 42 123 4567"
},
"gender": {
"placeholder": "Nekonata"
},
"golf_hole": {
"label": "Referenco"
},
"handicap": {
"placeholder": "1-18"
},
"hoops": {
"placeholder": "1, 2, 4..."
},
"iata": {
"label": "IATA"
},
"icao": {
"label": "ICAO"
},
"internet_access": {
"options": {
"no": "Ne",
"wlan": "Wi-Fi",
"yes": "Jes"
}
},
"lanes": {
"placeholder": "1, 2, 3..."
},
"levels": {
"placeholder": "2, 4, 6..."
},
"maxspeed": {
"placeholder": "40, 50, 60..."
},
"mtb/scale": {
"placeholder": "0, 1, 2, 3..."
},
"mtb/scale/imba": {
"options": {
"1": "Facila (verda rondo)"
}
},
"name": {
"label": "Nomo"
},
"note": {
"label": "Noto"
},
"oneway": {
"options": {
"no": "Ne",
"yes": "Jes"
}
},
"oneway_yes": {
"options": {
"no": "Ne",
"yes": "Jes"
}
},
"opening_hours": {
"label": "Horoj"
},
"par": {
"placeholder": "3, 4, 5..."
},
"phone": {
"label": "Telefono",
"placeholder": "+31 42 1231 4567"
},
"ref": {
"label": "Referenco"
},
"religion": {
"label": "Religio"
},
"source": {
"label": "Fonto"
},
"structure": {
"options": {
"bridge": "Ponto"
}
},
"trail_visibility": {
"placeholder": "Bonega, Bona, Malbona..."
},
"website": {
"placeholder": "http://example.com/"
}
},
"presets": {
"building/house": {
"name": "Domo"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,117 +1,119 @@
{
"modes": {
"add_area": {
"title": "વિસ્તાર",
"description": "પાર્ક્સ, ઈમારતો, તડાઓ અથવા અન્ય વિસ્તારોં ને નક્શા મા ઉમેરો.",
"tail": "પાર્ક્સ, તડાવો, વિસ્તારોં કે મકાન ને નક્શા મા દોરવા માટે નક્શા પર ક્લિક કરો."
"gu": {
"modes": {
"add_area": {
"title": "વિસ્તાર",
"description": "પાર્ક્સ, ઈમારતો, તડાઓ અથવા અન્ય વિસ્તારોં ને નક્શા મા ઉમેરો.",
"tail": "પાર્ક્સ, તડાવો, વિસ્તારોં કે મકાન ને નક્શા મા દોરવા માટે નક્શા પર ક્લિક કરો."
},
"add_line": {
"title": "રેખા",
"description": "હાઇવે, ગલિયો, ફુટ પાથ, નહેર અથવા અન્ય રેખાઓ ને નક્શા મા ઉમેરો.",
"tail": "રસ્તો કે પાથ કે માર્ગ દોરવા માટે નખશા પર ક્લિક કરો."
},
"add_point": {
"title": "બિંદુ",
"description": "હોટેલ, સ્મારકો, પોસ્ટ બૉક્સ અને બીજી બદ્ધી વસ્તુઓને નક્શા મા ઉમેરો.",
"tail": "નક્શા પર પોઈન્ટ નાખવા માટે ક્લિક કરો."
},
"browse": {
"title": "બ્રાઉજ઼",
"description": "નક્શા ને પૅન અને જ઼ૂમ કરો."
},
"draw_area": {
"tail": "નોડ ને નક્શા મા નાખવા માટે ક્લિક કરો. વિસ્તાર પૂર્ણ કરવા માટે પ્રથમ નોડ પર ક્લિક કરો"
},
"draw_line": {
"tail": "રેખા મા હાજી વધારે નોડ્સ નાખવા માટે રેખા પર ક્લિક કરો. અન્ય લીટીઓ પર ક્લિક કરો તેમને સાથે જોડાવા માટે અને રેખા પૂર્ણ કરવા માટે ડબલ -ક્લિક કરો."
}
},
"add_line": {
"title": "રેખા",
"description": "હાઇવે, ગલિયો, ફુટ પાથ, નહેર અથવા અન્ય રેખાઓ ને નક્શા મા ઉમેરો.",
"tail": "રસ્તો કે પાથ કે માર્ગ દોરવા માટે નખશા પર ક્લિક કરો."
"operations": {
"add": {
"annotation": {
"point": " ઍક પોઈન્ટ ઉમેરીયો.",
"vertex": "નોડ માર્ગ મા ઉમેરયૂ ચે.",
"relation": "એક સંબંધ ઉમેરયૂ"
}
},
"start": {
"annotation": {
"line": "ઍક લીટી ચાલુ કરી.",
"area": "વિસ્તાર શરૂ કરયૂ."
}
},
"continue": {
"key": "ઍ",
"title": "ચાલુ રહો.",
"description": "લીટી ની ચાલુ રાખો.",
"not_eligible": "કાય ભી રેખા અહીં ચાલુ નહીં રહી શકે.",
"multiple": "અહીં અનેક લિટીયો ચાલુ થઈ શકે છે. ઍમાની ઍક લીટી ની ચુનવા માટે, 'શિફ્ટ' કી ની દબાવી ને લીટી પર ક્લિક કરો.",
"annotation": {
"line": "લીટી ને દોરવાનુ ચાલુ રાખિયુ.",
"area": "વિસ્તાર ને દોરવાનુ ચાલુ રાખિયુ."
}
},
"cancel_draw": {
"annotation": "દોરવાનુ બંધ કરયૂ."
},
"change_role": {
"annotation": "સંબંધ મા સભ્યા ની ભૂમિકા બદલી છે."
},
"change_tags": {
"annotation": "ટૅગ્સ બદલાયા છે."
},
"circularize": {
"title": "ગોળ આકાર બનાઓ.",
"description": {
"line": "આ લીટી ને ગોળ આકાર મા પરિવર્તીત કરો.",
"area": " વિસ્તાર ને ગોળ આકાર મા પરિવર્તીત કરો."
},
"key": "ઑ",
"annotation": {
"line": "લીટી ને ગોળ આકાર મા બદળીયુ.",
"area": "વિસ્તાર ને ગોળ આકાર મા બદળીયુ."
},
"not_closed": "આ ગોળ આકાર મા બદલી નહી શકે કેંમ્કે ઍ લૂપ નથી",
"too_large": "આ ગોળ આકાર મા બદલાઈ નહીં શકે કેમકે ઍ સંપૂર્ણ દેખાતુ નથી.",
"connected_to_hidden": "આ ગોળ આકાર મા બદલાઈ નહીં શકે કેમકે ઍ છુપાયેલા લક્ષણ સાથે જોડાઈલૂ છે."
},
"orthogonalize": {
"title": "ચોરસ",
"description": {
"line": "આ લીટી ના ખૂનાઓ ને ચોરસ કરો.",
"area": "આ વિસ્તાર ના ખૂનાઓ ની ચોરસ બનાઓ."
},
"key": "ઍસ",
"annotation": {
"line": "લીટી ના ખૂનાઓં ને ચોરસ કરિયા છે.",
"area": "વિસ્તાર ના ખૂનાઓં ને ચોરસ કરિયા છે."
},
"not_squarish": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ ચોરસ નથી.",
"too_large": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ આ લક્ષણ પૂર્ણ રૂપે દેખાતુ નથી.",
"connected_to_hidden": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ છુપાયલા લક્ષણ સાથે જૂડાયલૂ છે."
},
"straighten": {
"title": "સીધુ કરવાનુ.",
"description": "લીટી ને સીધી કરવાની.",
"key": "ઍસ",
"annotation": "લીટી ને સીધી કરી.",
"too_bendy": "આ લીટી ને સીધી નહીં કરાય કેમકે ઍ વાંકી છે.",
"connected_to_hidden": "આ લીટી ને સીધી નહીં કરાય કેમકે ઍ છુપાયલા લક્ષણ સાથે જોડાયલો છે."
},
"delete": {
"title": "ડેલીટ",
"description": "ઑબ્જેક્ટ ને હમેશ માટે ડેલીટ કરો.",
"annotation": {
"point": "પોઈન્ટ ને ડેલીટ કરો.",
"vertex": "નોડ ની રસ્તા પર થી ડેલીટ કરો.",
"line": "લીટી ને ડેલીટ કરો.",
"area": "વિસ્તાર ને ડેલીટ કરો.",
"relation": "સંબંધ ને ડેલીટ કરો.",
"multiple": "ડેલીટ {સંખ} ઑબ્જેક્ટ્સ."
}
}
},
"add_point": {
"title": "બિંદુ",
"description": "હોટેલ, સ્મારકો, પોસ્ટ બૉક્સ અને બીજી બદ્ધી વસ્તુઓને નક્શા મા ઉમેરો.",
"tail": "નક્શા પર પોઈન્ટ નાખવા માટે ક્લિક કરો."
},
"browse": {
"title": "બ્રાઉજ઼",
"description": "નક્શા ને પૅન અને જ઼ૂમ કરો."
},
"draw_area": {
"tail": "નોડ ને નક્શા મા નાખવા માટે ક્લિક કરો. વિસ્તાર પૂર્ણ કરવા માટે પ્રથમ નોડ પર ક્લિક કરો"
},
"draw_line": {
"tail": "રેખા મા હાજી વધારે નોડ્સ નાખવા માટે રેખા પર ક્લિક કરો. અન્ય લીટીઓ પર ક્લિક કરો તેમને સાથે જોડાવા માટે અને રેખા પૂર્ણ કરવા માટે ડબલ -ક્લિક કરો."
"splash": {
"welcome": "ઓપેન સ્ટ્રીટ માપ ના આઇ ડી ઍડિટર મા આપનુ સ્વાગત છે."
}
},
"operations": {
"add": {
"annotation": {
"point": " ઍક પોઈન્ટ ઉમેરીયો.",
"vertex": "નોડ માર્ગ મા ઉમેરયૂ ચે.",
"relation": "એક સંબંધ ઉમેરયૂ"
}
},
"start": {
"annotation": {
"line": "ઍક લીટી ચાલુ કરી.",
"area": "વિસ્તાર શરૂ કરયૂ."
}
},
"continue": {
"key": "ઍ",
"title": "ચાલુ રહો.",
"description": "લીટી ની ચાલુ રાખો.",
"not_eligible": "કાય ભી રેખા અહીં ચાલુ નહીં રહી શકે.",
"multiple": "અહીં અનેક લિટીયો ચાલુ થઈ શકે છે. ઍમાની ઍક લીટી ની ચુનવા માટે, 'શિફ્ટ' કી ની દબાવી ને લીટી પર ક્લિક કરો.",
"annotation": {
"line": "લીટી ને દોરવાનુ ચાલુ રાખિયુ.",
"area": "વિસ્તાર ને દોરવાનુ ચાલુ રાખિયુ."
}
},
"cancel_draw": {
"annotation": "દોરવાનુ બંધ કરયૂ."
},
"change_role": {
"annotation": "સંબંધ મા સભ્યા ની ભૂમિકા બદલી છે."
},
"change_tags": {
"annotation": "ટૅગ્સ બદલાયા છે."
},
"circularize": {
"title": "ગોળ આકાર બનાઓ.",
"description": {
"line": "આ લીટી ને ગોળ આકાર મા પરિવર્તીત કરો.",
"area": " વિસ્તાર ને ગોળ આકાર મા પરિવર્તીત કરો."
},
"key": "ઑ",
"annotation": {
"line": "લીટી ને ગોળ આકાર મા બદળીયુ.",
"area": "વિસ્તાર ને ગોળ આકાર મા બદળીયુ."
},
"not_closed": "આ ગોળ આકાર મા બદલી નહી શકે કેંમ્કે ઍ લૂપ નથી",
"too_large": "આ ગોળ આકાર મા બદલાઈ નહીં શકે કેમકે ઍ સંપૂર્ણ દેખાતુ નથી.",
"connected_to_hidden": "આ ગોળ આકાર મા બદલાઈ નહીં શકે કેમકે ઍ છુપાયેલા લક્ષણ સાથે જોડાઈલૂ છે."
},
"orthogonalize": {
"title": "ચોરસ",
"description": {
"line": "આ લીટી ના ખૂનાઓ ને ચોરસ કરો.",
"area": "આ વિસ્તાર ના ખૂનાઓ ની ચોરસ બનાઓ."
},
"key": "ઍસ",
"annotation": {
"line": "લીટી ના ખૂનાઓં ને ચોરસ કરિયા છે.",
"area": "વિસ્તાર ના ખૂનાઓં ને ચોરસ કરિયા છે."
},
"not_squarish": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ ચોરસ નથી.",
"too_large": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ આ લક્ષણ પૂર્ણ રૂપે દેખાતુ નથી.",
"connected_to_hidden": "આના ખૂનાઓ ચોરસ નહીં કરી શકાય કેમકે ઍ છુપાયલા લક્ષણ સાથે જૂડાયલૂ છે."
},
"straighten": {
"title": "સીધુ કરવાનુ.",
"description": "લીટી ને સીધી કરવાની.",
"key": "ઍસ",
"annotation": "લીટી ને સીધી કરી.",
"too_bendy": "આ લીટી ને સીધી નહીં કરાય કેમકે ઍ વાંકી છે.",
"connected_to_hidden": "આ લીટી ને સીધી નહીં કરાય કેમકે ઍ છુપાયલા લક્ષણ સાથે જોડાયલો છે."
},
"delete": {
"title": "ડેલીટ",
"description": "ઑબ્જેક્ટ ને હમેશ માટે ડેલીટ કરો.",
"annotation": {
"point": "પોઈન્ટ ને ડેલીટ કરો.",
"vertex": "નોડ ની રસ્તા પર થી ડેલીટ કરો.",
"line": "લીટી ને ડેલીટ કરો.",
"area": "વિસ્તાર ને ડેલીટ કરો.",
"relation": "સંબંધ ને ડેલીટ કરો.",
"multiple": "ડેલીટ {સંખ} ઑબ્જેક્ટ્સ."
}
}
},
"splash": {
"welcome": "ઓપેન સ્ટ્રીટ માપ ના આઇ ડી ઍડિટર મા આપનુ સ્વાગત છે."
}
}

View file

@ -1,32 +1,34 @@
{
"modes": {
"add_area": {
"title": "एरिया",
"description": "पार्क, बिल्डिंग, झील अथवा अन्य क्षेत्रों को नक़्शे पर जोड़ें।",
"tail": "पार्क, झील या बिल्डिंग, अर्थात किसी क्षेत्र के रेखांकन हेतु नक़्शे पर क्लिक करें।"
"hi": {
"modes": {
"add_area": {
"title": "एरिया",
"description": "पार्क, बिल्डिंग, झील अथवा अन्य क्षेत्रों को नक़्शे पर जोड़ें।",
"tail": "पार्क, झील या बिल्डिंग, अर्थात किसी क्षेत्र के रेखांकन हेतु नक़्शे पर क्लिक करें।"
},
"add_line": {
"title": "रेखा",
"description": "राजमार्ग, गलियों, पैदल पथ, नहरों अथवा अन्य रैखिक चीजों को नक़्शे पर जोड़ें।"
},
"add_point": {
"title": "बिंदु",
"tail": "बिंदु जोड़ने के लिये नक़्शे पर क्लिक करें।"
}
},
"add_line": {
"title": "रेखा",
"description": "राजमार्ग, गलियों, पैदल पथ, नहरों अथवा अन्य रैखिक चीजों को नक़्शे पर जोड़ें।"
"infobox": {
"area": "एरिया"
},
"add_point": {
"title": "बिंदु",
"tail": "बिंदु जोड़ने के लिये नक़्शे पर क्लिक करें।"
}
},
"infobox": {
"area": "एरिया"
},
"presets": {
"presets": {
"area": {
"name": "एरिया"
},
"line": {
"name": "रेखा"
},
"point": {
"name": "बिंदु"
"presets": {
"area": {
"name": "एरिया"
},
"line": {
"name": "रेखा"
},
"point": {
"name": "बिंदु"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

78
vendor/assets/iD/iD/locales/ku.json vendored Normal file
View file

@ -0,0 +1,78 @@
{
"ku": {
"modes": {
"add_area": {
"title": "ناوچە"
},
"add_line": {
"title": "هێڵ"
},
"add_point": {
"title": "خاڵ"
}
},
"tooltip_keyhint": "کورتبڕ:",
"translate": {
"translate": "وەرگێڕان",
"localized_translation_language": "هەڵبژاردنی زمان",
"localized_translation_name": "ناو"
},
"logout": "دەرچوون",
"report_a_bug": "ناردنی هەڵە",
"help_translate": "یارمەتیدان بۆ وەرگێڕان",
"commit": {
"save": "پاشەکەوتکردن",
"cancel": "پاشگەزبوونەوە",
"deleted": "سڕایەوە",
"created": "دروستکرا"
},
"infobox": {
"closed": "داخرا",
"center": "ناوەند",
"length": "درێژی",
"area": "ناوچە",
"location": "شوێن"
},
"geometry": {
"point": "خاڵ",
"line": "هێڵ",
"area": "ناوچە"
},
"inspector": {
"remove": "لابردن",
"search": "گەڕان",
"check": {
"yes": "بەڵێ",
"no": "نەخێر"
},
"add": "زیادکردن",
"none": "هیچ"
},
"background": {
"none": "هیچ"
},
"feature": {
"points": {
"description": "خاڵەکان"
}
},
"save": {
"title": "پاشەکەوتکردن",
"conflict": {
"previous": "<پێشتر",
"next": "دواتر>"
}
},
"success": {
"help_link_text": "وردەکارییەکان"
},
"help": {
"title": "یارمەتی"
},
"intro": {
"startediting": {
"title": "دەستپێکردنی دەستکاری"
}
}
}
}

View file

@ -1,28 +1,30 @@
{
"intro": {
"areas": {
"place": "Disegna l'area metèndughe ciü nodi. Sèra l'area sciacàndu in sciu nodu de partènsa. **Disegna in area pè i giardinéti.**",
"search": "**Serca pé '{name}'.**",
"choose": "**Çèrni Giardinéti dàa lista.**",
"describe": "**Azunta in nome, e sciàca u {button} butùn pe serà a mudifica**"
},
"lines": {
"title": "Righe",
"add": "E righe i sun aduveràe pe raprèsentà strade, feruvìe, e šciümàire. **Sciàca u {button} butùn Riga pe azuntà ina növa riga**",
"start": "**Cumènsa a riga sciacàndu a fin da strada.**",
"intersect": "Sciàca pe' azuntà autri nodi àa riga. Ti pöi stirassà a màpa mèntre ti disegni. E strade e in bigu de autri tipi de righe, i fàn parte d'ina réa ciü granda.L'è impurtante, ste righe i vèsse bèn culegàe demodu che i prugràmi de navigasiun i travaje bèn. **Sciàca {name} pé fà in incruiju dée due righe.**",
"finish": "E righe besögna feniire sciacàndu ancù l'ürtimu nodu. **Fenisci de disegnà a strada.**",
"road": "**Çèrni a Strada d'inta lista**",
"residential": "Ghè in bigu de tipi de strade, a' ciü comüne l'é a Residènçiale. **Çèrni a Residènçiale**",
"describe": "**Métti u nome dàa strada, e sciàca u {button} butùn pé çerà a mudifica.**",
"restart": "E' strade v'èsse incruijà {name}.",
"wrong_preset": "Nu ti pöi çèrne a stràda Residençiale. **Sciàca-chi pé çèrne in'àutra vouta**"
},
"startediting": {
"title": "Tàca a Mudificà",
"help": "Ti pöi refà da capu stu passagiu, senunca vié a documentasiun sciacàndu u {button} butùn d'Agiütu.",
"save": "Nu te scurdà de sarvà regularmènte e tou mudifiche!",
"start": "Cumènsa a disegnà a tou màpa!"
"lij": {
"intro": {
"areas": {
"place": "Disegna l'area metèndughe ciü nodi. Sèra l'area sciacàndu in sciu nodu de partènsa. **Disegna in area pè i giardinéti.**",
"search": "**Serca pé '{name}'.**",
"choose": "**Çèrni Giardinéti dàa lista.**",
"describe": "**Azunta in nome, e sciàca u {button} butùn pe serà a mudifica**"
},
"lines": {
"title": "Righe",
"add": "E righe i sun aduveràe pe raprèsentà strade, feruvìe, e šciümàire. **Sciàca u {button} butùn Riga pe azuntà ina növa riga**",
"start": "**Cumènsa a riga sciacàndu a fin da strada.**",
"intersect": "Sciàca pe' azuntà autri nodi àa riga. Ti pöi stirassà a màpa mèntre ti disegni. E strade e in bigu de autri tipi de righe, i fàn parte d'ina réa ciü granda.L'è impurtante, ste righe i vèsse bèn culegàe demodu che i prugràmi de navigasiun i travaje bèn. **Sciàca {name} pé fà in incruiju dée due righe.**",
"finish": "E righe besögna feniire sciacàndu ancù l'ürtimu nodu. **Fenisci de disegnà a strada.**",
"road": "**Çèrni a Strada d'inta lista**",
"residential": "Ghè in bigu de tipi de strade, a' ciü comüne l'é a Residènçiale. **Çèrni a Residènçiale**",
"describe": "**Métti u nome dàa strada, e sciàca u {button} butùn pé çerà a mudifica.**",
"restart": "E' strade v'èsse incruijà {name}.",
"wrong_preset": "Nu ti pöi çèrne a stràda Residençiale. **Sciàca-chi pé çèrne in'àutra vouta**"
},
"startediting": {
"title": "Tàca a Mudificà",
"help": "Ti pöi refà da capu stu passagiu, senunca vié a documentasiun sciacàndu u {button} butùn d'Agiütu.",
"save": "Nu te scurdà de sarvà regularmènte e tou mudifiche!",
"start": "Cumènsa a disegnà a tou màpa!"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,44 +1,46 @@
{
"modes": {
"add_area": {
"title": "പ്രദേശം"
"ml": {
"modes": {
"add_area": {
"title": "പ്രദേശം"
},
"add_line": {
"title": "രേഖ"
},
"add_point": {
"title": "ബിന്ദു"
}
},
"add_line": {
"title": "രേഖ"
"operations": {
"continue": {
"title": "തുടരുക"
}
},
"add_point": {
"title": "ബിന്ദു"
}
},
"operations": {
"continue": {
"title": "തുടരുക"
}
},
"presets": {
"fields": {
"access": {
"types": {
"access": "എല്ലാം",
"bicycle": "സൈക്കിളുകള്‍",
"horse": "കുതിരകള്‍"
"presets": {
"fields": {
"access": {
"types": {
"access": "എല്ലാം",
"bicycle": "സൈക്കിളുകള്‍",
"horse": "കുതിരകള്‍"
}
},
"address": {
"placeholders": {
"city": "നഗരം",
"country": "രാജ്യം",
"district": "ജില്ല",
"place": "പ്രദേശം",
"postcode": "പോസ്റ്റ്കോഡ്",
"state": "സംസ്ഥാനം"
}
},
"aerialway": {
"label": "തരം"
},
"atm": {
"label": "എടിഎം"
}
},
"address": {
"placeholders": {
"city": "നഗരം",
"country": "രാജ്യം",
"district": "ജില്ല",
"place": "പ്രദേശം",
"postcode": "പോസ്റ്റ്കോഡ്",
"state": "സംസ്ഥാനം"
}
},
"aerialway": {
"label": "തരം"
},
"atm": {
"label": "എടിഎം"
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,20 @@
{
"modes": {
"browse": {
"title": "Circa"
}
},
"operations": {
"delete": {
"title": "Boga"
"sc": {
"modes": {
"browse": {
"title": "Circa"
}
},
"move": {
"title": "Movi"
},
"split": {
"title": "Sperra"
"operations": {
"delete": {
"title": "Boga"
},
"move": {
"title": "Movi"
},
"split": {
"title": "Sperra"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,464 +1,463 @@
{
"modes": {
"add_area": {
"title": "Sipërfaqe",
"description": "Shtoni parqe, ndërtesa, liqene, ose sipërfaqe të tjera në hartë.",
"tail": "Klikoni në hartë për të filluar vizatimin e një sipërfaqje të re, si p.sh. park, liqen, ose ndërtesë."
},
"add_line": {
"title": "Vijë",
"description": "Shtoni autostrada, rrugë, rrugë këmbësorësh, kanale, ose vija të tjera në hartë.",
"tail": "Klikoni në hartë për të filluar vizatimin e një rruge, rrugice, ose linje."
},
"add_point": {
"title": "Pikë",
"description": "Shtoni restorante, monumente, kuti postare, ose pika të tjera në hartë.",
"tail": "Klikoni në hartë për të shtuar një pikë."
},
"browse": {
"title": "Shfleto",
"description": "Sposto dhe zmadho hartën."
},
"draw_area": {
"tail": "Klikoni për të shtuar nyje në këtë sipërfaqe. Klikoni nyjen e parë për të mbaruar sipërfaqen."
},
"draw_line": {
"tail": "Klikoni për të shtuar më shumë nyje në vijë. Klikoni në viza të tjera për tu lidhur me 'to, dhe klikoni dy herë për të përfunduar vijën."
}
},
"operations": {
"add": {
"annotation": {
"point": "U shtua një pikë.",
"vertex": "U shtua një nyjë në një linjë.",
"relation": "U shtua një lidhje."
"sq": {
"modes": {
"add_area": {
"title": "Sipërfaqe",
"description": "Shtoni parqe, ndërtesa, liqene, ose sipërfaqe të tjera në hartë.",
"tail": "Klikoni në hartë për të filluar vizatimin e një sipërfaqje të re, si p.sh. park, liqen, ose ndërtesë."
},
"add_line": {
"title": "Vijë",
"description": "Shtoni autostrada, rrugë, rrugë këmbësorësh, kanale, ose vija të tjera në hartë.",
"tail": "Klikoni në hartë për të filluar vizatimin e një rruge, rrugice, ose linje."
},
"add_point": {
"title": "Pikë",
"description": "Shtoni restorante, monumente, kuti postare, ose pika të tjera në hartë.",
"tail": "Klikoni në hartë për të shtuar një pikë."
},
"browse": {
"title": "Shfleto",
"description": "Sposto dhe zmadho hartën."
},
"draw_area": {
"tail": "Klikoni për të shtuar nyje në këtë sipërfaqe. Klikoni nyjen e parë për të mbaruar sipërfaqen."
},
"draw_line": {
"tail": "Klikoni për të shtuar më shumë nyje në vijë. Klikoni në viza të tjera për tu lidhur me 'to, dhe klikoni dy herë për të përfunduar vijën."
}
},
"start": {
"annotation": {
"line": "U fillua një vijë.",
"area": "U fillua një sipërfaqe."
}
},
"continue": {
"key": "A",
"title": "Vazhdo",
"description": "Zgjato vijën.",
"not_eligible": "Këtu s'mund të zgjatet vija.",
"multiple": "Këtu mund të zgjaten disa vija. Për të zgjedhur një vijë, shtypni butonin shift dhe klikoni në 'të.",
"annotation": {
"line": "U zgjat një vijë.",
"area": "U zgjerua një sipërfaqe."
}
},
"cancel_draw": {
"annotation": "U anullua vizatimi."
},
"change_role": {
"annotation": "U ndrua roli i një anëtar lidhjes."
},
"change_tags": {
"annotation": "U ndruan etiketët."
},
"circularize": {
"description": {
"line": "Bëj këtë vijë rrethore.",
"area": "Bëj këte sipërfaqe rrethore."
"operations": {
"add": {
"annotation": {
"point": "U shtua një pikë.",
"vertex": "U shtua një nyjë në një linjë.",
"relation": "U shtua një lidhje."
}
},
"key": "O",
"annotation": {
"line": "Një vijë u bë rrethore.",
"area": "Një sipërfaqe u bë rrethore."
"start": {
"annotation": {
"line": "U fillua një vijë.",
"area": "U fillua një sipërfaqe."
}
},
"not_closed": "Kjo nuk mund bëhet rrethore sepse nuk është lak.",
"too_large": "Kjo nuk mund bëhet rrethore sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund bëhet rrethore sepse është lidhur me një tipar të fshehur."
},
"orthogonalize": {
"title": "Katror",
"description": {
"line": "Bëj qoshet e vijës katror.",
"area": "Bëj qoshet e sipërfaqes katror."
"continue": {
"key": "A",
"title": "Vazhdo",
"description": "Zgjato vijën.",
"not_eligible": "Këtu s'mund të zgjatet vija.",
"multiple": "Këtu mund të zgjaten disa vija. Për të zgjedhur një vijë, shtypni butonin shift dhe klikoni në 'të.",
"annotation": {
"line": "U zgjat një vijë.",
"area": "U zgjerua një sipërfaqe."
}
},
"key": "S",
"annotation": {
"line": "Qoshet e vijës u bën katror.",
"area": "Qoshet e sipërfaqes u bën katror."
"cancel_draw": {
"annotation": "U anullua vizatimi."
},
"not_squarish": "Kjo nuk mund bëhet katror sepse nuk i ngjan një katror.",
"too_large": "Kjo nuk mund bëhet katror sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund bëhet katror sepse është lidhur me një tipar të fshehur."
},
"straighten": {
"title": "Drejto",
"description": "Drejtoni këtë vijë.",
"key": "S",
"annotation": "U drejtua një vijë.",
"too_bendy": "Kjo nuk mund të drejtohet sepse kthehet shumë.",
"connected_to_hidden": "Kjo vijë nuk mund drejtohet sepse është lidhur me një tipar të fshehur."
},
"delete": {
"title": "Fshij",
"description": "Fshij objektin përgjithmonë.",
"annotation": {
"point": "U fshi një pik.",
"vertex": "U fshi një nyjë nga një linjë.",
"line": "U fshi një vijë.",
"area": "U fshi një sipërfaqe.",
"relation": "U fshi një lidhje.",
"multiple": "U fshin {n} objekta."
"change_role": {
"annotation": "U ndrua roli i një anëtar lidhjes."
},
"incomplete_relation": "Ky tipar nuk mund të fshihet sepse nuk është shkarkuar plotësisht.",
"part_of_relation": "Ky tipar nuk mund të fshihet sepse mer pjesë në një lidhje më të madhë. Njerë duhet ta heqësh nga lidhja.",
"connected_to_hidden": "Kjo nuk mund të fshihet sepse është lidhur me një tipar të fshehur."
},
"connect": {
"annotation": {
"point": "U lidh një linjë me një pik.",
"vertex": "U lidh një linjë me një tjetër.",
"line": "U lidh një linjë me një vijë.",
"area": "U lidh një linjë me një sipërfaqe."
}
},
"disconnect": {
"title": "Shqit",
"description": "Shqit këto vijë/sipërfaqe nga njëri tjetri.",
"key": "D",
"annotation": "U shqitën vijë/sipërfaqe.",
"not_connected": "Këtu nuk ka aq vijë/sipërfaqe për tu shqitur.",
"connected_to_hidden": "Kjo nuk mund të shqitet sepse është lidhur me një tipar të fshehur."
},
"merge": {
"title": "Bashko",
"key": "C",
"not_eligible": "Këto tipare nuk mund të bashkohen.",
"incomplete_relation": "Këto tipare nuk mund të bashkohen sepse të paktën një nuk është shkarkuar plotësisht."
},
"move": {
"title": "Lëviz",
"description": "Lëvizni këtë në një vend tjeter.",
"key": "M",
"annotation": {
"point": "U lëviz një pik.",
"vertex": "U lëviz një njyë në një linjë.",
"line": "U lëviz një vijë.",
"area": "U lëviz një sipërfaqe.",
"multiple": "U lëvizën disa objekte."
"change_tags": {
"annotation": "U ndruan etiketët."
},
"incomplete_relation": "Ky tipar nuk mund të lëvizet sepse nuk është shkarkuar plotësisht.",
"too_large": "Kjo nuk mund të lëvizet sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund të lëvizet sepse është lidhur me një tipar të fshehur."
},
"rotate": {
"title": "Rotullo",
"description": "Rotullo këtë objekt rreth pikën e qendrës të saj.",
"key": "R",
"annotation": {
"line": "U rotullua një vijë.",
"area": "U rotullua një sipërfaqe."
},
"too_large": "Kjo nuk mund të rotullohet sepse nuk është mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund të rotullohet është lidhur me një tipar të fshehur."
},
"reverse": {
"title": "Kthej mbrapsht",
"description": "Bëj këte vijë të shkoj në drejtimin e kundërt.",
"key": "V",
"annotation": "Një vijë u këthu mbrapsht."
},
"split": {
"title": "Nda",
"description": {
"line": "Nda këtë vijë në dy ke kjo nyjë.",
"area": "Nda kufirin e kësaj sipërfaqë në dy.",
"multiple": "Nda vijët/kufijtë e sipërfaqeve ke kjo nyjë në dy."
},
"key": "X",
"annotation": {
"line": "U nda një vijë.",
"area": "U nda një kufi sipërfaqe.",
"multiple": "U ndan {n} vijë/kufitë sipërfaqeve."
},
"not_eligible": "Vijë nuk mund të ndahen në fillim osë në fund.",
"multiple_ways": "Këtu ka shume linja për ti ndarë.",
"connected_to_hidden": "Kjo nuk mund të ndahet sepse është lidhur me një tipar të fshehur."
},
"restriction": {
"help": {
"select": "Klikoni për të zgjedhur një segment rrugor.",
"toggle_on": "Klikoni për të shtuar një kufizim \"{restriction}\".",
"toggle_off": "Klikoni për të hequr kufizimin \"{restriction}\"."
},
"annotation": {
"create": "U shtu një kufizim kthesësh.",
"delete": "U fshi një kufizim kthesësh."
}
}
},
"undo": {
"tooltip": "Zhbëj: {action}",
"nothing": "Asgjë për të zhbëj."
},
"redo": {
"tooltip": "Ribëj: {action}",
"nothing": "Asgjë për të ribëj."
},
"translate": {
"translate": "Përkthe",
"localized_translation_label": "Emri shumëgjuhësh",
"localized_translation_language": "Zgjidhni gdjuhën",
"localized_translation_name": "Emër"
},
"zoom_in_edit": "Zmadhoni për të redaktuar",
"logout": "dil",
"loading_auth": "Lidh me OpenStreetMap...",
"feature_info": {
"hidden_warning": "{count} tipare të fshehura",
"hidden_details": "Këto tipare janë aktualisht të fshehura: {details}"
},
"status": {
"error": "Pa mundësi të lidhet me API-n.",
"offline": "API-ja është jashtë linje. Ju lutemi provoni të redaktoni më von.",
"readonly": "API-ja është vetëm për lexim. Duhet prisni për të kryer ndryshimet."
},
"commit": {
"title": "Kryej Ndryshimet",
"upload_explanation": "Redaktimet qe ju ngarkoni do jen të dukshëm në të gjithë hartat që përdorin të dhëna OpenStreetMap.",
"upload_explanation_with_user": "Redaktimet qe ju ngarkoni si {user} do jen të dukshëm në të gjithë hartat që përdorin të dhëna OpenStreetMap.",
"save": "Ruaj",
"cancel": "Anullo",
"changes": "{count} Ndryshime",
"warnings": "Paralajmërime",
"modified": "Modifikuar",
"deleted": "Fshirë",
"created": "Krijuar"
},
"contributors": {
"list": "Redaktime nga {users}",
"truncated_list": "Redaktime nga {users} dhe {count} të tjerë"
},
"infobox": {
"selected": "{n} të zgjedhur",
"geometry": "Gjeometria",
"closed": "i mbyllur",
"center": "Qendra",
"perimeter": "Perimetri",
"length": "Gjatësia",
"area": "Sipërfaqja",
"centroid": "Centroida",
"location": "Vendndodhja",
"metric": "Metrik",
"imperial": "Perandorak"
},
"geometry": {
"point": "pik",
"vertex": "tepe",
"line": "vijë",
"area": "sipërfaqe",
"relation": "lidhje"
},
"geocoder": {
"search": "Kërkoni të gjithë botën...",
"no_results_visible": "Nuk ka rezultate në zonën e dukshme të hartës",
"no_results_worldwide": "Nuk u gjetën rezultate"
},
"geolocate": {
"title": "Shfaq Vendndodhjen Time"
},
"inspector": {
"no_documentation_combination": "Nuk ka dokumentim disponueshëm për këtë kombinin etiketave",
"no_documentation_key": "Nuk ka dokumentim disponueshëm për këte çelës",
"show_more": "Paraqit më tepër",
"view_on_osm": "Shiko në openstreetmap.org",
"all_tags": "Të gjithë etiketat",
"all_members": "Të gjithë anëtarët",
"all_relations": "Të gjithë lidhjet",
"new_relation": "Lidhje të re...",
"role": "Rol",
"choose": "Zgjidhni llojën e tiparit",
"results": "{n} rezultate për {search}",
"reference": "Shiko në OpenStreetMap Wiki",
"back_tooltip": "Ndrysho tiparin",
"remove": "Hiq",
"search": "Kërko",
"multiselect": "Zgjidh artikuj",
"unknown": "I panjohur",
"feature_list": "Kërko tiparet",
"edit": "Redakto tiparin",
"check": {
"yes": "Po",
"no": "Jo"
},
"none": "Asnjë",
"node": "Nyjë",
"way": "Linjë",
"relation": "Lidhje",
"location": "Vendosje",
"add_fields": "Shtoni fushë:"
},
"background": {
"title": "Sfond",
"description": "Parametrat e sfondit",
"percent_brightness": "{opacity}% duksmëri",
"none": "Asnjë",
"custom": "E personalizuar",
"custom_button": "Redakto sfondin të personalizuar",
"custom_prompt": "Shtypni një shabllon URL pllakëve. Argumentet vlefshme janë {z}, {x}, {y} për skemë Z/X/Y dhe {u} për skemë quadtile.",
"reset": "Rikthe vlerat",
"minimap": {
"description": "Minihartë",
"tooltip": "Shfaq një hartë të zvogluar për të treguar vendosjen e zonës të dukshme."
}
},
"presets": {
"fields": {
"access": {
"options": {
"no": {
"title": "I Ndaluar"
},
"private": {
"title": "Privat"
},
"yes": {
"title": "I Lejuar"
}
"circularize": {
"description": {
"line": "Bëj këtë vijë rrethore.",
"area": "Bëj këte sipërfaqe rrethore."
},
"types": {
"bicycle": "Biçikleta",
"foot": "Këmbë",
"horse": "Kuaj"
}
},
"access_simple": {
"placeholder": "po"
},
"address": {
"label": "Adresa",
"placeholders": {
"city": "Qyteti",
"conscriptionnumber": "123",
"country": "Vendi",
"postcode": "Kodi Postar",
"province": "Provinca",
"state": "Shteti"
}
},
"aerialway/capacity": {
"placeholder": "500, 2500, 5000..."
},
"aerialway/duration": {
"placeholder": "1, 2, 3..."
},
"aerialway/occupancy": {
"placeholder": "2, 4, 8..."
},
"atm": {
"label": "Bankomat"
},
"bench": {
"label": "Stol"
},
"capacity": {
"label": "Kapaciteti",
"placeholder": "50, 100, 200..."
},
"cardinal_direction": {
"label": "Drejtimi",
"options": {
"E": "Lindje",
"ENE": "Lindje-verilindje",
"ESE": "Lindje-juglindje",
"N": "Veri",
"NE": "Verilindje",
"NNE": "Veri-verilindje",
"NNW": "Veri-veriperëndim",
"NW": "Variperëndim",
"S": "Jug",
"SE": "Juglindje",
"SSE": "Jug-juglindje",
"SSW": "Jug-jugperëndim",
"SW": "Jugperëndim",
"W": "Perëndim",
"WNW": "Perëndim-veriperëndim",
"WSW": "Perëndim-jugperëndim"
}
},
"clock_direction": {
"label": "Drejtimi",
"options": {
"anticlockwise": "Rotullimi antiorar",
"clockwise": "Rotullimi orar"
}
},
"country": {
"label": "Vendi"
},
"cycleway": {
"label": "Korsi Biçikletash",
"options": {
"lane": {
"description": "Korsi biçikletash ndarë nga trafiku makinave me një vijë",
"title": "Korsi biçikletash e zakonshme"
},
"none": {
"description": "Pa korsi biçikletash",
"title": "Asnjë"
},
"opposite": {
"description": "Korsi biçikletash dydrejtimshe në një rrugë njëdrejtimshe"
},
"opposite_lane": {
"description": "Korsi biçikletash ne drejtim të kundërt me trafikun",
"title": "Korsi biçikletash në drejtim të kundërt"
},
"share_busway": {
"description": "Korsi e përbashkët për biçikleta dhe autobuzë",
"title": "Korsi biçikletash dhe autobuzësh"
},
"shared_lane": {
"description": "Korsi biçikletash e pandarë nga trafiku makinave",
"title": "Korsi biçikletash e përbashkët"
},
"track": {
"description": "Korsi biçikletash ndarë nga trafiku me një pengesë fizike",
"title": "Rrugë biçikletash"
}
"key": "O",
"annotation": {
"line": "Një vijë u bë rrethore.",
"area": "Një sipërfaqe u bë rrethore."
},
"types": {
"cycleway:left": "Anën e majtë",
"cycleway:right": "Anën e djathtë"
"not_closed": "Kjo nuk mund bëhet rrethore sepse nuk është lak.",
"too_large": "Kjo nuk mund bëhet rrethore sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund bëhet rrethore sepse është lidhur me një tipar të fshehur."
},
"orthogonalize": {
"title": "Katror",
"description": {
"line": "Bëj qoshet e vijës katror.",
"area": "Bëj qoshet e sipërfaqes katror."
},
"key": "S",
"annotation": {
"line": "Qoshet e vijës u bën katror.",
"area": "Qoshet e sipërfaqes u bën katror."
},
"not_squarish": "Kjo nuk mund bëhet katror sepse nuk i ngjan një katror.",
"too_large": "Kjo nuk mund bëhet katror sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund bëhet katror sepse është lidhur me një tipar të fshehur."
},
"straighten": {
"title": "Drejto",
"description": "Drejtoni këtë vijë.",
"key": "S",
"annotation": "U drejtua një vijë.",
"too_bendy": "Kjo nuk mund të drejtohet sepse kthehet shumë.",
"connected_to_hidden": "Kjo vijë nuk mund drejtohet sepse është lidhur me një tipar të fshehur."
},
"delete": {
"title": "Fshij",
"description": "Fshij objektin përgjithmonë.",
"annotation": {
"point": "U fshi një pik.",
"vertex": "U fshi një nyjë nga një linjë.",
"line": "U fshi një vijë.",
"area": "U fshi një sipërfaqe.",
"relation": "U fshi një lidhje.",
"multiple": "U fshin {n} objekta."
},
"incomplete_relation": "Ky tipar nuk mund të fshihet sepse nuk është shkarkuar plotësisht.",
"part_of_relation": "Ky tipar nuk mund të fshihet sepse mer pjesë në një lidhje më të madhë. Njerë duhet ta heqësh nga lidhja.",
"connected_to_hidden": "Kjo nuk mund të fshihet sepse është lidhur me një tipar të fshehur."
},
"connect": {
"annotation": {
"point": "U lidh një linjë me një pik.",
"vertex": "U lidh një linjë me një tjetër.",
"line": "U lidh një linjë me një vijë.",
"area": "U lidh një linjë me një sipërfaqe."
}
},
"gender": {
"label": "Gjinja",
"options": {
"female": "Femër",
"male": "Mashkull"
}
"disconnect": {
"title": "Shqit",
"description": "Shqit këto vijë/sipërfaqe nga njëri tjetri.",
"key": "D",
"annotation": "U shqitën vijë/sipërfaqe.",
"not_connected": "Këtu nuk ka aq vijë/sipërfaqe për tu shqitur.",
"connected_to_hidden": "Kjo nuk mund të shqitet sepse është lidhur me një tipar të fshehur."
},
"internet_access": {
"options": {
"wlan": "Wifi",
"yes": "Po"
}
"merge": {
"title": "Bashko",
"key": "C",
"not_eligible": "Këto tipare nuk mund të bashkohen.",
"incomplete_relation": "Këto tipare nuk mund të bashkohen sepse të paktën një nuk është shkarkuar plotësisht."
},
"piste/difficulty": {
"label": "Vështersia"
"move": {
"title": "Lëviz",
"description": "Lëvizni këtë në një vend tjeter.",
"key": "M",
"annotation": {
"point": "U lëviz një pik.",
"vertex": "U lëviz një njyë në një linjë.",
"line": "U lëviz një vijë.",
"area": "U lëviz një sipërfaqe.",
"multiple": "U lëvizën disa objekte."
},
"incomplete_relation": "Ky tipar nuk mund të lëvizet sepse nuk është shkarkuar plotësisht.",
"too_large": "Kjo nuk mund të lëvizet sepse nuk ështe mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund të lëvizet sepse është lidhur me një tipar të fshehur."
},
"rotate": {
"title": "Rotullo",
"description": "Rotullo këtë objekt rreth pikën e qendrës të saj.",
"key": "R",
"annotation": {
"line": "U rotullua një vijë.",
"area": "U rotullua një sipërfaqe."
},
"too_large": "Kjo nuk mund të rotullohet sepse nuk është mjaftueshmërisht e dukshme.",
"connected_to_hidden": "Kjo nuk mund të rotullohet është lidhur me një tipar të fshehur."
},
"reverse": {
"title": "Kthej mbrapsht",
"description": "Bëj këte vijë të shkoj në drejtimin e kundërt.",
"key": "V",
"annotation": "Një vijë u këthu mbrapsht."
},
"split": {
"title": "Nda",
"description": {
"line": "Nda këtë vijë në dy ke kjo nyjë.",
"area": "Nda kufirin e kësaj sipërfaqë në dy.",
"multiple": "Nda vijët/kufijtë e sipërfaqeve ke kjo nyjë në dy."
},
"key": "X",
"annotation": {
"line": "U nda një vijë.",
"area": "U nda një kufi sipërfaqe.",
"multiple": "U ndan {n} vijë/kufitë sipërfaqeve."
},
"not_eligible": "Vijë nuk mund të ndahen në fillim osë në fund.",
"multiple_ways": "Këtu ka shume linja për ti ndarë.",
"connected_to_hidden": "Kjo nuk mund të ndahet sepse është lidhur me një tipar të fshehur."
},
"restriction": {
"help": {
"select": "Klikoni për të zgjedhur një segment rrugor.",
"toggle_on": "Klikoni për të shtuar një kufizim \"{restriction}\".",
"toggle_off": "Klikoni për të hequr kufizimin \"{restriction}\"."
},
"annotation": {
"create": "U shtu një kufizim kthesësh.",
"delete": "U fshi një kufizim kthesësh."
}
}
},
"undo": {
"tooltip": "Zhbëj: {action}",
"nothing": "Asgjë për të zhbëj."
},
"redo": {
"tooltip": "Ribëj: {action}",
"nothing": "Asgjë për të ribëj."
},
"translate": {
"translate": "Përkthe",
"localized_translation_label": "Emri shumëgjuhësh",
"localized_translation_language": "Zgjidhni gdjuhën",
"localized_translation_name": "Emër"
},
"zoom_in_edit": "Zmadhoni për të redaktuar",
"logout": "dil",
"loading_auth": "Lidh me OpenStreetMap...",
"feature_info": {
"hidden_warning": "{count} tipare të fshehura",
"hidden_details": "Këto tipare janë aktualisht të fshehura: {details}"
},
"status": {
"error": "Pa mundësi të lidhet me API-n.",
"offline": "API-ja është jashtë linje. Ju lutemi provoni të redaktoni më von.",
"readonly": "API-ja është vetëm për lexim. Duhet prisni për të kryer ndryshimet."
},
"commit": {
"title": "Kryej Ndryshimet",
"upload_explanation": "Redaktimet qe ju ngarkoni do jen të dukshëm në të gjithë hartat që përdorin të dhëna OpenStreetMap.",
"upload_explanation_with_user": "Redaktimet qe ju ngarkoni si {user} do jen të dukshëm në të gjithë hartat që përdorin të dhëna OpenStreetMap.",
"save": "Ruaj",
"cancel": "Anullo",
"changes": "{count} Ndryshime",
"warnings": "Paralajmërime",
"modified": "Modifikuar",
"deleted": "Fshirë",
"created": "Krijuar"
},
"contributors": {
"list": "Redaktime nga {users}",
"truncated_list": "Redaktime nga {users} dhe {count} të tjerë"
},
"infobox": {
"selected": "{n} të zgjedhur",
"geometry": "Gjeometria",
"closed": "i mbyllur",
"center": "Qendra",
"perimeter": "Perimetri",
"length": "Gjatësia",
"area": "Sipërfaqja",
"centroid": "Centroida",
"location": "Vendndodhja",
"metric": "Metrik",
"imperial": "Perandorak"
},
"geometry": {
"point": "pik",
"vertex": "tepe",
"line": "vijë",
"area": "sipërfaqe",
"relation": "lidhje"
},
"geocoder": {
"search": "Kërkoni të gjithë botën...",
"no_results_visible": "Nuk ka rezultate në zonën e dukshme të hartës",
"no_results_worldwide": "Nuk u gjetën rezultate"
},
"geolocate": {
"title": "Shfaq Vendndodhjen Time"
},
"inspector": {
"no_documentation_combination": "Nuk ka dokumentim disponueshëm për këtë kombinin etiketave",
"no_documentation_key": "Nuk ka dokumentim disponueshëm për këte çelës",
"show_more": "Paraqit më tepër",
"view_on_osm": "Shiko në openstreetmap.org",
"all_tags": "Të gjithë etiketat",
"all_members": "Të gjithë anëtarët",
"all_relations": "Të gjithë lidhjet",
"new_relation": "Lidhje të re...",
"role": "Rol",
"choose": "Zgjidhni llojën e tiparit",
"results": "{n} rezultate për {search}",
"reference": "Shiko në OpenStreetMap Wiki",
"back_tooltip": "Ndrysho tiparin",
"remove": "Hiq",
"search": "Kërko",
"multiselect": "Zgjidh artikuj",
"unknown": "I panjohur",
"feature_list": "Kërko tiparet",
"edit": "Redakto tiparin",
"check": {
"yes": "Po",
"no": "Jo"
},
"none": "Asnjë",
"node": "Nyjë",
"way": "Linjë",
"relation": "Lidhje",
"location": "Vendosje",
"add_fields": "Shtoni fushë:"
},
"background": {
"title": "Sfond",
"description": "Parametrat e sfondit",
"percent_brightness": "{opacity}% duksmëri",
"none": "Asnjë",
"custom": "E personalizuar",
"custom_button": "Redakto sfondin të personalizuar",
"custom_prompt": "Shtypni një shabllon URL pllakëve. Argumentet vlefshme janë {z}, {x}, {y} për skemë Z/X/Y dhe {u} për skemë quadtile.",
"reset": "Rikthe vlerat",
"minimap": {
"description": "Minihartë",
"tooltip": "Shfaq një hartë të zvogluar për të treguar vendosjen e zonës të dukshme."
}
},
"presets": {
"power/transformer": {
"name": "Transformator"
"fields": {
"access": {
"options": {
"no": {
"title": "I Ndaluar"
},
"private": {
"title": "Privat"
},
"yes": {
"title": "I Lejuar"
}
},
"types": {
"bicycle": "Biçikleta",
"foot": "Këmbë",
"horse": "Kuaj"
}
},
"address": {
"label": "Adresa",
"placeholders": {
"city": "Qyteti",
"conscriptionnumber": "123",
"country": "Vendi",
"postcode": "Kodi Postar",
"province": "Provinca",
"state": "Shteti"
}
},
"aerialway/capacity": {
"placeholder": "500, 2500, 5000..."
},
"aerialway/duration": {
"placeholder": "1, 2, 3..."
},
"aerialway/occupancy": {
"placeholder": "2, 4, 8..."
},
"atm": {
"label": "Bankomat"
},
"bench": {
"label": "Stol"
},
"capacity": {
"label": "Kapaciteti",
"placeholder": "50, 100, 200..."
},
"cardinal_direction": {
"label": "Drejtimi",
"options": {
"E": "Lindje",
"ENE": "Lindje-verilindje",
"ESE": "Lindje-juglindje",
"N": "Veri",
"NE": "Verilindje",
"NNE": "Veri-verilindje",
"NNW": "Veri-veriperëndim",
"NW": "Variperëndim",
"S": "Jug",
"SE": "Juglindje",
"SSE": "Jug-juglindje",
"SSW": "Jug-jugperëndim",
"SW": "Jugperëndim",
"W": "Perëndim",
"WNW": "Perëndim-veriperëndim",
"WSW": "Perëndim-jugperëndim"
}
},
"clock_direction": {
"label": "Drejtimi",
"options": {
"anticlockwise": "Rotullimi antiorar",
"clockwise": "Rotullimi orar"
}
},
"country": {
"label": "Vendi"
},
"cycleway": {
"label": "Korsi Biçikletash",
"options": {
"lane": {
"description": "Korsi biçikletash ndarë nga trafiku makinave me një vijë",
"title": "Korsi biçikletash e zakonshme"
},
"none": {
"description": "Pa korsi biçikletash",
"title": "Asnjë"
},
"opposite": {
"description": "Korsi biçikletash dydrejtimshe në një rrugë njëdrejtimshe"
},
"opposite_lane": {
"description": "Korsi biçikletash ne drejtim të kundërt me trafikun",
"title": "Korsi biçikletash në drejtim të kundërt"
},
"share_busway": {
"description": "Korsi e përbashkët për biçikleta dhe autobuzë",
"title": "Korsi biçikletash dhe autobuzësh"
},
"shared_lane": {
"description": "Korsi biçikletash e pandarë nga trafiku makinave",
"title": "Korsi biçikletash e përbashkët"
},
"track": {
"description": "Korsi biçikletash ndarë nga trafiku me një pengesë fizike",
"title": "Rrugë biçikletash"
}
},
"types": {
"cycleway:left": "Anën e majtë",
"cycleway:right": "Anën e djathtë"
}
},
"gender": {
"label": "Gjinja",
"options": {
"female": "Femër",
"male": "Mashkull"
}
},
"internet_access": {
"options": {
"wlan": "Wifi",
"yes": "Po"
}
},
"piste/difficulty": {
"label": "Vështersia"
}
},
"railway": {
"name": "Hekurudhë"
},
"railway/abandoned": {
"name": "Hekurudhë E Braktisur"
},
"shop/jewelry": {
"name": "Argjendar"
"presets": {
"power/transformer": {
"name": "Transformator"
},
"railway": {
"name": "Hekurudhë"
},
"railway/abandoned": {
"name": "Hekurudhë E Braktisur"
},
"shop/jewelry": {
"name": "Argjendar"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,73 +1,75 @@
{
"modes": {
"add_area": {
"title": "พื้นที่",
"description": "เพิ่ม สวนสาธารณะ, อาคาร, แม่น้ำหรือพื้นที่อื่นๆ ลงบนแผนที่"
},
"add_line": {
"title": "เส้น",
"description": "เพิ่มทางด่วน, ถนน, ทางเท้า, อุโมงค์หรือเส้นอื่นๆ ลงบนแผนที่",
"tail": "คลิ๊กบนแผนที่เพื่อเริ่มต้นวาดถนนหรือเส้นทาง"
},
"add_point": {
"title": "จุด",
"tail": "คลิ๊กบนแผนที่เพื่อเพิ่มจุด"
},
"browse": {
"title": "ดู",
"description": "เลื่อนและปรับขนาดแผนที่"
}
},
"operations": {
"orthogonalize": {
"title": "สี่เหลี่ยมจตุรัส"
},
"delete": {
"title": "ลบ",
"description": "ลบวัตถุอย่างถาวร",
"annotation": {
"point": "ลบจุด",
"line": "ลบเส้น",
"area": "ลบพื้นที่",
"relation": "ลบความสัมพันธ์",
"multiple": "ลบ {n} วัตถุ"
"th": {
"modes": {
"add_area": {
"title": "พื้นที่",
"description": "เพิ่ม สวนสาธารณะ, อาคาร, แม่น้ำหรือพื้นที่อื่นๆ ลงบนแผนที่"
},
"add_line": {
"title": "เส้น",
"description": "เพิ่มทางด่วน, ถนน, ทางเท้า, อุโมงค์หรือเส้นอื่นๆ ลงบนแผนที่",
"tail": "คลิ๊กบนแผนที่เพื่อเริ่มต้นวาดถนนหรือเส้นทาง"
},
"add_point": {
"title": "จุด",
"tail": "คลิ๊กบนแผนที่เพื่อเพิ่มจุด"
},
"browse": {
"title": "ดู",
"description": "เลื่อนและปรับขนาดแผนที่"
}
},
"add_member": {
"annotation": "เพิ่มสมาชิกลงในความสัมพันธ์"
"operations": {
"orthogonalize": {
"title": "สี่เหลี่ยมจตุรัส"
},
"delete": {
"title": "ลบ",
"description": "ลบวัตถุอย่างถาวร",
"annotation": {
"point": "ลบจุด",
"line": "ลบเส้น",
"area": "ลบพื้นที่",
"relation": "ลบความสัมพันธ์",
"multiple": "ลบ {n} วัตถุ"
}
},
"add_member": {
"annotation": "เพิ่มสมาชิกลงในความสัมพันธ์"
},
"delete_member": {
"annotation": "นำสมาชิกออกจากความสัมพันธ์"
},
"disconnect": {
"title": "ตัดการเชื่อมต่อ"
},
"merge": {
"title": "เชื่อม"
},
"move": {
"title": "ขยับ"
}
},
"delete_member": {
"annotation": "นำสมาชิกออกจากความสัมพันธ์"
"infobox": {
"area": "พื้นที่"
},
"disconnect": {
"title": "ตัดการเชื่อมต่อ"
"intro": {
"startediting": {
"title": "เริ่มแก้ไข",
"start": "เริ่มการทำแผนที่"
}
},
"merge": {
"title": "เชื่อม"
},
"move": {
"title": "ขยับ"
}
},
"infobox": {
"area": "พื้นที่"
},
"intro": {
"startediting": {
"title": "เริ่มแก้ไข",
"start": "เริ่มการทำแผนที่"
}
},
"presets": {
"presets": {
"area": {
"name": "พื้นที่"
},
"line": {
"name": "เส้น"
},
"point": {
"name": "จุด"
"presets": {
"area": {
"name": "พื้นที่"
},
"line": {
"name": "เส้น"
},
"point": {
"name": "จุด"
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="180px" height="180px" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" >
<g id="arrow-up" fill="#FFFFFF">
<g >
<path d="M88.8843817,45.7378806 C88.2998853,45.9497916 87.7515692,46.2899299 87.2830853,46.7584138 L31.3633947,102.678104 C29.6460614,104.395438 29.6518363,107.170498 31.3670031,108.885664 L40.6867453,118.205407 C42.4003967,119.919058 45.1811313,119.922189 46.8943052,118.209015 L90.8009276,74.3023926 L134.45055,117.952015 C136.167883,119.669349 138.942943,119.663574 140.65811,117.948407 L149.977852,108.628665 C151.691504,106.915013 151.694635,104.134279 149.981461,102.421105 L94.0617701,46.5014141 C92.6573109,45.0969549 90.5454231,44.8449445 88.8843817,45.7378806 L88.8843817,45.7378806 Z" id="Arrow" ></path>
<path d="M90,170.138812 C134.259444,170.138812 170.138812,134.259444 170.138812,90 C170.138812,45.7405562 134.259444,9.86118785 90,9.86118785 C45.7405562,9.86118785 9.86118785,45.7405562 9.86118785,90 C9.86118785,134.259444 45.7405562,170.138812 90,170.138812 L90,170.138812 L90,170.138812 Z M0,90 C0,40.2943725 40.2943725,0 90,0 C139.705627,0 180,40.2943725 180,90 C180,139.705627 139.705627,180 90,180 C40.2943725,180 0,139.705627 0,90 Z" id="Circle"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,3 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
<path fill="#FFFFFF" d="M9,18A9,9,0,1,0,0,9a9,9,0,0,0,9,9H9Zm0-6A3,3,0,1,0,6,9a3,3,0,0,0,3,3H9Z"/>
</svg>

After

Width:  |  Height:  |  Size: 202 B

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<!-- Generator: Sketch 3.4.4 (17249) - http://www.bohemiancoding.com/sketch -->
<title>pano</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="pano" sketch:type="MSArtboardGroup">
<g id="Rectangle-1-Copy-+-Rectangle-1-Copy-2-+-Oval-1" sketch:type="MSLayerGroup" transform="translate(61.572384, 84.192352)">
<path d="M135.855232,101.615296 C135.855232,101.615296 103.382746,92.2132101 67.9276161,92.2132101 C32.4724863,92.2132101 0,101.615296 0,101.615296 L0,0 C0,0 30.4122297,10.0360786 67.9276161,10.0360786 C105.443003,10.0360786 135.855232,0 135.855232,0 L135.855232,101.615296 Z" id="Rectangle-1-Copy" stroke="#FFFFFF" stroke-width="8" stroke-linecap="square" sketch:type="MSShapeGroup"></path>
<path d="M65.2515468,92.2308451 C66.141358,92.2191889 67.0335387,92.2132101 67.9276161,92.2132101 C103.382746,92.2132101 135.855232,101.615296 135.855232,101.615296 L135.855232,84.0980298 L98.3326441,48.9258831 L76.4197966,75.0316935 L50.9457121,57.298266 L26.0895311,75.0316935 L15.1908438,65.499134 L1.06628275,83.4616565 L0.396784939,97.363561 L5.38768417,100.205177 C15.5281798,97.7097096 38.7177244,92.7317312 64.01058,92.2507818 L65.3398193,92.1152917 L65.2515468,92.2308451 L65.2515468,92.2308451 Z" id="Rectangle-1-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<ellipse id="Oval-1" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="24.2149372" cy="29.7946083" rx="12.2647085" ry="12.2314708"></ellipse>
</g>
<path d="M218.346443,139.284176 L218.346443,151.634652 L252.65332,134.481213 L218.346443,117.327775 L218.346443,128.305975 L207.368243,128.305975 L207.368243,139.284176 L218.346443,139.284176 Z" id="Triangle-1-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<path d="M40.6535565,139.284176 L40.6535565,151.634652 L6.34667969,134.481213 L40.6535565,117.327775 L40.6535565,128.305975 L51.6317571,128.305975 L51.6317571,139.284176 L40.6535565,139.284176 Z" id="Triangle-1-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<path d="M134.336433,73.2141516 L146.686909,73.2141516 L129.53347,38.9072747 L112.380032,73.2141516 L123.358232,73.2141516 L123.358232,84.1923522 L134.336433,84.1923522 L134.336433,73.2141516 Z" id="Triangle-1-Copy-5" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
<path d="M134.336433,196.785848 L146.686909,196.785848 L129.53347,231.092725 L112.380032,196.785848 L123.358232,196.785848 L123.358232,185.807648 L134.336433,185.807648 L134.336433,196.785848 Z" id="Triangle-1-Copy-6" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,3 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 58.77">
<path fill="#F5DEB3" d="M97.44,43.82L56.18,2.56a8.75,8.75,0,0,0-12.37,0h0L2.56,43.8A8.75,8.75,0,0,0,14.94,56.18l35-35L85.05,56.2A8.75,8.75,0,1,0,97.44,43.82h0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 271 B

View file

@ -0,0 +1,3 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 58.77">
<path fill="#FFFFFF" d="M97.44,43.82L56.18,2.56a8.75,8.75,0,0,0-12.37,0h0L2.56,43.8A8.75,8.75,0,0,0,14.94,56.18l35-35L85.05,56.2A8.75,8.75,0,1,0,97.44,43.82h0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 271 B

View file

@ -0,0 +1 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><title>spinner</title><path d="M16 3.368c.93 0 1.684-.754 1.684-1.684C17.684.754 16.93 0 16 0c-.93 0-1.684.754-1.684 1.684 0 .93.754 1.684 1.684 1.684zm4.82.956c.857.364 1.845-.036 2.21-.892.362-.856-.037-1.845-.894-2.208-.856-.364-1.844.036-2.208.892-.363.856.036 1.845.892 2.208zm4.112 2.744c.658.658 1.724.658 2.382 0 .657-.658.657-1.724 0-2.382-.658-.657-1.724-.657-2.382 0-.658.658-.658 1.724 0 2.382zm2.732 4.085c.35.862 1.33 1.28 2.193.93.862-.348 1.28-1.33.93-2.192-.348-.862-1.33-1.278-2.192-.93-.862.348-1.28 1.33-.93 2.193zM28.632 16c0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684 0-.93-.754-1.684-1.684-1.684-.93 0-1.684.754-1.684 1.684zm-.956 4.82c-.364.857.036 1.845.892 2.21.856.362 1.845-.037 2.208-.894.364-.856-.036-1.844-.892-2.208-.856-.363-1.845.036-2.208.892zm-2.744 4.112c-.658.658-.658 1.724 0 2.382.658.657 1.724.657 2.382 0 .657-.658.657-1.724 0-2.382-.658-.658-1.724-.658-2.382 0zm-4.085 2.732c-.862.35-1.28 1.33-.93 2.193.348.862 1.33 1.28 2.192.93.862-.348 1.278-1.33.93-2.192-.348-.862-1.33-1.28-2.193-.93zM16 28.632c-.93 0-1.684.754-1.684 1.684 0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684 0-.93-.754-1.684-1.684-1.684zm-4.82-.956c-.857-.364-1.845.036-2.21.892-.362.856.037 1.845.894 2.208.856.364 1.844-.036 2.208-.892.363-.856-.036-1.845-.892-2.208zm-4.112-2.744c-.658-.658-1.724-.658-2.382 0-.657.658-.657 1.724 0 2.382.658.657 1.724.657 2.382 0 .658-.658.658-1.724 0-2.382zM4.324 20.82c-.363-.856-1.352-1.255-2.208-.892-.856.364-1.256 1.352-.892 2.208.363.857 1.352 1.256 2.208.893.856-.365 1.256-1.353.892-2.21zM3.368 16c0-.93-.754-1.684-1.684-1.684C.754 14.316 0 15.07 0 16c0 .93.754 1.684 1.684 1.684.93 0 1.684-.754 1.684-1.684zm.956-4.82c.364-.857-.036-1.845-.892-2.21-.856-.362-1.845.037-2.208.894-.364.856.036 1.844.892 2.208.856.363 1.845-.036 2.208-.892zm2.744-4.112c.658-.658.658-1.724 0-2.382-.658-.657-1.724-.657-2.382 0-.657.658-.657 1.724 0 2.382.658.658 1.724.658 2.382 0zm4.085-2.732c.862-.35 1.28-1.33.93-2.193-.348-.862-1.33-1.28-2.192-.93-.862.348-1.278 1.33-.93 2.192.348.862 1.33 1.28 2.193.93z" fill="#ABB1B9" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><title>stepper-left</title><path d="M6.614 8l4.418-4.46c.377-.352.377-.922 0-1.276-.377-.352-.986-.352-1.363 0L4.282 7.36c-.377.355-.377.926 0 1.278l5.386 5.097c.374.355.985.352 1.362 0 .377-.35.377-.922 0-1.276L6.614 8z" fill="#FFF" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 344 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><title>stepper-play</title><path d="M14.132 8.515l-8.947 5.303c-.652.41-1.185.106-1.185-.67V2.853c0-.777.533-1.078 1.186-.67l8.947 5.305s.318.215.318.514c0 .3-.318.515-.318.515z" fill="#FFF" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 301 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><title>stepper-right</title><path d="M9.386 8L4.968 3.54c-.377-.352-.377-.922 0-1.276.377-.352.986-.352 1.363 0l5.387 5.097c.377.355.377.926 0 1.278L6.33 13.735c-.374.355-.985.352-1.362 0-.377-.35-.377-.922 0-1.276L9.386 8z" fill="#FFF" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 347 B

View file

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><title>stepper-stop</title><rect width="12" height="12" rx="2" transform="translate(2 2)" fill="#FFF" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 212 B

View file

@ -0,0 +1,3 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 84.33">
<path fill="#FFFFFF" d="M65.47,0C56,0,46.86,5.39,40.21,16.07,33.47,27,29.36,43.18,28.43,65L10,46.59a5.87,5.87,0,0,0-8.3,8.3L29.44,82.61a5.88,5.88,0,0,0,8.3,0L65.47,55a5.88,5.88,0,1,0-8.32-8.32L39.32,64.47c0.92-19.56,4.5-33.7,10.11-42.72,4.72-7.62,10.45-11,16.1-11a16.64,16.64,0,0,1,14.78,8C86,27,89.21,41.85,89.21,64.47a5.39,5.39,0,1,0,10.79,0C100.05,18.78,87.22,0,65.47,0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 485 B

3
vendor/assets/iD/iD/mapillary-js/turn.svg vendored Executable file
View file

@ -0,0 +1,3 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 119.06">
<path fill="#FFFFFF" d="M99.2,76C98,64.91,95.06,56.6,89.57,50,79,37.38,60.3,32.72,24.42,32.39L44.89,11.93A7,7,0,0,0,35,2h0l-33,33a7,7,0,0,0,0,9.88L35,77.85a7,7,0,1,0,9.9-9.9L24.79,47.89C56,48.18,71,51.93,77.72,60c3.21,3.88,5.18,9.42,6.11,17.77,0.85,7.59.87,16.22,0.34,33.36a7.74,7.74,0,1,0,15.46.48C100.19,93.72,100.16,84.6,99.2,76Z"/>
</svg>

After

Width:  |  Height:  |  Size: 445 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long