forked from MapComplete/MapComplete
Merge branch 'feature/move-flox' into develop
This commit is contained in:
commit
43f73947c9
47 changed files with 2139 additions and 786 deletions
|
@ -254,5 +254,30 @@
|
|||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
|
||||
},
|
||||
"move": {
|
||||
"loginToMove": "You must be logged in to move a point",
|
||||
"inviteToMoveAgain": "Move this point again",
|
||||
"moveTitle": "Move this point",
|
||||
"whyMove": "Why do you want to move this point?",
|
||||
"confirmMove": "Move here",
|
||||
"pointIsMoved": "The point has been moved",
|
||||
"zoomInFurther": "Zoom in further to confirm this move",
|
||||
"selectReason": "Why do you move this object?",
|
||||
"reasons": {
|
||||
"reasonRelocation": "The object has been relocated to a totally different location",
|
||||
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter"
|
||||
},
|
||||
"inviteToMove": {
|
||||
"generic": "Move this point",
|
||||
"reasonInaccurate": "Improve the accuracy of this point",
|
||||
"reasonRelocation": "Move this object to a another place because it has relocated"
|
||||
},
|
||||
"cannotBeMoved": "This feature cannot be moved.",
|
||||
"isWay": "This feature is a way. Use another OpenStreetMap editor to move it.",
|
||||
"isRelation": "This feature is a relation and can not be moved",
|
||||
"partOfAWay": "This feature is part of another way. Use another editor to move it",
|
||||
"partOfRelation": "This feature is part of a relation. Use another editor to move it",
|
||||
"cancel": "Cancel move"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue