Files
iD/data/locales.js
2013-03-22 19:07:55 -04:00

10187 lines
338 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
locale.en = {
"modes": {
"add_area": {
"title": "Area",
"description": "Add parks, buildings, lakes or other areas to the map.",
"tail": "Click on the map to start drawing an area, like a park, lake, or building."
},
"add_line": {
"title": "Line",
"description": "Add highways, streets, pedestrian paths, canals or other lines to the map.",
"tail": "Click on the map to start drawing a road, path, or route."
},
"add_point": {
"title": "Point",
"description": "Add restaurants, monuments, postal boxes or other points to the map.",
"tail": "Click on the map to add a point."
},
"browse": {
"title": "Browse",
"description": "Pan and zoom the map."
},
"draw_area": {
"tail": "Click to add points to your area. Click the first point to finish the area."
},
"draw_line": {
"tail": "Click to add more points to the line. Click on other lines to connect to them, and double-click to end the line."
}
},
"operations": {
"add": {
"annotation": {
"point": "Added a point.",
"vertex": "Added a node to a way."
}
},
"start": {
"annotation": {
"line": "Started a line.",
"area": "Started an area."
}
},
"continue": {
"annotation": {
"line": "Continued a line.",
"area": "Continued an area."
}
},
"cancel_draw": {
"annotation": "Canceled drawing."
},
"change_tags": {
"annotation": "Changed tags."
},
"circularize": {
"title": "Circularize",
"description": "Make this round.",
"key": "O",
"annotation": {
"line": "Made a line circular.",
"area": "Made an area circular."
}
},
"orthogonalize": {
"title": "Orthogonalize",
"description": "Square these corners.",
"key": "Q",
"annotation": {
"line": "Squared the corners of a line.",
"area": "Squared the corners of an area."
}
},
"delete": {
"title": "Delete",
"description": "Remove this from the map.",
"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."
}
},
"connect": {
"annotation": {
"point": "Connected a way to a point.",
"vertex": "Connected a way to another.",
"line": "Connected a way to a line.",
"area": "Connected a way to an area."
}
},
"disconnect": {
"title": "Disconnect",
"description": "Disconnect these ways from each other.",
"key": "D",
"annotation": "Disconnected ways."
},
"merge": {
"title": "Merge",
"description": "Merge these lines.",
"key": "C",
"annotation": "Merged {n} lines."
},
"move": {
"title": "Move",
"description": "Move this 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."
}
},
"rotate": {
"title": "Rotate",
"description": "Rotate this object around its centre point.",
"key": "R",
"annotation": {
"line": "Rotated a line.",
"area": "Rotated an area."
}
},
"reverse": {
"title": "Reverse",
"description": "Make this line go in the opposite direction.",
"key": "V",
"annotation": "Reversed a line."
},
"split": {
"title": "Split",
"description": "Split this into two ways at this point.",
"key": "X",
"annotation": "Split a way."
}
},
"nothing_to_undo": "Nothing to undo.",
"nothing_to_redo": "Nothing to redo.",
"just_edited": "You just edited OpenStreetMap!",
"browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
"view_on_osm": "View on OSM",
"zoom_in_edit": "zoom in to edit the map",
"logout": "logout",
"report_a_bug": "report a bug",
"commit": {
"title": "Save Changes",
"description_placeholder": "Brief description of your contributions",
"message_label": "Commit message",
"upload_explanation": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
"save": "Save",
"cancel": "Cancel",
"warnings": "Warnings",
"modified": "Modified",
"deleted": "Deleted",
"created": "Created"
},
"contributors": {
"list": "Viewing contributions by {users}",
"truncated_list": "Viewing contributions by {users} and {count} others"
},
"geocoder": {
"title": "Find a place",
"placeholder": "Find a place",
"no_results": "Couldn't locate a place named '{name}'"
},
"geolocate": {
"title": "Show My Location"
},
"inspector": {
"no_documentation_combination": "There is no documentation available for this tag combination",
"no_documentation_key": "There is no documentation available for this key",
"show_more": "Show More",
"new_tag": "New tag",
"view_on_osm": "View on OSM",
"editing_feature": "Editing {feature}",
"additional": "Additional tags",
"choose": "Select feature type",
"results": "{n} results for {search}",
"reference": "View on OpenStreetMap Wiki →",
"back_tooltip": "Change feature type"
},
"background": {
"title": "Background",
"description": "Background settings",
"percent_brightness": "{opacity}% brightness",
"fix_misalignment": "Fix misalignment",
"reset": "reset"
},
"restore": {
"heading": "You have unsaved changes",
"description": "Do you wish to restore changes from a previous editing session?",
"restore": "Restore",
"reset": "Reset"
},
"save": {
"title": "Save",
"help": "Save changes to OpenStreetMap, making them visible to other users.",
"no_changes": "No changes to save.",
"error": "An error occurred while trying to save",
"uploading": "Uploading changes to OpenStreetMap.",
"unsaved_changes": "You have unsaved changes"
},
"splash": {
"welcome": "Welcome to the iD OpenStreetMap editor",
"text": "This is development version {version}. For more information see {website} and report bugs at {github}."
},
"source_switch": {
"live": "live",
"lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
"dev": "dev"
},
"tag_reference": {
"description": "Description",
"on_wiki": "{tag} on wiki.osm.org",
"used_with": "used with {type}"
},
"validations": {
"untagged_point": "Untagged point which is not part of a line or area",
"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.",
"tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
"deprecated_tags": "Deprecated tags: {tags}"
},
"zoom": {
"in": "Zoom In",
"out": "Zoom Out"
},
"imagery": {
"provided_by": "Imagery provided by {source}"
},
"gpx": {
"local_layer": "Local GPX file",
"drag_drop": "Drag and drop a .gpx file on the page"
},
"help": {
"title": "Help"
},
"presets": {
"fields": {
"access": {
"label": "Access"
},
"address": {
"label": "Address",
"placeholders": {
"housename": "Housename",
"number": "123",
"street": "Street",
"city": "City"
}
},
"aeroway": {
"label": "Type"
},
"amenity": {
"label": "Type"
},
"atm": {
"label": "ATM"
},
"barrier": {
"label": "Type"
},
"bicycle_parking": {
"label": "Type"
},
"building": {
"label": "Building"
},
"building_area": {
"label": "Building"
},
"building_yes": {
"label": "Building"
},
"capacity": {
"label": "Capacity"
},
"collection_times": {
"label": "Collection Times"
},
"construction": {
"label": "Type"
},
"country": {
"label": "Country"
},
"crossing": {
"label": "Type"
},
"cuisine": {
"label": "Cuisine"
},
"denomination": {
"label": "Denomination"
},
"denotation": {
"label": "Denotation"
},
"elevation": {
"label": "Elevation"
},
"emergency": {
"label": "Emergency"
},
"entrance": {
"label": "Type"
},
"fax": {
"label": "Fax"
},
"fee": {
"label": "Fee"
},
"highway": {
"label": "Type"
},
"historic": {
"label": "Type"
},
"internet_access": {
"label": "Internet Access",
"options": {
"yes": "Yes",
"no": "No",
"wlan": "Wifi",
"wired": "Wired",
"terminal": "Terminal"
}
},
"landuse": {
"label": "Type"
},
"layer": {
"label": "Layer"
},
"leisure": {
"label": "Type"
},
"levels": {
"label": "Levels"
},
"man_made": {
"label": "Type"
},
"maxspeed": {
"label": "Speed Limit"
},
"name": {
"label": "Name"
},
"natural": {
"label": "Natural"
},
"network": {
"label": "Network"
},
"note": {
"label": "Note"
},
"office": {
"label": "Type"
},
"oneway": {
"label": "One Way"
},
"oneway_yes": {
"label": "One Way"
},
"opening_hours": {
"label": "Hours"
},
"operator": {
"label": "Operator"
},
"phone": {
"label": "Phone"
},
"place": {
"label": "Type"
},
"power": {
"label": "Type"
},
"railway": {
"label": "Type"
},
"ref": {
"label": "Reference"
},
"religion": {
"label": "Religion",
"options": {
"christian": "Christian",
"muslim": "Muslim",
"buddhist": "Buddhist",
"jewish": "Jewish",
"hindu": "Hindu",
"shinto": "Shinto",
"taoist": "Taoist"
}
},
"service": {
"label": "Type"
},
"shelter": {
"label": "Shelter"
},
"shop": {
"label": "Type"
},
"source": {
"label": "Source"
},
"sport": {
"label": "Sport"
},
"structure": {
"label": "Structure",
"options": {
"bridge": "Bridge",
"tunnel": "Tunnel",
"embankment": "Embankment",
"cutting": "Cutting"
}
},
"surface": {
"label": "Surface"
},
"tourism": {
"label": "Type"
},
"water": {
"label": "Type"
},
"waterway": {
"label": "Type"
},
"website": {
"label": "Website"
},
"wetland": {
"label": "Type"
},
"wheelchair": {
"label": "Wheelchair Access"
},
"wikipedia": {
"label": "Wikipedia"
},
"wood": {
"label": "Type"
}
},
"presets": {
"aeroway": {
"name": "Aeroway",
"terms": ""
},
"aeroway/aerodrome": {
"name": "Airport",
"terms": "airplane,airport,aerodrome"
},
"aeroway/helipad": {
"name": "Helipad",
"terms": "helicopter,helipad,heliport"
},
"amenity": {
"name": "Amenity",
"terms": ""
},
"amenity/bank": {
"name": "Bank",
"terms": "coffer,countinghouse,credit union,depository,exchequer,fund,hoard,investment firm,repository,reserve,reservoir,safe,savings,stock,stockpile,store,storehouse,thrift,treasury,trust company,vault"
},
"amenity/bar": {
"name": "Bar",
"terms": ""
},
"amenity/bench": {
"name": "Bench",
"terms": ""
},
"amenity/bicycle_parking": {
"name": "Bicycle Parking",
"terms": ""
},
"amenity/bicycle_rental": {
"name": "Bicycle Rental",
"terms": ""
},
"amenity/cafe": {
"name": "Cafe",
"terms": "coffee,tea,coffee shop"
},
"amenity/cinema": {
"name": "Cinema",
"terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
},
"amenity/courthouse": {
"name": "Courthouse",
"terms": ""
},
"amenity/embassy": {
"name": "Embassy",
"terms": ""
},
"amenity/fast_food": {
"name": "Fast Food",
"terms": ""
},
"amenity/fire_station": {
"name": "Fire Station",
"terms": ""
},
"amenity/fuel": {
"name": "Gas Station",
"terms": ""
},
"amenity/grave_yard": {
"name": "Graveyard",
"terms": ""
},
"amenity/hospital": {
"name": "Hospital",
"terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
},
"amenity/library": {
"name": "Library",
"terms": ""
},
"amenity/marketplace": {
"name": "Marketplace",
"terms": ""
},
"amenity/parking": {
"name": "Parking",
"terms": ""
},
"amenity/pharmacy": {
"name": "Pharmacy",
"terms": ""
},
"amenity/place_of_worship": {
"name": "Place of Worship",
"terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"
},
"amenity/place_of_worship/christian": {
"name": "Church",
"terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
},
"amenity/place_of_worship/jewish": {
"name": "Synagogue",
"terms": "jewish,synagogue"
},
"amenity/place_of_worship/muslim": {
"name": "Mosque",
"terms": "muslim,mosque"
},
"amenity/police": {
"name": "Police",
"terms": "badge,bear,blue,bluecoat,bobby,boy scout,bull,constable,constabulary,cop,copper,corps,county mounty,detective,fed,flatfoot,force,fuzz,gendarme,gumshoe,heat,law,law enforcement,man,narc,officers,patrolman,police"
},
"amenity/post_box": {
"name": "Mailbox",
"terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox"
},
"amenity/post_office": {
"name": "Post Office",
"terms": ""
},
"amenity/pub": {
"name": "Pub",
"terms": ""
},
"amenity/restaurant": {
"name": "Restaurant",
"terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"
},
"amenity/school": {
"name": "School",
"terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
},
"amenity/swimming_pool": {
"name": "Swimming Pool",
"terms": ""
},
"amenity/telephone": {
"name": "Telephone",
"terms": ""
},
"amenity/theatre": {
"name": "Theater",
"terms": "theatre,performance,play,musical"
},
"amenity/toilets": {
"name": "Toilets",
"terms": ""
},
"amenity/townhall": {
"name": "Town Hall",
"terms": "village hall,city government,courthouse,municipal building,municipal center"
},
"amenity/university": {
"name": "University",
"terms": ""
},
"barrier": {
"name": "Barrier",
"terms": ""
},
"barrier/block": {
"name": "Block",
"terms": ""
},
"barrier/bollard": {
"name": "Bollard",
"terms": ""
},
"barrier/cattle_grid": {
"name": "Cattle Grid",
"terms": ""
},
"barrier/city_wall": {
"name": "City Wall",
"terms": ""
},
"barrier/cycle_barrier": {
"name": "Cycle Barrier",
"terms": ""
},
"barrier/ditch": {
"name": "Ditch",
"terms": ""
},
"barrier/entrance": {
"name": "Entrance",
"terms": ""
},
"barrier/fence": {
"name": "Fence",
"terms": ""
},
"barrier/gate": {
"name": "Gate",
"terms": ""
},
"barrier/hedge": {
"name": "Hedge",
"terms": ""
},
"barrier/kissing_gate": {
"name": "Kissing Gate",
"terms": ""
},
"barrier/lift_gate": {
"name": "Lift Gate",
"terms": ""
},
"barrier/retaining_wall": {
"name": "Retaining Wall",
"terms": ""
},
"barrier/stile": {
"name": "Stile",
"terms": ""
},
"barrier/toll_booth": {
"name": "Toll Booth",
"terms": ""
},
"barrier/wall": {
"name": "Wall",
"terms": ""
},
"building": {
"name": "Building",
"terms": ""
},
"building/entrance": {
"name": "Entrance",
"terms": ""
},
"entrance": {
"name": "Entrance",
"terms": ""
},
"highway": {
"name": "Highway",
"terms": ""
},
"highway/bridleway": {
"name": "Bridle Path",
"terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail"
},
"highway/bus_stop": {
"name": "Bus Stop",
"terms": ""
},
"highway/crossing": {
"name": "Crossing",
"terms": "crosswalk,zebra crossing"
},
"highway/cycleway": {
"name": "Cycle Path",
"terms": ""
},
"highway/footway": {
"name": "Foot Path",
"terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
},
"highway/motorway": {
"name": "Motorway",
"terms": ""
},
"highway/motorway_link": {
"name": "Motorway Link",
"terms": "ramp,on ramp,off ramp"
},
"highway/path": {
"name": "Path",
"terms": ""
},
"highway/primary": {
"name": "Primary Road",
"terms": ""
},
"highway/primary_link": {
"name": "Primary Link",
"terms": "ramp,on ramp,off ramp"
},
"highway/residential": {
"name": "Residential Road",
"terms": ""
},
"highway/road": {
"name": "Unknown Road",
"terms": ""
},
"highway/secondary": {
"name": "Secondary Road",
"terms": ""
},
"highway/secondary_link": {
"name": "Secondary Link",
"terms": "ramp,on ramp,off ramp"
},
"highway/service": {
"name": "Service Road",
"terms": ""
},
"highway/steps": {
"name": "Steps",
"terms": "stairs,staircase"
},
"highway/tertiary": {
"name": "Tertiary Road",
"terms": ""
},
"highway/tertiary_link": {
"name": "Tertiary Link",
"terms": "ramp,on ramp,off ramp"
},
"highway/track": {
"name": "Track",
"terms": ""
},
"highway/traffic_signals": {
"name": "Traffic Signals",
"terms": "light,stoplight,traffic light"
},
"highway/trunk": {
"name": "Trunk Road",
"terms": ""
},
"highway/trunk_link": {
"name": "Trunk Link",
"terms": "ramp,on ramp,off ramp"
},
"highway/turning_circle": {
"name": "Turning Circle",
"terms": ""
},
"highway/unclassified": {
"name": "Unclassified Road",
"terms": ""
},
"historic": {
"name": "Historic Site",
"terms": ""
},
"historic/archaeological_site": {
"name": "Archaeological Site",
"terms": ""
},
"historic/boundary_stone": {
"name": "Boundary Stone",
"terms": ""
},
"historic/castle": {
"name": "Castle",
"terms": ""
},
"historic/memorial": {
"name": "Memorial",
"terms": ""
},
"historic/monument": {
"name": "Monument",
"terms": ""
},
"historic/ruins": {
"name": "Ruins",
"terms": ""
},
"historic/wayside_cross": {
"name": "Wayside Cross",
"terms": ""
},
"historic/wayside_shrine": {
"name": "Wayside Shrine",
"terms": ""
},
"landuse": {
"name": "Landuse",
"terms": ""
},
"landuse/allotments": {
"name": "Allotments",
"terms": ""
},
"landuse/basin": {
"name": "Basin",
"terms": ""
},
"landuse/cemetery": {
"name": "Cemetery",
"terms": ""
},
"landuse/commercial": {
"name": "Commercial",
"terms": ""
},
"landuse/construction": {
"name": "Construction",
"terms": ""
},
"landuse/farm": {
"name": "Farm",
"terms": ""
},
"landuse/farmyard": {
"name": "Farmyard",
"terms": ""
},
"landuse/forest": {
"name": "Forest",
"terms": ""
},
"landuse/grass": {
"name": "Grass",
"terms": ""
},
"landuse/industrial": {
"name": "Industrial",
"terms": ""
},
"landuse/meadow": {
"name": "Meadow",
"terms": ""
},
"landuse/orchard": {
"name": "Orchard",
"terms": ""
},
"landuse/quarry": {
"name": "Quarry",
"terms": ""
},
"landuse/residential": {
"name": "Residential",
"terms": ""
},
"landuse/vineyard": {
"name": "Vineyard",
"terms": ""
},
"leisure": {
"name": "Leisure",
"terms": ""
},
"leisure/garden": {
"name": "Garden",
"terms": ""
},
"leisure/golf_course": {
"name": "Golf Course",
"terms": ""
},
"leisure/marina": {
"name": "Marina",
"terms": ""
},
"leisure/park": {
"name": "Park",
"terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"
},
"leisure/pitch": {
"name": "Sport Pitch",
"terms": ""
},
"leisure/pitch/american_football": {
"name": "American Football Field",
"terms": ""
},
"leisure/pitch/baseball": {
"name": "Baseball Diamond",
"terms": ""
},
"leisure/pitch/basketball": {
"name": "Basketball Court",
"terms": ""
},
"leisure/pitch/soccer": {
"name": "Soccer Field",
"terms": ""
},
"leisure/pitch/tennis": {
"name": "Tennis Court",
"terms": ""
},
"leisure/playground": {
"name": "Playground",
"terms": ""
},
"leisure/slipway": {
"name": "Slipway",
"terms": ""
},
"leisure/stadium": {
"name": "Stadium",
"terms": ""
},
"leisure/swimming_pool": {
"name": "Swimming Pool",
"terms": ""
},
"man_made": {
"name": "Man Made",
"terms": ""
},
"man_made/lighthouse": {
"name": "Lighthouse",
"terms": ""
},
"man_made/pier": {
"name": "Pier",
"terms": ""
},
"man_made/survey_point": {
"name": "Survey Point",
"terms": ""
},
"man_made/water_tower": {
"name": "Water Tower",
"terms": ""
},
"natural": {
"name": "Natural",
"terms": ""
},
"natural/bay": {
"name": "Bay",
"terms": ""
},
"natural/beach": {
"name": "Beach",
"terms": ""
},
"natural/cliff": {
"name": "Cliff",
"terms": ""
},
"natural/coastline": {
"name": "Coastline",
"terms": "shore"
},
"natural/glacier": {
"name": "Glacier",
"terms": ""
},
"natural/grassland": {
"name": "Grassland",
"terms": ""
},
"natural/heath": {
"name": "Heath",
"terms": ""
},
"natural/peak": {
"name": "Peak",
"terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
},
"natural/scrub": {
"name": "Scrub",
"terms": ""
},
"natural/spring": {
"name": "Spring",
"terms": ""
},
"natural/tree": {
"name": "Tree",
"terms": ""
},
"natural/water": {
"name": "Water",
"terms": ""
},
"natural/water/lake": {
"name": "Lake",
"terms": "lakelet,loch,mere"
},
"natural/water/pond": {
"name": "Pond",
"terms": "lakelet,millpond,tarn,pool,mere"
},
"natural/water/reservoir": {
"name": "Reservoir",
"terms": ""
},
"natural/wetland": {
"name": "Wetland",
"terms": ""
},
"natural/wood": {
"name": "Wood",
"terms": ""
},
"office": {
"name": "Office",
"terms": ""
},
"place": {
"name": "Place",
"terms": ""
},
"place/hamlet": {
"name": "Hamlet",
"terms": ""
},
"place/island": {
"name": "Island",
"terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
},
"place/locality": {
"name": "Locality",
"terms": ""
},
"place/village": {
"name": "Village",
"terms": ""
},
"power": {
"name": "Power",
"terms": ""
},
"power/generator": {
"name": "Power Plant",
"terms": ""
},
"power/line": {
"name": "Power Line",
"terms": ""
},
"power/pole": {
"name": "Power Pole",
"terms": ""
},
"power/sub_station": {
"name": "Substation",
"terms": ""
},
"power/tower": {
"name": "High-Voltage Tower",
"terms": ""
},
"power/transformer": {
"name": "Transformer",
"terms": ""
},
"railway": {
"name": "Railway",
"terms": ""
},
"railway/abandoned": {
"name": "Abandoned Railway",
"terms": ""
},
"railway/disused": {
"name": "Disused Railway",
"terms": ""
},
"railway/level_crossing": {
"name": "Level Crossing",
"terms": "crossing,railroad crossing,railway crossing,grade crossing,road through railroad,train crossing"
},
"railway/monorail": {
"name": "Monorail",
"terms": ""
},
"railway/rail": {
"name": "Rail",
"terms": ""
},
"railway/subway": {
"name": "Subway",
"terms": ""
},
"railway/subway_entrance": {
"name": "Subway Entrance",
"terms": ""
},
"railway/tram": {
"name": "Tram",
"terms": "streetcar"
},
"shop": {
"name": "Shop",
"terms": ""
},
"shop/alcohol": {
"name": "Liquor Store",
"terms": ""
},
"shop/bakery": {
"name": "Bakery",
"terms": ""
},
"shop/beauty": {
"name": "Beauty Shop",
"terms": ""
},
"shop/beverages": {
"name": "Beverage Store",
"terms": ""
},
"shop/bicycle": {
"name": "Bicycle Shop",
"terms": ""
},
"shop/books": {
"name": "Bookstore",
"terms": ""
},
"shop/boutique": {
"name": "Boutique",
"terms": ""
},
"shop/butcher": {
"name": "Butcher",
"terms": ""
},
"shop/car": {
"name": "Car Dealership",
"terms": ""
},
"shop/car_parts": {
"name": "Car Parts Store",
"terms": ""
},
"shop/car_repair": {
"name": "Car Repair Shop",
"terms": ""
},
"shop/chemist": {
"name": "Chemist",
"terms": ""
},
"shop/clothes": {
"name": "Clothing Store",
"terms": ""
},
"shop/computer": {
"name": "Computer Store",
"terms": ""
},
"shop/confectionery": {
"name": "Confectionery",
"terms": ""
},
"shop/convenience": {
"name": "Convenience Store",
"terms": ""
},
"shop/deli": {
"name": "Deli",
"terms": ""
},
"shop/department_store": {
"name": "Department Store",
"terms": ""
},
"shop/doityourself": {
"name": "DIY Store",
"terms": ""
},
"shop/dry_cleaning": {
"name": "Dry Cleaners",
"terms": ""
},
"shop/electronics": {
"name": "Electronics Store",
"terms": ""
},
"shop/fishmonger": {
"name": "Fishmonger",
"terms": ""
},
"shop/florist": {
"name": "Florist",
"terms": ""
},
"shop/furniture": {
"name": "Furniture Store",
"terms": ""
},
"shop/garden_centre": {
"name": "Garden Center",
"terms": ""
},
"shop/gift": {
"name": "Gift Shop",
"terms": ""
},
"shop/greengrocer": {
"name": "Greengrocer",
"terms": ""
},
"shop/hairdresser": {
"name": "Hairdresser",
"terms": ""
},
"shop/hardware": {
"name": "Hardware Store",
"terms": ""
},
"shop/hifi": {
"name": "Hifi Store",
"terms": ""
},
"shop/jewelry": {
"name": "Jeweler",
"terms": ""
},
"shop/kiosk": {
"name": "Kiosk",
"terms": ""
},
"shop/laundry": {
"name": "Laundry",
"terms": ""
},
"shop/mall": {
"name": "Mall",
"terms": ""
},
"shop/mobile_phone": {
"name": "Mobile Phone Store",
"terms": ""
},
"shop/motorcycle": {
"name": "Motorcycle Dealership",
"terms": ""
},
"shop/music": {
"name": "Music Store",
"terms": ""
},
"shop/newsagent": {
"name": "Newsagent",
"terms": ""
},
"shop/optician": {
"name": "Optician",
"terms": ""
},
"shop/outdoor": {
"name": "Outdoor Store",
"terms": ""
},
"shop/pet": {
"name": "Pet Store",
"terms": ""
},
"shop/shoes": {
"name": "Shoe Store",
"terms": ""
},
"shop/sports": {
"name": "Sporting Goods Store",
"terms": ""
},
"shop/stationery": {
"name": "Stationery Store",
"terms": ""
},
"shop/supermarket": {
"name": "Supermarket",
"terms": "bazaar,boutique,chain,co-op,cut-rate store,discount store,five-and-dime,flea market,galleria,mall,mart,outlet,outlet store,shop,shopping center,shopping plaza,stand,store,supermarket,thrift shop"
},
"shop/toys": {
"name": "Toy Store",
"terms": ""
},
"shop/travel_agency": {
"name": "Travel Agency",
"terms": ""
},
"shop/tyres": {
"name": "Tire Store",
"terms": ""
},
"shop/vacant": {
"name": "Vacant Shop",
"terms": ""
},
"shop/variety_store": {
"name": "Variety Store",
"terms": ""
},
"shop/video": {
"name": "Video Store",
"terms": ""
},
"tourism": {
"name": "Tourism",
"terms": ""
},
"tourism/alpine_hut": {
"name": "Alpine Hut",
"terms": ""
},
"tourism/artwork": {
"name": "Artwork",
"terms": ""
},
"tourism/attraction": {
"name": "Tourist Attraction",
"terms": ""
},
"tourism/camp_site": {
"name": "Camp Site",
"terms": ""
},
"tourism/caravan_site": {
"name": "RV Park",
"terms": ""
},
"tourism/chalet": {
"name": "Chalet",
"terms": ""
},
"tourism/guest_house": {
"name": "Guest House",
"terms": "B&B,Bed & Breakfast,Bed and Breakfast"
},
"tourism/hostel": {
"name": "Hostel",
"terms": ""
},
"tourism/hotel": {
"name": "Hotel",
"terms": ""
},
"tourism/information": {
"name": "Information",
"terms": ""
},
"tourism/motel": {
"name": "Motel",
"terms": ""
},
"tourism/museum": {
"name": "Museum",
"terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault"
},
"tourism/picnic_site": {
"name": "Picnic Site",
"terms": ""
},
"tourism/theme_park": {
"name": "Theme Park",
"terms": ""
},
"tourism/viewpoint": {
"name": "Viewpoint",
"terms": ""
},
"tourism/zoo": {
"name": "Zoo",
"terms": ""
},
"waterway": {
"name": "Waterway",
"terms": ""
},
"waterway/canal": {
"name": "Canal",
"terms": ""
},
"waterway/dam": {
"name": "Dam",
"terms": ""
},
"waterway/ditch": {
"name": "Ditch",
"terms": ""
},
"waterway/drain": {
"name": "Drain",
"terms": ""
},
"waterway/river": {
"name": "River",
"terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"
},
"waterway/riverbank": {
"name": "Riverbank",
"terms": ""
},
"waterway/stream": {
"name": "Stream",
"terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"
},
"waterway/weir": {
"name": "Weir",
"terms": ""
}
}
}
};
locale.zh = {
"modes": {
"add_area": {
"title": "面",
"description": "在地图上添加公园,建筑物,湖泊或其他面状区域。",
"tail": "在地图上点击开始绘制一个区域,像一个公园,湖边,或建筑物。"
},
"add_line": {
"title": "线",
"description": "在地图上添加公路,街道,行人路,运河或其他线路。",
"tail": "在地图上点击开始绘制道路,路径或路线。"
},
"add_point": {
"title": "点",
"description": "在地图上添加餐馆,古迹,邮箱或其他点。",
"tail": "在地图上点击添加一个点。"
},
"browse": {
"title": "浏览",
"description": "平移和缩放地图。"
},
"draw_area": {
"tail": "通过点击给你的面添加结点。单击第一个点完成面的绘制。"
},
"draw_line": {
"tail": "通过单击给线添加更多的点。点击其他线路连接它们,双击结束。"
}
},
"operations": {
"add": {
"annotation": {
"point": "添加一个点。",
"vertex": "给线添加一个节点。"
}
},
"start": {
"annotation": {
"line": "开始一条线。",
"area": "开始一个面。"
}
},
"continue": {
"annotation": {
"line": "接着绘制一条线。",
"area": "接着绘制一个面。"
}
},
"cancel_draw": {
"annotation": "取消绘图。"
},
"change_tags": {
"annotation": "改变标签。"
},
"circularize": {
"title": "圆",
"description": "制作圆形。",
"key": "O",
"annotation": {
"line": "把线制作成圆形。",
"area": "把面制作成圆形。"
}
},
"orthogonalize": {
"title": "直角化",
"description": "边角直角化。",
"key": "Q",
"annotation": {
"line": "线直角化。",
"area": "面直角化。"
}
},
"delete": {
"title": "删除",
"description": "从地图中删除此。",
"annotation": {
"point": "删除一个点。",
"vertex": "删除线上一个结点。",
"line": "删除一条点。",
"area": "删除一个面。",
"relation": "删除一个关系。",
"multiple": "删除{n}个对象。"
}
},
"connect": {
"annotation": {
"point": "连接线到一个点上。",
"vertex": "连接线到另一条线上。",
"line": "连接线到一条线上。",
"area": "连接线到一个面上。"
}
},
"disconnect": {
"title": "断开",
"description": "断开这些线。",
"key": "D",
"annotation": "断开线。"
},
"merge": {
"title": "合并",
"description": "合并这些线。",
"key": "C",
"annotation": "合并{n}条线。"
},
"move": {
"title": "移动",
"description": "移动到其他的位置。",
"key": "M",
"annotation": {
"point": "移动一个点。",
"vertex": "移动线上一个结点",
"line": "移动一条线。",
"area": "移动一个面。",
"multiple": "移动多个对象。"
}
},
"rotate": {
"title": "旋转",
"description": "绕其中心点旋转该对象。",
"key": "R",
"annotation": {
"line": "旋转一条线。",
"area": "旋转一个面。"
}
},
"reverse": {
"title": "反转",
"description": "这条线走在相反的方向。",
"key": "V",
"annotation": "反转一条线。"
},
"split": {
"title": "分割",
"description": "在这点上分成两条线。",
"key": "X",
"annotation": "分割一条线。"
}
},
"nothing_to_undo": "没有可撤消的。",
"nothing_to_redo": "没有可重做的。",
"just_edited": "你正在编辑的OpenStreetMap",
"browser_notice": "该编辑器支持Firefox、Chrome、Safari、Opera和Internet Explorer9及以上的浏览器。请升级您的浏览器或者使用Potlatch 2来编辑地图。",
"view_on_osm": "在OSM上查看",
"zoom_in_edit": "放大编辑地图",
"logout": "退出",
"report_a_bug": "报告bug",
"commit": {
"title": "保存更改",
"description_placeholder": "简要说明你的贡献",
"upload_explanation": "{user}你上传的更新将会显示在所有使用OpenStreetMap数据的地图上。",
"save": "保存",
"cancel": "取消",
"warnings": "警告",
"modified": "修改的",
"deleted": "删除的",
"created": "创建的"
},
"contributors": {
"list": "查看{users}的贡献",
"truncated_list": "查看{users}和其他{count}个成员的贡献"
},
"geocoder": {
"title": "查找位置",
"placeholder": "查找位置",
"no_results": "无法找到叫'{name}'的地方"
},
"geolocate": {
"title": "显示我的位置"
},
"inspector": {
"no_documentation_combination": "没有关于此标签组合的文档",
"no_documentation_key": "没有关于此键的文档",
"show_more": "显示更多",
"new_tag": "新建标签",
"view_on_osm": "在OSM上查看",
"editing_feature": "编辑{feature}",
"additional": "附加标签",
"choose": "选择对象的类型",
"results": "{search}共有{n}个结果",
"reference": "查看 OpenStreetMap Wiki →",
"back_tooltip": "修改对象的类型"
},
"background": {
"title": "背景",
"description": "设置背景",
"percent_brightness": "{opacity}% 亮度",
"fix_misalignment": "修复错位",
"reset": "重置"
},
"restore": {
"description": "上次您有未保存的更改。你想恢复这些更改吗?",
"restore": "恢复",
"reset": "重置"
},
"save": {
"title": "保存",
"help": "保存更改到OpenStreetMap上使其他用户可以看见。",
"no_changes": "没有可以保存的更改。",
"error": "保存发生错误",
"uploading": "正在向OpenStreetMap上传更改。",
"unsaved_changes": "您有未保存的更改"
},
"splash": {
"welcome": "欢迎使用OpenStreetMap编辑器iD",
"text": "这是开发版本{version}。欲了解更多信息,请参阅{website},在{github}报告bug。"
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "描述",
"on_wiki": "在wiki.osm.org查看{tag}",
"used_with": "使用{type}"
},
"validations": {
"untagged_point": "未标记点,他并不是线或面的一部分",
"untagged_line": "未标记的线",
"untagged_area": "未标记的面",
"many_deletions": "您正在删除{n}个对象。你确定你想这样做吗所有的其他openstreetmap.org用户都将在地图上看不到这些数据。",
"tag_suggests_area": "{tag}这个标签建议使用在面上,但是他不是一个面",
"deprecated_tags": "已过时标签:{tags}"
},
"zoom": {
"in": "放大",
"out": "缩小"
},
"imagery": {
"provided_by": "影像由{source}提供"
},
"gpx": {
"local_layer": "本地GPX文件",
"drag_drop": "把GPX文件拖到页面上。"
},
"presets": {
"fields": {
"access": {
"label": "通道"
},
"address": {
"label": "地址",
"placeholders": {
"housename": "房屋名称",
"number": "123",
"street": "街道",
"city": "城市"
}
},
"aeroway": {
"label": "类型"
},
"amenity": {
"label": "类型"
},
"atm": {
"label": "ATM"
},
"barrier": {
"label": "类型"
},
"bicycle_parking": {
"label": "类型"
},
"building": {
"label": "建筑物"
},
"building_area": {
"label": "建筑物"
},
"building_yes": {
"label": "建筑物"
},
"capacity": {
"label": "容量"
},
"collection_times": {
"label": "收集时间"
},
"construction": {
"label": "类型"
},
"country": {
"label": "国家"
},
"crossing": {
"label": "类型"
},
"cuisine": {
"label": "美食"
},
"denomination": {
"label": "教派"
},
"denotation": {
"label": "意思"
},
"elevation": {
"label": "海拔"
},
"emergency": {
"label": "急诊"
},
"entrance": {
"label": "类型"
},
"fax": {
"label": "传真"
},
"fee": {
"label": "费用"
},
"highway": {
"label": "类型"
},
"historic": {
"label": "类型"
},
"internet_access": {
"label": "互联网接入",
"options": {
"wlan": "无线网络",
"wired": "有线网络",
"terminal": "终端"
}
},
"landuse": {
"label": "类型"
},
"layer": {
"label": "层"
},
"leisure": {
"label": "类型"
},
"levels": {
"label": "级别"
},
"man_made": {
"label": "类型"
},
"maxspeed": {
"label": "限速"
},
"natural": {
"label": "自然"
},
"network": {
"label": "网络"
},
"note": {
"label": "备注"
},
"office": {
"label": "类型"
},
"oneway": {
"label": "单行"
},
"opening_hours": {
"label": "小时"
},
"operator": {
"label": "经营者"
},
"phone": {
"label": "手机"
},
"place": {
"label": "类型"
},
"power": {
"label": "类型"
},
"railway": {
"label": "类型"
},
"ref": {
"label": "参考"
},
"religion": {
"label": "宗教",
"options": {
"christian": "基督教",
"muslim": "穆斯林",
"buddhist": "佛教",
"jewish": "犹太教",
"hindu": "印度教",
"shinto": "神道教",
"taoist": "道教"
}
},
"service": {
"label": "类型"
},
"shelter": {
"label": "避难所"
},
"shop": {
"label": "类型"
},
"source": {
"label": "来源"
},
"sport": {
"label": "运动"
},
"structure": {
"label": "结构",
"options": {
"bridge": "桥",
"tunnel": "隧道",
"embankment": "堤岸",
"cutting": "开凿"
}
},
"surface": {
"label": "表面"
},
"tourism": {
"label": "类型"
},
"water": {
"label": "类型"
},
"waterway": {
"label": "类型"
},
"website": {
"label": "网站"
},
"wetland": {
"label": "类型"
},
"wheelchair": {
"label": "轮椅通道"
},
"wikipedia": {
"label": "维基百科"
},
"wood": {
"label": "类型"
}
},
"presets": {
"aeroway": {
"name": "机场相关道路"
},
"aeroway/aerodrome": {
"name": "机场",
"terms": "飞机,机场,机场"
},
"aeroway/helipad": {
"name": "直升机场",
"terms": "直升机,直升机停机坪,直升机场"
},
"amenity": {
"name": "便利设施"
},
"amenity/bank": {
"name": "银行"
},
"amenity/bar": {
"name": "酒吧"
},
"amenity/bench": {
"name": "长凳"
},
"amenity/bicycle_parking": {
"name": "自行车停放处"
},
"amenity/bicycle_rental": {
"name": "自行车租赁处"
},
"amenity/cafe": {
"name": "咖啡",
"terms": "咖啡,茶,咖啡馆"
},
"amenity/cinema": {
"name": "电影院"
},
"amenity/courthouse": {
"name": "法院"
},
"amenity/embassy": {
"name": "使馆"
},
"amenity/fast_food": {
"name": "快餐"
},
"amenity/fire_station": {
"name": "消防站"
},
"amenity/fuel": {
"name": "加油站"
},
"amenity/grave_yard": {
"name": "墓地"
},
"amenity/hospital": {
"name": "医院"
},
"amenity/library": {
"name": "图书馆"
},
"amenity/marketplace": {
"name": "市场"
},
"amenity/parking": {
"name": "停车场"
},
"amenity/pharmacy": {
"name": "药房"
},
"amenity/place_of_worship": {
"name": "礼拜场所"
},
"amenity/place_of_worship/christian": {
"name": "教堂"
},
"amenity/place_of_worship/jewish": {
"name": "犹太教堂",
"terms": "犹太人,犹太教堂"
},
"amenity/place_of_worship/muslim": {
"name": "清真寺",
"terms": "穆斯林,清真寺"
},
"amenity/police": {
"name": "警察局"
},
"amenity/post_box": {
"name": "邮箱",
"terms": "邮件投递,信箱,邮筒,邮箱"
},
"amenity/post_office": {
"name": "邮局"
},
"amenity/pub": {
"name": "酒馆"
},
"amenity/restaurant": {
"name": "餐馆"
},
"amenity/school": {
"name": "学校"
},
"amenity/swimming_pool": {
"name": "游泳池"
},
"amenity/telephone": {
"name": "电话"
},
"amenity/theatre": {
"name": "剧院"
},
"amenity/toilets": {
"name": "厕所"
},
"amenity/townhall": {
"name": "市政府"
},
"amenity/university": {
"name": "大学"
},
"barrier": {
"name": "屏障"
},
"barrier/block": {
"name": "街区"
},
"barrier/bollard": {
"name": "短柱"
},
"barrier/city_wall": {
"name": "城墙"
},
"barrier/ditch": {
"name": "沟"
},
"barrier/entrance": {
"name": "入口"
},
"barrier/fence": {
"name": "篱笆"
},
"barrier/gate": {
"name": "门"
},
"barrier/lift_gate": {
"name": "电梯门"
},
"barrier/retaining_wall": {
"name": "挡土墙"
},
"barrier/toll_booth": {
"name": "收费站"
},
"barrier/wall": {
"name": "墙"
},
"building": {
"name": "建筑物"
},
"building/entrance": {
"name": "入口"
},
"entrance": {
"name": "入口"
},
"highway": {
"name": "公路"
},
"highway/bridleway": {
"name": "台阶",
"terms": "楼梯"
},
"highway/bus_stop": {
"name": "公交车站"
},
"highway/crossing": {
"name": "路口",
"terms": "人行横道,斑马线"
},
"highway/cycleway": {
"name": "自行车道"
},
"highway/footway": {
"name": "人行道"
},
"highway/motorway": {
"name": "高速公路"
},
"highway/path": {
"name": "路"
},
"highway/primary": {
"name": "主要道路"
},
"highway/residential": {
"name": "住宅区道路"
},
"highway/secondary": {
"name": "次要道路"
},
"highway/service": {
"name": "辅助道路"
},
"highway/steps": {
"name": "台阶",
"terms": "楼梯"
},
"highway/tertiary": {
"name": "三级道路"
},
"highway/track": {
"name": "小路"
},
"highway/traffic_signals": {
"name": "红绿灯",
"terms": "灯,刹车灯,交通灯"
},
"highway/trunk": {
"name": "干线道路"
},
"highway/turning_circle": {
"name": "环岛"
},
"highway/unclassified": {
"name": "未分级的道路"
},
"historic": {
"name": "历史遗迹"
},
"historic/archaeological_site": {
"name": "考古遗址"
},
"historic/castle": {
"name": "城堡"
},
"historic/memorial": {
"name": "纪念馆"
},
"historic/monument": {
"name": "纪念碑"
},
"historic/ruins": {
"name": "废墟"
},
"historic/wayside_shrine": {
"name": "路边的神社"
},
"landuse": {
"name": "土地用途"
},
"landuse/allotments": {
"name": "社区花园"
},
"landuse/basin": {
"name": "水池"
},
"landuse/cemetery": {
"name": "墓地"
},
"landuse/commercial": {
"name": "商业区"
},
"landuse/construction": {
"name": "建筑物"
},
"landuse/farm": {
"name": "农场"
},
"landuse/farmyard": {
"name": "农场"
},
"landuse/forest": {
"name": "森林"
},
"landuse/grass": {
"name": "草坪"
},
"landuse/industrial": {
"name": "工业区"
},
"landuse/meadow": {
"name": "牧场"
},
"landuse/orchard": {
"name": "果园"
},
"landuse/quarry": {
"name": "采石场"
},
"landuse/residential": {
"name": "住宅区"
},
"landuse/vineyard": {
"name": "葡萄园"
},
"leisure": {
"name": "休闲场所"
},
"leisure/garden": {
"name": "花园"
},
"leisure/golf_course": {
"name": "高尔夫球场"
},
"leisure/marina": {
"name": "码头"
},
"leisure/park": {
"name": "公园"
},
"leisure/pitch": {
"name": "运动场所"
},
"leisure/pitch/american_football": {
"name": "美式足球场"
},
"leisure/pitch/baseball": {
"name": "棒球场"
},
"leisure/pitch/basketball": {
"name": "篮球场"
},
"leisure/pitch/soccer": {
"name": "足球场"
},
"leisure/pitch/tennis": {
"name": "网球场"
},
"leisure/playground": {
"name": "运动场"
},
"leisure/slipway": {
"name": "下水滑道"
},
"leisure/stadium": {
"name": "体育场"
},
"leisure/swimming_pool": {
"name": "游泳池"
},
"man_made": {
"name": "人造的"
},
"man_made/lighthouse": {
"name": "灯塔"
},
"man_made/pier": {
"name": "码头"
},
"man_made/survey_point": {
"name": "测量点"
},
"man_made/water_tower": {
"name": "水塔"
},
"natural": {
"name": "自然"
},
"natural/bay": {
"name": "海湾"
},
"natural/beach": {
"name": "海滩"
},
"natural/cliff": {
"name": "悬崖"
},
"natural/coastline": {
"name": "海岸线",
"terms": "岸"
},
"natural/glacier": {
"name": "冰川"
},
"natural/grassland": {
"name": "草原"
},
"natural/heath": {
"name": "荒野"
},
"natural/peak": {
"name": "山峰"
},
"natural/scrub": {
"name": "灌木丛"
},
"natural/spring": {
"name": "泉水"
},
"natural/tree": {
"name": "树"
},
"natural/water": {
"name": "水"
},
"natural/water/lake": {
"name": "湖泊",
"terms": "小湖,湖"
},
"natural/water/pond": {
"name": "池塘"
},
"natural/water/reservoir": {
"name": "水库"
},
"natural/wetland": {
"name": "湿地"
},
"natural/wood": {
"name": "树林"
},
"office": {
"name": "办公室"
},
"place": {
"name": "地点"
},
"place/hamlet": {
"name": "小村庄"
},
"place/island": {
"name": "岛屿"
},
"place/locality": {
"name": "位置"
},
"place/village": {
"name": "村庄"
},
"power": {
"name": "动力"
},
"power/generator": {
"name": "发电厂"
},
"power/line": {
"name": "电路线"
},
"power/pole": {
"name": "电线杆"
},
"power/sub_station": {
"name": "变电站"
},
"power/tower": {
"name": "高压电塔"
},
"power/transformer": {
"name": "变压器"
},
"railway": {
"name": "铁路"
},
"railway/abandoned": {
"name": "废弃的铁路"
},
"railway/disused": {
"name": "废弃的铁路"
},
"railway/level_crossing": {
"name": "平交路口"
},
"railway/monorail": {
"name": "单轨铁路"
},
"railway/rail": {
"name": "铁轨"
},
"railway/subway": {
"name": "地铁"
},
"railway/subway_entrance": {
"name": "地铁口"
},
"railway/tram": {
"name": "电车",
"terms": "电车"
},
"shop": {
"name": "商店"
},
"shop/alcohol": {
"name": "酒品店"
},
"shop/bakery": {
"name": "面包店"
},
"shop/beauty": {
"name": "美容店"
},
"shop/beverages": {
"name": "饮料店"
},
"shop/books": {
"name": "书店"
},
"shop/boutique": {
"name": "精品"
},
"shop/butcher": {
"name": "肉贩"
},
"shop/car": {
"name": "汽车经销商"
},
"shop/car_parts": {
"name": "汽车配件店"
},
"shop/car_repair": {
"name": "汽车修理店"
},
"shop/chemist": {
"name": "化学家"
},
"shop/clothes": {
"name": "服装店"
},
"shop/computer": {
"name": "电脑店"
},
"shop/confectionery": {
"name": "糕饼"
},
"shop/convenience": {
"name": "便利店"
},
"shop/deli": {
"name": "熟食店"
},
"shop/department_store": {
"name": "百货店"
},
"shop/doityourself": {
"name": "DIY商店"
},
"shop/dry_cleaning": {
"name": "干洗店"
},
"shop/electronics": {
"name": "鱼贩子"
},
"shop/florist": {
"name": "花店"
},
"shop/furniture": {
"name": "家具店"
},
"shop/garden_centre": {
"name": "花园中心"
},
"shop/gift": {
"name": "礼品店"
},
"shop/greengrocer": {
"name": "蔬菜水果店"
},
"shop/hairdresser": {
"name": "理发师"
},
"shop/hardware": {
"name": "五金商店"
},
"shop/hifi": {
"name": "音响店"
},
"shop/jewelry": {
"name": "珠宝商"
},
"shop/kiosk": {
"name": "亭"
},
"shop/laundry": {
"name": "洗衣店"
},
"shop/mall": {
"name": "购物中心"
},
"shop/mobile_phone": {
"name": "手机店"
},
"shop/motorcycle": {
"name": "摩托车经销商"
},
"shop/music": {
"name": "音乐店"
},
"shop/newsagent": {
"name": "书报"
},
"shop/optician": {
"name": "配镜师"
},
"shop/outdoor": {
"name": "户外店"
},
"shop/pet": {
"name": "宠物店"
},
"shop/shoes": {
"name": "鞋店"
},
"shop/sports": {
"name": "体育用品店"
},
"shop/stationery": {
"name": "文化用品店"
},
"shop/supermarket": {
"name": "超级市场"
},
"shop/toys": {
"name": "玩具店"
},
"shop/travel_agency": {
"name": "旅行社"
},
"shop/tyres": {
"name": "轮胎店"
},
"shop/vacant": {
"name": "空置铺位"
},
"shop/variety_store": {
"name": "杂货店"
},
"shop/video": {
"name": "影像店"
},
"tourism": {
"name": "旅游业"
},
"tourism/alpine_hut": {
"name": "高山小屋"
},
"tourism/artwork": {
"name": "艺术品"
},
"tourism/attraction": {
"name": "旅游景点"
},
"tourism/camp_site": {
"name": "露营区"
},
"tourism/caravan_site": {
"name": "房车营地"
},
"tourism/chalet": {
"name": "木屋"
},
"tourism/guest_house": {
"name": "宾馆"
},
"tourism/hostel": {
"name": "招待所"
},
"tourism/hotel": {
"name": "旅馆"
},
"tourism/information": {
"name": "信息"
},
"tourism/motel": {
"name": "汽车旅馆"
},
"tourism/museum": {
"name": "博物馆"
},
"tourism/picnic_site": {
"name": "郊游地点"
},
"tourism/theme_park": {
"name": "主题公园"
},
"tourism/viewpoint": {
"name": "景点"
},
"tourism/zoo": {
"name": "动物园"
},
"waterway": {
"name": "航道"
},
"waterway/canal": {
"name": "运河"
},
"waterway/dam": {
"name": "水坝"
},
"waterway/ditch": {
"name": "沟渠"
},
"waterway/drain": {
"name": "下水道"
},
"waterway/river": {
"name": "河流"
},
"waterway/riverbank": {
"name": "河堤"
},
"waterway/stream": {
"name": "溪流"
},
"waterway/weir": {
"name": "堤坝"
}
}
}
};
locale.zh_TW = {
"modes": {
"add_area": {
"title": "區域",
"description": "在地圖上添加公園、建築物、湖泊或其他區域。",
"tail": "按一下地圖來開始繪製一個區域,如公園、湖泊或建築物。"
},
"add_line": {
"title": "線",
"description": "在地圖上添加公路、街道、行人徑、運河或其他線段。",
"tail": "按一下地圖來開始繪製道路、小徑或路徑。"
},
"add_point": {
"title": "點",
"description": "在地圖上添加餐廳、古蹪、郵箱或其他地點。",
"tail": "按一下地圖來添加一個點。"
},
"browse": {
"title": "瀏覽",
"description": "平移及縮放地圖。"
},
"draw_area": {
"tail": "按一下你的區域來為它添加點。按第一點來完成繪製這個區域。"
},
"draw_line": {
"tail": "點擊線段以便添加更多點。按一下其他線段去連接它們,按兩下去完成繒製。"
}
},
"operations": {
"add": {
"annotation": {
"point": "添加了一點。",
"vertex": "給路徑添加了一節點。"
}
},
"start": {
"annotation": {
"line": "開始繪製一線段。",
"area": "開始繪製一區域。"
}
},
"continue": {
"annotation": {
"line": "繼續繪製一線段。",
"area": "繼續繪製一區域。"
}
},
"cancel_draw": {
"annotation": "取消了繪圖。"
},
"change_tags": {
"annotation": "修改了標籤。"
},
"circularize": {
"title": "環形化",
"description": "把這個物件製成圓形。",
"key": "O",
"annotation": {
"line": "把一線段製成圓形。",
"area": "把一區域製成圓形。"
}
},
"orthogonalize": {
"title": "直角化",
"description": "把角落轉換成轉角。",
"key": "Q",
"annotation": {
"line": "把線段上的角落換成轉角。",
"area": "把區域的角落換成轉角"
}
},
"delete": {
"title": "刪除",
"description": "從地圖上移除這個物件。",
"annotation": {
"point": "刪除了一點。",
"vertex": "刪除了路徑上的一個節點。",
"line": "刪除了一線段。",
"area": "刪除了一區域。",
"relation": "刪除了一關係",
"multiple": "刪除了 {n} 個物件。"
}
},
"connect": {
"annotation": {
"point": "已連接路徑到一點。",
"vertex": "已連接路徑到另一路徑。",
"line": "已連接路徑到一線段。",
"area": "已連接路徑到一區域。"
}
},
"disconnect": {
"title": "斷開",
"description": "斷開這些路徑。",
"key": "D",
"annotation": "斷開了路徑。"
},
"merge": {
"title": "合併",
"description": "合併這些線段。",
"key": "C",
"annotation": "合併了 {n} 條線段。"
},
"move": {
"title": "移動",
"description": "移動這物件到另一處。",
"key": "M",
"annotation": {
"point": "移動了一點。",
"vertex": "移動了路徑上的一節點。",
"line": "移動了一線段。",
"area": "移動了一區域。",
"multiple": "移動了數個物件。"
}
},
"rotate": {
"title": "旋轉",
"description": "讓這物件圍繞其中心點旋轉。",
"key": "R",
"annotation": {
"line": "旋轉了一線段。",
"area": "旋轉了一區域。"
}
},
"reverse": {
"title": "反轉",
"description": "讓這線段循相反方向走。",
"key": "V",
"annotation": "反轉一線段。"
},
"split": {
"title": "分割",
"description": "在這一點分割成兩條線段。",
"key": "X",
"annotation": "分割一路徑。"
}
},
"nothing_to_undo": "沒有動作可以撤銷。",
"nothing_to_redo": "沒有動作可以重做。",
"just_edited": "你剛剛編輯了OpenStreetMap",
"browser_notice": "這編輯器支援Firefox、Chrome、Safari、Opera及Internet Explorer 9或以上。請先把你的瀏覽器升級或使用Potlatch 2來編輯地圖。",
"view_on_osm": "於OSM上顯示",
"zoom_in_edit": "放大地圖以開始編輯",
"logout": "登出",
"report_a_bug": "報導錯誤",
"commit": {
"title": "儲存修改",
"description_placeholder": "簡要描述你的貢獻",
"upload_explanation": "你以 {user} 具名的修改將會在所有使用OpenStreetMap數據的地圖上看得見。",
"save": "儲存",
"cancel": "取消",
"warnings": "警告",
"modified": "已修改",
"deleted": "已刪除",
"created": "已創建"
},
"contributors": {
"list": "正在觀看 {users} 的貢獻",
"truncated_list": "正在觀看 {users} 和另外 {count} 個用戶的貢獻"
},
"geocoder": {
"title": "尋找一地方",
"placeholder": "尋找一地方",
"no_results": "找不到名為 '{name}' 的地方"
},
"geolocate": {
"title": "顯示我的位置"
},
"inspector": {
"no_documentation_combination": "這個標籤組合沒有可用的文檔",
"no_documentation_key": "這個鍵值沒有可用的文檔",
"show_more": "顯示更多",
"new_tag": "新的標籤",
"view_on_osm": "在OSM上顯示",
"editing_feature": "正在編輯 {feature}",
"additional": "附加的標籤",
"choose": "選擇功能種類",
"results": "{search} 的 {n} 個結果",
"reference": "查看OpenStreetMap Wiki →",
"back_tooltip": "修改功能種類"
},
"background": {
"title": "背景",
"description": "背景設定",
"percent_brightness": "{opacity}%的光度",
"fix_misalignment": "校準",
"reset": "重設"
},
"restore": {
"description": "上一次你仍有未儲存的修改,你想恢復這些修改嗎﹖",
"restore": "恢復",
"reset": "重設"
},
"save": {
"title": "儲存",
"help": "儲存修改至OpenStreetMap使其他用戶均可觀看你的修改。",
"no_changes": "沒有修改需要儲存。",
"error": "儲存時發生錯誤",
"uploading": "正在上傳修改至OpenStreetMap。",
"unsaved_changes": "你有未儲存的修改"
},
"splash": {
"welcome": "歡迎使用iD OpenStreetMap編輯器",
"text": "這是開發版本 {version}。欲知詳情請瀏覽 {website} 及於 {github} 報告錯誤。"
},
"source_switch": {
"live": "實況模式",
"dev": "開發模式"
},
"tag_reference": {
"description": "描述",
"on_wiki": "於wiki.osm.org上的 {tag}",
"used_with": "可與 {type} 使用"
},
"validations": {
"untagged_point": "未標記的點—不在任何線段或區域內",
"untagged_line": "未標記的線段",
"untagged_area": "未標記的區域",
"many_deletions": "你正在刪除 {n} 個物件。這樣會從openstreetmap.org的地圖上刪除你是否確定需要這樣做",
"tag_suggests_area": "{tag} 標籤所建議的線段應為區域,但這個不是一區域",
"deprecated_tags": "已棄用的標籤︰{tags}"
},
"zoom": {
"in": "放大",
"out": "縮小"
},
"imagery": {
"provided_by": "影像由 {source} 提供"
},
"gpx": {
"local_layer": "本機GPX檔案",
"drag_drop": "拖放一個.gpx格式的檔案到本頁"
},
"presets": {
"fields": {
"access": {
"label": "通道"
},
"address": {
"label": "地址",
"placeholders": {
"housename": "屋宇名稱",
"number": "123",
"street": "街道",
"city": "城市"
}
},
"aeroway": {
"label": "種類"
},
"amenity": {
"label": "種類"
},
"atm": {
"label": "自動取款機"
},
"bicycle_parking": {
"label": "種類"
},
"building": {
"label": "建築物"
},
"building_area": {
"label": "建築物"
},
"building_yes": {
"label": "建築物"
},
"capacity": {
"label": "容量"
},
"collection_times": {
"label": "收集時間"
},
"construction": {
"label": "種類"
},
"country": {
"label": "國家"
},
"crossing": {
"label": "種類"
},
"cuisine": {
"label": "美饌"
},
"denomination": {
"label": "教派"
},
"denotation": {
"label": "表示"
},
"elevation": {
"label": "高度"
},
"emergency": {
"label": "緊急"
},
"entrance": {
"label": "種類"
},
"fax": {
"label": "傳真"
},
"fee": {
"label": "費用"
},
"highway": {
"label": "種類"
},
"historic": {
"label": "種類"
},
"internet_access": {
"label": "網際網絡連接",
"options": {
"wlan": "無線網絡",
"wired": "有線網絡",
"terminal": "終端"
}
},
"landuse": {
"label": "種類"
},
"layer": {
"label": "層"
},
"leisure": {
"label": "種類"
},
"levels": {
"label": "級別"
},
"man_made": {
"label": "種類"
},
"maxspeed": {
"label": "速度限制"
},
"natural": {
"label": "自然"
},
"network": {
"label": "網絡"
},
"note": {
"label": "備註"
},
"office": {
"label": "種類"
},
"oneway": {
"label": "單程"
},
"opening_hours": {
"label": "小時"
},
"operator": {
"label": "營運商"
},
"phone": {
"label": "電話"
},
"place": {
"label": "種類"
},
"railway": {
"label": "種類"
},
"ref": {
"label": "參考"
},
"religion": {
"label": "宗教",
"options": {
"christian": "基督教徒",
"muslim": "穆斯林",
"buddhist": "佛教徒",
"jewish": "猶太教徒",
"hindu": "印度教徒",
"shinto": "神道教徒",
"taoist": "道教徒"
}
},
"service": {
"label": "種類"
},
"shelter": {
"label": "遮雨棚/涼亭"
},
"shop": {
"label": "種類"
},
"source": {
"label": "來源"
},
"sport": {
"label": "運動"
},
"structure": {
"label": "結構",
"options": {
"bridge": "橋樑",
"tunnel": "隧道",
"embankment": "堤岸",
"cutting": "切割"
}
},
"surface": {
"label": "表面"
},
"tourism": {
"label": "種類"
},
"water": {
"label": "種類"
},
"waterway": {
"label": "種類"
},
"website": {
"label": "網站"
},
"wetland": {
"label": "種類"
},
"wheelchair": {
"label": "輪椅通道"
},
"wikipedia": {
"label": "維基百科"
},
"wood": {
"label": "種類"
}
},
"presets": {
"aeroway": {
"name": "機場相關設施"
},
"aeroway/aerodrome": {
"name": "機場",
"terms": "飛機,飛機場,飛行場"
},
"aeroway/helipad": {
"name": "直昇機場",
"terms": "直升機,直升機坪,直升機場"
},
"amenity": {
"name": "便利設施"
},
"amenity/bank": {
"name": "銀行",
"terms": "保險箱,帳房,信用合作社,受托人,國庫,基金,窖藏,投資機構,儲存庫,儲備,儲備,保險箱,存款,庫存,庫存,倉庫,倉庫,儲蓄及貸款協會,國庫,信託公司,窖"
},
"amenity/bar": {
"name": "酒吧"
},
"amenity/bench": {
"name": "長凳"
},
"amenity/bicycle_parking": {
"name": "腳踏車停泊處"
},
"amenity/bicycle_rental": {
"name": "腳踏車租賃"
},
"amenity/cafe": {
"name": "咖啡廳",
"terms": "咖啡,茶,咖啡店"
},
"amenity/cinema": {
"name": "戲院",
"terms": "大銀幕,電影院,電影,得來速影院,電影,電影,電影,電影院,電影院,電影,電影院,電影院,電影,電影,劇場,表演,銀幕"
},
"amenity/courthouse": {
"name": "法院"
},
"amenity/embassy": {
"name": "使館"
},
"amenity/fast_food": {
"name": "快餐店"
},
"amenity/fire_station": {
"name": "消防局"
},
"amenity/fuel": {
"name": "加油站"
},
"amenity/grave_yard": {
"name": "墓地"
},
"amenity/hospital": {
"name": "醫院",
"terms": "診所,急診室,衛生服務,安養院,醫院,醫院,療養院,療養院,療養院,療養院,醫務室,手術室,病房"
},
"amenity/library": {
"name": "圖書館"
},
"amenity/parking": {
"name": "停車場"
},
"amenity/pharmacy": {
"name": "藥房"
},
"amenity/place_of_worship": {
"name": "禮拜地方",
"terms": "隱修院,宗座聖殿,伯特利,座堂,聖壇,附屬小教堂,小聖堂,教堂,信徒,神殿,祈禱場所,宗教場所,修道院附屬的教堂,傳道部,清真寺,小教堂,教區,小聖堂,聖所,聖地,猶太教堂,禮拜堂,寺廟"
},
"amenity/place_of_worship/christian": {
"name": "教堂",
"terms": "基督教,隱修院,宗座聖殿,伯特利,座堂,聖壇,附屬小教堂,小聖堂,教堂,信徒,神殿,祈禱場所,宗教場所,修道院附屬的教堂,傳道部,清真寺,小教堂,教區,小聖堂,聖所,聖地,猶太教堂,禮拜堂,寺廟"
},
"amenity/place_of_worship/jewish": {
"name": "猶太教堂",
"terms": "猶太教,猶太教堂"
},
"amenity/place_of_worship/muslim": {
"name": "清真寺",
"terms": "穆斯林,清真寺"
},
"amenity/police": {
"name": "警察局",
"terms": "徽章,警官,警官,警官,警官,男童軍,警官,警官,警官,警官,警官,軍團,警車,偵探,警官,警官,部隊,警官,憲兵,刑警,警官, 法律,執法,警官,警官,警官,警官,警察"
},
"amenity/post_box": {
"name": "郵箱",
"terms": "信箱,信箱,郵箱,郵箱,郵筒,郵箱"
},
"amenity/post_office": {
"name": "郵政局"
},
"amenity/pub": {
"name": "酒館"
},
"amenity/restaurant": {
"name": "餐廳"
},
"amenity/school": {
"name": "學校"
},
"amenity/swimming_pool": {
"name": "游泳池"
},
"amenity/telephone": {
"name": "電話"
},
"amenity/theatre": {
"name": "劇院"
},
"amenity/toilets": {
"name": "廁所"
},
"amenity/townhall": {
"name": "市政廳"
},
"amenity/university": {
"name": "大學"
},
"building": {
"name": "建築物"
},
"building/entrance": {
"name": "入口"
},
"entrance": {
"name": "入口"
},
"highway": {
"name": "公路"
},
"highway/bus_stop": {
"name": "公共汽車站"
},
"highway/crossing": {
"name": "路口"
},
"highway/cycleway": {
"name": "自行車道"
},
"highway/footway": {
"name": "小徑"
},
"highway/motorway": {
"name": "高速公路"
},
"highway/path": {
"name": "路徑"
},
"highway/primary": {
"name": "主要道路"
},
"highway/residential": {
"name": "住宅區道路"
},
"highway/secondary": {
"name": "次要道路"
},
"highway/service": {
"name": "輔助道路"
},
"highway/steps": {
"name": "樓梯"
},
"highway/tertiary": {
"name": "三級道路"
},
"highway/track": {
"name": "軌道"
},
"highway/traffic_signals": {
"name": "交通訊號"
},
"highway/trunk": {
"name": "幹道"
},
"highway/turning_circle": {
"name": "回轉圈"
},
"highway/unclassified": {
"name": "未分類的道路"
},
"historic": {
"name": "歷史遺址"
},
"historic/monument": {
"name": "古蹟"
},
"landuse": {
"name": "土地用途"
},
"landuse/allotments": {
"name": "社區花園"
},
"landuse/basin": {
"name": "水池"
},
"landuse/cemetery": {
"name": "墳場"
},
"landuse/commercial": {
"name": "商業區"
},
"landuse/construction": {
"name": "施工"
},
"landuse/farm": {
"name": "農場"
},
"landuse/farmyard": {
"name": "農莊"
},
"landuse/forest": {
"name": "森林"
},
"landuse/grass": {
"name": "草地"
},
"landuse/industrial": {
"name": "工業區"
},
"landuse/meadow": {
"name": "牧場"
},
"landuse/orchard": {
"name": "果園"
},
"landuse/quarry": {
"name": "礦場"
},
"landuse/residential": {
"name": "住宅區"
},
"landuse/vineyard": {
"name": "酒莊"
},
"leisure": {
"name": "優閒設施"
},
"leisure/garden": {
"name": "花園"
},
"leisure/golf_course": {
"name": "高爾夫球場"
},
"leisure/park": {
"name": "公園"
},
"leisure/pitch": {
"name": "運動場所"
},
"leisure/pitch/american_football": {
"name": "美式足球場"
},
"leisure/pitch/baseball": {
"name": "棒球場"
},
"leisure/pitch/basketball": {
"name": "籃球場"
},
"leisure/pitch/soccer": {
"name": "足球場"
},
"leisure/pitch/tennis": {
"name": "網球場"
},
"leisure/playground": {
"name": "遊樂場"
},
"leisure/stadium": {
"name": "體育場"
},
"leisure/swimming_pool": {
"name": "游泳池"
},
"man_made": {
"name": "人造"
},
"man_made/lighthouse": {
"name": "燈塔"
},
"man_made/pier": {
"name": "碼頭"
},
"man_made/survey_point": {
"name": "測量點"
},
"man_made/water_tower": {
"name": "水塔"
},
"natural": {
"name": "自然"
},
"natural/bay": {
"name": "海灣"
},
"natural/beach": {
"name": "沙灘"
},
"natural/cliff": {
"name": "懸崖"
},
"natural/coastline": {
"name": "海岸線",
"terms": "岸"
},
"natural/glacier": {
"name": "冰川"
},
"natural/grassland": {
"name": "草原"
},
"natural/heath": {
"name": "荒地"
},
"natural/peak": {
"name": "山頂"
},
"natural/scrub": {
"name": "灌木叢"
},
"natural/spring": {
"name": "溫泉"
},
"natural/tree": {
"name": "樹"
},
"natural/water": {
"name": "水"
},
"natural/water/lake": {
"name": "湖泊"
},
"natural/water/pond": {
"name": "池塘"
},
"natural/water/reservoir": {
"name": "水塘"
},
"natural/wetland": {
"name": "濕地"
},
"natural/wood": {
"name": "樹林"
},
"office": {
"name": "辦公室"
},
"place": {
"name": "可歸類的地方"
},
"place/hamlet": {
"name": "村莊"
},
"place/island": {
"name": "島嶼"
},
"place/locality": {
"name": "未能歸類的地方"
},
"place/village": {
"name": "村鎮"
},
"power/sub_station": {
"name": "變電站"
},
"railway": {
"name": "火車站"
},
"railway/level_crossing": {
"name": "平交道"
},
"railway/rail": {
"name": "鐵路"
},
"railway/subway": {
"name": "地鐵"
},
"railway/subway_entrance": {
"name": "地鐵入口"
},
"shop": {
"name": "商店"
},
"shop/butcher": {
"name": "肉販"
},
"shop/supermarket": {
"name": "超級市場"
},
"tourism": {
"name": "旅遊業"
},
"tourism/alpine_hut": {
"name": "高山小屋"
},
"tourism/artwork": {
"name": "藝術品"
},
"tourism/attraction": {
"name": "觀光點"
},
"tourism/camp_site": {
"name": "營地"
},
"tourism/caravan_site": {
"name": "露營車停車場"
},
"tourism/chalet": {
"name": "木屋"
},
"tourism/guest_house": {
"name": "賓館"
},
"tourism/hostel": {
"name": "旅舍"
},
"tourism/hotel": {
"name": "酒店"
},
"tourism/information": {
"name": "資訊"
},
"tourism/motel": {
"name": "汽車旅館"
},
"tourism/museum": {
"name": "博物館"
},
"tourism/picnic_site": {
"name": "野餐地點"
},
"tourism/theme_park": {
"name": "主題公園"
},
"tourism/viewpoint": {
"name": "觀景點"
},
"tourism/zoo": {
"name": "動物園"
},
"waterway": {
"name": "水道"
},
"waterway/canal": {
"name": "運河"
},
"waterway/dam": {
"name": "堤壩"
},
"waterway/ditch": {
"name": "溝"
},
"waterway/drain": {
"name": "渠"
},
"waterway/river": {
"name": "河流"
},
"waterway/riverbank": {
"name": "河床"
},
"waterway/stream": {
"name": "溪流"
},
"waterway/weir": {
"name": "堤堰"
}
}
}
};
locale.da = {
"modes": {
"add_area": {
"title": "Område",
"description": "Tilføj parker, bygninger, søer, eller andre områder til kortet.",
"tail": "Klik på kortet for at indtegne et område fx en park, sø eller bygning."
},
"add_line": {
"title": "Linje",
"description": "Linjer kan være veje, gader eller stier selv kanaler kan være linjer.",
"tail": "Klik på kortet for at indtegne en vej, sti eller rute."
},
"add_point": {
"title": "Punkt",
"description": "Restauranter, mindesmærker og postkasser er punkter.",
"tail": "Klik på kortet for at tilføje et punkt."
},
"browse": {
"title": "Gennemse",
"description": "Træk rundt og zoom på kortet."
},
"draw_area": {
"tail": "Klik her for at tilføje punkter til dit område. Klik på første punkt igen for at færdiggøre området."
},
"draw_line": {
"tail": "Klik her for at tilføje flere punkter til linjen. Klik på andre linjer for at forbinde dem og dobbeltklik for at afslutte linjen."
}
},
"operations": {
"add": {
"annotation": {
"point": "Tilføjede et punkt.",
"vertex": "Tilføjede en node til en vej."
}
},
"start": {
"annotation": {
"line": "Startede en linje.",
"area": "Startede et område."
}
},
"continue": {
"annotation": {
"line": "Fortsatte en linje.",
"area": "Fortsatte et område."
}
},
"cancel_draw": {
"annotation": "Annullerede indtegning."
},
"change_tags": {
"annotation": "Ændret tags."
},
"circularize": {
"title": "Cirkularisere",
"description": "Lav denne rund.",
"key": "O",
"annotation": {
"line": "Lavede en linje rund.",
"area": "Lave et område rundt."
}
},
"orthogonalize": {
"title": "Ortogonalisering",
"description": "Gør disse hjørner firkantet.",
"key": "Q",
"annotation": {
"line": "Lavede hjørner på en linje firkantet.",
"area": "Lavede hjørner på et område firkantet."
}
},
"delete": {
"title": "Slet",
"description": "Fjern dette fra kortet.",
"annotation": {
"point": "Slettede et punkt.",
"vertex": "Slettede en node fra en vej.",
"line": "Slettede en linje.",
"area": "Slettede et område.",
"relation": "Sletede en relation.",
"multiple": "Slettede {n} objekter."
}
},
"connect": {
"annotation": {
"point": "Forbandt en vej til et punkt.",
"vertex": "Forbandt en vej til en anden vej.",
"line": "Forbandt en vej til en linje.",
"area": "Forbandt en vej til et område."
}
},
"disconnect": {
"title": "Afbryd",
"description": "Afbryd disse veje fra hinanden.",
"key": "D",
"annotation": "Afbrød vejene."
},
"merge": {
"title": "Flet",
"description": "Flet disse linjer.",
"key": "C",
"annotation": "Flettede {n} linjer."
},
"move": {
"title": "Flyt",
"description": "Flyt dette til en anden lokation.",
"key": "M",
"annotation": {
"point": "Flyttede et punkt.",
"vertex": "Flyttede en node i en vej.",
"line": "Flyttede en linje.",
"area": "Flyttede et område."
}
},
"reverse": {
"title": "Omvendt",
"description": "Lad denne linje gå i modsat retning.",
"key": "V",
"annotation": "Omvendte en linje."
},
"split": {
"title": "Del op",
"description": "Del op i to veje ved dette punkt.",
"key": "X",
"annotation": "Del en vej op."
}
},
"nothing_to_undo": "Ingenting at fortryde.",
"nothing_to_redo": "Ingenting at gendanne.",
"just_edited": "Du har lige rettet i OpenStreetMap!",
"browser_notice": "Dette værktøj er understøttet i Firefox, Chrome, Safari, Opera og Internet Explorer 9 og højere. Vær venlig at opgradere din browser eller benyt Potlatch 2 for at rette i kortet.",
"view_on_osm": "Vis på OSM",
"zoom_in_edit": "zoom ind for at rette på kortet",
"logout": "log ud",
"report_a_bug": "rapportere en fejl",
"commit": {
"title": "Gem ændringer",
"description_placeholder": "Kort beskrivelse af dine bidrag",
"upload_explanation": "Dine ændringer vil som brugernavn {user} blive synligt på alle kort der bruger OpenStreetMap data.",
"save": "Gem",
"cancel": "Fortryd",
"warnings": "Advarsler",
"modified": "Modificeret",
"deleted": "Slettede",
"created": "Lavede"
},
"contributors": {
"list": "Vis bidrag fra {users}",
"truncated_list": "Vis bidrag fra {users} og {count} andre"
},
"geocoder": {
"title": "Find et sted",
"placeholder": "find et sted",
"no_results": "Kunne ikke finde '{name}'"
},
"geolocate": {
"title": "Vis min lokalitet"
},
"inspector": {
"no_documentation_combination": "Der er ingen dokumentation for denne tag kombination",
"no_documentation_key": "Der er ingen dokumentation tilgængelig for denne nøgle",
"new_tag": "Nyt tag",
"view_on_osm": "Vis på OSM"
},
"background": {
"title": "Baggrund",
"description": "Baggrundsindstillinger",
"percent_brightness": "{opacity}% lysstyrke",
"fix_misalignment": "Lav fejljustering",
"reset": "nulstil"
},
"restore": {
"description": "Du har ændringer fra forrige session som ikke er gemt. Ønsker du at gendanne disse ændringer?",
"restore": "Gendan",
"reset": "Nulstil"
},
"save": {
"title": "Gem",
"help": "Gem ændringer til OpenStreetMap vil gøre dem synlige for andre brugere.",
"error": "Der skete en fejl da du prøvede at gemme",
"uploading": "Gemmer nu ændringer til OpenStreetMap.",
"unsaved_changes": "Du har ændringer der ikke er gemt endnu"
},
"splash": {
"welcome": "Velkommen til iD OpenStreetMap værktøjet",
"text": "Dette er udviklingsversion {version}. Mere information se {website} og rapportere fejl på {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Beskrivelse",
"on_wiki": "{tag} på wiki.osm.org",
"used_with": "brugt med {type}"
},
"validations": {
"untagged_point": "Mangler et tag på punkt som ikke er del af en linje eller område",
"untagged_line": "Mangler tag på linje",
"untagged_area": "Mangler tag på område",
"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.",
"tag_suggests_area": "Dette tag {tag} mener denne linje skule være et område, men dette er ikke et område",
"deprecated_tags": "Uønskede tags: {tags}"
},
"zoom": {
"in": "Zoom ind",
"out": "Zoom ud"
}
};
locale.nl = {
"modes": {
"add_area": {
"title": "Vlak",
"description": "Voeg parken, gebouwen, meren of andere vlakken aan de kaart toe.",
"tail": "Klik in de kaart om het tekenen van een vlak zoals een park, gebouw of meer te starten."
},
"add_line": {
"title": "Lijn",
"description": "Lijnen zijn bijvoorbeeld rijkswegen, straten, voetpaden of kanalen.",
"tail": "Klik in de kaart om het tekenen van straat, pad of route te starten."
},
"add_point": {
"title": "Punt",
"description": "Restaurants, monumenten en brievenbussen zijn bijvoorbeeld punten.",
"tail": "Klik in de kaart om een punt toe te voegen."
},
"browse": {
"title": "Navigatie",
"description": "Verschuif en zoom in op de kaart."
},
"draw_area": {
"tail": "Klik om punten aan het vlak toe te voegen. Klik op het eerste punt om het vlak te sluiten."
},
"draw_line": {
"tail": "Klik om meer punten aan de lijn toe te voegen. Klik op een andere lijn om de lijnen te verbinden en dubbelklik om de lijn af te sluiten."
}
},
"operations": {
"add": {
"annotation": {
"point": "Punt toegevoegd.",
"vertex": "Knoop aan een weg toegevoegd."
}
},
"start": {
"annotation": {
"line": "Lijn begonnen.",
"area": "Vlak begonnen."
}
},
"continue": {
"annotation": {
"line": "Lijn voortgezet.",
"area": "Vlak voortgezet."
}
},
"cancel_draw": {
"annotation": "Tekenen afgebroken."
},
"change_tags": {
"annotation": "Tags aangepast."
},
"circularize": {
"title": "Rond maken",
"description": "Maak dit rond.",
"key": "O",
"annotation": {
"line": "Maak een lijn rond.",
"area": "Maak een vlak rond."
}
},
"orthogonalize": {
"title": "Haaks maken",
"description": "Maak deze hoeken haaks.",
"key": "Q",
"annotation": {
"line": "Hoeken van een lijn zijn haaks gemaakt.",
"area": "Hoeken van een vlak zijn haaks gemaakt."
}
},
"delete": {
"title": "Verwijderen",
"description": "Verwijder dit van de kaart.",
"annotation": {
"point": "Punt verwijderd.",
"vertex": "Knoop uit een weg verwijderd.",
"line": "Lijn verwijderd.",
"area": "Vlak verwijderd.",
"relation": "Relatie verwijderd.",
"multiple": "{n} objecten verwijderd."
}
},
"connect": {
"annotation": {
"point": "Weg aan een punt verbonden.",
"vertex": "Weg aan een andere weg verbonden.",
"line": "Weg aan een lijn verbonden.",
"area": "Weg aan een vlak verbonden."
}
},
"disconnect": {
"title": "Losmaken",
"description": "Maak deze wegen van elkaar los.",
"key": "D",
"annotation": "Wegen losgemaakt."
},
"merge": {
"title": "Samenvoegen",
"description": "Voeg deze lijnen samen.",
"key": "C",
"annotation": "{n} lijnen samengevoegd."
},
"move": {
"title": "Verschuiven",
"description": "Verschuif dit object naar een andere plek.",
"key": "M",
"annotation": {
"point": "Punt verschoven.",
"vertex": "Knoop van een weg verschoven.",
"line": "Lijn verschoven.",
"area": "Vlak verschoven."
}
},
"reverse": {
"title": "Omdraaien",
"description": "Draai de richting van deze lijn om.",
"key": "V",
"annotation": "Lijnrichting omgedraaid."
},
"split": {
"title": "Splitsen",
"description": "Splits deze weg op het geselecteerde punt.",
"key": "X",
"annotation": "Weg opgesplitst."
}
},
"nothing_to_undo": "Niets om ongedaan te maken.",
"nothing_to_redo": "Niets om opnieuw uit te voeren.",
"just_edited": "Je hebt zojuist OpenStreetMap aangepast!",
"browser_notice": "Deze editor wordt door Firefox, Chrome, Safari, Opera en Internet Explorer (versie 9 en hoger) ondersteund. Download een nieuwere versie van je browser of gebruik Potlatch 2 om de kaart aan te passen.",
"view_on_osm": "Bekijk op OSM",
"zoom_in_edit": "Zoom in om de kaart aan te passen.",
"logout": "Afmelden",
"report_a_bug": "Meld een softwareprobleem",
"commit": {
"title": "Aanpassingen opslaan",
"description_placeholder": "Een korte omschrijving van je bijdragen",
"upload_explanation": "Aanpassingen die je als {user} uploadt worden zichtbaar op alle kaarten die de gegevens van OpenStreetMap gebruiken.",
"save": "Opslaan",
"cancel": "Afbreken",
"warnings": "Waarschuwingen",
"modified": "Aangepast",
"deleted": "Verwijderd",
"created": "Aangemaakt"
},
"contributors": {
"list": "Deze kaartuitsnede bevat bijdragen van:",
"truncated_list": "Deze kaartuitsnede bevat bijdragen van: {users} en {count} anderen"
},
"geocoder": {
"title": "Zoek een plaats",
"placeholder": "Zoek een plaats",
"no_results": "De plaats '{name}' kan niet worden gevonden"
},
"geolocate": {
"title": "Toon mijn locatie"
},
"inspector": {
"no_documentation_combination": "Voor deze tag is geen documentatie beschikbaar.",
"no_documentation_key": "Voor deze sleutel is geen documentatie beschikbaar",
"new_tag": "Nieuwe tag",
"view_on_osm": "Bekijk op OSM",
"additional": "Additional tags",
"choose": "What are you adding?",
"results": "{n} results for {search}"
},
"background": {
"title": "Achtergrond",
"description": "Achtergrondinstellingen",
"percent_brightness": "{opacity}% helderheid",
"fix_misalignment": "Repareer de verkeerde ligging",
"reset": "Ongedaan maken"
},
"restore": {
"description": "Er zijn niet-opgeslagen aanpassingen uit een vorige sessie. Wil je deze aanpassingen behouden?",
"restore": "Behouden",
"reset": "Ongedaan maken"
},
"save": {
"title": "Opslaan",
"help": "Sla de aanpassingen bij OpenStreetMap op om deze voor andere gebruikers zichtbaar te maken",
"error": "Bij het opslaan is een fout opgetreden",
"uploading": "De aanpassingen worden naar OpenStreetMap geüpload.",
"unsaved_changes": "Je hebt niet-opgeslagen aanpassingen"
},
"splash": {
"welcome": "Welkom bij de iD OpenStreetMap editor",
"text": " Dit is een ontwikkelversie {version}. Voor meer informatie bezoek {website} of meld problemen op {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Omschrijving",
"on_wiki": "{tag} op wiki.osm.org",
"used_with": "gebruikt met {type}"
},
"validations": {
"untagged_point": "Punt zonder tags, dat geen onderdeel is van een lijn of vlak",
"untagged_line": "Lijn zonder tags",
"untagged_area": "Vlak zonder tags",
"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.",
"tag_suggests_area": "De tag {tag} suggereert dat de lijn een vlak is, maar het is geen vlak",
"deprecated_tags": "Afgeschafte tags: {tags}"
},
"zoom": {
"in": "Inzoomen",
"out": "Uitzoomen"
}
};
locale.fr = {
"modes": {
"add_area": {
"title": "Polygone",
"description": "Les polygones peuvent être des parcs, des batîments, des lacs ou tout autre objet surfacique.",
"tail": "Cliquez sur la carte pour ajouter un polygone tel qu'un parc, un lac ou un bâtiment."
},
"add_line": {
"title": "Ligne",
"description": "Les lignes peuvent être des autoroutes, des routes, des chemins ou encore des caneaux.",
"tail": "Cliquez sur la carte pour ajouter une nouvelle ligne telle qu'une route ou un nouveau chemin."
},
"add_point": {
"title": "Point",
"description": "Les points peuvent être des restaurants, des monuments, ou encore des boites aux lettres.",
"tail": "Cliquez sur la carte pour ajouter un point tel qu'un restaurant ou un monument."
},
"browse": {
"title": "Navigation",
"description": "Naviguer ou zoomer sur la carte."
},
"draw_area": {
"tail": "Cliquez pour ajouter un point à la zone. Cliquez sur le dernier point pour fermer la zone."
},
"draw_line": {
"tail": "Cliquez pour ajouter un point à la ligne. Cliquez sur une autre ligne pour les connecter, puis faîtes un double-clique pour terminer la ligne."
}
},
"operations": {
"add": {
"annotation": {
"point": "Ajouter un point.",
"vertex": "Ajouter un noeud à une ligne."
}
},
"start": {
"annotation": {
"line": "Commencer une nouvelle ligne.",
"area": "Commencer un polygone."
}
},
"continue": {
"annotation": {
"line": "Continuer une ligne.",
"area": "Continuer un polygone."
}
},
"cancel_draw": {
"annotation": "Annuler un ajout."
},
"change_tags": {
"annotation": "Modifier les tags."
},
"circularize": {
"title": "Arrondir",
"description": "Créer un cercle.",
"key": "O",
"annotation": {
"line": "Créer un cercle linéaire.",
"area": "Créer un cercle surfacique (disque)."
}
},
"orthogonalize": {
"title": "Orthogonaliser",
"description": "Rendre une forme orthogonale.",
"key": "Q",
"annotation": {
"line": "Orthogonaliser une ligne orthogonale.",
"area": "Orthogonaliser un polygone orthogonale."
}
},
"delete": {
"title": "Supprimer",
"description": "Supprime l'élément de la carte.",
"annotation": {
"point": "Supprime un point.",
"vertex": "Supprime le noeud d'une ligne.",
"line": "Supprime une ligne.",
"area": "Supprime un polygone.",
"relation": "Supprime une relation.",
"multiple": "Supprime {n} objets."
}
},
"connect": {
"annotation": {
"point": "Joindre une ligne à un point.",
"vertex": "Joindre les noeuds à une ligne.",
"line": "Joindre les chemins ensemble.",
"area": "Joindre une ligne à un polygone."
}
},
"disconnect": {
"title": "Séparer",
"description": "Sépare les lignes l'une de l'autre.",
"key": "D",
"annotation": "Sépare les lignes."
},
"merge": {
"title": "Fusionner",
"description": "Fusionne les lignes.",
"key": "C",
"annotation": "Fusionne les {n} ligne."
},
"move": {
"title": "Déplacer",
"description": "Déplace l'élément à un autre endroit.",
"key": "M",
"annotation": {
"point": "Déplace un point.",
"vertex": "Déplace le noeud d'une ligne.",
"line": "Déplace une ligne.",
"area": "Déplace un polygone.",
"multiple": "Déplace un groupe d'objets."
}
},
"rotate": {
"title": "Rotation",
"description": "Fait pivoter cet objet en fonction de son centroïde.",
"key": "R",
"annotation": {
"line": "Pivoter la ligne.",
"area": "Pivoter un polyone."
}
},
"reverse": {
"title": "Inverser",
"description": "Inverse le sens d'une ligne.",
"key": "V",
"annotation": "Inverse le sens d'une ligne."
},
"split": {
"title": "Couper",
"description": "Coupe une ligne en deux par rapport au point sélectionné.",
"key": "X",
"annotation": "Coupe une ligne."
}
},
"nothing_to_undo": "Rien à annuler.",
"nothing_to_redo": "Rien à refaire.",
"just_edited": "Vous venez de participer à OpenStreetMap!",
"browser_notice": "Les navigateurs supportés par cet éditeur sont : Firefox, Chrome, Safari, Opera et Internet Explorer (version 9 et supérieures). Pour éditer la carte, veuillez mettre à jour votre navigateur ou utiliser Potlatch 2.",
"view_on_osm": "Consulter dans OSM",
"zoom_in_edit": "Zoomer pour modifier la carte",
"logout": "Déconnexion",
"report_a_bug": "Signaler un bug",
"commit": {
"title": "Sauvegarder vos modifications",
"description_placeholder": "Description succinte de vos contributions",
"upload_explanation": "{user} : les modifications apportées seront visibles par l'ensemble des services utilisant les données d'OpenStreetMap.",
"save": "Sauvegarder",
"cancel": "Annuler",
"warnings": "Attention",
"modified": "Modifié",
"deleted": "Supprimé",
"created": "Créé"
},
"contributors": {
"list": "Contributions réalisées par {users}",
"truncated_list": "Contributions réalisées par {users} et {count} autres personnes"
},
"geocoder": {
"title": "Trouver un emplacement",
"placeholder": "Trouver un endroit",
"no_results": "Impossible de localiser l'endroit nommé '{name}'"
},
"geolocate": {
"title": "Me localiser"
},
"inspector": {
"no_documentation_combination": "Aucune documentation n'est disponible pour cette combinaison de tag",
"no_documentation_key": "Aucune documentation n'est disponible pour cette clé",
"show_more": "Plus d'infornations",
"new_tag": "Nouveau tag",
"view_on_osm": "Visualiser sur OSM",
"editing_feature": "Édition de {feature}",
"additional": "Tags complémentaires",
"choose": "Que souhaitez vous ajouter?",
"results": "{n} résultats pour {search}",
"reference": "Consulter sur le Wiki d'OpenStreetMap",
"back_tooltip": "Changer le type de l'objet "
},
"background": {
"title": "Fond de carte",
"description": "Paramètres du fond de carte",
"percent_brightness": "{opacity}% luminosité",
"fix_misalignment": "Corriger le décalage",
"reset": "réinitialiser"
},
"restore": {
"description": "Vous avez des changements non sauvegardés d'une précédente édition. Souhaitez-vous restaurer ces changements?",
"restore": "Restaurer",
"reset": "Annuler"
},
"save": {
"title": "Sauvegarder",
"help": "Envoie des modifications au serveyr OpenStreetMap afin qu'elles soient visibles par les autres contributeurs.",
"no_changes": "Aucune modification à sauvegarder",
"error": "Une erreur est survenue lors de l'enregistrement des données",
"uploading": "Envoie des modifications vers OpenStreetMap.",
"unsaved_changes": "Vous avez des modifications non enregistrées"
},
"splash": {
"welcome": "Bienvenue sur ID l'editeur en ligne d'OpenStreetMap",
"text": "Cette version {version}, est une version de développement. Si vous souhaitez plus d'informations, veuillez consulter {website} ou pour signaler un bug {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Description",
"on_wiki": "{tag} sur le wiki.osm.org",
"used_with": "Utilisé avec {type}"
},
"validations": {
"untagged_point": "Point sans aucun tag ne faisant partie ni d'une ligne, ni d'un polygone",
"untagged_line": "Ligne sans aucun tag",
"untagged_area": "Polygone sans aucun tag",
"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.",
"tag_suggests_area": "Ce tag {tag} suppose que cette ligne devrait être un polygone, or ce n'est pas le cas",
"deprecated_tags": "Tags obsolètes : {tags}"
},
"zoom": {
"in": "Zoomer",
"out": "Dézoomer"
},
"imagery": {
"provided_by": "Image provenant de {source}"
},
"gpx": {
"local_layer": "Fichier GPX personnel",
"drag_drop": "Glisser et déposer un fichier .gpx sur la page"
},
"presets": {
"fields": {
"address": {
"label": "Adresse",
"placeholders": {
"number": "123",
"street": "Rue",
"city": "Ville"
}
},
"aeroway": {
"label": "Type"
},
"amenity": {
"label": "Type"
},
"bicycle_parking": {
"label": "Type"
},
"building": {
"label": "Bâtiment "
},
"building_area": {
"label": "Bâtiment"
},
"building_yes": {
"label": "Bâtiment"
},
"capacity": {
"label": "Capacité"
},
"construction": {
"label": "Type"
},
"crossing": {
"label": "Type"
},
"cuisine": {
"label": "Cuisine"
},
"denomination": {
"label": "Denomination "
},
"elevation": {
"label": "Elevation "
},
"entrance": {
"label": "Type"
},
"fax": {
"label": "Fax"
},
"highway": {
"label": "Type"
},
"historic": {
"label": "Type"
},
"internet_access": {
"label": "Accès Internet",
"options": {
"wlan": "Wifi"
}
},
"landuse": {
"label": "Type"
},
"layer": {
"label": "Couche"
},
"leisure": {
"label": "Type"
},
"levels": {
"label": "Niveaux"
},
"man_made": {
"label": "Type"
},
"maxspeed": {
"label": "Limite de vitesse"
},
"note": {
"label": "Note"
},
"office": {
"label": "Type"
},
"oneway": {
"label": "Sens unique"
},
"opening_hours": {
"label": "Heures"
},
"operator": {
"label": "Operateur "
},
"phone": {
"label": "Telephone "
},
"place": {
"label": "Type"
},
"railway": {
"label": "Type"
},
"religion": {
"label": "Religion",
"options": {
"christian": "Christianisme",
"muslim": "Musulmane",
"buddhist": "Budhiste ",
"jewish": "Juive",
"hindu": "Indouiste ",
"taoist": "Taoiste "
}
},
"service": {
"label": "Type"
},
"shop": {
"label": "Type"
},
"source": {
"label": "Source"
},
"sport": {
"label": "Sport"
},
"surface": {
"label": "Surface"
},
"tourism": {
"label": "Type"
},
"water": {
"label": "Type"
},
"waterway": {
"label": "Type"
},
"website": {
"label": "Site Internet"
},
"wetland": {
"label": "Type"
},
"wikipedia": {
"label": "Wikipedia"
},
"wood": {
"label": "Type"
}
},
"presets": {
"aeroway/aerodrome": {
"name": "Aeroport "
},
"amenity/bank": {
"name": "Banque"
},
"amenity/bar": {
"name": "Bar"
},
"amenity/bicycle_parking": {
"name": "Parc à velos "
},
"amenity/bicycle_rental": {
"name": "Location de velos "
},
"amenity/cafe": {
"name": "Cafe "
},
"amenity/cinema": {
"name": "Cinema "
},
"amenity/fast_food": {
"name": "Fast Food"
},
"amenity/fire_station": {
"name": "Caserne de pompier"
},
"amenity/grave_yard": {
"name": "Cimetière"
},
"amenity/hospital": {
"name": "Hopital "
},
"amenity/library": {
"name": "Bibliotheque "
},
"amenity/parking": {
"name": "Parking "
},
"amenity/pharmacy": {
"name": "Pharmacie"
},
"amenity/place_of_worship": {
"name": "Lieu de culte"
},
"amenity/place_of_worship/christian": {
"name": "Eglise "
},
"amenity/place_of_worship/jewish": {
"name": "Cynagogue "
},
"amenity/place_of_worship/muslim": {
"name": "Mosque "
},
"amenity/police": {
"name": "Poste de police"
},
"amenity/post_box": {
"name": "Boite aux lettres"
},
"amenity/pub": {
"name": "Pub"
},
"amenity/restaurant": {
"name": "Restaurant"
},
"amenity/school": {
"name": "Ecole "
},
"amenity/toilets": {
"name": "Toiletes "
},
"amenity/university": {
"name": "Universite "
},
"building": {
"name": "Batiment "
},
"entrance": {
"name": "Entree "
},
"highway/bus_stop": {
"name": "Arret de bus "
},
"highway/crossing": {
"name": "Passage pieton "
},
"highway/primary": {
"name": "Route principale"
},
"highway/residential": {
"name": "Route residentielle "
},
"highway/secondary": {
"name": "Route secondaire"
},
"highway/steps": {
"name": "Escaliers"
},
"highway/tertiary": {
"name": "Route tertiaire"
},
"highway/traffic_signals": {
"name": "Feux tricolores"
},
"highway/turning_circle": {
"name": "Rond point"
},
"historic": {
"name": "Site historique"
},
"historic/monument": {
"name": "Monument"
},
"landuse/cemetery": {
"name": "Cimetiere "
},
"landuse/commercial": {
"name": "Commerciale"
},
"landuse/construction": {
"name": "Construction"
},
"landuse/farm": {
"name": "Ferme"
},
"landuse/forest": {
"name": "Forêt"
},
"landuse/grass": {
"name": "Herbe"
},
"landuse/industrial": {
"name": "Industrielle"
},
"landuse/residential": {
"name": "Residentielle "
},
"leisure/golf_course": {
"name": "Parcours de golf"
},
"leisure/park": {
"name": "Parc"
},
"leisure/pitch/tennis": {
"name": "Court de tennis"
},
"man_made/lighthouse": {
"name": "Phare"
},
"natural/bay": {
"name": "Baie"
},
"natural/beach": {
"name": "Plage"
},
"natural/tree": {
"name": "Arbre"
},
"natural/water/lake": {
"name": "Lac"
},
"place/island": {
"name": "Ile "
},
"place/village": {
"name": "Village"
},
"shop": {
"name": "Magasin"
},
"shop/butcher": {
"name": "Boucher "
},
"shop/supermarket": {
"name": "Supermarche "
},
"tourism": {
"name": "Tourisme"
},
"tourism/museum": {
"name": "Musee "
}
}
}
};
locale.de = {
"modes": {
"add_area": {
"title": "Fläche",
"description": "Füge Parks, Gebäude, Seen oder andere Flächen zur Karte hinzu.",
"tail": "Klicke in die Karte, um das Zeichnen einer Fläche wie einen Park, einen See oder Gebäude zu starten."
},
"add_line": {
"title": "Linie",
"description": "Linien können Autobahnen, Straßen, Fußwege oder sogar Kanäle sein.",
"tail": "Klicke in die Karte, um das Zeichnen einer Straße eines Pfades oder einer Route zu starten."
},
"add_point": {
"title": "Punkt",
"description": "Restaurants, Denkmäler und Briefkästen sind Punkte",
"tail": "Klicke in die Karte, um einen Punkt hinzuzufügen."
},
"browse": {
"title": "Navigation",
"description": "Verschieben und Vergrößern/Verkleinern des Kartenausschnitts."
},
"draw_area": {
"tail": "Klicke, um Punkte zur Fläche hinzuzufügen. Klicke auf den ersten Punkt, um die Fläche abzuschließen."
},
"draw_line": {
"tail": "Klicke, um mehr Punkte zur Linie hizuzufügen. Klicke auf eine andere Linie, um die Linien zu verbinden und klicke doppelt, um die Linie zu beenden."
}
},
"operations": {
"add": {
"annotation": {
"point": "Punkt hinzugefügt.",
"vertex": "Stützpunkt einem Weg hinzugefügt."
}
},
"start": {
"annotation": {
"line": "Linie begonnen.",
"area": "Fläche begonnen."
}
},
"continue": {
"annotation": {
"line": "Linie fortgesetzt.",
"area": "Fläche fortgesetzt."
}
},
"cancel_draw": {
"annotation": "Zeichnen abgebrochen."
},
"change_tags": {
"annotation": "Tags verändert."
},
"circularize": {
"title": "Abrunden",
"description": "Runde dies ab.",
"key": "O",
"annotation": {
"line": "Runde eine Linie ab.",
"area": "Runde eine Fläche ab."
}
},
"orthogonalize": {
"title": "Rechtwinkligkeit herstellen",
"description": "Diese Ecken rechtwinklig ausrichten.",
"key": "Q",
"annotation": {
"line": "Die Ecken einer Linie rechtwinklig ausgerichtet.",
"area": "Die Ecken einer Fläche rechtwinklig ausgerichtet."
}
},
"delete": {
"title": "Löschen",
"description": "Lösche dies aus der Karte.",
"annotation": {
"point": "Punkt gelöscht.",
"vertex": "Stützpunkt aus einem Weg gelöscht.",
"line": "Linie gelöscht.",
"area": "Fläche gelöscht.",
"relation": "Verbindung gelöscht.",
"multiple": "{n} Objekte gelöscht."
}
},
"connect": {
"annotation": {
"point": "Weg mit einem Punkt verbunden.",
"vertex": "Weg mit einem anderem Weg verbunden.",
"line": "Weg mit einer Linie verbunden.",
"area": "Weg mit einer Fläche verbunden."
}
},
"disconnect": {
"title": "Trennen",
"description": "Trenne diese Wege voneinander.",
"key": "D",
"annotation": "Wege getrennt."
},
"merge": {
"title": "Vereinigen",
"description": "Vereinige diese Linien.",
"key": "C",
"annotation": "{n} Linien vereinigt."
},
"move": {
"title": "Verschieben",
"description": "Verschiebe dieses Objekt an einen anderen Ort.",
"key": "M",
"annotation": {
"point": "Punkt verschoben.",
"vertex": "Stützpunkt in einen Weg veschoben.",
"line": "Linie verschoben.",
"area": "Fläche verschoben.",
"multiple": "Mehrere Objekte verschoben."
}
},
"rotate": {
"title": "Drehen",
"description": "Dieses Objekt um seinen Mittelpunkt drehen.",
"key": "R",
"annotation": {
"line": "Linie gedreht.",
"area": "Fläche gedreht."
}
},
"reverse": {
"title": "Umkehren",
"description": "Ändere die Richtung dieser Linie.",
"key": "V",
"annotation": "Linienrichtung umgekehrt."
},
"split": {
"title": "Teilen",
"description": "Teile dies in zwei Wege an diesem Punkt.",
"key": "X",
"annotation": "Weg geteilt."
}
},
"nothing_to_undo": "Nichts zum Rückgängigmachen.",
"nothing_to_redo": "Nichts zum Wiederherstellen.",
"just_edited": "Sie haben gerade OpenStreetMap editiert!",
"browser_notice": "Dieser Editor wird von Firefox, Chrome, Safari, Opera, und Internet Explorer (Version 9 und höher) unterstützt. Bitte aktualisieren Sie Ihren Browser oder nutzen Sie Potlatch 2, um die Karte zu modifizieren.",
"view_on_osm": "Auf OpenStreetMap anschauen",
"zoom_in_edit": "Hineinzoomen, um die Karte zu bearbeiten",
"logout": "Abmelden",
"report_a_bug": "Programmfehler melden",
"commit": {
"title": "Änderungen speichern",
"description_placeholder": "Eine kurze Beschreibung deiner Beiträge",
"upload_explanation": "Änderungen, die du als {user} hochlädst werden sichtbar auf allen Karte, die OpenStreetMap nutzen.",
"save": "Speichern",
"cancel": "Abbrechen",
"warnings": "Warnungen",
"modified": "Verändert",
"deleted": "Gelöscht",
"created": "Erstellt"
},
"contributors": {
"list": "Diese Kartenansicht enthält Beiträge von:",
"truncated_list": "Diese Kartenansicht enthält Beiträge von: {users} und {count} anderen"
},
"geocoder": {
"title": "Suche einen Ort",
"placeholder": "suche einen Ort",
"no_results": "Der Ort '{name}' konnte nicht gefunden werden"
},
"geolocate": {
"title": "Zeige meine Position"
},
"inspector": {
"no_documentation_combination": "Für dieses Attribut ist keine Dokumentation verfügbar.",
"no_documentation_key": "Für dises Schlüsselwort ist keine Dokumentation verfügbar",
"show_more": "Zeige mehr",
"new_tag": "Neues Attribut",
"view_on_osm": "auf OpenStreetMap ansehen",
"editing_feature": "In Bearbeitung {feature}",
"additional": "Weitere Merkmale",
"choose": "Eigenschafts-Typ auswählen",
"results": "{n} Resultate für {search}",
"reference": "In der OpenSteetMap Wiki anschauen →",
"back_tooltip": "Eigenschafts-Typ ändern"
},
"background": {
"title": "Hintergrund",
"description": "Hintergrundeinstellungen",
"percent_brightness": "{opacity}% Helligkeit",
"fix_misalignment": "Fehlerhafte Ausrichtung reparieren",
"reset": "Zurücksetzen"
},
"restore": {
"description": "Es gibt ungespeicherte Änderungen aus einer vorherigen Sitzung. Möchtest du diese Änderungen wiederherstellen?",
"restore": "Wiederherstellen",
"reset": "Zurücksetzen"
},
"save": {
"title": "Speichern",
"help": "Speichere Änderungen auf OpenStreetMap, um diese für andere Nutzer sichtbar zu machen.",
"no_changes": "Keine zu speichernden Änderungen.",
"error": "Beim Speichern ist ein Fehler aufgetreten",
"uploading": "Änderungen werden zu OpenStreetMap hochgeladen.",
"unsaved_changes": "Ungespeicherte Änderungen vorhanden"
},
"splash": {
"welcome": "Willkommen beim iD OpenStreetMap-Editor",
"text": "Dies ist eine Entwicklungsversion {version}. Für weitere Informationen besuche {website} und melde Fehler unter {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Beschreibung",
"on_wiki": "{tag} auf wiki.osm.org",
"used_with": "benutzt mit {type}"
},
"validations": {
"untagged_point": "Punkt ohne Attribute, der kein Teil einer Linie oder Fläche ist",
"untagged_line": "Linie ohne Attribute",
"untagged_area": "Fläche ohne Attribute",
"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.",
"tag_suggests_area": "Das Attribut {tag} suggeriert eine Fläche, ist aber keine Fläche",
"deprecated_tags": "Veraltete Attribute: {tags}"
},
"zoom": {
"in": "Hineinzoomen",
"out": "Herauszoomen"
},
"imagery": {
"provided_by": "Bilddaten von {source}"
},
"presets": {
"fields": {
"access": {
"label": "Zugang"
},
"address": {
"label": "Adresse",
"placeholders": {
"housename": "Hausname",
"number": "123",
"street": "Straße",
"city": "Stadt"
}
},
"aeroway": {
"label": "Typ"
},
"atm": {
"label": "Geldautomat"
},
"building": {
"label": "Gebäude"
},
"capacity": {
"label": "Kapazität"
},
"fax": {
"label": "Fax"
},
"internet_access": {
"label": "Internetzugang",
"options": {
"wlan": "Wifi"
}
},
"levels": {
"label": "Etagen"
},
"maxspeed": {
"label": "Höchstgeschwindigkeit"
},
"note": {
"label": "Notiz"
},
"oneway": {
"label": "Einbahnstraße"
},
"phone": {
"label": "Telefon"
},
"religion": {
"label": "Religion"
},
"source": {
"label": "Quelle"
},
"sport": {
"label": "Sport"
},
"surface": {
"label": "Oberfläche"
},
"website": {
"label": "Webseite"
},
"wikipedia": {
"label": "Wikipedia"
}
},
"presets": {
"aeroway/aerodrome": {
"name": "Flughafen"
},
"aeroway/helipad": {
"name": "Hubschrauberlandeplatz"
},
"amenity/bank": {
"name": "Bank"
},
"amenity/bar": {
"name": "Bar"
},
"amenity/bench": {
"name": "Bank"
},
"amenity/bicycle_parking": {
"name": "Fahrradparkplatz"
},
"amenity/bicycle_rental": {
"name": "Fahrradverleih"
},
"amenity/cinema": {
"name": "Kino"
},
"amenity/fuel": {
"name": "Tankstelle"
},
"amenity/grave_yard": {
"name": "Friedhof"
},
"amenity/hospital": {
"name": "Krankenhaus"
},
"amenity/library": {
"name": "Bibliothek"
},
"amenity/parking": {
"name": "Parkplatz"
},
"amenity/pharmacy": {
"name": "Apotheke"
},
"amenity/place_of_worship/christian": {
"name": "Kirche"
},
"amenity/place_of_worship/muslim": {
"name": "Moschee"
},
"amenity/police": {
"name": "Polizei"
},
"amenity/post_box": {
"name": "Briefkasten"
},
"amenity/pub": {
"name": "Pub"
},
"amenity/restaurant": {
"name": "Restaurant"
},
"amenity/school": {
"name": "Schule"
},
"amenity/telephone": {
"name": "Telefon"
},
"amenity/toilets": {
"name": "Toilette"
},
"amenity/townhall": {
"name": "Rathaus"
},
"amenity/university": {
"name": "Universität"
},
"entrance": {
"name": "Eingang"
},
"highway": {
"name": "Straße/Weg"
},
"highway/bus_stop": {
"name": "Bushaltestelle"
},
"highway/crossing": {
"name": "Fußgängerüberweg"
},
"highway/cycleway": {
"name": "Radweg"
},
"highway/footway": {
"name": "Fußweg"
},
"highway/path": {
"name": "Pfad"
},
"highway/steps": {
"name": "Treppen"
},
"highway/track": {
"name": "Feld-/Waldweg"
},
"highway/traffic_signals": {
"name": "Ampeln"
},
"highway/turning_circle": {
"name": "Wendestelle"
},
"historic": {
"name": "Historische Stätte"
},
"historic/monument": {
"name": "Monument"
},
"landuse/allotments": {
"name": "Kleigartenanlage"
},
"landuse/forest": {
"name": "Wald"
},
"landuse/grass": {
"name": "Gras"
},
"landuse/industrial": {
"name": "Industrie"
},
"landuse/meadow": {
"name": "Weide"
},
"landuse/residential": {
"name": "Wohngebiet"
},
"leisure/golf_course": {
"name": "Golfplatz"
},
"leisure/park": {
"name": "Park"
},
"leisure/pitch/american_football": {
"name": "American Football Feld"
},
"leisure/pitch/basketball": {
"name": "Basketballfeld"
},
"leisure/pitch/soccer": {
"name": "Fußballplatz"
},
"leisure/pitch/tennis": {
"name": "Tennisplatz"
},
"leisure/playground": {
"name": "Spieplatz"
},
"natural/beach": {
"name": "Strand"
},
"natural/cliff": {
"name": "Klippe"
},
"natural/coastline": {
"name": "Küstenlinie"
},
"natural/glacier": {
"name": "Gletscher"
},
"natural/scrub": {
"name": "Gestrübb"
},
"natural/spring": {
"name": "Quelle"
},
"natural/tree": {
"name": "Baum"
},
"natural/water": {
"name": "Wasser"
},
"natural/water/lake": {
"name": "See"
},
"natural/water/pond": {
"name": "Teich"
},
"natural/wood": {
"name": "Wald"
},
"office": {
"name": "Büro"
},
"place/island": {
"name": "Insel"
},
"place/village": {
"name": "Dorf"
},
"railway": {
"name": "Eisenbahn"
},
"railway/subway": {
"name": "U-Bahn"
},
"shop/butcher": {
"name": "Fleischer"
},
"shop/supermarket": {
"name": "Supermarkt"
},
"tourism": {
"name": "Tourismus"
},
"tourism/artwork": {
"name": "Kunst"
},
"tourism/attraction": {
"name": "Touristenattracktion"
},
"tourism/camp_site": {
"name": "Campingplatz"
},
"tourism/hotel": {
"name": "Hotel"
},
"tourism/information": {
"name": "Information"
},
"tourism/museum": {
"name": "Museum"
},
"tourism/picnic_site": {
"name": "Picknickplatz"
},
"tourism/theme_park": {
"name": "Themenpark"
},
"tourism/zoo": {
"name": "Zoo"
},
"waterway/canal": {
"name": "Kanal"
},
"waterway/dam": {
"name": "Damm"
},
"waterway/river": {
"name": "Fluss"
},
"waterway/stream": {
"name": "Bach"
},
"waterway/weir": {
"name": "Wehr"
}
}
}
};
locale.it = {
"modes": {
"add_area": {
"title": "Area",
"description": "Aggiungi parchi, edifici, laghi, o altre aree alla mappa.",
"tail": "Clicca sulla mappa per iniziare a disegnare un'area, come un parco, un lago, o un edificio."
},
"add_line": {
"title": "Linea",
"description": "Aggiungi strade, vie, percorsi pedonali, canali od altre linee alla mappa.",
"tail": "Clicca sulla mappa per iniziare a disegnare una strada, un percorso, o un itinerario."
},
"add_point": {
"title": "Punto",
"description": "Ristoranti, monumenti, e cassette postali sono punti.",
"tail": "Clicca sulla mappa per inserire un punto."
},
"browse": {
"title": "Naviga",
"description": "Muovi ed ingrandisci la mappa."
},
"draw_area": {
"tail": "Clicca per aggiungere punti all'area. Clicca sul primo punto per completarla."
},
"draw_line": {
"tail": "Clicca per aggiungere più punti alla linea. Clicca su altre linee per connetterle, e clicca due volte per terminare la linea."
}
},
"operations": {
"add": {
"annotation": {
"point": "Aggiunto un punto.",
"vertex": "Aggiunto un punto ad una linea."
}
},
"start": {
"annotation": {
"line": "Iniziata una linea.",
"area": "Iniziata un'area."
}
},
"continue": {
"annotation": {
"line": "Continuata una linea.",
"area": "Continuata un'area."
}
},
"cancel_draw": {
"annotation": "Cancellato il disegno."
},
"change_tags": {
"annotation": "Cambiati i tag."
},
"circularize": {
"title": "Rendi rotondo",
"description": "Fallo diventare rotondo.",
"key": "O",
"annotation": {
"line": "Linea resa rotonda.",
"area": "Area resa rotonda."
}
},
"orthogonalize": {
"title": "Ortogonalizza",
"description": "Ortogonalizza questi angoli.",
"key": "Q",
"annotation": {
"line": "Gli angoli della linea sono stati resi ortogonali.",
"area": "Gli angoli dell'area sono stati resi ortogonali."
}
},
"delete": {
"title": "Cancella",
"description": "Cancella questo dalla mappa.",
"annotation": {
"point": "Cancellato un punto.",
"vertex": "Cancellato un punto da una linea.",
"line": "Cancellata una linea.",
"area": "Cancellata un'area.",
"relation": "Cancellata una relazione.",
"multiple": "Cancellati {n} oggetti."
}
},
"connect": {
"annotation": {
"point": "Connessa una linea ad un punto.",
"vertex": "Connessa una linea ad un'altra.",
"line": "Connessa una strada ad una linea.",
"area": "Connessa una linea ad un'area."
}
},
"disconnect": {
"title": "Disconnetti",
"description": "Disconnetti queste linee tra loro.",
"key": "D",
"annotation": "Linee disconnesse."
},
"merge": {
"title": "Unisci",
"description": "Unisci queste linee.",
"key": "C",
"annotation": "Unite {n} linee."
},
"move": {
"title": "Muovi",
"description": "Muovi questo in una posizione differente.",
"key": "M",
"annotation": {
"point": "Mosso un punto.",
"vertex": "Mosso un nodo su una linea.",
"line": "Mossa una linea.",
"area": "Mossa un'area.",
"multiple": "Spostati diversi oggetti."
}
},
"rotate": {
"title": "Ruota",
"description": "Ruota questo oggetto intorno al suo centro.",
"key": "R",
"annotation": {
"line": "Ruotata una linea.",
"area": "Ruotata un'area."
}
},
"reverse": {
"title": "Cambia direzione",
"description": "Fai andare questa linea nella direzione opposta.",
"key": "V",
"annotation": "Cambiata direzione ad una linea."
},
"split": {
"title": "Dividi",
"description": "Dividi in questo punto le due linee.",
"key": "X",
"annotation": "Divisa una linea."
}
},
"nothing_to_undo": "Niente da ripristinare.",
"nothing_to_redo": "Niente da rifare.",
"just_edited": "Hai appena modificato OpenStreetMap!",
"browser_notice": "Questo editor è supportato in Firefox, Chrome, Safari, Opera, e Internet Explorer 9 e superiori. Aggiorna il tuo browser o usa Potlatch 2 per modificare la mappa.",
"view_on_osm": "Guarda su OSM",
"zoom_in_edit": "ingrandisci per modificare la mappa",
"logout": "logout",
"report_a_bug": "segnala un bug",
"commit": {
"title": "Salva le modifiche",
"description_placeholder": "Una breve descrizione delle tue modifiche",
"upload_explanation": "I cambiamenti che carichi come {user} saranno visibili su tutte le mappe che usano i dati di OpenStreetMap.",
"save": "Salva",
"cancel": "Annulla",
"warnings": "Avvertimenti",
"modified": "Modificati",
"deleted": "Cancellati",
"created": "Creati"
},
"contributors": {
"list": "Stai vedendo i contributi di {users}",
"truncated_list": "Stai vedendo i contributi di {users} ed altri {count}"
},
"geocoder": {
"title": "Trova un luogo",
"placeholder": "Trova un luogo",
"no_results": "Non trovo un luogo chiamato '{name}'"
},
"geolocate": {
"title": "Mostra la mia posizione"
},
"inspector": {
"no_documentation_combination": "Non c'è documentazione per questa combinazione di tag",
"no_documentation_key": "Non c'è documentazione per questa chiave",
"show_more": "Mostra di più",
"new_tag": "Nuovo Tag",
"view_on_osm": "Mostra su OSM",
"additional": "Tag aggiuntivi",
"choose": "Seleziona il tipo di caratteristica",
"results": "{n} risultati per {search}",
"reference": "Vedi sulla Wiki di OpenStreetMap →",
"back_tooltip": "Cambia il tipo di caratteristica"
},
"background": {
"title": "Sfondo",
"description": "Impostazioni dello sfondo",
"percent_brightness": "{opacity}% luminosità",
"fix_misalignment": "Allinea",
"reset": "reset"
},
"restore": {
"description": "Hai modifiche non salvate da una sessione precedente. Vuoi ripristinare questi cambiamenti?",
"restore": "Ripristina",
"reset": "Reset"
},
"save": {
"title": "Salva",
"help": "Salva i cambiamenti su OpenStreetMap, rendendoli visibili ad altri utenti.",
"no_changes": "Nessuna modifica da salvare.",
"error": "E' accaduto un errore mentre veniva tentato il salvataggio",
"uploading": "Caricamento delle modifiche su OpenStreetMap.",
"unsaved_changes": "Hai modifiche non salvate"
},
"splash": {
"welcome": "Benvenuti nell'editor OpenStreetMap iD",
"text": "Questa è la versione di sviluppo {version}. Per maggiori informazioni vedi {website} e segnala i bug su {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Descrizione",
"on_wiki": "{tag} su wiki.osm.org",
"used_with": "usato con {type}"
},
"validations": {
"untagged_point": "Punto senza tag che non è parte di una linea o di un'area",
"untagged_line": "Linea senza tag",
"untagged_area": "Area senza tag",
"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.",
"tag_suggests_area": "Il tag {tag} fa pensare che la linea sia un'area, ma non rappresenta un'area",
"deprecated_tags": "Tag deprecati: {tags}"
},
"zoom": {
"in": "Ingrandisci",
"out": "Riduci"
},
"presets": {
"fields": {
"access": {
"label": "Accesso"
},
"address": {
"label": "Indirizzo",
"placeholders": {
"housename": "Nome della casa",
"number": "123",
"street": "Strada",
"city": "Città"
}
},
"aeroway": {
"label": "Tipo"
},
"amenity": {
"label": "Tipo"
},
"atm": {
"label": "Bancomat"
},
"bicycle_parking": {
"label": "Tipo"
},
"building": {
"label": "Edificio"
},
"building_area": {
"label": "Edificio"
},
"building_yes": {
"label": "Edificio"
},
"capacity": {
"label": "Capienza"
},
"collection_times": {
"label": "Orari di raccolta"
},
"construction": {
"label": "Tipo"
},
"crossing": {
"label": "Tipo"
},
"cuisine": {
"label": "Cucina"
},
"denomination": {
"label": "Confessione"
},
"denotation": {
"label": "Denotazione"
},
"elevation": {
"label": "Altitudine"
},
"emergency": {
"label": "Emergenza"
},
"entrance": {
"label": "Tipo"
},
"fax": {
"label": "Fax"
},
"fee": {
"label": "Tariffa"
},
"highway": {
"label": "Tipo"
},
"historic": {
"label": "Tipo"
},
"internet_access": {
"label": "Accesso ad Internet",
"options": {
"wlan": "Wifi",
"wired": "Via cavo",
"terminal": "Terminale"
}
},
"landuse": {
"label": "Tipo"
},
"layer": {
"label": "Livello"
},
"leisure": {
"label": "Tipo"
},
"levels": {
"label": "Piani"
},
"man_made": {
"label": "Tipo"
},
"maxspeed": {
"label": "Limite di velocità"
},
"natural": {
"label": "Naturale"
},
"network": {
"label": "Rete"
},
"note": {
"label": "Nota"
},
"office": {
"label": "Tipo"
},
"oneway": {
"label": "Senso unico"
},
"opening_hours": {
"label": "Ore"
},
"operator": {
"label": "Operatore"
},
"phone": {
"label": "Telefono"
},
"place": {
"label": "Tipo"
},
"railway": {
"label": "Tipo"
},
"ref": {
"label": "Riferimento"
},
"religion": {
"label": "Religione",
"options": {
"christian": "Cristiana",
"muslim": "Musulmana",
"buddhist": "Buddista",
"jewish": "Ebraica",
"hindu": "Indù",
"shinto": "Shintoista",
"taoist": "Taoista"
}
},
"service": {
"label": "Tipo"
},
"shelter": {
"label": "Riparo"
},
"shop": {
"label": "Tipo"
},
"source": {
"label": "Fonte"
},
"sport": {
"label": "Sport"
},
"surface": {
"label": "Superficie"
},
"tourism": {
"label": "Tipo"
},
"water": {
"label": "Tipo"
},
"waterway": {
"label": "Tipo"
},
"website": {
"label": "Sito web"
},
"wetland": {
"label": "Tipo"
},
"wikipedia": {
"label": "Wikipedia"
},
"wood": {
"label": "Tipo"
}
},
"presets": {
"aeroway": {
"name": "Pista aeroportuale"
},
"aeroway/aerodrome": {
"name": "Aeroporto"
},
"aeroway/helipad": {
"name": "Elisuperficie"
},
"amenity": {
"name": "Servizi"
},
"amenity/bank": {
"name": "Banca"
},
"amenity/bar": {
"name": "Bar"
},
"amenity/bench": {
"name": "Panchina"
},
"amenity/bicycle_parking": {
"name": "Parcheggio biciclette"
},
"amenity/bicycle_rental": {
"name": "Noleggio biciclette"
},
"amenity/cafe": {
"name": "Caffè"
},
"amenity/cinema": {
"name": "Cinema"
},
"amenity/fast_food": {
"name": "Fast Food"
},
"amenity/fire_station": {
"name": "Caserma dei pompieri"
},
"amenity/fuel": {
"name": "Stazione di servizio"
},
"amenity/grave_yard": {
"name": "Cimitero"
},
"amenity/hospital": {
"name": "Ospedale"
},
"amenity/library": {
"name": "Biblioteca"
},
"amenity/parking": {
"name": "Parcheggio"
},
"amenity/pharmacy": {
"name": "Farmacia"
},
"amenity/place_of_worship": {
"name": "Luogo di culto"
},
"amenity/place_of_worship/christian": {
"name": "Chiesa"
},
"amenity/place_of_worship/jewish": {
"name": "Sinagoga"
},
"amenity/place_of_worship/muslim": {
"name": "Moschea"
},
"amenity/police": {
"name": "Forze di polizia"
},
"amenity/post_box": {
"name": "Buca delle lettere"
},
"amenity/post_office": {
"name": "Ufficio Postale"
},
"amenity/pub": {
"name": "Pub"
},
"amenity/restaurant": {
"name": "Ristorante"
},
"amenity/school": {
"name": "Scuola"
},
"amenity/swimming_pool": {
"name": "Piscina"
},
"amenity/telephone": {
"name": "Telefono"
},
"amenity/toilets": {
"name": "Bagni"
},
"amenity/townhall": {
"name": "Municipio"
},
"amenity/university": {
"name": "Università"
},
"building": {
"name": "Edificio"
},
"entrance": {
"name": "Entrata"
},
"highway": {
"name": "Strada"
},
"highway/bus_stop": {
"name": "Fermata dell'autobus"
},
"highway/crossing": {
"name": "Attraversamento"
},
"highway/cycleway": {
"name": "Percorso ciclabile"
},
"highway/footway": {
"name": "Percorso pedonale"
},
"highway/motorway": {
"name": "Autostrada"
},
"highway/path": {
"name": "Sentiero"
},
"highway/primary": {
"name": "Strada di importanza nazionale"
},
"highway/residential": {
"name": "Strada residenziale"
},
"highway/secondary": {
"name": "Strada di importanza regionale"
},
"highway/service": {
"name": "Strada di servizio"
},
"highway/steps": {
"name": "Scale"
},
"highway/tertiary": {
"name": "Strada di importanza locale"
},
"highway/track": {
"name": "Strada ad uso agricolo / forestale"
},
"highway/traffic_signals": {
"name": "Semaforo"
},
"highway/trunk": {
"name": "Superstrada"
},
"highway/turning_circle": {
"name": "Slargo per inversione"
},
"highway/unclassified": {
"name": "Viabilità ordinaria"
},
"historic": {
"name": "Sito storico"
},
"historic/monument": {
"name": "Monumento"
},
"landuse": {
"name": "Uso del suolo"
},
"landuse/allotments": {
"name": "Orti in concessione"
},
"landuse/basin": {
"name": "Bacino"
},
"landuse/cemetery": {
"name": "Cimitero"
},
"landuse/commercial": {
"name": "Commerciale"
},
"landuse/construction": {
"name": "Costruzione"
},
"landuse/farm": {
"name": "Agricolo"
},
"landuse/farmyard": {
"name": "Fattoria"
},
"landuse/forest": {
"name": "Foresta"
},
"landuse/grass": {
"name": "Erba"
},
"landuse/industrial": {
"name": "Industriale"
},
"landuse/meadow": {
"name": "Coltivazione erbacea"
},
"landuse/orchard": {
"name": "Frutteto"
},
"landuse/quarry": {
"name": "Cava"
},
"landuse/residential": {
"name": "Residenziale"
},
"landuse/vineyard": {
"name": "Vigneto"
},
"leisure": {
"name": "Svago"
},
"leisure/garden": {
"name": "Giardino"
},
"leisure/golf_course": {
"name": "Campo da Golf"
},
"leisure/park": {
"name": "Parco"
},
"leisure/pitch": {
"name": "Campo da gioco"
},
"leisure/pitch/american_football": {
"name": "Campo da Football Americano"
},
"leisure/pitch/baseball": {
"name": "Diamante da Baseball"
},
"leisure/pitch/basketball": {
"name": "Campo da basket"
},
"leisure/pitch/soccer": {
"name": "Campo di calcio"
},
"leisure/pitch/tennis": {
"name": "Campo da tennis"
},
"leisure/playground": {
"name": "Campetto"
},
"leisure/swimming_pool": {
"name": "Piscina"
},
"man_made": {
"name": "Costruzioni civili"
},
"man_made/lighthouse": {
"name": "Faro"
},
"man_made/pier": {
"name": "Molo"
},
"man_made/survey_point": {
"name": "Punto geodetico"
},
"man_made/water_tower": {
"name": "Torre Idrica"
},
"natural": {
"name": "Naturale"
},
"natural/bay": {
"name": "Baia"
},
"natural/beach": {
"name": "Spiaggia"
},
"natural/cliff": {
"name": "Scogliera"
},
"natural/coastline": {
"name": "Linea di costa"
},
"natural/glacier": {
"name": "Ghiacciaio"
},
"natural/grassland": {
"name": "Prateria"
},
"natural/heath": {
"name": "Brughiera"
},
"natural/peak": {
"name": "Picco"
},
"natural/scrub": {
"name": "Macchia mediterranea"
},
"natural/spring": {
"name": "Sorgente"
},
"natural/tree": {
"name": "Albero"
},
"natural/water": {
"name": "Specchio d'acqua"
},
"natural/water/lake": {
"name": "Lago"
},
"natural/water/pond": {
"name": "Stagno"
},
"natural/water/reservoir": {
"name": "Bacino idrico"
},
"natural/wetland": {
"name": "Zona umida"
},
"natural/wood": {
"name": "Foresta"
},
"office": {
"name": "Uffici"
},
"place": {
"name": "Luogo"
},
"place/hamlet": {
"name": "Paese"
},
"place/island": {
"name": "Isola"
},
"place/locality": {
"name": "Località"
},
"place/village": {
"name": "Villaggio"
},
"power/sub_station": {
"name": "Sottostazione"
},
"railway": {
"name": "Ferrovia"
},
"railway/level_crossing": {
"name": "Passaggio a livello"
},
"railway/rail": {
"name": "Binario"
},
"railway/subway": {
"name": "Metropolitana"
},
"railway/subway_entrance": {
"name": "Entrata di metropolitana"
},
"shop": {
"name": "Negozio"
},
"shop/butcher": {
"name": "Macellaio"
},
"shop/supermarket": {
"name": "Supermercato"
},
"tourism": {
"name": "Turismo"
},
"tourism/alpine_hut": {
"name": "Rifugio"
},
"tourism/artwork": {
"name": "Opera d'arte"
},
"tourism/attraction": {
"name": "Attrazione turistica"
},
"tourism/camp_site": {
"name": "Campeggio"
},
"tourism/caravan_site": {
"name": "Sosta per camper"
},
"tourism/chalet": {
"name": "Chalet"
},
"tourism/guest_house": {
"name": "Affittacamere"
},
"tourism/hostel": {
"name": "Ostello"
},
"tourism/hotel": {
"name": "Albergo"
},
"tourism/information": {
"name": "Informazioni"
},
"tourism/motel": {
"name": "Motel"
},
"tourism/museum": {
"name": "Museo"
},
"tourism/picnic_site": {
"name": "Area picnic"
},
"tourism/theme_park": {
"name": "Parco a tema"
},
"tourism/viewpoint": {
"name": "Punto panoramico"
},
"tourism/zoo": {
"name": "Zoo"
},
"waterway": {
"name": "Corso d'acqua"
},
"waterway/canal": {
"name": "Canale"
},
"waterway/dam": {
"name": "Diga"
},
"waterway/ditch": {
"name": "Fossato"
},
"waterway/drain": {
"name": "Canale di scolo"
},
"waterway/river": {
"name": "Fiume"
},
"waterway/riverbank": {
"name": "Argine"
},
"waterway/stream": {
"name": "Torrente"
},
"waterway/weir": {
"name": "Sbarramento"
}
}
}
};
locale.ja = {
"modes": {
"add_area": {
"title": "エリア",
"description": "公園や建物、湖沼等をマップに追加",
"tail": "クリックした地点から公園や湖沼、建物など、エリアの描画を行います"
},
"add_line": {
"title": "ライン",
"description": "道路や歩道、用水路などのラインを描画",
"tail": "クリックした地点から道路や歩道、流水経路など、ラインの描画を開始します"
},
"add_point": {
"title": "ポイント",
"description": "レストランや記念碑、郵便ボックス等、ポイント情報を追加",
"tail": "クリックした地点にポイントを追加します"
},
"browse": {
"title": "ブラウズ",
"description": "マップの拡大縮小"
},
"draw_area": {
"tail": "クリックするとエリア上にポイントを追加できます。ラインの起点となっているポイントをクリックするとエリアが作成されます"
},
"draw_line": {
"tail": "クリックするとライン上にポイントを追加できます。ラインを描画中に他のラインをクリックすることで、2つのラインを接続することが可能です。描画を終了するにはダブルクリックしてください"
}
},
"operations": {
"add": {
"annotation": {
"point": "ポイントの追加",
"vertex": "ウェイへのノード追加"
}
},
"start": {
"annotation": {
"line": "ラインの描画開始",
"area": "エリアの描画開始"
}
},
"continue": {
"annotation": {
"line": "ライン描画の継続",
"area": "エリア描画の継続"
}
},
"cancel_draw": {
"annotation": "描画のキャンセル"
},
"change_tags": {
"annotation": "タグの変更"
},
"circularize": {
"title": "円状に並べる",
"description": "この地物を円状に配置",
"key": "O",
"annotation": {
"line": "ラインを円状に整形",
"area": "エリアを円状に整形"
}
},
"orthogonalize": {
"title": "角の直交化",
"description": "角を90度に整形",
"key": "Q",
"annotation": {
"line": "ラインの角を90度に整形",
"area": "エリアの角を90度に整形"
}
},
"delete": {
"title": "削除",
"description": "この地物をマップから削除",
"annotation": {
"point": "ポイントを削除",
"vertex": "ウェイ上のノードを削除",
"line": "ライン削除",
"area": "エリア削除",
"relation": "リレーション削除",
"multiple": "{n} 個のオブジェクトを削除"
}
},
"connect": {
"annotation": {
"point": "ウェイをポイントに接続",
"vertex": "ウェイを他のウェイト接続",
"line": "ウェイとラインを接続",
"area": "ウェイとエリアを接続"
}
},
"disconnect": {
"title": "接続解除",
"description": "ウェイの接続を解除して切り離す",
"key": "D",
"annotation": "ウェイの接続を解除"
},
"merge": {
"title": "結合",
"description": "複数のラインを結合",
"key": "C",
"annotation": "{n} 本のラインを結合"
},
"move": {
"title": "移動",
"description": "この地物を別の位置へ移動",
"key": "M",
"annotation": {
"point": "ポイントを移動",
"vertex": "ウェイ上のノードを移動",
"line": "ラインの移動",
"area": "エリアの移動",
"multiple": "Moved multiple objects."
}
},
"rotate": {
"title": "Rotate",
"description": "Rotate this object around its centre point.",
"key": "R",
"annotation": {
"line": "Rotated a line.",
"area": "Rotated an area."
}
},
"reverse": {
"title": "方向反転",
"description": "ラインの向きを反転",
"key": "V",
"annotation": "ラインの方向反転"
},
"split": {
"title": "分割",
"description": "このポイントを境としてウェイを分割",
"key": "X",
"annotation": "ウェイの分割"
}
},
"nothing_to_undo": "やり直す変更点がありません",
"nothing_to_redo": "やり直した変更点がありません",
"just_edited": "OpenStreetMap編集完了",
"browser_notice": "このエディタは Firefox, Chrome, Safari, Opera, および Internet Explorer 9 以上をサポートしています。ブラウザのバージョンを更新するか、Potlatch 2を使用して編集してください",
"view_on_osm": "OSMで確認",
"zoom_in_edit": "編集するにはさらに地図を拡大してください",
"logout": "ログアウト",
"report_a_bug": "バグ報告",
"commit": {
"title": "編集結果を保存",
"upload_explanation": "編集した内容を {user} アカウントでアップロードし、OpenStreetMapを利用しているすべてのユーザが閲覧できるようにします",
"save": "Save",
"cancel": "キャンセル",
"warnings": "注意",
"modified": "変更した地物",
"deleted": "削除した地物",
"created": "作成した地物"
},
"contributors": {
"list": "{users} による編集履歴を確認",
"truncated_list": "{users} とその他 {count} 人による編集履歴を表示"
},
"geocoder": {
"title": "特定地点を検索",
"placeholder": "対象地点の名称",
"no_results": "'{name}' という名称の地点が見つかりません"
},
"geolocate": {
"title": "編集画面を現在地へ移動"
},
"inspector": {
"no_documentation_combination": "このタグの組み合わせに関する説明文はありません",
"no_documentation_key": "このキーに対する説明文はありません",
"new_tag": "新規タグ",
"view_on_osm": "詳細情報確認"
},
"background": {
"title": "背景画像",
"description": "背景画像設定",
"percent_brightness": "{opacity}% 輝度",
"fix_misalignment": "背景画像をずらす",
"reset": "設定リセット"
},
"restore": {
"description": "前回作業した編集内容がアップロードされていません。編集内容を復元しますか?",
"restore": "復元",
"reset": "破棄"
},
"save": {
"help": "編集内容をOpenStreetMapへ保存し、他ユーザへ公開",
"error": "データ保存中にエラーが発生しました",
"uploading": "編集内容をOpenStreetMapへアップロードしています",
"unsaved_changes": "編集内容が保存されていません"
},
"splash": {
"welcome": "iD 起動中",
"text": "開発版 {version} を起動します。詳細は {website} を参照してください。バグ報告は {github} で受付中です"
},
"source_switch": {
"live": "本番サーバ",
"dev": "開発サーバ"
},
"tag_reference": {
"description": "説明"
},
"validations": {
"untagged_point": "ポイントにタグが付与されておらず、ラインやエリアの一部でもありません",
"untagged_line": "ラインにタグが付与されていません",
"untagged_area": "エリアにタグが付与されていません",
"tag_suggests_area": "ラインに {tag} タグが付与されています。エリアで描かれるべきです",
"deprecated_tags": "タグの重複: {tags}"
},
"zoom": {
"in": "ズームイン",
"out": "ズームアウト"
}
};
locale.lv = {
"modes": {
"add_area": {
"title": "Apgabals",
"description": "Pievieno parkus, ēkas, ezerus un citus apgabalus.",
"tail": "Klikšķiniet uz kartes, lai sāktu zīmēt apgabalu, piemēram, parku, ezeru, vai ēku."
},
"add_line": {
"title": "Līnija",
"description": "Pievieno ceļus, ielas, takas kanālus un citas līnijas.",
"tail": "Klikšķiniet uz kartes, lai sāktu zīmēt līniju, piemēram, ceļu vai taku."
},
"add_point": {
"title": "Punkts",
"description": "Pievieno restorānus, pieminekļus, veikalus un citus punktus.",
"tail": "Klikšķiniet uz kartes, lai pievienotu interešu punktu."
},
"browse": {
"title": "Pārlūkot",
"description": "Pārlūko karti."
},
"draw_area": {
"tail": "Klikšķiniet, lai pievienotu mezglus apgabalam. Lai beigtu zīmēt apgabalu, klikšķiniet uz sākuma mezgla."
},
"draw_line": {
"tail": "Klikšķiniet, lai pievienotu mezglus līnijai. Lai savienotu ar citām linijām, klikšķiniet uz tām. Dubultklikšķis nobeidz līniju."
}
},
"operations": {
"add": {
"annotation": {
"point": "Punkts pievienots.",
"vertex": "Mezgls pievienots līnijai."
}
},
"start": {
"annotation": {
"line": "Līnija iesākta.",
"area": "Apgabals iesākts."
}
},
"continue": {
"annotation": {
"line": "Līnija turpināta.",
"area": "Apgabals turpināts."
}
},
"cancel_draw": {
"annotation": "Zīmēšana atcelta."
},
"change_tags": {
"annotation": "Apzīmējumi mainīti."
},
"circularize": {
"title": "Pārveidot par apļveida",
"description": "Pārveidot šo objektu par apļveida.",
"key": "O",
"annotation": {
"line": "Līnija pārveidota par apļveida.",
"area": "Apgabals pārveidots par apļveida."
}
},
"orthogonalize": {
"title": "Ortogonalizēt",
"description": "Pārveidot, lai visi leņķi būtu taisnleņķi.",
"key": "Q",
"annotation": {
"line": "Līnijas leņķi pārvedoti par taisnleņķiem.",
"area": "Apgabala leņķi pārvedoti par taisnleņķiem."
}
},
"delete": {
"title": "Dzēst",
"description": "Izdzēst no kartes.",
"annotation": {
"point": "Punkts dzēsts.",
"vertex": "Mezgls dzests.",
"line": "Līnija dzēsta.",
"area": "Apgabals dzēsts.",
"relation": "Relācija dzēsta.",
"multiple": "{n} objekti dzēsti."
}
},
"connect": {
"annotation": {
"point": "Līnija savienota ar punktu.",
"vertex": "Līnija savienota ar citu.",
"line": "Līnija savienota ar līniju.",
"area": "Līnija savienota ar apgabalu."
}
},
"disconnect": {
"title": "Atvienot",
"description": "Atvieno līnijas.",
"key": "D",
"annotation": "Līnijas atvienotas."
},
"merge": {
"title": "Sapludināt",
"description": "Sapludināt līnijas.",
"key": "C",
"annotation": "{n} līnijas sapludinātas."
},
"move": {
"title": "Pārvietot",
"description": "Pārvieto objektu.",
"key": "M",
"annotation": {
"point": "Punkts pārvietots.",
"vertex": "Mezgls pārvietots.",
"line": "Līnija pārvietota.",
"area": "Apgabals pārvietots.",
"multiple": "Vairāki objekti pārvietoti."
}
},
"rotate": {
"title": "Pagriezt",
"description": "Pagriezt šo objektu ap tā centru.",
"key": "R",
"annotation": {
"line": "Līnija pagriezta.",
"area": "Apgabals pagriezts."
}
},
"reverse": {
"title": "Mainīt virzienu",
"description": "Mainīt līnijas virzienu.",
"key": "V",
"annotation": "Līnijas virziens mainīts."
},
"split": {
"title": "Sadalīt",
"description": "Sadalīt līniju pie šī punkta.",
"key": "X",
"annotation": "Līnija sadalīta."
}
},
"nothing_to_undo": "Nav nekā, ko atcelt",
"nothing_to_redo": "Nav nekā, ko atsaukt",
"just_edited": "Jūs nupat rediģējāt OpenStreetMap",
"browser_notice": "Šis redaktors tiek atbalstīts ar Firefox, Chrome, Safari, Opera, un Internet Explorer 9 un jaunāku. Lūdzu, atjauniniet savu pārlūkprogrammu vai izmantojiet Potlatch 2 kartes rediģēšanai",
"view_on_osm": "Aplūkot OSM kartē",
"zoom_in_edit": "pietuviniet, lai labotu karti",
"logout": "atslēgties",
"report_a_bug": "ziņot par kļūdu",
"commit": {
"title": "Saglabāt izmaiņas",
"description_placeholder": "Īss apraksts par jūsu ieguldījumu",
"upload_explanation": "Izmaiņas, kuras jūs augšupielādējat kā {user}, būs pieejamas visās kartēs, kuras izmanto OpenStreetMap datus.",
"save": "Saglabāt",
"cancel": "Atcelt",
"warnings": "Brīdinājumi",
"modified": "Mainīts",
"deleted": "Dzēsts",
"created": "Izveidots"
},
"contributors": {
"list": "{users} papildinājumi redzami",
"truncated_list": "{users} un {count} citu papildinājumi redzami"
},
"geocoder": {
"title": "Atrast vietu",
"placeholder": "meklēt vietu",
"no_results": "Nevar atrast vietu '{name}'"
},
"geolocate": {
"title": "Parādīt manu atrašanās vietu"
},
"inspector": {
"no_documentation_combination": "Šai apzīmējumu kombinācijai nav piejama dokumentācija",
"no_documentation_key": "Šai vērtībai nav piejama dokumentācija",
"new_tag": "Jauns apzīmējums",
"view_on_osm": "Apskatīt OSM",
"additional": "Papildus apzīmējumi",
"choose": "Izvēlieties objekta tipu",
"results": "Atrasti {n} rezultāti meklējot {search}",
"reference": "Skatīt OpenStreetMap wiki →",
"back_tooltip": "Mainīt objekta tipu"
},
"background": {
"title": "Fons",
"description": "Fona iestatījumi",
"percent_brightness": "{opacity}% caurspīdīgums",
"fix_misalignment": "Labot fona nobīdi",
"reset": "Atiestatīt"
},
"restore": {
"description": "Jums ir nesaglabātas izmaiņas no iepriekšējās labošanas sesijas. Vai vēlaties ielādēt šīs izmaiņas?",
"restore": "Ielādēt",
"reset": "Atmest"
},
"save": {
"title": "Saglabāt",
"help": "Saglabā izmaiņas, padarot tās redzamas citiem.",
"no_changes": "Nav izmaiņu, ko saglabāt.",
"error": "Kļūda. Nevarēja saglabāt izmaiņas",
"uploading": "Augšupielādē izmaiņas",
"unsaved_changes": "Jums ir nesaglabātas izmaiņas"
},
"splash": {
"welcome": "Laipni lūgti iD OpenStreetMap redaktorā",
"text": "Šī ir izstrādes versija {version}. Papildus informācijai skatīt {website} un ziņot par kļūdām {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Apraksts",
"on_wiki": "{tag} wiki.osm.org",
"used_with": "izmantots kopā ar {type}"
},
"validations": {
"untagged_point": "Neapzīmēts punkts",
"untagged_line": "Neapzīmēta līnija",
"untagged_area": "Neapzīmēts apgabals",
"many_deletions": "Jūs dzēšat {n} objektus. Vai tiešām vēlaties to darīt? Tie tiks izdzēsti no kartes, ko visi var aplūkt openstreetmap.org.",
"tag_suggests_area": "Apzīmējums {tag} parasti tiek lietots apgabaliem, bet objekts nav apgabals",
"deprecated_tags": "Novecojuši apzīmējumi: {tags}"
},
"zoom": {
"in": "Pietuvināt",
"out": "Attālināt"
},
"presets": {
"fields": {
"access": {
"label": "Piekļuve"
},
"address": {
"label": "Adrese",
"placeholders": {
"number": "123",
"street": "Iela",
"city": "Pilsēta"
}
},
"aeroway": {
"label": "Tips"
},
"amenity": {
"label": "Tips"
},
"atm": {
"label": "Bankomāts"
},
"bicycle_parking": {
"label": "Tips"
},
"building": {
"label": "Ēka"
},
"building_area": {
"label": "Ēka"
},
"building_yes": {
"label": "Ēka"
},
"capacity": {
"label": "Ietilpība"
},
"construction": {
"label": "Tips"
},
"crossing": {
"label": "Tips"
},
"fee": {
"label": "Maksa"
},
"highway": {
"label": "Tips"
},
"historic": {
"label": "Tips"
},
"internet_access": {
"label": "Interneta piekļuve",
"options": {
"wlan": "Bezvadu internets",
"wired": "Kabeļinternets"
}
},
"landuse": {
"label": "Tips"
},
"layer": {
"label": "Līmenis"
},
"leisure": {
"label": "Tips"
},
"levels": {
"label": "Stāvu skaits"
},
"man_made": {
"label": "Tips"
},
"maxspeed": {
"label": "Ātruma ierobežojums"
},
"oneway": {
"label": "Vienvirziena"
},
"opening_hours": {
"label": "Darba laiks"
},
"place": {
"label": "Tips"
},
"railway": {
"label": "Tips"
},
"religion": {
"label": "Reliģija",
"options": {
"christian": "Kristietiešu",
"muslim": "Musulmaņu",
"buddhist": "Budistu",
"hindu": "Hinduistu",
"shinto": "Sintoistu",
"taoist": "Taoistu"
}
},
"service": {
"label": "Tips"
},
"shelter": {
"label": "Pajumte"
},
"shop": {
"label": "Tips"
},
"source": {
"label": "Avots"
},
"sport": {
"label": "Sports"
},
"surface": {
"label": "Segums"
},
"tourism": {
"label": "Tips"
},
"water": {
"label": "Tips"
},
"waterway": {
"label": "Tips"
},
"wetland": {
"label": "Tips"
},
"wood": {
"label": "Tips"
}
}
}
};
locale.pl = {
"modes": {
"add_area": {
"title": "Obszar",
"description": "Obaszary mogą być na przykład parkami, budynkami, jeziorami.",
"tail": "Kliknij na mapę aby zacząć rysować obszar, na przykład park, jezioro lub budynek."
},
"add_line": {
"title": "Linia",
"description": "Linie mogą być na przykład jezdniami, ścieżkami dla pieszych lub nawet kanałami.",
"tail": "Kliknij na mapę aby zacząć rysować linię, na przykład drogę, ścieżkę lub trasę."
},
"add_point": {
"title": "Punkt",
"description": "Punkty mogą być na przykład restauracjami, pomnikami i skrzynkami pocztowymi.",
"tail": "Kliknij na mapę aby dodać punkt, na przykład restaurację, pomnik lub skrzynkę pocztową."
},
"browse": {
"title": "Przeglądaj",
"description": "Przesuwaj i zmieniaj skalę mapy."
},
"draw_area": {
"tail": "Kliknij aby dodać punkty do obszaru. Kliknij na pierwszy punkt aby skończyć rysowanie obszaru."
},
"draw_line": {
"tail": "Kliknij aby dodać punkty do linii. Kliknij na inne linie aby je połączyć, a dwa razy kliknij na linię aby skończyć ją rysować."
}
},
"operations": {
"add": {
"annotation": {
"point": "Dodano punkt.",
"vertex": "Dodano węzeł do drogi."
}
},
"start": {
"annotation": {
"line": "Zaczęto linię.",
"area": "Zaczęto obszar."
}
},
"continue": {
"annotation": {
"line": "Kontynuacja linii.",
"area": "Kontynuacja obszaru."
}
},
"cancel_draw": {
"annotation": "Przestano rysować."
},
"change_tags": {
"annotation": "Zmieniono tagi."
},
"circularize": {
"title": "Zaokrąglij",
"description": "Wyrównaj na okręgu.",
"key": "O",
"annotation": {
"line": "Zaokrąglij linię.",
"area": "Zaokrąglij obszar."
}
},
"orthogonalize": {
"title": "Ortogonalizuj",
"description": "Spraw, aby te kąty były proste.",
"key": "Q",
"annotation": {
"line": "Zortogonalizowano kąty linii.",
"area": "Zortogonalizowano kąty obszaru."
}
},
"delete": {
"title": "Usuń",
"description": "Usuń to z mapy.",
"annotation": {
"point": "Usunięto punkt.",
"vertex": "Usunięto węzeł z drogi.",
"line": "Usunięto linię.",
"area": "Usunięto obszar.",
"relation": "Usunięto relację.",
"multiple": "Usunięto {n} obietów/obiekty."
}
},
"connect": {
"annotation": {
"point": "Połączono drogę z punktem.",
"vertex": "Połączono dwie drogi.",
"line": "Połączono drogę z linią.",
"area": "Połączono drogę z obszarem."
}
},
"disconnect": {
"title": "Rozłącz",
"description": "Rozłącz te dwie drogi.",
"key": "D",
"annotation": "Rozłączono drogi."
},
"merge": {
"title": "Scal",
"description": "Scal te linie.",
"key": "C",
"annotation": "Scalono {n} linii."
},
"move": {
"title": "Przesuń",
"description": "Przesuń to w inne miejsce.",
"key": "M",
"annotation": {
"point": "Przesunięto punkt.",
"vertex": "Przesunięto węzeł drogi.",
"line": "Przesunięto linię.",
"area": "Przesunięto obszar."
}
},
"reverse": {
"title": "Odwróć",
"description": "Spraw by ta linia biegła w przeciwnym kierunku.",
"key": "V",
"annotation": "Odwrócono linię."
},
"split": {
"title": "Rozdziel",
"description": "Rozdziel to na dwie drogi w tym punkcie.",
"key": "X",
"annotation": "Rozdzielono drogę."
}
},
"nothing_to_undo": "Nie ma nic do cofnięcia.",
"nothing_to_redo": "Nie ma nic do powtórzenia.",
"just_edited": "Właśnie wprowadziłeś zmiany w OpenStreetMap!!",
"browser_notice": "Ten edytor działa w Firefox, Chrome, Safari, Opera, and Internet Explorer 9 i wyższych. Zaktualizuj swoją przeglądarkę lub użyj Potlatch 2 aby edytować mapę.",
"view_on_osm": "Pokaż w OSM",
"zoom_in_edit": "zwiększ skalę aby edytować mapę",
"logout": "wyloguj",
"report_a_bug": "zgłoś błąd",
"commit": {
"title": "Zapisz zmiany",
"description_placeholder": "Krótki opis twoich zmian",
"upload_explanation": "Zmiany które wyślesz jako {user} będą widoczne na wszystkich mapach używających danych OpenStreetMap.",
"save": "Zapisz",
"cancel": "Anuluj",
"warnings": "Ostrzeżenia",
"modified": "Zmodyfikowano",
"deleted": "Usunięto",
"created": "Utworzono"
},
"contributors": {
"list": "Przeglądanie wkładu użytkowników {users}",
"truncated_list": "Przeglądanie wkładu użytkownikówy {users} {count} innych"
},
"geocoder": {
"title": "Znajdź miejsce",
"placeholder": "znajdź miejsce",
"no_results": "Nie można znaleźć miejsca o nazwie '{name}'"
},
"geolocate": {
"title": "Pokaż moją pozycję."
},
"inspector": {
"no_documentation_combination": "Nie ma dokumentacji dla tej kombinacji tagu.",
"no_documentation_key": "Nie ma dokumentacji dla tego klucza",
"new_tag": "Nowy tag",
"view_on_osm": "Zobacz w OSM"
},
"background": {
"title": "Tło",
"description": "Ustawienia tła",
"percent_brightness": "jasność {opacity}%",
"fix_misalignment": "Wyrównaj podkład",
"reset": "resetuj"
},
"restore": {
"description": "Masz niezapisane zmiany z poprzedniej sesji. Chcesz je przywrócić?",
"restore": "Przywróć",
"reset": "Resetuj"
},
"save": {
"title": "Zapisz",
"help": "Zapisz zmiany na OpenStreetMap, aby były one widoczne dla innych",
"error": "Wystąpił błąd podczas próby zapisu.",
"uploading": "Wysyłanie zmian do OpenStreetMap.",
"unsaved_changes": "Masz niezapisane zmiany."
},
"splash": {
"welcome": "Witaj w edytorze iD map OpenStreetMap",
"text": "To jest wersja rozwojowa {version}. Informacji szukaj na {website} i zgłaszaj błędy na {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Opis",
"on_wiki": "{tag} na wiki.osm.org",
"used_with": "używany z {type}"
},
"validations": {
"untagged_point": "Nieopisany punkt, który nie jest częścią linii lub obszaru.",
"untagged_line": "Nieopisana linia.",
"untagged_area": "Nieopisany obszar.",
"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.",
"tag_suggests_area": "Tag {tag} sugeruje, że linia powinna być obszarem, ale nim nie jest.",
"deprecated_tags": "Przestarzałe tagi: {tags}"
},
"zoom": {
"in": "Powiększ",
"out": "Zmniejsz"
}
};
locale.pt = {
"modes": {
"add_area": {
"title": "Área",
"description": "Adicione parques, edifícios, lagos, ou outras áreas ao mapa.",
"tail": "Clique no mapa para começar a desenhar uma área, como um parque, lago ou edifício."
},
"add_line": {
"title": "Linha",
"description": "Linhas podem ser auto-estradas, ruas, caminhos pedestres e inclusive canais.",
"tail": "Clique no mapa para começar a desenhar uma estrada, caminho ou rota."
},
"add_point": {
"title": "Ponto",
"description": "Restaurantes, monumentos e caixas postais podem ser pontos.",
"tail": "Clique no mapa para adicionar um ponto."
},
"browse": {
"title": "Navegar",
"description": "Faça zoom e mova o mapa"
},
"draw_area": {
"tail": "Clique para adicionar pontos à sua área. Carregue no primeiro ponto para terminar a área."
},
"draw_line": {
"tail": "Clique para adicionar mais pontos à linha. Clique em outras linhas para ligar, e duplo-clique para terminar a linha."
}
},
"operations": {
"add": {
"annotation": {
"point": "Adicione um Ponto.",
"vertex": "Adicione um vértice a um caminho"
}
},
"start": {
"annotation": {
"line": "Linha iniciada.",
"area": "Área iniciada."
}
},
"continue": {
"annotation": {
"line": "Linha continuada.",
"area": "Área continuada."
}
},
"cancel_draw": {
"annotation": "Desenho cancelado."
},
"change_tags": {
"annotation": "Tags alteradas."
},
"circularize": {
"title": "Circularizar",
"description": "Fazer isto circular.",
"key": "O",
"annotation": {
"line": "Fazer uma linha circular.",
"area": "Fazer uma área circular."
}
},
"orthogonalize": {
"title": "Esquadrar",
"description": "Esquadrar estes cantos.",
"key": "E",
"annotation": {
"line": "Cantos da linha esquadrados.",
"area": "Cantos da área esquadrados."
}
},
"delete": {
"title": "Remover",
"description": "Remover isto do mapa.",
"annotation": {
"point": "Ponto eliminado.",
"vertex": "Vértice elimnado de la ruta.",
"line": "Linha eliminada.",
"area": "Área eliminada.",
"relation": "Relacão eliminada.",
"multiple": "{n} objetos eliminados."
}
},
"connect": {
"annotation": {
"point": "Rota ligada a um ponto.",
"vertex": "Rota ligada a outra.",
"line": "Rota ligada a uma linha.",
"area": "Rota ligada a uma área."
}
},
"disconnect": {
"title": "Desligar",
"description": "Desligar rotas umas das outras.",
"key": "D",
"annotation": "Rotas desligadas."
},
"merge": {
"title": "Combinar",
"description": "Combinar linhas.",
"key": "C",
"annotation": "{n} linhas combinadas."
},
"move": {
"title": "Mover",
"description": "Mover para outra localização.",
"key": "M",
"annotation": {
"point": "Ponto movido,",
"vertex": "Vértice movido.",
"line": "Linha movida.",
"area": "Área movida,",
"multiple": "Múltiplos objectos movidos."
}
},
"rotate": {
"title": "Rodar",
"description": "Rodar este objecto sobre o seu ponto central.",
"key": "R",
"annotation": {
"line": "Linha rodada.",
"area": "Área rodade."
}
},
"reverse": {
"title": "Inverter",
"description": "Inverter direcção da linha.",
"key": "I",
"annotation": "Direcção da linha revertida."
},
"split": {
"title": "Dividir",
"description": "Dividir em duas rotas este ponto.",
"key": "D",
"annotation": "Dividir rota."
}
},
"nothing_to_undo": "Nada a desfazer.",
"nothing_to_redo": "Nada a refazer.",
"just_edited": "Acaba de editar o OpenStreetMap!",
"browser_notice": "Este editor suporta Firefox, Chrome, Safari, Opera e Internet Explorer 9 ou superior. Por favor actualize o seu browser ou utilize Potlatch 2 para editar o mapa.",
"view_on_osm": "Ver em OSM",
"zoom_in_edit": "Aproxime-se para editar o mapa",
"logout": "Encerrar sessão",
"report_a_bug": "Reportar un erro",
"commit": {
"title": "Guardar Alterações",
"description_placeholder": "Breve descrição das suas contribuições",
"upload_explanation": "As alterações que envia como {user} serão visíveis em todos os mapas que utilizem dados do OpenStreetMap.",
"save": "Guardar",
"cancel": "Cancelar",
"warnings": "Avisos",
"modified": "Modificado",
"deleted": "Removido",
"created": "Criado"
},
"contributors": {
"list": "A ver contribuições de {users}",
"truncated_list": "A ver contribuições de {users} e mais {count} outros"
},
"geocoder": {
"title": "Encontrar Um Local",
"placeholder": "encontrar um local",
"no_results": "Não foi possível encontrar o local chamado '{name}'"
},
"geolocate": {
"title": "Mostrar a minha localização"
},
"inspector": {
"no_documentation_combination": "Não há documentação disponível para esta combinação de tags",
"no_documentation_key": "Não há documentação disponível para esta tecla",
"new_tag": "Nova tag",
"view_on_osm": "Ver em OSM",
"additional": "Tags adicionais",
"choose": "O que está a adicionar?",
"results": "{n} resultados para {search}"
},
"background": {
"title": "Fundo",
"description": "Configuração de fundo",
"percent_brightness": "{opacity}% brilho",
"fix_misalignment": "Arranjar desalinhamento",
"reset": "reiniciar"
},
"restore": {
"description": "Tem alterações por guardar de uma prévia sessão de edição. Deseja restaurar estas alterações?",
"restore": "Restaurar",
"reset": "Descartar"
},
"save": {
"title": "Guardar",
"help": "Guardar alterações no OpenStreetMap, tornando-as visíveis a outros utilizadores.",
"error": "Um erro ocorreu ao tentar guardar",
"uploading": "Enviando alterações para OpenStreetMap.",
"unsaved_changes": "Tem alterações por guardar"
},
"splash": {
"welcome": "Bemvindo ao editor OpenStreetMap iD",
"text": "Esta é a versão de desenvolvimento {version}. Para mais informação visite {website} e reporte erros em {github}."
},
"source_switch": {
"live": "ao vivo",
"dev": "dev"
},
"tag_reference": {
"description": "Descrição",
"on_wiki": "{tag} em wiki.osm.org",
"used_with": "usado com {type}"
},
"validations": {
"untagged_point": "Punto sin etiquetar que no es parte de una línea ni de un área.",
"untagged_line": "Linha sem tag",
"untagged_area": "Área sem tags",
"many_deletions": "Está a eliminar {n} objectos. Tem a certeza que deseja continuar? Esta operação eliminará os objectos do mapa que outros vêem em openstreetmap.org.",
"tag_suggests_area": "A tag {tag} sugere que esta linha devia ser uma área, mas não é uma área.",
"deprecated_tags": "Tags obsoletas: {tags}"
},
"zoom": {
"in": "Aproximar",
"out": "Afastar"
}
};
locale.ru = {
"modes": {
"add_area": {
"title": "Контур",
"description": "Добавить парки, здания, озёра или иные объекты на карту.",
"tail": "Щёлкните на карту, чтобы начать рисование области — например, парка, озера или здания."
},
"add_line": {
"title": "Линия",
"description": "Линиями можно обозначить дороги, тропинки, заборы или, к примеру, ручьи.",
"tail": "Щёлкните на карту, чтобы начать рисование дороги, тропинки или ручья."
},
"add_point": {
"title": "Точка",
"description": "Точки — это рестораны, памятники, почтовые ящики.",
"tail": "Щёлкните на карту, чтобы поставить точку."
},
"browse": {
"title": "Просмотр",
"description": "Двигать и масштабировать карту."
},
"draw_area": {
"tail": "Щёлкайте, чтобы добавить точки в контур. Щёлкните начальную точку для завершения."
},
"draw_line": {
"tail": "Щёлкайте, чтобы добавить точки в линию. Щёлкните на другую линию, чтобы соединить их, двойной щелчок завершит линию."
}
},
"operations": {
"add": {
"annotation": {
"point": "Добавлена точка.",
"vertex": "В линию добавлена точка."
}
},
"start": {
"annotation": {
"line": "Начато рисование линии.",
"area": "Начато рисование области."
}
},
"continue": {
"annotation": {
"line": "Продлена линия.",
"area": "Дополнен контур."
}
},
"cancel_draw": {
"annotation": "Рисование отменено."
},
"change_tags": {
"annotation": "Изменены теги."
},
"circularize": {
"title": "Округлить",
"description": "Превратить объект в окружность.",
"key": "O",
"annotation": {
"line": "Линия превращена в окружность.",
"area": "Контур превращён в окружность."
}
},
"orthogonalize": {
"title": "Ортогонализировать",
"description": "Выпрямить все углы.",
"key": "Q",
"annotation": {
"line": "Выпрямлены углы в линии.",
"area": "Выпрямлены углы контура."
}
},
"delete": {
"title": "Удалить",
"description": "Убрать объект с карты.",
"annotation": {
"point": "Удалена точка.",
"vertex": "Удалёна точка из линии.",
"line": "Удалена линия.",
"area": "Удалён контур.",
"relation": "Удалено отношение.",
"multiple": "Удалены {n} объектов."
}
},
"connect": {
"annotation": {
"point": "Линия присоединена к точке.",
"vertex": "Одна линия присоединена к другой.",
"line": "Линия соединена с другой линией.",
"area": "Линия присоединена к контуру."
}
},
"disconnect": {
"title": "Разъединить",
"description": "Разъединить эти линии.",
"key": "D",
"annotation": "Разъединены линии."
},
"merge": {
"title": "Объединить",
"description": "Объединить две линии.",
"key": "C",
"annotation": "Объединены {n} линий."
},
"move": {
"title": "Сместить",
"description": "Сместить объект в другое место.",
"key": "M",
"annotation": {
"point": "Смещена точка.",
"vertex": "Смещена точка линии.",
"line": "Смещена линия.",
"area": "Смещён контур.",
"multiple": "Передвинуты несколько объектов."
}
},
"rotate": {
"title": "Повернуть",
"description": "Повернуть объект относительно центра.",
"annotation": {
"line": "Повернута линия.",
"area": "Повёрнут контур."
}
},
"reverse": {
"title": "Развернуть",
"description": "Сменить направление этой линии на противоположное.",
"key": "V",
"annotation": "Линия развёрнута."
},
"split": {
"title": "Разрезать",
"description": "Разбить линию на две в этой точке.",
"key": "X",
"annotation": "Разрезана линия."
}
},
"nothing_to_undo": "Отменять нечего.",
"nothing_to_redo": "Повторять нечего.",
"just_edited": "Вы только что отредактировали карту OpenStreetMap!",
"browser_notice": "Этот редактор работает в браузерах Firefox, Chrome, Safari, Opera и Internet Explorer версии 9 и выше. Пожалуйста, обновите свой браузер или воспользуйтесь редактором Potlatch 2.",
"view_on_osm": "Посмотреть на OSM",
"zoom_in_edit": "приблизьте для редактирования",
"logout": "выйти",
"report_a_bug": "сообщить об ошибке",
"commit": {
"title": "Сохранить изменения",
"description_placeholder": "Краткое описание ваших правок",
"upload_explanation": "Изменения, сделанные вами под именем {user}, появятся на всех картах, основанных на данных OpenStreetMap.",
"save": "Сохранить",
"cancel": "Отменить",
"warnings": "Предупреждения",
"modified": "Изменено",
"deleted": "Удалено",
"created": "Создано"
},
"contributors": {
"list": "Здесь карту редактировали {users}",
"truncated_list": "Здесь карту редактировали {users} и ещё {count} человек"
},
"geocoder": {
"title": "Найти место",
"placeholder": "найти место",
"no_results": "Не могу найти место с названием «{name}»"
},
"geolocate": {
"title": "К моим координатам"
},
"inspector": {
"no_documentation_combination": "Для этой комбинации ключа и значения нет описания",
"no_documentation_key": "Для этого ключа описания нет",
"new_tag": "Новый тег",
"view_on_osm": "Посмотреть в OSM",
"additional": "Additional tags",
"choose": "What are you adding?",
"results": "{n} results for {search}",
"reference": "Найти в вики OpenStreetMap →",
"back_tooltip": "Изменить тип объекта"
},
"background": {
"title": "Подложка",
"description": "Настройка подложки",
"percent_brightness": "яркость {opacity}%",
"fix_misalignment": "Поправить смещение",
"reset": "сброс"
},
"restore": {
"description": "У вас обнаружились несохранённые правки с прошлого раза. Восстановить их?",
"restore": "Восстановить",
"reset": "Забыть"
},
"save": {
"title": "Сохранить",
"help": "Отправить сделанные изменения на сервер OpenStreetMap, сделав их доступными всему миру",
"no_changes": "Сохранять нечего.",
"error": "Во время сохранения произошла ошибка",
"uploading": "Отправляем данные на сервер OpenStreetMap.",
"unsaved_changes": "У вас есть несохранённые правки"
},
"splash": {
"welcome": "Здравствуйте! Это iD, редактор карты OpenStreetMap",
"text": "Вы пользуетесь неокончательной версией {version}. Подробнее на сайте {website}, об ошибках сообщайте в {github}."
},
"source_switch": {
"live": "основной",
"dev": "тест"
},
"tag_reference": {
"description": "Описание",
"on_wiki": "{tag} в вики OSM",
"used_with": "ставится на {type}"
},
"validations": {
"untagged_point": "Точка без тегов и не в составе линии или контура",
"untagged_line": "Линия без тегов",
"untagged_area": "Контур без тегов",
"many_deletions": "Вы удаляете {n} объектов. Уверены в своём решении? В результате они пропадут с карты, которую весь мир может видеть на openstreetmap.org.",
"tag_suggests_area": "Тег {tag} обычно ставится на замкнутые контуры, но это не контур",
"deprecated_tags": "Теги устарели: {tags}"
},
"zoom": {
"in": "Приблизить",
"out": "Отдалить"
}
};
locale.es = {
"modes": {
"add_area": {
"title": "Área",
"description": "Agregar parques, edificios, lagos u otras zonas en el mapa",
"tail": "Haz clic en el mapa para empezar a dibujar un área. Parques, lagos o edificios"
},
"add_line": {
"title": "Línea",
"description": "Las líneas pueden ser autopistas, calles, pasos peatonales o canales.",
"tail": "Haz clic para dibujar en el mapa, una calle, camino o ruta."
},
"add_point": {
"title": "Punto",
"description": "Un punto puede ser un restaurante, un monumento, un buzón... etc.",
"tail": "Haz clic para agregar un punto en el mapa"
},
"browse": {
"title": "Navegar",
"description": "Acercar y mover el mapa"
},
"draw_area": {
"tail": "Haz clic para agregar vértices en tu área. Haz clic de nuevo en el primer vértice para cerrar el área."
},
"draw_line": {
"tail": "Hacer clic para agregar más vértices a la línea. Hacer clic en otras líneas para conectarlas, y doble clic para terminar."
}
},
"operations": {
"add": {
"annotation": {
"point": "Punto agregado",
"vertex": "Vértice añadido a la ruta"
}
},
"start": {
"annotation": {
"line": "Línea iniciada",
"area": "Área iniciada"
}
},
"continue": {
"annotation": {
"line": "Línea continuada.",
"area": "Área continuada."
}
},
"cancel_draw": {
"annotation": "Dibujo cancelado."
},
"change_tags": {
"annotation": "Etiquetas cambiadas."
},
"circularize": {
"title": "Redondear",
"description": "Redondear esto.",
"key": "O",
"annotation": {
"line": "Redondear línea.",
"area": "Redondear área."
}
},
"orthogonalize": {
"title": "Escuadrar",
"description": "Escuadrar esquinas.",
"key": "E",
"annotation": {
"line": "Esquinas de la línea escuadrados.",
"area": "Esquinas del área escuadrados."
}
},
"delete": {
"title": "Eliminar",
"description": "Eliminar del mapa.",
"annotation": {
"point": "Punto eliminado.",
"vertex": "Vértice elimnado de la ruta.",
"line": "Línea eliminada.",
"area": "Área eliminada.",
"relation": "Relación eliminada.",
"multiple": "{n} objetos eliminados."
}
},
"connect": {
"annotation": {
"point": "Punto conectado a la línea.",
"vertex": "Ruta conectada a otra línea.",
"line": "Línea conectada a la línea.",
"area": "Línea conectada al área."
}
},
"disconnect": {
"title": "Desconectar",
"description": "Desconectar líneas.",
"key": "D",
"annotation": "Líneas desconectadas."
},
"merge": {
"title": "Combinar",
"description": "Combinar líneas.",
"key": "C",
"annotation": "{n} líneas combinadas."
},
"move": {
"title": "Mover",
"description": "Mover a otra ubicación.",
"key": "M",
"annotation": {
"point": "Punto movido",
"vertex": "Vertice movido",
"line": "Línea movida",
"area": "Área movida"
}
},
"reverse": {
"title": "Invertir",
"description": "Invertir sentido de la linea.",
"key": "I",
"annotation": "Sentido de la línea invertido."
},
"split": {
"title": "Dividir",
"description": "Dividir en dos en éste punto.",
"key": "D",
"annotation": "Dividir ruta."
}
},
"nothing_to_undo": "Nada que deshacer",
"nothing_to_redo": "Nada que rehacer",
"just_edited": "Acabas de editar OpenStreetMap!",
"browser_notice": "Este editor soporta Firefox, Chrome, Safari, Opera e Internet Explorer 9 o superior. Por favor actualiza tu navegador o utiliza Potlatch 2 para editar el mapa.",
"view_on_osm": "Ver en OSM",
"zoom_in_edit": "Acerca para editar el mapa",
"logout": "Cerrar sesión",
"report_a_bug": "Reportar un error",
"commit": {
"title": "Guardar Cambios",
"description_placeholder": "Breve descripción de tus contribuciones",
"upload_explanation": "Los cambios que subes como {user} serán visibles en todos los mapas que usen datos de OpenStreetMap.",
"save": "Guardar",
"cancel": "Cancelar",
"warnings": "Avisos",
"modified": "Modificado",
"deleted": "Borrado",
"created": "Creado"
},
"contributors": {
"list": "Viendo las contribuciones de {users}",
"truncated_list": "Viendo las contribuciones de {users} y {count} más"
},
"geocoder": {
"title": "Buscar un lugar",
"placeholder": "buscar un lugar",
"no_results": "No se pudo encontrar el lugar llamado '{name}'"
},
"geolocate": {
"title": "Mostrar mi Localización"
},
"inspector": {
"no_documentation_combination": "No hay documentación disponible para esta combinación de etiquetas",
"no_documentation_key": "No hay documentación disponible para esta tecla",
"new_tag": "Nueva etiqueta",
"view_on_osm": "Ver en OSM"
},
"background": {
"title": "Fondo",
"description": "Configuración de fondo",
"percent_brightness": "{opacity}% brillo",
"fix_misalignment": "Alinear",
"reset": "reiniciar"
},
"restore": {
"description": "Tienes cambios no guardados de una sesión de edición previa. ¿Quieres recuperar tus cambios?",
"restore": "Restaurar",
"reset": "Descartar"
},
"save": {
"title": "Guardar",
"help": "Guardar los cambios en OpenStreetMap haciéndolos visibles a otros usuarios.",
"error": "Ha ocurrido un error tratando de guardar",
"uploading": "Subiendo cambios a OpenStreetMap",
"unsaved_changes": "Tienes cambios sin guardar"
},
"splash": {
"welcome": "Bienvenido al editor de OpenStreetMap iD",
"text": "Esto es una versión {version} de desarrollo. Para más información visita {website} y reporta cualquier error en {github}."
},
"source_switch": {
"live": "en vivo",
"dev": "dev"
},
"tag_reference": {
"description": "Descripción",
"on_wiki": "{tag} en wiki.osm.org",
"used_with": "usado con {type}"
},
"validations": {
"untagged_point": "Punto sin etiquetar que no es parte de una línea ni de un área.",
"untagged_line": "Línea sin etiquetar",
"untagged_area": "Área sin etiquetar",
"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.",
"tag_suggests_area": "La etiqueta {tag} sugiere que esta línea debería ser una área, pero no lo es.",
"deprecated_tags": "Etiquetas obsoletas: {tags}"
},
"zoom": {
"in": "Acercar",
"out": "Alejar"
}
};
locale.sv = {
"modes": {
"add_area": {
"title": "Område",
"description": "Lägg till parker, byggnader, sjöar, eller andra områden till kartan.",
"tail": "Klicka på kartan för att börja rita ett område, typ en park, sjö eller byggnad."
},
"add_line": {
"title": "Linje",
"description": "Linjer kan vara vägar, gator, stigar, kanaler etc.",
"tail": "Klicka på kartan för att rita en väg, stig eller vattendrag."
},
"add_point": {
"title": "Punkt",
"description": "Restauranter, minnesmärken och postkontor kan vara punkter.",
"tail": "Klicka på kartan för att lägga till en punkt."
},
"browse": {
"title": "Bläddra",
"description": "Panera runt och zooma kartan."
},
"draw_area": {
"tail": "Klicka här för att lägga till punkter till ditt område. Klicka på förste punkten igen for att avsluta området."
},
"draw_line": {
"tail": "Klicka här för att lägga till fler punkter till linjen. Klicka på andra linjer for att knyta ihop dem och dubbelklicka för att slutföra linjen."
}
},
"operations": {
"add": {
"annotation": {
"point": "Lagt till en punkt.",
"vertex": "Lagt till en nod till en linje."
}
},
"start": {
"annotation": {
"line": "Startat en linje.",
"area": "Startat ett område."
}
},
"continue": {
"annotation": {
"line": "Fortsatt en linje.",
"area": "Fortsatt ett område."
}
},
"cancel_draw": {
"annotation": "Avbröt ritning."
},
"change_tags": {
"annotation": "Ändrat tagg."
},
"circularize": {
"title": "Cirkularisera",
"description": "Gör denna rund.",
"key": "O",
"annotation": {
"line": "Gjorde en linje rund.",
"area": "Gjorde ett område runt."
}
},
"orthogonalize": {
"title": "Ortogonalisering",
"description": "Gör kvadrat-hörn.",
"key": "Q",
"annotation": {
"line": "Gjort hörnen på en linje fyrkantiga.",
"area": "Gjort hörnen på ett område fyrkantiga."
}
},
"delete": {
"title": "Ta bort",
"description": "Tag bort detta från kartan.",
"annotation": {
"point": "Tagit bort en punkt.",
"vertex": "Tagit bort en nod från en väg.",
"line": "Tagit bort en linje.",
"area": "Tagit bort ett område.",
"relation": "Tagit bort en relation.",
"multiple": "Tagit bort {n} objekt."
}
},
"connect": {
"annotation": {
"point": "Forbandt en vej til et punkt.",
"vertex": "Forbandt en vej til en anden vej.",
"line": "Forbandt en vej til en linje.",
"area": "Forbandt en vej til et område."
}
},
"disconnect": {
"title": "Bryt av",
"description": "Bryt av dessa vägar från varandra.",
"key": "D",
"annotation": "Bryt av linjen."
},
"merge": {
"title": "Sammanfoga",
"description": "Sammanfoga dessa linjer.",
"key": "C",
"annotation": "Sammanfogade {n} linjer."
},
"move": {
"title": "Flytta",
"description": "Flytta detta till ett annan ställe.",
"key": "M",
"annotation": {
"point": "Flyttade en punkt.",
"vertex": "Flyttade en nod i en väg.",
"line": "Flyttade en linje.",
"area": "Flyttade ett område.",
"multiple": "Flyttade flera objekt."
}
},
"rotate": {
"title": "Rotera",
"description": "Rotera detta objekt runt dess centerpunkt.",
"key": "R",
"annotation": {
"line": "Roterade en linje.",
"area": "Roterade ett område."
}
},
"reverse": {
"title": "Byt riktning",
"description": "Byt riktning på linjen.",
"key": "V",
"annotation": "Bytte riktning på en linje."
},
"split": {
"title": "Dela upp",
"description": "Dela upp vägen till två vägar vid den här punkten.",
"key": "X",
"annotation": "Delade upp."
}
},
"nothing_to_undo": "Inget att ångra.",
"nothing_to_redo": "Inget att upprepa.",
"just_edited": "Du har nu redigerat OpenStreetMap!",
"browser_notice": "Denna redigerare funkar i Firefox, Chrome, Safari, Opera och Internet Explorer 9 och högre. Uppgradera din webbläsare eller använd Potlatch 2 för att redigera på kartan.",
"view_on_osm": "Visa på OSM",
"zoom_in_edit": "Zooma in för att fixa på kartan",
"logout": "logga ut",
"report_a_bug": "rapportera ett fel",
"commit": {
"title": "Spara ändringar",
"description_placeholder": "Kort beskrivning av dina ändringar",
"upload_explanation": "Ändringar du uppladdar som {user} kommer att kunna ses på alla kartor som användar OpenStreetMap data.",
"save": "Spara",
"cancel": "Avbryt",
"warnings": "Varningar",
"modified": "Ändrat",
"deleted": "Borttaget",
"created": "Skapat"
},
"contributors": {
"list": "Visa bidrag från {users}",
"truncated_list": "Visa bidrag från {users} och {count} andra"
},
"geocoder": {
"title": "Hitta ett ställe",
"placeholder": "Hitta ett ställe",
"no_results": "Kunde inte hitta '{name}'"
},
"geolocate": {
"title": "Visa var jag är"
},
"inspector": {
"no_documentation_combination": "Der er ingen dokumentation for denne tag kombination",
"no_documentation_key": "Det finns inget dokumentation för denna nyckel.",
"new_tag": "Ny tagg",
"view_on_osm": "Visa på OSM",
"additional": "Fler taggar",
"choose": "Vad lägger du till?",
"results": "{n} sökresult för {search}",
"reference": "Visa OpenStreetMap Wiki →"
},
"background": {
"title": "Bakgrund",
"description": "Bakgrundsinställningar",
"percent_brightness": "{opacity}% ljusstyrka",
"fix_misalignment": "Fixa feljustering",
"reset": "återställ"
},
"restore": {
"description": "Du har ändringar från förra sessiones som inte har sparats. Vill du spara dessa ändringar?",
"restore": "Återställ",
"reset": "Återställ"
},
"save": {
"title": "Spara",
"help": "Spara ändringer till OpenStreetMap så att andra användare kan se dem.",
"no_changes": "Inget att spara.",
"error": "Något gick fel vid sparandet",
"uploading": "Dina ändringer sparas nu till OpenStreetMap.",
"unsaved_changes": "Du har icke-sparade ändringer."
},
"splash": {
"welcome": "Välkommen till iD OpenStreetMap redigerare",
"text": "Detta är utvecklingsversion {version}. Mer information besök {website} och rapportera fel på {github}."
},
"source_switch": {
"live": "live",
"dev": "dev"
},
"tag_reference": {
"description": "Beskrivning",
"on_wiki": "{tag} på wiki.osm.org",
"used_with": "används med {type}"
},
"validations": {
"untagged_point": "Otaggad punkt som inte är del av linje eller område",
"untagged_line": "Otaggad linje",
"untagged_area": "Otaggat område",
"many_deletions": "Du håller på att ta bort {n} objekt. Är du helt säker? Detta tar bort dem för alla som använder openstreetmap.org.",
"tag_suggests_area": "Denna tagg {tag} indikerar att denna linje borde vara ett område, men detta är inte ett område",
"deprecated_tags": "Uönskade taggar: {tags}"
},
"zoom": {
"in": "Zooma in",
"out": "Zooma ut"
}
};
locale.tr = {
"modes": {
"add_area": {
"title": "Alan",
"description": "Park, bina, göl ve benzeri alanları haritaya ekle.",
"tail": "Park, göl ya da bina gibi alanları çizmek için haritaya tıklayın."
},
"add_line": {
"title": "Çizgi",
"description": "Yollar, sokaklar, patikalar ya da kanallar çizgi ile çizilebilir.",
"tail": "Yol, patika yada rota çizmek için haritaya tıklayın."
},
"add_point": {
"title": "Nokta",
"description": "Restoranlar, anıtlar ya da posta kutuları nokta ile gösterilebilir.",
"tail": "Nokta eklemek için haritaya tıklayın."
},
"browse": {
"title": "Dolaş",
"description": "Harita üzerinde dolan ve yaklaş."
},
"draw_area": {
"tail": "Alanınıza nokta eklemek için tıklayınız. İlk noktaya tıklayarak alan çizimini bitirebilirsiniz."
},
"draw_line": {
"tail": "Çizgiye daha fazla nokta eklemek için tıklayınız. Diğer çizgilerle bağlamak için üstlerine tıklyınız ve bitirmek için de son noktada çift tıklayınız."
}
},
"operations": {
"add": {
"annotation": {
"point": "Nokta eklendi.",
"vertex": "Çizgiye bir nod eklendi."
}
},
"start": {
"annotation": {
"line": "Çizgi çizimi başlatıldı.",
"area": "Alan çizimi başlatıldı."
}
},
"continue": {
"annotation": {
"line": "Çizgiye devam edildi.",
"area": "Alana devam edildi."
}
},
"cancel_draw": {
"annotation": "Çizim iptal edildi."
},
"change_tags": {
"annotation": "Etiketler değiştirildi."
},
"circularize": {
"title": "Daireleştir",
"description": "Yuvarlak hale getir",
"key": "O",
"annotation": {
"line": "Çizgiyi daireleştirin.",
"area": "Alanı daireleştirin."
}
},
"orthogonalize": {
"title": "Doğrultmak",
"description": "Köşeleri doğrultun.",
"key": "Q",
"annotation": {
"line": "Çizginin köşeleri doğrultuldu.",
"area": "Alanın köşeleri doğrultuldu."
}
},
"delete": {
"title": "Sil",
"description": "Haritan bunu sil.",
"annotation": {
"point": "Bir nokta silindi.",
"vertex": "Yoldan bir nod silindi.",
"line": "Bir çizgi silindi.",
"area": "Bir alan silindi.",
"relation": "Bir ilişki silindi.",
"multiple": "{n} adet obje silindi."
}
},
"connect": {
"annotation": {
"point": "Taraf bir noktaya bağlandı.",
"vertex": "Bir taraf diğerine bağlandı.",
"line": "Taraf bir çizgiye bağlandı.",
"area": "Taraf bir alana bağlandı."
}
},
"disconnect": {
"title": "Birbirinden Ayır",
"description": "Her iki tarafı da ayır.",
"key": "D",
"annotation": "Taraflar birbirinden ayrıldı."
},
"merge": {
"title": "Birleştir",
"description": "Bu çizgileri birleştir.",
"key": "C",
"annotation": "{n} adet çizgi birleştirildi."
},
"move": {
"title": "Taşı",
"description": "Bunu farklı bir konuma taşı.",
"key": "M",
"annotation": {
"point": "Bir nokta taşındı.",
"vertex": "Yoldan bir nokta taşındı.",
"line": "Bir çizgi taşındı.",
"area": "Bir alan taşındı."
}
},
"reverse": {
"title": "Ters çevir",
"description": "Bu çizgiyi ters yönde çevir.",
"key": "V",
"annotation": "Çizgi ters çevrildi."
},
"split": {
"title": "Ayır",
"description": "Bu yolu bu noktadan ikiye ayır.",
"key": "X",
"annotation": "Yolu ayır."
}
},
"nothing_to_undo": "Geri alınacak birşey yok.",
"nothing_to_redo": "Tekrar yapılacak birşey yok.",
"just_edited": "Şu an OpenStreetMap'de bir değişiklik yaptınız!",
"browser_notice": "Bu editör sadece Firefox, Chrome, Safari, Opera ile Internet Explorer 9 ve üstü tarayıcılarda çalışmaktadır. Lütfen tarayınıcı güncelleyin ya da Potlatch 2'yi kullanarak haritada güncelleme yapınız.",
"view_on_osm": "OSM üstünde Gör",
"zoom_in_edit": "Güncelleme yapmak için haritada yakınlaşmalısınız",
"logout": ıkış",
"report_a_bug": "Hata rapor et",
"commit": {
"title": "Değişiklikleri kaydet",
"description_placeholder": "Katkı sağlayanlar hakkında kısa açıklama",
"upload_explanation": "{user} kullanıcısı olarak yaptığınız değişiklikler tüm OpenStreetMap kullanan haritalarda görünür olacaktır.",
"save": "Kaydet",
"cancel": "İptal",
"warnings": "Uyarılar",
"modified": "Değiştirildi",
"deleted": "Silindi",
"created": "Oluşturuldu"
},
"contributors": {
"list": "{users} tarafından yapılan katkılar görünmektedir",
"truncated_list": "{users} ve diğer {count} tarafından yapılan katkılar görünmektedir"
},
"geocoder": {
"title": "Bir Yer Bul",
"placeholder": "bir yer bul",
"no_results": "'{name}' ismindeki yer bulunamadı"
},
"geolocate": {
"title": "Konumumu göster"
},
"inspector": {
"no_documentation_combination": "Bu etiket kombinasyonu için dökümantasyon bulunmamaktadır.",
"no_documentation_key": "Bu anahtar için dökümantasyon bulunmamaktadır.",
"new_tag": "Yeni Etiket",
"view_on_osm": "OSM üzerinde gör",
"additional": "Ekstra etiketler",
"choose": "Neyi ekliyorsunuz?",
"results": "{n} results for {search}"
},
"background": {
"title": "Arkaplan",
"description": "Arkaplan Ayarları",
"percent_brightness": "{opacity}% parlaklık",
"fix_misalignment": "Yanlış hizalamayı düzelt",
"reset": "Sıfırla"
},
"restore": {
"description": "Daha önceki oturumunuzdan kaydedilmemiş değişiklikler var. Bu değişiklikleri geri getirmek ister misiniz?",
"restore": "Geri Getir",
"reset": "Sıfırla"
},
"save": {
"title": "Kaydet",
"help": "Diğer kullanıcıların yaptığınız değişiklikleri görmesi için OpenStreetMap'e kaydediniz.",
"error": "Kaydederken bir hata oluştu",
"uploading": "Değişiklikleriniz OpenStreetMap'e gönderiliyor.",
"unsaved_changes": "Kaydedilmemiş değişiklikleriniz var"
},
"splash": {
"welcome": "OpenStreetMap Editörü iD'ye hoşgeldiniz",
"text": "Bu {version} versiyonu geliştirme versiyonudur. Daha fazla bilgi için {website} sitesine bakabilirsiniz ve hataları {github} sitesine raporlayabilirsiniz."
},
"source_switch": {
"live": "canlı",
"dev": "geliştirme"
},
"tag_reference": {
"description": "Açıklama",
"on_wiki": "wiki.osm.org sitesindeki {tag} ",
"used_with": "{type} ile birlikte"
},
"validations": {
"untagged_point": "Herhangi bir çizgi ya da alana bağlantısı olmayan ve etiketlenmemiş bir nokta.",
"untagged_line": "Etiketlenmemiş çizgi",
"untagged_area": "Etiketlenmemiş alan",
"many_deletions": "Şu an {n} adet objeyi siliyorsunuz. Bunu yapmak istediğinize emin misiniz? Bu işlem ile ilgili objelerin tamamı herkesin ziyaret ettiği openstreetmap.org üzerinden de silinmiş olacaktır.",
"tag_suggests_area": "{tag} etiketi buranın alan olmasını tavsiye ediyor ama alan değil.",
"deprecated_tags": "Kullanımdan kaldırılmış etiket : {tags}"
},
"zoom": {
"in": "Yaklaş",
"out": "Uzaklaş"
}
};
locale.uk = {
"modes": {
"add_area": {
"title": "Полігон",
"description": "Додати парки, будівлі, озера та інше на мапу.",
"tail": "Клацніть на мапу, щоб розпочати креслити — наприклад, парк, озеро чи будинок."
},
"add_line": {
"title": "Лінія",
"description": "Лініями позначаються дороги, вулиці, стежки, чи навіть, канали.",
"tail": "Клацніть на мапу, щоб розпочати креслити дорогу, стежку чи канал."
},
"add_point": {
"title": "Точка",
"description": "Ресторани, пам’ятники, поштові скрині.",
"tail": "Клацніть на мапу, щоб постаивти точку."
},
"browse": {
"title": "Перегляд",
"description": "Пересування та масштабування мапи."
},
"draw_area": {
"tail": "Клацніть, щоб додати точку до полігону. Клацніть на початкову точку, щоб замкнути полігон."
},
"draw_line": {
"tail": "Клацніть, щоб додати ще точку до лінії. Клацніть на іншу лінію, щоб з’єднатись з нею, подвійне клачання — завершення креслення лінії."
}
},
"operations": {
"add": {
"annotation": {
"point": "Додано точку.",
"vertex": "Точку додано до лінії."
}
},
"start": {
"annotation": {
"line": "Розпочато креслення лінії.",
"area": "Розпочато креслення полігону."
}
},
"continue": {
"annotation": {
"line": "Лінію подовженно.",
"area": "Полігон змінено."
}
},
"cancel_draw": {
"annotation": "Креслення відмінене."
},
"change_tags": {
"annotation": "Теґи змінені."
},
"circularize": {
"title": "Закруглити",
"description": "Перетворити на коло.",
"key": "O",
"annotation": {
"line": "Лінія перетворена на коло.",
"area": "Полігон перетворено на коло."
}
},
"orthogonalize": {
"title": "Ортогоналізувати",
"description": "Зробити кути прямими.",
"key": "Q",
"annotation": {
"line": "Випрямлено кути лінії.",
"area": "Випрямлено кути полігону."
}
},
"delete": {
"title": "Вилучити",
"description": "Вилучити об’єкт з мапи.",
"annotation": {
"point": "Вилучено точку.",
"vertex": "Вилучено точку з лінії.",
"line": "Вилучено лінію.",
"area": "Вилучено полігон.",
"relation": "Вилучено зв’язок.",
"multiple": "Вилучено {n} обґктів."
}
},
"connect": {
"annotation": {
"point": "Лінію приєднано до точки.",
"vertex": "Лінію приєднано до іншої лінії.",
"line": "Ліняя з’єднана з іншою лінією.",
"area": "Лінія з’єднана з полігоном."
}
},
"disconnect": {
"title": "Роз’єднати",
"description": "Роз’єднати лінії одна від одної.",
"key": "D",
"annotation": "Роз’єднано лінії."
},
"merge": {
"title": "Поєднати",
"description": "Поєднати лінії.",
"key": "C",
"annotation": "З’єднати {n} ліній."
},
"move": {
"title": "Посунтуи",
"description": "Посунути об’єкт на інше місце.",
"key": "M",
"annotation": {
"point": "Точку посунуто.",
"vertex": "Точку лінії посунуто.",
"line": "Лінію посунуто.",
"area": "Полігон посунуто.",
"multiple": "Посунуто кілька об’єктів."
}
},
"rotate": {
"title": "Обернути",
"description": "Обернути об’єкт навколо його центру.",
"key": "R",
"annotation": {
"line": "Напрямок лінії змінено.",
"area": "Полігон обернуто."
}
},
"reverse": {
"title": "Розвернути",
"description": "Змінити напрямок лінії на протилежний.",
"key": "V",
"annotation": "Напрямок лінії змінено."
},
"split": {
"title": "Розділити",
"description": "Розділити лінію на дві в цій точці.",
"key": "X",
"annotation": "Розділити лінію."
}
},
"nothing_to_undo": "Скасовувати нічого.",
"nothing_to_redo": "Повертати нічого.",
"just_edited": "Ви тільки що відредагували мапу OpenStreetMap!",
"browser_notice": "Цей редактор працює в оглядачах Firefox, Chrome, Safari, Opera і Internet Explorer версії 9 і вище. Будь ласка, оновіть свій оглядач або скористайтеся редактором Potlatch 2.",
"view_on_osm": "Подивитись в ОСМ",
"zoom_in_edit": "наблизтесь, щоб редагувати",
"logout": "вийти",
"report_a_bug": "повідомити про помилку",
"commit": {
"title": "Зберегти зміни",
"description_placeholder": "Короткий опис ваших правок",
"upload_explanation": "Зміни, зроблені вами під іменем {user}, з’являться на всіх мапах, що використовують дані OpenStreetMap.",
"save": "Зберегти",
"cancel": "Відмінити",
"warnings": "Попередження",
"modified": "Змінено",
"deleted": "Вилучено",
"created": "Створено"
},
"contributors": {
"list": "Тут мапу редагували: {users}",
"truncated_list": "Тут мапу редагували {users} та ще {count} інших"
},
"geocoder": {
"title": "Знайти місце",
"placeholder": "знайти місце",
"no_results": "Неможливо знайти '{name}'"
},
"geolocate": {
"title": "Моє місцезнаходження"
},
"inspector": {
"no_documentation_combination": "Для цієї комбінації теґів немає документації",
"no_documentation_key": "Для цього теґа немає документації",
"show_more": "Ще",
"new_tag": "Новий теґ",
"view_on_osm": "Подивтись в ОСМ",
"editing_feature": "Властивості {feature}",
"additional": "Додаткові теґи",
"choose": "Виберіть тип об’єкту",
"results": "знайдено {n} об’єктів на запит {search}",
"reference": "Подивитись на OpenStreetMap Wiki →",
"back_tooltip": "Змінити тип об’єкта"
},
"background": {
"title": "Фон",
"description": "Налаштування фону",
"percent_brightness": "прозорість {opacity}%",
"fix_misalignment": "Виправити зсув",
"reset": "скинути"
},
"restore": {
"description": "У вас виявилися незбережені правки з минулого разу. Відновити їх?",
"restore": "Відновити",
"reset": "Відкинути"
},
"save": {
"title": "Зберегти",
"help": "Зберегти зміни надіславши їх на OpenStreetMap, та зробивши їх доступними всім іншим.",
"no_changes": "Зміни для збереження відсутні.",
"error": "Під час збереження виникла помилка",
"uploading": "Надсилання змін до OpenStreetMap.",
"unsaved_changes": "Ви маєте незбережені правки"
},
"splash": {
"welcome": "Ласкаво просимо до редактора OpenStreetMap — iD",
"text": "Це експериментальна версія {version}. Докладніше на {website}, сповіщайте про помилки на {github}."
},
"source_switch": {
"live": "основна",
"dev": "тест"
},
"tag_reference": {
"description": "Опис",
"on_wiki": "{tag} на wiki.osm.org",
"used_with": "використовується з {type}"
},
"validations": {
"untagged_point": "Точка без теґів, що не є частиною лінію чи полігону",
"untagged_line": "Лінія без теґів",
"untagged_area": "Полігон без теґів",
"tag_suggests_area": "Теґ {tag} зазвичай ставться на полігони, але об’єкт ним не є",
"deprecated_tags": "Застарілі теґи: {tags}"
},
"zoom": {
"in": "Наблизитись",
"out": "Віддалитись"
},
"imagery": {
"provided_by": "Фон наданий {source}"
},
"gpx": {
"local_layer": "Локальний файл GPX",
"drag_drop": "Перетягніть файл .gpx на сторінку"
},
"presets": {
"fields": {
"access": {
"label": "Доступ"
},
"address": {
"label": "Адреса",
"placeholders": {
"housename": "Назвабудинку",
"number": "Номер",
"street": "Вулиця",
"city": "Місто"
}
},
"aeroway": {
"label": "Тип"
},
"amenity": {
"label": "Тип"
},
"atm": {
"label": "Банкомат"
},
"barrier": {
"label": "Тип"
},
"bicycle_parking": {
"label": "Тип"
},
"building": {
"label": "Будинок"
},
"building_area": {
"label": "Будинок"
},
"building_yes": {
"label": "Будинок"
},
"capacity": {
"label": "Міськість"
},
"collection_times": {
"label": "Час виїмки пошти"
},
"construction": {
"label": "Тип"
},
"country": {
"label": "Країна"
},
"crossing": {
"label": "Тип"
},
"cuisine": {
"label": "Кухня"
},
"denomination": {
"label": "Віросповідання"
},
"denotation": {
"label": "Позначення"
},
"elevation": {
"label": "Висота"
},
"emergency": {
"label": "Аварійні служби"
},
"entrance": {
"label": "Тип"
},
"fax": {
"label": "Факс"
},
"fee": {
"label": "Плата"
},
"highway": {
"label": "Тип"
},
"historic": {
"label": "Тип"
},
"internet_access": {
"label": "Доступ до Інтеренету",
"options": {
"wlan": "Wifi",
"wired": "Дротовий",
"terminal": "Термінал"
}
},
"landuse": {
"label": "Тип"
},
"layer": {
"label": "Шар"
},
"leisure": {
"label": "Тип"
},
"levels": {
"label": "Поверхи"
},
"man_made": {
"label": "Тип"
},
"maxspeed": {
"label": "Обмеження швидкості"
},
"natural": {
"label": "Природа"
},
"network": {
"label": "Мережа"
},
"note": {
"label": "Примітка"
},
"office": {
"label": "Тип"
},
"oneway": {
"label": "Односторонній рух"
},
"opening_hours": {
"label": "Години"
},
"operator": {
"label": "Оператор"
},
"phone": {
"label": "Телефон"
},
"place": {
"label": "Тип"
},
"power": {
"label": "Тип"
},
"railway": {
"label": "Тип"
},
"ref": {
"label": "Посилання"
},
"religion": {
"label": "Релігія",
"options": {
"christian": "Християнство",
"muslim": "Мусульманство",
"buddhist": "Будизм",
"jewish": "Іудейство",
"hindu": "Хінду",
"shinto": "Сінто",
"taoist": "Даосизм"
}
},
"service": {
"label": "Тип"
},
"shelter": {
"label": "Притулок"
},
"shop": {
"label": "Тип"
},
"source": {
"label": "Джерело"
},
"sport": {
"label": "Спорт"
},
"structure": {
"label": "Споруда",
"options": {
"bridge": "Міст",
"tunnel": "Тунель",
"embankment": "Насип",
"cutting": "Виїмка"
}
},
"surface": {
"label": "Поверхня"
},
"tourism": {
"label": "Тип"
},
"water": {
"label": "Тип"
},
"waterway": {
"label": "Тип"
},
"website": {
"label": "Вебсайт"
},
"wetland": {
"label": "Тип"
},
"wheelchair": {
"label": "Для інвалідних візків"
},
"wikipedia": {
"label": "Вікіпедія"
},
"wood": {
"label": "Тип"
}
},
"presets": {
"aeroway": {
"name": "Аеропорт"
},
"aeroway/aerodrome": {
"name": "Аеропорт",
"terms": "літак,аеропорт,аеродром"
},
"aeroway/helipad": {
"name": "Вертолітний майданчик",
"terms": "вертоліт,вертолітний майданчик,вертодром"
},
"amenity": {
"name": "Зручності"
},
"amenity/bank": {
"name": "Банк",
"terms": "депозитний сейф,бухгалтерія,кредитна спілка,казна,фонди,накопичення,інвестиційна компанія,сховище,резерв,скарбниця,сейф,заощадження,біржа,запаси,запас,скарбниця,багатство,казначейство,трастова компанія,сховище"
},
"amenity/bar": {
"name": "Бар"
},
"amenity/bench": {
"name": "Лавка"
},
"amenity/bicycle_parking": {
"name": "Вело-парковка"
},
"amenity/bicycle_rental": {
"name": "Прокат велосипедів"
},
"amenity/cafe": {
"name": "Кафе",
"terms": "кава,чай,кав’ярня"
},
"amenity/cinema": {
"name": "Кінотеатр"
},
"amenity/courthouse": {
"name": "Суд"
},
"amenity/embassy": {
"name": "Амбасада"
},
"amenity/fast_food": {
"name": "Фаст-Фуд"
},
"amenity/fire_station": {
"name": "Пожежна станція"
},
"amenity/fuel": {
"name": "Заправка"
},
"amenity/grave_yard": {
"name": "Цвинтар"
},
"amenity/hospital": {
"name": "Лікарня"
},
"amenity/library": {
"name": "Бібліотека"
},
"amenity/marketplace": {
"name": "Ринок"
},
"amenity/parking": {
"name": "Стоянка"
},
"amenity/pharmacy": {
"name": "Аптека"
},
"amenity/place_of_worship": {
"name": "Культове місце"
},
"amenity/place_of_worship/christian": {
"name": "Церква"
},
"amenity/place_of_worship/jewish": {
"name": "Синагога",
"terms": "іудейство,синагога"
},
"amenity/place_of_worship/muslim": {
"name": "Мечеть",
"terms": "мусульманство,мечеть"
},
"amenity/police": {
"name": "Міліція/Поліція"
},
"amenity/post_box": {
"name": "Поштова скриня"
},
"amenity/post_office": {
"name": "Пошта"
},
"amenity/pub": {
"name": "Паб"
},
"amenity/restaurant": {
"name": "Ресторан"
},
"amenity/school": {
"name": "Школа"
},
"amenity/swimming_pool": {
"name": "Басейн"
},
"amenity/telephone": {
"name": "Телефон"
},
"amenity/theatre": {
"name": "Театр",
"terms": "театр,вистава,гра,музичний"
},
"amenity/toilets": {
"name": "Туалет"
},
"amenity/townhall": {
"name": "Міська державна адміністрація"
},
"amenity/university": {
"name": "Університет"
},
"barrier": {
"name": "Перепони"
},
"barrier/block": {
"name": "Блок"
},
"barrier/bollard": {
"name": "Стовпчик"
},
"barrier/cattle_grid": {
"name": "Перешкода для худоби"
},
"barrier/city_wall": {
"name": "Міська стіна"
},
"barrier/cycle_barrier": {
"name": "Перешкода для велосипедистів"
},
"barrier/ditch": {
"name": "Канава"
},
"barrier/entrance": {
"name": "Вхід"
},
"barrier/fence": {
"name": "Огорожа"
},
"barrier/gate": {
"name": "Ворота"
},
"barrier/hedge": {
"name": "Жива огорожа"
},
"barrier/kissing_gate": {
"name": "Вузька хвіртка"
},
"barrier/lift_gate": {
"name": "Шлагбаум"
},
"barrier/retaining_wall": {
"name": "Підпірна стіна"
},
"barrier/stile": {
"name": "Перелаз/Турнікет"
},
"barrier/toll_booth": {
"name": "Пункт сплати за проїзд"
},
"barrier/wall": {
"name": "Стіна"
},
"building": {
"name": "Будинок"
},
"building/entrance": {
"name": "Вхід"
},
"entrance": {
"name": "Вхід"
},
"highway": {
"name": "Дорога"
},
"highway/bridleway": {
"name": "Сходи"
},
"highway/bus_stop": {
"name": "Автобусна зупинка"
},
"highway/crossing": {
"name": "Прехресття"
},
"highway/cycleway": {
"name": "Вело-доріжка"
},
"highway/footway": {
"name": "Тротуар"
},
"highway/motorway": {
"name": "Автомагістраль"
},
"highway/path": {
"name": "Тропа"
},
"highway/primary": {
"name": "Головна дорога"
},
"highway/residential": {
"name": "Дорога місцевого значення"
},
"highway/secondary": {
"name": "Другорядна дорога"
},
"highway/service": {
"name": "Третинна дорога"
},
"highway/steps": {
"name": "Сходи"
},
"highway/tertiary": {
"name": "Третинна дорога"
},
"highway/track": {
"name": "Грунтовка"
},
"highway/traffic_signals": {
"name": "Світлофор"
},
"highway/trunk": {
"name": "Шосе"
},
"highway/turning_circle": {
"name": "Місце для розвороту"
},
"highway/unclassified": {
"name": "Не має класифікації"
},
"historic": {
"name": "Історичні місця"
},
"historic/archaeological_site": {
"name": "Археологічні пам’ятки"
},
"historic/boundary_stone": {
"name": "Прикордонний камінь"
},
"historic/castle": {
"name": "За́мок"
},
"historic/memorial": {
"name": "Пам’ятник"
},
"historic/monument": {
"name": "Пам’ятник"
},
"historic/ruins": {
"name": "Руїни"
},
"historic/wayside_cross": {
"name": "Придорожній хрест"
},
"historic/wayside_shrine": {
"name": "Придорожня рака"
},
"landuse": {
"name": "Землекористування"
},
"landuse/allotments": {
"name": "Дачі/горо́ди"
},
"landuse/basin": {
"name": "Водойма"
},
"landuse/cemetery": {
"name": "Кладовище"
},
"landuse/commercial": {
"name": "Діловий район"
},
"landuse/construction": {
"name": "Будівництво"
},
"landuse/farm": {
"name": "Ферма"
},
"landuse/farmyard": {
"name": "Двір ферми"
},
"landuse/forest": {
"name": "Лісовий масив"
},
"landuse/grass": {
"name": "Трава"
},
"landuse/industrial": {
"name": "Промзона"
},
"landuse/meadow": {
"name": "Левада"
},
"landuse/orchard": {
"name": "Сад"
},
"landuse/quarry": {
"name": "Кар’єр"
},
"landuse/residential": {
"name": "Житлова зона"
},
"landuse/vineyard": {
"name": "Виноградник"
},
"leisure": {
"name": "Дозвілля"
},
"leisure/garden": {
"name": "Сад"
},
"leisure/golf_course": {
"name": "Поле для гольфу"
},
"leisure/marina": {
"name": "Пристань для яхт"
},
"leisure/park": {
"name": "Парк"
},
"leisure/pitch": {
"name": "Спортивний майданчик"
},
"leisure/pitch/american_football": {
"name": "Поле для американського футболу"
},
"leisure/pitch/baseball": {
"name": "Бейсбольний майданчик"
},
"leisure/pitch/basketball": {
"name": "Баскетбольний майданчик"
},
"leisure/pitch/soccer": {
"name": "Футбольне поле"
},
"leisure/pitch/tennis": {
"name": "Тенісний майданчик"
},
"leisure/playground": {
"name": "Ігровий майданчик"
},
"leisure/slipway": {
"name": "Сліп"
},
"leisure/stadium": {
"name": "Стадіон"
},
"leisure/swimming_pool": {
"name": "Басейн"
},
"man_made": {
"name": "Штучні споруди"
},
"man_made/lighthouse": {
"name": "Маяк"
},
"man_made/pier": {
"name": "Пірс"
},
"man_made/survey_point": {
"name": "Геодезичний пункт"
},
"man_made/water_tower": {
"name": "Водонапірна вежа"
},
"natural": {
"name": "Природа"
},
"natural/bay": {
"name": "Затока"
},
"natural/beach": {
"name": "Пляж"
},
"natural/cliff": {
"name": "Скеля/Яр"
},
"natural/coastline": {
"name": "Берегова лінія",
"terms": "прибійна смуга"
},
"natural/glacier": {
"name": "Льодовик"
},
"natural/grassland": {
"name": "Трави"
},
"natural/heath": {
"name": "Пустир/Вереск"
},
"natural/peak": {
"name": "Пік"
},
"natural/scrub": {
"name": "Чагарник"
},
"natural/spring": {
"name": "Джерело"
},
"natural/tree": {
"name": "Дерево"
},
"natural/water": {
"name": "Вода"
},
"natural/water/lake": {
"name": "Озеро"
},
"natural/water/pond": {
"name": "Ставок"
},
"natural/water/reservoir": {
"name": "Резервуар"
},
"natural/wetland": {
"name": "Заболочені землі"
},
"natural/wood": {
"name": "Дерева"
},
"office": {
"name": "Офіс"
},
"place": {
"name": "Місцевість"
},
"place/hamlet": {
"name": "Хутір"
},
"place/island": {
"name": "Острів"
},
"place/locality": {
"name": "Місцевість"
},
"place/village": {
"name": "Село"
},
"power": {
"name": "Енергетика"
},
"power/generator": {
"name": "Електростанція"
},
"power/line": {
"name": "Лінія електропередач"
},
"power/pole": {
"name": "Опора"
},
"power/sub_station": {
"name": "Підстанція"
},
"power/tower": {
"name": "Опора ЛЕП"
},
"power/transformer": {
"name": "Трансформатор"
},
"railway": {
"name": "Залізниця"
},
"railway/abandoned": {
"name": "Занедбані колії"
},
"railway/disused": {
"name": "Путі, що не використовуються"
},
"railway/level_crossing": {
"name": "Залізничний переїзд"
},
"railway/monorail": {
"name": "Монорейка"
},
"railway/rail": {
"name": "Рейки"
},
"railway/subway": {
"name": "Метрополітен"
},
"railway/subway_entrance": {
"name": "Вхід до метро"
},
"railway/tram": {
"name": "Трамвай"
},
"shop": {
"name": "Магазини/Майстерні"
},
"shop/bakery": {
"name": "Булочна"
},
"shop/beverages": {
"name": "Напої"
},
"shop/bicycle": {
"name": "Веломагазин"
},
"shop/books": {
"name": "Книгарня"
},
"shop/boutique": {
"name": "Бутік"
},
"shop/butcher": {
"name": "М’ясна лавка"
},
"shop/car": {
"name": "Автосалон"
},
"shop/car_parts": {
"name": "Автозапчастини"
},
"shop/car_repair": {
"name": "Автомайстерня"
},
"shop/chemist": {
"name": "Побутова хімія"
},
"shop/clothes": {
"name": "Одяг"
},
"shop/computer": {
"name": "Комп’ютери"
},
"shop/confectionery": {
"name": "Кондитерська"
},
"shop/convenience": {
"name": "міні-маркет"
},
"shop/deli": {
"name": "Делікатеси/Вишукана їжа"
},
"shop/department_store": {
"name": "Універмаг"
},
"shop/doityourself": {
"name": "Зроби сам"
},
"shop/dry_cleaning": {
"name": "Хімчистка"
},
"shop/electronics": {
"name": "Електроніка"
},
"shop/fishmonger": {
"name": "Риба"
},
"shop/florist": {
"name": "Квіти"
},
"shop/furniture": {
"name": "Меблі"
},
"shop/garden_centre": {
"name": "Садово-парковий центр"
},
"shop/gift": {
"name": "Подарунки"
},
"shop/greengrocer": {
"name": "Овочевий"
},
"shop/hairdresser": {
"name": "Перукарня"
},
"shop/hardware": {
"name": "Господарські товари"
},
"shop/hifi": {
"name": "Аудіо апаратура"
},
"shop/jewelry": {
"name": "Ювелірні прикраси"
},
"shop/kiosk": {
"name": "Кіоск"
},
"shop/laundry": {
"name": "Пральня"
},
"shop/mall": {
"name": "Торгівельний центр"
},
"shop/mobile_phone": {
"name": "Мобільні телефони"
},
"shop/motorcycle": {
"name": "Мотомагазин"
},
"shop/music": {
"name": "Музичний магазин"
},
"shop/optician": {
"name": "Оптика"
},
"shop/outdoor": {
"name": "Товари для активного відпочинку"
},
"shop/pet": {
"name": "Товари для тварин"
},
"shop/shoes": {
"name": "Взуття"
},
"shop/sports": {
"name": "Спорттовари"
},
"shop/stationery": {
"name": "Канцтовари"
},
"shop/supermarket": {
"name": "Супермаркет"
},
"shop/toys": {
"name": "Іграшки"
},
"shop/travel_agency": {
"name": "Туристична агенція"
},
"shop/tyres": {
"name": "Колеса та шини"
},
"shop/vacant": {
"name": "Здається в оренду"
},
"shop/variety_store": {
"name": "Універсам"
},
"shop/video": {
"name": "Відео"
},
"tourism": {
"name": "Туризм"
},
"tourism/alpine_hut": {
"name": "Гірський притулок"
},
"tourism/artwork": {
"name": "Витвори мистецтв"
},
"tourism/attraction": {
"name": "Визначне місце"
},
"tourism/camp_site": {
"name": "Кемпінг"
},
"tourism/caravan_site": {
"name": "Караван-парк"
},
"tourism/chalet": {
"name": "Шале"
},
"tourism/guest_house": {
"name": "Гостьовий будинок"
},
"tourism/hostel": {
"name": "Хостел"
},
"tourism/hotel": {
"name": "Готель"
},
"tourism/information": {
"name": "Інформація"
},
"tourism/motel": {
"name": "Мотель"
},
"tourism/museum": {
"name": "Музей"
},
"tourism/picnic_site": {
"name": "Місце для пікніка"
},
"tourism/theme_park": {
"name": "Тематичний парк"
},
"tourism/viewpoint": {
"name": "Оглядовий майданчик"
},
"tourism/zoo": {
"name": "Зоопарк"
},
"waterway": {
"name": "Водний шлях"
},
"waterway/canal": {
"name": "Канал"
},
"waterway/dam": {
"name": "Дамба"
},
"waterway/ditch": {
"name": "Канава"
},
"waterway/drain": {
"name": "Дренажний канал"
},
"waterway/river": {
"name": "Ріка"
},
"waterway/riverbank": {
"name": "Берег ріки"
},
"waterway/stream": {
"name": "Струмок"
},
"waterway/weir": {
"name": "Водозлив"
}
}
}
};
locale.vi = {
"modes": {
"add_area": {
"title": "Vùng",
"description": "Thêm công viên, tòa nhà, hồ nước, hoặc vùng khác vào bản đồ.",
"tail": "Nhấn vào bản đồ để bắt đầu vẽ vùng."
},
"add_line": {
"title": "Đường",
"description": "Thêm con đường, lối đi bộ, dòng nước, hoặc đường kẻ khác vào bản đồ.",
"tail": "Nhấn vào bản đồ để bắt đầu vẽ đường kẻ."
},
"add_point": {
"title": "Điểm",
"description": "Thêm nhà hàng, đài kỷ niệm, hòm thư, hoặc địa điểm khác.",
"tail": "Nhấn vào bản đồ để thêm địa điểm."
},
"browse": {
"title": "Duyệt",
"description": "Di chuyển và thu phóng bản đồ."
},
"draw_area": {
"tail": "Nhấn để thêm nốt vào vùng. Nhấn nốt đầu tiên để hoàn thành vùng."
},
"draw_line": {
"tail": "Nhấn để thêm nốt vào đường kẻ. Nhấn vào đường khác để nối đường lại. Nhấn đúp để hoàn thành đường."
}
},
"operations": {
"add": {
"annotation": {
"point": "Thêm địa điểm.",
"vertex": "Thêm nốt vào lối."
}
},
"start": {
"annotation": {
"line": "Bắt đầu vẽ đường kẻ.",
"area": "Bắt đầu vẽ vùng."
}
},
"continue": {
"annotation": {
"line": "Vẽ tiếp đường kẻ.",
"area": "Vẽ tiếp vùng."
}
},
"cancel_draw": {
"annotation": "Hủy vẽ đối tượng."
},
"change_tags": {
"annotation": "Thay đổi thẻ."
},
"circularize": {
"title": "Làm Tròn",
"description": "Làm tròn một đối tượng.",
"key": "O",
"annotation": {
"line": "Làm tròn một đường kẻ.",
"area": "Làm tròn một vùng."
}
},
"orthogonalize": {
"title": "Làm Vuông góc",
"description": "Làm vuông góc một đối tượng.",
"key": "Q",
"annotation": {
"line": "Làm vuông góc một đường kẻ.",
"area": "Làm vuông góc một vùng."
}
},
"delete": {
"title": "Xóa",
"description": "Xóa đối tượng này khỏi bản đồ.",
"annotation": {
"point": "Xóa địa điểm.",
"vertex": "Xóa nốt khỏi lối.",
"line": "Xóa đường kẻ.",
"area": "Xóa vùng.",
"relation": "Xóa quan hệ.",
"multiple": "Xóa {n} đối tượng."
}
},
"connect": {
"annotation": {
"point": "Nối liền lối với địa điểm.",
"vertex": "Nối liền đường kẻ với đường khác.",
"line": "Nối liền lối với đường kẻ.",
"area": "Nối liền đường kẻ với vùng."
}
},
"disconnect": {
"title": "Tháo gỡ",
"description": "Gỡ các lối này khỏi nhau.",
"key": "G",
"annotation": "Tháo gỡ lối."
},
"merge": {
"title": "Hợp nhất",
"description": "Hợp nhất các đường kẻ này.",
"key": "H",
"annotation": "Hợp nhất {n} đường kẻ."
},
"move": {
"title": "Di chuyển",
"description": "Di chuyển đối tượng này sang chỗ khác.",
"key": "D",
"annotation": {
"point": "Di chuyển địa điểm.",
"vertex": "Di chuyển nốt trong lối.",
"line": "Di chuyển đường kẻ.",
"area": "Di chuyển vùng.",
"multiple": "Di chuyển hơn một đối tượng."
}
},
"rotate": {
"title": "Xoay",
"description": "Xoay đối tượng này quanh trung tâm.",
"key": "X",
"annotation": {
"line": "Xoay đường kẻ.",
"area": "Xoay vùng."
}
},
"reverse": {
"title": "Đảo ngược",
"description": "Đảo nguợc chiều đường kẻ này.",
"key": "V",
"annotation": "Đảo ngược đường kẻ."
},
"split": {
"title": "Chia cắt",
"description": "Cắt đôi lối này tại nốt được chọn.",
"key": "C",
"annotation": "Cắt đôi một lối."
}
},
"nothing_to_undo": "Không có gì để hoàn tác.",
"nothing_to_redo": "Không có gì để làm lại.",
"just_edited": "Bạn vừa sửa đổi OpenStreetMap!",
"browser_notice": "Chường trình vẽ bản đồ này chạy tốt trong Firefox, Chrome, Safari, Opera, và Internet Explorer 9 trở lên. Xin vui lòng nâng cấp trình duyệt của bạn hoặc sửa đổi bản đồ trong Potlatch 2.",
"view_on_osm": "Xem tại OSM",
"zoom_in_edit": "phóng to để sửa đổi bản đồ",
"logout": "đăng xuất",
"report_a_bug": "báo cáo lỗi",
"commit": {
"title": "Lưu các Thay đổi",
"description_placeholder": "Tóm lược các đóng góp của bạn",
"message_label": "Tóm lược sửa đổi",
"upload_explanation": "Các thay đổi bạn thực hiện dưới tên {user} sẽ xuất hiện trên tất cả các bản đồ sử dụng dữ liệu OpenStreetMap.",
"save": "Lưu",
"cancel": "Hủy bỏ",
"warnings": "Cảnh báo",
"modified": "Đã Thay đổi",
"deleted": "Đã Xóa",
"created": "Đã Tạo"
},
"contributors": {
"list": "Đang xem các đóng góp của {users}",
"truncated_list": "Đang xem các đóng góp của {users} và {count} người khác"
},
"geocoder": {
"title": "Tìm kiếm địa phương",
"placeholder": "Tìm kiếm địa phương",
"no_results": "Không tìm thấy địa phương với tên “{name}”"
},
"geolocate": {
"title": "Nhảy tới Vị trí của Tôi"
},
"inspector": {
"no_documentation_combination": "Không có tài liệu về tổ hợp thẻ này",
"no_documentation_key": "Không có tài liệu về chìa khóa này",
"show_more": "Xem thêm",
"new_tag": "Thẻ mới",
"view_on_osm": "Xem tại OSM",
"editing_feature": "Đang sửa {feature}",
"additional": "Các thẻ nâng cao",
"choose": "Chọn loại đối tượng",
"results": "{n} kết quả cho {search}",
"reference": "Tra cứu OpenStreetMap Wiki →",
"back_tooltip": "Thay đổi loại đối tượng"
},
"background": {
"title": "Hình nền",
"description": "Tùy chọn hình nền",
"percent_brightness": "Sáng {opacity}%",
"fix_misalignment": "Chỉnh lại hình nền bị chệch",
"reset": "đặt lại"
},
"restore": {
"description": "Bạn có thay đổi chưa lưu từ một phiên làm việc trước đây. Bạn có muốn khôi phục các thay đổi này không?",
"restore": "Khôi phục",
"reset": "Đặt lại"
},
"save": {
"title": "Lưu",
"help": "Lưu các thay đổi vào OpenStreetMap để cho mọi người xem.",
"no_changes": "Không có thay đổi nào để lưu.",
"error": "Đã xuất hiện lỗi khi lưu",
"uploading": "Đang tải các thay đổi lên OpenStreetMap.",
"unsaved_changes": "Bạn có Thay đổi Chưa lưu"
},
"splash": {
"welcome": "Chào mừng bạn đến với iD, chương trình sửa đổi OpenStreetMap",
"text": "Đây là phiên bản đang phát triển {version}. Xem thêm thông tin tại {website} và báo cáo lỗi tại {github}."
},
"source_switch": {
"live": "thật",
"dev": "thử"
},
"tag_reference": {
"description": "Miêu tả",
"on_wiki": "{tag} tại wiki.osm.org",
"used_with": "được sử dụng với {type}"
},
"validations": {
"untagged_point": "Địa điểm không có thẻ mà không trực thuộc đường kẻ hoặc vùng",
"untagged_line": "Đường kẻ không có thẻ",
"untagged_area": "Vùng không có thẻ",
"many_deletions": "Bạn có chắc chắn muốn xóa {n} đối tượng? Các đối tượng này sẽ bị xóa khỏi bản đồ công cộng tại openstreetmap.org.",
"tag_suggests_area": "Thẻ {tag} có lẽ dành cho vùng nhưng được gắn vào đường kẻ",
"deprecated_tags": "Thẻ bị phản đối: {tags}"
},
"zoom": {
"in": "Phóng to",
"out": "Thu nhỏ"
},
"imagery": {
"provided_by": "Hình ảnh do {source} cung cấp"
},
"gpx": {
"local_layer": "Tập tin GPX địa phương",
"drag_drop": "Kéo thả một tập tin .gpx vào trang"
},
"presets": {
"fields": {
"access": {
"label": "Quyền Truy cập"
},
"address": {
"label": "Địa chỉ",
"placeholders": {
"housename": "Tên nhà",
"number": "123",
"street": "Tên đường",
"city": "Thành phố"
}
},
"aeroway": {
"label": "Loại"
},
"amenity": {
"label": "Loại"
},
"atm": {
"label": "Máy Rút tiền"
},
"barrier": {
"label": "Kiểu"
},
"bicycle_parking": {
"label": "Kiểu"
},
"building": {
"label": "Tòa nhà"
},
"building_area": {
"label": "Tòa nhà"
},
"building_yes": {
"label": "Tòa nhà"
},
"capacity": {
"label": "Số Chỗ Đậu Xe"
},
"collection_times": {
"label": "Giờ Lấy thư"
},
"construction": {
"label": "Kiểu"
},
"country": {
"label": "Quốc gia"
},
"crossing": {
"label": "Kiểu"
},
"cuisine": {
"label": "Ẩm thực"
},
"denomination": {
"label": "Giáo phái"
},
"denotation": {
"label": "Tầm Quan trọng"
},
"elevation": {
"label": "Cao độ"
},
"emergency": {
"label": "Khẩn cấp"
},
"entrance": {
"label": "Kiểu"
},
"fax": {
"label": "Số Fax"
},
"fee": {
"label": "Phí"
},
"highway": {
"label": "Kiểu"
},
"historic": {
"label": "Loại"
},
"internet_access": {
"label": "Truy cập Internet",
"options": {
"wlan": "Wi-Fi",
"wired": "Qua dây điện",
"terminal": "Máy tính công cộng"
}
},
"landuse": {
"label": "Mục đích"
},
"layer": {
"label": "Lớp"
},
"leisure": {
"label": "Loại"
},
"levels": {
"label": "Số Tầng"
},
"man_made": {
"label": "Loại"
},
"maxspeed": {
"label": "Tốc độ Tối đa"
},
"name": {
"label": "Tên"
},
"natural": {
"label": "Thiên nhiên"
},
"network": {
"label": "Hệ thống"
},
"note": {
"label": "Chú thích"
},
"office": {
"label": "Kiểu"
},
"oneway": {
"label": "Một chiều"
},
"oneway_yes": {
"label": "Một chiều"
},
"opening_hours": {
"label": "Giờ Mở cửa"
},
"operator": {
"label": "Cơ quan Chủ quản"
},
"phone": {
"label": "Số Điện thoại"
},
"place": {
"label": "Kiểu"
},
"power": {
"label": "Kiểu"
},
"railway": {
"label": "Kiểu"
},
"ref": {
"label": "Số"
},
"religion": {
"label": "Tôn giáo",
"options": {
"christian": "Kitô giáo",
"muslim": "Hồi giáo",
"buddhist": "Phật giáo",
"jewish": "Do Thái giáo",
"hindu": "Ấn Độ giáo",
"shinto": "Thần đạo",
"taoist": "Đạo giáo"
}
},
"service": {
"label": "Kiểu"
},
"shelter": {
"label": "Chỗ che"
},
"shop": {
"label": "Kiểu"
},
"source": {
"label": "Nguồn"
},
"sport": {
"label": "Môn Thể thao"
},
"structure": {
"label": "Cấu trúc",
"options": {
"bridge": "Cầu",
"tunnel": "Đường hầm",
"embankment": "Đường đắp cao",
"cutting": "Đường xẻ"
}
},
"surface": {
"label": "Mặt"
},
"tourism": {
"label": "Loại"
},
"water": {
"label": "Loại"
},
"waterway": {
"label": "Loại"
},
"website": {
"label": "Trang Web"
},
"wetland": {
"label": "Loại"
},
"wheelchair": {
"label": "Đi Xe lăn Được"
},
"wikipedia": {
"label": "Wikipedia"
},
"wood": {
"label": "Loại"
}
},
"presets": {
"aeroway": {
"name": "Hàng không"
},
"aeroway/aerodrome": {
"name": "Sân bay",
"terms": "máy bay,phi cơ,tàu bay,sân bay,phi trường"
},
"aeroway/helipad": {
"name": "Sân bay Trực thăng",
"terms": "máy bay trực thăng,máy bay lên thẳng,sân bay trực thăng,sân bay lên thẳng,phi trường trực thăng,sàn đỗ trực thăng,sàn đáp trực thăng"
},
"amenity": {
"name": "Tiện nghi"
},
"amenity/bank": {
"name": "Ngân hàng",
"terms": "ngân hàng,nhà băng,ngân hàng công đoàn,nhà băng công đoàn,công đoàn tín dụng"
},
"amenity/bar": {
"name": "Quán rượu"
},
"amenity/bench": {
"name": "Ghế"
},
"amenity/bicycle_parking": {
"name": "Chỗ Đậu Xe đạp"
},
"amenity/bicycle_rental": {
"name": "Chỗ Mướn Xe đạp"
},
"amenity/cafe": {
"name": "Quán Cà phê",
"terms": "cà phê,quán cà phê,trà,quán trà"
},
"amenity/cinema": {
"name": "Rạp phim",
"terms": "rạp phim,rạp điện ảnh,xi nê, xi-nê,xinê,phim,điện ảnh"
},
"amenity/courthouse": {
"name": "Tòa"
},
"amenity/embassy": {
"name": "Tòa đại sứ"
},
"amenity/fast_food": {
"name": "Nhà hàng Ăn nhanh"
},
"amenity/fire_station": {
"name": "Trạm Cứu hỏa"
},
"amenity/fuel": {
"name": "Cây xăng"
},
"amenity/grave_yard": {
"name": "Nghĩa địa"
},
"amenity/hospital": {
"name": "Bệnh viện",
"terms": "bệnh viện,nhà thương,phòng khám khẩn cấp,phòng khẩn cấp"
},
"amenity/library": {
"name": "Thư viện"
},
"amenity/marketplace": {
"name": "Chợ phiên"
},
"amenity/parking": {
"name": "Bãi Đậu xe"
},
"amenity/pharmacy": {
"name": "Nhà thuốc"
},
"amenity/place_of_worship": {
"name": "Nơi Thờ phụng",
"terms": "nơi thờ phụng,nhà thờ,giáo xứ,thánh đường,hội đường"
},
"amenity/place_of_worship/christian": {
"name": "Nhà thờ",
"terms": "nhà thờ,Kitô giáo,Kitô giáo,Thiên Chúa giáo,đạo Thiên Chúa,giáo xứ,thánh đường"
},
"amenity/place_of_worship/jewish": {
"name": "Nhà thờ Do Thái giáo",
"terms": "Do Thái giáo,đạo Do Thái,hội đường"
},
"amenity/place_of_worship/muslim": {
"name": "Nhà thờ Hồi giáo",
"terms": "Hồi giáo,nhà thờ"
},
"amenity/police": {
"name": "Đồn Cảnh sát",
"terms": "cảnh sát,sở cảnh sát,đồn cảnh sát,trạm cảnh sát,sen đầm,sở sen đầm,đội sen đầm,hiến binh,sở hiến binh,đồn hiến binh,công an,sở công an,đồn công an,trạm công an"
},
"amenity/post_box": {
"name": "Hòm thư",
"terms": "hòm thư,hộp thư,thùng thư"
},
"amenity/post_office": {
"name": "Bưu điện"
},
"amenity/pub": {
"name": "Quán rượu Pub"
},
"amenity/restaurant": {
"name": "Nhà hàng",
"terms": "quán ăn,nhà hàng,tiệm ăn,nhà ăn,phòng ăn,quán ăn nhanh,nhà hàng ăn nhanh,quán ăn qua loa,căng tin,căng-tin,xe đẩy,quán rượu,quán bia,tiệm rượu,hiệu chả cá,quán chả nướng,quán phở,tiệm phở,quán cơm,quán bánh cuốn,tiệm bánh cuốn,quán bánh mì,tiệm bánh mì,quán bánh xèo,tiệm bánh xèo,quán chè,tiệm chè,quán gỏi cuốn,quán bún,quán hải sản,quán gà,quán cà ri,quán cà-ri,tiệm cà ri, tiệm cà-ri"
},
"amenity/school": {
"name": "Nhà trường",
"terms": "trường,trường học,nhà trường,học viện,trường tư,trường tư thực,trường công,trường công lập,tiểu học,trường tiểu học,trung học,trường trung học,trung học cơ sở,trường trung học cơ sở,THCS,TTHCS,trung học phổ thông,trường trung học phổ thông,THPT,TTHPT,trung học chuyên nghiệp,trường trung học chuyên nghiệp,THCN,TTHCN,cao đẳng,trường cao đẳng,CĐ,đại học,trường đại học,ĐH,trường dòng,khoa,học"
},
"amenity/swimming_pool": {
"name": "Hồ Bơi"
},
"amenity/telephone": {
"name": "Điện thoại"
},
"amenity/theatre": {
"name": "Nhà hát",
"terms": "nhà hát,rạp hát,sân khấu,kịch"
},
"amenity/toilets": {
"name": "Phòng Vệ sinh"
},
"amenity/townhall": {
"name": "Tòa thị chính Thị xã",
"terms": "tòa thị chính,tòa thị chánh,toà thị chính,toà thị chánh,trụ sở thành phố,trụ sở thị xã,trụ sở làng"
},
"amenity/university": {
"name": "Trường Đại học"
},
"barrier": {
"name": "Chướng ngại"
},
"barrier/block": {
"name": "Tấm Bê tông"
},
"barrier/bollard": {
"name": "Cột Bê tông"
},
"barrier/cattle_grid": {
"name": "Bẫy Trâu bò Trên đường"
},
"barrier/city_wall": {
"name": "Tường thành"
},
"barrier/cycle_barrier": {
"name": "Hàng rào Ngăn Xe đạp"
},
"barrier/ditch": {
"name": "Mương"
},
"barrier/entrance": {
"name": "Cửa vào"
},
"barrier/fence": {
"name": "Hàng rào"
},
"barrier/gate": {
"name": "Cổng"
},
"barrier/hedge": {
"name": "Hàng rào Cây"
},
"barrier/kissing_gate": {
"name": "Cửa Hàng rào Chắn Trâu bò"
},
"barrier/lift_gate": {
"name": "Rào chắn Đóng mở"
},
"barrier/retaining_wall": {
"name": "Tường Chắn Đất"
},
"barrier/stile": {
"name": "Bậc trèo"
},
"barrier/toll_booth": {
"name": "Nhà thu phí"
},
"barrier/wall": {
"name": "Tường"
},
"building": {
"name": "Tòa nhà"
},
"building/entrance": {
"name": "Cửa vào"
},
"entrance": {
"name": "Cửa vào"
},
"highway": {
"name": "Đường Giao thông"
},
"highway/bridleway": {
"name": "Đường mòn Ngựa",
"terms": "đường mòn ngựa,đường cưỡi ngựa,đường đi ngựa"
},
"highway/bus_stop": {
"name": "Trạm Xe buýt"
},
"highway/crossing": {
"name": "Lối Băng qua Đường",
"terms": "lối băng qua đường,lối qua đường,đường ngựa vằn"
},
"highway/cycleway": {
"name": "Đường Xe đạp"
},
"highway/footway": {
"name": "Đường Đi bộ",
"terms": "đường đi bộ,hè,vỉa hè,đường mòn,phố,đường đi dạo"
},
"highway/motorway": {
"name": "Đường Cao tốc"
},
"highway/motorway_link": {
"name": "Nhánh Ra vào Đường Cao tốc",
"terms": "đường nhánh,đoạn nhánh,đường nhánh rẽ,đoạn nhánh rẽ,đường nhánh chuyển đường,nhánh chuyển đường,lối ra vào,lối ra,lối vào,nhánh ra,nhánh vào,đường nối"
},
"highway/path": {
"name": "Lối"
},
"highway/primary": {
"name": "Đường Chính"
},
"highway/primary_link": {
"name": "Nhánh Ra vào Đường Chính",
"terms": "đường nhánh,đoạn nhánh,đường nhánh rẽ,đoạn nhánh rẽ,đường nhánh chuyển đường,nhánh chuyển đường,lối ra vào,lối ra,lối vào,nhánh ra,nhánh vào,đường nối"
},
"highway/residential": {
"name": "Ngõ Dân cư"
},
"highway/road": {
"name": "Đường Nói chung"
},
"highway/secondary": {
"name": "Đường Lớn"
},
"highway/secondary_link": {
"name": "Nhánh Ra vào Đường Lớn",
"terms": "đường nhánh,đoạn nhánh,đường nhánh rẽ,đoạn nhánh rẽ,đường nhánh chuyển đường,nhánh chuyển đường,lối ra vào,lối ra,lối vào,nhánh ra,nhánh vào,đường nối"
},
"highway/service": {
"name": "Ngách"
},
"highway/steps": {
"name": "Cầu thang",
"terms": "cầu thang"
},
"highway/tertiary": {
"name": "Phố"
},
"highway/tertiary_link": {
"name": "Nhánh Ra vào Phố",
"terms": "đường nhánh,đoạn nhánh,đường nhánh rẽ,đoạn nhánh rẽ,đường nhánh chuyển đường,nhánh chuyển đường,lối ra vào,lối ra,lối vào,nhánh ra,nhánh vào,đường nối"
},
"highway/track": {
"name": "Đường mòn"
},
"highway/traffic_signals": {
"name": "Đèn Giao thông",
"terms": "đèn giao thông,đèn tín hiệu giao thông,đèn tín hiệu,đèn điều khiển giao thông,đèn điều khiển,đèn xanh đèn đỏ,đèn xanh đỏ,đèn ngã tư,đèn ngã ba"
},
"highway/trunk": {
"name": "Xa lộ"
},
"highway/trunk_link": {
"name": "Nhánh Ra vào Xa lộ",
"terms": "đường nhánh,đoạn nhánh,đường nhánh rẽ,đoạn nhánh rẽ,đường nhánh chuyển đường,nhánh chuyển đường,lối ra vào,lối ra,lối vào,nhánh ra,nhánh vào,đường nối"
},
"highway/turning_circle": {
"name": "Cuối đường Vòng tròn"
},
"highway/unclassified": {
"name": "Phố"
},
"historic": {
"name": "Nơi Lịch sử"
},
"historic/archaeological_site": {
"name": "Khu vực Khảo cổ"
},
"historic/boundary_stone": {
"name": "Mốc Biên giới"
},
"historic/castle": {
"name": "Lâu đài"
},
"historic/memorial": {
"name": "Đài Tưởng niệm"
},
"historic/monument": {
"name": "Đài tưởng niệm"
},
"historic/ruins": {
"name": "Tàn tích"
},
"historic/wayside_cross": {
"name": "Thánh Giá Dọc đường"
},
"historic/wayside_shrine": {
"name": "Đền thánh Dọc đường"
},
"landuse": {
"name": "Kiểu Sử dụng Đất"
},
"landuse/allotments": {
"name": "Khu Vườn Gia đình"
},
"landuse/basin": {
"name": "Lưu vực"
},
"landuse/cemetery": {
"name": "Nghĩa địa"
},
"landuse/commercial": {
"name": "Thương mại"
},
"landuse/construction": {
"name": "Công trường Xây dựng"
},
"landuse/farm": {
"name": "Trại"
},
"landuse/farmyard": {
"name": "Sân Trại"
},
"landuse/forest": {
"name": "Rừng Trồng cây"
},
"landuse/grass": {
"name": "Cỏ"
},
"landuse/industrial": {
"name": "Công nghiệp"
},
"landuse/meadow": {
"name": "Đồng cỏ"
},
"landuse/orchard": {
"name": "Vườn Cây"
},
"landuse/quarry": {
"name": "Mỏ Đá"
},
"landuse/residential": {
"name": "Dân cư"
},
"landuse/vineyard": {
"name": "Vườn Nho"
},
"leisure": {
"name": "Giải trí"
},
"leisure/garden": {
"name": "Vườn"
},
"leisure/golf_course": {
"name": "Sân Golf"
},
"leisure/marina": {
"name": "Bến tàu"
},
"leisure/park": {
"name": "Công viên",
"terms": "công viên,vườn,vườn hoa,vườn cây,bãi cỏ,bãi cỏ xanh,thảm cỏ xanh,vành đai xanh,sân chơi,khu vui chơi,khu vui chơi trẻ em,khu chơi trẻ em,quảng trường,rừng"
},
"leisure/pitch": {
"name": "Sân cỏ"
},
"leisure/pitch/american_football": {
"name": "Sân cỏ Bóng bầu dục Mỹ"
},
"leisure/pitch/baseball": {
"name": "Sân cỏ Bóng chày"
},
"leisure/pitch/basketball": {
"name": "Sân Bóng rổ"
},
"leisure/pitch/soccer": {
"name": "Sân cỏ Bóng đá"
},
"leisure/pitch/tennis": {
"name": "Sân Quần vợt"
},
"leisure/playground": {
"name": "Khu Vui chơi Trẻ em"
},
"leisure/slipway": {
"name": "Đường Trượt tàu"
},
"leisure/stadium": {
"name": "Sân vận động"
},
"leisure/swimming_pool": {
"name": "Hồ Bơi"
},
"man_made": {
"name": "Công trình"
},
"man_made/lighthouse": {
"name": "Hải đăng"
},
"man_made/pier": {
"name": "Cầu tàu"
},
"man_made/survey_point": {
"name": "Điểm Khảo sát"
},
"man_made/water_tower": {
"name": "Tháp nước"
},
"natural": {
"name": "Thiên nhiên"
},
"natural/bay": {
"name": "Vịnh"
},
"natural/beach": {
"name": "Bãi biển"
},
"natural/cliff": {
"name": "Vách đá"
},
"natural/coastline": {
"name": "Bờ biển",
"terms": "bờ biển,bờ sông,bờ"
},
"natural/glacier": {
"name": "Sông băng"
},
"natural/grassland": {
"name": "Đồng cỏ"
},
"natural/heath": {
"name": "Bãi hoang"
},
"natural/peak": {
"name": "Đỉnh núi",
"terms": "đồi,núi,đỉnh núi,đỉnh,chỏm núi,chỏm,chóp núi,chóp,chỏm chóp"
},
"natural/scrub": {
"name": "Đất Bụi rậm"
},
"natural/spring": {
"name": "Suối"
},
"natural/tree": {
"name": "Cây"
},
"natural/water": {
"name": "Nước"
},
"natural/water/lake": {
"name": "Hồ",
"terms": "hồ,hồ nước"
},
"natural/water/pond": {
"name": "Ao nước",
"terms": "hồ nhỏ,ao,ao cá,hồ cá,hồ đánh cá"
},
"natural/water/reservoir": {
"name": "Bể nước"
},
"natural/wetland": {
"name": "Đầm lầy"
},
"natural/wood": {
"name": "Rừng"
},
"office": {
"name": "Văn phòng"
},
"place": {
"name": "Địa phương"
},
"place/hamlet": {
"name": "Xóm"
},
"place/island": {
"name": "Đảo",
"terms": "đảo,hòn đảo,quần đảo,đảo san hô,san hô,cồn cát,cồn,đá ngầm,chỗ nông,chỗ cạn"
},
"place/locality": {
"name": "Địa phương"
},
"place/village": {
"name": "Làng"
},
"power": {
"name": "Điện năng"
},
"power/generator": {
"name": "Nhà máy điện"
},
"power/line": {
"name": "Đường Dây điện"
},
"power/pole": {
"name": "Cột điện"
},
"power/sub_station": {
"name": "Trạm Điện Phụ"
},
"power/tower": {
"name": "Cột điện Cao thế"
},
"power/transformer": {
"name": "Máy biến áp"
},
"railway": {
"name": "Đường sắt"
},
"railway/abandoned": {
"name": "Đường sắt Bỏ hoang"
},
"railway/disused": {
"name": "Đường sắt Không hoạt động"
},
"railway/level_crossing": {
"name": "Giao lộ Đường sắt",
"terms": "giao lộ đường sắt,giao lộ đường ray,nút giao đường sắt"
},
"railway/monorail": {
"name": "Đường sắt Một ray"
},
"railway/rail": {
"name": "Đường sắt"
},
"railway/subway": {
"name": "Đường Tàu điện ngầm"
},
"railway/subway_entrance": {
"name": "Cửa vào Nhà ga Tàu điện ngầm"
},
"railway/tram": {
"name": "Đường Tàu điện",
"terms": "đường tàu điện,tàu điện,đường xe điện,xe điện"
},
"shop": {
"name": "Tiệm"
},
"shop/alcohol": {
"name": "Tiệm Rượu"
},
"shop/bakery": {
"name": "Tiệm Bánh"
},
"shop/beauty": {
"name": "Tiệm Mỹ phẩm"
},
"shop/beverages": {
"name": "Tiệm Đồ uống"
},
"shop/bicycle": {
"name": "Tiệm Xe đạp"
},
"shop/books": {
"name": "Hiệu Sách"
},
"shop/boutique": {
"name": "Tiệm Thời trang"
},
"shop/butcher": {
"name": "Tiệm Thịt"
},
"shop/car": {
"name": "Tiệm Xe hơi"
},
"shop/car_parts": {
"name": "Tiệm Phụ tùng Xe hơi"
},
"shop/car_repair": {
"name": "Tiệm Sửa Xe"
},
"shop/chemist": {
"name": "Tiệm Dược phẩm"
},
"shop/clothes": {
"name": "Tiệm Quần áo"
},
"shop/computer": {
"name": "Tiệm Máy tính"
},
"shop/confectionery": {
"name": "Tiệm Kẹo"
},
"shop/convenience": {
"name": "Tiệm Tiện lợi"
},
"shop/deli": {
"name": "Tiệm Deli"
},
"shop/department_store": {
"name": "Tiệm Bách hóa"
},
"shop/doityourself": {
"name": "Tiệm Vật liệu Xây dựng"
},
"shop/dry_cleaning": {
"name": "Tiệm Giặt Hấp tẩy"
},
"shop/electronics": {
"name": "Tiệm Thiết bị Điện tử"
},
"shop/fishmonger": {
"name": "Tiệm Cá"
},
"shop/florist": {
"name": "Tiệm Hoa"
},
"shop/furniture": {
"name": "Tiệm Đồ đạc"
},
"shop/garden_centre": {
"name": "Trung tâm Làm vườn"
},
"shop/gift": {
"name": "Tiệm Quà tặng"
},
"shop/greengrocer": {
"name": "Tiệm Rau quả"
},
"shop/hairdresser": {
"name": "Tiệm Làm tóc"
},
"shop/hardware": {
"name": "Tiệm Ngũ kim"
},
"shop/hifi": {
"name": "Tiệm Thiết bị Âm thanh"
},
"shop/jewelry": {
"name": "Tiệm Kim hoàn"
},
"shop/kiosk": {
"name": "Gian hàng"
},
"shop/laundry": {
"name": "Tiệm Máy giặt"
},
"shop/mall": {
"name": "Trung tâm Thương mại"
},
"shop/mobile_phone": {
"name": "Tiệm Điện thoại Di động"
},
"shop/motorcycle": {
"name": "Tiệm Xe máy"
},
"shop/music": {
"name": "Tiệm Âm nhạc"
},
"shop/newsagent": {
"name": "Quầy báo"
},
"shop/optician": {
"name": "Tiệm Kính mắt"
},
"shop/outdoor": {
"name": "Tiệm Thể thao Ngoài trời"
},
"shop/pet": {
"name": "Tiệm Vật nuôi"
},
"shop/shoes": {
"name": "Tiệm Giày"
},
"shop/sports": {
"name": "Tiệm Thể thao"
},
"shop/stationery": {
"name": "Tiệm Văn phòng phẩm"
},
"shop/supermarket": {
"name": "Siêu thị",
"terms": "siêu thị,chợ,tiệm,cửa hàng,khu buôn bán,trung tâm buôn bán,chợ trời,chợ phiên,chợ xổm"
},
"shop/toys": {
"name": "Tiệm Đồ chơ"
},
"shop/travel_agency": {
"name": "Văn phòng Du lịch"
},
"shop/tyres": {
"name": "Tiệm Lốp xe"
},
"shop/vacant": {
"name": "Tiệm Đóng cửa"
},
"shop/variety_store": {
"name": "Tiệm Tạp hóa"
},
"shop/video": {
"name": "Tiệm Phim"
},
"tourism": {
"name": "Du lịch"
},
"tourism/alpine_hut": {
"name": "Túp lều trên Núi"
},
"tourism/artwork": {
"name": "Nghệ phẩm"
},
"tourism/attraction": {
"name": "Điểm Thu hút Du lịch"
},
"tourism/camp_site": {
"name": "Nơi Cắm trại"
},
"tourism/caravan_site": {
"name": "Bãi Đậu Nhà lưu động"
},
"tourism/chalet": {
"name": "Nhà nghỉ Riêng biệt"
},
"tourism/guest_house": {
"name": "Nhà khách",
"terms": "nhà khách,nhà trọ"
},
"tourism/hostel": {
"name": "Nhà trọ"
},
"tourism/hotel": {
"name": "Khách sạn"
},
"tourism/information": {
"name": "Thông tin"
},
"tourism/motel": {
"name": "Khách sạn Dọc đường"
},
"tourism/museum": {
"name": "Bảo tàng",
"terms": "viện bảo tàng,bảo tàng,thư viện,văn thư lưu trữ,lưu trữ,kho"
},
"tourism/picnic_site": {
"name": "Nơi Ăn Ngoài trời"
},
"tourism/theme_park": {
"name": "Công viên Chủ đề"
},
"tourism/viewpoint": {
"name": "Điểm Ngắm cảnh"
},
"tourism/zoo": {
"name": "Vườn thú"
},
"waterway": {
"name": "Đường sông"
},
"waterway/canal": {
"name": "Kênh đào"
},
"waterway/dam": {
"name": "Đập nước"
},
"waterway/ditch": {
"name": "Mương"
},
"waterway/drain": {
"name": "Cống"
},
"waterway/river": {
"name": "Sông",
"terms": "sông,con sông,dòng sông,nhánh sông,sông nhánh,sông con,suối,suối nước,dòng suối,châu thổ"
},
"waterway/riverbank": {
"name": "Bờ sông"
},
"waterway/stream": {
"name": "Dòng suối",
"terms": "nhánh sông,sông nhánh,sông con,suối,suối nước,dòng suối"
},
"waterway/weir": {
"name": "Đập Tràn"
}
}
}
};