Msgs
This commit is contained in:
parent
c569e45a6e
commit
2178061b55
@ -1,29 +1,29 @@
|
||||
{
|
||||
"LONG_ROUTE_START" : ["Start of long route", "Long description"],
|
||||
"LONG_ROUTE_END": ["End of long route", "Long description"],
|
||||
"EDGE_MISSING_DIRECTION": ["Edge missing direction", "Long description"],
|
||||
"NO_RUNWAY_ROUTE": ["No way from parking to each runway", "Long description"],
|
||||
"NO_PARKING_ROUTE": ["No way from runway to each parking", "Long description"],
|
||||
"NO_PARKINGS": ["No parkings", "Long description"],
|
||||
"NO_RUNWAYNODES": ["No Runwaynodes", "Long description"],
|
||||
"NOT_LEGIT_END": ["Node not a legimate end", "Long description"],
|
||||
"UNKNOWN_RADIUS" :["Unknown radius", "Long description"],
|
||||
"OVERLAPPING_PARKINGS" :["Overlapping parkings", "Long description"],
|
||||
"NAME_EMPTY" :["Name empty", "Long description"],
|
||||
"TYPE_EMPTY" :["Parking type empty", "Long description"],
|
||||
"PARKING_TYPE_INVALID" :["Parking type not valid", "Long description"],
|
||||
"DUAL_PUSHBACK": ["Dual runway/ pushback node", "Long description"],
|
||||
"RUNWAY_NODE_NOT_ON_RUNWAY" : ["Runwaynode not on runway", "Long description"],
|
||||
"NON_RUNWAYNODE_ON_RUNWAY": ["Non Runwaynode on runway", "Long description"],
|
||||
"PARKINGS_VALID": ["Parkings valid", "Long description"],
|
||||
"NO_OVERLAPPING_PARKINGS": ["No parkings overlapping", "Long description"],
|
||||
"NO_INVALID_ENDS": ["No invalid ends", "Long description"],
|
||||
"ROUTES_FROM_PARKINGS_OK": ["Routes from parkings OK", "Long description"],
|
||||
"ROUTES_FROM_RUNWAYS_OK": ["Routes from runways OK", "Long description"],
|
||||
"PUSHBACK_ROUTES_OK": ["Pushback routes OK", "Long description"],
|
||||
"UNCONNECTED_PUSHBACK": ["Unconnected Pushbacknode", "Long description"],
|
||||
"NO_WAY_TO_HOLDPOINT":["No way to pushback holdpoint", "Long description"],
|
||||
"MULTIPLE_PUSHBACK": ["Multiple connected pushback points", "Long description"],
|
||||
"LONG_ROUTE_START" : ["Start of long route", "Route segments of >2km are Taxidraw artefacts"],
|
||||
"LONG_ROUTE_END": ["End of long route", "Route segments of >2km are Taxidraw artefacts"],
|
||||
"EDGE_MISSING_DIRECTION": ["Edge missing direction", ""],
|
||||
"NO_RUNWAY_ROUTE": ["No way from parking to each runway", ""],
|
||||
"NO_PARKING_ROUTE": ["No way from runway to each parking", ""],
|
||||
"NO_PARKINGS": ["No parkings", ""],
|
||||
"NO_RUNWAYNODES": ["No Runwaynodes", ""],
|
||||
"NOT_LEGIT_END": ["Node not a legimate end", "Taxiroutes must end either at a parking or on a runway"],
|
||||
"UNKNOWN_RADIUS" :["Unknown radius", "Radii must be one from the list"],
|
||||
"OVERLAPPING_PARKINGS" :["Overlapping parkings", ""],
|
||||
"NAME_EMPTY" :["Name empty", ""],
|
||||
"TYPE_EMPTY" :["Parking type empty", ""],
|
||||
"PARKING_TYPE_INVALID" :["Parking type not valid", ""],
|
||||
"DUAL_PUSHBACK": ["Dual runway/ pushback node", "A runway node can not be a hold node at the same time"],
|
||||
"RUNWAY_NODE_NOT_ON_RUNWAY" : ["Runwaynode not on runway", ""],
|
||||
"NON_RUNWAYNODE_ON_RUNWAY": ["Non Runwaynode on runway", ""],
|
||||
"PARKINGS_VALID": ["Parkings valid", ""],
|
||||
"NO_OVERLAPPING_PARKINGS": ["No parkings overlapping", ""],
|
||||
"NO_INVALID_ENDS": ["No invalid ends", ""],
|
||||
"ROUTES_FROM_PARKINGS_OK": ["Routes from parkings OK", ""],
|
||||
"ROUTES_FROM_RUNWAYS_OK": ["Routes from runways OK", ""],
|
||||
"PUSHBACK_ROUTES_OK": ["Pushback routes OK", ""],
|
||||
"UNCONNECTED_PUSHBACK": ["Unconnected Pushbacknode", ""],
|
||||
"NO_WAY_TO_HOLDPOINT":["No way to pushback holdpoint", ""],
|
||||
"MULTIPLE_PUSHBACK": ["Multiple connected pushback points", ""],
|
||||
"PUSHBACK_NOT_CONNECTED": ["Pushback Holding Point not Connected to Pushback Route", ""],
|
||||
"TO_MANY_PUSHBACK_TAXI_ROUTES": ["Too many Taxi routes from Pushback Holding Point", ""],
|
||||
"PUSHBACK_EXIT_NOT_BIDRECTIONAL": ["Pushback Holding Point Exit route is not bidirectional", ""],
|
||||
|
Loading…
Reference in New Issue
Block a user