Add missing move/rotate relation annotations

This commit is contained in:
Quincy Morgan
2020-06-28 14:37:40 -04:00
parent e61b752ee1
commit e7df76d730
2 changed files with 5 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ en:
vertex: Moved a node in a way.
line: Moved a line.
area: Moved an area.
relation: Moved a relation.
multiple: Moved multiple features.
incomplete_relation:
single: This feature can't be moved because it hasn't been fully downloaded.
@@ -371,6 +372,7 @@ en:
line: Rotated a line.
area: Rotated an area.
multiple: Rotated multiple features.
relation: Rotated a relation.
incomplete_relation:
single: This feature can't be rotated because it hasn't been fully downloaded.
multiple: These features can't be rotated because they haven't been fully downloaded.

View File

@@ -411,6 +411,7 @@
"vertex": "Moved a node in a way.",
"line": "Moved a line.",
"area": "Moved an area.",
"relation": "Moved a relation.",
"multiple": "Moved multiple features."
},
"incomplete_relation": {
@@ -486,7 +487,8 @@
"annotation": {
"line": "Rotated a line.",
"area": "Rotated an area.",
"multiple": "Rotated multiple features."
"multiple": "Rotated multiple features.",
"relation": "Rotated a relation."
},
"incomplete_relation": {
"single": "This feature can't be rotated because it hasn't been fully downloaded.",