From 3feafa18af3d7bacd24fd6d65e3b76a78c38784c Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:38:43 -0400 Subject: [PATCH] Add derived data for prior commit --- dist/locales/en.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/dist/locales/en.json b/dist/locales/en.json index 8227bb43f..2eb668b38 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1839,11 +1839,21 @@ "title": "Operations", "intro": "*Operations* are special commands you can use to edit features. {rightclick} Right-click or {longpress_icon} long-press any feature to view the available operations.", "intro_2": "Each operation has its own keyboard shortcut. Most operations can be applied to multiple features at once.", - "reverse": "The {reverse_icon} **{reverse}** operation changes the direction of features like one-way roads, traffic signs, streams, and cliffs.", - "disconnect": "The {disconnect_icon} **{disconnect}** operation separates connected features from each other.", - "merge": "The {merge_icon} **{merge}** operation combines multiple features into one.", - "split": "The {split_icon} **{split}** operation divides lines at the selected point. This is useful when you want to set different attributes on different parts of a line.", - "extract": "The {extract_icon} **{extract}** operation creates a point out of a line or area. This can be used to separate points of interest from buildings." + "straighten": "{straighten_icon} **{straighten}** removes bends from lines. It can also align groups of points into neat rows.", + "orthogonalize": "{orthogonalize_icon} **{orthogonalize}** snaps the corners of areas and lines to 90°. You can square individual corners or entire features.", + "circularize": "{circularize_icon} **{circularize}** turns areas and closed lines into circles.", + "move": "{move_icon} **{move}** lets you drag features around the map.", + "rotate": "{rotate_icon} **{rotate}** lets you swivel features around their center points.", + "reflect": "{reflect_short_icon} **{reflect_short}** and {reflect_long_icon} **{reflect_long}** reflect features over their short and long axes.", + "continue": "{continue_icon} **{continue}** lets you extend existing lines from their endpoints.", + "reverse": "{reverse_icon} **{reverse}** changes the direction of features. The direction matters for things like one-way roads, traffic signs, waterways, and cliffs.", + "disconnect": "{disconnect_icon} **{disconnect}** separates connected lines and areas from each other. You can disconnect entire features or just selected points.", + "merge": "{merge_icon} **{merge}** combines multiple features into one. You can merge areas together to create multipolygons, merge lines together to create longer lines, and merge points into anything to transfer their tags.", + "split": "{split_icon} **{split}** divides lines at the selected points. If specific lines are also selected, only those are split.", + "extract": "{extract_icon} **{extract}** detaches points from lines. It also pulls points out of buildings and other areas.", + "delete": "{delete_icon} **{delete}** removes features from the map. Anything that doesn't exist in the real world should be deleted.", + "downgrade": "{downgrade_icon} **{downgrade}** removes most tags except building and address info. This is helpful when businesses close yet their facilities remain.", + "copy_paste": "{copy_icon} **{copy}** and {paste_icon} **{paste}** let you duplicate features." }, "notes": { "title": "Notes",