mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
prevent most operations on things connected to hidden features..
This commit is contained in:
Vendored
+16
-8
@@ -72,7 +72,8 @@
|
||||
"area": "Made an area circular."
|
||||
},
|
||||
"not_closed": "This can't be made circular because it's not a loop.",
|
||||
"too_large": "This can't be made circular because not enough of it is currently visible."
|
||||
"too_large": "This can't be made circular because not enough of it is currently visible.",
|
||||
"connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
|
||||
},
|
||||
"orthogonalize": {
|
||||
"title": "Square",
|
||||
@@ -86,14 +87,16 @@
|
||||
"area": "Squared the corners of an area."
|
||||
},
|
||||
"not_squarish": "This can't be made square because it is not squarish.",
|
||||
"too_large": "This can't be made square because not enough of it is currently visible."
|
||||
"too_large": "This can't be made square because not enough of it is currently visible.",
|
||||
"connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
|
||||
},
|
||||
"straighten": {
|
||||
"title": "Straighten",
|
||||
"description": "Straighten this line.",
|
||||
"key": "S",
|
||||
"annotation": "Straightened a line.",
|
||||
"too_bendy": "This can't be straightened because it bends too much."
|
||||
"too_bendy": "This can't be straightened because it bends too much.",
|
||||
"connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
|
||||
},
|
||||
"delete": {
|
||||
"title": "Delete",
|
||||
@@ -106,7 +109,8 @@
|
||||
"relation": "Deleted a relation.",
|
||||
"multiple": "Deleted {n} objects."
|
||||
},
|
||||
"incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded."
|
||||
"incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded.",
|
||||
"connected_to_hidden": "This can't be deleted because it is connected to a hidden feature."
|
||||
},
|
||||
"add_member": {
|
||||
"annotation": "Added a member to a relation."
|
||||
@@ -127,7 +131,8 @@
|
||||
"description": "Disconnect these lines/areas from each other.",
|
||||
"key": "D",
|
||||
"annotation": "Disconnected lines/areas.",
|
||||
"not_connected": "There aren't enough lines/areas here to disconnect."
|
||||
"not_connected": "There aren't enough lines/areas here to disconnect.",
|
||||
"connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature."
|
||||
},
|
||||
"merge": {
|
||||
"title": "Merge",
|
||||
@@ -151,7 +156,8 @@
|
||||
"multiple": "Moved multiple objects."
|
||||
},
|
||||
"incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
|
||||
"too_large": "This can't be moved because not enough of it is currently visible."
|
||||
"too_large": "This can't be moved because not enough of it is currently visible.",
|
||||
"connected_to_hidden": "This can't be moved because it is connected to a hidden feature."
|
||||
},
|
||||
"rotate": {
|
||||
"title": "Rotate",
|
||||
@@ -161,7 +167,8 @@
|
||||
"line": "Rotated a line.",
|
||||
"area": "Rotated an area."
|
||||
},
|
||||
"too_large": "This can't be rotated because not enough of it is currently visible."
|
||||
"too_large": "This can't be rotated because not enough of it is currently visible.",
|
||||
"connected_to_hidden": "This can't be rotated because it is connected to a hidden feature."
|
||||
},
|
||||
"reverse": {
|
||||
"title": "Reverse",
|
||||
@@ -183,7 +190,8 @@
|
||||
"multiple": "Split {n} lines/area boundaries."
|
||||
},
|
||||
"not_eligible": "Lines can't be split at their beginning or end.",
|
||||
"multiple_ways": "There are too many lines here to split."
|
||||
"multiple_ways": "There are too many lines here to split.",
|
||||
"connected_to_hidden": "This can't be split because it is connected to a hidden feature."
|
||||
},
|
||||
"restriction": {
|
||||
"help": {
|
||||
|
||||
Reference in New Issue
Block a user