]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD 1.0.0
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 May 2013 19:32:48 +0000 (12:32 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 6 May 2013 19:32:48 +0000 (12:32 -0700)
vendor/assets/iD/iD.js
vendor/assets/iD/iD/locales/ca.json
vendor/assets/iD/iD/locales/cs.json
vendor/assets/iD/iD/locales/da.json
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/locales/hr.json
vendor/assets/iD/iD/locales/is.json [new file with mode: 0644]
vendor/assets/iD/iD/locales/pl.json

index 739391212ff44b0e1c271f6b674e785097847feb..71379443b6217842b8dd4a27f6406e1959ec7c34 100644 (file)
@@ -2789,7 +2789,7 @@ function d3_geo_clipView(x0, y0, x1, y1) {
             }
             listener.point(b[0], b[1]);
             if (!v) listener.lineEnd();
-          } else {
+          } else if (v) {
             listener.lineStart();
             listener.point(x, y);
           }
@@ -15003,7 +15003,7 @@ window.iD = function () {
     return d3.rebind(context, dispatch, 'on');
 };
 
-iD.version = '0.0.0-beta1';
+iD.version = '1.0.0';
 
 iD.detect = function() {
     var browser = {};
@@ -46414,6 +46414,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "nl",
         "fr",
         "de",
+        "is",
         "it",
         "ja",
         "lv",
index 29bfc04ee3fb3367d73f6e7825e12fd620919325..da44d6feab7cf2920c97b8b2acc6c7ace17c9b2a 100644 (file)
             },
             "landuse": {
                 "name": "Ús de la terra"
+            },
+            "landuse/cemetery": {
+                "name": "Cementiri"
+            },
+            "landuse/construction": {
+                "name": "Construcció"
+            },
+            "landuse/forest": {
+                "name": "Bosc"
+            },
+            "landuse/grass": {
+                "name": "Herba"
+            },
+            "landuse/industrial": {
+                "name": "Industrial"
+            },
+            "landuse/meadow": {
+                "name": "Prat"
+            },
+            "landuse/orchard": {
+                "name": "Verger"
+            },
+            "landuse/quarry": {
+                "name": "Pedrera"
+            },
+            "landuse/residential": {
+                "name": "Residencial"
+            },
+            "landuse/vineyard": {
+                "name": "Vinya"
+            },
+            "leisure/golf_course": {
+                "name": "Camp de golf"
+            },
+            "leisure/park": {
+                "name": "Parc"
+            },
+            "leisure/pitch/american_football": {
+                "name": "Camp de futbol americà"
+            },
+            "leisure/pitch/baseball": {
+                "name": "Camp de beibol"
+            },
+            "leisure/pitch/basketball": {
+                "name": "Pista de bàsquet"
+            },
+            "leisure/pitch/soccer": {
+                "name": "Camp de futbol"
+            },
+            "leisure/pitch/tennis": {
+                "name": "Pista de tennis"
+            },
+            "leisure/playground": {
+                "name": "Zona de jocs infantils"
+            },
+            "man_made/lighthouse": {
+                "name": "Far"
+            },
+            "man_made/water_tower": {
+                "name": "Torre d'aigua"
+            },
+            "natural": {
+                "name": "Natural"
+            },
+            "natural/bay": {
+                "name": "Badia"
+            },
+            "natural/beach": {
+                "name": "Platja"
+            },
+            "natural/cliff": {
+                "name": "Penya-segat"
+            },
+            "natural/coastline": {
+                "name": "Línia costanera"
+            },
+            "natural/glacier": {
+                "name": "Glacera"
+            },
+            "natural/grassland": {
+                "name": "Prada"
+            },
+            "natural/heath": {
+                "name": "Landa"
+            },
+            "natural/peak": {
+                "name": "Pic"
+            },
+            "natural/scrub": {
+                "name": "Matollar"
+            },
+            "natural/spring": {
+                "name": "Font"
+            },
+            "natural/tree": {
+                "name": "Arbre"
+            },
+            "natural/water": {
+                "name": "Aigua"
+            },
+            "natural/water/lake": {
+                "name": "Llac"
+            },
+            "natural/water/pond": {
+                "name": "Bassa"
+            },
+            "natural/water/reservoir": {
+                "name": "Embassament"
+            },
+            "natural/wetland": {
+                "name": "Zona humida"
+            },
+            "natural/wood": {
+                "name": "Bosc"
+            },
+            "place/hamlet": {
+                "name": "Llogaret"
+            },
+            "place/island": {
+                "name": "Illa"
+            },
+            "place/locality": {
+                "name": "Indret"
+            },
+            "place/village": {
+                "name": "Poble"
+            },
+            "power/sub_station": {
+                "name": "Subestació"
+            },
+            "shop": {
+                "name": "Botiga"
+            },
+            "shop/butcher": {
+                "name": "Carnisseria"
+            },
+            "shop/supermarket": {
+                "name": "Supermercat"
             }
         }
     }
index b859361528989aeda377568cf95f2c4c05a0112f..4e64202698b3aba0e6cca7e53e63a77ea4e19aed 100644 (file)
             "historic": {
                 "label": "Typ"
             },
+            "iata": {
+                "label": "IATA"
+            },
+            "icao": {
+                "label": "ICAO"
+            },
             "incline": {
                 "label": "Sklon"
             },
             "levels": {
                 "label": "Počet pater"
             },
+            "location": {
+                "label": "Umístění"
+            },
             "man_made": {
                 "label": "Typ"
             },
             "tourism": {
                 "label": "Typ"
             },
+            "towertype": {
+                "label": "Typ věže"
+            },
             "tracktype": {
                 "label": "Typ"
             },
                 "name": "Letiště",
                 "terms": "letadlo,letiště,přistávací dráha"
             },
+            "aeroway/apron": {
+                "name": "Parkovací plocha",
+                "terms": "apron"
+            },
+            "aeroway/gate": {
+                "name": "Letištní gate"
+            },
+            "aeroway/hangar": {
+                "name": "Hangár"
+            },
             "aeroway/helipad": {
                 "name": "Heliport",
                 "terms": "vrtulník,helikoptéra,heliport"
             },
+            "aeroway/runway": {
+                "name": "Vzletová a přistávací dráha",
+                "terms": "runway,přistávací dráha,vzletová dráha,přistávací plocha"
+            },
+            "aeroway/taxiway": {
+                "name": "Pojezdová dráha"
+            },
+            "aeroway/terminal": {
+                "name": "Letištní terminál",
+                "terms": "letiště,terminál"
+            },
             "amenity": {
                 "name": "Zařízení"
             },
                 "name": "Kino",
                 "terms": "kino,film,cinema,multikino,bio,biograf,kinematograf"
             },
+            "amenity/college": {
+                "name": "College"
+            },
             "amenity/courthouse": {
                 "name": "Soud"
             },
                 "name": "Nemocnice",
                 "terms": "nemocnice,klinika,špitál,středisko,hospic,LDN,sanatorium,nemocniční,lazaret,ambulance,poliklinika,pohotovost"
             },
+            "amenity/kindergarten": {
+                "name": "Mateřská školka",
+                "terms": "jesle,školka,kindergarten,předškolní"
+            },
             "amenity/library": {
                 "name": "Knihovna"
             },
                 "terms": "radnice,místní správa,obecní správa,obecní úřad"
             },
             "amenity/university": {
-                "name": "Vysoká škola"
+                "name": "Vysoká škola",
+                "terms": "vysoká škola,univerzita,universita,vyšší odborná škola,VOŠ,college"
             },
             "amenity/waste_basket": {
                 "name": "Odpadkový koš",
             "man_made": {
                 "name": "Umělý objekt"
             },
+            "man_made/breakwater": {
+                "name": "Vlnolam"
+            },
+            "man_made/cutline": {
+                "name": "Průsek"
+            },
             "man_made/lighthouse": {
                 "name": "Maják"
             },
             "man_made/pier": {
                 "name": "Molo"
             },
+            "man_made/pipeline": {
+                "name": "Dálkové potrubí"
+            },
             "man_made/survey_point": {
                 "name": "Triangulační bod"
             },
+            "man_made/tower": {
+                "name": "Věž"
+            },
             "man_made/wastewater_plant": {
                 "name": "Čistička odpadních vod",
                 "terms": "čistírna,čistička,čistírna odpadních vod,ČOV,čovka"
             "man_made/water_tower": {
                 "name": "Vodárenská věž"
             },
+            "man_made/water_well": {
+                "name": "Studna"
+            },
             "man_made/water_works": {
                 "name": "Vodárna"
             },
index 8ea2ab6d807ac8d502eef37403deffaba0f38700..5a7343da258a153b6a9ddb38fafe1af33600fd0f 100644 (file)
                 "label": "Type"
             },
             "levels": {
-                "label": "Niveauer"
+                "label": "Etager"
             },
             "location": {
                 "label": "Lokalitet"
index a1de8bee8c8422edfe6d91d12f4db8d79d1dd8ad..c60ed6fea92ae52b84cfe4e9e56b3414dcfed2b2 100644 (file)
                 "name": "Flughafen",
                 "terms": "Flughafen"
             },
+            "aeroway/apron": {
+                "name": "Vorfeld"
+            },
+            "aeroway/hangar": {
+                "name": "Hangar"
+            },
             "aeroway/helipad": {
                 "name": "Hubschrauberlandeplatz",
                 "terms": "Heliport"
             },
+            "aeroway/runway": {
+                "name": "Piste"
+            },
+            "aeroway/taxiway": {
+                "name": "Rollweg"
+            },
             "amenity": {
                 "name": "Einrichtungen"
             },
                 "name": "Krankenhaus",
                 "terms": "Klinik, Notaufnahme, Gesundheitswesen, Hospiz, Krankenhaus, Pflegeheim, Altersheim, Nervenheilanstalt, Sanatorium, Lazarett, Chirurgie, Krankenstation"
             },
+            "amenity/kindergarten": {
+                "name": "Kindergaten"
+            },
             "amenity/library": {
                 "name": "Bibliothek"
             },
             "man_made/pier": {
                 "name": "Steg"
             },
+            "man_made/pipeline": {
+                "name": "Pipeline"
+            },
             "man_made/survey_point": {
                 "name": "Vermessungspunkt"
             },
+            "man_made/tower": {
+                "name": "Turm"
+            },
             "man_made/wastewater_plant": {
                 "name": "Kläranlage",
                 "terms": "Kläranlage, Abwasseranlage, Abwasserreinigungsanlage, Wasseraufbereitungsanlage"
index 52da6369515469bbeb763a1395f272ee53d3f3b5..8f916bc9103575961a832743f4c7390218eec833 100644 (file)
             "historic": {
                 "label": "Tipo"
             },
+            "iata": {
+                "label": "IATA"
+            },
+            "icao": {
+                "label": "ICAO"
+            },
             "incline": {
                 "label": "Pendiente"
             },
             "levels": {
                 "label": "Niveles"
             },
+            "location": {
+                "label": "Localización"
+            },
             "man_made": {
                 "label": "Tipo"
             },
             "tourism": {
                 "label": "Tipo"
             },
+            "towertype": {
+                "label": "Tipo de torre"
+            },
             "tracktype": {
                 "label": "Tipo"
             },
                 "name": "Aéropuerto",
                 "terms": "avión,aeropuerto,aeródromo"
             },
+            "aeroway/apron": {
+                "name": "Plataforma de estacionamiento",
+                "terms": "Área de estacionamiento de aeronaves"
+            },
+            "aeroway/gate": {
+                "name": "Puerta de embarque"
+            },
+            "aeroway/hangar": {
+                "name": "Hangar"
+            },
             "aeroway/helipad": {
                 "name": "Helipuerto",
                 "terms": "helicóptero,plataforma de aterrizaje,helipuerto"
             },
+            "aeroway/runway": {
+                "name": "Pista",
+                "terms": "pista de aterrizaje"
+            },
+            "aeroway/taxiway": {
+                "name": "Pista de rodaje"
+            },
+            "aeroway/terminal": {
+                "name": "Terminal de aeropuerto",
+                "terms": "aeropuerto,aeródromo"
+            },
             "amenity": {
                 "name": "Servicios"
             },
                 "name": "Cine",
                 "terms": "pantalla,cine,película,film,filmografía,gran pantalla, séptimo arte,cinematrografía"
             },
+            "amenity/college": {
+                "name": "Universidad"
+            },
             "amenity/courthouse": {
                 "name": "Palacio de Justicia"
             },
                 "name": "Hospital",
                 "terms": "clínica,urgencias,servicio de salud,ambulatorio,hospicio,centro médico,enfermería,sanatorio,consultorio,dispensario"
             },
+            "amenity/kindergarten": {
+                "name": "Jardín de infancia",
+                "terms": "preescolar,parvulario,guardería.kinder"
+            },
             "amenity/library": {
                 "name": "Biblioteca"
             },
                 "terms": "ayuntamiento,casa consistorial,edificio municipal,alcaldía,corporación,concejo, consistorio,cabildo"
             },
             "amenity/university": {
-                "name": "Universidad"
+                "name": "Universidad",
+                "terms": "universidad"
             },
             "amenity/waste_basket": {
                 "name": "Papelera",
             "man_made": {
                 "name": "Hecho por el hombre"
             },
+            "man_made/breakwater": {
+                "name": "Rompeolas"
+            },
+            "man_made/cutline": {
+                "name": "Cortafuegos"
+            },
             "man_made/lighthouse": {
                 "name": "Faro"
             },
             "man_made/pier": {
                 "name": "Embarcadero"
             },
+            "man_made/pipeline": {
+                "name": "Tubería"
+            },
             "man_made/survey_point": {
                 "name": "Vértice geodésico"
             },
+            "man_made/tower": {
+                "name": "Torre"
+            },
             "man_made/wastewater_plant": {
                 "name": "Planta depuradora de aguas",
                 "terms": "estación depuradora,depuradora de aguas residuales,planta de tratamiento de aguas,estación de tratamiento de aguas,Estación depuradora de aguas residuales,EDAR,PTAR"
             "man_made/water_tower": {
                 "name": "Torre de agua"
             },
+            "man_made/water_well": {
+                "name": "Pozo de agua"
+            },
             "man_made/water_works": {
                 "name": "Trabajos hídricos"
             },
index 5b47e8efad2fb3b212dbb1f243813ba1126272cd..06381dd962908b7d37edea25cc8595ab6dfb5658 100644 (file)
             "historic": {
                 "label": "Type"
             },
+            "iata": {
+                "label": "IATA"
+            },
+            "icao": {
+                "label": "OACI"
+            },
             "incline": {
                 "label": "Pente"
             },
             "levels": {
                 "label": "Niveaux"
             },
+            "location": {
+                "label": "Lieu"
+            },
             "man_made": {
                 "label": "Type"
             },
             "tourism": {
                 "label": "Type"
             },
+            "towertype": {
+                "label": "Type de tour"
+            },
             "tracktype": {
                 "label": "Type"
             },
                 "name": "Aéroport",
                 "terms": "avion, aéroport, aérodrome, aeroclub"
             },
+            "aeroway/apron": {
+                "name": "Aire de stationnement",
+                "terms": "Aire de stationnement"
+            },
+            "aeroway/gate": {
+                "name": "Porte d'embarquement"
+            },
+            "aeroway/hangar": {
+                "name": "Hangar"
+            },
             "aeroway/helipad": {
                 "name": "Héliport",
                 "terms": "hélicoptère, hélisurface, héliport"
             },
+            "aeroway/runway": {
+                "name": "Piste d'atterissage",
+                "terms": "Bande d'atterissage"
+            },
+            "aeroway/taxiway": {
+                "name": "Taxiway"
+            },
+            "aeroway/terminal": {
+                "name": "Terminal aéroportuaire",
+                "terms": "aéroport,aérodrome"
+            },
             "amenity": {
                 "name": "Équipements"
             },
                 "name": "Hôpital",
                 "terms": "clinique, CHU, centre hospitalier, hôpital, infirmerie, hospice, cabinet, maison de repos, urgences, soins"
             },
+            "amenity/kindergarten": {
+                "name": "Ecole maternelle",
+                "terms": "crêche"
+            },
             "amenity/library": {
                 "name": "Bibliothèque"
             },
             "man_made": {
                 "name": "Édifices"
             },
+            "man_made/breakwater": {
+                "name": "Brise-lames"
+            },
+            "man_made/cutline": {
+                "name": "Ligne de coupe"
+            },
             "man_made/lighthouse": {
                 "name": "Phare"
             },
             "man_made/pier": {
                 "name": "Jetée"
             },
+            "man_made/pipeline": {
+                "name": "Pipeline"
+            },
             "man_made/survey_point": {
                 "name": "Poteau de triangulation"
             },
+            "man_made/tower": {
+                "name": "Tour"
+            },
             "man_made/wastewater_plant": {
                 "name": "Station d'épuration",
                 "terms": "épuration, eaux usées"
             "man_made/water_tower": {
                 "name": "Château d'eau"
             },
+            "man_made/water_well": {
+                "name": "Puits"
+            },
             "man_made/water_works": {
                 "name": "Station de pompage d'eau potable"
             },
index e4436c09eb7ffbdff3266289c80ab41034d71c45..9a24ca007b0df2576b75549fd4faee3f9a5ba62d 100644 (file)
@@ -1,18 +1,73 @@
 {
     "presets": {
+        "categories": {
+            "category-landuse": {
+                "name": "Uporaba zemlje"
+            },
+            "category-path": {
+                "name": "Staza"
+            },
+            "category-rail": {
+                "name": "Pruga"
+            },
+            "category-road": {
+                "name": "Cesta"
+            },
+            "category-water": {
+                "name": "Voda"
+            }
+        },
         "fields": {
+            "access": {
+                "label": "Pristup",
+                "types": {
+                    "foot": "Pješice",
+                    "motor_vehicle": "Morotna vozila",
+                    "bicycle": "Bicikli",
+                    "horse": "Konji"
+                },
+                "options": {
+                    "yes": {
+                        "title": "Dozvoljeno",
+                        "description": "Regulirano zakonom, pravilo desne strane"
+                    },
+                    "no": {
+                        "title": "Zabranjeno",
+                        "description": "Pristup nije dozvoljen javnosti"
+                    },
+                    "permissive": {
+                        "description": "Pristup dozvoljen dok vlasnik ne zabrani"
+                    },
+                    "private": {
+                        "title": "Privatno",
+                        "description": "Pristup dozvoljen samo s dozvolom vlasnika na pojedinačnoj bazi"
+                    },
+                    "designated": {
+                        "title": "Označeno",
+                        "description": "Pristup dozvoljen prema znakovima ili prema lokalnom zakonu"
+                    },
+                    "destination": {
+                        "title": "Destinacija",
+                        "description": "Pristup dozvoljen samo za pristup destinaciji"
+                    }
+                }
+            },
             "address": {
                 "label": "Adresa",
                 "placeholders": {
                     "housename": "Naziv građevine",
                     "number": "123",
                     "street": "Ulica",
-                    "city": "Grad"
+                    "city": "Grad",
+                    "postcode": "Poštanski broj"
                 }
             },
             "atm": {
                 "label": "Bankomat"
             },
+            "barrier": {
+                "label": "Tip"
+            },
             "building": {
                 "label": "Građevina"
             },
             "capacity": {
                 "label": "Kapacitet"
             },
+            "cardinal_direction": {
+                "label": "Smijer"
+            },
+            "clock_direction": {
+                "options": {
+                    "clockwise": "U smijeru kazaljke za satu",
+                    "anticlockwise": "U suprotnom smijeru od kazaljke na satu"
+                }
+            },
             "country": {
                 "label": "Država"
             },
             "denomination": {
                 "label": "Vjeroispovijed"
             },
+            "denotation": {
+                "label": "Denotacija"
+            },
             "elevation": {
                 "label": "Visina"
             },
             "emergency": {
                 "label": "Hitna pomoć"
             },
+            "entrance": {
+                "label": "Tip"
+            },
             "fax": {
                 "label": "Fax"
             },
             "internet_access": {
                 "label": "Dostupan internet",
                 "options": {
-                    "wlan": "Wifi"
+                    "wlan": "Wifi",
+                    "wired": "Žično",
+                    "terminal": "Terminal"
                 }
             },
+            "landuse": {
+                "label": "Tip"
+            },
+            "lanes": {
+                "label": "Broj traka"
+            },
             "layer": {
                 "label": "Sloj"
             },
+            "leisure": {
+                "label": "Tip"
+            },
             "levels": {
                 "label": "Razina"
             },
+            "man_made": {
+                "label": "Tip"
+            },
             "maxspeed": {
                 "label": "Ograničenje brzine"
             },
+            "name": {
+                "label": "Ime"
+            },
             "natural": {
                 "label": "Priroda"
             },
             "note": {
                 "label": "Bilješka"
             },
+            "office": {
+                "label": "Tip"
+            },
             "oneway": {
                 "label": "Jednosmjerna"
             },
+            "oneway_yes": {
+                "label": "Jednosmjerno"
+            },
             "opening_hours": {
                 "label": "Sati"
             },
             "operator": {
                 "label": "Operator"
             },
+            "parking": {
+                "label": "Tip"
+            },
             "phone": {
                 "label": "Telefon"
             },
+            "place": {
+                "label": "Tip"
+            },
+            "power": {
+                "label": "Tip"
+            },
+            "railway": {
+                "label": "Tip"
+            },
+            "ref": {
+                "label": "Broj ceste"
+            },
             "religion": {
                 "label": "Religija",
                 "options": {
                     "taoist": "Taoistički"
                 }
             },
+            "service": {
+                "label": "Tip"
+            },
             "shelter": {
                 "label": "Sklonište"
             },
+            "shop": {
+                "label": "Tip"
+            },
             "source": {
                 "label": "Izvor"
             },
                     "cutting": "Usjek"
                 }
             },
+            "supervised": {
+                "label": "Pod nadzorom"
+            },
             "surface": {
                 "label": "Površina"
             },
+            "tourism": {
+                "label": "Tip"
+            },
+            "tracktype": {
+                "label": "Tip"
+            },
+            "water": {
+                "label": "Tip"
+            },
+            "waterway": {
+                "label": "Tip"
+            },
             "website": {
                 "label": "Web stranica"
             },
+            "wetland": {
+                "label": "Tip"
+            },
             "wheelchair": {
                 "label": "Pristup s invalidskim kolicima"
             },
             "wikipedia": {
                 "label": "Wikipedia"
+            },
+            "wood": {
+                "label": "Tip"
             }
         },
         "presets": {
                 "name": "Pista"
             },
             "aeroway/aerodrome": {
-                "name": "Zračna luka"
+                "name": "Zračna luka",
+                "terms": "zrakoplov,zračna luka, zračna luka"
             },
             "aeroway/helipad": {
-                "name": "Heliodrom"
+                "name": "Heliodrom",
+                "terms": "helikopter,heliodrom,heliodrom"
+            },
+            "amenity": {
+                "name": "Usluge"
             },
             "amenity/bank": {
                 "name": "Banka"
                 "name": "Najam bicikla"
             },
             "amenity/cafe": {
-                "name": "Kafić"
+                "name": "Kafić",
+                "terms": "kava,čaj,"
+            },
+            "amenity/car_wash": {
+                "name": "Autopraonica"
             },
             "amenity/cinema": {
                 "name": "Kino"
             "amenity/fire_station": {
                 "name": "Vatrogasna postaja"
             },
+            "amenity/fountain": {
+                "name": "Fontana"
+            },
             "amenity/fuel": {
                 "name": "Benzinska postaja"
             },
                 "name": "Crkva"
             },
             "amenity/place_of_worship/jewish": {
-                "name": "Sinagoga"
+                "name": "Sinagoga",
+                "terms": "židovsko,sinagoga"
             },
             "amenity/place_of_worship/muslim": {
-                "name": "Džamija"
+                "name": "Džamija",
+                "terms": "muslimansko,džamija"
             },
             "amenity/police": {
                 "name": "Policija"
                 "name": "Telefon"
             },
             "amenity/theatre": {
-                "name": "Kazalište"
+                "name": "Kazalište",
+                "terms": "kazalište,performans,sviranje,glazbeno"
             },
             "amenity/toilets": {
                 "name": "Toalet"
             "amenity/university": {
                 "name": "Sveučilište"
             },
+            "amenity/waste_basket": {
+                "name": "Kanta za smeće"
+            },
             "barrier": {
                 "name": "Prepreka"
             },
             "barrier/ditch": {
                 "name": "Prokop"
             },
+            "barrier/entrance": {
+                "name": "Ulaz"
+            },
             "barrier/fence": {
                 "name": "Ograda"
             },
             "barrier/lift_gate": {
                 "name": "Rampa"
             },
+            "barrier/toll_booth": {
+                "name": "Naplatna kućica"
+            },
             "barrier/wall": {
                 "name": "Zid"
             },
+            "boundary/administrative": {
+                "name": "Administrativne granice"
+            },
             "building": {
                 "name": "Zgrada"
             },
             "highway": {
                 "name": "Prometnica"
             },
+            "highway/bridleway": {
+                "name": "Staza za konje"
+            },
             "highway/bus_stop": {
                 "name": "Autobusna stanica"
             },
             "highway/crossing": {
-                "name": "Križanje"
+                "name": "Križanje",
+                "terms": "Pješački prijelaz"
             },
             "highway/cycleway": {
                 "name": "Biciklistička staza"
             "highway/footway": {
                 "name": "Pješačka staza"
             },
+            "highway/living_street": {
+                "name": "Područje smirenog prometa"
+            },
+            "highway/mini_roundabout": {
+                "name": "Mali kružno tok"
+            },
             "highway/motorway": {
-                "name": "Autoput"
+                "name": "Autocesta"
+            },
+            "highway/motorway_junction": {
+                "name": "Sjecište autoceste"
+            },
+            "highway/motorway_link": {
+                "name": "Pristupna cesta autoceste"
             },
             "highway/path": {
                 "name": "Staza"
             },
+            "highway/pedestrian": {
+                "name": "Pješački"
+            },
             "highway/primary": {
-                "name": "Primarna cesta"
+                "name": "Državna cesta"
+            },
+            "highway/primary_link": {
+                "name": "Pristupna cesta državne ceste"
             },
             "highway/residential": {
-                "name": "Lokalna cesta"
+                "name": "Gradska ceste"
+            },
+            "highway/road": {
+                "name": "Nepoznata cesta"
+            },
+            "highway/secondary": {
+                "name": "Županijska cesta"
+            },
+            "highway/secondary_link": {
+                "name": "Pristupna cesta županijske ceste"
             },
             "highway/service": {
                 "name": "Servisna cesta"
             },
+            "highway/steps": {
+                "name": "Stepenice",
+                "terms": "stepenište"
+            },
+            "highway/tertiary": {
+                "name": "Lokalna cesta"
+            },
+            "highway/tertiary_link": {
+                "name": "Pristupna cesta lokalne ceste"
+            },
+            "highway/track": {
+                "name": "Put"
+            },
             "highway/traffic_signals": {
-                "name": "Prometni znak"
+                "name": "Semafor"
             },
             "highway/turning_circle": {
                 "name": "Kružni tok"
             },
             "highway/unclassified": {
-                "name": "Neklasificirana cesta"
+                "name": "Nerazvrstana cesta"
             },
             "historic": {
                 "name": "Povijesno područje"
             "historic/castle": {
                 "name": "Dvorac"
             },
+            "historic/memorial": {
+                "name": "Spomenik"
+            },
             "historic/monument": {
                 "name": "Spomenik"
             },
             "landuse/allotments": {
                 "name": "Vrtovi"
             },
+            "landuse/basin": {
+                "name": "Bazen kišnice"
+            },
             "landuse/cemetery": {
                 "name": "Groblje"
             },
             "leisure/golf_course": {
                 "name": "Golf tečaj"
             },
+            "leisure/marina": {
+                "name": "Marina"
+            },
             "leisure/park": {
                 "name": "Park"
             },
             "leisure/swimming_pool": {
                 "name": "Sportski bazen"
             },
+            "man_made": {
+                "name": "Ljudske tvorevine"
+            },
             "man_made/lighthouse": {
                 "name": "Svjetionik"
             },
             "man_made/pier": {
                 "name": "Mol"
             },
+            "man_made/survey_point": {
+                "name": "Geodetske točke"
+            },
+            "man_made/tower": {
+                "name": "Toranj"
+            },
+            "man_made/wastewater_plant": {
+                "name": "Pogon za prečisćivanje otpadnih voda"
+            },
             "man_made/water_tower": {
                 "name": "Vodo-toranj"
             },
+            "man_made/water_works": {
+                "name": "Vodocrpilište"
+            },
             "natural": {
                 "name": "Priroda"
             },
             "natural/grassland": {
                 "name": "Travnjak"
             },
+            "natural/heath": {
+                "name": "Zdravstvo"
+            },
             "natural/peak": {
                 "name": "Planinski vrh"
             },
             "natural/scrub": {
                 "name": "Šikara"
             },
+            "natural/spring": {
+                "name": "Izvor"
+            },
             "natural/tree": {
                 "name": "Stablo"
             },
             "place": {
                 "name": "Mjesto"
             },
+            "place/city": {
+                "name": "Grad s više od 100 000 stanovnika"
+            },
             "place/hamlet": {
                 "name": "Zaseok"
             },
             "place/locality": {
                 "name": "Lokalitet"
             },
+            "place/town": {
+                "name": "Grad s manje od 100 000 stanovnika"
+            },
             "place/village": {
                 "name": "Selo"
             },
+            "power/generator": {
+                "name": "Elektrana"
+            },
+            "power/line": {
+                "name": "Energetska mreža"
+            },
             "power/sub_station": {
                 "name": "Podzemna postaja"
             },
             "railway": {
                 "name": "Željeznička pruga"
             },
+            "railway/abandoned": {
+                "name": "Napuštena pruga"
+            },
+            "railway/disused": {
+                "name": "Pruga izvan uporabe"
+            },
+            "railway/level_crossing": {
+                "name": "Željeznično-cestovni prijelaz"
+            },
+            "railway/platform": {
+                "name": "Željeznički peron"
+            },
             "railway/rail": {
                 "name": "Željeznica"
             },
             "shop/bakery": {
                 "name": "Pekara"
             },
+            "shop/beauty": {
+                "name": "Kozmetičar"
+            },
+            "shop/beverages": {
+                "name": "Trgovina s pićima"
+            },
+            "shop/bicycle": {
+                "name": "prodavaonica bicikala"
+            },
             "shop/books": {
                 "name": "Knjižara"
             },
+            "shop/boutique": {
+                "name": "Butik"
+            },
             "shop/butcher": {
                 "name": "Mesnica"
             },
+            "shop/car": {
+                "name": "Prodavaonica automobila"
+            },
+            "shop/car_parts": {
+                "name": "Trgovina rezevnih dijelova za automobile"
+            },
+            "shop/car_repair": {
+                "name": "Automehaničar"
+            },
+            "shop/chemist": {
+                "name": "Drogerija"
+            },
+            "shop/clothes": {
+                "name": "Prodavaonica odjeće"
+            },
+            "shop/computer": {
+                "name": "Prodavaonica računala"
+            },
             "shop/confectionery": {
                 "name": "Slastičarnica"
             },
+            "shop/convenience": {
+                "name": "Kvartovska trgovina"
+            },
+            "shop/deli": {
+                "name": "Prodavaonica delikatesa"
+            },
             "shop/doityourself": {
                 "name": "Uradi sam"
             },
+            "shop/dry_cleaning": {
+                "name": "Kemijska čistionica"
+            },
+            "shop/electronics": {
+                "name": "Prodavaonica elektronike"
+            },
             "shop/fishmonger": {
                 "name": "Ribarnica"
             },
             "shop/garden_centre": {
                 "name": "Vrtni centar"
             },
+            "shop/gift": {
+                "name": "Suvenirnica"
+            },
+            "shop/greengrocer": {
+                "name": "Voćarna"
+            },
             "shop/hairdresser": {
                 "name": "Frizerski salon"
             },
+            "shop/hardware": {
+                "name": "Željezarija"
+            },
+            "shop/hifi": {
+                "name": "Prodavaonica audio opreme"
+            },
+            "shop/jewelry": {
+                "name": "Zlatarnica"
+            },
             "shop/kiosk": {
                 "name": "Kiosk"
             },
             "shop/laundry": {
                 "name": "Praonica rublja"
             },
+            "shop/mall": {
+                "name": "Trgovački centar"
+            },
+            "shop/mobile_phone": {
+                "name": "Prodavaonica mobilnih telefona"
+            },
+            "shop/motorcycle": {
+                "name": "Prodavaonica motocikala"
+            },
+            "shop/music": {
+                "name": "Prodavaonica glazbene opreme"
+            },
+            "shop/newsagent": {
+                "name": "Prodavaonica novina"
+            },
+            "shop/optician": {
+                "name": "Optičar"
+            },
+            "shop/outdoor": {
+                "name": "Prodavaonica planinarske opreme"
+            },
+            "shop/pet": {
+                "name": "Prodavaonica kućnim ljubimcima"
+            },
+            "shop/shoes": {
+                "name": "Prodavaonica obuće"
+            },
+            "shop/sports": {
+                "name": "Prodavaonica sportske opreme"
+            },
+            "shop/stationery": {
+                "name": "Knjižara"
+            },
             "shop/supermarket": {
                 "name": "Veletrgovina"
             },
+            "shop/toys": {
+                "name": "Prodavaonica igračaka"
+            },
+            "shop/travel_agency": {
+                "name": "Putnička agencija"
+            },
+            "shop/tyres": {
+                "name": "Prodavaonica pneumaticima"
+            },
+            "shop/video": {
+                "name": "Videoteka"
+            },
             "tourism": {
                 "name": "Turizam"
             },
             "tourism/alpine_hut": {
                 "name": "Planinska kuća"
             },
+            "tourism/artwork": {
+                "name": "Umjetničko djelo"
+            },
             "tourism/attraction": {
                 "name": "Turistička atrakcija"
             },
             "tourism/camp_site": {
                 "name": "Kamp"
             },
+            "tourism/caravan_site": {
+                "name": "Parkiralište za kamp kućice"
+            },
             "tourism/chalet": {
                 "name": "Bungalov"
             },
+            "tourism/guest_house": {
+                "name": "Gostinjska kuća"
+            },
             "tourism/hostel": {
                 "name": "Hostel"
             },
diff --git a/vendor/assets/iD/iD/locales/is.json b/vendor/assets/iD/iD/locales/is.json
new file mode 100644 (file)
index 0000000..a51d36f
--- /dev/null
@@ -0,0 +1,229 @@
+{
+    "modes": {
+        "add_area": {
+            "title": "Svæði",
+            "description": "Bættu landsvæðum, byggingum, vötnum eða öðrum svæðum á kortið.",
+            "tail": "Smelltu á kortið til að teikna svæði, til dæmis garð, vatn eða byggingu."
+        },
+        "add_line": {
+            "title": "Lína",
+            "description": "Bætu þjóðvegum, götum, göngustígum, síkjum eða öðrum línum við kortið.",
+            "tail": "Smelltu á kortið til að byrja á að teikna línu, svo sem veg, slóða eða leið."
+        },
+        "add_point": {
+            "title": "Punktur",
+            "description": "Bættu veitingastöðum, minnismerkjum, póstkössum eða öðrum punktum við kortið.",
+            "tail": "Smelltu á kortið til að bæta við punkti."
+        },
+        "browse": {
+            "title": "Fletta",
+            "description": "Færðu og þysjaðu kortið."
+        }
+    },
+    "operations": {
+        "add": {
+            "annotation": {
+                "point": "Bætti punkti við.",
+                "vertex": "Bætti hnút við leið."
+            }
+        },
+        "start": {
+            "annotation": {
+                "line": "Byrjaði á línu.",
+                "area": "Byrjaði á svæði."
+            }
+        },
+        "continue": {
+            "annotation": {
+                "line": "Hélt áfram með línu.",
+                "area": "Hélt áfram með svæði."
+            }
+        },
+        "cancel_draw": {
+            "annotation": "Hætti við að teikna."
+        },
+        "change_tags": {
+            "annotation": "Breytti merkingum."
+        },
+        "circularize": {
+            "title": "Hringlaga",
+            "key": "O",
+            "annotation": {
+                "line": "Gerði línu að hring.",
+                "area": "Gerði svæði að hring."
+            }
+        },
+        "orthogonalize": {
+            "title": "Rétta horn af",
+            "description": "Rétta þessi horn.",
+            "key": "Q",
+            "annotation": {
+                "line": "Réttaði horn á línu.",
+                "area": "Réttaði horn svæðis."
+            }
+        },
+        "delete": {
+            "title": "Eyða",
+            "description": "Fjarlægja af korti.",
+            "annotation": {
+                "point": "Eyddi punkti.",
+                "vertex": "Eyddi hnút af leið.",
+                "line": "Eyddi línu.",
+                "area": "Eyddi svæði.",
+                "relation": "Eyddi tengslum.",
+                "multiple": "Eyddi {n} hlutum."
+            }
+        },
+        "connect": {
+            "annotation": {
+                "point": "Tengdi leið við punkt.",
+                "vertex": "Tengdi leið við aðra leið.",
+                "line": "Tengdi leið við línu.",
+                "area": "Tengdi leið við svæði."
+            }
+        },
+        "disconnect": {
+            "title": "Aftengja",
+            "key": "D"
+        },
+        "merge": {
+            "title": "Sameina",
+            "description": "Sameina þessar línur.",
+            "key": "C",
+            "annotation": "Sameinaði {n} línur."
+        },
+        "move": {
+            "title": "Færa",
+            "description": "Færa þetta á annan stað.",
+            "key": "M",
+            "annotation": {
+                "point": "Færði punkt.",
+                "vertex": "Færði hnút á leið.",
+                "line": "Færði línu.",
+                "area": "Færði svæði.",
+                "multiple": "Færði marga hluti."
+            }
+        },
+        "rotate": {
+            "title": "Snúa",
+            "description": "Snúa þessum hlut um miðjupunkt hans.",
+            "key": "R",
+            "annotation": {
+                "line": "Snéri línu.",
+                "area": "Snéri svæði."
+            }
+        },
+        "reverse": {
+            "title": "Öfugt",
+            "description": "Láta þessa línu fara í öfuga átt.",
+            "key": "V",
+            "annotation": "Snéri línu."
+        },
+        "split": {
+            "title": "Aðskilja",
+            "key": "X"
+        }
+    },
+    "nothing_to_undo": "Ekkert til að hætta við.",
+    "nothing_to_redo": "Ekkert til að endurtaka.",
+    "just_edited": "Þú hefur breytt OpenStreetMap!",
+    "browser_notice": "Þessi ritill er studdur af Firefox, Chrome, Safari, Opera og Internet Explorer 9 og betri. Vinsamlegast uppfærðu vafrann þinn eða notaðu Potlatch 2 til að breyta kortinu.",
+    "zoom_in_edit": "þysja inn til að breyta kortinu",
+    "logout": "útskrá",
+    "report_a_bug": "tilkynna villu",
+    "status": {
+        "error": "Get ekki tengst við API.",
+        "offline": "API er ekki tiltækur. Vinsamlegast reyndu að breyta aftur síðar.",
+        "readonly": "API er í lesham. Þú þarft að bíða með að vista breytingar."
+    },
+    "commit": {
+        "title": "Vista breytingar",
+        "description_placeholder": "Stutt lýsing á breytingum þínum",
+        "message_label": "Staðfesta boð",
+        "upload_explanation": "Breytingarnar sem þú gerir sem {user} verða sýnilegar á öllum kortum sem nota OpenStreetMap gögn.",
+        "save": "Vista",
+        "cancel": "Hætta við",
+        "warnings": "Aðvaranir",
+        "modified": "Breytt",
+        "deleted": "Eytt",
+        "created": "Búið til"
+    },
+    "contributors": {
+        "list": "Innsent af {users}",
+        "truncated_list": "Innsent af {users} og {count} öðrum"
+    },
+    "geocoder": {
+        "title": "Finna stað",
+        "placeholder": "Finna stað",
+        "no_results": "Fann ekki stað með nafninu '{name}'"
+    },
+    "geolocate": {
+        "title": "Sýna mína staðsetningu"
+    },
+    "inspector": {
+        "no_documentation_combination": "Það er ekki til skjölun fyrir þessar samsettu merkingar",
+        "no_documentation_key": "Það er ekki til skjölun fyrir þennan efnislykil",
+        "show_more": "Sýna meira",
+        "new_tag": "Ný merking",
+        "editing_feature": "Breyti {feature}",
+        "all_tags": "Öll merki",
+        "choose": "Veldu tegund",
+        "results": "{n} niðurstöður fyrir {leit}",
+        "back_tooltip": "Breyta tegund",
+        "remove": "Fjarlægja",
+        "search": "Leita"
+    },
+    "background": {
+        "title": "Bakgrunnur",
+        "description": "Bakgrunnsstillingar",
+        "percent_brightness": "{opacity}% birta",
+        "fix_misalignment": "Laga hliðrun",
+        "reset": "endurstilla"
+    },
+    "restore": {
+        "heading": "Þú átt óvistaðar breytingar",
+        "restore": "Endurvekja",
+        "reset": "Endurstilla"
+    },
+    "save": {
+        "title": "Vista",
+        "help": "Vista breytingar á OpenStreetMap, þær verða sýnilegar öðrum notendum.",
+        "no_changes": "Engar breytingar til að vista.",
+        "error": "Villa kom upp þegar reynt var að vista",
+        "uploading": "Hleð breytingum inn á OpenStreetMap.",
+        "unsaved_changes": "Þú átt óvistaðar breytingar"
+    },
+    "splash": {
+        "welcome": "Velkomin/n í iD ritil OpenStreetMap",
+        "text": "iD er notandavænt tæki til að bæta við besta fría kortagrunn heimsins. Þetta er þróunarútgáfa {version}. Þú getur fengið meiri upplýsingar á vefnum {website} og tilkynnt villur {github}."
+    },
+    "source_switch": {
+        "live": "raun",
+        "lose_changes": "Þú átt óvistaðar breytingar. Að skipta um kortaþjón mun henda þeim. Ertu viss um að þú viljir skipta um kortaþjón?",
+        "dev": "þróun"
+    },
+    "tag_reference": {
+        "description": "Lýsing",
+        "on_wiki": "{tag} á wiki.osm.org",
+        "used_with": "notað með {type}"
+    },
+    "validations": {
+        "untagged_line": "Ómerkt lína",
+        "untagged_area": "Ómerkt svæði",
+        "many_deletions": "Þú ert að eyða {n} hlutum. Viltu gera þetta? Þetta mun eyða þeim af kortinu sem allir nota á openstreetmap.org.",
+        "tag_suggests_area": "Merkingin {tag} þýðir að línan ætti að vera svæði, en hún er ekki svæði",
+        "deprecated_tags": "Úrelt merki: {tags}"
+    },
+    "zoom": {
+        "in": "Þysja inn",
+        "out": "Þysja út"
+    },
+    "gpx": {
+        "local_layer": "Staðvær GPX-skrá",
+        "drag_drop": "Dragðu og slepptu .gpx skrá á síðuna"
+    },
+    "help": {
+        "title": "Hjálp",
+        "help": "# Hjálp\n\nÞetta er ritill fyrir [OpenStreetMap](http://www.openstreetmap.org/), \nfrítt og breytanlegt kort af heiminum. Þú getur notað ritilinn til að \nbæta við og breyta gögnum á þínu svæði. Þannig geturðu bætt þetta\nopen-source og open-data verkefni fyrir alla.\n\nBreytingar sem þú gerir á þessu korti verða sýnilegar öllum sem nota\nOpenStreetMap. Til að geta gert breytingar þarftu \n[ókeypis OpenStreetMap notandanafn](https://www.openstreetmap.org/user/new).\n\n[iD ritillinn](http://ideditor.com/) er samstarfsverkefni hvers [frumkóði er \naðgengilegur á GitHub](https://github.com/systemed/iD).\n"
+    }
+}
\ No newline at end of file
index 91833fa184dfa12513081ea416e51dd6e3016ddf..e93bfa7e519821ac0ed9c9cdd3592fc5b0d8fcaf 100644 (file)
@@ -65,7 +65,7 @@
             "not_closed": "Z tego nie można zrobić okręgu, bo nie jest pętlą."
         },
         "orthogonalize": {
-            "title": "Ortogonalizuj",
+            "title": "Koryguj prostopadłość",
             "description": "Wyprostuj ramiona tych kątów.",
             "key": "Q",
             "annotation": {