mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Add missing move/rotate relation annotations
This commit is contained in:
@@ -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.
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user