forked from MapComplete/MapComplete
Language tweaks
This commit is contained in:
parent
133ea2f8dc
commit
ef158ec914
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"currentInOsmIs": "At the moment, OpenStreetMap has the following value recorded:",
|
"currentInOsmIs": "At the moment, OpenStreetMap has the following value recorded:",
|
||||||
"done": "Done",
|
"done": "Done",
|
||||||
"error": "Error",
|
"error": "Could not load linked data from the website",
|
||||||
"loadedFrom": "The following data is loaded from <a href={url}>{source}</a> using the embedded JSON-LD",
|
"loadedFrom": "The following data is loaded from <a href={url}>{source}</a> using the embedded JSON-LD",
|
||||||
"missing": {
|
"missing": {
|
||||||
"intro": "OpenStreetMap has no information about the following attributes",
|
"intro": "OpenStreetMap has no information about the following attributes",
|
||||||
|
@ -602,7 +602,7 @@
|
||||||
"title": "MapComplete"
|
"title": "MapComplete"
|
||||||
},
|
},
|
||||||
"move": {
|
"move": {
|
||||||
"cancel": "Cancel move",
|
"cancel": "Select a different reason",
|
||||||
"cannotBeMoved": "This feature cannot be moved.",
|
"cannotBeMoved": "This feature cannot be moved.",
|
||||||
"confirmMove": "Move here",
|
"confirmMove": "Move here",
|
||||||
"inviteToMove": {
|
"inviteToMove": {
|
||||||
|
@ -619,7 +619,7 @@
|
||||||
"partOfRelation": "This feature is part of a relation. Use another editor to move it.",
|
"partOfRelation": "This feature is part of a relation. Use another editor to move it.",
|
||||||
"pointIsMoved": "The point has been moved",
|
"pointIsMoved": "The point has been moved",
|
||||||
"reasons": {
|
"reasons": {
|
||||||
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter",
|
"reasonInaccurate": "The location is inaccurate by a few meter",
|
||||||
"reasonRelocation": "The object has been relocated to a totally different location"
|
"reasonRelocation": "The object has been relocated to a totally different location"
|
||||||
},
|
},
|
||||||
"selectReason": "Why do you move this object?",
|
"selectReason": "Why do you move this object?",
|
||||||
|
|
Loading…
Reference in a new issue