Update to iD v2.20.0

This commit is contained in:
Ubuntu 2021-07-26 16:40:46 +00:00
parent b5eda32c10
commit 88621ef01d
274 changed files with 223766 additions and 104363 deletions

View file

@ -2716,17 +2716,31 @@
top: -25px; top: -25px;
} }
.ideditor .mly-wrapper .AttributionContainer .AttributionIconContainer .AttributionMapillaryLogo { .ideditor .mly-wrapper .mapillary-attribution-container {
margin-top: 3px; display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} }
.ideditor .mly-wrapper .AttributionContainer .AttributionImageContainer { .ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-icon-container {
color: #fff; display: -webkit-box;
font-size: 10px; display: -ms-flexbox;
font-weight: 300; display: flex;
overflow: hidden; -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} }
.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-username {
display: none;
}
.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {
margin-right: 6px;
}
/* OpenStreetCam viewer */ /* OpenStreetCam viewer */
.ideditor .osc-wrapper { .ideditor .osc-wrapper {
@ -4318,7 +4332,7 @@
visibility: visible; visibility: visible;
} }
.ideditor .preset-icon-container.showing-img *:not(.image-icon) { .ideditor .preset-icon-container.showing-img *:not(.image-icon) {
visibility: hidden; display: none;
} }
.ideditor .preset-icon-point-border path { .ideditor .preset-icon-point-border path {
@ -4327,6 +4341,15 @@
fill: transparent; fill: transparent;
} }
.ideditor .preset-icon-category-border path {
stroke: #999;
stroke-width: 1px;
fill: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
vector-effect: non-scaling-stroke;
}
.ideditor .preset-icon-line { .ideditor .preset-icon-line {
margin: auto; margin: auto;
position: absolute; position: absolute;
@ -4411,7 +4434,7 @@
-ms-transform: scale(0.4); -ms-transform: scale(0.4);
transform: scale(0.4); transform: scale(0.4);
} }
.ideditor .preset-icon.framed.line-geom .icon, .ideditor .preset-icon.framed.line-geom:not(.category) .icon,
.ideditor .preset-icon.framed.route-geom .icon { .ideditor .preset-icon.framed.route-geom .icon {
top: 20%; top: 20%;
-webkit-transform: translateY(-30%) scale(0.4); -webkit-transform: translateY(-30%) scale(0.4);
@ -4428,7 +4451,7 @@
-ms-transform: scale(0.74); -ms-transform: scale(0.74);
transform: scale(0.74); transform: scale(0.74);
} }
.ideditor .preset-icon-iD.framed.line-geom .icon, .ideditor .preset-icon-iD.framed.line-geom:not(.category) .icon,
.ideditor .preset-icon-iD.framed.route-geom .icon { .ideditor .preset-icon-iD.framed.route-geom .icon {
-webkit-transform: translateY(-30%) scale(0.74); -webkit-transform: translateY(-30%) scale(0.74);
-ms-transform: translateY(-30%) scale(0.74); -ms-transform: translateY(-30%) scale(0.74);
@ -4913,6 +4936,13 @@
display: none; display: none;
} }
.ideditor .form-field-input-combo input.raw-value {
font-family: monospace;
}
.ideditor .form-field-input-combo input.known-value {
color: #7092ff;
}
.ideditor .form-field-input-multicombo ul.chiplist { .ideditor .form-field-input-multicombo ul.chiplist {
padding: 5px 8px 5px 8px; padding: 5px 8px 5px 8px;
background: #fff; background: #fff;
@ -4947,6 +4977,7 @@
background-color: #eff2f7; background-color: #eff2f7;
border: 1px solid #ccd5e3; border: 1px solid #ccd5e3;
max-width: 100%; max-width: 100%;
color: #7092ff;
} }
.ideditor[dir='ltr'] .form-field-input-multicombo li.chip { .ideditor[dir='ltr'] .form-field-input-multicombo li.chip {
padding: 2px 0px 2px 5px; padding: 2px 0px 2px 5px;
@ -4964,6 +4995,10 @@
cursor: -webkit-grabbing; cursor: -webkit-grabbing;
cursor: grabbing; cursor: grabbing;
} }
.ideditor .form-field-input-multicombo li.chip.raw-value {
font-family: monospace;
color: #333;
}
.ideditor .form-field-input-multicombo li.mixed { .ideditor .form-field-input-multicombo li.mixed {
border-color: #eff2f7; border-color: #eff2f7;
color: #888; color: #888;
@ -5226,29 +5261,29 @@
} }
/* Field - Maxspeed /* Field - roadspeed
------------------------------------------------------- */ ------------------------------------------------------- */
.ideditor .form-field-input-maxspeed input.maxspeed-number { .ideditor .form-field-input-roadspeed input.roadspeed-number {
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;
flex-basis: 0; flex-basis: 0;
} }
.ideditor .form-field-input-maxspeed input.maxspeed-unit { .ideditor .form-field-input-roadspeed input.roadspeed-unit {
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 1 auto; -ms-flex: 0 1 auto;
flex: 0 1 auto; flex: 0 1 auto;
width: 80px; width: 80px;
} }
.ideditor[dir='ltr'] .form-field-input-maxspeed > input:first-of-type { .ideditor[dir='ltr'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;
} }
.ideditor[dir='rtl'] .form-field-input-maxspeed > input:first-of-type { .ideditor[dir='rtl'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;
} }
.ideditor[dir='ltr'] .form-field-input-maxspeed > input:last-of-type { .ideditor[dir='ltr'] .form-field-input-roadspeed > input:last-of-type {
border-left: 0; border-left: 0;
border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;
} }
.ideditor[dir='rtl'] .form-field-input-maxspeed > input:last-of-type { .ideditor[dir='rtl'] .form-field-input-roadspeed > input:last-of-type {
border-right: 0; border-right: 0;
border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;
} }
@ -5624,6 +5659,11 @@
border-right: 5px solid transparent; border-right: 5px solid transparent;
} }
.ideditor .combobox .combobox-option.raw-option {
font-family: monospace;
color: #333;
}
/* Field Help /* Field Help
------------------------------------------------------- */ ------------------------------------------------------- */
@ -6738,13 +6778,13 @@
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
padding: 5px 7px; padding: 2px 3px;
} }
.ideditor .issue-text .issue-message { .ideditor .issue-text .issue-message {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex: 1 1 auto; -ms-flex: 1 1 auto;
flex: 1 1 auto; flex: 1 1 auto;
padding: 5px 0; padding: 4px 5px;
} }
.ideditor .issue-label .issue-autofix { .ideditor .issue-label .issue-autofix {
-webkit-box-flex: 0; -webkit-box-flex: 0;
@ -7083,6 +7123,9 @@
.ideditor .issue-container:not(.active) ul.issue-fix-list { .ideditor .issue-container:not(.active) ul.issue-fix-list {
display: none; display: none;
} }
.ideditor .issue-container:not(.active) .issue-info {
display: none;
}
.ideditor .issue-info { .ideditor .issue-info {
-webkit-box-flex: 1; -webkit-box-flex: 1;
@ -8053,9 +8096,12 @@
-ms-flex-align: end; -ms-flex-align: end;
align-items: flex-end; align-items: flex-end;
z-index: 0; z-index: 0;
pointer-events: none;
} }
.ideditor .attribution-wrap * { pointer-events: all; } .ideditor .attribution-wrap > * {
pointer-events: auto;
}
.ideditor .attribution-wrap .base-layer-attribution, .ideditor .attribution-wrap .base-layer-attribution,
.ideditor .attribution-wrap .overlay-layer-attribution { .ideditor .attribution-wrap .overlay-layer-attribution {

63942
vendor/assets/iD/iD.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"created_by":true,"odbl":true,"odbl:note":true,"tiger:upload_uuid":true,"tiger:tlid":true,"tiger:source":true,"tiger:separated":true,"geobase:datasetName":true,"geobase:uuid":true,"osmarender:nameDirection":true,"osmarender:renderName":true,"osmarender:renderRef":true,"osmarender:rendernames":true,"sub_sea:type":true,"KSJ2:ADS":true,"KSJ2:ARE":true,"KSJ2:AdminArea":true,"KSJ2:COP_label":true,"KSJ2:DFD":true,"KSJ2:INT":true,"KSJ2:INT_label":true,"KSJ2:LOC":true,"KSJ2:LPN":true,"KSJ2:OPC":true,"KSJ2:PubFacAdmin":true,"KSJ2:RAC":true,"KSJ2:RAC_label":true,"KSJ2:RIC":true,"KSJ2:RIN":true,"KSJ2:WSC":true,"KSJ2:coordinate":true,"KSJ2:curve_id":true,"KSJ2:curve_type":true,"KSJ2:filename":true,"KSJ2:lake_id":true,"KSJ2:lat":true,"KSJ2:long":true,"KSJ2:river_id":true,"SK53_bulk:load":true,"yh:LINE_NAME":true,"yh:LINE_NUM":true,"yh:STRUCTURE":true,"yh:TOTYUMONO":true,"yh:TYPE":true,"yh:WIDTH":true,"yh:WIDTH_RANK":true}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"af":{"rtl":false,"pct":0.03},"ak":{"rtl":false,"pct":0},"am":{"rtl":false,"pct":0},"ar":{"rtl":true,"pct":0.4},"ar-AA":{"rtl":true,"pct":0},"as":{"rtl":false,"pct":0},"ast":{"rtl":false,"pct":0.29},"ay":{"rtl":false,"pct":0},"az":{"rtl":false,"pct":0},"ba":{"rtl":false,"pct":0},"be":{"rtl":false,"pct":0.24},"bg":{"rtl":false,"pct":0.19},"bn":{"rtl":false,"pct":0.06},"bo":{"rtl":false,"pct":0},"bs":{"rtl":false,"pct":0.06},"ca":{"rtl":false,"pct":0.38},"ckb":{"rtl":true,"pct":0.04},"cs":{"rtl":false,"pct":0.74},"cv":{"rtl":false,"pct":0},"cy":{"rtl":false,"pct":0.04},"da":{"rtl":false,"pct":0.67},"de":{"rtl":false,"pct":1},"dv":{"rtl":true,"pct":0.01},"ee":{"rtl":false,"pct":0},"el":{"rtl":false,"pct":0.37},"en":{"rtl":false,"pct":1},"en-AU":{"rtl":false,"pct":0},"en-GB":{"rtl":false,"pct":0.31},"en-IN":{"rtl":false,"pct":0},"en-NZ":{"rtl":false,"pct":0},"en-US":{"rtl":false,"pct":1},"eo":{"rtl":false,"pct":0.81},"es":{"rtl":false,"pct":0.99},"et":{"rtl":false,"pct":0.18},"eu":{"rtl":false,"pct":0.1},"fa":{"rtl":true,"pct":0.55},"ff":{"rtl":false,"pct":0},"fi":{"rtl":false,"pct":0.52},"fil":{"rtl":false,"pct":0},"fr":{"rtl":false,"pct":0.94},"gan":{"rtl":false,"pct":0},"gl":{"rtl":false,"pct":0.72},"grt":{"rtl":false,"pct":0},"gu":{"rtl":false,"pct":0.01},"ha":{"rtl":false,"pct":0},"he":{"rtl":true,"pct":0.93},"hi":{"rtl":false,"pct":0.01},"hr":{"rtl":false,"pct":0.26},"hu":{"rtl":false,"pct":0.67},"hy":{"rtl":false,"pct":0.03},"ia":{"rtl":false,"pct":0},"id":{"rtl":false,"pct":0.11},"ig":{"rtl":false,"pct":0},"is":{"rtl":false,"pct":0.5},"it":{"rtl":false,"pct":0.84},"ja":{"rtl":false,"pct":1},"jam":{"rtl":false,"pct":0},"jv":{"rtl":false,"pct":0},"ka":{"rtl":false,"pct":0},"kbd":{"rtl":false,"pct":0},"kha":{"rtl":false,"pct":0},"ki":{"rtl":false,"pct":0},"kk":{"rtl":false,"pct":0},"km":{"rtl":false,"pct":0},"kn":{"rtl":false,"pct":0.07},"ko":{"rtl":false,"pct":0.51},"ks":{"rtl":false,"pct":0},"ku":{"rtl":false,"pct":0.01},"ky":{"rtl":false,"pct":0},"lg":{"rtl":false,"pct":0},"lij":{"rtl":false,"pct":0},"ln":{"rtl":false,"pct":0},"lo":{"rtl":false,"pct":0},"lt":{"rtl":false,"pct":0.23},"lus":{"rtl":false,"pct":0},"lv":{"rtl":false,"pct":0.41},"mg":{"rtl":false,"pct":0.05},"mi":{"rtl":false,"pct":0},"mk":{"rtl":false,"pct":0.72},"ml":{"rtl":false,"pct":0.01},"mn":{"rtl":false,"pct":0},"mr":{"rtl":false,"pct":0},"ms":{"rtl":false,"pct":0.18},"my":{"rtl":false,"pct":0},"nd":{"rtl":false,"pct":0},"ne":{"rtl":false,"pct":0.02},"nl":{"rtl":false,"pct":0.72},"nn":{"rtl":false,"pct":0.03},"no":{"rtl":false,"pct":0.75},"nr":{"rtl":false,"pct":0},"nso":{"rtl":false,"pct":0},"nv":{"rtl":false,"pct":0},"ny":{"rtl":false,"pct":0},"oc":{"rtl":false,"pct":0},"om":{"rtl":false,"pct":0},"or":{"rtl":false,"pct":0},"pa":{"rtl":false,"pct":0},"pap":{"rtl":false,"pct":0},"pl":{"rtl":false,"pct":0.97},"ps":{"rtl":true,"pct":0},"pt":{"rtl":false,"pct":0.87},"pt-BR":{"rtl":false,"pct":0.82},"qu":{"rtl":false,"pct":0},"rm":{"rtl":false,"pct":0},"ro":{"rtl":false,"pct":0.21},"ru":{"rtl":false,"pct":0.67},"rw":{"rtl":false,"pct":0},"sat":{"rtl":false,"pct":0.02},"sc":{"rtl":false,"pct":0},"sd":{"rtl":false,"pct":0},"sg":{"rtl":false,"pct":0},"si":{"rtl":false,"pct":0.02},"sk":{"rtl":false,"pct":0.51},"sl":{"rtl":false,"pct":0.27},"sm":{"rtl":false,"pct":0},"sn":{"rtl":false,"pct":0},"so":{"rtl":false,"pct":0.02},"sq":{"rtl":false,"pct":0.08},"sr":{"rtl":false,"pct":0.25},"ss":{"rtl":false,"pct":0},"st":{"rtl":false,"pct":0},"su":{"rtl":false,"pct":0},"sv":{"rtl":false,"pct":1},"sw":{"rtl":false,"pct":0},"ta":{"rtl":false,"pct":0.17},"te":{"rtl":false,"pct":0.02},"tg":{"rtl":false,"pct":0},"th":{"rtl":false,"pct":0.01},"ti":{"rtl":false,"pct":0},"tk":{"rtl":false,"pct":0},"tl":{"rtl":false,"pct":0.04},"tn":{"rtl":false,"pct":0},"tr":{"rtl":false,"pct":0.84},"ts":{"rtl":false,"pct":0},"tt":{"rtl":false,"pct":0},"tum":{"rtl":false,"pct":0},"ug":{"rtl":true,"pct":0},"uk":{"rtl":false,"pct":0.83},"ur":{"rtl":true,"pct":0},"uz":{"rtl":false,"pct":0},"ve":{"rtl":false,"pct":0},"vi":{"rtl":false,"pct":0.92},"wo":{"rtl":false,"pct":0},"xh":{"rtl":false,"pct":0},"yo":{"rtl":false,"pct":0},"yue":{"rtl":false,"pct":0.12},"zh":{"rtl":false,"pct":0.03},"zh-CN":{"rtl":false,"pct":0.77},"zh-HK":{"rtl":false,"pct":0.36},"zh-TW":{"rtl":false,"pct":0.91},"zu":{"rtl":false,"pct":0}}

View file

@ -1 +0,0 @@
{"category-barrier":{"icon":"maki-roadblock","name":"Barrier Features","members":["barrier/fence","barrier/wall","barrier/ditch","barrier/gate","barrier/hedge","barrier/kerb","barrier"]},"category-building":{"icon":"maki-building","name":"Building Features","members":["building","building/house","building/apartments","building/garage","building/retail","building/commercial","building/industrial","building/residential"]},"category-golf":{"icon":"maki-golf","name":"Golf Features","members":["golf/fairway","golf/green","golf/lateral_water_hazard","golf/rough","golf/bunker","golf/tee","golf/water_hazard","golf/driving_range","golf/hole","golf/cartpath","golf/path"]},"category-landuse":{"icon":"maki-landuse","name":"Land Use Features","members":["landuse/residential","landuse/industrial","landuse/commercial","landuse/retail","landuse/farmland","landuse/farmyard","landuse/forest","landuse/meadow","landuse/aquaculture","landuse/cemetery","landuse/military","landuse/religious"]},"category-natural":{"icon":"maki-natural","name":"Natural Features","members":["natural/water","natural/wood","natural/scrub","natural/wetland","natural/grassland","natural/heath","natural/bare_rock","natural/beach","natural/cave_entrance","natural/glacier","natural/coastline","natural/tree_row","natural/peak","natural/cliff"]},"category-path":{"icon":"temaki-pedestrian","name":"Paths","members":["highway/path","highway/footway","highway/footway/marked","highway/footway/sidewalk","highway/steps","highway/cycleway","highway/bridleway","highway/pedestrian_line"]},"category-rail":{"icon":"temaki-railway_track","name":"Rails","members":["railway/rail","railway/disused","railway/tram","railway/subway","railway/narrow_gauge","railway/light_rail","railway/monorail","railway/funicular"]},"category-restriction":{"icon":"iD-restriction","name":"Restriction Features","members":["type/restriction/no_left_turn","type/restriction/no_right_turn","type/restriction/no_straight_on","type/restriction/no_u_turn","type/restriction/only_left_turn","type/restriction/only_right_turn","type/restriction/only_straight_on","type/restriction/only_u_turn","type/restriction"]},"category-road_major":{"icon":"iD-highway-unclassified","name":"Major Roads","members":["highway/motorway","highway/trunk","highway/primary","highway/secondary","highway/tertiary","highway/motorway_link","highway/trunk_link","highway/primary_link","highway/secondary_link","highway/tertiary_link"]},"category-road_minor":{"icon":"iD-highway-unclassified","name":"Minor Roads","members":["highway/unclassified","highway/residential","highway/living_street","highway/service","highway/track"]},"category-road_service":{"icon":"iD-highway-service","name":"Service Roads","members":["highway/service","highway/service/parking_aisle","highway/service/driveway","highway/service/alley","highway/service/emergency_access","highway/service/drive-through"]},"category-route":{"icon":"iD-route","name":"Route Features","members":["type/route/road","type/route/bicycle","type/route/foot","type/route/hiking","type/route/horse","type/route/piste","type/route/bus","type/route/train","type/route/light_rail","type/route/tram","type/route/subway","type/route/ferry","type/route/power","type/route/pipeline","type/route/detour","type/route_master","type/route"]},"category-utility":{"icon":"iD-power-line","name":"Utility Features","members":["power/line","power/minor_line","man_made/pipeline","power/cable/underground"]},"category-water":{"icon":"maki-water","name":"Water Bodies","members":["natural/water","natural/water/pond","natural/water/basin","natural/water/lake","natural/water/reservoir"]},"category-waterway":{"icon":"iD-waterway-stream","name":"Waterways","members":["waterway/stream","waterway/drain","waterway/river","waterway/canal","waterway/ditch","natural/water/stream","natural/water/river","natural/water/canal"]}}

View file

@ -1 +0,0 @@
{"area":["category-landuse","category-building","category-water","category-natural","leisure/park","amenity/hospital","amenity/place_of_worship","amenity/cafe","amenity/restaurant","area"],"line":["category-road_major","category-road_minor","category-rail","category-path","category-waterway","category-barrier","category-natural","category-utility","line"],"point":["category-natural","leisure/park","amenity/hospital","amenity/place_of_worship","amenity/cafe","amenity/restaurant","amenity/fast_food","amenity/bar","amenity/bank","shop/supermarket","point"],"vertex":["highway/crossing/marked","highway/crossing/unmarked","railway/level_crossing","highway/traffic_signals","highway/turning_circle","highway/turning_loop","traffic_calming","highway/mini_roundabout","highway/motorway_junction","point"],"relation":["category-route","category-restriction","public_transport/stop_area","type/boundary","type/waterway","type/multipolygon","type/enforcement","type/site","relation"]}

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

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"ak":{"languageNames":{"ak":"Akan","am":"Amarik","ar":"Arabik","be":"Belarus kasa","bg":"Bɔlgeria kasa","bn":"Bengali kasa","cs":"Kyɛk kasa","de":"Gyaaman","el":"Greek kasa","en":"Borɔfo","es":"Spain kasa","fa":"Pɛɛhyia kasa","fr":"Frɛnkye","ha":"Hausa","hi":"Hindi","hu":"Hangri kasa","id":"Indonihyia kasa","ig":"Igbo","it":"Italy kasa","ja":"Gyapan kasa","jv":"Gyabanis kasa","km":"Kambodia kasa","ko":"Korea kasa","ms":"Malay kasa","my":"Bɛɛmis kasa","ne":"Nɛpal kasa","nl":"Dɛɛkye","pa":"Pungyabi kasa","pl":"Pɔland kasa","pt":"Pɔɔtugal kasa","ro":"Romenia kasa","ru":"Rahyia kasa","rw":"Rewanda kasa","so":"Somalia kasa","sv":"Sweden kasa","ta":"Tamil kasa","th":"Taeland kasa","tr":"Tɛɛki kasa","uk":"Ukren kasa","ur":"Urdu kasa","vi":"Viɛtnam kasa","yo":"Yoruba","zh":"Kyaena kasa","zh-Hans":"Kyaena kasa (Hans)","zh-Hant":"Kyaena kasa (Hant)","zu":"Zulu"},"scriptNames":{}}} {"ak":{"languageNames":{"ak":"Akan","am":"Amarik","ar":"Arabik","be":"Belarus kasa","bg":"Bɔlgeria kasa","bn":"Bengali kasa","cs":"Kyɛk kasa","de":"Gyaaman","el":"Greek kasa","en":"Borɔfo","es":"Spain kasa","fa":"Pɛɛhyia kasa","fr":"Frɛnkye","ha":"Hausa","hi":"Hindi","hu":"Hangri kasa","id":"Indonihyia kasa","ig":"Igbo","it":"Italy kasa","ja":"Gyapan kasa","jv":"Gyabanis kasa","km":"Kambodia kasa","ko":"Korea kasa","ms":"Malay kasa","my":"Bɛɛmis kasa","ne":"Nɛpal kasa","nl":"Dɛɛkye","pa":"Pungyabi kasa","pl":"Pɔland kasa","pt":"Pɔɔtugal kasa","ro":"Romenia kasa","ru":"Rahyia kasa","rw":"Rewanda kasa","so":"Somalia kasa","sv":"Sweden kasa","ta":"Tamil kasa","th":"Taeland kasa","tr":"Tɛɛki kasa","uk":"Ukren kasa","ur":"Urdu kasa","vi":"Viɛtnam kasa","yo":"Yoruba","zh":"Kyaena kasa","zh-Hans":"Kyaena kasa (Hans)","zh-Hant":"Kyaena kasa (Hant)","zu":"Zulu"}}}

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

@ -1 +0,0 @@
{"ay":{"languageNames":{},"scriptNames":{}}}

View file

@ -0,0 +1 @@
{"ay":{}}

View file

@ -1 +0,0 @@
{"ba":{"languageNames":{},"scriptNames":{}}}

View file

@ -0,0 +1 @@
{"ba":{}}

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 @@
{"bg-BG":{}}

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

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

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

@ -1 +0,0 @@
{"cv":{"languageNames":{},"scriptNames":{}}}

View file

@ -0,0 +1 @@
{"cv":{}}

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

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 @@
{"dv":{"modes":{"add_area":{"title":"އިމާރާތްތައް","description":"ޕާރކުތަކާއި، އިމާރާތްތަކާއި އަދިވެސް ފާހަގަކުރެވޭ ތަންތަން ހިމަނުއްވާ"},"add_line":{"title":"ރޮނގު","description":"ހައިވޭއާއި، މަގުތަކާއި، ދުވާރާއި އަދި އެހެނިހެން ރޮނގުތައް ހިމަނުއްވާ"},"add_point":{"title":"ލޮކޭޝަން ޕޮއިންޓް","description":"ރެސްޓޯރަންޓްތަކާއި، ފާހަގަކުރެވޭ ބިނާތަކާއި، ޕޯސްޓް ފޮށިތަކާއި، އެހެނިހެން މުހިއްމު ތަންތަން ހިމަނުއްވާ"}},"operations":{"add":{"annotation":{"point":"މައުލޫމާތެއް އިތުރުކުރައްވައިފި."}},"start":{"annotation":{"line":"ރޮނގެއް އިތުރުކުރަން ފަށައިފި","area":"ސަރަޙައްދެއް އިތުރުކުރަން ފަށައިފި"}},"continue":{"title":"ކުރިއަަށްދޭ","description":"މިރޮނގު ކުރިއަށްގެންދޭ","not_eligible":"މިރޮޮނގު މިތަނުގައި ކުރިއަކަށް ނުގެންދެވޭނެ","annotation":{"line":"ކުރިިއަށް ގެންދިޔަ ރޮނގު","area":"ކުރިއަށް ގެންދިޔަ ސަރަޙައްދު"}},"change_tags":{"annotation":"ޓެގެއް ބަދަލުކުރުން"},"circularize":{"title":"މިސަރަޙައްދު ވަށްބުރަކަށް ބަދަލުކުރައްވާ"},"delete":{"title":"ޑިލީޓްކުރުން","description":{"single":"އެއްްކޮށް ޑިލީޓްކޮށްލާ."}},"disconnect":{"title":"ވަކިކުރުން","not_connected":"އެންމެ ރޮނގެއް އޮތުމުން ޑިސްކަނެކްޓް ޓޫލް ބޭނުމެއް ނުކުރެވޭނެ"},"move":{"title":"ކުރިއަށް","description":{"single":"މިބަައި އެހެން ތަނަކަށް ބަދަލުކުރައްވާ","multiple":"މިބަައި އެހެން ތަނަކަށް ބަދަލުކުރައްވާ"}},"rotate":{"title":"އަނބުރާލާ","description":{"single":"މެދު ޕޮއިންޓާ ދިމާވާނެހެން އަނބުރާލާ"}},"reverse":{"title":"ދާދިމާ ބަދަލުކުރުމަށް"},"split":{"title":"ބައިކޮށްލާ","not_eligible":"ފަށާއިރު ނުވަތަ ނިންމާއިރު ބައި ނުކުރެވޭނެ ރޮނގުތައް"}},"undo":{"tooltip":"ރަނގަޅުކުރޭ: {action}","nothing":"ރަނގަޅުކުރަންޖެހޭ ތަނެެއް ނެތް"},"redo":{"tooltip":"އަލުން ހައްދަވާ: {action}","nothing":"އަލުން ހަދަންޖެހޭ ތަނެއް ނެތް"},"tooltip_keyhint":"ޝޯރޓްކަޓް:","translate":{"localized_translation_language":"ބަސްް ޚިޔާރުކުރައްވާ","localized_translation_name":"ނަން"},"help_translate":"އެކި ބަސްބަހުން ބޭނުންކުރާ ނަންތައް","info_panels":{"measurement":{"area":"އިމާރާތްތައް"}},"geometry":{"point":"ލޮކޭޝަން ޕޮއިންޓް","line":"ރޮނގު","area":"އިމާރާތްތައް"},"geocoder":{"search":"މުޅި ދުނިޔެއިން ބެލުމަށް ހޯދާ"},"inspector":{"choose":"ކަޮންކަހަލަ މައުލޫމާތެއްކަން ފާހަގަކުރޭ","search":"ހޯދާ","feature_list":"ފާހަގަކުރެވޭ ތަންތަން ހޯދާ","radio":{"structure":{"type":"އެކިިބާވަތްތަކުގެ ތަންތަން"}},"add_fields":"ޗާާޓަށް މައުލޫމާތު އެއްކުރައްވާ"},"map_data":{"data_layers":"ފަށަލަތައް"},"save":{"title":"ސޭވްކުރައްވާ","help":"ގެެނައި ބަދަލުތައް ބެލުމަށްފަހު، އެހެން ފަރާތްތަކަށް އޯޕަން ސްޓްރީޓް މެޕަށް އަޕްލޯޑްކުރައްވާ","no_changes":"އެއްވެސް ބަދަލެއް އަދި ނުގެނޭ"},"help":{"title":"އެހީ ހޯއްދަވާ"},"shortcuts":{"browsing":{"help":{"title":"އެހީ ހޯއްދަވާ","help":"އެހީ ހޯއްދަވާ"}},"editing":{"commands":{"undo":"ރަނގަޅުކުރޭ","redo":"އަލުން ހައްދަވާ","save":"ގެނައި ބަދަލުތައް ސޭވްކުރައްވާ"}}}}}

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

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 it is too large Load diff

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

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

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"fa-IR":{}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"ff":{"languageNames":{"ak":"Akaan","am":"Amarik","ar":"Aarabeere","be":"Belaruuse","bg":"Bulgariire","bn":"Bengali","cs":"Cekkere","de":"Docceere","el":"Gerke","en":"Engeleere","es":"Español","fa":"Perseere","ff":"Pulaar","fr":"Farayseere","ha":"Hawsaŋkoore","hi":"Hinndi","hu":"Hongariire","id":"Endonesiire","ig":"Igiboore","it":"Italiyeere","ja":"Saponeere","jv":"Sawaneere","km":"Kemeere","ko":"Koreere","ms":"Malayeere","my":"Burmeese","ne":"Nepaaleere","nl":"Dacceere","pa":"Punjabeere","pl":"Poloneere","pt":"Purtugeere","ro":"Romaneere","ru":"Riis","rw":"Ruwaanndeere","so":"Somalii","sv":"Sweedeere","ta":"Tamil","th":"Taay","tr":"Turkeere","uk":"Ukereneere","ur":"Urdu","vi":"Wiyetnameere","yo":"Yorrubaa","zh":"Sinuwaare","zh-Hans":"Sinuwaare (Hans)","zh-Hant":"Sinuwaare (Hant)","zu":"Suluŋkoore"},"scriptNames":{}}} {"ff":{"languageNames":{"ak":"Akaan","am":"Amarik","ar":"Aarabeere","be":"Belaruuse","bg":"Bulgariire","bn":"Bengali","cs":"Cekkere","de":"Docceere","el":"Gerke","en":"Engeleere","es":"Español","fa":"Perseere","ff":"Pulaar","fr":"Farayseere","ha":"Hawsaŋkoore","hi":"Hinndi","hu":"Hongariire","id":"Endonesiire","ig":"Igiboore","it":"Italiyeere","ja":"Saponeere","jv":"Sawaneere","km":"Kemeere","ko":"Koreere","ms":"Malayeere","my":"Burmeese","ne":"Nepaaleere","nl":"Dacceere","pa":"Punjabeere","pl":"Poloneere","pt":"Purtugeere","ro":"Romaneere","ru":"Riis","rw":"Ruwaanndeere","so":"Somalii","sv":"Sweedeere","ta":"Tamil","th":"Taay","tr":"Turkeere","uk":"Ukereneere","ur":"Urdu","vi":"Wiyetnameere","yo":"Yorrubaa","zh":"Sinuwaare","zh-Hans":"Sinuwaare (Hans)","zh-Hant":"Sinuwaare (Hant)","zu":"Suluŋkoore"}}}

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

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"gan":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"cn"}},"languageNames":{},"scriptNames":{}}} {"gan":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"cn"}}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"grt":{"languageNames":{},"scriptNames":{}}}

View file

@ -0,0 +1 @@
{"grt":{}}

View file

@ -0,0 +1 @@
{"he-IL":{}}

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

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

Some files were not shown because too many files have changed in this diff Show more