@itwin/measure-tools-react
Version:
Frontend framework and tools for measurements
162 lines (161 loc) • 5.96 kB
JSON
{
"Generic": {
"nothingToUndo": "Nothing to Undo",
"nothingToRedo": "Nothing to Redo",
"faded": "Faded",
"latitudeNorthSuffix": "N",
"latitudeSouthSuffix": "S",
"loadingSpinnerText": "Loading...",
"lock": "Lock",
"longitudeEastSuffix": "E",
"longitudeWestSuffix": "W",
"properties": "Properties",
"unlock": "Unlock",
"displayMeasurementAxes": "Display Measurement Axes",
"hideMeasurementAxes": "Hide Measurement Axes",
"cumulativeTotals": "Cumulative Totals",
"undoMeasurement": "Undo measurement",
"redoMeasurement": "Redo measurement",
"displayLabels": "Display Text Labels",
"hideLabels": "Hide Text Labels",
"hideMeasurements": "Hide Measurements",
"displayMeasurements": "Display Measurements",
"measurements": "Measurements",
"name": "Name"
},
"tools": {
"MeasureDistance": {
"keyin": "Distance",
"flyover": "Distance",
"description": "Create distance measurements.",
"longLabel": "Measure Distance",
"delta_x": "ΔX:",
"delta_y": "ΔY:",
"distance": "Distance:",
"startCoordinates": "Start Coordinates:",
"endCoordinates": "End Coordinates:",
"slope": "Slope:",
"run": "Run:",
"rise": "Rise:",
"bearing": "Bearing:",
"useMultiPoint": "Multi-point",
"mainInstruction": "Enter point to measure from",
"mainInstruction2": "Enter point to measure to"
},
"MeasureArea": {
"keyin": "Area",
"flyover": "Area",
"description": "Create area measurements.",
"longLabel": "Measure Area",
"popupPerimeter": "Perimeter:",
"popupArea": "Area:",
"popupAreaXY": "Area XY:",
"popupEdgeCount": "Edge Count:",
"mainInstruction": "Enter shape point",
"mainInstructionClose": "Enter shape point or close shape",
"oneTouchTapClose": "Accept start point to close",
"leftClickClose": "Accept start point to close",
"rightClickClearShape": "Clear shape points",
"rightClickCloseShape": "Close shape",
"undoLastPoint": "Undo last point"
},
"MeasureLocation": {
"keyin": "Location",
"flyover": "Location",
"description": "Create location measurements.",
"longLabel": "Measure Location",
"coordinates": "Coordinates:",
"latLong": "Latitude/Longitude:",
"offset": "Offset:",
"slope": "Slope:",
"slopeUnavailable": "(Unavailable)",
"station": "Station:",
"coordinate_x": "X:",
"coordinate_y": "Y:",
"coordinate_z": "Z:",
"mainInstruction": "Enter point",
"altitude": "Altitude",
"iModelNotGeoLocated": "iModel is not GeoLocated",
"locationOutOfGCSRange": "Location is outside the valid range of the Geographic Coordinate System",
"unhandledGeoLocationError": "Failed to convert coordinates to GeoLocation",
"useDynamicMeasurement": "Dynamic measurement"
},
"MeasureRadius": {
"keyin": "Radius",
"flyover": "Radius",
"description": "Create radius measurements.",
"longLabel": "Measure Radius",
"identifyStart": "Identify the start point of the arc",
"identifyMidpoint": "Identify a point on the arc",
"identifyEnd": "Identify the end point of the arc",
"measurement": "Radius Measurement",
"radius": "Radius",
"diameter": "Diameter",
"arcLength": "Arc Length",
"circleCircumference": "Circle Circumference"
},
"MeasureAngle": {
"keyin": "Angle",
"flyover": "Angle",
"description": "Create angle measurements.",
"longLabel": "Measure Angle",
"identifyStart": "Identify first point for angle",
"identifyCenter": "Identify center point",
"identifyEnd": "Identify end point for angle",
"measurement": "Angle Measurement",
"angle": "Angle"
},
"MeasurePerpendicular": {
"keyin": "Perpendicular",
"flyover": "Perpendicular Distance",
"description": "Create perpendicular distance measurements.",
"longLabel": "Measure Perpendicular",
"mainInstruction": "Identify surface to measure to",
"mainInstruction2": "Enter point on surface to measure from",
"identifySurface": "No surface identified"
},
"ClearMeasurements": {
"keyin": "Clear Measurements",
"flyover": "Clear Measurements",
"description": "Clear all active measurements."
},
"ToggleDisplayMeasurementAxes": {
"keyin": "Toggle MeasurementAxes",
"flyover": "Toggle Measurement Axes Display",
"description": "Toggle display of measurement axes."
},
"GenericPrompts": {
"acceptElement": "Accept element",
"acceptPoint": "Accept point",
"identifyLinearElement": "Identify linear element",
"invalidElementForTool": "Element cannot be used with this tool",
"pickAlignment": "Pick alignment",
"restart": "Restart",
"clearCurrentMeasurement": "Clear current"
}
},
"Measurements": {
"areaMeasurement": "Area Measurement",
"clearMeasurement": "Clear Measurement",
"closePolygon": "Close Polygon",
"distanceMeasurement": "Distance Measurement",
"locationMeasurement": "Location Measurement",
"persistMeasurements": "Persist Measurements"
},
"MeasurementGroupButton": {
"label": "Measurement",
"tooltip": "Measurement Tools"
},
"SheetMeasurementTooltip": {
"MeasurementNames": {
"Profile": "Profile",
"CrossSection": "Cross Section",
"Plan": "Plan"
},
"NoAllowedDrawingTypes": "No allowed drawing types were set for this measurement tool",
"OneMeasurementInvalid": "This measurement can only be used on {{drawingName}} drawings",
"MoreMeasurementsInvalidHead": "This measurement can only be used on {{drawingName}}",
"MoreMeasurementsInvalidMiddle": ", {{drawingName}}",
"MoreMeasurementsInvalidLast": " and {{drawingName}} drawings"
}
}