mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Start updating the documentation for touch input
This commit is contained in:
+13
-13
@@ -1305,16 +1305,16 @@ en:
|
||||
overview:
|
||||
title: Overview
|
||||
navigation_h: "Navigation"
|
||||
navigation_drag: "You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on a keyboard."
|
||||
navigation_zoom: "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by pressing the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on a keyboard."
|
||||
navigation_drag: "You can drag the map by holding down the {leftclick} left mouse button and moving the mouse around, or by {touchdrag_icon} dragging on a touchscreen. You can also use the `↓`, `↑`, `←`, `→` arrow keys on a keyboard."
|
||||
navigation_zoom: "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by pinching with two fingers on a touchscreen. You can also press the {plus} / {minus} buttons along the side of the map or the `+`, `-` keys on a keyboard."
|
||||
features_h: "Map Features"
|
||||
features: "We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*."
|
||||
nodes_ways: "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."
|
||||
editing:
|
||||
title: "Editing & Saving"
|
||||
select_h: "Select"
|
||||
select_left_click: "{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address."
|
||||
select_right_click: "{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting."
|
||||
select_left_click: "{leftclick} Left-click or {tap_icon} tap on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address."
|
||||
select_right_click: "{rightclick} Right-click or {longpress_icon} long-press on a feature to display the edit menu, which shows the commands that are available, such as rotating, moving, and deleting."
|
||||
multiselect_h: "Multiselect"
|
||||
multiselect_shift_click: "`{shift}`+{leftclick} left-click to select several features together. This makes it easier to move or delete multiple items."
|
||||
multiselect_lasso: "Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected."
|
||||
@@ -1326,7 +1326,7 @@ en:
|
||||
upload_h: "Upload"
|
||||
upload: "Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then press **{upload}** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone."
|
||||
backups_h: "Automatic Backups"
|
||||
backups: "If you happen to close the browser before saving, your edits are still stored locally. You can come back later using the same browser and device, and iD will offer to restore your work."
|
||||
backups: "If you happen to close the browser before saving, your edits are still stored locally. iD will offer to restore your work when you come back later on the same browser and device."
|
||||
keyboard_h: "Keyboard Shortcuts"
|
||||
keyboard: "You can view a list of keyboard shortcuts by pressing the `{shortcuts_key}` key."
|
||||
feature_editor:
|
||||
@@ -1348,12 +1348,12 @@ en:
|
||||
intro: "*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there."
|
||||
add_point_h: "Adding Points"
|
||||
add_point: "To add a point, press the {point_icon} **{point}** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol."
|
||||
add_point_finish: "To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `{space}`."
|
||||
add_point_finish: "To place the new point on the map with a mouse, position the cursor where the point should go, then {leftclick} left-click or press `{space}`. On a touchscreen, simply {tap_icon} tap the location."
|
||||
move_point_h: "Moving Points"
|
||||
move_point: "To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location."
|
||||
delete_point_h: "Deleting Points"
|
||||
delete_point: "It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it."
|
||||
delete_point_command: "To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
delete_point_command: "To delete a point, {rightclick} right-click or {longpress_icon} long-press the point to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
lines:
|
||||
title: Lines
|
||||
intro: "*Lines* are used to represent features such as roads, railroads, and rivers. Lines should be drawn down the center of the feature that they represent."
|
||||
@@ -1363,20 +1363,20 @@ en:
|
||||
add_line_finish: "To finish a line, press `{return}` or click again on the last node."
|
||||
modify_line_h: "Modifying Lines"
|
||||
modify_line_dragnode: "Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations."
|
||||
modify_line_addnode: "You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes."
|
||||
modify_line_addnode: "You can also create new nodes along a line by {leftclick}**x2** double-clicking or {doubletap_icon} double-tapping the line, or by dragging the small triangles at the midpoints between nodes."
|
||||
connect_line_h: "Connecting Lines"
|
||||
connect_line: "Having roads connected properly is important for the map and essential for providing driving directions."
|
||||
connect_line_display: "The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything."
|
||||
connect_line_drag: "To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features."
|
||||
connect_line_tag: "If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type."
|
||||
disconnect_line_h: "Disconnecting Lines"
|
||||
disconnect_line_command: "To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect_icon} **{disconnect}** command from the editing menu."
|
||||
disconnect_line_command: "To disconnect a road from another feature, {rightclick} right-click or {longpress_icon} long-press the connecting node and select the {disconnect_icon} **{disconnect}** command from the edit menu."
|
||||
move_line_h: "Moving Lines"
|
||||
move_line_command: "To move an entire line, {rightclick} right-click the line and select the {move_icon} **{move}** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location."
|
||||
move_line_command: "To move an entire line, {rightclick} right-click the line and select the {move_icon} **{move}** command from the edit menu. Then move the mouse, and {leftclick} left-click to place the line in a new location."
|
||||
move_line_connected: "Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line."
|
||||
delete_line_h: "Deleting Lines"
|
||||
delete_line: "If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built."
|
||||
delete_line_command: "To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
delete_line_command: "To delete a line, {rightclick} right-click or {longpress_icon} long-press the line to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
areas:
|
||||
title: Areas
|
||||
intro: "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building."
|
||||
@@ -1387,13 +1387,13 @@ en:
|
||||
add_area_draw: "Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `{space}` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `{space}`. While drawing, you can zoom in or drag the map in order to add more detail."
|
||||
add_area_finish: "To finish an area, press `{return}` or click again on either the first or last node."
|
||||
square_area_h: "Square Corners"
|
||||
square_area_command: "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize_icon} **{orthogonalize}** command from the editing menu."
|
||||
square_area_command: "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click or {longpress_icon} long-press the edge of the area and select the {orthogonalize_icon} **{orthogonalize}** command from the edit menu."
|
||||
modify_area_h: "Modifying Areas"
|
||||
modify_area_dragnode: "Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations."
|
||||
modify_area_addnode: "You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes."
|
||||
delete_area_h: "Deleting Areas"
|
||||
delete_area: "If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built."
|
||||
delete_area_command: "To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
delete_area_command: "To delete an area, {rightclick} right-click or {longpress_icon} long-press the area to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
relations:
|
||||
title: Relations
|
||||
intro: "A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation."
|
||||
|
||||
Vendored
+13
-13
@@ -1640,8 +1640,8 @@
|
||||
"overview": {
|
||||
"title": "Overview",
|
||||
"navigation_h": "Navigation",
|
||||
"navigation_drag": "You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on a keyboard.",
|
||||
"navigation_zoom": "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by pressing the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on a keyboard.",
|
||||
"navigation_drag": "You can drag the map by holding down the {leftclick} left mouse button and moving the mouse around, or by {touchdrag_icon} dragging on a touchscreen. You can also use the `↓`, `↑`, `←`, `→` arrow keys on a keyboard.",
|
||||
"navigation_zoom": "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by pinching with two fingers on a touchscreen. You can also press the {plus} / {minus} buttons along the side of the map or the `+`, `-` keys on a keyboard.",
|
||||
"features_h": "Map Features",
|
||||
"features": "We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*.",
|
||||
"nodes_ways": "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."
|
||||
@@ -1649,8 +1649,8 @@
|
||||
"editing": {
|
||||
"title": "Editing & Saving",
|
||||
"select_h": "Select",
|
||||
"select_left_click": "{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",
|
||||
"select_right_click": "{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting.",
|
||||
"select_left_click": "{leftclick} Left-click or {tap_icon} tap on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",
|
||||
"select_right_click": "{rightclick} Right-click or {longpress_icon} long-press on a feature to display the edit menu, which shows the commands that are available, such as rotating, moving, and deleting.",
|
||||
"multiselect_h": "Multiselect",
|
||||
"multiselect_shift_click": "`{shift}`+{leftclick} left-click to select several features together. This makes it easier to move or delete multiple items.",
|
||||
"multiselect_lasso": "Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected.",
|
||||
@@ -1662,7 +1662,7 @@
|
||||
"upload_h": "Upload",
|
||||
"upload": "Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then press **{upload}** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone.",
|
||||
"backups_h": "Automatic Backups",
|
||||
"backups": "If you happen to close the browser before saving, your edits are still stored locally. You can come back later using the same browser and device, and iD will offer to restore your work.",
|
||||
"backups": "If you happen to close the browser before saving, your edits are still stored locally. iD will offer to restore your work when you come back later on the same browser and device.",
|
||||
"keyboard_h": "Keyboard Shortcuts",
|
||||
"keyboard": "You can view a list of keyboard shortcuts by pressing the `{shortcuts_key}` key."
|
||||
},
|
||||
@@ -1686,12 +1686,12 @@
|
||||
"intro": "*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there.",
|
||||
"add_point_h": "Adding Points",
|
||||
"add_point": "To add a point, press the {point_icon} **{point}** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol.",
|
||||
"add_point_finish": "To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `{space}`.",
|
||||
"add_point_finish": "To place the new point on the map with a mouse, position the cursor where the point should go, then {leftclick} left-click or press `{space}`. On a touchscreen, simply {tap_icon} tap the location.",
|
||||
"move_point_h": "Moving Points",
|
||||
"move_point": "To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location.",
|
||||
"delete_point_h": "Deleting Points",
|
||||
"delete_point": "It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it.",
|
||||
"delete_point_command": "To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
"delete_point_command": "To delete a point, {rightclick} right-click or {longpress_icon} long-press the point to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
},
|
||||
"lines": {
|
||||
"title": "Lines",
|
||||
@@ -1702,20 +1702,20 @@
|
||||
"add_line_finish": "To finish a line, press `{return}` or click again on the last node.",
|
||||
"modify_line_h": "Modifying Lines",
|
||||
"modify_line_dragnode": "Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations.",
|
||||
"modify_line_addnode": "You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes.",
|
||||
"modify_line_addnode": "You can also create new nodes along a line by {leftclick}**x2** double-clicking or {doubletap_icon} double-tapping the line, or by dragging the small triangles at the midpoints between nodes.",
|
||||
"connect_line_h": "Connecting Lines",
|
||||
"connect_line": "Having roads connected properly is important for the map and essential for providing driving directions.",
|
||||
"connect_line_display": "The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything.",
|
||||
"connect_line_drag": "To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features.",
|
||||
"connect_line_tag": "If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type.",
|
||||
"disconnect_line_h": "Disconnecting Lines",
|
||||
"disconnect_line_command": "To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect_icon} **{disconnect}** command from the editing menu.",
|
||||
"disconnect_line_command": "To disconnect a road from another feature, {rightclick} right-click or {longpress_icon} long-press the connecting node and select the {disconnect_icon} **{disconnect}** command from the edit menu.",
|
||||
"move_line_h": "Moving Lines",
|
||||
"move_line_command": "To move an entire line, {rightclick} right-click the line and select the {move_icon} **{move}** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",
|
||||
"move_line_command": "To move an entire line, {rightclick} right-click the line and select the {move_icon} **{move}** command from the edit menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",
|
||||
"move_line_connected": "Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line.",
|
||||
"delete_line_h": "Deleting Lines",
|
||||
"delete_line": "If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built.",
|
||||
"delete_line_command": "To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
"delete_line_command": "To delete a line, {rightclick} right-click or {longpress_icon} long-press the line to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
},
|
||||
"areas": {
|
||||
"title": "Areas",
|
||||
@@ -1727,13 +1727,13 @@
|
||||
"add_area_draw": "Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `{space}` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `{space}`. While drawing, you can zoom in or drag the map in order to add more detail.",
|
||||
"add_area_finish": "To finish an area, press `{return}` or click again on either the first or last node.",
|
||||
"square_area_h": "Square Corners",
|
||||
"square_area_command": "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize_icon} **{orthogonalize}** command from the editing menu.",
|
||||
"square_area_command": "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click or {longpress_icon} long-press the edge of the area and select the {orthogonalize_icon} **{orthogonalize}** command from the edit menu.",
|
||||
"modify_area_h": "Modifying Areas",
|
||||
"modify_area_dragnode": "Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations.",
|
||||
"modify_area_addnode": "You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes.",
|
||||
"delete_area_h": "Deleting Areas",
|
||||
"delete_area": "If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built.",
|
||||
"delete_area_command": "To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
"delete_area_command": "To delete an area, {rightclick} right-click or {longpress_icon} long-press the area to show the edit menu, then use the {delete_icon} **{delete}** command."
|
||||
},
|
||||
"relations": {
|
||||
"title": "Relations",
|
||||
|
||||
Reference in New Issue
Block a user