Update to iD v2.15.1
This commit is contained in:
parent
2af5f21578
commit
c7ed8a9e86
29 changed files with 2298 additions and 214 deletions
12
vendor/assets/iD/iD.css.erb
vendored
12
vendor/assets/iD/iD.css.erb
vendored
|
@ -4538,7 +4538,7 @@ button.preset-favorite-button.active .icon {
|
|||
}
|
||||
|
||||
.form-field-input-multicombo ul.chiplist {
|
||||
padding: 5px 10px 5px 10px;
|
||||
padding: 5px 8px 5px 8px;
|
||||
background: #fff;
|
||||
display: block;
|
||||
border-radius: 0 0 4px 4px;
|
||||
|
@ -5298,6 +5298,7 @@ button.raw-tag-option svg.icon {
|
|||
flex: 1 1 50%;
|
||||
}
|
||||
|
||||
.tag-text.readonly,
|
||||
.tag-row.readonly,
|
||||
.tag-row.readonly input.key,
|
||||
.tag-row.readonly input.value,
|
||||
|
@ -5763,8 +5764,8 @@ input.key-trap {
|
|||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
|
||||
/* tag editor - no buttons */
|
||||
.data-editor.raw-tag-editor button {
|
||||
/* custom data editor - no info/delete buttons */
|
||||
.data-editor.raw-tag-editor .tag-row button {
|
||||
display: none;
|
||||
}
|
||||
.data-editor.raw-tag-editor .tag-row .key-wrap,
|
||||
|
@ -6202,7 +6203,8 @@ button.autofix.action.active {
|
|||
}
|
||||
|
||||
.layer-list.issue-rules-list,
|
||||
.layer-list.issues-list {
|
||||
.layer-list.issues-list,
|
||||
.layer-list.layer-feature-list {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.section-footer {
|
||||
|
@ -6327,7 +6329,7 @@ li.issue-fix-item:not(.actionable) .fix-icon {
|
|||
border: 1px solid #ccc;
|
||||
}
|
||||
.issue-info .tagDiff-cell {
|
||||
padding: 2px 5px;
|
||||
padding: 2px 10px;
|
||||
font-family: monospace;
|
||||
font-size: 10px;
|
||||
border: 1px solid #ccc;
|
||||
|
|
473
vendor/assets/iD/iD.js
vendored
473
vendor/assets/iD/iD.js
vendored
File diff suppressed because one or more lines are too long
2
vendor/assets/iD/iD/img/fa-sprite.svg
vendored
2
vendor/assets/iD/iD/img/fa-sprite.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
2
vendor/assets/iD/iD/img/temaki-sprite.svg
vendored
2
vendor/assets/iD/iD/img/temaki-sprite.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 113 KiB |
1
vendor/assets/iD/iD/locales/ar.json
vendored
1
vendor/assets/iD/iD/locales/ar.json
vendored
|
@ -1330,7 +1330,6 @@
|
|||
"close_nodes": {
|
||||
"title": "نقاط متقاربة جدا",
|
||||
"message": "نقطتان في {way} متقاربين من بعضهما للغاية",
|
||||
"tip": "البحث عن النقاط الزائدة في الطُرق",
|
||||
"reference": "ينبغي أن تُدمج النقاط الزائدة في الطريق أو تُنقل بعيدا."
|
||||
},
|
||||
"crossing_ways": {
|
||||
|
|
564
vendor/assets/iD/iD/locales/de.json
vendored
564
vendor/assets/iD/iD/locales/de.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Gebäude",
|
||||
"tooltip": "Gebäude, Unterstände, Garagen usw."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Gebäudeteile",
|
||||
"tooltip": "3D Gebäude und Dachkomponenten"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Objekte in Gebäuden",
|
||||
"tooltip": "Räume, Gänge, Stiegenhäuser, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Flächennutzungen",
|
||||
"tooltip": "Wälder, Äcker, Parks, Wohngebiete, Industriegebiete usw."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Eisenbahnen",
|
||||
"tooltip": "Eisenbahnen"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pisten",
|
||||
"tooltip": "Skipisten, Schlittenwege, Eislaufbahn, etc."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Objekte in der Luft",
|
||||
"tooltip": "Sessellift, Gondeln, Seilrutsche, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Stromleitungen",
|
||||
"tooltip": "Stromleitungen, Kraftwerke, Umspannwerke usw."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Fast-Kreuzungen",
|
||||
"message": "{feature} ist sehr nahe zu {feature2}, aber nicht verbunden",
|
||||
"tip": "Finde Objekt die möglicherweise mit Objekten in der Nähe verbunden werden sollten",
|
||||
"self": {
|
||||
"message": "{feature} endet sehr nahe zu sich selbst aber ist nicht verbunden"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Kreuzende Straßen sollten sich einen Verbindungsknoten teilen."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Sehr nahe Punkte",
|
||||
"tip": "Finde redundante and überfüllte Punkte",
|
||||
"message": "Zwei Punkte in {way} sind sehr nahe",
|
||||
"tip": "Finde überflüssige Punkte in Wegen",
|
||||
"reference": "Überflüssige Punkte in einem Weg sollten vereinigt oder auseinander bewegt werden."
|
||||
"reference": "Überflüssige Punkte in einem Weg sollten vereinigt oder auseinander bewegt werden.",
|
||||
"detached": {
|
||||
"message": "{feature} ist zu nahe bei {feature2}",
|
||||
"reference": "Verschiedene Punkte sollten nicht am selben Platz sein."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Kreuzende Wege",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Veraltete Eigenschaften",
|
||||
"message": "{feature} hat veraltete Eigenschaften",
|
||||
"tip": "Finde Objekte mit veraltete Eigenschaften die aktualisiert werden können",
|
||||
"reference": "Manchen Eigenschaften ändern sich im Laufe der Zeit und sollten aktualisiert werden."
|
||||
"reference": "Manchen Eigenschaften ändern sich im Laufe der Zeit und sollten aktualisiert werden.",
|
||||
"incomplete": {
|
||||
"message": "{feature} hat unvollständige Eigenschaften",
|
||||
"reference": "Einige Objekte sollten zusätzliche Eigenschaften haben."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Private Information",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "akzeptiert"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Typ"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Rohstoffe"
|
||||
},
|
||||
|
@ -6549,6 +6579,10 @@
|
|||
"name": "Weinberg",
|
||||
"terms": "Weinberg, Weinanbau, Wengert"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Wintersportgebiet",
|
||||
"terms": "Pistengebiet, Schigebiet, Schihügel, Schiberg, Wintersportort, Snowboardgebiet"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Freizeit"
|
||||
},
|
||||
|
@ -6592,6 +6626,10 @@
|
|||
"name": "Tanzschule",
|
||||
"terms": "Tanzschule"
|
||||
},
|
||||
"leisure/disc_golf_course": {
|
||||
"name": "Discgolf Anlage",
|
||||
"terms": "Discgolf, Frisbee Golf, fliegendes Scheibengolf, Frolf, ultimative"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"name": "Hundepark",
|
||||
"terms": "Hundefreilaufzone, Hundeauslaufzone, Hundezone, Hundeauslaufplatz"
|
||||
|
@ -6752,6 +6790,10 @@
|
|||
"name": "Reitplatz",
|
||||
"terms": "Reitplatz, Pferdesportplatz, Reitbahn"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Hockeyfeld",
|
||||
"terms": "Hockeyfeld"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Hufeisenwurfplatz",
|
||||
"terms": "Pferde, Hufeisen"
|
||||
|
@ -7015,6 +7057,10 @@
|
|||
"name": "Tank",
|
||||
"terms": "Tank, Lagertank, Speichertank, Vorratstank"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Wassertank",
|
||||
"terms": "Zisterne, Wasserturm"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Schaltschrank im Freien",
|
||||
"terms": "Kabel-TV-Schrank Überwachungsbox, Telekomunikationsschrank, Ampelsteuerungsschrank"
|
||||
|
@ -9145,6 +9191,10 @@
|
|||
"description": "Gelb = Public domain Kartendaten vom US Census. Rot = Data nicht in OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "Das aktuellste Jahr der DOQQs aus dem Programm für Nationale Landwirtschafts-Luftbilder (National Agriculture Imagery Program, NAIP) für jeden Staat in den zusammenhängenden USA.",
|
||||
"name": "Programm für Nationale Landwirtschafts-Luftbilder (National Agriculture Imagery Program, NAIP)"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Straße: Grüner Rand = Nebenstraße. Brauner Rand = Feldweg/Waldweg. Oberfläche: Schotter = hellbraune Füllung, Asphalt = schwarz, befestigt = grau, ground = weiß, Beton = blau, Gras = grün. Saisonal = weißes Gitter",
|
||||
"name": "U.S.A. Forststraßen Overlay"
|
||||
|
@ -9678,28 +9728,155 @@
|
|||
"extendedDescription": "YouthMappers UGB besteht aus jungen Studenten und Forschern, die sich leidenschaftlich mit Mapping beschäftigen. Unser Ziel ist es, die Fähigkeiten der Schüler auf dem Gebiet der Kartografie zu verbessern und an der Erstellung offener Geodaten mitzuwirken, die den Entwicklungsherausforderungen auf der ganzen Welt und insbesondere in Afrika entsprechen."
|
||||
},
|
||||
"ym-Fourah-Bay-College": {
|
||||
"name": "Vereinigung der Geographie-Stundierenden"
|
||||
"name": "Vereinigung der Geographie-Stundierenden",
|
||||
"description": "YouthMappers chapter at Fourah Bay College",
|
||||
"extendedDescription": "The Student's Geographical Association- YouthMappers is an association of Fourah Bay College Students with the common goals of mapping out vulnerable places in Sierra Leone and the world at large for relief and other beneficial purposes,carry out Research and other educative endeavors. The chapter consists of young people with great ideas, development oriented with the capacity to relate with each other, comprehend and implement sustainable developmental projects as a team."
|
||||
},
|
||||
"ym-Njala-University-Freetown-Campus": {
|
||||
"name": "Njala Freetown YouthMappers",
|
||||
"description": "YouthMappers chapter at Njala University, Freetown Campus",
|
||||
"extendedDescription": "We are students of Njala University Freetown Campus, studying Information Technology under the department of Physics and Computer Science. and we are located at Henry Street Freetown, Sierra Leone."
|
||||
},
|
||||
"ym-Njala-University-Njala-Campus": {
|
||||
"name": "YouthMappers Njala University, Njala Campus",
|
||||
"description": "YouthMappers chapter at Njala University, Njala Campus"
|
||||
},
|
||||
"ym-University-of-Pretoria": {
|
||||
"name": "Centre for Geoinformation Science",
|
||||
"description": "YouthMappers chapter at University of Pretoria",
|
||||
"extendedDescription": "The students who map Pretoria are supported by the University of Pretoria's Centre for Geoinformation Science, a platform from where the excellence of UP individuals and teams involved in geographic information science (GISc) research, education and training, professional development and community engagement is encouraged and strengthened through collaborations, education and training and alliances within South Africa and abroad."
|
||||
},
|
||||
"ym-Ardhi-University": {
|
||||
"name": "ARU Mapper"
|
||||
"name": "ARU Mapper",
|
||||
"description": "YouthMappers chapter at Ardhi University",
|
||||
"extendedDescription": "As upcoming geospatial data consultants we seek to educate and provide advice to the society on how they can use spatial data not only as a form of location but a tool of decision making and predict different hazardous and climatical changes which may harm them or future genarations."
|
||||
},
|
||||
"ym-Institute-of-Finance-Management": {
|
||||
"name": "IFM mappers"
|
||||
"name": "IFM mappers",
|
||||
"description": "YouthMappers chapter at Institute of Finance Management",
|
||||
"extendedDescription": "This is a new chapter at out institute and we are looking forward to use our financial education that we are receiving here at the campus and link ig with the environment in order to develop our sustainable environment towards helping the community with the effects of our environment in a financial ways by converting them into numbers. this is widely explained in ecosystem accounting and environmental accounts"
|
||||
},
|
||||
"ym-Institute-of-Rural-Development-Planning-Mwanza": {
|
||||
"name": "Youth Mappers Chapter at Institute of Rural Development Planning - Lake Zone Centre",
|
||||
"description": "YouthMappers chapter at Institute of Rural Development Planning Mwanza"
|
||||
},
|
||||
"ym-Institute-of-Rural-Development-Planning": {
|
||||
"name": "Mipango YouthMappers Chapter",
|
||||
"description": "YouthMappers chapter at Institute of Rural Development Planning",
|
||||
"extendedDescription": "Mipango YouthMappers Chapter was introduced at IRDP on 3rd July, 2017 by Dr.Domitilla Bashemera. The founding members were 300 (190 males and 110 female) Bachelor Degree students, who were registered as members of the Chapter. Gerald Zacharia is the president of the chapter and Juster Lugira is Vice President."
|
||||
},
|
||||
"ym-Open-University-of-Tanzania": {
|
||||
"name": "Youth Mappers at Open University of Tanzania",
|
||||
"description": "YouthMappers chapter at Open University of Tanzania",
|
||||
"extendedDescription": "Youth Mappers at Open University of Tanzania\n\nHad been founded by members and students of Open University of Tanzania in Department of Geography who are mainly need to improve their career and help young community through joint and partnership projects with local community groups such as Mikoko Scout Group (www.msg.or.tz) and start cooperation with international colleges and universities for exchange programs in relation to Geography Studies as some programs prepared by Mikoko Scout Group which will link local university and other universities of the same interest through International Nature & Environmental Youth Camp 2019 (www.campsite.msg.or.tz/nature.html )\n\nOur chapter will soon be recognized as youth network program that will open opportunity for students to study and conduct research studies at a local levels."
|
||||
},
|
||||
"ym-Sokoine-University-of-Agriculture": {
|
||||
"name": "SMCoSE YouthMappers"
|
||||
"name": "SMCoSE YouthMappers",
|
||||
"description": "YouthMappers chapter at Sokoine University of Agriculture",
|
||||
"extendedDescription": "A Chapter comprising of Environmental sciences and management students and Geography studies under the dept. of Geography and we will be using mapping techniques, based on systems concepts and theories, can be used to facilitate, explore, and capture the different understandings of the relationships, perspectives, and boundaries involved in environmental sustainability to obtain a more complete comprehension of the concept and develop plans for action."
|
||||
},
|
||||
"ym-University-of-Dar-es-Salaam": {
|
||||
"name": "YouthMappers at University of Dar es Salaam",
|
||||
"description": "YouthMappers chapter at University of Dar es Salaam",
|
||||
"extendedDescription": "The purpose of the University of Dar es Salaam YouthMappers is to use and promote open source data and GIS technologies to map potential disaster areas, provide resources for emergency management, connect its members with open source and GIS organizations in the city of Dar es Salaam, and serve any upcoming needs of our project partners ."
|
||||
},
|
||||
"ym-Busitema-University": {
|
||||
"name": "Good Mappers",
|
||||
"description": "YouthMappers chapter at Busitema University",
|
||||
"extendedDescription": "Good mappers is a team of students in Busitema University. Its main objective is to create a community of experienced mappers who can contribute to the world map."
|
||||
},
|
||||
"ym-Gulu-University": {
|
||||
"name": "CSGU Mappers"
|
||||
"name": "CSGU Mappers",
|
||||
"description": "YouthMappers chapter at Gulu University",
|
||||
"extendedDescription": "The CSGU Mappers are the Computing Society at Gulu University. This chapter is creative, passionate, innovative and ready to map Uganda and the world at large, beyond other people's imagination."
|
||||
},
|
||||
"ym-Kumi-University": {
|
||||
"name": "Ever Last YouthMappers"
|
||||
"name": "Ever Last YouthMappers",
|
||||
"description": "YouthMappers chapter at Kumi University",
|
||||
"extendedDescription": "This energetic group of students organizes within the faculty of Science and Information Technology."
|
||||
},
|
||||
"ym-Makerere-University": {
|
||||
"name": "Geo YouthMappers",
|
||||
"description": "YouthMappers chapter at Makerere University",
|
||||
"extendedDescription": "Geo YouthMappers is a Makerere University based mapping chapter esteemed to apply the spatial conception to the real world.We have collaborated on various mapping events with OSM. Our main aim is the desire to simplify data and make it readily available mostly for disaster preparedness.\"We map the world and change lives."
|
||||
},
|
||||
"ym-Mbarara-University-of-Science-and-Technology": {
|
||||
"name": "MUST Street Mappers",
|
||||
"description": "YouthMappers chapter at Mbarara University of Science and Technology",
|
||||
"extendedDescription": "MUST Street Mappers is a Youth Mappers chapter at the Mbarara University of Science and Technology that is based on making our country and the world at large a better place through mapping. We base on collected information to notice patterns and data mine to present relevant and beneficial information to society."
|
||||
},
|
||||
"ym-St.-Augustine-International-University": {
|
||||
"name": "YouthMappers at St Augustine International University",
|
||||
"description": "YouthMappers chapter at St. Augustine International University"
|
||||
},
|
||||
"ym-Uganda-Christian-University-Mbale-Campus": {
|
||||
"name": "Mappers for Life",
|
||||
"description": "YouthMappers chapter at Uganda Christian University Mbale Campus",
|
||||
"extendedDescription": "We are Team Mappers for life! Please come and join us as we map together!\" This group works from the Department of Information Technology at the UCU."
|
||||
},
|
||||
"ym-Uganda-Pentecostal-University": {
|
||||
"name": "HiTech Youth Mappers",
|
||||
"description": "YouthMappers chapter at Uganda Pentecostal University",
|
||||
"extendedDescription": "A new Youthmappers Chapter in Western Uganda. Ready to map and provide open data with OpenStreetMap for development purposes."
|
||||
},
|
||||
"ym-St.-Mawaggali-Trades-Training-Institute": {
|
||||
"name": "MawaggaliMappers",
|
||||
"description": "YouthMappers chapter at St. Mawaggali Trades Training Institute",
|
||||
"extendedDescription": "We are the youthappers chapter at St. Mawaggali trades in choma who are want to contribute the different humantarian tasks to serve lives through mapping."
|
||||
},
|
||||
"ym-The-University-of-Zambia": {
|
||||
"name": "YouthMappers Unza",
|
||||
"description": "YouthMappers chapter at The University of Zambia"
|
||||
},
|
||||
"ym-University-of-Zimbabwe": {
|
||||
"name": "UZMappers",
|
||||
"description": "YouthMappers chapter at University of Zimbabwe",
|
||||
"extendedDescription": "UzMappersTeam Zimbabwe is a team of Volunteers using OpenStreetMap for Open Data Mapping and Humanitarian Disaster response mapping .The team empowers its members with open source geospatial technology skills."
|
||||
},
|
||||
"OSM-BGD-facebook": {
|
||||
"name": "OpenStreetMap Bangladesch",
|
||||
"description": "Verbessere OpenStreetMap in Bangladesch",
|
||||
"extendedDescription": "Mappst du in Bangladesch? Hast du Fragen, willst du mit der Community vor Ort Kontakt aufnehmen? Mach mit: {url}. Alle sind willkommen!"
|
||||
},
|
||||
"ym-Asian-University-for-Women": {
|
||||
"name": "YouthMappers at AUW",
|
||||
"description": "YouthMappers chapter at Asian University for Women",
|
||||
"extendedDescription": "The Asian University for Women seeks to graduate women who will be skilled and innovative professionals, service-oriented leaders in the businesses and communities in which they will work and live, and promoters of intercultural understanding and sustainable human and economic development in Asia and throughout the world."
|
||||
},
|
||||
"ym-Dhaka-College": {
|
||||
"name": "YouthMappers Daka College",
|
||||
"description": "YouthMappers chapter at Dhaka College",
|
||||
"extendedDescription": "YouthMappers DhakaCollege is an approach by students to help mapping vulnerable areas of the world as a part of Humanitarian Action. YouthMappers gives the opportunity to the students for helping people and using mapping for humanitarian purposes. This open geographic data can be used for educational, navigational and other humanitarian purposes. Happy mapping."
|
||||
},
|
||||
"ym-Dhaka-University": {
|
||||
"name": "Openstreetmap YouthMappers",
|
||||
"description": "YouthMappers chapter at Dhaka University",
|
||||
"extendedDescription": "It's a great privilege for the students of University of Dhaka to map for humanitarian purposes. Our chapter gives the opportunity to the students for helping people and use mapping for humanitarian purposes."
|
||||
},
|
||||
"ym-Eastern-University": {
|
||||
"name": "YouthMappers at Eastern University",
|
||||
"description": "YouthMappers chapter at Eastern University",
|
||||
"extendedDescription": "YouthMappers at Eastern University, Bangladesh has been formed with a view to assisting people during humanitarian crisis. The students, likewise other mappers of the world, are promised to assist people in using the map for educational, navigational and other humanitarian purposes."
|
||||
},
|
||||
"ym-Jahangirnagar-University": {
|
||||
"name": "YouthMappers at IRS, Jahangirnagar University",
|
||||
"description": "YouthMappers chapter at Jahangirnagar University"
|
||||
},
|
||||
"ym-Khulna-University": {
|
||||
"name": "Openstreetmap",
|
||||
"description": "YouthMappers chapter at Khulna University",
|
||||
"extendedDescription": "KU students and faculty from multiple disciplines are experienced at creating open data for OSM to address local challenges of development, including food security and other topics."
|
||||
},
|
||||
"ym-Rajshahi-University-of-Engineering-Technology": {
|
||||
"name": "YouthMappers at RUET",
|
||||
"description": "YouthMappers chapter at Rajshahi University of Engineering & Technology",
|
||||
"extendedDescription": "The \"YouthMappers at RUET\" is a humanitarian mapping group of students of Rajshahi University of Engineering & Technology (RUET) to share, develop and practice the knowledge of GIS. This group encourages using open source geospatial data and platform to make solution to reach the most vulnerable group of the world."
|
||||
},
|
||||
"ym-Sherubtse-College": {
|
||||
"name": "Geographical Society",
|
||||
"description": "YouthMappers chapter at Sherubtse College",
|
||||
"extendedDescription": "The Geographical Society, in the Department of Geography & Planning, Sherubtse College, Royal University of Bhutan, with support from the Center for Climate Change and Spatial Information, has made several efforts to create awareness and address important issues at the local and national level. We now join hands with the international student-centered YouthMappers network on \"Mapping for Resilience\" and contributing to a global 'Happiness'!"
|
||||
},
|
||||
"OSM-India-facebook": {
|
||||
"name": "OpenStreetMap Indien - Nachbarschaftsmapping",
|
||||
"description": "Verbessere OpenStreetMap in Indien",
|
||||
|
@ -9759,11 +9936,24 @@
|
|||
"description": "FSHM Riot Gruppe zum diskutieren, plaudern und mehr über Mapping Aktivitäten zu erfahren, Veranstaltungen in und um Puducherry",
|
||||
"extendedDescription": "Mitglieder der FSHM Gemeinschaft reden über ihre OSM Mapping Updates und Erfahrungen in der Riot.im Gruppe, in dieser Gruppe wird auch über freie Software / Hardware, Technologie und Aktivismus diskutiert."
|
||||
},
|
||||
"ym-Gujarat-University": {
|
||||
"name": "CCIM at Ahmedabad",
|
||||
"description": "YouthMappers chapter at Gujarat University"
|
||||
},
|
||||
"OSM-IDN-facebook": {
|
||||
"name": "OpenStreetMap Indonesien",
|
||||
"description": "Verbessere OpenStreetMap in Indonesien",
|
||||
"extendedDescription": "Mappst du in Indonesien? Hast du Fragen, willst du mit der Community vor Ort Kontakt aufnehmen? Mach mit: {url}. Alle sind willkommen!"
|
||||
},
|
||||
"ym-Universitas-Negeri-Makassar": {
|
||||
"name": "Kontur Geografi",
|
||||
"description": "YouthMappers chapter at Universitas Negeri Makassar"
|
||||
},
|
||||
"ym-University-Muhammadiyah-Surakarta": {
|
||||
"name": "SpaceTime",
|
||||
"description": "YouthMappers chapter at University Muhammadiyah Surakarta",
|
||||
"extendedDescription": "SpaceTime is a community mapping in the Faculty of Geography of Muhammadiyah University of Surakarta. SpaceTime was founded by Bruce Maldy Pratama, Mukhlis Akbar and Irfandi Fauzi. They are active students in the Faculty of Geography University Muhammadiyah Surakarta."
|
||||
},
|
||||
"osm-iran-aparat": {
|
||||
"name": "OpenStreetMap Iran Aparat",
|
||||
"description": "Abonniere unseren Kanal: {url}",
|
||||
|
@ -9821,6 +10011,21 @@
|
|||
"description": "Verbessere in Nepal",
|
||||
"extendedDescription": "Mappst du in Nepal? Hast du Fragen, willst du mit der Community vor Ort Kontakt aufnehmen? Mach mit: {url}. Alle sind willkommen!"
|
||||
},
|
||||
"ym-Institute-of-Crisis-Management-Studies": {
|
||||
"name": "Institute of Crisis Management Studies YouthMappers",
|
||||
"description": "YouthMappers chapter at Institute of Crisis Management Studies",
|
||||
"extendedDescription": "To develop Crisis Mappers to assist during disaster situations."
|
||||
},
|
||||
"ym-Kathmandu-University": {
|
||||
"name": "Geomatics Engineering Society,GES",
|
||||
"description": "YouthMappers chapter at Kathmandu University",
|
||||
"extendedDescription": "Geomatics Engineering Society (GES) established in 2008 A.D is a departmental club under Department of Civil and Geomatics Engineering (DCGE) at Kathmandu University. GES acts as a platform to develop the skills of students apart from their educational activities by focusing on activities like technical trainings, seminars, talk programs and interaction with experts from related field, sports activities etc."
|
||||
},
|
||||
"ym-Tribhuvan-University": {
|
||||
"name": "Geomatics Engineering Students Association",
|
||||
"description": "YouthMappers chapter at Tribhuvan University",
|
||||
"extendedDescription": "This organization is the student forum of Geomatics Engineering students of Tribhuvan University , Institute of Engineering on the Pashchimanchal campus. Established since the beginning of the degree program, students have been active in mapping and leadership and are thrilled to be a part of the YouthMappers network."
|
||||
},
|
||||
"OSM-Asia-mailinglist": {
|
||||
"name": "OpenStreetMap Asien Mailingliste",
|
||||
"description": "Talk-asia ist die offizielle Mailingliste für die asiatische OSM-Gemeinschaft"
|
||||
|
@ -9845,6 +10050,16 @@
|
|||
"name": "OpenStreetMap Philippinen Telegram",
|
||||
"description": "Inoffizielle lokale Telegram Gemeinschaft von OpenStreetMap Mitwirkenden und Freunden auf den Philippinen"
|
||||
},
|
||||
"ym-Far-Eastern-University-Institute-of-Technology": {
|
||||
"name": "Junior Philippines Computer Society",
|
||||
"description": "YouthMappers chapter at Far Eastern University -Institute of Technology",
|
||||
"extendedDescription": "FEU has been recognized as one of the leading universities in the Philippines. Its mission centers on producing graduates who have contributed to the advancement of the country. The university continuously challenges itself to raise the bar of excellence to achieve a top-tier status not only in the Philippines but also in the South East Asian region"
|
||||
},
|
||||
"ym-University-of-the-Philippines-Resilience-Institute": {
|
||||
"name": "YouthMappers UP Resilience Institute",
|
||||
"description": "YouthMappers chapter at University of the Philippines Resilience Institute",
|
||||
"extendedDescription": "The UP Resilience Institute was established in 2016 with a mission statement to empower local communities through multidisciplinary research and actions toward resilience. Through UP NOAH Center, and the help of different organizations, we have provided building exposure maps for 17 provinces out of the 82 and uploaded more than 4 million footprints to Open Street Maps."
|
||||
},
|
||||
"OSM-RU-forum": {
|
||||
"name": "OpenStreetMap Russland forum",
|
||||
"description": "OpenStreetMap Russland Internetforum"
|
||||
|
@ -9995,6 +10210,11 @@
|
|||
"name": "Talk-dk Mailing Liste",
|
||||
"description": "Eine Mailing Liste um über OpenStreetMap in Dänemark zu diskutieren"
|
||||
},
|
||||
"ym-Queen-Mary-University-of-London": {
|
||||
"name": "Queen Mary YouthMappers",
|
||||
"description": "YouthMappers chapter at Queen Mary University of London",
|
||||
"extendedDescription": "This chapter will be part of the activities of the Queen Mary Geography Society."
|
||||
},
|
||||
"fi-forum": {
|
||||
"name": "OpenStreetMap FI Forum",
|
||||
"description": "OpenStreetMap Finnland Web Forum"
|
||||
|
@ -10067,6 +10287,11 @@
|
|||
"name": "OpenStreetMap Deutschland",
|
||||
"description": "Die Plattform für Informationen über OpenStreetMap in Deutschland"
|
||||
},
|
||||
"ym-Heidelberg-University": {
|
||||
"name": "disastermappers heidelberg",
|
||||
"description": "YouthMappers chapter at Heidelberg University",
|
||||
"extendedDescription": "Disastermappers Heidelberg was founded in 2014 as a student initiative to build a platform for exchange between students, researchers and humanitarian actors. Disastermappers are a member of Missing Maps and are organizing mapathons, workshops and webinars in Heidelberg and beyond and support HOT and Missing Maps through research and applications."
|
||||
},
|
||||
"hu-facebook": {
|
||||
"name": "OpenStreetMap HU auf Facebook",
|
||||
"description": "Mapper und Benutzer von OpenStreetMap Facebook in Ungarn"
|
||||
|
@ -10129,10 +10354,25 @@
|
|||
"name": "OpenStreetMap Mailing Liste für das Trentino",
|
||||
"description": "OpenStreetMap Italien regionales Diskussionsforum für das Trentino"
|
||||
},
|
||||
"ym-Politecnico-di-Milano": {
|
||||
"name": "PoliMappers",
|
||||
"description": "YouthMappers chapter at Politecnico di Milano",
|
||||
"extendedDescription": "PoliMappers is a volunteer students’ association based at Politecnico di Milano. The mission of the group is to train and motivate the next generation of volunteer mappers and to do mapping using free and open source software within the university as well as primary and secondary schools."
|
||||
},
|
||||
"ym-Yarmouk-University": {
|
||||
"name": "YouthMappers at YU",
|
||||
"description": "YouthMappers chapter at Yarmouk University",
|
||||
"extendedDescription": "YouthMappers chapter at YU is the first mapping group in the Middle East and North Africa region where refugees, drought, and poverty are rising crises and in urgent need for humanitarian mapping activities to mitigate the consequences of such crises. YU Mappers are encouraged to use open data to address challenges in MENA region to bring relief and development to target areas within the region."
|
||||
},
|
||||
"kosovo-telegram": {
|
||||
"name": "OpenStreetMap Kosovo auf Telegram",
|
||||
"description": "Halboffizielle öffentliche Gesamt-Kosovo Telegram Gruppe. Mapper von überall in jeder Sprache sind willkommen."
|
||||
},
|
||||
"ym-Universit-Mohammed-V-Rabat": {
|
||||
"name": "Brahmapoutre at Rabat",
|
||||
"description": "YouthMappers chapter at Université Mohammed V Rabat",
|
||||
"extendedDescription": "This chapter sees participation in the YouthMappers program as an oppourtunity to share our knowlege create new working relationships with other chapters in different countries"
|
||||
},
|
||||
"no-forum": {
|
||||
"name": "OpenStreetMap Frankreich Web Forum",
|
||||
"description": "OpenStreetMap Frankreich Web Forum"
|
||||
|
@ -10165,6 +10405,10 @@
|
|||
"name": "OpenStreetMap Slowenien Mailingliste",
|
||||
"description": "Mailingliste der OpenStreetMap-Community in Slowenien"
|
||||
},
|
||||
"si-twitter": {
|
||||
"name": "OpenStreetMap Slovenia Twitter",
|
||||
"description": "Follow OpenStreetMap Slovenia On Twitter: {url}"
|
||||
},
|
||||
"OSM-ES-mailinglist": {
|
||||
"name": "Talk-es Mailingliste",
|
||||
"description": "Eine Mailing Liste um OpenStreetMap in Spanien zu diskutieren"
|
||||
|
@ -10173,6 +10417,15 @@
|
|||
"name": "@OSMes on Telegram",
|
||||
"description": "OpenStreetMap Spanien Telegram chat"
|
||||
},
|
||||
"ym-Universidad-Autonoma-de-Madrid": {
|
||||
"name": "YouthMappers at UAM",
|
||||
"description": "YouthMappers chapter at Universidad Autonoma de Madrid"
|
||||
},
|
||||
"ym-Universidad-Politcnica-de-Madrid": {
|
||||
"name": "Mapeo Humanitario",
|
||||
"description": "YouthMappers chapter at Universidad Politécnica de Madrid",
|
||||
"extendedDescription": "Geo-volunteering group formed at Moncloa Campus on November 2017. Around 20 members from three Universities (Complutense, CEU and UPM). Undergraduate students, MSc and PhD students collaborate together with organizations (MSF, Acción contra el Hambre,...) supported by trainers from Geoinquietos. Official recognition by UPM as Educative Innovation Project (Code IE1718.0411)"
|
||||
},
|
||||
"osm-se": {
|
||||
"name": "OpenStreetMap.se",
|
||||
"description": "Bereitstellen von OSM Dienstleistungen und Information für die lokale Gemeimschaft in Schweden"
|
||||
|
@ -10197,6 +10450,11 @@
|
|||
"name": "OpenStreetMap Schweden auf Twitter",
|
||||
"description": "Folge uns auf Twitter: {url}"
|
||||
},
|
||||
"ym-Istanbul-Technical-University": {
|
||||
"name": "YouthMappers ITU",
|
||||
"description": "YouthMappers chapter at Istanbul Technical University",
|
||||
"extendedDescription": "YouthMappers ITU is an interdisciplinary and collaborative student community to promote humanitarian mapping for vulnerable settlements and aims to develop and share strategic and innovative spatial information for the future cities by using geographical information systems and open data."
|
||||
},
|
||||
"Nottingham-OSM-pub-meetup": {
|
||||
"name": "East Midlands (Nottingham) monatliches Treffen im Pub",
|
||||
"description": "Soziales Zusammentreffen für East Midlands Mapper und Benutzer",
|
||||
|
@ -10216,6 +10474,20 @@
|
|||
"description": "Beteilige dich bei #osm-gb auf irc.oftc.net (Port 6667)",
|
||||
"extendedDescription": "Beteilige dich bei #osm-gb auf irc.oftc.net (Port 6667), bitte sei geduldig und warte ein paar Minuten nachdem du eine Frage stellst."
|
||||
},
|
||||
"ym-University-of-Exeter": {
|
||||
"name": "University of Exeter British Red Cross Missing Maps",
|
||||
"description": "YouthMappers chapter at University of Exeter",
|
||||
"extendedDescription": "We are a team of enthusiastic Geographers with comprehensive knowledge of GIS. We are passionate about supporting the British Red Cross Society with various humanitarian aid efforts. We are also important teachers of the significance of mapping remotely sensed data and how this helps on the ground. Our mapathons have themed academic focuses that highlight the different GIS research in our geography department, while also functioning as employability awareness events which we use to invite speakers in to talk about their GIS/British Red Cross careers."
|
||||
},
|
||||
"ym-University-of-Warwick": {
|
||||
"name": "University of Warwick Resilience Mapping Society",
|
||||
"description": "YouthMappers chapter at University of Warwick",
|
||||
"extendedDescription": "We are a group of enthusiastic mappers based at Warwick University. Our aim is to get people excited about humanitarian mapping and help them understand the impact this activity has on the field. We are closely aligned with Missing Maps and Doctors Without Borders UK and focus on HOT tasks in our mapping activities and workshops. Our mapathons are listed on the Missing Maps page whenever they are scheduled."
|
||||
},
|
||||
"ym-Sacred-Heart-Junior-College": {
|
||||
"name": "Youth Mappers at Sacred Heart Junior College",
|
||||
"description": "YouthMappers chapter at Sacred Heart Junior College"
|
||||
},
|
||||
"OSM-CA-Slack": {
|
||||
"name": "OSM Kalifornien USA Slack",
|
||||
"description": "Alle sind willkommen, melde dich an: {signupUrl}"
|
||||
|
@ -10224,14 +10496,42 @@
|
|||
"name": "OpenStreetMap Vancouver",
|
||||
"description": "Mapper und OpenStreetMap Benutzer in Vancouver, Kanada"
|
||||
},
|
||||
"ym-Universidad-de-Costa-Rica": {
|
||||
"name": "YouthMappers de Universidad de Costa Rica",
|
||||
"description": "YouthMappers chapter at Universidad de Costa Rica",
|
||||
"extendedDescription": "YouthMappers de Universidad de Costa Rica nace en función de acción social para y por miembros de comunidades distintas según temáticas de involucramiento, interacción y representación de variables dentro de un espacio geográfico definido (un territorio) Gracias a las herramientas de OpenStreetMaps tenemos la viabilidad de poder obtener, validar y compartir la información generada para comprobación y uso destinadas a las comunidades o el interesado en tales temáticas objetivas."
|
||||
},
|
||||
"OSM-CU-telegram": {
|
||||
"name": "OSM Kuba auf Telegram",
|
||||
"description": "OpenStreetMap Kuba Telegram chat"
|
||||
},
|
||||
"ym-Universidad-Nacional-Autnoma-de-Honduras": {
|
||||
"name": "PumaGis Hn",
|
||||
"description": "YouthMappers chapter at Universidad Nacional Autónoma de Honduras"
|
||||
},
|
||||
"ym-University-of-the-West-Indies-Mona-Campus": {
|
||||
"name": "Libraries Outreach - ODL",
|
||||
"description": "YouthMappers chapter at University of the West Indies, Mona Campus",
|
||||
"extendedDescription": "The UWI, Mona Campus Library engages in public, outreach and special projects. This will allow our library the means to be a catalyst for spatial literacy and advocate for spatial data sharing and access to Jamaican and Caribbean interests. We have disaster relief and communication needs and extensive earth science and geo-hazards needs to better serve our campus and community. Specifically, we hace a Science Library to showcase such to all faculty and students."
|
||||
},
|
||||
"OSM-NI-telegram": {
|
||||
"name": "OSM Nicaragua auf Telegram",
|
||||
"description": "OpenStreetMap Nicaragua Telegram chat"
|
||||
},
|
||||
"ym-Universidad-Nacional-de-Ingenieria": {
|
||||
"name": "Yeka Street MGA",
|
||||
"description": "YouthMappers chapter at Universidad Nacional de Ingenieria",
|
||||
"extendedDescription": "YEKA STREET is a work team constituted by students from Universidad Nacional de Ingenieria at Managua, Nicaragua. With the principal purpose of apply our knowledge and skills using many tools and apps to map areas in our cities and contribute to the development community projects and disasters relieve plans. We want to lead the way adding more students from all careers and universities in our country to join us at this cause, increasing in this way the life level and reducing the population vulnerability."
|
||||
},
|
||||
"ym-University-of-Panama": {
|
||||
"name": "YouthMappers UP",
|
||||
"description": "YouthMappers chapter at University of Panama",
|
||||
"extendedDescription": "Student mappers in Panama work with open spatial data to help identify, define, address, and create meaning about locally defined development challenges. They collaborate with students from other countries on community mapping topics from ecotourism to food security, from biodiversity to indigenous issues, promoting a humanistic vision through scientific perspectives."
|
||||
},
|
||||
"ym-Universidad-de-Puerto-Rico-Rio-Piedras": {
|
||||
"name": "UPR YouthMappers",
|
||||
"description": "YouthMappers chapter at Universidad de Puerto Rico - Rio Piedras"
|
||||
},
|
||||
"Bay-Area-OpenStreetMappers": {
|
||||
"name": "Bay Area OpenStreetMappers",
|
||||
"description": "Verbessere OpenStreetMap in der Bay Area",
|
||||
|
@ -10342,7 +10642,19 @@
|
|||
"OSM-US": {
|
||||
"name": "OpenStreetMap US",
|
||||
"description": "Wir helfen dabei OpenStreetMap in den USA zu verbessern.",
|
||||
"extendedDescription": "Wir unterstützen OpenStreetMap durch eine jährliche Konferenz, Unterstützung von lokalen OSM-Gruppen, Aufbau von Partnerschaft und durch Verbreitung des Vorteilen von OSM. Beteiligte sich an OpenStreetMap US hier: {signupUrl}"
|
||||
"extendedDescription": "Wir unterstützen OpenStreetMap durch eine jährliche Konferenz, Unterstützung von lokalen OSM-Gruppen, Aufbau von Partnerschaft und durch Verbreitung des Vorteilen von OSM. Beteiligte sich an OpenStreetMap US hier: {signupUrl}",
|
||||
"events": {
|
||||
"sotmus2019-cfs": {
|
||||
"name": "Propose a Talk for SotM-US 2019",
|
||||
"description": "We are calling on all members of the OpenStreetMap community to share your ideas and session proposals for State of the Map US 2019. Whether you are brand new to OSM or have been a core contributor since the beginning, we want to hear from you!",
|
||||
"where": "Minneapolis, Minnesota"
|
||||
},
|
||||
"sotmus2019": {
|
||||
"name": "State of the Map US 2019",
|
||||
"description": "Join the OpenStreetMap community at State of the Map US in Minneapolis, Minnesota. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",
|
||||
"where": "Minneapolis, Minnesota"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OSM-Utah": {
|
||||
"name": "OpenStreetMap Utah",
|
||||
|
@ -10372,6 +10684,208 @@
|
|||
"description": "Mapper und OpenStreetMap Benutzer in und um Grand Junction, Colorado, USA",
|
||||
"extendedDescription": "Das Ziel dieser Gruppe ist OpenStreetMap in der Region einzuführen, eine Gemeinschaft von Mappern zu entwickeln, die erstaunlichsten Geodaten mit allen zur Verfügung stehenden Mitteln zu erzeugen und diese Daten in der ganzen Gegend bekannt zu machen. Stell dir einen ganz genaue Wanderkarte oder auch genaue Karte der Fahrradwege vor; oder alles andere was du willst, das ist die Freude von OpenStreetMap!"
|
||||
},
|
||||
"ym-Ball-State-University": {
|
||||
"name": "Gamma Theta Upsilon- Iota Omega Chapter",
|
||||
"description": "YouthMappers chapter at Ball State University",
|
||||
"extendedDescription": "Our chapter is a very active one. We primarily focus on community events, fundraising, and field trips. We are currently looking to develop more mapping-related activities to draw in other students from campus who may be interested in contributing."
|
||||
},
|
||||
"ym-California-University-of-Pennsylvania": {
|
||||
"name": "CalU PA GIS Club",
|
||||
"description": "YouthMappers chapter at California University of Pennsylvania",
|
||||
"extendedDescription": "GIS Students at Cal U learn to apply spatial theory to the real world. The university degree program focuses on geography as well as utilizing GIS in emergency management."
|
||||
},
|
||||
"ym-Central-Washington-University": {
|
||||
"name": "Geography Club",
|
||||
"description": "YouthMappers chapter at Central Washington University",
|
||||
"extendedDescription": "Our goal teaming up with Youthmappers is to bring relief to areas that are in need of humanitarian mapping. By doing so, we are serving our fellow brothers and sisters around the world as well as furthering our own cartography skills."
|
||||
},
|
||||
"ym-Clemson-University": {
|
||||
"name": "Clemson Mappers",
|
||||
"description": "YouthMappers chapter at Clemson University",
|
||||
"extendedDescription": "Students in Clemson are supported by the Center for Geospatial Technologies, a community of interdisciplinary geospatial science practitioners supporting research, teaching, and outreach activities using technologies that enable the collection, analysis, and application of geospatial data. Students integrate geospatial technologies within their scholarly activities across all disciplines and build connections throughout the world."
|
||||
},
|
||||
"ym-College-of-William-and-Mary": {
|
||||
"name": "All over the map!",
|
||||
"description": "YouthMappers chapter at College of William and Mary",
|
||||
"extendedDescription": "The students who are all over the map are supported by the Center for Geospatial Analysis, a group integrating GIS across the curriculum and providing student and faculty with hardware, software, and expertise. Students of all backgrounds utilize GIS across campus, including environmental science and policy, geology, history, business, sociology, biology, anthropology, public policy, and marine sciences."
|
||||
},
|
||||
"ym-Cornell-University": {
|
||||
"name": "Mapping Society",
|
||||
"description": "YouthMappers chapter at Cornell University",
|
||||
"extendedDescription": "Cornell students and faculty use open data and open source software to address challenges at local, national, and global scales. In doing so, we advance our academic and personal goals of developing our own skills around GIS and spatial literacy."
|
||||
},
|
||||
"ym-George-Mason-University": {
|
||||
"name": "Mason Mappers",
|
||||
"description": "YouthMappers chapter at George Mason University",
|
||||
"extendedDescription": "Mason Mappers Student Society is a humanitarian mapping student organization in the George Mason University GGS Department, and its goal is to promote education and knowledge in geo-technologies, geo-info science, to foster good global stewardship and engage in professional development while building a positive, interactive geo-community, as well as shaping students into leaders of tomorrow."
|
||||
},
|
||||
"ym-Indiana-University-of-Pennsylvania": {
|
||||
"name": "Geospatial Science Club",
|
||||
"description": "YouthMappers chapter at Indiana University of Pennsylvania"
|
||||
},
|
||||
"ym-Jacksonville-State-University": {
|
||||
"name": "JSU Disaster Mapping Team",
|
||||
"description": "YouthMappers chapter at Jacksonville State University",
|
||||
"extendedDescription": "The JSU Disaster Mapping Team is a program at Jacksonville State University dedicated to assisting disaster response in times of emergencies. This includes tornadoes, severe thunderstorms, floods, etc. The team is intended to be a valuable asset to surrounding counties and a conduit for the JSU Geoscience Department students to apply what they have learned in an academic setting to support emergency services. Our goal is to streamline disaster response and recovery operations while utilizing student skill sets"
|
||||
},
|
||||
"ym-Kansas-State-University": {
|
||||
"name": "Gamma Theta Upsilon: Beta Psi Chapter",
|
||||
"description": "YouthMappers chapter at Kansas State University",
|
||||
"extendedDescription": "We are the Kansas State University Chapter of Gamma Theta Upsilon, an international geography honor society with affiliation to YouthMappers. We have been active with mapping for OSM and conducted a mapathon called \"Map for Nepal,\" in which we used OpenStreetMap to digitize unmapped areas of Nepal after the earthquake in 2015."
|
||||
},
|
||||
"ym-McGill-University": {
|
||||
"name": "Open Mapping Group McGill: A Member of the McGill Undergraduate Geography Society",
|
||||
"description": "YouthMappers chapter at McGill University",
|
||||
"extendedDescription": "The Open Mapping Group McGill: A Member of McGill Undergraduate Geography Society (OMG McGill) aims to connect students with open geospatial data and technologies to enhance resilience, community-building, and learning through mapping–on campus, in Montreal, in Canada, and abroad."
|
||||
},
|
||||
"ym-Miami-University": {
|
||||
"name": "Geography and Planning Society",
|
||||
"description": "YouthMappers chapter at Miami University",
|
||||
"extendedDescription": "GPS at Miami University aims to create a close-knit community of planners and geographers who want to have fun, learn more about careers and higher education in their field, network, and work alongside professionals for real experience."
|
||||
},
|
||||
"ym-Monroe-Community-College": {
|
||||
"name": "MCC Mapping Corps",
|
||||
"description": "YouthMappers chapter at Monroe Community College"
|
||||
},
|
||||
"ym-Montgomery-College": {
|
||||
"name": "GeoMC",
|
||||
"description": "YouthMappers chapter at Montgomery College",
|
||||
"extendedDescription": "GeoMC’s mission is to provide students with hands-on experience in applying geospatial tools, collecting data, and project management. Most of our students come with a background in GIS and are geography majors. Our chapter’s members come from diverse backgrounds and we all work together to make a positive impact in the world live in."
|
||||
},
|
||||
"ym-New-York-University": {
|
||||
"name": "NYU mHealth Initiative Mapping Corps",
|
||||
"description": "YouthMappers chapter at New York University",
|
||||
"extendedDescription": "The NYU mobile health or “mHealth” research initiative focuses on development of systems that link people - usually via their phones - to the places that they live and traverse, and thus supports novel research on the way phones and maps can be leveraged to understand behavioral decision making and ultimately health outcomes."
|
||||
},
|
||||
"ym-Ohio-Wesleyan-University": {
|
||||
"name": "Environment and Wildlife Club",
|
||||
"description": "YouthMappers chapter at Ohio Wesleyan University",
|
||||
"extendedDescription": "Environment and Wildlife Club looks at environmental issues on campus, in Delaware, and even nationally! We create campus and community projects, explore and enjoy the outdoors, volunteer, and try to promote environmentalism in every aspect of our lives."
|
||||
},
|
||||
"ym-Oklahoma-State-University": {
|
||||
"name": "Geography Club",
|
||||
"description": "YouthMappers chapter at Oklahoma State University"
|
||||
},
|
||||
"ym-State-University-of-New-York-Geneseo": {
|
||||
"name": "SUNY Geneseo GIS Association",
|
||||
"description": "YouthMappers chapter at State University of New York Geneseo",
|
||||
"extendedDescription": "We spread awareness, support, education, volunteerism, and career advancement opportunities in geographic information systems, across disciplines and departments, in the context of SUNY Geneseo, the local community, and global community."
|
||||
},
|
||||
"ym-SUNY-at-Fredonia": {
|
||||
"name": "Geoventurers",
|
||||
"description": "YouthMappers chapter at SUNY at Fredonia",
|
||||
"extendedDescription": "GeoVenturers is a group of students joining together across a number of majors on our campus that see geospatial technologies as a tool to serve others and to bring people together. Mentoring for the group brings in science education from the department of curriculum and instruction. We hope that we can bring our skills to play in helping make people's lives better."
|
||||
},
|
||||
"ym-Texas-Tech-University": {
|
||||
"name": "YouthMappers at TTU",
|
||||
"description": "YouthMappers chapter at Texas Tech University",
|
||||
"extendedDescription": "As one of the co-founding chapters of the network, the TTU YouthMappers are enthusiastic to serve as interdisciplinary leaders to help create open geographic data and analyses that address locally defined development challenges worldwide. The chapter strives to exchange and collaborate with other chapters around the globe while also offering themselves as a local resource and service to Texas Tech student organizations in ways that add value to their respecitive campus activities through mapping."
|
||||
},
|
||||
"ym-The-Citadel": {
|
||||
"name": "YouthMappers at The Citadel",
|
||||
"description": "YouthMappers chapter at The Citadel",
|
||||
"extendedDescription": "This chapter is also a Rotaract Club, which is an affiliate of Rotary International. Multiple members, as well as leadership have expressed an interest in YouthMappers and we would like to affiliate our Citadel Rotaract Club with YouthMappers."
|
||||
},
|
||||
"ym-The-George-Washington-University": {
|
||||
"name": "Humanitarian Mapping Society",
|
||||
"description": "YouthMappers chapter at The George Washington University",
|
||||
"extendedDescription": "Models of leadership and engagement, HMS seeks to render aid and better the world through humanitarian Geographic Information Systems (GIS) projects. This co-founding affiliated chapter on the campus of GWU has a plethora of experience to share, and frequently partners directly with USAID, the American Red Cross, and the US Department of State in their DC area to expand student-led efforts and serve the global community."
|
||||
},
|
||||
"ym-The-Johns-Hopkins-University-SAIS": {
|
||||
"name": "SAIS YouthMappers",
|
||||
"description": "YouthMappers chapter at The Johns Hopkins University, SAIS",
|
||||
"extendedDescription": "The mission of SAIS Youth Mappers is to provide students at the Johns Hopkins University SAIS with the opportunity to become highly skilled humanitarian mappers. As a group within the South Asia Club, its primary focus is on supporting humanitarian mapping projects in the Indo-Pacific Region."
|
||||
},
|
||||
"ym-The-Pennsylvania-State-University": {
|
||||
"name": "Penn State GIS Coalition",
|
||||
"description": "YouthMappers chapter at The Pennsylvania State University",
|
||||
"extendedDescription": "The Penn State Geospatial Information Science (GIS) Coalition is an organization that offers students majoring, minoring, or sharing an interest in GIS opportunities to develop supplementary knowledge and skills necessary to succeed in the professional GIS industry."
|
||||
},
|
||||
"ym-University-of-California-Davis": {
|
||||
"name": "Mapping Club",
|
||||
"description": "YouthMappers chapter at University of California, Davis"
|
||||
},
|
||||
"ym-University-of-Central-Florida": {
|
||||
"name": "Geospatial Information Society",
|
||||
"description": "YouthMappers chapter at University of Central Florida",
|
||||
"extendedDescription": "Our mission is to foster a social and educational environment for all majors who are interested in the discussion and application of GIS. Group and community events throughout the academic year organize students to volunteer to help local and regional communities by using community-based GIS projects and educating local middle and high school students on the use and application of GIS."
|
||||
},
|
||||
"ym-University-of-Chicago": {
|
||||
"name": "Tobler Society",
|
||||
"description": "YouthMappers chapter at University of Chicago"
|
||||
},
|
||||
"ym-University-of-Maryland-College-Park": {
|
||||
"name": "Geography Club",
|
||||
"description": "YouthMappers chapter at University of Maryland - College Park",
|
||||
"extendedDescription": "The mission of the Geography Club at the University of Maryland College Park is to engage and encourage students to explore geographic interests within the campus and the community."
|
||||
},
|
||||
"ym-University-of-North-Texas": {
|
||||
"name": "UNT Geography Club",
|
||||
"description": "YouthMappers chapter at University of North Texas",
|
||||
"extendedDescription": "The Geography Club is a student organization at University of North Texas that welcomes all students who are interested in geography. The objective of the Geography Club is to promote interest in Geography, the Major and the Geography Department along with fellowship among students and faculty. The club also seeks to represent student needs and wants in regard to the study of geography and to provide a forum for the presentation of innovative ideas to the benefit of the University community."
|
||||
},
|
||||
"ym-University-of-Northern-Colorado": {
|
||||
"name": "UNCO Geography and GIS Club",
|
||||
"description": "YouthMappers chapter at University of Northern Colorado",
|
||||
"extendedDescription": "Official Geography and GIS Club chapter affiliated with the University of Northern Colorado where our aim is to learn, share and connect with those around us. #MakingSenseOfTheWorld"
|
||||
},
|
||||
"ym-University-of-Oregon": {
|
||||
"name": "Map by Northwest",
|
||||
"description": "YouthMappers chapter at University of Oregon",
|
||||
"extendedDescription": "Map By Northwest aims to engage undergraduate students at the University of Oregon in mapping projects to assist in humanitarian causes and for conducting geographic research. We welcome students from all disciplines to join us in our mapping adventures."
|
||||
},
|
||||
"ym-University-of-Redlands": {
|
||||
"name": "URSpatial Geo-Thinkers",
|
||||
"description": "YouthMappers chapter at University of Redlands",
|
||||
"extendedDescription": "To build upon the members' GIS skills and knowledge of the tools and methods through applied social engagement as well as to educate the campus community about the power of mapping and spatial analysis through community service events."
|
||||
},
|
||||
"ym-University-of-South-Carolina": {
|
||||
"name": "Geography Graduate Student Association",
|
||||
"description": "YouthMappers chapter at University of South Carolina",
|
||||
"extendedDescription": "The GGSA is a fully student-run organization, designed to serve as an advocate and resource for all geography graduate students by filling the role of liaison between the department and students. Our goal is to further professional, academic, and personal development of graduate students interested in the field of geography and its sub disciplines."
|
||||
},
|
||||
"ym-University-of-Southern-California": {
|
||||
"name": "SC Mappers",
|
||||
"description": "YouthMappers chapter at University of Southern California",
|
||||
"extendedDescription": "We see the world differently: we view it through a spatial lens. With the power of spatial thinking, we connect place and space to help address global challenges. Collaborate with us!"
|
||||
},
|
||||
"ym-University-of-Vermont": {
|
||||
"name": "University of Vermont Humanitarian Mapping Club",
|
||||
"description": "YouthMappers chapter at University of Vermont"
|
||||
},
|
||||
"ym-University-of-Victoria": {
|
||||
"name": "Society of Geography Students",
|
||||
"description": "YouthMappers chapter at University of Victoria",
|
||||
"extendedDescription": "SOGS seeks to promote and represent social and academic interests within the Department of Geography. This is expressed by four key goals: To provide a forum for the discussion of matters concerning the quality and accessibility of education within geography; to provide a means of expressing a consensus of student opinion to deparhnental faculty through representation at deparkrnental meetings and on departrnental committees; to undertake anangements for such activities as are for the benefit of students and are seen to be within the field of interest of students in geography; to act as a liaison through the UVSS and the Course Union Council with other student groups on campus"
|
||||
},
|
||||
"ym-University-of-Wyoming": {
|
||||
"name": "Gamma Theta Upsilon/Geography Club",
|
||||
"description": "YouthMappers chapter at University of Wyoming"
|
||||
},
|
||||
"ym-UW-Madison": {
|
||||
"name": "BadgerMaps",
|
||||
"description": "YouthMappers chapter at UW-Madison",
|
||||
"extendedDescription": "BadgerMaps is the UW campus chapter of Youthmappers, an organization dedicated to humanitarian and community mapping services. We connect our volunteer network with opportunities to create GIS data for projects that need it."
|
||||
},
|
||||
"ym-Vassar-College": {
|
||||
"name": "Hudson Valley Mappers",
|
||||
"description": "YouthMappers chapter at Vassar College",
|
||||
"extendedDescription": "Our mission is to provide a multi-disciplinary platform for peers, educators, and community organizations to engage in local mapping projects with a focus on strengthening our local ecosystems, our built environment, and the health of our community. We also seek to contribute geospatial support for global humanitarian aid and development efforts."
|
||||
},
|
||||
"ym-Villanova-University": {
|
||||
"name": "The Villanova Globeplotters",
|
||||
"description": "YouthMappers chapter at Villanova University",
|
||||
"extendedDescription": "The Villanova Globeplotters is built on Villanova’s Augustinian principle of selfless-service to the global community. Mixed with relaxed social interaction, we strive to provide geospatial outreach to those in need regardless of participating students’ race, academic major, student group association, or college career level."
|
||||
},
|
||||
"ym-West-Virginia-University": {
|
||||
"name": "Maptime Morgantown",
|
||||
"description": "YouthMappers chapter at West Virginia University",
|
||||
"extendedDescription": "Working as a collaborative team, this co-founding chapter focuses on providing an open learning environment for those interested in working on projects that intersect international development, emergency response, and geographic information science.\nThey connect beginners and experts by providing technical training and experience in building meaningful and useful geographic infrastructure data, while connecting to sister cities around the world."
|
||||
},
|
||||
"ym-Western-Michigan-University": {
|
||||
"name": "Geography Club",
|
||||
"description": "YouthMappers chapter at Western Michigan University"
|
||||
},
|
||||
"Maptime-Australia-Slack": {
|
||||
"name": "Maptime Australia Slack",
|
||||
"description": "Beteilige dich unter {signupUrl}"
|
||||
|
@ -10486,6 +11000,36 @@
|
|||
"name": "OpenStreetMap Kolumbien",
|
||||
"description": "Nachrichten von der OpenStreetMap Gemeinschaft in Kolumbien und der OSMCo Sitftung"
|
||||
},
|
||||
"ym-Universidad-de-Antioquia": {
|
||||
"name": "Geomatica UDEA",
|
||||
"description": "YouthMappers chapter at Universidad de Antioquia",
|
||||
"extendedDescription": "We are a group interested in geospatial data, voluntary cartography, and participating in mapping with others in our country and within the YouthMappers network."
|
||||
},
|
||||
"ym-Universidad-de-La-Guajira": {
|
||||
"name": "Grupo Mesh",
|
||||
"description": "YouthMappers chapter at Universidad de La Guajira",
|
||||
"extendedDescription": "Grupo Mesh is a student organization at the Universidad de la Guajira in Colombia, including students from the program of Environmental Engineering who learn cartography and open mapping."
|
||||
},
|
||||
"ym-Universidad-de-Los-Andes": {
|
||||
"name": "Cartografos Uniandes",
|
||||
"description": "YouthMappers chapter at Universidad de Los Andes",
|
||||
"extendedDescription": "We are a circle of student participation that seeks to use mapping and spatial reasoning as a means to create bonds of cooperation and integration between the university and society by addressing different spatial, social, political , economic and cultural dynamics."
|
||||
},
|
||||
"ym-Universidad-de-San-Buenaventura": {
|
||||
"name": "YouthMappers San Buenaventura",
|
||||
"description": "YouthMappers chapter at Universidad de San Buenaventura",
|
||||
"extendedDescription": "We are pleased to join YouthMappers mapping for a better world and community."
|
||||
},
|
||||
"ym-Universidad-Distrital-Francisco-Jose-de-Caldas": {
|
||||
"name": "YouthMappers at Bogota",
|
||||
"description": "YouthMappers chapter at Universidad Distrital Francisco Jose de Caldas",
|
||||
"extendedDescription": "The Universidad Distrital Francisco José de Caldas is a public, coeducational, research university based in Bogotá, Colombia with a population of 26,140 students."
|
||||
},
|
||||
"ym-Universidad-Nacional-de-Colombia": {
|
||||
"name": "Grupo UN",
|
||||
"description": "YouthMappers chapter at Universidad Nacional de Colombia",
|
||||
"extendedDescription": "Students are uniting to map and network with university students across the country of Colombia and across the globe. Geographic specialties include affiliation with microbiology and health disciplines."
|
||||
},
|
||||
"OSM-EC-telegram": {
|
||||
"name": "OSM Ecuador auf Telegram",
|
||||
"description": "OpenStreetMap Ecuador Telegram chat"
|
||||
|
|
108
vendor/assets/iD/iD/locales/en-AU.json
vendored
108
vendor/assets/iD/iD/locales/en-AU.json
vendored
|
@ -1,15 +1,60 @@
|
|||
{
|
||||
"en-AU": {
|
||||
"toolbar": {
|
||||
"favorites": "Favourites"
|
||||
},
|
||||
"presets": {
|
||||
"fields": {
|
||||
"height": {
|
||||
"label": "Height (Metres)"
|
||||
},
|
||||
"height_building": {
|
||||
"label": "Building Height (Metres)"
|
||||
},
|
||||
"kerb": {
|
||||
"label": "Kerb"
|
||||
},
|
||||
"length": {
|
||||
"label": "Length (Metres)"
|
||||
},
|
||||
"recycling_type": {
|
||||
"options": {
|
||||
"centre": "Centre"
|
||||
},
|
||||
"placeholder": "Container, Centre"
|
||||
},
|
||||
"width": {
|
||||
"label": "Width (Metres)"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"amenity/arts_centre": {
|
||||
"name": "Arts Centre"
|
||||
},
|
||||
"amenity/community_centre": {
|
||||
"name": "Community Centre"
|
||||
},
|
||||
"amenity/community_centre/lgbtq": {
|
||||
"name": "LGBTQ+ Community Centre"
|
||||
},
|
||||
"amenity/conference_centre": {
|
||||
"name": "Convention Centre"
|
||||
},
|
||||
"amenity/dive_centre": {
|
||||
"name": "Dive Centre"
|
||||
},
|
||||
"amenity/fuel": {
|
||||
"name": "Service Station"
|
||||
},
|
||||
"amenity/payment_centre": {
|
||||
"name": "Payment Centre"
|
||||
},
|
||||
"amenity/recycling_centre": {
|
||||
"name": "Recycling Centre"
|
||||
},
|
||||
"amenity/social_centre": {
|
||||
"name": "Social Center"
|
||||
},
|
||||
"barrier/kerb": {
|
||||
"name": "Kerb"
|
||||
},
|
||||
|
@ -19,6 +64,69 @@
|
|||
"barrier/kerb/lowered": {
|
||||
"name": "Lowered Kerb"
|
||||
},
|
||||
"healthcare/birthing_center": {
|
||||
"name": "Birthing Centre"
|
||||
},
|
||||
"healthcare/blood_donation": {
|
||||
"name": "Blood Donor Centre"
|
||||
},
|
||||
"highway/crossing/marked": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/crossing/marked-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/crossing/zebra": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/crossing/zebra-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/footway/marked": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/footway/marked-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/footway/sidewalk": {
|
||||
"name": "Footpath"
|
||||
},
|
||||
"highway/footway/zebra": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/footway/zebra-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"leisure/adult_gaming_centre": {
|
||||
"name": "Adult Gaming Centre"
|
||||
},
|
||||
"leisure/fitness_centre": {
|
||||
"name": "Gym / Fitness Centre"
|
||||
},
|
||||
"leisure/sports_centre": {
|
||||
"name": "Sports Centre / Complex"
|
||||
},
|
||||
"shop/cheese": {
|
||||
"name": "Cheese Shop",
|
||||
"terms": "Cheesemonger"
|
||||
},
|
||||
"shop/chemist": {
|
||||
"name": "Pharmacy",
|
||||
"terms": "Chemist"
|
||||
},
|
||||
"shop/chocolate": {
|
||||
"name": "Chocolate Shop",
|
||||
"terms": "Chocolatier"
|
||||
},
|
||||
"shop/garden_centre": {
|
||||
"name": "Garden Centre"
|
||||
},
|
||||
"shop/tyres": {
|
||||
"name": "Tyre Shop"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Data Centre"
|
||||
},
|
||||
"tourism/caravan_site": {
|
||||
"name": "Caravan Site"
|
||||
}
|
||||
|
|
24
vendor/assets/iD/iD/locales/en-GB.json
vendored
24
vendor/assets/iD/iD/locales/en-GB.json
vendored
|
@ -3708,6 +3708,18 @@
|
|||
"highway/corridor": {
|
||||
"name": "Indoor Corridor"
|
||||
},
|
||||
"highway/crossing/marked": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/crossing/marked-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/crossing/zebra": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/crossing/zebra-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/cycleway": {
|
||||
"name": "Cycle Path"
|
||||
},
|
||||
|
@ -3717,6 +3729,18 @@
|
|||
"highway/footway": {
|
||||
"name": "Foot Path"
|
||||
},
|
||||
"highway/footway/marked": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/footway/marked-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/footway/zebra": {
|
||||
"name": "Marked Crossing"
|
||||
},
|
||||
"highway/footway/zebra-raised": {
|
||||
"name": "Marked Crossing (Raised)"
|
||||
},
|
||||
"highway/give_way": {
|
||||
"name": "Give Way Sign"
|
||||
},
|
||||
|
|
81
vendor/assets/iD/iD/locales/en.json
vendored
81
vendor/assets/iD/iD/locales/en.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Buildings",
|
||||
"tooltip": "Buildings, Shelters, Garages, etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Building Parts",
|
||||
"tooltip": "3D Building and Roof Components"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Indoor Features",
|
||||
"tooltip": "Rooms, Corridors, Stairwells, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Landuse Features",
|
||||
"tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Rail Features",
|
||||
"tooltip": "Railways"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistes",
|
||||
"tooltip": "Ski Slopes, Sled Runs, Ice Skating Trails, etc."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Aerial Features",
|
||||
"tooltip": "Chair Lifts, Gondolas, Zip Lines, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Power Features",
|
||||
"tooltip": "Power Lines, Power Plants, Substations, etc."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Almost Junctions",
|
||||
"message": "{feature} is very close but not connected to {feature2}",
|
||||
"tip": "Find features that should possibly be connected to other nearby features",
|
||||
"self": {
|
||||
"message": "{feature} ends very close to itself but does not reconnect"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Intersecting highways should share a junction vertex."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Very Close Points",
|
||||
"tip": "Find redundant and crowded points",
|
||||
"message": "Two points in {way} are very close together",
|
||||
"tip": "Find redundant points in ways",
|
||||
"reference": "Redundant points in a way should be merged or moved apart."
|
||||
"reference": "Redundant points in a way should be merged or moved apart.",
|
||||
"detached": {
|
||||
"message": "{feature} is too close to {feature2}",
|
||||
"reference": "Separate points should not share a location."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Crossings Ways",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Outdated Tags",
|
||||
"message": "{feature} has outdated tags",
|
||||
"tip": "Find features with deprecated tags that can be updated",
|
||||
"reference": "Some tags change over time and should be updated."
|
||||
"reference": "Some tags change over time and should be updated.",
|
||||
"incomplete": {
|
||||
"message": "{feature} has incomplete tags",
|
||||
"reference": "Some features should have additional tags."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Private Information",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"recommended": "Recommended"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Type"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Resources"
|
||||
},
|
||||
|
@ -6115,7 +6145,7 @@
|
|||
},
|
||||
"highway/cycleway/bicycle_foot": {
|
||||
"name": "Cycle & Foot Path",
|
||||
"terms": "bicycle and foot path,mixed-use trail,multi-use trail,segregated trail"
|
||||
"terms": "bicycle and foot path,bike and pedestrian path,green way,greenway,mixed-use trail,multi-use trail,segregated trail"
|
||||
},
|
||||
"highway/cycleway/crossing/marked": {
|
||||
"name": "Marked Cycle Crossing",
|
||||
|
@ -6641,6 +6671,10 @@
|
|||
"name": "Vineyard",
|
||||
"terms": "grape,wine"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Winter Sports Area",
|
||||
"terms": "piste area,ski area,ski hill,ski mountain,ski resort,snow board area,snowboard area"
|
||||
},
|
||||
"leisure/adult_gaming_centre": {
|
||||
"name": "Adult Gaming Center",
|
||||
"terms": "gambling,slot machine"
|
||||
|
@ -6681,6 +6715,10 @@
|
|||
"name": "Dance School",
|
||||
"terms": "jive,swing,tango,waltz,dance teaching"
|
||||
},
|
||||
"leisure/disc_golf_course": {
|
||||
"name": "Disc Golf Course",
|
||||
"terms": "disk golf,frisbee golf,flying disc golf,frolf,ultimate"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"name": "Dog Park",
|
||||
"terms": ""
|
||||
|
@ -6841,6 +6879,10 @@
|
|||
"name": "Riding Arena",
|
||||
"terms": "dressage,equestrian,horse,horseback,riding"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Field Hockey Pitch",
|
||||
"terms": "landhockey"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Horseshoes Pit",
|
||||
"terms": "horse shoes"
|
||||
|
@ -6891,7 +6933,7 @@
|
|||
},
|
||||
"leisure/resort": {
|
||||
"name": "Resort",
|
||||
"terms": ""
|
||||
"terms": "recreation center,sanatorium,ski and snowboard resort,vacation resort,winter sports resort"
|
||||
},
|
||||
"leisure/sauna": {
|
||||
"name": "Sauna",
|
||||
|
@ -7101,6 +7143,10 @@
|
|||
"name": "Storage Tank",
|
||||
"terms": "water,oil,gas,petrol"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Water Tank",
|
||||
"terms": "cistern,water tower"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Street Cabinet",
|
||||
"terms": "cable tv,monitoring box,technical box,telecommunications,traffic signal controls"
|
||||
|
@ -9130,13 +9176,6 @@
|
|||
"description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
|
||||
"name": "DigitalGlobe Standard Imagery Vintage"
|
||||
},
|
||||
"DigitalGlobe-Vivid": {
|
||||
"attribution": {
|
||||
"text": "Terms & Feedback"
|
||||
},
|
||||
"description": "DigitalGlobe-Vivid is a mosaic with optimal aesthetics and currency for any area on the globe, 50cm resolution or better, and image currency <20 month average globally.",
|
||||
"name": "DigitalGlobe Vivid Imagery"
|
||||
},
|
||||
"EOXAT2018CLOUDLESS": {
|
||||
"attribution": {
|
||||
"text": "Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018)"
|
||||
|
@ -9172,6 +9211,20 @@
|
|||
"description": "Satellite and aerial imagery.",
|
||||
"name": "Mapbox Satellite"
|
||||
},
|
||||
"Maxar-Premium": {
|
||||
"attribution": {
|
||||
"text": "Terms & Feedback"
|
||||
},
|
||||
"description": "Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",
|
||||
"name": "Maxar Premium Imagery (Beta)"
|
||||
},
|
||||
"Maxar-Standard": {
|
||||
"attribution": {
|
||||
"text": "Terms & Feedback"
|
||||
},
|
||||
"description": "Maxar Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",
|
||||
"name": "Maxar Standard Imagery (Beta)"
|
||||
},
|
||||
"OSM_Inspector-Addresses": {
|
||||
"attribution": {
|
||||
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
|
||||
|
@ -9232,6 +9285,10 @@
|
|||
"description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
|
||||
"name": "National Agriculture Imagery Program"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",
|
||||
"name": "U.S. Forest Roads Overlay"
|
||||
|
|
56
vendor/assets/iD/iD/locales/eo.json
vendored
56
vendor/assets/iD/iD/locales/eo.json
vendored
|
@ -781,6 +781,14 @@
|
|||
"description": "Konstruaĵoj",
|
||||
"tooltip": "Konstruaĵoj, ŝirmejoj, garaĝoj, ktp."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Partoj de konstruaĵoj",
|
||||
"tooltip": "3‑dimensiaj detaloj pri konstruaĵoj kaj tegmentoj"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Enkonstruaĵaj objektoj",
|
||||
"tooltip": "Ĉambroj, koridoroj, ŝtuparejoj, ktp."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Utilkampoj",
|
||||
"tooltip": "Arbaroj, agrokulturaj terenoj, parkoj, privatdomaj aŭ oficejaj terenoj, ktp."
|
||||
|
@ -797,6 +805,14 @@
|
|||
"description": "Fervojoj",
|
||||
"tooltip": "Fervojoj"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Skivojoj",
|
||||
"tooltip": "Skiaj kaj glitveturilaj kursoj, ktp."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Kablovojoj",
|
||||
"tooltip": "Kablovoja (telferoj) transporto"
|
||||
},
|
||||
"power": {
|
||||
"description": "Elektrejoj",
|
||||
"tooltip": "Elektraj kondukiloj, elektrocentraloj, elektrosubcentraloj, ktp."
|
||||
|
@ -1617,15 +1633,22 @@
|
|||
"title": "Preskaŭ vojkruciĝoj",
|
||||
"message": "{feature} estas tre proksima – sed ne kunigita – al {feature2}",
|
||||
"tip": "Trovi objektojn, kiuj probable devus esti kunigitaj al aliaj proksimaj objektoj.",
|
||||
"self": {
|
||||
"message": "Fino de {feature} estas tre proksima – sed ne kuniĝas – al ĝi"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Intersekcantaj vojoj ĉiam kunhavigu verticon de vojkruciĝo."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Tre proksimaj punktoj",
|
||||
"tip": "Trovi troajn kaj proksimajn punktojn",
|
||||
"message": "Du punktoj en {way} estas tre proksimaj al si",
|
||||
"tip": "Trovi troajn punktojn en linioj",
|
||||
"reference": "Troaj punktoj en linio estu kunfanditaj aŭ disigitaj."
|
||||
"reference": "Troaj punktoj en linio estu kunfanditaj aŭ disigitaj.",
|
||||
"detached": {
|
||||
"message": "{feature} estas tre proksima al {feature2}",
|
||||
"reference": "Apartaj punktoj ne havu la saman pozicion."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Intersekciĝantaj linioj",
|
||||
|
@ -1745,7 +1768,11 @@
|
|||
"title": "Evitindaj etikedoj",
|
||||
"message": "{feature} havas evitindajn etikedojn",
|
||||
"tip": "Trovi objektojn kun kadukaj (neĝisdataj) etikedoj",
|
||||
"reference": "Iuj etikedoj kun la tempo iĝas kadukaj (evitindaj) kaj estu ĝisdatigitaj."
|
||||
"reference": "Iuj etikedoj kun la tempo iĝas kadukaj (evitindaj) kaj estu ĝisdatigitaj.",
|
||||
"incomplete": {
|
||||
"message": "{feature} havas nekompletajn etikedojn",
|
||||
"reference": "Iuj objektoj havu pliajn etikedojn."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Privataj informoj",
|
||||
|
@ -3705,6 +3732,9 @@
|
|||
"yes": "Akceptata"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Speco"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Minaĵoj"
|
||||
},
|
||||
|
@ -6547,6 +6577,10 @@
|
|||
"name": "Vinber-ĝardeno",
|
||||
"terms": "vinberĝardeno,vinberghardeno,vinbergxardeno,vinejo,vinberejo,vitejo"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Vintrosporta centro",
|
||||
"terms": "vintrosportoj,skiado,neĝtabulado,turisma centro"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Ripozejo"
|
||||
},
|
||||
|
@ -6590,6 +6624,10 @@
|
|||
"name": "Danca lernejo",
|
||||
"terms": "danclernejo,dancolernejo"
|
||||
},
|
||||
"leisure/disc_golf_course": {
|
||||
"name": "Ludkampo por golfdisko",
|
||||
"terms": "golfdisko,frisbee,flugdisko,frisbeo"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"name": "Hund-parko",
|
||||
"terms": "hundparko,hundoparko,hunda parko"
|
||||
|
@ -6750,6 +6788,10 @@
|
|||
"name": "Rajdlernejo",
|
||||
"terms": "ĉevalrajdlernejo,rajdlernejo,rajdejo,rajdadejo,maneĝo,maneĝejo,hipodromo"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Ludkampo por herbhokeo",
|
||||
"terms": "herbhokeo,herbohokeo,gazonhokeo"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Hufumluda kampo",
|
||||
"terms": "hufumludo,hufofera ĵetado"
|
||||
|
@ -7013,6 +7055,10 @@
|
|||
"name": "Rezervujo",
|
||||
"terms": "ujego,gasujo,brulaĵujo,naftujo"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Rezervujo (akvo)",
|
||||
"terms": "akvujo,cisterno"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Ŝranko distribua",
|
||||
"terms": "shranko distribua,sxranko distribua,distribua konektoŝranko,skatolo konekta,konektoskatolo"
|
||||
|
@ -9136,6 +9182,10 @@
|
|||
"description": "Flave = publikaj map-datumoj de Usona popolnombrado. Ruĝe = datumoj ne trovitaj en OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "Ĉi tiu jara ortfotmapo DOQQ de «National Agriculture Imagery Program» (NAIP) por ĉiu kontinenta subŝtato de Usono.",
|
||||
"name": "National Agriculture Imagery Program"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Vojo: verda rando = neklasifikita, bruna rando = kampa vojo. Pavimo: helbruna plenigo = sablego, nigra = asfalto, griza = pavimita, blanka = tera, blua = betono, verda = herbo. Blankaj strioj = sezona vojo.",
|
||||
"name": "Surtavolo de arbar-kultivaj vojoj"
|
||||
|
|
121
vendor/assets/iD/iD/locales/es.json
vendored
121
vendor/assets/iD/iD/locales/es.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Edificios",
|
||||
"tooltip": "Edificios, garajes, cobertizos, etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Partes de edificio",
|
||||
"tooltip": "Componentes de edificio y techo en 3D"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Elementos de interior",
|
||||
"tooltip": "Habitaciones, pasillos, escaleras, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Elementos de uso del suelo",
|
||||
"tooltip": "Bosques, tierras de cultivo, parques, áreas residenciales, áreas comerciales, etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Elementos ferroviarios",
|
||||
"tooltip": "Ferrocarriles"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistas",
|
||||
"tooltip": "Pistas de esquí, trineo, patinaje sobre hielo, etc"
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Elementos aéreos",
|
||||
"tooltip": "Telesillas, góndolas, tirolesas, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Elementos de energía",
|
||||
"tooltip": "Líneas eléctricas, plantas de energía, subestaciones, etc."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Casi cruces",
|
||||
"message": "{feature} está muy cerca pero no está conectado a {feature2}",
|
||||
"tip": "Encuentra elementos que posiblemente deberían estar conectadas a otros cercanos",
|
||||
"self": {
|
||||
"message": "{feature} termina muy cerca de sí mismo pero no se vuelve a conectar"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "La intersección de carreteras debe compartir un vértice de unión."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Puntos muy cercanos",
|
||||
"tip": "Encuentra puntos redundantes y abarrotados",
|
||||
"message": "Dos puntos en {way} están muy juntos.",
|
||||
"tip": "Encontrar puntos redundantes en la vía",
|
||||
"reference": "Los puntos redundantes de una vía deben ser combinados o separados."
|
||||
"reference": "Los puntos redundantes de una vía deben ser combinados o separados.",
|
||||
"detached": {
|
||||
"message": "{feature} está muy cerca de {feature2}",
|
||||
"reference": "Los puntos separados no deben compartir una ubicación."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Cruces de vías",
|
||||
|
@ -1744,10 +1767,14 @@
|
|||
"reference": "Los multipolígonos deben estar etiquetados en su relación, no en su vía externa."
|
||||
},
|
||||
"outdated_tags": {
|
||||
"title": "Etiquetas obsoletas",
|
||||
"message": "{feature} tiene etiquetas obsoletas",
|
||||
"title": "Etiquetas desactualizadas",
|
||||
"message": "{feature} tiene etiquetas desactualizadas",
|
||||
"tip": "Encontrar elementos con etiquetas obsoletas que pueden actualizarse",
|
||||
"reference": "Algunas etiquetas cambian con el tiempo y deben actualizarse."
|
||||
"reference": "Algunas etiquetas cambian con el tiempo y deben actualizarse.",
|
||||
"incomplete": {
|
||||
"message": "{feature} tiene etiquetas incompletas",
|
||||
"reference": "Algunas elementos deben tener etiquetas adicionales."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Información privada",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "Aceptado"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Recursos"
|
||||
},
|
||||
|
@ -6548,6 +6578,10 @@
|
|||
"name": "Viñedo",
|
||||
"terms": "viña, viñedo, majuelo, parral"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Área de deportes de invierno",
|
||||
"terms": "área de pistas, área de esquí, esquí, montaña de esquí, estación de esquí, área de snowboard, snowboard"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Ocio"
|
||||
},
|
||||
|
@ -6751,6 +6785,10 @@
|
|||
"name": "Picadero",
|
||||
"terms": "picadero, equitación, monta, caballos, arena"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Campo de hockey",
|
||||
"terms": "hockey"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Foso de herraduras (juego)",
|
||||
"terms": "herradura de caballo"
|
||||
|
@ -7014,6 +7052,10 @@
|
|||
"name": "Tanque de almacenamiento",
|
||||
"terms": "tanque, depósito, deposito, almacenamiento, líquido, gas, petróleo"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Depósito de agua",
|
||||
"terms": "cisterna, torre de agua, tanque"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Gabinete de calle",
|
||||
"terms": "Televisión por cable, caja de monitoreo, caja técnica, telecomunicaciones, control de señales de tráfico"
|
||||
|
@ -8064,7 +8106,7 @@
|
|||
},
|
||||
"shop/car_repair": {
|
||||
"name": "Taller de reparación de automóviles",
|
||||
"terms": "coche, carro, auto, automóvil, vehículo, taller, mecánico, chapero, reparación, reparación de vehículos, reparación de automóviles, reparación del automóvil, taller de reparación, taller de reparaciones, tienda de reparación"
|
||||
"terms": "coche, carro, auto, automóvil, vehículo, taller, mecánico, chapero, reparación, reparación de vehículos, reparación de automóviles, reparación del automóvil, taller de reparación, taller de reparaciones, tienda de reparación, gomería, gomeria, neumáticos"
|
||||
},
|
||||
"shop/caravan": {
|
||||
"name": "Concesionario de Caravanas",
|
||||
|
@ -8452,8 +8494,8 @@
|
|||
"terms": "deporte, deportivo"
|
||||
},
|
||||
"shop/stationery": {
|
||||
"name": "Papelería",
|
||||
"terms": "papel, papelería, escritorio, oficina, artículos de papelería, material de papelería, material de escritorio, papel de escribir, artículos de oficina"
|
||||
"name": "Artículos de papelería y oficina",
|
||||
"terms": "papel, papelería, escritorio, oficina, artículos de papelería, material de papelería, material de escritorio, papel de escribir, artículos de oficina, librería, libreria"
|
||||
},
|
||||
"shop/storage_rental": {
|
||||
"name": "Alquiler de depósito",
|
||||
|
@ -9145,6 +9187,10 @@
|
|||
"description": "Amarillo = Datos del mapa de dominio público del Censo de los Estados Unidos. Rojo = Datos no encontrados en OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "El año más reciente de DOQQs del Programa Nacional de Imágenes de Agricultura (NAIP) para cada estado en Estados Unidos contiguos.",
|
||||
"name": "Programa Nacional de Imágenes de Agricultura"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Carretera: marco verde = sin clasificar. marco marrón = pista. Superficie: grava = relleno marrón claro, asfalto = negro, pavimentado = gris, tierra = blanco, hormigón = azul, hierba/pasto = verde. Estacional = barras blancas",
|
||||
"name": "Superposición de carreteras forestales de los EE.UU."
|
||||
|
@ -9623,6 +9669,65 @@
|
|||
"description": "Capítulo de los YouthMappers de la Universidad Estatal de Abia",
|
||||
"extendedDescription": "AbsuMappersTeam es un equipo voluntario de entusiastas de mapas, que utiliza openstreetmap, SIG y otra tecnología geoespacial de código abierto para resolver problemas. Está dedicado a la respuesta ante desastres utilizando OpenStreetMap. Es una plataforma de capacitación y capacitación profesional para aquellos con pasión por el SIG y la cartografía. Es una comunidad de voluntarios para la creación de datos geoespaciales, la recopilación de datos de campo y el mapeo. El equipo fue cofundado por Victor N.Sunday (el mentor del equipo) y el profesor J.U.Ogbonna, el coordinador del equipo y el asesor de la facultad. AbsuMapperTeam es un afiliado de UniiqueMappersTeam-Port Harcourt. El equipo apoya el desarrollo sostenible utilizando tecnología geoespacial"
|
||||
},
|
||||
"ym-Ahmadu-Bello-University": {
|
||||
"name": "ABU Geomappers",
|
||||
"description": "Capítulo de los YouthMappers de la Universidad Ahmadu Bello.",
|
||||
"extendedDescription": "Somos un grupo de mapeadores humanitarios basados en datos, que estamos dedicados a brindar un servicio humanitario en respuesta a desastres y mitigación. Nos complace contribuir con nuestra experiencia y conocimiento a través del mapeo y ayudar a difundir #OpenEvangelism a través de la capacitación y la colaboración."
|
||||
},
|
||||
"ym-Federal-School-of-Surveys": {
|
||||
"name": "OyoMappersTeam (OMT) Oyo",
|
||||
"description": "Capítulo de YouthMappers en la Escuela Federal de Encuestas."
|
||||
},
|
||||
"ym-Federal-University-of-Technology-Akure": {
|
||||
"name": "YouthMappers Futa Space Club",
|
||||
"description": "Capítulo de YouthMappers en la Universidad Federal de Tecnología, Akure",
|
||||
"extendedDescription": "Nuestra misión es criar a la próxima generación de Líderes Espaciales. Las actividades incluyen la investigación y el desarrollo de capacidades en teledetección, SIG, cambio climático, astronomía, cosmología, ingeniería espacial, navegación global, robótica y educación espacial."
|
||||
},
|
||||
"ym-Ignatius-Ajuru-University-of-Education": {
|
||||
"name": "IgnatiusMappersTeam (IMT)",
|
||||
"description": "Capítulo de YouthMappers en la Universidad de Educación Ignatius Ajuru",
|
||||
"extendedDescription": "Somos un Capítulo de Jóvenes de la Universidad de Educación de Ignatius Ajuru involucrado en la creación de mapas de nuestro entorno de participación colectiva y en el mapeo remoto de comunidades resilientes. Somos un equipo de voluntarios que utiliza openstreetmap y otra fuente geoespacial abierta para el mapeo."
|
||||
},
|
||||
"ym-University-of-Nigeria-Nsukka": {
|
||||
"name": "LionMappersTeam (LMT) Nsukka",
|
||||
"description": "El capítulo de YouthMappers en la Universidad de Nigeria, Nsukka",
|
||||
"extendedDescription": "LionMappersTeam es un afiliado de YouthMappers Network, con el único objetivo de brindarles a los miembros la oportunidad de aprender y mejorar sus habilidades en el campo de la cartografía científica y crear datos y análisis geográficos abiertos que aborden los desafíos definidos localmente a nivel mundial. Es un equipo de voluntarios para el mapeo de recursos compartidos y la provisión de información geográfica utilizando Openstreetmap, Citizens Science y otras tecnologías geoespaciales para la investigación, la capacitación y la respuesta a los desafíos de la comunidad. Estamos involucrados en SIG y aplicaciones e investigación de sensores remotos. SIG participativos y ciencia ciudadana, mapas de campo, talleres de capacitación y divulgación a escuelas secundarias."
|
||||
},
|
||||
"ym-University-of-Port-Harcourt": {
|
||||
"name": "UniqueMappersTeam (UMT) Port Harcourt",
|
||||
"description": "Capítulo de los YouthMappers en la Universidad de Port Harcourt",
|
||||
"extendedDescription": "UniqueMappersTeam (UMT) Port Harcourt es un grupo de acción y un equipo de voluntarios para mapeo colaborativo en línea dirigido a entrenar y capacitar a los miembros con habilidades de mapeo para crear datos geoespaciales abiertos y análisis que aborden los desafíos definidos localmente para la geoinformación y para brindar servicios de mapeo humanitario a las comunidades resilientes en el Delta del Níger, Nigeria y en otros lugares. Promovemos el voluntariado de mapeo colaborativo y la información Geográfica utilizando la plataforma OpenStreetMap (OSM) y otras plataformas accesibles para Mapeo de Respuesta Rápida, Mapeo de Desastres, Mapeo de Inteligencia Geográfica, actualizaciones de mapas y capacitación. Es un afiliado Capítulo de Campus del Equipo Humanitario OpenStreetMap (HOT). Es un equipo de proyecto-y-tarea de YouthMappers que brinda a los miembros la oportunidad de aprender y mejorar sus habilidades en Geoinformática para explorar oportunidades globales en el campo del Mapeo y la Geoinformación."
|
||||
},
|
||||
"ym-University-of-Nigeria-Enugu-Campus": {
|
||||
"name": "LionMappersTeam (LMT) Enugu",
|
||||
"description": "Capítulo de los YouthMappers en la Universidad de Nigeria, Campus Enugu",
|
||||
"extendedDescription": "El LionMappersTeam (LMT) Enugu Campus es un afiliado de YouthMappers Network, con el único objetivo de brindar a los miembros la oportunidad de aprender y mejorar sus habilidades en el campo de la geoinformática y crear datos geográficos abiertos y análisis que aborden los desafíos definidos localmente a nivel mundial. Es un equipo de voluntarios para la provisión de información geográfica y de mapas de colaboración colectiva que utiliza Openstreetmap, Citizen Science y otras tecnologías geoespaciales para la investigación, la capacitación y la respuesta a los desafíos de la comunidad resistente. Participamos en aplicaciones de cartografía web, SIG y teledetección e investigación. Nos apasiona la información geográfica voluntaria. El SIG participativo y la ciencia ciudadana. Nuestras actividades principales incluyen cartografía en línea, cartografía de campo, talleres de capacitación y divulgación a la escuela secundaria, así como Mapeo de Respuesta Humanitaria / Desastres."
|
||||
},
|
||||
"ym-Insititue-d-Enseignement-Superieur-de-Ruhengeri": {
|
||||
"name": "YouthMappers en INES Ruhengeri",
|
||||
"description": "El capítulo de YouthMappers en el Instituto de Educación Superior de Ruhengeri",
|
||||
"extendedDescription": "Somos estudiantes de los Departamentos de Administración y Administración de Tierras y de Inspección de Tierras de INES-Ruhengeri. Estamos comprometidos en actividades de mapeo que crean los cambios hacia el desarrollo sostenible en nuestra comunidad."
|
||||
},
|
||||
"ym-University-of-Rwanda-Huye-Campus": {
|
||||
"name": "Rwanda YouthMappers",
|
||||
"description": "Capítulo de los YouthMappers en la Universidad de Ruanda - Campus Huye",
|
||||
"extendedDescription": "Basándonos en el compromiso y el propósito de promover el mapeo y la información de las charlas públicas de YouthMappers nos hemos organizado como estudiantes en el departamento de Geografía que están comprometidos en el mapeo para fundar un capítulo de nuestro Campus. Hemos recibido el apoyo de nuestro Facilitador, el Dr. Gaspard Rwanyiziri (Director de CGIS-Rwanda) y de varios mentores docentes."
|
||||
},
|
||||
"ym-Institut-Suprieur-de-Management-Kolda": {
|
||||
"name": "Les Femmes Leaders de ISM/Kolda",
|
||||
"description": "Capítulo de YouthMappers en el Instituto Kolda de Administración",
|
||||
"extendedDescription": "Les Femmes Leaders de ISM / Kolda es un grupo de mapeo de mujeres en el sur de Senegal que busca poner a Kolda y las aldeas circundantes en el mapa y comprender mejor cómo usar OSM."
|
||||
},
|
||||
"ym-Universit-Gaston-Berger": {
|
||||
"name": "YouthMappers en la UGB",
|
||||
"description": "Capítulo de los YouthMappers de la Universidad Gaston Berger",
|
||||
"extendedDescription": "YouthMappers UGB está formado por jóvenes estudiantes e investigadores apasionados por el mapeo. Nuestro objetivo es mejorar las habilidades de los estudiantes en el campo de la cartografía y participar en la creación de datos geográficos abiertos que respondan a los desafíos del desarrollo en todo el mundo y en particular en África."
|
||||
},
|
||||
"ym-Fourah-Bay-College": {
|
||||
"name": "Asociación Geográfica de Estudiantes",
|
||||
"description": "El capítulo de los YouthMappers en la universidad de Fourah Bay",
|
||||
"extendedDescription": "La Asociación Geográfica de Estudiantes - YouthMappers es una asociación de estudiantes de Fourah Bay College con los objetivos comunes de trazar lugares vulnerables en Sierra Leona y el mundo en general para el alivio y otros fines beneficiosos, llevar a cabo investigaciones y otros esfuerzos educativos. El capítulo está formado por jóvenes con grandes ideas, orientadas al desarrollo con la capacidad de relacionarse entre sí, comprender e implementar proyectos de desarrollo sostenible en equipo."
|
||||
},
|
||||
"OSM-BGD-facebook": {
|
||||
"name": "OpenStreetMap Bangladesh",
|
||||
"description": "Mejore OpenStreetMap en Bangladesh",
|
||||
|
|
1
vendor/assets/iD/iD/locales/fa.json
vendored
1
vendor/assets/iD/iD/locales/fa.json
vendored
|
@ -1626,7 +1626,6 @@
|
|||
"close_nodes": {
|
||||
"title": "نقاط خیلی نزدیک",
|
||||
"message": "دو نقطه در {way} خیلی به هم نزدیک هستند",
|
||||
"tip": "یافتن نقاط زائد در راهها",
|
||||
"reference": "نقاط زائد در یک راه، باید ادغام شوند با از هم دور شوند."
|
||||
},
|
||||
"crossing_ways": {
|
||||
|
|
36
vendor/assets/iD/iD/locales/fi.json
vendored
36
vendor/assets/iD/iD/locales/fi.json
vendored
|
@ -9,6 +9,11 @@
|
|||
"copy": "kopioi",
|
||||
"open_wikidata": "avaa wikidata.org-palvelussa"
|
||||
},
|
||||
"toolbar": {
|
||||
"inspect": "Käsittele",
|
||||
"undo_redo": "Kumoa/tee uudelleen",
|
||||
"add_feature": "Lisää karttakohde"
|
||||
},
|
||||
"modes": {
|
||||
"add_feature": {
|
||||
"result": "{count} tulos",
|
||||
|
@ -1283,6 +1288,27 @@
|
|||
"rules": {
|
||||
"title": "Automaattisesti havaittavat merkintävirhetyypit"
|
||||
},
|
||||
"no_issues": {
|
||||
"message": {
|
||||
"everything": "Kaikki kunnossa",
|
||||
"everything_in_view": "Tässä näkymässä kaikki on kunnossa",
|
||||
"edits": "Kaikki kunnossa",
|
||||
"edits_in_view": "Tekemäsi muutokset eivät sisällä virheitä"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"what": {
|
||||
"title": "Tarkista:",
|
||||
"edited": "Omat muokkaukset",
|
||||
"all": "Kaikki"
|
||||
},
|
||||
"where": {
|
||||
"title": "Alue:",
|
||||
"visible": "Tämä näkymä",
|
||||
"all": "Kaikkialta"
|
||||
}
|
||||
},
|
||||
"suggested": "Korjausehdotus:",
|
||||
"almost_junction": {
|
||||
"title": "Puuttuva risteysmerkintä",
|
||||
"message": "{feature} on hyvin lähellä mutta ei yhdistetty kohteeseen {feature2}"
|
||||
|
@ -1315,7 +1341,8 @@
|
|||
},
|
||||
"outdated_tags": {
|
||||
"title": "Vanhentunut ominaisuustieto",
|
||||
"message": "{feature} on merkitty vanhentuneella ominaisuustiedolla"
|
||||
"message": "{feature} on merkitty vanhentuneella ominaisuustiedolla",
|
||||
"reference": "Ominaisuustietoja muutetaan ajoittain, ja karttakohteisiin saattaa jäädä vanhentuneita tietoja."
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Tietosuojattu sisältö",
|
||||
|
@ -1353,6 +1380,9 @@
|
|||
"delete_feature": {
|
||||
"title": "Poista karttakohde"
|
||||
},
|
||||
"ignore_issue": {
|
||||
"title": "Älä huomioi"
|
||||
},
|
||||
"move_tags": {
|
||||
"title": "Siirrä ominaisuustietoja",
|
||||
"annotation": "Ominaisuustietoja siirrettiin."
|
||||
|
@ -1713,7 +1743,7 @@
|
|||
"name": "Luontokohteet"
|
||||
},
|
||||
"category-path": {
|
||||
"name": "Kevyenliikenteenväylät"
|
||||
"name": "Kävely- ja pyörätiet "
|
||||
},
|
||||
"category-rail": {
|
||||
"name": "Raidekohteet"
|
||||
|
@ -4773,7 +4803,7 @@
|
|||
"name": "Pyörätie"
|
||||
},
|
||||
"highway/cycleway/bicycle_foot": {
|
||||
"name": "Jalkakäytävä ja pyörätie"
|
||||
"name": "Kävely- ja pyörätie"
|
||||
},
|
||||
"highway/elevator": {
|
||||
"name": "Hissi"
|
||||
|
|
115
vendor/assets/iD/iD/locales/fr.json
vendored
115
vendor/assets/iD/iD/locales/fr.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Bâtiments",
|
||||
"tooltip": "Bâtiments, Abris, Garages, etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Parties de bâtiments",
|
||||
"tooltip": "Composants des toits et des bâtiments en 3D"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Éléments intérieurs",
|
||||
"tooltip": "Pièces, couloirs, escaliers, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Éléments d'occupation des sols",
|
||||
"tooltip": "Forêts, Terres arables, Parcs, Zone résidentielle, Zone commerciale, etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Éléments ferroviaires",
|
||||
"tooltip": "Voies ferrées"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistes d'hiver",
|
||||
"tooltip": "Pistes de ski, de luge, de patin à glace, etc."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Éléments aériens",
|
||||
"tooltip": "Télésièges, télécabine, tyroliennes, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Éléments électriques",
|
||||
"tooltip": "Lignes électriques, Centrales électriques, Postes électriques, etc."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Jonctions imparfaites",
|
||||
"message": "{feature} est très proche mais n'est pas connecté à {feature2}",
|
||||
"tip": "Trouver des éléments qui devrait sans doute être connectés à d'autres éléments proches",
|
||||
"self": {
|
||||
"message": "{feature} se termine très proche de lui-même mais sans connexion"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Les routes qui se croisent devraient partager un point de jonction."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Points très proches",
|
||||
"tip": "Trouver des paquets de points redondants",
|
||||
"message": "Deux points de {way} sont très proches",
|
||||
"tip": "Trouver des points redondants sur les lignes",
|
||||
"reference": "Les points redondants sur une ligne devraient être fusionnés ou déplacés."
|
||||
"reference": "Les points redondants sur une ligne devraient être fusionnés ou déplacés.",
|
||||
"detached": {
|
||||
"message": "{feature} est trop près de {feature2}",
|
||||
"reference": "Des points séparés ne devraient pas partager le même emplacement."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Chemins se croisant",
|
||||
|
@ -1684,6 +1707,13 @@
|
|||
},
|
||||
"disconnected_way": {
|
||||
"title": "Lignes déconnectés",
|
||||
"tip": "Trouver des routes, des chemins et des trajets de ferry non routables",
|
||||
"routable": {
|
||||
"message": {
|
||||
"multiple": "{count} éléments routables ne sont connectés qu'à eux-même."
|
||||
},
|
||||
"reference": "Toutes les routes, chemins et trajets de ferry devraient être connectés pour former un seul réseau routable."
|
||||
},
|
||||
"highway": {
|
||||
"message": "{highway} est déconnectée des autres routes et chemins"
|
||||
}
|
||||
|
@ -1740,7 +1770,11 @@
|
|||
"title": "Attributs obsolètes",
|
||||
"message": "{feature} utilise des attributs obsolètes",
|
||||
"tip": "Trouver des éléments avec des attributs obsolètes qui peuvent être mis à jour",
|
||||
"reference": "Certains attributs changent au fil du temps et devraient être remplacés."
|
||||
"reference": "Certains attributs changent au fil du temps et devraient être remplacés.",
|
||||
"incomplete": {
|
||||
"message": "{feature} a des attributs incomplets",
|
||||
"reference": "Certains éléments devraient avoir des attributs supplémentaires."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Informations privées",
|
||||
|
@ -1786,6 +1820,7 @@
|
|||
}
|
||||
},
|
||||
"unsquare_way": {
|
||||
"title": "Coins non orthogonaux (jusqu'à {val}°)",
|
||||
"message": "{feature} a des coins non orthogonaux",
|
||||
"tip": "Trouver des élément avec des coins non orthogonaux qui peuvent être améliorés",
|
||||
"buildings": {
|
||||
|
@ -3699,6 +3734,9 @@
|
|||
"yes": "acceptées"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Type"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Ressources"
|
||||
},
|
||||
|
@ -4594,10 +4632,17 @@
|
|||
"name": "Fast food de poulet",
|
||||
"terms": "poulet,kfc,fast-food"
|
||||
},
|
||||
"amenity/fast_food/donut": {
|
||||
"name": "Fast food de donuts",
|
||||
"terms": "fast food, restauration rapide, service au comptoir, vente à emporter, à emporter, a emporter, donut"
|
||||
},
|
||||
"amenity/fast_food/fish_and_chips": {
|
||||
"name": "Fast food de fish & chips",
|
||||
"terms": "fish and chips,fish & chips,fast-food,poisson"
|
||||
},
|
||||
"amenity/fast_food/ice_cream": {
|
||||
"name": "Fast food de glaces"
|
||||
},
|
||||
"amenity/fast_food/kebab": {
|
||||
"name": "Kebab",
|
||||
"terms": "kebab,grec,kébab,sandwich,kebap,doner,döner"
|
||||
|
@ -4792,6 +4837,10 @@
|
|||
"name": "Bureau de poste",
|
||||
"terms": "Bureau de poste"
|
||||
},
|
||||
"amenity/prep_school": {
|
||||
"name": "École préparatoire",
|
||||
"terms": "académique,école,devoirs,tests,examens,tutorat"
|
||||
},
|
||||
"amenity/prison": {
|
||||
"name": "Prison",
|
||||
"terms": "Prison, Terrains carcéraux, Pénitencier, Maison d'arrêt, Centre correctionnel, Centre de détention, Geôle."
|
||||
|
@ -6530,6 +6579,10 @@
|
|||
"name": "Vigne",
|
||||
"terms": "Vignes"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Aire de sports d'hiver",
|
||||
"terms": "ski, nordique, fond, alpin, descente, snowboard, randonnée, rando, luge, traîneau, ski-joring, husky, cheval, raquette, piéton, glace, patin à glace"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Loisirs"
|
||||
},
|
||||
|
@ -6733,6 +6786,9 @@
|
|||
"name": "Terrain d'équitation",
|
||||
"terms": "Terrain d'équitation"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Terrain de hockey sur gazon"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Fer à cheval (jeu)",
|
||||
"terms": "Fer à cheval,lancer de fer"
|
||||
|
@ -6996,6 +7052,10 @@
|
|||
"name": "Réservoir de stockage",
|
||||
"terms": "Silo de stockage,réservoir,citerne"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Réservoir d'eau",
|
||||
"terms": "réservoir,eau,citerne"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Armoire de rue",
|
||||
"terms": "armoire,box,cabinet,technique,fibre,télécommunication,contrôle,lampadaires,électrique,gaz,électricité"
|
||||
|
@ -7318,6 +7378,10 @@
|
|||
"name": "Bureau d'entreprise financière",
|
||||
"terms": "Bureau financier,Établissement financier"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "Conseiller financier",
|
||||
"terms": "Bureau financier,Établissement financier,héritage,retraite,gestion de biens,finances"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "Administration forestière",
|
||||
"terms": "Administration forestière"
|
||||
|
@ -8357,6 +8421,10 @@
|
|||
"name": "Magasin de matériel de sports de plein air",
|
||||
"terms": "Magasin de matériel de sports de plein air"
|
||||
},
|
||||
"shop/outpost": {
|
||||
"name": "Magasin de produits vendus en ligne",
|
||||
"terms": "vente en ligne,pickup,online,en ligne,commande"
|
||||
},
|
||||
"shop/paint": {
|
||||
"name": "Magasin de peintures",
|
||||
"terms": "Vente de peintures"
|
||||
|
@ -8955,6 +9023,36 @@
|
|||
}
|
||||
},
|
||||
"imagery": {
|
||||
"AGIV": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Images aériennes AIV les plus récentes de la Flandre"
|
||||
},
|
||||
"AGIV10cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Images aériennes 10cm AIV de la Flandre 2013-2015"
|
||||
},
|
||||
"AGIVFlandersGRB": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "AIV Flandres GRB"
|
||||
},
|
||||
"AIV_DHMV_II_HILL_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m"
|
||||
},
|
||||
"AIV_DHMV_II_SVF_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m"
|
||||
},
|
||||
"Bing": {
|
||||
"description": "Images satellite et aérienne.",
|
||||
"name": "Images aériennes Bing"
|
||||
|
@ -9089,6 +9187,10 @@
|
|||
"description": "Jaune = Données de cartes dans le domaine public du recensement américain. Rouge = Données introuvables sur OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "L'année la plus récente de DOQQ du programme d'imagerie nationale pour l'agriculture (NAIP) pour chaque état des États-Unis contigus.",
|
||||
"name": "Programme d'imagerie national pour l'agriculture"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Voies : en vert route non classifiée, en marron piste. Surface : les graviers sont représentés par un remplissage marron, l'asphalte par du noir, les pavés par du gris, la terre par du blanc, le béton par du bleu, l'herbe par du vert. Les voies saisonnières ont des barres blanches.",
|
||||
"name": "Surcouche des routes forestières états-uniennes"
|
||||
|
@ -9632,7 +9734,12 @@
|
|||
"extendedDescription": "Nous sommes des étudiants du campus de Freetown de Njala University, et nous étudions les technologies de l'information dans le département de physique et d'informatique. Nous nous trouvons à Henry Street Freetown, Sierra Leone."
|
||||
},
|
||||
"ym-Njala-University-Njala-Campus": {
|
||||
"name": "YouthMappers Njala University, Njala Campus"
|
||||
"name": "YouthMappers Njala University, Njala Campus",
|
||||
"description": "Chapitre YouthMappers à l'université de Njala, campus de Njala"
|
||||
},
|
||||
"ym-University-of-Pretoria": {
|
||||
"name": "Centre des sciences géomatiques",
|
||||
"description": "Chapitre YouthMappers à l'Université de Pretoria"
|
||||
},
|
||||
"OSM-BGD-facebook": {
|
||||
"name": "OpenStreetMap Bangladesh",
|
||||
|
|
128
vendor/assets/iD/iD/locales/gl.json
vendored
128
vendor/assets/iD/iD/locales/gl.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Edificios",
|
||||
"tooltip": "Edificios, cabanas, garaxes, etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Partes do edificio",
|
||||
"tooltip": "Compoñentes do edificio e tellado en 3D"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Elementos do interior",
|
||||
"tooltip": "Habitacións, corredores, escadas, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Usos da terra",
|
||||
"tooltip": "Montes, áreas agrícolas, parques, áreas residenciais, comercios, etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Recursos ferroviarios",
|
||||
"tooltip": "Ferrovías"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistas",
|
||||
"tooltip": "Pistas de esquí, zorra, patinaxe sobre xeo, etc"
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Elementos aéreos",
|
||||
"tooltip": "Telecadeiras, góndolas, tirolinas, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Estacións enerxéticas",
|
||||
"tooltip": "Liñas de tensión, central eléctrica, subestacións, etc."
|
||||
|
@ -1478,7 +1494,7 @@
|
|||
},
|
||||
"notes": {
|
||||
"title": "Notas",
|
||||
"intro": "As *Notas* empréganse para a dár unha sinal de aviso a outros usuarios de que un elemento ten ser corrixido ou precisa dunha atención. As notas sinalan unha localización específica no mapa. Para olla-las notas existentes ou engadir novas, prema na lapela {data} **Datos do mapa** para activa-la capa das notas do OpenStreetMap.",
|
||||
"intro": "As *Notas* empréganse para a dár un sinal de aviso a outros usuarios de que un elemento ten ser corrixido ou precisa dunha atención. As notas sinalan unha localización específica no mapa. Para olla-las notas existentes ou engadir novas, prema na lapela {data} **Datos do mapa** para activa-la capa das notas do OpenStreetMap.",
|
||||
"add_note_h": "Engadir notas",
|
||||
"add_note": "Para engadir unha nova nota, prema no botón {note} **Nota** na barra das ferramentas enriba do mapa, ou prema na tecla de atallo `4`. Isto trocará o cursor do rato cara un símbolo dunha cruz. Para poñe-la nova nota no mapa, poña o cursor do rato onde debe ir a nota, despois faga clic co {leftclick} botón esquerdo do rato ou prema `Espazo`.",
|
||||
"move_note": "Só pódense move-las notas novas. Para mover unha nota, poña o cursor do rato sobre a nova nota, despois prema e manteña premido o {leftclick} botón esquerdo do rato mentres arrastra a nota cara á súa nova localización.",
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Case cruzamentos",
|
||||
"message": "{feature} está moi preto pero non está conectado a {feature2}",
|
||||
"tip": "Atopa elementos que se cadra terían que estar conectados a outros preto deles",
|
||||
"self": {
|
||||
"message": "{feature} remata moi preto de si mesmo pero non se volve conectar"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "O cruzamento de estradas ten que compartir un vértice de unión."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Puntos moi pretos",
|
||||
"tip": "Atopa puntos redundantes e amoreados",
|
||||
"message": "Dous puntos en {way} están moi pretos",
|
||||
"tip": "Atopar puntos redundantes na vía",
|
||||
"reference": "Os puntos redundantes dunha vía teñen que ser combinados ou separados."
|
||||
"reference": "Os puntos redundantes dunha vía teñen que ser combinados ou separados.",
|
||||
"detached": {
|
||||
"message": "{feature} está moi preto de {feature2}",
|
||||
"reference": "Os puntos separados non teñen que compartir unha ubicación."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Cruzamentos de vías",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Etiquetas obsoletas",
|
||||
"message": "{feature} ten etiquetas obsoletas",
|
||||
"tip": "Atopar elementos con etiquetas obsoletas que poden actualizarse",
|
||||
"reference": "Algunhas etiquetas mudan co tempo e teñen que actualizarse."
|
||||
"reference": "Algunhas etiquetas mudan co tempo e teñen que actualizarse.",
|
||||
"incomplete": {
|
||||
"message": "{feature} ten etiquetas incompletas",
|
||||
"reference": "Algúns elementos teñen que ter etiquetas adicionais."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Información privada",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "Aceptada"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Recursos"
|
||||
},
|
||||
|
@ -3834,7 +3864,7 @@
|
|||
"label": "Categoría"
|
||||
},
|
||||
"seamark/type": {
|
||||
"label": "Sinal náutica"
|
||||
"label": "Sinal náutico"
|
||||
},
|
||||
"seamark/wreck/category": {
|
||||
"label": "Categoría"
|
||||
|
@ -4431,6 +4461,10 @@
|
|||
"name": "Aparcadoiro para bicicletas",
|
||||
"terms": "aparcadoiro de bicicletas de varios pisos, aparcadoiro de bicicletas"
|
||||
},
|
||||
"amenity/bicycle_parking/shed": {
|
||||
"name": "Pendello para bicicletas",
|
||||
"terms": "pendello para bicicletas, bici"
|
||||
},
|
||||
"amenity/bicycle_rental": {
|
||||
"name": "Alugamento de bicicletas",
|
||||
"terms": "bici, bicicleta, alugueiro, préstamo"
|
||||
|
@ -4583,6 +4617,9 @@
|
|||
"name": "Comida rápida de polo",
|
||||
"terms": "almorzo, cea, comedor, cea, xantar, grella, churrasco, comida, mesa, café, cafe"
|
||||
},
|
||||
"amenity/fast_food/donut": {
|
||||
"name": "Tenda de rosquillas"
|
||||
},
|
||||
"amenity/fast_food/fish_and_chips": {
|
||||
"name": "Comida rápida de peixe e patacas fritidas"
|
||||
},
|
||||
|
@ -4602,7 +4639,8 @@
|
|||
"name": "Estación de ferry"
|
||||
},
|
||||
"amenity/fire_station": {
|
||||
"name": "Parque de bombeiros"
|
||||
"name": "Parque de bombeiros",
|
||||
"terms": "estación de bombeiros, bombeiros, parque de bombeiros"
|
||||
},
|
||||
"amenity/food_court": {
|
||||
"name": "Zona de comidas"
|
||||
|
@ -4755,6 +4793,9 @@
|
|||
"name": "Oficina de Correos",
|
||||
"terms": "oficina, correos, mensaxería, paquetería"
|
||||
},
|
||||
"amenity/prep_school": {
|
||||
"name": "Preparación para exames / Escola de titoría"
|
||||
},
|
||||
"amenity/prison": {
|
||||
"name": "Zona penitenciaria",
|
||||
"terms": "penitenciaría, cárcere, prisión"
|
||||
|
@ -4894,7 +4935,8 @@
|
|||
"name": "Centro social"
|
||||
},
|
||||
"amenity/social_facility": {
|
||||
"name": "Axuda Social"
|
||||
"name": "Axuda Social",
|
||||
"terms": "servizos sociais, asistencia social"
|
||||
},
|
||||
"amenity/social_facility/ambulatory_care": {
|
||||
"name": "Ambulatory Care"
|
||||
|
@ -4935,12 +4977,16 @@
|
|||
"name": "Aseos",
|
||||
"terms": "aseos, baños, WC"
|
||||
},
|
||||
"amenity/toilets/disposal/flush": {
|
||||
"name": "Inodoros con cisterna"
|
||||
},
|
||||
"amenity/townhall": {
|
||||
"name": "Casa do Concello",
|
||||
"terms": "casa do concello, concello, consistorio, municipio, municipal, cabido"
|
||||
},
|
||||
"amenity/toy_library": {
|
||||
"name": "Biblioteca de xoguetes"
|
||||
"name": "Biblioteca de xoguetes",
|
||||
"terms": "xogo, xoguete"
|
||||
},
|
||||
"amenity/university": {
|
||||
"name": "Zona universitaria",
|
||||
|
@ -4972,6 +5018,10 @@
|
|||
"amenity/vending_machine/elongated_coin": {
|
||||
"name": "Máquina expendedora de moedas planas"
|
||||
},
|
||||
"amenity/vending_machine/excrement_bags": {
|
||||
"name": "Dispensador de bolsas de excremento",
|
||||
"terms": "bolsas de excremento, caca, feces, merda, refugallos, can, animal"
|
||||
},
|
||||
"amenity/vending_machine/feminine_hygiene": {
|
||||
"name": "Máquina expendedora de hixiene feminina"
|
||||
},
|
||||
|
@ -5154,6 +5204,9 @@
|
|||
"barrier/kerb/lowered": {
|
||||
"name": "Bordo rebaixado"
|
||||
},
|
||||
"barrier/kerb/raised": {
|
||||
"name": "Bordo elevado"
|
||||
},
|
||||
"barrier/kissing_gate": {
|
||||
"name": "Porta Kissing"
|
||||
},
|
||||
|
@ -5680,10 +5733,12 @@
|
|||
"name": "Paso de bicicletas"
|
||||
},
|
||||
"highway/cycleway/crossing/marked": {
|
||||
"name": "Paso de bicicletas marcado"
|
||||
"name": "Paso de bicicletas marcado",
|
||||
"terms": "paso de bicicleta, cruzamento de carril bici, cruzamento de ciclovía, cruzamento de bicicleta, cruzamento de bici, cruzamento de senda ciclista"
|
||||
},
|
||||
"highway/cycleway/crossing/unmarked": {
|
||||
"name": "Paso de bicicletas sen marcar"
|
||||
"name": "Paso de bicicletas sen marcar",
|
||||
"terms": "cruzamento de carril bici, cruzamento de ciclovía, cruzamento de bicicleta, cruzamento de bici, cruzamento de senda ciclista"
|
||||
},
|
||||
"highway/elevator": {
|
||||
"name": "Montacargas",
|
||||
|
@ -5699,7 +5754,7 @@
|
|||
"name": "Pasarela móbil"
|
||||
},
|
||||
"highway/footway/crossing": {
|
||||
"name": "Paso peonil"
|
||||
"name": "Paso de peóns"
|
||||
},
|
||||
"highway/footway/marked": {
|
||||
"name": "Paso de peóns marcado",
|
||||
|
@ -5713,7 +5768,11 @@
|
|||
"name": "Beirarrúa"
|
||||
},
|
||||
"highway/footway/unmarked": {
|
||||
"name": "Paso peonil sen marcar"
|
||||
"name": "Paso peonil sen marcar",
|
||||
"terms": "cruzamento sen marcar, paso de peóns sen marcar"
|
||||
},
|
||||
"highway/footway/unmarked-raised": {
|
||||
"name": "Paso de peóns sen marcar (Levantado)"
|
||||
},
|
||||
"highway/footway/zebra": {
|
||||
"name": "Paso de peóns marcado"
|
||||
|
@ -6724,7 +6783,7 @@
|
|||
"name": "Liña de ferri"
|
||||
},
|
||||
"seamark": {
|
||||
"name": "Sinal náutica"
|
||||
"name": "Sinal náutico"
|
||||
},
|
||||
"shop": {
|
||||
"name": "Tenda"
|
||||
|
@ -7132,6 +7191,15 @@
|
|||
"tourism/artwork": {
|
||||
"name": "Obra artística"
|
||||
},
|
||||
"tourism/artwork/bust": {
|
||||
"name": "Busto"
|
||||
},
|
||||
"tourism/artwork/graffiti": {
|
||||
"name": "Graffiti"
|
||||
},
|
||||
"tourism/artwork/installation": {
|
||||
"name": "Instalación de arte"
|
||||
},
|
||||
"tourism/artwork/mural": {
|
||||
"name": "Mural"
|
||||
},
|
||||
|
@ -7379,6 +7447,36 @@
|
|||
}
|
||||
},
|
||||
"imagery": {
|
||||
"AGIV": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Imaxes aéreas máis recentes do AIV Flanders"
|
||||
},
|
||||
"AGIV10cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Imaxes aéreas do AIV Flandes 2013-2015 10cm"
|
||||
},
|
||||
"AGIVFlandersGRB": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "AIV Flanders GRB"
|
||||
},
|
||||
"AIV_DHMV_II_HILL_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Modelo de altura dixital AIV Flanders II, sombreado multidireccional 0.25 m"
|
||||
},
|
||||
"AIV_DHMV_II_SVF_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap Informatie Vlaanderen"
|
||||
},
|
||||
"name": "Modelo de altura dixital AIV Flanders II, factor Skyview 0.25 m"
|
||||
},
|
||||
"Bing": {
|
||||
"description": "Imaxes satelitais e aéreas.",
|
||||
"name": "Imaxes aéreas do Bing"
|
||||
|
@ -7513,6 +7611,10 @@
|
|||
"description": "Amarelo = Datos do mapa de dominio público do Censo dos Estados Unidos. Vermello = Datos non atopados no OpenStreetMap",
|
||||
"name": "Estradas do TIGER 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "O ano máis recente de DOQQs do Programa Nacional de Imaxes de Agricultura (NAIP) para cada estado nos Estados Unidos adxacentes.",
|
||||
"name": "Programa Nacional de Imaxes de Agricultura"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Estrada: marco verde = sen clasificar. marco marrón = pista. Superficie: grava = recheo marrón claro, asfalto = negro, pavimentado = gris, terra = branco, formigón = azul, herba/pasto = verde. Estacional = barras brancas",
|
||||
"name": "Sobreposición de estradas forestais dos EE.UU."
|
||||
|
|
91
vendor/assets/iD/iD/locales/he.json
vendored
91
vendor/assets/iD/iD/locales/he.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "בניינים",
|
||||
"tooltip": "בניינים, מקלטים, חניות מקורות וכו׳"
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "חלקי בניינים",
|
||||
"tooltip": "רכיבי בניין וגג בתלת־ממד"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "תכונות פנים מבניות",
|
||||
"tooltip": "חדרים, מסדרונות, גרמי מדרגות וכו׳"
|
||||
},
|
||||
"landuse": {
|
||||
"description": "תכונות שטח",
|
||||
"tooltip": "יערות, קרקע חקלאית, פארקים, אזורי מגורים, תעשייה וכו׳"
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "תכונות רכבת",
|
||||
"tooltip": "מסילות רכבת"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "פיסטים",
|
||||
"tooltip": "מדרוני סקי, מסלול מזחלות, מסלול החלקה על הקרח וכו׳"
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "תכונות אוויריות",
|
||||
"tooltip": "רכבל מושב, רכבל, אומגה וכו׳"
|
||||
},
|
||||
"power": {
|
||||
"description": "תכונות חשמל",
|
||||
"tooltip": "קווי חשמל, תחנות תת־קרקעיות, מפעלי אנרגיה וכו׳"
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "כמעט צמתים",
|
||||
"message": "{feature} קרוב מאוד אך לא מחובר אל {feature2}",
|
||||
"tip": "איתור תכונות שכנראה אמורות להיות מחוברות לתכונות בסביבתן",
|
||||
"self": {
|
||||
"message": "{feature} מסתיים מאוד קרוב לעצמו אך לא מתחבר מחדש"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "דרכים מהירות מצטלבות אמורות לחלוק קודקוד צומת."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "נקודות קרובות מאוד",
|
||||
"tip": "איתור נקודות מיותרות וצפופות",
|
||||
"message": "שתי נקודות ב{way} קרובות מאוד זו לזו",
|
||||
"tip": "איתור נקודות מיותרות בדרכים",
|
||||
"reference": "נקודות מיותרות בדרכים אמורות להתמזג או להתרחק זו מזו."
|
||||
"reference": "נקודות מיותרות בדרכים אמורות להתמזג או להתרחק זו מזו.",
|
||||
"detached": {
|
||||
"message": "{feature} קרוב מדי אל {feature2}",
|
||||
"reference": "הפרדת נקודות לא אמורה לשתף מיקום"
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "דרכים חוצות",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "תגיות מיושנות",
|
||||
"message": "ל־{feature} יש תגיות מיושנות",
|
||||
"tip": "איתור תכונות עם תגיות מיושנות שניתן לעדכן.",
|
||||
"reference": "חלק מהתגיות משתנות עם הזמן ויש לעדכן אותן."
|
||||
"reference": "חלק מהתגיות משתנות עם הזמן ויש לעדכן אותן.",
|
||||
"incomplete": {
|
||||
"message": "התגיות של {feature} אינן שלמות",
|
||||
"reference": "לחלק מהתכונות אמורות להיות תגיות נוספות."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "מידע פרטי",
|
||||
|
@ -3595,7 +3622,7 @@
|
|||
},
|
||||
"plant/output/electricity": {
|
||||
"label": "הספק חשמל",
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW..."
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW…"
|
||||
},
|
||||
"playground": {
|
||||
"label": "סוג"
|
||||
|
@ -3607,7 +3634,7 @@
|
|||
"label": "גיל מרבי"
|
||||
},
|
||||
"playground/min_age": {
|
||||
"label": "גיל מינימלי"
|
||||
"label": "גיל מזערי"
|
||||
},
|
||||
"population": {
|
||||
"label": "אוכלוסיה"
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "התקבל"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "סוג"
|
||||
},
|
||||
"resource": {
|
||||
"label": "משאבים"
|
||||
},
|
||||
|
@ -4602,10 +4632,17 @@
|
|||
"name": "מזון מהיר עוף",
|
||||
"terms": "מזון מהיר,אוכל מהיר,ג׳אנק,ג'אנק,ג׳אנד פוד,ג'אנק פוד,המבורגר,המבורגריה,עוף,צ׳יקן,צ'יקן,עוף,פאסט פוד"
|
||||
},
|
||||
"amenity/fast_food/donut": {
|
||||
"name": "מזון מהיר דונאט",
|
||||
"terms": "מזון מהיר סופגנייה,דונאט,פאסט פוד"
|
||||
},
|
||||
"amenity/fast_food/fish_and_chips": {
|
||||
"name": "מזון מהיר פיש אנד צ׳יפס",
|
||||
"terms": "אוכל בריטי,אוכל אנגלי,מטוגן,מטוגנים,דגים,טוגנים,צ׳יפס,תפוח אדמה,תפוד,תפו״ד,תפו\"ד"
|
||||
},
|
||||
"amenity/fast_food/ice_cream": {
|
||||
"name": "מזון מהיר גלידה"
|
||||
},
|
||||
"amenity/fast_food/kebab": {
|
||||
"name": "מזון מהיר קבב",
|
||||
"terms": "שווארמה,קבב,שיפודים,על האש,מנגל,בשרים"
|
||||
|
@ -4706,7 +4743,8 @@
|
|||
"terms": "מועדון לילה"
|
||||
},
|
||||
"amenity/nightclub/lgbtq": {
|
||||
"name": "מועדון לילה ללהטבפא״ק+"
|
||||
"name": "מועדון לילה ללהטבפא״ק+",
|
||||
"terms": "מועדון לילה להומואים,הומוסקסואלים,מועדון לילה ללסביות,לסביות,להט״ב,להטבפא״ק"
|
||||
},
|
||||
"amenity/nursing_home": {
|
||||
"name": "בית אבות"
|
||||
|
@ -4720,7 +4758,8 @@
|
|||
"terms": "מבנה חנייה"
|
||||
},
|
||||
"amenity/parking/underground": {
|
||||
"name": "חנייה תת־קרקעית"
|
||||
"name": "חנייה תת־קרקעית",
|
||||
"terms": "חניית כלי רכב,חנייה למכוניות,חניון,חניון לילה,חנייה על פני הקרקע,חניית משאיות,חניית מכוניות"
|
||||
},
|
||||
"amenity/parking_entrance": {
|
||||
"name": "כניסה לחניון",
|
||||
|
@ -4795,6 +4834,10 @@
|
|||
"name": "סניף דואר",
|
||||
"terms": "משרד דואר, רשות הדואר"
|
||||
},
|
||||
"amenity/prep_school": {
|
||||
"name": "לימודי נהיגה",
|
||||
"terms": "בית ספר לנהיגה,מורה נהיגה,טסט,מכונית,תאוריה,אוטו,נהיגה,מבחן נהירה"
|
||||
},
|
||||
"amenity/prison": {
|
||||
"name": "מגרש כלא",
|
||||
"terms": "חצר כלא,חצר בית כלא"
|
||||
|
@ -5604,6 +5647,10 @@
|
|||
"name": "חנות תיקון אלקטרוניקה",
|
||||
"terms": "חנות תיקון אלקטרוניקה"
|
||||
},
|
||||
"craft/floorer": {
|
||||
"name": "ריצוף",
|
||||
"terms": "הכנת רצפה,הכנת אריחים,הצבת אריחים,הדבקת אריחים,הנחת רצפות"
|
||||
},
|
||||
"craft/gardener": {
|
||||
"name": "גנן",
|
||||
"terms": "גננית"
|
||||
|
@ -5645,6 +5692,10 @@
|
|||
"name": "צבעי",
|
||||
"terms": "צבעית"
|
||||
},
|
||||
"craft/parquet_layer": {
|
||||
"name": "הנחת פרקטים",
|
||||
"terms": "הדבקת פרקטים,פרקט"
|
||||
},
|
||||
"craft/photographer": {
|
||||
"name": "צלם",
|
||||
"terms": "צלמת"
|
||||
|
@ -6481,6 +6532,10 @@
|
|||
"name": "כרם",
|
||||
"terms": "כרם"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "מתחם ספורט חורפי",
|
||||
"terms": "ספורט חורף,מגרש ספורט חורפי"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "אזור פנאי"
|
||||
},
|
||||
|
@ -6811,6 +6866,10 @@
|
|||
"name": "אנטנה",
|
||||
"terms": "אנטנה"
|
||||
},
|
||||
"man_made/beacon": {
|
||||
"name": "משואה",
|
||||
"terms": "מגדלור"
|
||||
},
|
||||
"man_made/beehive": {
|
||||
"name": "כוורת דבורים",
|
||||
"terms": "מכוורת,כוורן,דבש"
|
||||
|
@ -7028,6 +7087,10 @@
|
|||
"name": "חוף",
|
||||
"terms": "חוף"
|
||||
},
|
||||
"natural/cape": {
|
||||
"name": "לשון יבשה",
|
||||
"terms": "מפרצון,מפרץ"
|
||||
},
|
||||
"natural/cave_entrance": {
|
||||
"name": "כניסה למערה",
|
||||
"terms": "כניסה למערה"
|
||||
|
@ -7224,6 +7287,10 @@
|
|||
"name": "משרד פיננסי",
|
||||
"terms": "משרד כלכלי"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "ייעוץ כלכלי",
|
||||
"terms": "ייעוץ פיננסי"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "משרד יעור",
|
||||
"terms": "יערנות,יערן,יערנית"
|
||||
|
@ -8831,12 +8898,14 @@
|
|||
"AIV_DHMV_II_HILL_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap מידע פלמי"
|
||||
}
|
||||
},
|
||||
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, הצללה ממגוון כיוונים 0.25 מטר"
|
||||
},
|
||||
"AIV_DHMV_II_SVF_25cm": {
|
||||
"attribution": {
|
||||
"text": "© agentschap מידע פלמי"
|
||||
}
|
||||
},
|
||||
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, גורם מבט אווירי 0.25 מטר"
|
||||
},
|
||||
"Bing": {
|
||||
"description": "צילומי אוויר ולוויין.",
|
||||
|
@ -8972,6 +9041,10 @@
|
|||
"description": "צהוב = מידע ציבורי לפי מפקד אוכלוסין. אדום = מידע שלא נמצא בOSM",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "צילומי ה־DOQQ העדכניים ביותר מבית תכנית הצילום החקלאית הלאומית (NAIP) לגבולותיה של כל מדינה בארה״ב.",
|
||||
"name": "תכנית הצילום החקלאית הלאומית"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "כביש מהיר: תחימה ירוקה = ללא סיווג. תחימה חומה = מסלול. פני שטח: חצץ = מילוי חום בהיר, אספלט = שחור, מרוצף = אפור, אדמה =לבן, בטון = כחול, דשא = ירוק. עונתי = פסים לבנים",
|
||||
"name": "שכבת דרכי יערות בארה״ב"
|
||||
|
|
100
vendor/assets/iD/iD/locales/hu.json
vendored
100
vendor/assets/iD/iD/locales/hu.json
vendored
|
@ -2099,6 +2099,9 @@
|
|||
"building": {
|
||||
"label": "Épület"
|
||||
},
|
||||
"building/levels_building": {
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"building/material": {
|
||||
"label": "Anyag"
|
||||
},
|
||||
|
@ -2159,6 +2162,9 @@
|
|||
"construction": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"consulate": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"contact/webcam": {
|
||||
"label": "Webkamera URL",
|
||||
"placeholder": "http://pelda.hu/"
|
||||
|
@ -2283,6 +2289,12 @@
|
|||
"diaper": {
|
||||
"label": "Pelenkázó van"
|
||||
},
|
||||
"diplomatic": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"diplomatic/services": {
|
||||
"label": "Szolgáltatások"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Irány (fok, az óra járása szerint)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
|
@ -2374,9 +2386,15 @@
|
|||
"label": "Típus",
|
||||
"placeholder": "Alapértelmezett"
|
||||
},
|
||||
"embassy": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"emergency": {
|
||||
"label": "Vészhelyzet"
|
||||
},
|
||||
"emergency_combo": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"enforcement": {
|
||||
"label": "Típus"
|
||||
},
|
||||
|
@ -2410,6 +2428,12 @@
|
|||
"wall": "Fali"
|
||||
}
|
||||
},
|
||||
"fireplace": {
|
||||
"label": "Tűzrakóhely"
|
||||
},
|
||||
"fishing": {
|
||||
"label": "Horgászat"
|
||||
},
|
||||
"fitness_station": {
|
||||
"label": "Felszereléstípus"
|
||||
},
|
||||
|
@ -2469,6 +2493,9 @@
|
|||
"grape_variety": {
|
||||
"label": "Szőlőfajták"
|
||||
},
|
||||
"guest_house": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"handicap": {
|
||||
"label": "Hátrány",
|
||||
"placeholder": "1-18"
|
||||
|
@ -2668,6 +2695,9 @@
|
|||
"label": "Szintek",
|
||||
"placeholder": "2, 4, 6…"
|
||||
},
|
||||
"liaison": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"lit": {
|
||||
"label": "Kivilágított"
|
||||
},
|
||||
|
@ -2688,6 +2718,9 @@
|
|||
"manhole": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"manufacturer": {
|
||||
"label": "Gyártó"
|
||||
},
|
||||
"map_size": {
|
||||
"label": "Lefedettség"
|
||||
},
|
||||
|
@ -2843,7 +2876,8 @@
|
|||
"label": "Várható nyitás dátuma"
|
||||
},
|
||||
"opening_hours": {
|
||||
"label": "Nyitvatartás"
|
||||
"label": "Nyitvatartás",
|
||||
"placeholder": "Ismeretlen"
|
||||
},
|
||||
"operator": {
|
||||
"label": "Üzemeltető"
|
||||
|
@ -2894,6 +2928,9 @@
|
|||
},
|
||||
"piste/difficulty_downhill": {
|
||||
"label": "Nehézség",
|
||||
"options": {
|
||||
"easy": "Könnyű (zöld kör)"
|
||||
},
|
||||
"placeholder": "Kezdő, középhaladó, haladó…"
|
||||
},
|
||||
"piste/difficulty_nordic": {
|
||||
|
@ -2939,6 +2976,9 @@
|
|||
"label": "Teljesítmény",
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW..."
|
||||
},
|
||||
"playground": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"playground/baby": {
|
||||
"label": "Gyermekülés"
|
||||
},
|
||||
|
@ -3037,6 +3077,9 @@
|
|||
"religion": {
|
||||
"label": "Vallás"
|
||||
},
|
||||
"resort": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"restriction": {
|
||||
"label": "Típus"
|
||||
},
|
||||
|
@ -3076,6 +3119,9 @@
|
|||
"sanitary_dump_station": {
|
||||
"label": "WC ártalmatlanítás"
|
||||
},
|
||||
"screen": {
|
||||
"placeholder": "1, 4, 8…"
|
||||
},
|
||||
"scuba_diving": {
|
||||
"label": "Szolgáltatások"
|
||||
},
|
||||
|
@ -3278,6 +3324,9 @@
|
|||
"minor": "Alsóbbrendű útról"
|
||||
}
|
||||
},
|
||||
"street_cabinet": {
|
||||
"label": "Típus"
|
||||
},
|
||||
"structure": {
|
||||
"label": "Szerkezet",
|
||||
"options": {
|
||||
|
@ -3354,6 +3403,9 @@
|
|||
},
|
||||
"placeholder": "Van, nincs, csak elvitelre…"
|
||||
},
|
||||
"target": {
|
||||
"label": "Cél"
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"label": "WC-kezelés",
|
||||
"options": {
|
||||
|
@ -3362,6 +3414,9 @@
|
|||
"flush": "Vízöblitéses"
|
||||
}
|
||||
},
|
||||
"toilets/handwashing": {
|
||||
"label": "Kézmosás"
|
||||
},
|
||||
"toll": {
|
||||
"label": "Díj"
|
||||
},
|
||||
|
@ -5192,6 +5247,9 @@
|
|||
"indoor/wall": {
|
||||
"name": "Beltéri fal"
|
||||
},
|
||||
"internet_access/wlan": {
|
||||
"name": "Wi-Fi Hotspot"
|
||||
},
|
||||
"junction": {
|
||||
"name": "Elágazás",
|
||||
"terms": "Elágazás, útkereszteződés, csomópont"
|
||||
|
@ -5669,6 +5727,9 @@
|
|||
"name": "Csővezeték",
|
||||
"terms": "Csővezeték"
|
||||
},
|
||||
"man_made/pipeline/underground": {
|
||||
"name": "Földalatti Csőhálózat"
|
||||
},
|
||||
"man_made/pumping_station": {
|
||||
"name": "Szivattyúház",
|
||||
"terms": "szivattyú,pumpa"
|
||||
|
@ -5681,6 +5742,9 @@
|
|||
"name": "Tárolótartály",
|
||||
"terms": "tároló, tartály"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Víztartály"
|
||||
},
|
||||
"man_made/surveillance": {
|
||||
"name": "Térfigyelő kamera",
|
||||
"terms": "biztonsági kamera, CCTV, zártláncú kamera"
|
||||
|
@ -5702,6 +5766,9 @@
|
|||
"man_made/tower/observation": {
|
||||
"name": "Kilátótorony"
|
||||
},
|
||||
"man_made/tunnel": {
|
||||
"name": "Alagút"
|
||||
},
|
||||
"man_made/wastewater_plant": {
|
||||
"name": "Szennyvíztelep",
|
||||
"terms": "Szennyvíztisztító üzem"
|
||||
|
@ -5826,6 +5893,9 @@
|
|||
"natural/tree_row": {
|
||||
"name": "Fasor"
|
||||
},
|
||||
"natural/valley": {
|
||||
"name": "Völgy"
|
||||
},
|
||||
"natural/volcano": {
|
||||
"name": "Vulkán",
|
||||
"terms": "vulkán, tűzhányó"
|
||||
|
@ -5834,6 +5904,9 @@
|
|||
"name": "Víz",
|
||||
"terms": "Víz"
|
||||
},
|
||||
"natural/water/canal": {
|
||||
"name": "Csatorna"
|
||||
},
|
||||
"natural/water/lake": {
|
||||
"name": "Tó",
|
||||
"terms": "Tó"
|
||||
|
@ -5846,6 +5919,9 @@
|
|||
"name": "Víztározó",
|
||||
"terms": "Víztározó"
|
||||
},
|
||||
"natural/water/river": {
|
||||
"name": "Folyó"
|
||||
},
|
||||
"natural/wetland": {
|
||||
"name": "Mocsaras terület",
|
||||
"terms": "Mocsaras, vizenyő, nádas, láp, ingovány"
|
||||
|
@ -5890,6 +5966,9 @@
|
|||
"name": "Közösségi iroda",
|
||||
"terms": "közösségi munkatér, coworking"
|
||||
},
|
||||
"office/diplomatic/consulate": {
|
||||
"name": "Konzulátus"
|
||||
},
|
||||
"office/educational_institution": {
|
||||
"name": "Oktatási intézmény",
|
||||
"terms": "oktatási intézmény"
|
||||
|
@ -5909,6 +5988,9 @@
|
|||
"name": "Pénzügyi vállalat irodája",
|
||||
"terms": "pénzügy, hitelezés, kölcsön, befektetés, biztosítás"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "Pénzügyi Tanácsadó"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "Erdészeti hivatal"
|
||||
},
|
||||
|
@ -6392,6 +6474,9 @@
|
|||
"name": "Ruházati bolt",
|
||||
"terms": "fehérneműbolt, öltönyáruház, ruhabolt"
|
||||
},
|
||||
"shop/clothes/underwear": {
|
||||
"name": "Fehérnemű Üzlet"
|
||||
},
|
||||
"shop/coffee": {
|
||||
"name": "Kávébolt",
|
||||
"terms": "kávébolt, kávéüzlet, kávé kereskedés"
|
||||
|
@ -6539,6 +6624,9 @@
|
|||
"name": "Lakberendezési bolt",
|
||||
"terms": "lakástextil, díszek, bútor"
|
||||
},
|
||||
"shop/jewelry": {
|
||||
"name": "Ékszerüzlet"
|
||||
},
|
||||
"shop/kiosk": {
|
||||
"name": "Trafik"
|
||||
},
|
||||
|
@ -6865,6 +6953,9 @@
|
|||
"name": "Állatkert",
|
||||
"terms": "Állatkert"
|
||||
},
|
||||
"tourism/zoo/petting": {
|
||||
"name": "Állatsimogató"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"name": "Forgalomcsillapító",
|
||||
"terms": "forgalomcsillapító"
|
||||
|
@ -7058,8 +7149,13 @@
|
|||
"name": "Üzemanyag-töltő állomás hajóknak",
|
||||
"terms": "üzemanyag,dízel,gázolaj,csónak,hajó, hajóbenzinkút, bunkerolaj"
|
||||
},
|
||||
"waterway/lock_gate": {
|
||||
"name": "Zsilip",
|
||||
"terms": "csatorna"
|
||||
},
|
||||
"waterway/milestone": {
|
||||
"name": "Vízi mérföldkő"
|
||||
"name": "Vízi mérföldkő",
|
||||
"terms": "mérföldkő, jelölő"
|
||||
},
|
||||
"waterway/river": {
|
||||
"name": "Folyó",
|
||||
|
|
1
vendor/assets/iD/iD/locales/it.json
vendored
1
vendor/assets/iD/iD/locales/it.json
vendored
|
@ -1626,7 +1626,6 @@
|
|||
"close_nodes": {
|
||||
"title": "Nodi molto vicini",
|
||||
"message": "Due nodi in {way} sono molto vicini tra loro",
|
||||
"tip": "Trova nodi ridondanti nei percorsi",
|
||||
"reference": "I nodi ridondanti di un percorso andrebbero uniti o distanziati tra loro."
|
||||
},
|
||||
"crossing_ways": {
|
||||
|
|
56
vendor/assets/iD/iD/locales/ja.json
vendored
56
vendor/assets/iD/iD/locales/ja.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "建築物",
|
||||
"tooltip": "建築物、避難所、ガレージなど"
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "建物の一部分",
|
||||
"tooltip": "3Dの建物と屋根の構成要素"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "屋内(インドア)の地物",
|
||||
"tooltip": "部屋、廊下、吹き抜け等。"
|
||||
},
|
||||
"landuse": {
|
||||
"description": "土地利用関連",
|
||||
"tooltip": "森林、農地、公園、住宅地、商業区画など"
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "鉄道関連",
|
||||
"tooltip": "鉄道"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "スキー",
|
||||
"tooltip": "スキーのスロープ、橇用の斜面、アイススケート用の小径等。"
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "索道の地物",
|
||||
"tooltip": "チェアリフト、ゴンドラ、ジップライン等。"
|
||||
},
|
||||
"power": {
|
||||
"description": "電力関連",
|
||||
"tooltip": "電線、高圧線、発電所、変電所など"
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "交差点に未接続 ",
|
||||
"message": "{feature} は{feature2} のすぐ近くにありますが接続されていません",
|
||||
"tip": "近くの別の地物に接続している可能性のある地物を探す",
|
||||
"self": {
|
||||
"message": "{feature} は自身のすぐ近くにありますが再接続されていません"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "交差する道路は頂点ノードを共有すべきです。"
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "とても近いポイント",
|
||||
"tip": "冗長で使いすぎのポイントを探す",
|
||||
"message": "{way} 内の2つのポイントがとても近くにあります",
|
||||
"tip": "ウェイ内の冗長なポイントを探す",
|
||||
"reference": "ウェイにある冗長なポイントはマージするか離れたところに置くべきです。"
|
||||
"reference": "ウェイにある冗長なポイントはマージするか離れたところに置くべきです。",
|
||||
"detached": {
|
||||
"message": "{feature} は{feature2} に近すぎます",
|
||||
"reference": "別々のポイントは位置を共有すべきではありません。(訳注:まれに縦方向に重なる地物もある)"
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "重なったウェイ",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "旧式のタグ(訳注:OSM Wikiで確認を推奨)",
|
||||
"message": "{feature} には旧式のタグがあります",
|
||||
"tip": "最新にできる非推奨タグを持つ地物を探す",
|
||||
"reference": "その後タグ付け方法が変わっているものがあるので最新にすべきです。(訳注:よく分からないものはOSM-Wikiで確認してからアップグレードしてください)"
|
||||
"reference": "その後タグ付け方法が変わっているものがあるので最新にすべきです。(訳注:よく分からないものはOSM-Wikiで確認してからアップグレードしてください)",
|
||||
"incomplete": {
|
||||
"message": "{feature} には不完全なタグがあります",
|
||||
"reference": "タグを追加したほうが良い地物があります。"
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "プライベート情報",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "予約可能"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "種類"
|
||||
},
|
||||
"resource": {
|
||||
"label": "資源の種類"
|
||||
},
|
||||
|
@ -6549,6 +6579,10 @@
|
|||
"name": "ぶどう畑",
|
||||
"terms": "ぶどう畑, 果樹園, 森林, 樹木, 植物, ブドウ, 農業"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "冬季スポーツ区域",
|
||||
"terms": "冬季スポーツ区域, 冬季スポーツ, ウィンタースポーツ"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "レジャー施設全般"
|
||||
},
|
||||
|
@ -6592,6 +6626,10 @@
|
|||
"name": "ダンススクール",
|
||||
"terms": "ダンススクール, 舞踏, 日本舞踊, タンゴ, 社交ダンス, ワルツ, ダンス教室, 稽古, 練習, 習い事, 学校"
|
||||
},
|
||||
"leisure/disc_golf_course": {
|
||||
"name": "ディスクゴルフコース",
|
||||
"terms": "ディスクゴルフコース, ディスクゴルフ, スポーツ"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"name": "ドッグパーク",
|
||||
"terms": "ドッグパーク, ドッグラン, 犬, 動物, ペット"
|
||||
|
@ -6752,6 +6790,10 @@
|
|||
"name": "乗馬場",
|
||||
"terms": "乗馬場, スポーツ, 運動, トレーニング, 練習, 訓練, 競技"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "フィールドホッケー場",
|
||||
"terms": "フィールドホッケー場, ホッケー, スポーツ"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "ホースシューズ場",
|
||||
"terms": "ホースシューズ場, 蹄鉄, 蹄鉄ゲーム場"
|
||||
|
@ -7015,6 +7057,10 @@
|
|||
"name": "貯蔵タンク",
|
||||
"terms": "貯蔵タンク, タンク"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "水槽",
|
||||
"terms": "水槽, タンク, 水タンク"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "ストリートキャビネット",
|
||||
"terms": "ストリートキャビネット, 歩道, 計器箱, 装置ボックス, モニター, 通信装置, 信号装置"
|
||||
|
@ -9146,6 +9192,10 @@
|
|||
"description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
|
||||
"name": "National Agriculture Imagery Program"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Highway: 緑枠 = unclassified.ブラウン枠 = track. Surface: gravel = ライトブラウン, Asphalt = 黒, paved = グレイ, ground =白, concrete = 青, grass = 緑. Seasonal = 白棒",
|
||||
"name": "U.S. Forest Roads Overlay"
|
||||
|
|
73
vendor/assets/iD/iD/locales/mk.json
vendored
73
vendor/assets/iD/iD/locales/mk.json
vendored
|
@ -768,6 +768,14 @@
|
|||
"description": "Градби",
|
||||
"tooltip": "Згради, засолништа, гаражи и тн."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Делови од градби",
|
||||
"tooltip": "Делови од 3Д градби и покриви"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Внатрешни елементи",
|
||||
"tooltip": "Простории, ходници, скалишта и тн."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Видови земјиште",
|
||||
"tooltip": "Шуми, обработливи површини, паркови, домување, стопанисување и тн."
|
||||
|
@ -784,6 +792,14 @@
|
|||
"description": "Железница",
|
||||
"tooltip": "Железници"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Зимскорекреативни патеки",
|
||||
"tooltip": "Скијачки падини, патеки за лизгање, спушталишта за санки и тн."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Жичнички елементи",
|
||||
"tooltip": "Клупни жичници, гондоли, жичени спушталки и тн."
|
||||
},
|
||||
"power": {
|
||||
"description": "Електродистрибуција",
|
||||
"tooltip": "Електрични водови, електрани, трафостаници и тн."
|
||||
|
@ -1207,6 +1223,7 @@
|
|||
"description": "Се појави неодреден проблем со кружниов тек."
|
||||
},
|
||||
"311": {
|
||||
"title": "Кружниот тек не е затворен",
|
||||
"description": "{var1} е дел од кружен тек, но е затворена јамка. (Одвоените колосеци кои наближуваат кружен тек не треба да се означуваат како кружен тек)."
|
||||
},
|
||||
"312": {
|
||||
|
@ -1302,6 +1319,11 @@
|
|||
"editing": {
|
||||
"title": "Уредување и зачувување",
|
||||
"select_h": "Избери",
|
||||
"multiselect_h": "Повеќекратен избор",
|
||||
"multiselect_shift_click": "„{shift}“+{leftclick} лево копче на глушецот за да одберете неколку елементи наеднаш. Ова го олеснува преместувањето или бришењето на повеќе елементи во еден потег.",
|
||||
"undo_redo_h": "Поврати и повтори",
|
||||
"undo_redo": "Вашите уредувања се складираат месно, во вашиот прелистувач, сè додека не решите да ја ги зачувате на OpenStreetMap. Уредувањата можете да ги отповикате со копчето {undo} **Поврати**, и да ги повторите на копчето {redo} **Повтори**.",
|
||||
"save_h": "Зачувај",
|
||||
"upload_h": "Подигни",
|
||||
"upload": "Пред да ги подигнете вашите промени ќе треба да внесете [changeset comment] (https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Потоа стиснете на **Подигни** за да ги испратите на OpenStreetMap, каде ќе бидат спроведени на картата, јавно видливи за сите.",
|
||||
"keyboard_h": "Тастатурни кратенки"
|
||||
|
@ -1429,6 +1451,10 @@
|
|||
"message": "{highway} е одделен од други патишта и патеки"
|
||||
}
|
||||
},
|
||||
"fixme_tag": {
|
||||
"message": "{feature} има барање „Поправи ме“",
|
||||
"tip": "Најди елементи со ознаки „поправи ме“"
|
||||
},
|
||||
"missing_tag": {
|
||||
"title": "Отсутни ознаки",
|
||||
"any": {
|
||||
|
@ -1438,6 +1464,14 @@
|
|||
"message": "{feature} нема описни ознаки"
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Лични податоци",
|
||||
"tip": "Најди елементи што може да содржат лични податоци",
|
||||
"reference": "Чувствителните податоци како лични телефонски броеви не треба да се означуваат.",
|
||||
"contact": {
|
||||
"message": "{feature} може да се означи како личен контактен податок"
|
||||
}
|
||||
},
|
||||
"unknown_road": {
|
||||
"message": "{feature} нема класификација"
|
||||
},
|
||||
|
@ -1453,7 +1487,7 @@
|
|||
"annotation": "Поврзани крајните точки на пат."
|
||||
},
|
||||
"connect_features": {
|
||||
"title": "Поврзете ги рлементите"
|
||||
"title": "Поврзете ги елементите"
|
||||
},
|
||||
"continue_from_start": {
|
||||
"title": "Продолжете со цртање од почетокот"
|
||||
|
@ -1662,6 +1696,7 @@
|
|||
"fullscreen": "Отвори на цел екран",
|
||||
"sidebar": "Дај/тргни страничник",
|
||||
"wireframe": "Дај/тргни омрежување",
|
||||
"osm_data": "Дај/тргни податоци од OpenStreetMap",
|
||||
"minimap": "Дај/тргни миникарта"
|
||||
},
|
||||
"selecting": {
|
||||
|
@ -1710,6 +1745,7 @@
|
|||
"move": "Преместете ги избраните елементи",
|
||||
"rotate": "Свртете ги избраните елементи",
|
||||
"orthogonalize": "Исправете ги аглите на линија или подрачје",
|
||||
"straighten": "Исправи линија или точки",
|
||||
"circularize": "Направете кружна затворена линија или подрачје ",
|
||||
"reflect_long": "Пресликај елементи по подолгата оска",
|
||||
"reflect_short": "Пресликај елементи по пократката оска",
|
||||
|
@ -3152,6 +3188,9 @@
|
|||
"yes": "Се примаат"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Вид"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Ресурси"
|
||||
},
|
||||
|
@ -3965,7 +4004,7 @@
|
|||
"name": "Брза храна"
|
||||
},
|
||||
"amenity/fast_food/burger": {
|
||||
"name": "Бургери"
|
||||
"name": "Сендвичарница"
|
||||
},
|
||||
"amenity/fast_food/chicken": {
|
||||
"name": "Пилешко"
|
||||
|
@ -4001,7 +4040,7 @@
|
|||
"name": "Сала за брза храна"
|
||||
},
|
||||
"amenity/fountain": {
|
||||
"name": "Чешма"
|
||||
"name": "Фонтана"
|
||||
},
|
||||
"amenity/fuel": {
|
||||
"name": "Бензинска пумпа"
|
||||
|
@ -4040,7 +4079,7 @@
|
|||
"name": "Пазар"
|
||||
},
|
||||
"amenity/monastery": {
|
||||
"name": "Манастирски двор"
|
||||
"name": "Манастир"
|
||||
},
|
||||
"amenity/money_transfer": {
|
||||
"name": "Испраќање на пари"
|
||||
|
@ -4126,6 +4165,9 @@
|
|||
"amenity/post_office": {
|
||||
"name": "Пошта"
|
||||
},
|
||||
"amenity/prep_school": {
|
||||
"name": "Подготвително училиште"
|
||||
},
|
||||
"amenity/prison": {
|
||||
"name": "Затворски двор"
|
||||
},
|
||||
|
@ -4640,7 +4682,7 @@
|
|||
"name": "Павилјонска градба"
|
||||
},
|
||||
"building/public": {
|
||||
"name": "Општествен објект"
|
||||
"name": "Општествеа градба"
|
||||
},
|
||||
"building/residential": {
|
||||
"name": "Станбена градба"
|
||||
|
@ -5462,6 +5504,9 @@
|
|||
"landuse/vineyard": {
|
||||
"name": "Лозје"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Зимско спортувалиште"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Разонода"
|
||||
},
|
||||
|
@ -5495,6 +5540,9 @@
|
|||
"leisure/dancing_school": {
|
||||
"name": "Танцово училиште"
|
||||
},
|
||||
"leisure/disc_golf_course": {
|
||||
"name": "Терен за дикс-голф"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"name": "Кучешки парк"
|
||||
},
|
||||
|
@ -5615,6 +5663,9 @@
|
|||
"leisure/pitch/equestrian": {
|
||||
"name": "Јавалиште"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Терен за хокеј на трева"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Фрлање потковици"
|
||||
},
|
||||
|
@ -5813,6 +5864,9 @@
|
|||
"man_made/storage_tank": {
|
||||
"name": "Резервоар"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Резервоар за вода"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Улична кутија"
|
||||
},
|
||||
|
@ -6056,6 +6110,9 @@
|
|||
"office/financial": {
|
||||
"name": "Финансиска служба"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "Финансов советник"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "Шумарска служба"
|
||||
},
|
||||
|
@ -6189,7 +6246,7 @@
|
|||
"name": "Месност"
|
||||
},
|
||||
"place/neighbourhood": {
|
||||
"name": "Населба"
|
||||
"name": "Маало"
|
||||
},
|
||||
"place/plot": {
|
||||
"name": "Парцела"
|
||||
|
@ -7475,6 +7532,10 @@
|
|||
"description": "Жолто = Картографски податоци од пописот на САД во јавна сопственост. Црвено = Податоци кои не е присутни на OpenStreetMap",
|
||||
"name": "TIGER Патишта 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "Најновата година на DOQQ од Националната програма за земјоделски снимки (NAIP) за секоја континентална сојузна држава на САД.",
|
||||
"name": "Национална програма за земјоделски снимки"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "Пат: Зелена обраба = некласификувано. Кафеава обраба = козја патека. Површина: Чакал = светлокафеава полнетица, Асфалт = црно, поплочено = сиво, земја = бело, бетон = сино, трева = зелено. Сезонски = бели пруги",
|
||||
"name": "Облога за шумски патишта на САД"
|
||||
|
|
58
vendor/assets/iD/iD/locales/pl.json
vendored
58
vendor/assets/iD/iD/locales/pl.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Budynki",
|
||||
"tooltip": "Budynki, wiaty, garaże itp."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Części budynków",
|
||||
"tooltip": "Budynki 3D i elementy dachów"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Wnętrza budynków",
|
||||
"tooltip": "Pokoje, korytarze itp."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Obiekty użytkowania terenów",
|
||||
"tooltip": "Lasy, pola, parki, osiedla mieszkaniowe, obszary handlowe, biurowe itp."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Obiekty kolejowe",
|
||||
"tooltip": "Tory kolejowe"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Trasy zjazdowe",
|
||||
"tooltip": "Trasy narciarskie, saneczkowe, łyżwiarskie itp."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Obiekty napowietrzne",
|
||||
"tooltip": "Wyciągi narciarskie, kolejki linowe itp."
|
||||
},
|
||||
"power": {
|
||||
"description": "Obiekty dystrybucji prądu elektrycznego",
|
||||
"tooltip": "Linie energetyczne, elektrownie, podstacje itp."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Prawie skrzyżowania",
|
||||
"message": "{feature} jest bardzo blisko drogi {feature2}, ale nie jest z nią połączona",
|
||||
"tip": "Drogi, które są bardzo blisko siebie i łączą się w rzeczywistości, powinny być połączone.",
|
||||
"self": {
|
||||
"message": "{feature} kończy się bardzo blisko samej siebie, ale nie jest połączona"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Drogi, które są bardzo blisko siebie i łączą się w rzeczywistości, powinny być połączone."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Bardzo bliskie punkty",
|
||||
"message": "Dwa punkty na drodze {way} są bardzo blisko siebie",
|
||||
"tip": "Zbędne punkty na linii powinny zostać scalone lub odsunięte od siebie.",
|
||||
"reference": "Zbędne punkty na linii powinny zostać scalone lub odsunięte od siebie."
|
||||
"tip": "Różne obiekty nie powinny być w tym samym miejscu, a zbędne punkty na linii powinny zostać połączone lub odsunięte od siebie.",
|
||||
"message": "Dwa punkty na {way} są bardzo blisko siebie",
|
||||
"reference": "Zbędne punkty na linii powinny zostać scalone lub odsunięte od siebie.",
|
||||
"detached": {
|
||||
"message": "{feature} jest zbyt blisko {feature2}",
|
||||
"reference": "Różne obiekty nie powinny być w tym samym miejscu."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Przecięcia bez skrzyżowania",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Przestarzałe znaczniki",
|
||||
"message": "{feature} używa przestarzałych znaczników",
|
||||
"tip": "Niektóre znaczniki zmieniają się z czasem i powinny zostać zaktualizowane.",
|
||||
"reference": "Niektóre znaczniki zmieniają się z czasem i powinny zostać zaktualizowane."
|
||||
"reference": "Niektóre znaczniki zmieniają się z czasem i powinny zostać zaktualizowane.",
|
||||
"incomplete": {
|
||||
"message": "{feature} ma niepełny zestaw znaczników",
|
||||
"reference": "Niektóre obiekty powinny mieć dodatkowe znaczniki."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Prywatne informacje",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "Tak"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Rodzaj"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Zasoby"
|
||||
},
|
||||
|
@ -4807,6 +4837,10 @@
|
|||
"name": "Poczta/agencja pocztowa",
|
||||
"terms": "poczta,urząd pocztowy,agencja pocztowa"
|
||||
},
|
||||
"amenity/prep_school": {
|
||||
"name": "Szkolenia / korepetycje",
|
||||
"terms": "szkoła, szkolenia, korepetycje"
|
||||
},
|
||||
"amenity/prison": {
|
||||
"name": "Teren więzienia",
|
||||
"terms": "tereny więzienne"
|
||||
|
@ -6545,6 +6579,10 @@
|
|||
"name": "Winnica",
|
||||
"terms": "winnica"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Miejsce na sporty zimowe",
|
||||
"terms": "miejsce na sporty zimowe, obszar sportów zimowych, teren narciarski, ośrodek narciarski, stok narciarski, narciarstwo, narty, teren snowboardowy, snowboard"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Rozrywka i wypoczynek"
|
||||
},
|
||||
|
@ -6748,6 +6786,10 @@
|
|||
"name": "Ujeżdżalnia",
|
||||
"terms": "ujeżdżalnia"
|
||||
},
|
||||
"leisure/pitch/field_hockey": {
|
||||
"name": "Boisko do hokeja na trawie",
|
||||
"terms": "boisko do hokeja na trawie, hokej na trawie"
|
||||
},
|
||||
"leisure/pitch/horseshoes": {
|
||||
"name": "Miejsce do gry w rzut podkową",
|
||||
"terms": "rzut podkową"
|
||||
|
@ -7011,6 +7053,10 @@
|
|||
"name": "Zbiornik",
|
||||
"terms": "zbiornik"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Zbiornik na wodę",
|
||||
"terms": "zbiornik na wodę, zbiornik wody, woda"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Skrzynka elektryczna",
|
||||
"terms": "skrzynka elektryczna, szafka elektryczna, szafka uliczna, rozdzielnica elektryczna"
|
||||
|
@ -7333,6 +7379,10 @@
|
|||
"name": "Biuro finansowe",
|
||||
"terms": "agent finansowy"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "Doradzca finansowy",
|
||||
"terms": "doradzca finansowy, doradztwo finansowe"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "Leśnictwo",
|
||||
"terms": "biuro leśniczego,las,leśniczy"
|
||||
|
|
44
vendor/assets/iD/iD/locales/pt-BR.json
vendored
44
vendor/assets/iD/iD/locales/pt-BR.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Construções",
|
||||
"tooltip": "Construções, abrigos, garagens etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Partes de edifícios",
|
||||
"tooltip": "Componentes 3D de telhados e edifícios"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Elementos interiores",
|
||||
"tooltip": "Salas, Corredores, Escadarias, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Elementos de Uso de Terra",
|
||||
"tooltip": "Florestas, fazendas, parques, residências, comércios etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Elementos Ferroviários",
|
||||
"tooltip": "Ferrovias"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistas",
|
||||
"tooltip": "Pistas de esqui, trenós, trilhas de patinação no gelo, etc."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Elementos de transporte aéreo",
|
||||
"tooltip": "Cadeiras elevadoras, gôndolas, tirolesas, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Elementos de Energia Elétrica",
|
||||
"tooltip": "Linhas de Transmissão, Usinas Elétricas, Subestações etc."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Quase junções",
|
||||
"message": "{feature} é muito próximo, mas não está conectado a {feature2}",
|
||||
"tip": "Encontrar recursos que possivelmente podem estar conectados a outros recursos próximos",
|
||||
"self": {
|
||||
"message": "{feature} termina muito perto de si mesmo, mas não se reconecta"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Estradas com interseção devem compartilhar um vértice de junção."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Pontos muito próximos",
|
||||
"tip": "Encontrar pontos redundantes e lotados",
|
||||
"message": "Dois pontos em {way} são muito próximos",
|
||||
"tip": "Encontre pontos redundantes de formas",
|
||||
"reference": "Pontos redundantes de uma maneira devem ser mesclados ou separados."
|
||||
"reference": "Pontos redundantes de uma maneira devem ser mesclados ou separados.",
|
||||
"detached": {
|
||||
"message": "{feature} está muito próximo de {feature2}",
|
||||
"reference": "Pontos separados não devem compartilhar um local."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Maneiras de cruzamento",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Etiquetas desatualizadas",
|
||||
"message": "{feature} tem etiquetas desatualizadas",
|
||||
"tip": "Encontre recursos com etiquetas reprovadas que podem ser atualizadas",
|
||||
"reference": "Algumas etiquetas mudam com o tempo e devem ser atualizadas."
|
||||
"reference": "Algumas etiquetas mudam com o tempo e devem ser atualizadas.",
|
||||
"incomplete": {
|
||||
"message": "{feature} tem etiquetas incompletas",
|
||||
"reference": "Alguns recursos devem ter etiquetas adicionais."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Informação privada",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "Aceito"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Recursos"
|
||||
},
|
||||
|
@ -6534,6 +6564,10 @@
|
|||
"name": "Vinha",
|
||||
"terms": "Vinha, Vinhedo, Plantação de uvas, Parreiras"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "Área de esportes de inverno",
|
||||
"terms": "Área de esportes de inverno"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "Área de Lazer"
|
||||
},
|
||||
|
@ -7000,6 +7034,10 @@
|
|||
"name": "Reservatório",
|
||||
"terms": "Tanque de Armazenamento, reservatório elevado, caixa d'água, dágua, dagua, de água, líquido, gás"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Depósito de água",
|
||||
"terms": "water tank, depósito de água, contentor de água, tanque de água, depósito, cisterna, caixa-d'água, caixa d'água, caixa de água, castelo d'água, castelo de água"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "Armário de rua",
|
||||
"terms": "Armário de rua"
|
||||
|
|
48
vendor/assets/iD/iD/locales/pt.json
vendored
48
vendor/assets/iD/iD/locales/pt.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Edifícios",
|
||||
"tooltip": "Edifícios, Abrigos, Garagens, etc."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Partes de edifícios",
|
||||
"tooltip": "Componentes 3D de telhados e edifícios"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Elementos interiores",
|
||||
"tooltip": "Salas, corredores, escadarias, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Elementos de Uso do Solo",
|
||||
"tooltip": "Florestas, Quintas, Parques, Áreas Residenciais, etc."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Elementos de Ferrovias",
|
||||
"tooltip": "Ferrovias"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pistas",
|
||||
"tooltip": "Pista de esqui, pista de trenó, pista de patinagem no gelo, etc."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Elementos de transporte aéreo",
|
||||
"tooltip": "Telecadeiras, gôndolas, tirolesas, etc."
|
||||
},
|
||||
"power": {
|
||||
"description": "Elementos de Energia",
|
||||
"tooltip": "Linhas de Transmissão, Centrais Elétricas, Subestações, etc."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Quase cruzamentos",
|
||||
"message": "{feature} está muito perto mas não está ligada a {feature2}",
|
||||
"tip": "Encontrar elementos que provavelmente deviam estar conectados a outros elementos em redor.",
|
||||
"self": {
|
||||
"message": "{feature} termina muito próximo de si próprio mas não está ligado"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Rodovias que se intersetam deviam ter um vértice de cruzamento em comum."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Pontos muito próximos",
|
||||
"tip": "Procurar pontos redundantes e lotados",
|
||||
"message": "Dois pontos em {way} estão muito próximos um do outro",
|
||||
"tip": "Procurar pontos redundantes em linhas",
|
||||
"reference": "Pontos redundantes numa linha devem ser unidos num só ou afastados um do outro."
|
||||
"reference": "Pontos redundantes numa linha devem ser unidos num só ou afastados um do outro.",
|
||||
"detached": {
|
||||
"message": "{feature} está demasiado próximo de {feature2}",
|
||||
"reference": "Pontos separados não devem partilhar uma localização."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Vias que se cruzam",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Etiquetas em desuso",
|
||||
"message": "{feature} tem etiquetas em desuso",
|
||||
"tip": "Procurar elementos com etiquetas em desuso que podem ser atualizadas",
|
||||
"reference": "Algumas etiquetas mudam ao longo do tempo e devem ser atualizadas."
|
||||
"reference": "Algumas etiquetas mudam ao longo do tempo e devem ser atualizadas.",
|
||||
"incomplete": {
|
||||
"message": "{feature} tem etiquetas incompletas",
|
||||
"reference": "Alguns elementos deviam ter etiquetas adicionais."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Informação privada",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "Aceita"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Tipo"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Recursos"
|
||||
},
|
||||
|
@ -7008,6 +7038,10 @@
|
|||
"name": "Depósito de armazenamento",
|
||||
"terms": "storage tank, depósito, armazenagem, tanque"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "Depósito de água",
|
||||
"terms": "water tank, depósito de água, contentor de água, tanque de água, depósito, cisterna, caixa-d'água, caixa d'água, caixa de água, castelo d'água, castelo de água"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "street cabinet, gabinete, caixa, caixa de distribuição, armário, armário de rua",
|
||||
"terms": "street cabinet, gabinete, caixa, caixa de distribuição, armário, distribuição de telecomunicações. distribuição de sinal de cabo, distribuição de sinal telefónico"
|
||||
|
@ -7057,8 +7091,8 @@
|
|||
"terms": "Wastewater Plant, E.T.A.R., ETAR, Resíduos, Estação de Tratamento de Resíduos, Estação de Tratamento de Águas Residuais"
|
||||
},
|
||||
"man_made/water_tower": {
|
||||
"name": "Reservatório elevado",
|
||||
"terms": "Depósito de Água, Torre de Água, Water Tower"
|
||||
"name": "Reservatório de água elevado",
|
||||
"terms": "water tower, depósito de água, torre de água, castelo d'água, castelo de água, reservatório, depósito de água, depósito, cisterna"
|
||||
},
|
||||
"man_made/water_well": {
|
||||
"name": "Poço de água",
|
||||
|
@ -7330,6 +7364,10 @@
|
|||
"name": "Escritório financeiro privado",
|
||||
"terms": "financial office, escritório financeiro privado, escritório financeiro"
|
||||
},
|
||||
"office/financial_advisor": {
|
||||
"name": "Conselheiro financeiro",
|
||||
"terms": "financial advisor, conselheiro financeiro, aconselhamento financeiro"
|
||||
},
|
||||
"office/forestry": {
|
||||
"name": "Posto florestal",
|
||||
"terms": "Guarda Florestal"
|
||||
|
|
197
vendor/assets/iD/iD/locales/ru.json
vendored
197
vendor/assets/iD/iD/locales/ru.json
vendored
|
@ -630,9 +630,15 @@
|
|||
"osmhidden": "Эти объекты были автоматически скрыты, потому что слой OpenStreetMap сейчас скрыт."
|
||||
},
|
||||
"photo_overlays": {
|
||||
"traffic_signs": {
|
||||
"title": "Дорожные знаки"
|
||||
},
|
||||
"photo_type": {
|
||||
"flat": {
|
||||
"title": "Обычные Фотографии"
|
||||
},
|
||||
"panoramic": {
|
||||
"title": "Панорамные снимки"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -842,6 +848,7 @@
|
|||
"close_comment": "Закрыть с комментарием",
|
||||
"ignore_comment": "Игнорировать с комментарием",
|
||||
"error_parts": {
|
||||
"restaurant": "ресторан",
|
||||
"pharmacy": "аптека"
|
||||
},
|
||||
"errorTypes": {
|
||||
|
@ -855,9 +862,15 @@
|
|||
"70": {
|
||||
"title": "Пропущен тег"
|
||||
},
|
||||
"72": {
|
||||
"description": "{var1} не является участником линии и не имеет тегов."
|
||||
},
|
||||
"220": {
|
||||
"title": "Опечатка в теге"
|
||||
},
|
||||
"230": {
|
||||
"title": "Конфликт слоёв"
|
||||
},
|
||||
"298": {
|
||||
"title": "Избыточное ограничение - односторонняя дорога"
|
||||
},
|
||||
|
@ -1135,7 +1148,13 @@
|
|||
"rules": {
|
||||
"title": "Правила"
|
||||
},
|
||||
"outdated_tags": {
|
||||
"title": "Устаревшие теги"
|
||||
},
|
||||
"fix": {
|
||||
"select_road_type": {
|
||||
"title": "Выберите тип дороги"
|
||||
},
|
||||
"use_bridge_or_tunnel": {
|
||||
"title": "Используйте мост или туннель"
|
||||
}
|
||||
|
@ -1547,9 +1566,15 @@
|
|||
"category-building": {
|
||||
"name": "Здания"
|
||||
},
|
||||
"category-golf": {
|
||||
"name": "Объекты на поле для гольфа"
|
||||
},
|
||||
"category-landuse": {
|
||||
"name": "Объекты землепользования"
|
||||
},
|
||||
"category-natural": {
|
||||
"name": "Природные объекты"
|
||||
},
|
||||
"category-path": {
|
||||
"name": "Путь"
|
||||
},
|
||||
|
@ -1559,6 +1584,9 @@
|
|||
"category-restriction": {
|
||||
"name": "Запреты"
|
||||
},
|
||||
"category-road_service": {
|
||||
"name": "Служебные проезды"
|
||||
},
|
||||
"category-route": {
|
||||
"name": "Объекты маршрутов"
|
||||
},
|
||||
|
@ -1700,6 +1728,9 @@
|
|||
"agrarian": {
|
||||
"label": "Товары"
|
||||
},
|
||||
"air_conditioning": {
|
||||
"label": "Кондиционирование воздуха"
|
||||
},
|
||||
"amenity": {
|
||||
"label": "Тип"
|
||||
},
|
||||
|
@ -1805,6 +1836,10 @@
|
|||
"building": {
|
||||
"label": "Тип здания / конструкция"
|
||||
},
|
||||
"building/levels_building": {
|
||||
"label": "Число этажей",
|
||||
"placeholder": "2, 4, 6…"
|
||||
},
|
||||
"building/material": {
|
||||
"label": "Материал"
|
||||
},
|
||||
|
@ -1868,6 +1903,9 @@
|
|||
"construction": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"consulate": {
|
||||
"label": "Тип консульства"
|
||||
},
|
||||
"contact/webcam": {
|
||||
"label": "URL-адрес камеры",
|
||||
"placeholder": "http://example.com/"
|
||||
|
@ -1976,8 +2014,11 @@
|
|||
"label": "Значимость дерева"
|
||||
},
|
||||
"departures_board": {
|
||||
"label": "Расписание",
|
||||
"options": {
|
||||
"no": "Ничего",
|
||||
"realtime": "В режиме реального времени",
|
||||
"timetable": "Точное расписание",
|
||||
"yes": "Есть"
|
||||
}
|
||||
},
|
||||
|
@ -1990,6 +2031,9 @@
|
|||
"destination/ref_oneway": {
|
||||
"label": "Съезд на дорогу номер"
|
||||
},
|
||||
"destination/symbol_oneway": {
|
||||
"label": "Символ места назначения"
|
||||
},
|
||||
"destination_oneway": {
|
||||
"label": "Место назначения"
|
||||
},
|
||||
|
@ -2003,6 +2047,12 @@
|
|||
"diet_multi": {
|
||||
"label": "Диеты"
|
||||
},
|
||||
"diplomatic": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"diplomatic/services": {
|
||||
"label": "Услуги"
|
||||
},
|
||||
"direction": {
|
||||
"label": "Направление (градусы по часовой)",
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
|
@ -2058,6 +2108,7 @@
|
|||
"dog": {
|
||||
"label": "Собаки",
|
||||
"options": {
|
||||
"leashed": "Только на поводке",
|
||||
"no": "Не разрешено",
|
||||
"yes": "Разрешено"
|
||||
}
|
||||
|
@ -2065,6 +2116,9 @@
|
|||
"door": {
|
||||
"label": "Дверь"
|
||||
},
|
||||
"door_type": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"drive_through": {
|
||||
"label": "Доступен без выхода из машины"
|
||||
},
|
||||
|
@ -2093,9 +2147,15 @@
|
|||
"label": "Тип насыпи",
|
||||
"placeholder": "По умолчанию"
|
||||
},
|
||||
"embassy": {
|
||||
"label": "Тип посольства"
|
||||
},
|
||||
"emergency": {
|
||||
"label": "Экстренные службы"
|
||||
},
|
||||
"emergency_combo": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"enforcement": {
|
||||
"label": "Тип"
|
||||
},
|
||||
|
@ -2136,6 +2196,9 @@
|
|||
"fireplace": {
|
||||
"label": "Камин"
|
||||
},
|
||||
"fishing": {
|
||||
"label": "Ловля рыбы"
|
||||
},
|
||||
"fitness_station": {
|
||||
"label": "Тип снаряжения"
|
||||
},
|
||||
|
@ -2145,6 +2208,12 @@
|
|||
"flag/type": {
|
||||
"label": "Тип флага"
|
||||
},
|
||||
"floating": {
|
||||
"label": "Плавающий"
|
||||
},
|
||||
"flood_prone": {
|
||||
"label": "Подвержено затоплению"
|
||||
},
|
||||
"ford": {
|
||||
"label": "Тип брода",
|
||||
"placeholder": "По умолчанию"
|
||||
|
@ -2195,6 +2264,9 @@
|
|||
"grape_variety": {
|
||||
"label": "Сорта винограда"
|
||||
},
|
||||
"guest_house": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"handicap": {
|
||||
"label": "Гандикап",
|
||||
"placeholder": "1-18"
|
||||
|
@ -2215,6 +2287,12 @@
|
|||
"height": {
|
||||
"label": "Высота (метры)"
|
||||
},
|
||||
"height_building": {
|
||||
"label": "Высота здания (в метрах)"
|
||||
},
|
||||
"highspeed": {
|
||||
"label": "Высокоскоростной"
|
||||
},
|
||||
"highway": {
|
||||
"label": "Тип дороги"
|
||||
},
|
||||
|
@ -2289,6 +2367,9 @@
|
|||
"indoor": {
|
||||
"label": "План помещения"
|
||||
},
|
||||
"indoor_type": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"industrial": {
|
||||
"label": "Тип"
|
||||
},
|
||||
|
@ -2301,6 +2382,9 @@
|
|||
"intermittent": {
|
||||
"label": "Пересыхающий"
|
||||
},
|
||||
"intermittent_yes": {
|
||||
"label": "Непостоянный"
|
||||
},
|
||||
"internet_access": {
|
||||
"label": "Доступ в Интернет",
|
||||
"options": {
|
||||
|
@ -2317,6 +2401,9 @@
|
|||
"internet_access/ssid": {
|
||||
"label": "Название WiFi-сети"
|
||||
},
|
||||
"interval": {
|
||||
"label": "Интервал"
|
||||
},
|
||||
"junction/ref_oneway": {
|
||||
"label": "Номер съезда"
|
||||
},
|
||||
|
@ -2328,6 +2415,9 @@
|
|||
"kerb": {
|
||||
"label": "Бордюр"
|
||||
},
|
||||
"kerb/height": {
|
||||
"label": "Высота"
|
||||
},
|
||||
"label": {
|
||||
"label": "Метка"
|
||||
},
|
||||
|
@ -2397,6 +2487,9 @@
|
|||
"label": "Число этажей",
|
||||
"placeholder": "2, 4, 6…"
|
||||
},
|
||||
"liaison": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"lit": {
|
||||
"label": "Освещение"
|
||||
},
|
||||
|
@ -2411,12 +2504,18 @@
|
|||
"roof": "На крыше"
|
||||
}
|
||||
},
|
||||
"lock": {
|
||||
"label": "Шлюз"
|
||||
},
|
||||
"man_made": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"manhole": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"manufacturer": {
|
||||
"label": "Производитель"
|
||||
},
|
||||
"map_size": {
|
||||
"label": "Покрытие"
|
||||
},
|
||||
|
@ -2450,8 +2549,12 @@
|
|||
"memorial": {
|
||||
"label": "Тип памятника"
|
||||
},
|
||||
"microbrewery": {
|
||||
"label": "Пивоварение"
|
||||
},
|
||||
"minspeed": {
|
||||
"label": "Ограничение минимальной скорости"
|
||||
"label": "Ограничение минимальной скорости",
|
||||
"placeholder": "20, 30, 40..."
|
||||
},
|
||||
"monitoring_multi": {
|
||||
"label": "Наблюдение"
|
||||
|
@ -2568,7 +2671,8 @@
|
|||
"label": "Предполагаемая дата открытия"
|
||||
},
|
||||
"opening_hours": {
|
||||
"label": "Время работы"
|
||||
"label": "Время работы",
|
||||
"placeholder": "Неизвестно"
|
||||
},
|
||||
"operator": {
|
||||
"label": "Обслуживающая компания"
|
||||
|
@ -2598,6 +2702,9 @@
|
|||
"payment_multi": {
|
||||
"label": "Способы оплаты"
|
||||
},
|
||||
"payment_multi_fee": {
|
||||
"label": "Способы оплаты"
|
||||
},
|
||||
"phases": {
|
||||
"label": "Количество фаз",
|
||||
"placeholder": "1, 2, 3…"
|
||||
|
@ -2703,6 +2810,9 @@
|
|||
"label": "Выходная электрическая мощность",
|
||||
"placeholder": "500 МВт, 1000 МВт, 2000 МВт ..."
|
||||
},
|
||||
"playground": {
|
||||
"label": "Тип"
|
||||
},
|
||||
"playground/baby": {
|
||||
"label": "Сидение для младенцев"
|
||||
},
|
||||
|
@ -2804,6 +2914,9 @@
|
|||
"restrictions": {
|
||||
"label": "Запрет манёвров"
|
||||
},
|
||||
"roof/colour": {
|
||||
"label": "Цвет крыши"
|
||||
},
|
||||
"rooms": {
|
||||
"label": "Номера"
|
||||
},
|
||||
|
@ -2920,6 +3033,9 @@
|
|||
},
|
||||
"placeholder": "Да, Нет, Только"
|
||||
},
|
||||
"self_service": {
|
||||
"label": "Самообслуживание"
|
||||
},
|
||||
"service": {
|
||||
"label": "Тип проезда"
|
||||
},
|
||||
|
@ -3253,6 +3369,9 @@
|
|||
"voltage/tertiary": {
|
||||
"label": "Напряжение третичной обмотки"
|
||||
},
|
||||
"voltage_electrified": {
|
||||
"label": "Напряжение"
|
||||
},
|
||||
"wall": {
|
||||
"label": "Тип"
|
||||
},
|
||||
|
@ -3287,6 +3406,9 @@
|
|||
"width": {
|
||||
"label": "Ширина (метры)"
|
||||
},
|
||||
"wikidata": {
|
||||
"label": "Викидата"
|
||||
},
|
||||
"wikipedia": {
|
||||
"label": "Википедия"
|
||||
},
|
||||
|
@ -3639,6 +3761,9 @@
|
|||
"amenity/monastery": {
|
||||
"name": "Монастырь"
|
||||
},
|
||||
"amenity/money_transfer": {
|
||||
"name": "Денежные переводы"
|
||||
},
|
||||
"amenity/motorcycle_parking": {
|
||||
"name": "Парковка для мотоциклов",
|
||||
"terms": "мотопарковка, мотопаркинг, парковка для мотоциклов, паркинг для мотоциклов, мотостоянка"
|
||||
|
@ -3662,6 +3787,9 @@
|
|||
"name": "Многоуровневая парковка",
|
||||
"terms": "паркинг, многоуровневый гараж"
|
||||
},
|
||||
"amenity/parking/underground": {
|
||||
"name": "Подземная парковка"
|
||||
},
|
||||
"amenity/parking_entrance": {
|
||||
"name": "Въезд/выезд с парковки",
|
||||
"terms": "стоянка, въезд, выезд, автомобиль, машина, парковка, паркинг"
|
||||
|
@ -3670,6 +3798,9 @@
|
|||
"name": "Отдельное парковочное место на парковке",
|
||||
"terms": "парковочное место, отдельное парковочное место на стоянке"
|
||||
},
|
||||
"amenity/payment_terminal": {
|
||||
"name": "Платёжный терминал"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"name": "Аптека"
|
||||
},
|
||||
|
@ -3691,6 +3822,12 @@
|
|||
"name": "Индуистский храм",
|
||||
"terms": "индуистский храм, мандир"
|
||||
},
|
||||
"amenity/place_of_worship/jewish": {
|
||||
"name": "Иудейская синагога"
|
||||
},
|
||||
"amenity/place_of_worship/muslim": {
|
||||
"name": "Мусульманская мечеть"
|
||||
},
|
||||
"amenity/place_of_worship/shinto": {
|
||||
"name": "Дзиндзя"
|
||||
},
|
||||
|
@ -4056,6 +4193,10 @@
|
|||
"name": "Живая изгородь",
|
||||
"terms": "Живая изгородь, Зелёное ограждение, барьер"
|
||||
},
|
||||
"barrier/height_restrictor": {
|
||||
"name": "Ограничитель высоты",
|
||||
"terms": "Ограничитель высоты"
|
||||
},
|
||||
"barrier/kerb": {
|
||||
"name": "Бордюр",
|
||||
"terms": "бордюр, поребрик"
|
||||
|
@ -4217,6 +4358,9 @@
|
|||
"name": "Здание мечети",
|
||||
"terms": "Здание мечети, мечеть"
|
||||
},
|
||||
"building/pavilion": {
|
||||
"name": "Павильон"
|
||||
},
|
||||
"building/public": {
|
||||
"name": "Общественное здание",
|
||||
"terms": "общественный центр, здание, клуб, общество"
|
||||
|
@ -4295,6 +4439,9 @@
|
|||
"name": "Клуб",
|
||||
"terms": "Клуб по интересам, фан-клуб, кружок"
|
||||
},
|
||||
"club/sport": {
|
||||
"name": "Спортивный клуб"
|
||||
},
|
||||
"craft": {
|
||||
"name": "Мастерская",
|
||||
"terms": "мастерская, рукоделие, ручная работа"
|
||||
|
@ -4708,7 +4855,7 @@
|
|||
"name": "Знак \"Уступи дорогу\""
|
||||
},
|
||||
"highway/living_street": {
|
||||
"name": "Жилая улица (со знаком 5.21 или 5.22)",
|
||||
"name": "Улица со знаком 5.21 или 5.22",
|
||||
"terms": "Жилая улица, Улица в жилой застройке, Жилая зона"
|
||||
},
|
||||
"highway/milestone": {
|
||||
|
@ -4746,11 +4893,11 @@
|
|||
"name": "Пешеходная улица"
|
||||
},
|
||||
"highway/primary": {
|
||||
"name": "Дорога регионального значения",
|
||||
"name": "Первостепенная дорога",
|
||||
"terms": "первичная, региональная"
|
||||
},
|
||||
"highway/primary_link": {
|
||||
"name": "Съезд с дороги регионального значения",
|
||||
"name": "Съезд с первостепенной дороги",
|
||||
"terms": "съезд"
|
||||
},
|
||||
"highway/raceway": {
|
||||
|
@ -4758,7 +4905,7 @@
|
|||
"terms": "мототрек, гоночный трек, мотогонки, автогонки, автотрек"
|
||||
},
|
||||
"highway/residential": {
|
||||
"name": "Дорога вдоль жилых зон"
|
||||
"name": "Улица"
|
||||
},
|
||||
"highway/rest_area": {
|
||||
"name": "Зона отдыха без инфраструктуры",
|
||||
|
@ -4769,11 +4916,11 @@
|
|||
"terms": "неизвестная, Неизвестный тип дороги"
|
||||
},
|
||||
"highway/secondary": {
|
||||
"name": "Важная дорога",
|
||||
"name": "Второстепенная дорога",
|
||||
"terms": "съезд"
|
||||
},
|
||||
"highway/secondary_link": {
|
||||
"name": "Съезд с важной дороги",
|
||||
"name": "Съезд с второстепенной дороги",
|
||||
"terms": "съезд, съезд с важной дороги"
|
||||
},
|
||||
"highway/service": {
|
||||
|
@ -4845,11 +4992,11 @@
|
|||
"terms": "светофор"
|
||||
},
|
||||
"highway/trunk": {
|
||||
"name": "Дорога федерального значения",
|
||||
"name": "Основная дорога",
|
||||
"terms": "трасса"
|
||||
},
|
||||
"highway/trunk_link": {
|
||||
"name": "Съезд с дороги федерального значения",
|
||||
"name": "Съезд с основной дороги",
|
||||
"terms": "Заезд на магистраль, Съезд с магистрали"
|
||||
},
|
||||
"highway/turning_circle": {
|
||||
|
@ -5423,6 +5570,9 @@
|
|||
"name": "Система наблюдения",
|
||||
"terms": "камера наблюдения, охранные системы"
|
||||
},
|
||||
"man_made/surveillance/camera": {
|
||||
"name": "Камера видеонаблюдения"
|
||||
},
|
||||
"man_made/survey_point": {
|
||||
"name": "Тригонометрический пункт",
|
||||
"terms": "Тригонометрический пункт"
|
||||
|
@ -5431,6 +5581,9 @@
|
|||
"name": "Башня",
|
||||
"terms": "Башня"
|
||||
},
|
||||
"man_made/tower/observation": {
|
||||
"name": "Наблюдательная вышка"
|
||||
},
|
||||
"man_made/wastewater_plant": {
|
||||
"name": "Станция водоочистки",
|
||||
"terms": "станция водоочистки, станция очистки воды, очистные сооружения, водоочистные сооружения"
|
||||
|
@ -5968,6 +6121,9 @@
|
|||
"railway/buffer_stop": {
|
||||
"name": "Путевой энергопоглощающий упор"
|
||||
},
|
||||
"railway/construction": {
|
||||
"name": "Строящаяся железная дорога"
|
||||
},
|
||||
"railway/crossing": {
|
||||
"name": "Железнодорожный переход"
|
||||
},
|
||||
|
@ -6013,6 +6169,9 @@
|
|||
"name": "Рельсовый путь",
|
||||
"terms": "рельсы, вокзал, железнодорожный"
|
||||
},
|
||||
"railway/rail/highspeed": {
|
||||
"name": "Высокоскоростная железная дорога"
|
||||
},
|
||||
"railway/signal": {
|
||||
"name": "Железнодорожная сигнализация"
|
||||
},
|
||||
|
@ -6191,6 +6350,9 @@
|
|||
"name": "Магазин одежды",
|
||||
"terms": "одежда"
|
||||
},
|
||||
"shop/clothes/underwear": {
|
||||
"name": "Магазин нижнего белья"
|
||||
},
|
||||
"shop/coffee": {
|
||||
"name": "Магазин кофе",
|
||||
"terms": "кофе, кофейные аксессуары, кофейная техника, кофейное оборудование"
|
||||
|
@ -6266,6 +6428,9 @@
|
|||
"shop/fashion": {
|
||||
"name": "Магазин модной брендовой одежды"
|
||||
},
|
||||
"shop/fishing": {
|
||||
"name": "Рыболовный магазин"
|
||||
},
|
||||
"shop/fishmonger": {
|
||||
"name": "Рыбный магазин"
|
||||
},
|
||||
|
@ -6332,6 +6497,9 @@
|
|||
"name": "Магазин товаров для дома",
|
||||
"terms": "посуда, утварь, обиход, предметы интерьера, декоративные вещи"
|
||||
},
|
||||
"shop/hunting": {
|
||||
"name": "Охотничий магазин"
|
||||
},
|
||||
"shop/interior_decoration": {
|
||||
"name": "Магазин предметов интерьера",
|
||||
"terms": "интерьер"
|
||||
|
@ -6590,6 +6758,12 @@
|
|||
"name": "Произведение искусства",
|
||||
"terms": "Произведение искусства, Скульптура, Фонтан, Картина, Рельеф, Барельеф, Мерельеф, Стелла, Композиция, Статуя"
|
||||
},
|
||||
"tourism/artwork/graffiti": {
|
||||
"name": "Граффити"
|
||||
},
|
||||
"tourism/artwork/installation": {
|
||||
"name": "Инсталляция"
|
||||
},
|
||||
"tourism/artwork/mural": {
|
||||
"name": "Монументальная живопись",
|
||||
"terms": "фреска, мазайка, граффити, ветраж, рисунок на стене"
|
||||
|
@ -6684,6 +6858,9 @@
|
|||
"name": "Зоопарк",
|
||||
"terms": "зоопарк, зоосад"
|
||||
},
|
||||
"tourism/zoo/petting": {
|
||||
"name": "Контактный зоопарк"
|
||||
},
|
||||
"traffic_calming": {
|
||||
"name": "Элемент успокоения движения",
|
||||
"terms": "искусственная неровность, лежачий полицейский, шумовые полосы"
|
||||
|
|
21
vendor/assets/iD/iD/locales/sv.json
vendored
21
vendor/assets/iD/iD/locales/sv.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Byggnader",
|
||||
"tooltip": "Byggnader, skydd, garage, m.m."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Byggnadsdelar",
|
||||
"tooltip": "3D-byggnader och tak-komponenter"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Inomhusobjekt",
|
||||
"tooltip": "Rum, korridorer, trapphus, etc."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Markanvändning",
|
||||
"tooltip": "Skogar, åkermark, parker, bostadsområden, shoppingområden m.m."
|
||||
|
@ -798,6 +806,9 @@
|
|||
"description": "Rälsobjekt",
|
||||
"tooltip": "Järnvägar"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Pister"
|
||||
},
|
||||
"power": {
|
||||
"description": "Kraftobjekt",
|
||||
"tooltip": "Kraftledningar, kraftverk, fördelningsstation m.m."
|
||||
|
@ -1626,7 +1637,6 @@
|
|||
"close_nodes": {
|
||||
"title": "Punkt väldigt nära varandra",
|
||||
"message": "Två punkter på {way} är väldigt nära varandra",
|
||||
"tip": "Hitta redundanta punkter på vägar",
|
||||
"reference": "Redundanta punkter på vägar bör slås ihop eller flyttas isär."
|
||||
},
|
||||
"crossing_ways": {
|
||||
|
@ -1747,7 +1757,11 @@
|
|||
"title": "Föråldrade taggar",
|
||||
"message": "{feature} har föråldrade taggar.",
|
||||
"tip": "Hitta objekt med föråldrade taggar som kan uppdateras",
|
||||
"reference": "Vissa taggar har ändrats över tid och bör uppdateras."
|
||||
"reference": "Vissa taggar har ändrats över tid och bör uppdateras.",
|
||||
"incomplete": {
|
||||
"message": "{feature} har ofullständiga taggar",
|
||||
"reference": "Vissa objekt bör har ytterligare taggar."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Privat information",
|
||||
|
@ -3707,6 +3721,9 @@
|
|||
"yes": "Möjligt"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "Typ"
|
||||
},
|
||||
"resource": {
|
||||
"label": "Resurser"
|
||||
},
|
||||
|
|
15
vendor/assets/iD/iD/locales/tr.json
vendored
15
vendor/assets/iD/iD/locales/tr.json
vendored
|
@ -1134,6 +1134,15 @@
|
|||
"category-restriction": {
|
||||
"name": "Kısıtlamalar"
|
||||
},
|
||||
"category-road_major": {
|
||||
"name": "Büyük Yollar"
|
||||
},
|
||||
"category-road_minor": {
|
||||
"name": "Küçük Yollar"
|
||||
},
|
||||
"category-road_service": {
|
||||
"name": "Servis Yolları"
|
||||
},
|
||||
"category-route": {
|
||||
"name": "Güzergah"
|
||||
}
|
||||
|
@ -2820,6 +2829,9 @@
|
|||
"name": "Park Yeri",
|
||||
"terms": "Park Yeri"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"name": "Eczane"
|
||||
},
|
||||
"amenity/place_of_worship": {
|
||||
"name": "İbadethane",
|
||||
"terms": "İbadethane, İbadet Yeri"
|
||||
|
@ -3668,6 +3680,9 @@
|
|||
"highway/bus_guideway": {
|
||||
"name": "Otobüs Tercihli Yolu"
|
||||
},
|
||||
"highway/bus_stop": {
|
||||
"name": "Otobüs Durağı"
|
||||
},
|
||||
"highway/corridor": {
|
||||
"name": "Koridor",
|
||||
"terms": "Koridor, Geçit"
|
||||
|
|
33
vendor/assets/iD/iD/locales/uk.json
vendored
33
vendor/assets/iD/iD/locales/uk.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "Будівлі",
|
||||
"tooltip": "Будинки, укриття, гаражі й т.д."
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "Частини будівель",
|
||||
"tooltip": "3D будівлі на компоненти дахів"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "Внутрішні елементи будівель",
|
||||
"tooltip": "Кімнати, коридори, сходи й т.д."
|
||||
},
|
||||
"landuse": {
|
||||
"description": "Об’єкти землекористування",
|
||||
"tooltip": "Ліси, поля, парки, ділянки житлової та комерційної забудови й т.д."
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "Об’єкти залізниці",
|
||||
"tooltip": "Рейки"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "Лижні траси",
|
||||
"tooltip": "Гірськолижні траси, спуски, стежки для катання на ковзанах тощо."
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "Елементи канатних доріг",
|
||||
"tooltip": "Крісельні піднімачі, Гондоли, Витяги тощо "
|
||||
},
|
||||
"power": {
|
||||
"description": "Енергетика",
|
||||
"tooltip": "Лінії електромереж, електростанції, підстанції й т.д."
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "Можливо перехрестя",
|
||||
"message": "{feature} дуже близько, але не має з'єднання з {feature2}",
|
||||
"tip": "Показує об'єкти, які, можливо, мають бути з'єднані з іншими об'єктами поруч",
|
||||
"self": {
|
||||
"message": "{feature} закінчується дуже близько від себе, але не є приєднаною"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "Дороги що перетинаються повинні мати спільну точку."
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "Точки дуже близько",
|
||||
"tip": "Показує надлишкові точки та їх скупчення",
|
||||
"message": "Дві точки лінії {way} знаходяться дуже близько друг до друга",
|
||||
"tip": "Пошук надлишкових точок в лініях",
|
||||
"reference": "Надлишкові точки лінії мають бути злиті в одну або посунуті одна від іншої на більшу відстань."
|
||||
"reference": "Надлишкові точки лінії мають бути злиті в одну або посунуті одна від іншої на більшу відстань.",
|
||||
"detached": {
|
||||
"message": "{feature} дуже близько до {feature2}",
|
||||
"reference": "Окремі точки не повинні перекривати друг друга."
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "Перетин шляхів",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "Застарілі теґи",
|
||||
"message": "{feature} має застарілі теґи",
|
||||
"tip": "Показує об'єкти із застарілими теґами, що потребують оновлення",
|
||||
"reference": "Деякі теґи зазнали змін з часом і потребують оновлення."
|
||||
"reference": "Деякі теґи зазнали змін з часом і потребують оновлення.",
|
||||
"incomplete": {
|
||||
"message": "{feature} має не всі теґи",
|
||||
"reference": "Деякі об'єкти повинні мати додаткові теґи."
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "Особисті дані",
|
||||
|
|
1
vendor/assets/iD/iD/locales/zh-CN.json
vendored
1
vendor/assets/iD/iD/locales/zh-CN.json
vendored
|
@ -1626,7 +1626,6 @@
|
|||
"close_nodes": {
|
||||
"title": "相近的节点",
|
||||
"message": "{way} 中的两个节点非常接近",
|
||||
"tip": "查找路径中多余的节点",
|
||||
"reference": "路径中多余的点应被合并或分开。"
|
||||
},
|
||||
"crossing_ways": {
|
||||
|
|
50
vendor/assets/iD/iD/locales/zh-TW.json
vendored
50
vendor/assets/iD/iD/locales/zh-TW.json
vendored
|
@ -782,6 +782,14 @@
|
|||
"description": "建築物",
|
||||
"tooltip": "建築、亭子、倉庫等。"
|
||||
},
|
||||
"building_parts": {
|
||||
"description": "建物的一部分 ",
|
||||
"tooltip": "3D 建物和屋頂物件"
|
||||
},
|
||||
"indoor": {
|
||||
"description": "室內圖徵",
|
||||
"tooltip": "房間、走廊、迴廊等"
|
||||
},
|
||||
"landuse": {
|
||||
"description": "土地利用圖徵",
|
||||
"tooltip": "森林、農莊、公園、住宅區、商業區等。"
|
||||
|
@ -798,6 +806,14 @@
|
|||
"description": "鐵路圖徵",
|
||||
"tooltip": "鐵路"
|
||||
},
|
||||
"pistes": {
|
||||
"description": "滑雪道",
|
||||
"tooltip": "滑雪場、雪橇道、滑冰道等"
|
||||
},
|
||||
"aerialways": {
|
||||
"description": "空中圖徵",
|
||||
"tooltip": "升降椅、吊船、Zip Lines等"
|
||||
},
|
||||
"power": {
|
||||
"description": "電力設施",
|
||||
"tooltip": "輸電線、發電廠、變電所等。"
|
||||
|
@ -894,7 +910,7 @@
|
|||
"thank_you_location": "感謝你改進 {where} 週遭的地圖。",
|
||||
"thank_you_where": {
|
||||
"format": "{region}{separator}{place}",
|
||||
"separator": "^@"
|
||||
"separator": "-"
|
||||
},
|
||||
"help_html": "你編輯的變動應該過幾分會出現在開放街圖裡。其他的地圖更新需要花久一點時間。",
|
||||
"help_link_text": "詳細資料",
|
||||
|
@ -1619,15 +1635,22 @@
|
|||
"title": "幾乎是交叉",
|
||||
"message": "{feature} 很接近但是沒有連到 {feature2}",
|
||||
"tip": " 尋找應當連接到其他附近的圖徵 ",
|
||||
"self": {
|
||||
"message": "{feature} 在非常靠近自身,但不會重新連接的地方結束"
|
||||
},
|
||||
"highway-highway": {
|
||||
"reference": "交叉的道路應該共享交叉連接點。 "
|
||||
}
|
||||
},
|
||||
"close_nodes": {
|
||||
"title": "很接近的節點",
|
||||
"tip": "尋找多餘及擁擠的點",
|
||||
"message": "{way} 的兩個節點相當接近 ",
|
||||
"tip": "尋找路徑中多餘的節點",
|
||||
"reference": "路徑中多餘的節點應該被合併或是移出。"
|
||||
"reference": "路徑中多餘的節點應該被合併或是移出。",
|
||||
"detached": {
|
||||
"message": "{feature} 太靠近 {feature2} 了",
|
||||
"reference": "單獨的點不應共享同一個位置。"
|
||||
}
|
||||
},
|
||||
"crossing_ways": {
|
||||
"title": "穿越路徑",
|
||||
|
@ -1747,7 +1770,11 @@
|
|||
"title": "過時的標籤",
|
||||
"message": "{feature} 有過時的標籤",
|
||||
"tip": "尋找已棄用的標籤圖徵,來更新資料",
|
||||
"reference": "有些標籤隨著時間過去而應該更新。"
|
||||
"reference": "有些標籤隨著時間過去而應該更新。",
|
||||
"incomplete": {
|
||||
"message": "{feature} 的標籤不完整",
|
||||
"reference": "一些圖徵應當有額外的標籤。"
|
||||
}
|
||||
},
|
||||
"private_data": {
|
||||
"title": "隱私資訊",
|
||||
|
@ -3707,6 +3734,9 @@
|
|||
"yes": "接受"
|
||||
}
|
||||
},
|
||||
"resort": {
|
||||
"label": "類型"
|
||||
},
|
||||
"resource": {
|
||||
"label": "資源"
|
||||
},
|
||||
|
@ -6535,6 +6565,10 @@
|
|||
"name": "酒莊",
|
||||
"terms": "酒莊"
|
||||
},
|
||||
"landuse/winter_sports": {
|
||||
"name": "冬季運動區域",
|
||||
"terms": "冬季運動區,冬天運動區"
|
||||
},
|
||||
"leisure": {
|
||||
"name": "休閒設施"
|
||||
},
|
||||
|
@ -7001,6 +7035,10 @@
|
|||
"name": "儲油槽",
|
||||
"terms": "存放槽,油罐,儲罐,儲水槽,儲汽槽"
|
||||
},
|
||||
"man_made/storage_tank/water": {
|
||||
"name": "水塔",
|
||||
"terms": "水塔"
|
||||
},
|
||||
"man_made/street_cabinet": {
|
||||
"name": "街櫃"
|
||||
},
|
||||
|
@ -9117,6 +9155,10 @@
|
|||
"description": "黃 = 從美國人口普查而來的公有領域資料。紅 = 在開放街圖中找不到的資料",
|
||||
"name": "TIGER Roads 2018"
|
||||
},
|
||||
"USDA-NAIP": {
|
||||
"description": "近年來自美國各州的國家農業影像計畫 (NAIP) 的 DOQQ。",
|
||||
"name": "國家農業影像計畫"
|
||||
},
|
||||
"US_Forest_Service_roads_overlay": {
|
||||
"description": "道路:綠色外框 = 非分類道路。棕色外框 = 土路。路面:碎石路 = 亮棕色實心填滿,柏油 = 黑色,有舖面 = 灰色,地面 = 白色,水泥 = 藍色,草地 = 綠色。季節性 = 白色條紋",
|
||||
"name": "美國森林道路覆蓋層"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue