]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/locales/en.json
Update to iD v2.1.0
[rails.git] / vendor / assets / iD / iD / locales / en.json
index 159eb5613fdcab8524f22e07a9c6e4df40a6959b..04eac3a490b497ddb981827c5ec04bbff0249809 100644 (file)
             },
             "delete": {
                 "title": "Delete",
-                "description": "Delete object permanently.",
+                "description": {
+                    "single": "Delete this feature permanently.",
+                    "multiple": "Delete these features permanently."
+                },
                 "annotation": {
                     "point": "Deleted a point.",
                     "vertex": "Deleted a node from a way.",
                     "line": "Deleted a line.",
                     "area": "Deleted an area.",
                     "relation": "Deleted a relation.",
-                    "multiple": "Deleted {n} objects."
+                    "multiple": "Deleted {n} features."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be deleted because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be deleted because they haven't been fully downloaded."
+                },
+                "part_of_relation": {
+                    "single": "This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",
+                    "multiple": "These features can't be deleted because they are part of larger relations. You must remove them from the relations first."
                 },
-                "incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded.",
-                "part_of_relation": "This feature can't be deleted because it's part of a larger relation. You must remove it from the relation first.",
-                "connected_to_hidden": "This can't be deleted because it is connected to a hidden feature."
+                "connected_to_hidden": {
+                    "single": "This feature can't be deleted because it is connected to a hidden feature.",
+                    "multiple": "These features can't be deleted because some are connected to hidden features."
+                }
             },
             "add_member": {
                 "annotation": "Added a member to a relation."
             },
             "move": {
                 "title": "Move",
-                "description": "Move this to a different location.",
+                "description": {
+                    "single": "Move this feature to a different location.",
+                    "multiple": "Move these features to a different location."
+                },
                 "key": "M",
                 "annotation": {
                     "point": "Moved a point.",
                     "vertex": "Moved a node in a way.",
                     "line": "Moved a line.",
                     "area": "Moved an area.",
-                    "multiple": "Moved multiple objects."
+                    "multiple": "Moved multiple features."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be moved because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be moved because they haven't been fully downloaded."
                 },
-                "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
-                "too_large": "This can't be moved because not enough of it is currently visible.",
-                "connected_to_hidden": "This can't be moved because it is connected to a hidden feature."
+                "too_large": {
+                    "single": "This feature can't be moved because not enough of it is currently visible.",
+                    "multiple": "These features can't be moved because not enough of them are currently visible."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be moved because it is connected to a hidden feature.",
+                    "multiple": "These features can't be moved because some are connected to hidden features."
+                }
+            },
+            "reflect": {
+                "title": "reflect",
+                "description": {
+                    "long": {
+                        "single": "Reflect this feature across its long axis.",
+                        "multiple": "Reflect these features across their long axis."
+                    },
+                    "short": {
+                        "single": "Reflect this feature across its short axis.",
+                        "multiple": "Reflect these features across their short axis."
+                    }
+                },
+                "key": {
+                    "long": "T",
+                    "short": "Y"
+                },
+                "annotation": {
+                    "long": {
+                        "single": "Reflected an feature across its long axis.",
+                        "multiple": "Reflected multiple features across their long axis."
+                    },
+                    "short": {
+                        "single": "Reflected an feature across its short axis.",
+                        "multiple": "Reflected multiple features across their short axis."
+                    }
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be reflected because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be reflected because they haven't been fully downloaded."
+                },
+                "too_large": {
+                    "single": "This feature can't be reflected because not enough of it is currently visible.",
+                    "multiple": "These features can't be reflected because not enough of them are currently visible."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be reflected because it is connected to a hidden feature.",
+                    "multiple": "These features can't be reflected because some are connected to hidden features."
+                }
             },
             "rotate": {
                 "title": "Rotate",
-                "description": "Rotate this object around its center point.",
+                "description": {
+                    "single": "Rotate this feature around its center point.",
+                    "multiple": "Rotate these features around their center point."
+                },
                 "key": "R",
                 "annotation": {
                     "line": "Rotated a line.",
-                    "area": "Rotated an area."
+                    "area": "Rotated an area.",
+                    "multiple": "Rotated multiple features."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be rotated because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be rotated because they haven't been fully downloaded."
                 },
-                "too_large": "This can't be rotated because not enough of it is currently visible.",
-                "connected_to_hidden": "This can't be rotated because it is connected to a hidden feature."
+                "too_large": {
+                    "single": "This feature can't be rotated because not enough of it is currently visible.",
+                    "multiple": "These features can't be rotated because not enough of them are currently visible."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be rotated because it is connected to a hidden feature.",
+                    "multiple": "These features can't be rotated because some are connected to hidden features."
+                }
             },
             "reverse": {
                 "title": "Reverse",
             "rateLimit": "The API is limiting anonymous connections.  You can fix this by logging in."
         },
         "commit": {
-            "title": "Save Changes",
+            "title": "Upload to OpenStreetMap",
             "description_placeholder": "Brief description of your contributions (required)",
-            "message_label": "Changeset comment",
+            "message_label": "Changeset Comment",
             "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
             "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
-            "save": "Save",
+            "save": "Upload",
             "cancel": "Cancel",
             "changes": "{count} Changes",
             "warnings": "Warnings",
             "back_tooltip": "Change feature",
             "remove": "Remove",
             "search": "Search",
-            "multiselect": "Selected items",
+            "multiselect": "Selected features",
             "unknown": "Unknown",
             "incomplete": "<not downloaded>",
             "feature_list": "Search features",
                 "delete": "Leave Deleted",
                 "download_changes": "Or download your changes.",
                 "done": "All conflicts resolved!",
-                "help": "Another user changed some of the same map features you changed.\nClick on each item below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"
+                "help": "Another user changed some of the same map features you changed.\nClick on each feature below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"
             }
         },
         "merge_remote_changes": {
             "conflict": {
-                "deleted": "This object has been deleted by {user}.",
-                "location": "This object was moved by both you and {user}.",
+                "deleted": "This feature has been deleted by {user}.",
+                "location": "This feature was moved by both you and {user}.",
                 "nodelist": "Nodes were changed by both you and {user}.",
                 "memberlist": "Relation members were changed by both you and {user}.",
                 "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
             "used_with": "used with {type}"
         },
         "validations": {
+            "disconnected_highway": "Disconnected highway",
+            "disconnected_highway_tooltip": "Roads should be connected to other roads.",
             "untagged_point": "Untagged point",
             "untagged_line": "Untagged line",
             "untagged_area": "Untagged area",
-            "many_deletions": "You're deleting {n} objects. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
+            "untagged_relation": "Untagged relation",
+            "many_deletions": "You're deleting {n} features. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
             "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
             "untagged_point_tooltip": "Select a feature type that describes what this point is.",
             "untagged_line_tooltip": "Select a feature type that describes what this line is.",
             "untagged_area_tooltip": "Select a feature type that describes what this area is.",
+            "untagged_relation_tooltip": "Select a feature type that describes what this relation is.",
             "deprecated_tags": "Deprecated tags: {tags}"
         },
         "zoom": {
         "cannot_zoom": "Cannot zoom out further in current mode.",
         "full_screen": "Toggle Full Screen",
         "gpx": {
-            "local_layer": "Local GPX file",
-            "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
-            "zoom": "Zoom to GPX track",
-            "browse": "Browse for a .gpx file"
+            "local_layer": "Local file",
+            "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
+            "zoom": "Zoom to layer",
+            "browse": "Browse for a file"
         },
         "mapillary_images": {
             "tooltip": "Street-level photos from Mapillary",
                 "category-landuse": {
                     "name": "Land Use Features"
                 },
+                "category-natural-area": {
+                    "name": "Natural Features"
+                },
+                "category-natural-line": {
+                    "name": "Natural Features"
+                },
+                "category-natural-point": {
+                    "name": "Natural Features"
+                },
                 "category-path": {
                     "name": "Path Features"
                 },
                 "address": {
                     "label": "Address",
                     "placeholders": {
+                        "block_number": "Block Number",
+                        "block_number!jp": "Block No.",
                         "city": "City",
+                        "city!jp": "City/Town/Village/Tokyo Special Ward",
+                        "city!vn": "City/Town",
                         "conscriptionnumber": "123",
                         "country": "Country",
+                        "county": "County",
+                        "county!jp": "District",
                         "district": "District",
+                        "district!vn": "Arrondissement/Town/District",
                         "floor": "Floor",
                         "hamlet": "Hamlet",
                         "housename": "Housename",
                         "housenumber": "123",
+                        "housenumber!jp": "Building No./Lot No.",
+                        "neighbourhood": "Neighbourhood",
+                        "neighbourhood!jp": "Chōme/Aza/Koaza",
                         "place": "Place",
                         "postcode": "Postcode",
                         "province": "Province",
+                        "province!jp": "Prefecture",
+                        "quarter": "Quarter",
+                        "quarter!jp": "Ōaza/Machi",
                         "state": "State",
                         "street": "Street",
                         "subdistrict": "Subdistrict",
-                        "suburb": "Suburb"
+                        "subdistrict!vn": "Ward/Commune/Townlet",
+                        "suburb": "Suburb",
+                        "suburb!jp": "Ward"
                     }
                 },
                 "admin_level": {
                 "building": {
                     "label": "Building"
                 },
+                "bunker_type": {
+                    "label": "Type"
+                },
                 "camera/direction": {
                     "label": "Direction (Degrees Clockwise)",
                     "placeholder": "45, 90, 180, 270"
                         "NNW": "North-northwest"
                     }
                 },
+                "castle_type": {
+                    "label": "Type"
+                },
                 "clock_direction": {
                     "label": "Direction",
                     "options": {
                 "elevation": {
                     "label": "Elevation"
                 },
+                "email": {
+                    "label": "Email",
+                    "placeholder": "example@example.com"
+                },
                 "emergency": {
                     "label": "Emergency"
                 },
                 "fence_type": {
                     "label": "Type"
                 },
+                "fire_hydrant/position": {
+                    "label": "Position",
+                    "options": {
+                        "lane": "Lane",
+                        "parking_lot": "Parking Lot",
+                        "sidewalk": "Sidewalk",
+                        "green": "Green"
+                    }
+                },
                 "fire_hydrant/type": {
                     "label": "Type",
                     "options": {
                 "place": {
                     "label": "Type"
                 },
+                "plant": {
+                    "label": "Plant"
+                },
                 "population": {
                     "label": "Population"
                 },
                 "power": {
                     "label": "Type"
                 },
+                "product": {
+                    "label": "Product"
+                },
                 "railway": {
                     "label": "Type"
                 },
                     }
                 },
                 "social_facility_for": {
-                    "label": "People served",
-                    "placeholder": "Homeless, Disabled, Child, etc"
+                    "label": "People Served"
+                },
+                "social_facility": {
+                    "label": "Type"
                 },
                 "source": {
                     "label": "Source"
                 "stars": {
                     "label": "Stars"
                 },
+                "step_count": {
+                    "label": "Number of Steps"
+                },
                 "stop": {
                     "label": "Stop Type",
                     "options": {
                         "bucket": "Bucket"
                     }
                 },
+                "toll": {
+                    "label": "Toll"
+                },
                 "tourism": {
                     "label": "Type"
                 },
                     "name": "Chair Lift",
                     "terms": ""
                 },
+                "aerialway/drag_lift": {
+                    "name": "Drag Lift",
+                    "terms": ""
+                },
                 "aerialway/gondola": {
                     "name": "Gondola",
                     "terms": ""
                 },
+                "aerialway/goods": {
+                    "name": "Goods Aerialway",
+                    "terms": ""
+                },
                 "aerialway/magic_carpet": {
                     "name": "Magic Carpet Lift",
                     "terms": ""
                 },
+                "aerialway/mixed_lift": {
+                    "name": "Mixed Lift",
+                    "terms": ""
+                },
                 "aerialway/platter": {
                     "name": "Platter Lift",
                     "terms": "button lift,poma lift"
                     "terms": "ramp"
                 },
                 "aeroway/gate": {
-                    "name": "Airport gate",
+                    "name": "Airport Gate",
                     "terms": ""
                 },
                 "aeroway/hangar": {
                     "terms": ""
                 },
                 "aeroway/terminal": {
-                    "name": "Airport terminal",
+                    "name": "Airport Terminal",
                     "terms": "airport,aerodrome"
                 },
+                "amenity/coworking_space": {
+                    "name": "Coworking Space",
+                    "terms": ""
+                },
                 "amenity/register_office": {
                     "name": "Register Office",
                     "terms": ""
                     "name": "Courthouse",
                     "terms": ""
                 },
-                "amenity/coworking_space": {
-                    "name": "Coworking Space",
-                    "terms": "coworking,office"
-                },
                 "amenity/crematorium": {
                     "name": "Crematorium",
                     "terms": "cemetery,funeral"
                 },
                 "amenity/hunting_stand": {
                     "name": "Hunting Stand",
-                    "terms": "game,lookout,shoot,wild,watch"
+                    "terms": "game,gun,lookout,rifle,shoot*,wild,watch"
                 },
                 "amenity/ice_cream": {
                     "name": "Ice Cream Shop",
                     "name": "Bollard",
                     "terms": ""
                 },
+                "barrier/border_control": {
+                    "name": "Border Control",
+                    "terms": ""
+                },
                 "barrier/cattle_grid": {
                     "name": "Cattle Grid",
                     "terms": ""
                 },
                 "emergency/fire_hydrant": {
                     "name": "Fire Hydrant",
-                    "terms": ""
+                    "terms": "fire plug"
                 },
                 "emergency/phone": {
                     "name": "Emergency Phone",
                 },
                 "highway/motorway": {
                     "name": "Motorway",
-                    "terms": ""
+                    "terms": "autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike"
                 },
                 "highway/path": {
                     "name": "Path",
                 },
                 "landuse/farmland": {
                     "name": "Farmland",
-                    "terms": ""
+                    "terms": "crop,grow,plant"
                 },
                 "landuse/farmyard": {
                     "name": "Farmyard",
-                    "terms": ""
+                    "terms": "crop,grow,plant"
                 },
                 "landuse/forest": {
                     "name": "Forest",
                     "name": "Military Area",
                     "terms": ""
                 },
+                "landuse/military/airfield": {
+                    "name": "Military Airfield",
+                    "terms": "air force,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"
+                },
+                "landuse/military/barracks": {
+                    "name": "Barracks",
+                    "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
+                },
+                "landuse/military/bunker": {
+                    "name": "Military Bunker",
+                    "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
+                },
+                "landuse/military/checkpoint": {
+                    "name": "Checkpoint",
+                    "terms": "air force,army,base,force,guard,marine,navy,troop,war"
+                },
+                "landuse/military/danger_area": {
+                    "name": "Danger Area",
+                    "terms": "air force,army,base,blast,bomb,explo*,force,guard,mine,marine,navy,troop,war"
+                },
+                "landuse/military/naval_base": {
+                    "name": "Naval Base",
+                    "terms": "base,fight,force,guard,marine,navy,ship,sub,troop,war"
+                },
+                "landuse/military/nuclear_explosion_site": {
+                    "name": "Nuclear Explosion Site",
+                    "terms": "atom,blast,bomb,detonat*,nuke,site,test"
+                },
+                "landuse/military/obstacle_course": {
+                    "name": "Obstacle Course",
+                    "terms": "army,base,force,guard,marine,navy,troop,war"
+                },
+                "landuse/military/office": {
+                    "name": "Military Office",
+                    "terms": "air force,army,base,enlist,fight,force,guard,marine,navy,recruit,troop,war"
+                },
+                "landuse/military/range": {
+                    "name": "Military Range",
+                    "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
+                },
+                "landuse/military/training_area": {
+                    "name": "Training Area",
+                    "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
+                },
                 "landuse/orchard": {
                     "name": "Orchard",
-                    "terms": ""
+                    "terms": "fruit"
                 },
                 "landuse/plant_nursery": {
                     "name": "Plant Nursery",
-                    "terms": "vivero"
+                    "terms": "flower,garden,grow,vivero"
                 },
                 "landuse/quarry": {
                     "name": "Quarry",
                 },
                 "landuse/vineyard": {
                     "name": "Vineyard",
-                    "terms": ""
+                    "terms": "grape,wine"
                 },
                 "leisure": {
                     "name": "Leisure",
                     "name": "Golf Course",
                     "terms": "links"
                 },
+                "leisure/horse_riding": {
+                    "name": "Horseback Riding Facility",
+                    "terms": "equestrian,stable"
+                },
                 "leisure/ice_rink": {
                     "name": "Ice Rink",
                     "terms": "hockey,skating,curling"
                     "terms": ""
                 },
                 "man_made/works": {
-                    "name": "Works",
-                    "terms": "car assembly plant,aluminium processing plant,brewery,furniture manufacture factory,oil refinery,plastic recycling"
-                },
-                "military/airfield": {
-                    "name": "Airfield",
-                    "terms": ""
-                },
-                "military/barracks": {
-                    "name": "Barracks",
-                    "terms": ""
-                },
-                "military/bunker": {
-                    "name": "Bunker",
-                    "terms": ""
-                },
-                "military/checkpoint": {
-                    "name": "Checkpoint",
-                    "terms": ""
-                },
-                "military/danger_area": {
-                    "name": "Danger Area",
-                    "terms": ""
-                },
-                "military/naval_base": {
-                    "name": "Naval Base",
-                    "terms": ""
-                },
-                "military/obstacle_course": {
-                    "name": "Obstacle Course",
-                    "terms": ""
-                },
-                "military/range": {
-                    "name": "Military Range",
-                    "terms": ""
-                },
-                "military/training_area": {
-                    "name": "Training area",
-                    "terms": ""
+                    "name": "Factory",
+                    "terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
                 },
                 "natural": {
                     "name": "Natural",
                     "terms": ""
                 },
+                "natural/bare_rock": {
+                    "name": "Bare Rock",
+                    "terms": "rock"
+                },
                 "natural/bay": {
                     "name": "Bay",
                     "terms": ""
                 },
                 "natural/beach": {
                     "name": "Beach",
-                    "terms": ""
+                    "terms": "shore"
                 },
                 "natural/cave_entrance": {
                     "name": "Cave Entrance",
                 },
                 "natural/cliff": {
                     "name": "Cliff",
-                    "terms": ""
+                    "terms": "escarpment"
                 },
                 "natural/coastline": {
                     "name": "Coastline",
                 },
                 "natural/grassland": {
                     "name": "Grassland",
-                    "terms": ""
+                    "terms": "prairie,savanna"
                 },
                 "natural/heath": {
                     "name": "Heath",
                     "name": "Peak",
                     "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
                 },
+                "natural/ridge": {
+                    "name": "Ridge",
+                    "terms": "crest"
+                },
                 "natural/saddle": {
                     "name": "Saddle",
                     "terms": "pass,mountain pass,top"
                 },
+                "natural/sand": {
+                    "name": "Sand",
+                    "terms": "desert"
+                },
                 "natural/scree": {
                     "name": "Scree",
                     "terms": "loose rocks"
                     "name": "Company Office",
                     "terms": ""
                 },
+                "office/coworking": {
+                    "name": "Coworking Space",
+                    "terms": "coworking,office"
+                },
                 "office/educational_institution": {
                     "name": "Educational Institution",
                     "terms": ""
                     "name": "Law Office",
                     "terms": ""
                 },
+                "office/lawyer/notary": {
+                    "name": "Notary Office",
+                    "terms": "clerk,signature,wills,deeds,estate"
+                },
                 "office/newspaper": {
                     "name": "Newspaper",
                     "terms": ""
                     "name": "Neighborhood",
                     "terms": "neighbourhood"
                 },
+                "place/square": {
+                    "name": "Square",
+                    "terms": ""
+                },
                 "place/suburb": {
                     "name": "Borough",
                     "terms": "Boro,Quarter"
                     "name": "Minor Power Line",
                     "terms": ""
                 },
+                "power/plant": {
+                    "name": "Power Station Grounds",
+                    "terms": "coal,gas,generat*,hydro,nuclear,power,station"
+                },
                 "power/pole": {
                     "name": "Power Pole",
                     "terms": ""