]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/locales/en-GB.json
Move document-level styling for iD to its stylesheet
[rails.git] / vendor / assets / iD / iD / locales / en-GB.json
index add7470a8a8efea3084884d12c0ea8168face25a..d61c3f36873df2099e7ddf6374c45b01127c9ab6 100644 (file)
             },
             "circularize": {
                 "title": "Circularise",
-                "description": {
-                    "line": "Make this line circular.",
-                    "area": "Make this area circular."
-                },
-                "key": "O",
-                "annotation": {
-                    "line": "Made a line circular.",
-                    "area": "Made an area circular."
-                },
-                "not_closed": "This can't be made circular because it's not a loop.",
-                "too_large": "This can't be made circular because not enough of it is currently visible.",
-                "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
+                "key": "O"
             },
             "orthogonalize": {
                 "title": "Square"
             "request_review": "I would like someone to review my edits.",
             "save": "Upload",
             "cancel": "Cancel",
-            "changes": "{count} Changes",
             "download_changes": "Download osmChange file",
             "warnings": "Warnings",
             "modified": "Modified",
         "inspector": {
             "show_more": "Show More",
             "view_on_osm": "View on openstreetmap.org",
-            "all_fields": "All fields",
-            "all_tags": "All tags",
-            "all_members": "All members",
-            "all_relations": "All relations",
             "new_relation": "New relation...",
             "role": "Role",
             "choose": "Select feature type",
             "results": "{n} results for {search}",
-            "back_tooltip": "Change feature",
             "remove": "Remove",
             "search": "Search",
-            "multiselect": "Selected features",
             "unknown": "Unknown",
             "incomplete": "<not downloaded>",
             "feature_list": "Search features",
                 "tooltip": "Show a zoomed out map to help locate the area currently displayed.",
                 "key": "/"
             },
-            "fix_misalignment": "Adjust imagery offset",
             "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters."
         },
         "map_data": {
             "on_wiki": "{tag} on wiki.osm.org",
             "used_with": "used with {type}"
         },
-        "zoom": {
-            "in": "Zoom in",
-            "out": "Zoom out"
-        },
         "cannot_zoom": "Cannot zoom out further in current mode.",
         "full_screen": "Toggle Full Screen",
         "streetside": {
                 "before_start_h": "Before you start",
                 "before_start": "You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes.",
                 "open_source_h": "Open Source",
-                "open_source": "The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD).",
-                "open_source_help": "You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."
+                "open_source": "The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD)."
             },
             "overview": {
                 "title": "Overview",
                 "type": "You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from.",
                 "type_picker": "The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it.",
                 "fields_h": "Fields",
-                "fields_all_fields": "The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.",
                 "fields_example": "Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open.",
                 "fields_add_field": "You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more.",
                 "tags_h": "Tags",
-                "tags_all_tags": "Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap.",
                 "tags_resources": "Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."
             },
             "points": {
                 "title": "Relations",
                 "intro": "A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation.",
                 "edit_relation_h": "Editing Relations",
-                "edit_relation": "At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it.",
-                "edit_relation_add": "To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option.",
                 "edit_relation_delete": "You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically.",
                 "maintain_relation_h": "Maintaining Relations",
                 "maintain_relation": "For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original.",
                 "turn_restriction_editing": "In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices.",
                 "route_h": "Routes",
                 "route": "A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route.",
-                "route_add": "To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation.",
                 "boundary_h": "Boundaries",
-                "boundary": "A *boundary* relation is a group of one or more line features that together form an administrative boundary.",
-                "boundary_add": "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
+                "boundary": "A *boundary* relation is a group of one or more line features that together form an administrative boundary."
             },
             "imagery": {
                 "title": "Background Imagery",
                 "category-building": {
                     "name": "Building Features"
                 },
+                "category-golf": {
+                    "name": "Golf Features"
+                },
                 "category-landuse": {
                     "name": "Land Use Features"
                 },
+                "category-natural": {
+                    "name": "Natural Features"
+                },
+                "category-path": {
+                    "name": "Paths"
+                },
                 "category-restriction": {
                     "name": "Restriction Features"
                 },
+                "category-road_service": {
+                    "name": "Service Roads"
+                },
                 "category-route": {
                     "name": "Route Features"
                 },
                 "category-utility": {
                     "name": "Utility Features"
+                },
+                "category-waterway": {
+                    "name": "Waterways"
                 }
             },
             "fields": {
                 "access_simple": {
                     "label": "Allowed Access"
                 },
+                "addr/interpolation": {
+                    "options": {
+                        "all": "All",
+                        "alphabetic": "Alphabetic",
+                        "even": "Even",
+                        "odd": "Odd"
+                    }
+                },
                 "address": {
                     "label": "Address",
                     "placeholders": {
                 "agrarian": {
                     "label": "Products"
                 },
+                "air_conditioning": {
+                    "label": "Air Conditioning"
+                },
                 "amenity": {
                     "label": "Type"
                 },
                 "animal_shelter": {
                     "label": "For Animals"
                 },
+                "architect": {
+                    "label": "Architect"
+                },
                 "area/highway": {
                     "label": "Type"
                 },
                 "atm": {
                     "label": "Cash Machine"
                 },
+                "baby_seat": {
+                    "label": "Baby Seat"
+                },
                 "backrest": {
                     "label": "Backrest"
                 },
                         "onsen": "Japanese Onsen"
                     }
                 },
+                "beauty": {
+                    "label": "Services"
+                },
                 "bench": {
                     "label": "Bench"
                 },
                 "bin": {
                     "label": "Rubbish Bin"
                 },
+                "blind": {
+                    "options": {
+                        "limited": "Limited",
+                        "no": "No",
+                        "yes": "Yes"
+                    }
+                },
                 "blood_components": {
                     "label": "Blood Components",
                     "options": {
                 "building": {
                     "label": "Building"
                 },
+                "building/levels/underground": {
+                    "placeholder": "2, 4, 6..."
+                },
+                "building/levels_building": {
+                    "placeholder": "2, 4, 6..."
+                },
                 "building_area": {
                     "label": "Building"
                 },
                     "label": "Capacity",
                     "placeholder": "50, 100, 200..."
                 },
+                "capacity/disabled_parking": {
+                    "placeholder": "1, 2, 3..."
+                },
+                "capacity_parking": {
+                    "placeholder": "10, 20, 30..."
+                },
                 "castle_type": {
                     "label": "Type"
                 },
+                "charge_fee": {
+                    "placeholder": "1 EUR, 5 USD, 10 JPY…"
+                },
+                "charge_toll": {
+                    "placeholder": "1 EUR, 5 USD, 10 JPY…"
+                },
+                "circumference": {
+                    "label": "Circumference",
+                    "placeholder": "1 m, 20 cm, 30 in…"
+                },
                 "clothes": {
                     "label": "Clothes"
                 },
                 "country": {
                     "label": "Country"
                 },
+                "couplings": {
+                    "placeholder": "1, 2, 3..."
+                },
                 "covered": {
                     "label": "Covered"
                 },
                 "denotation": {
                     "label": "Denotation"
                 },
+                "departures_board": {
+                    "options": {
+                        "no": "None",
+                        "realtime": "Realtime",
+                        "timetable": "Timetable",
+                        "yes": "Yes"
+                    }
+                },
                 "description": {
                     "label": "Description"
                 },
                     "label": "Devices",
                     "placeholder": "1, 2, 3..."
                 },
+                "diameter": {
+                    "placeholder": "5 mm, 10 cm, 15 in…"
+                },
                 "direction": {
                     "label": "Direction (Degrees Clockwise)",
                     "placeholder": "45, 90, 180, 270"
                 "dock": {
                     "label": "Type"
                 },
+                "dog": {
+                    "label": "Dogs"
+                },
+                "door": {
+                    "label": "Door"
+                },
+                "drink_multi": {
+                    "label": "Drinks"
+                },
                 "drive_through": {
                     "label": "Drive-Through"
                 },
                     },
                     "placeholder": "Contact Line, Electrified Rail..."
                 },
-                "elevation": {
-                    "label": "Elevation"
-                },
                 "email": {
                     "label": "Email",
                     "placeholder": "example@example.com"
                     "label": "Type"
                 },
                 "fire_hydrant/type": {
+                    "label": "Shape",
                     "options": {
                         "pillar": "Pillar/Aboveground",
                         "underground": "Underground",
                         "wall": "Wall"
                     }
                 },
+                "fireplace": {
+                    "label": "Fireplace"
+                },
                 "fitness_station": {
                     "label": "Equipment Type"
                 },
                 "fixme": {
                     "label": "Fix Me"
                 },
+                "floating": {
+                    "label": "Floating"
+                },
                 "ford": {
                     "label": "Type",
                     "placeholder": "Default"
                 "fuel_multi": {
                     "label": "Fuel Types"
                 },
+                "gambling": {
+                    "label": "Games"
+                },
                 "gauge": {
                     "label": "Gauge"
                 },
                     "label": "Handrail"
                 },
                 "hashtags": {
+                    "label": "Hashtags",
                     "placeholder": "#example"
                 },
                 "healthcare": {
                     "label": "Intermittent"
                 },
                 "internet_access": {
-                    "label": "Internet Access",
+                    "label": "Internet Connection",
                     "options": {
                         "no": "No",
                         "terminal": "Terminal",
                     }
                 },
                 "internet_access/fee": {
-                    "label": "Internet Access Fee"
+                    "label": "Internet Access",
+                    "options": {
+                        "no": "Free",
+                        "yes": "Paid"
+                    }
+                },
+                "junction_line": {
+                    "options": {
+                        "roundabout": "Roundabout"
+                    }
                 },
                 "kerb": {
                     "label": "Kerb"
                 "level": {
                     "label": "Level"
                 },
-                "levels": {
-                    "label": "Levels",
-                    "placeholder": "2, 4, 6..."
-                },
                 "lit": {
                     "label": "Lit"
                 },
                 "location": {
                     "label": "Location"
                 },
+                "location_pool": {
+                    "label": "Location",
+                    "options": {
+                        "indoor": "Indoor",
+                        "outdoor": "Outdoor",
+                        "roof": "Rooftop"
+                    }
+                },
                 "man_made": {
                     "label": "Type"
                 },
                 "advertising/column": {
                     "name": "Advertising Column"
                 },
-                "aerialway": {
-                    "name": "Aerialway"
-                },
                 "aerialway/cable_car": {
                     "name": "Cable Car"
                 },
                 "aerialway/drag_lift": {
                     "name": "Drag Lift"
                 },
-                "aerialway/gondola": {
-                    "name": "Gondola",
-                    "terms": "Dangleway"
-                },
                 "aerialway/goods": {
                     "name": "Goods Aerialway"
                 },
                 "aerialway/rope_tow": {
                     "name": "Rope Tow Lift"
                 },
-                "aeroway": {
-                    "name": "Aeroway"
-                },
                 "aeroway/aerodrome": {
                     "name": "Airport"
                 },
                 "amenity/internet_cafe": {
                     "name": "Internet Cafe"
                 },
-                "amenity/kindergarten": {
-                    "name": "Preschool/Kindergarten Grounds"
-                },
                 "amenity/library": {
                     "name": "Library"
                 },
                 "amenity/parking/multi-storey": {
                     "name": "Multistory Car Park"
                 },
-                "amenity/parking_entrance": {
-                    "name": "Parking Garage Entrance/Exit"
-                },
                 "amenity/parking_space": {
                     "name": "Parking Space"
                 },
                 "amenity/police": {
                     "name": "Police"
                 },
+                "amenity/post_box": {
+                    "name": "Post Box"
+                },
                 "amenity/post_office": {
                     "name": "Post Office"
                 },
                 "amenity/recycling_centre": {
                     "name": "Recycling Centre"
                 },
-                "amenity/register_office": {
-                    "name": "Register Office"
-                },
                 "amenity/restaurant": {
                     "name": "Restaurant"
                 },
                 "amenity/school": {
                     "name": "School Grounds"
                 },
-                "amenity/scrapyard": {
-                    "name": "Scrap Yard"
-                },
                 "amenity/shelter": {
                     "name": "Shelter"
                 },
                 "amenity/studio": {
                     "name": "Studio"
                 },
-                "amenity/swimming_pool": {
-                    "name": "Swimming Pool"
-                },
                 "amenity/taxi": {
                     "name": "Taxi Stand"
                 },
                 "building/industrial": {
                     "name": "Industrial Building"
                 },
-                "building/kindergarten": {
-                    "name": "Preschool/Kindergarten Building"
-                },
                 "building/mosque": {
                     "name": "Mosque Building"
                 },
                 "emergency/yes": {
                     "name": "Emergency Access Yes"
                 },
-                "entrance": {
-                    "name": "Entrance/Exit"
-                },
                 "ford": {
                     "name": "Ford"
                 },
                 "highway/footway/marked-raised": {
                     "name": "Marked Crossing (Raised)"
                 },
+                "highway/footway/sidewalk": {
+                    "name": "Pavement"
+                },
                 "highway/footway/zebra": {
                     "name": "Marked Crossing"
                 },
                 "junction": {
                     "name": "Junction"
                 },
-                "landuse/allotments": {
-                    "name": "Allotments"
-                },
                 "landuse/aquaculture": {
                     "name": "Aquaculture"
                 },
                 "landuse/military/naval_base": {
                     "name": "Naval Base"
                 },
-                "landuse/military/obstacle_course": {
-                    "name": "Obstacle Course"
-                },
                 "landuse/military/range": {
                     "name": "Military Range"
                 },
-                "landuse/military/training_area": {
-                    "name": "Training Area"
-                },
                 "landuse/orchard": {
                     "name": "Orchard"
                 },
                 "landuse/plant_nursery": {
                     "name": "Plant Nursery"
                 },
+                "landuse/pond": {
+                    "name": "Pond"
+                },
                 "landuse/quarry": {
                     "name": "Quarry"
                 },
                 "landuse/religious": {
                     "name": "Religious Area"
                 },
+                "landuse/reservoir": {
+                    "name": "Reservoir"
+                },
                 "landuse/residential": {
                     "name": "Residential Area"
                 },
                 "leisure/dog_park": {
                     "name": "Dog Park"
                 },
+                "leisure/escape_game": {
+                    "name": "Escape Room"
+                },
+                "leisure/firepit": {
+                    "name": "Fire Pit"
+                },
+                "leisure/fishing": {
+                    "name": "Fishing Spot"
+                },
                 "leisure/fitness_centre": {
                     "name": "Gym / Fitness Centre"
                 },
                 "leisure/pitch/american_football": {
                     "name": "American Football Field"
                 },
+                "leisure/pitch/badminton": {
+                    "name": "Badminton Court"
+                },
                 "leisure/pitch/basketball": {
                     "name": "Basketball Court"
                 },
                 "leisure/pitch/bowls": {
                     "name": "Bowling Green"
                 },
+                "leisure/pitch/chess": {
+                    "name": "Giant Chess Board"
+                },
                 "leisure/pitch/cricket": {
                     "name": "Cricket Field"
                 },
                 "leisure/pitch/equestrian": {
                     "name": "Riding Arena"
                 },
+                "leisure/pitch/netball": {
+                    "name": "Netball Court"
+                },
                 "leisure/pitch/rugby_league": {
                     "name": "Rugby League Pitch"
                 },
                 "leisure/slipway": {
                     "name": "Slipway"
                 },
+                "leisure/slipway_point": {
+                    "name": "Slipway"
+                },
                 "leisure/sports_centre": {
                     "name": "Sports Centre / Complex"
                 },
                 "man_made/antenna": {
                     "name": "Antenna"
                 },
+                "man_made/beehive": {
+                    "name": "Beehive"
+                },
                 "man_made/breakwater": {
                     "name": "Breakwater"
                 },
+                "man_made/cairn": {
+                    "name": "Cairn"
+                },
                 "man_made/chimney": {
                     "name": "Chimney"
                 },
                 "man_made/lighthouse": {
                     "name": "Lighthouse"
                 },
+                "man_made/manhole": {
+                    "name": "Manhole"
+                },
                 "man_made/mast": {
                     "name": "Mast"
                 },
+                "man_made/mast/communication/mobile_phone": {
+                    "name": "Mobile Phone Mast"
+                },
+                "man_made/mast/communication/radio": {
+                    "name": "Radio Broadcast Mast"
+                },
+                "man_made/mast/communication/television": {
+                    "name": "Television Broadcast Mast"
+                },
+                "man_made/mineshaft": {
+                    "name": "Mineshaft"
+                },
+                "man_made/obelisk": {
+                    "name": "Obelisk"
+                },
                 "man_made/petroleum_well": {
                     "name": "Oil Well"
                 },
                 "man_made/tower": {
                     "name": "Tower"
                 },
+                "man_made/tower/minaret": {
+                    "name": "Minaret"
+                },
+                "man_made/tower/observation": {
+                    "name": "Observation Tower"
+                },
+                "man_made/tunnel": {
+                    "name": "Tunnel Area"
+                },
                 "man_made/wastewater_plant": {
                     "name": "Wastewater Plant"
                 },
                 "man_made/works": {
                     "name": "Factory"
                 },
+                "military/bunker": {
+                    "name": "Military Bunker"
+                },
+                "military/checkpoint": {
+                    "name": "Military Checkpoint"
+                },
+                "military/nuclear_explosion_site": {
+                    "name": "Nuclear Explosion Site"
+                },
+                "military/office": {
+                    "name": "Military Office"
+                },
                 "natural/bare_rock": {
                     "name": "Bare Rock"
                 },
                 "natural/scrub": {
                     "name": "Scrub"
                 },
+                "natural/shrub": {
+                    "name": "Shrub"
+                },
                 "natural/spring": {
                     "name": "Spring"
                 },
+                "natural/stone": {
+                    "name": "Unattached Stone / Boulder"
+                },
                 "natural/tree": {
                     "name": "Tree"
                 },
+                "natural/valley": {
+                    "name": "Valley"
+                },
                 "natural/volcano": {
                     "name": "Volcano"
                 },
                 "natural/water": {
                     "name": "Water"
                 },
+                "natural/water/basin": {
+                    "name": "Basin"
+                },
                 "natural/water/lake": {
                     "name": "Lake"
                 },
                 "power/pole": {
                     "name": "Power Pole"
                 },
-                "power/sub_station": {
-                    "name": "Substation"
-                },
                 "power/substation": {
                     "name": "Substation"
                 },
                 "railway/disused": {
                     "name": "Disused Railway"
                 },
-                "railway/funicular": {
-                    "name": "Funicular"
-                },
                 "railway/halt": {
                     "name": "Train Station (Halt / Request)"
                 },
                 "railway/level_crossing": {
                     "name": "Level Crossing (Road)"
                 },
-                "railway/light_rail": {
-                    "name": "Light Rail"
-                },
                 "railway/milestone": {
                     "name": "Railway Milestone"
                 },
-                "railway/miniature": {
-                    "name": "Miniature Railway"
-                },
-                "railway/monorail": {
-                    "name": "Monorail"
-                },
-                "railway/narrow_gauge": {
-                    "name": "Narrow Gauge Rail"
-                },
-                "railway/rail": {
-                    "name": "Rail"
-                },
                 "railway/signal": {
                     "name": "Railway Signal"
                 },
                 "railway/station": {
                     "name": "Train Station"
                 },
-                "railway/subway": {
-                    "name": "Subway"
-                },
                 "railway/subway_entrance": {
                     "name": "Subway Entrance"
                 },
                 "railway/train_wash": {
                     "name": "Train Wash"
                 },
-                "railway/tram": {
-                    "name": "Tram"
-                },
                 "railway/tram_stop": {
                     "name": "Tram Stopping Position"
                 },
                 "shop/alcohol": {
                     "name": "Off licence (Alcohol shop)"
                 },
-                "shop/anime": {
-                    "name": "Anime Shop"
-                },
                 "shop/antiques": {
                     "name": "Antiques Shop"
                 },
                 "shop/cosmetics": {
                     "name": "Cosmetics Shop"
                 },
-                "shop/craft": {
-                    "name": "Art and Craft Supplies Shop"
-                },
                 "shop/curtain": {
                     "name": "Curtain Shop"
                 },
                 "shop/fashion": {
                     "name": "Fashion Shop"
                 },
-                "shop/fishmonger": {
-                    "name": "Fishmonger"
-                },
                 "shop/florist": {
                     "name": "Florist"
                 },
                 "shop/funeral_directors": {
                     "name": "Funeral Home"
                 },
-                "shop/furnace": {
-                    "name": "Furnace Shop"
-                },
                 "shop/furniture": {
                     "name": "Furniture Shop"
                 },
                 "waterway/canal": {
                     "name": "Canal"
                 },
+                "waterway/canal/lock": {
+                    "name": "Canal Lock"
+                },
                 "waterway/dam": {
                     "name": "Dam"
                 },
                 "waterway/fuel": {
                     "name": "Marine Fuel Station"
                 },
+                "waterway/lock_gate": {
+                    "name": "Lock Gate"
+                },
+                "waterway/milestone": {
+                    "name": "Waterway Milestone"
+                },
                 "waterway/river": {
                     "name": "River"
                 },
                 "name": "Esri World Imagery (Clarity) Beta"
             },
             "MAPNIK": {
-                "attribution": {
-                    "text": "© OpenStreetMap contributors, CC-BY-SA"
-                },
                 "description": "The default OpenStreetMap layer.",
                 "name": "OpenStreetMap (Standard)"
             },