@mlightcad/cad-simple-viewer 1.4.11 → 1.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +20139 -12511
- package/dist/index.umd.cjs +102 -94
- package/dist/libredwg-parser-worker.js +6958 -12596
- package/lib/app/AcApAnnotation.d.ts.map +1 -1
- package/lib/app/AcApAnnotation.js +3 -3
- package/lib/app/AcApAnnotation.js.map +1 -1
- package/lib/app/AcApDocManager.d.ts +61 -4
- package/lib/app/AcApDocManager.d.ts.map +1 -1
- package/lib/app/AcApDocManager.js +162 -29
- package/lib/app/AcApDocManager.js.map +1 -1
- package/lib/app/AcApDocument.d.ts +6 -0
- package/lib/app/AcApDocument.d.ts.map +1 -1
- package/lib/app/AcApDocument.js +12 -0
- package/lib/app/AcApDocument.js.map +1 -1
- package/lib/app/AcApProgress.d.ts.map +1 -1
- package/lib/app/AcApProgress.js +3 -3
- package/lib/app/AcApProgress.js.map +1 -1
- package/lib/app/AcApSettingManager.d.ts.map +1 -1
- package/lib/app/AcApSettingManager.js +3 -1
- package/lib/app/AcApSettingManager.js.map +1 -1
- package/lib/app/AcDbOpenDatabaseOptions.d.ts.map +1 -1
- package/lib/command/AcApArcCmd.d.ts +140 -0
- package/lib/command/AcApArcCmd.d.ts.map +1 -0
- package/lib/command/AcApArcCmd.js +1009 -0
- package/lib/command/AcApArcCmd.js.map +1 -0
- package/lib/command/AcApCircleCmd.d.ts +59 -0
- package/lib/command/AcApCircleCmd.d.ts.map +1 -1
- package/lib/command/AcApCircleCmd.js +490 -13
- package/lib/command/AcApCircleCmd.js.map +1 -1
- package/lib/command/AcApClearMeasurementsCmd.d.ts +1 -1
- package/lib/command/AcApClearMeasurementsCmd.d.ts.map +1 -1
- package/lib/command/AcApClearMeasurementsCmd.js +2 -4
- package/lib/command/AcApClearMeasurementsCmd.js.map +1 -1
- package/lib/command/AcApConvertToDxfCmd.d.ts +9 -0
- package/lib/command/AcApConvertToDxfCmd.d.ts.map +1 -0
- package/lib/command/{AcApZoomToBoxCmd.js → AcApConvertToDxfCmd.js} +14 -40
- package/lib/command/AcApConvertToDxfCmd.js.map +1 -0
- package/lib/command/AcApConvertToPngCmd.d.ts +35 -0
- package/lib/command/AcApConvertToPngCmd.d.ts.map +1 -0
- package/lib/command/AcApConvertToPngCmd.js +127 -0
- package/lib/command/AcApConvertToPngCmd.js.map +1 -0
- package/lib/command/AcApDimLinearCmd.d.ts.map +1 -1
- package/lib/command/AcApDimLinearCmd.js +14 -5
- package/lib/command/AcApDimLinearCmd.js.map +1 -1
- package/lib/command/AcApDxfConvertor.d.ts +12 -0
- package/lib/command/AcApDxfConvertor.d.ts.map +1 -0
- package/lib/command/AcApDxfConvertor.js +37 -0
- package/lib/command/AcApDxfConvertor.js.map +1 -0
- package/lib/command/AcApEllipseCmd.d.ts +87 -0
- package/lib/command/AcApEllipseCmd.d.ts.map +1 -0
- package/lib/command/AcApEllipseCmd.js +583 -0
- package/lib/command/AcApEllipseCmd.js.map +1 -0
- package/lib/command/AcApEraseCmd.d.ts.map +1 -1
- package/lib/command/AcApEraseCmd.js +10 -6
- package/lib/command/AcApEraseCmd.js.map +1 -1
- package/lib/command/AcApHatchCmd.d.ts +210 -0
- package/lib/command/AcApHatchCmd.d.ts.map +1 -0
- package/lib/command/AcApHatchCmd.js +808 -0
- package/lib/command/AcApHatchCmd.js.map +1 -0
- package/lib/command/AcApLayerCmd.d.ts +217 -0
- package/lib/command/AcApLayerCmd.d.ts.map +1 -0
- package/lib/command/AcApLayerCmd.js +768 -0
- package/lib/command/AcApLayerCmd.js.map +1 -0
- package/lib/command/AcApLineCmd.d.ts +36 -1
- package/lib/command/AcApLineCmd.d.ts.map +1 -1
- package/lib/command/AcApLineCmd.js +159 -16
- package/lib/command/AcApLineCmd.js.map +1 -1
- package/lib/command/AcApMTextCmd.d.ts.map +1 -1
- package/lib/command/AcApMTextCmd.js +6 -3
- package/lib/command/AcApMTextCmd.js.map +1 -1
- package/lib/command/AcApMeasureAngleCmd.d.ts.map +1 -1
- package/lib/command/AcApMeasureAngleCmd.js +134 -123
- package/lib/command/AcApMeasureAngleCmd.js.map +1 -1
- package/lib/command/AcApMeasureArcCmd.d.ts.map +1 -1
- package/lib/command/AcApMeasureArcCmd.js +165 -147
- package/lib/command/AcApMeasureArcCmd.js.map +1 -1
- package/lib/command/AcApMeasureAreaCmd.d.ts.map +1 -1
- package/lib/command/AcApMeasureAreaCmd.js +186 -175
- package/lib/command/AcApMeasureAreaCmd.js.map +1 -1
- package/lib/command/AcApMeasureDistanceCmd.d.ts.map +1 -1
- package/lib/command/AcApMeasureDistanceCmd.js +51 -39
- package/lib/command/AcApMeasureDistanceCmd.js.map +1 -1
- package/lib/command/AcApMoveCmd.d.ts +16 -0
- package/lib/command/AcApMoveCmd.d.ts.map +1 -0
- package/lib/command/AcApMoveCmd.js +278 -0
- package/lib/command/AcApMoveCmd.js.map +1 -0
- package/lib/command/AcApPngConvertor.d.ts +95 -0
- package/lib/command/AcApPngConvertor.d.ts.map +1 -0
- package/lib/command/AcApPngConvertor.js +205 -0
- package/lib/command/AcApPngConvertor.js.map +1 -0
- package/lib/command/AcApPolygonCmd.d.ts +69 -0
- package/lib/command/AcApPolygonCmd.d.ts.map +1 -0
- package/lib/command/AcApPolygonCmd.js +422 -0
- package/lib/command/AcApPolygonCmd.js.map +1 -0
- package/lib/command/AcApPolylineCmd.d.ts +71 -0
- package/lib/command/AcApPolylineCmd.d.ts.map +1 -0
- package/lib/command/AcApPolylineCmd.js +569 -0
- package/lib/command/AcApPolylineCmd.js.map +1 -0
- package/lib/command/AcApRectCmd.d.ts +149 -4
- package/lib/command/AcApRectCmd.d.ts.map +1 -1
- package/lib/command/AcApRectCmd.js +717 -29
- package/lib/command/AcApRectCmd.js.map +1 -1
- package/lib/command/AcApRevCircleCmd.d.ts +8 -0
- package/lib/command/AcApRevCircleCmd.d.ts.map +1 -1
- package/lib/command/AcApRevCircleCmd.js +30 -6
- package/lib/command/AcApRevCircleCmd.js.map +1 -1
- package/lib/command/AcApRevCloudCmd.d.ts.map +1 -1
- package/lib/command/AcApRevCloudCmd.js +10 -4
- package/lib/command/AcApRevCloudCmd.js.map +1 -1
- package/lib/command/AcApRevRectCmd.d.ts +8 -0
- package/lib/command/AcApRevRectCmd.d.ts.map +1 -1
- package/lib/command/AcApRevRectCmd.js +78 -6
- package/lib/command/AcApRevRectCmd.js.map +1 -1
- package/lib/command/AcApSketchCmd.d.ts.map +1 -1
- package/lib/command/AcApSketchCmd.js +11 -7
- package/lib/command/AcApSketchCmd.js.map +1 -1
- package/lib/command/AcApSplineCmd.d.ts +85 -0
- package/lib/command/AcApSplineCmd.d.ts.map +1 -0
- package/lib/command/AcApSplineCmd.js +620 -0
- package/lib/command/AcApSplineCmd.js.map +1 -0
- package/lib/command/AcApSysVarCmd.d.ts.map +1 -1
- package/lib/command/AcApSysVarCmd.js +6 -3
- package/lib/command/AcApSysVarCmd.js.map +1 -1
- package/lib/command/AcApZoomCmd.d.ts +91 -20
- package/lib/command/AcApZoomCmd.d.ts.map +1 -1
- package/lib/command/AcApZoomCmd.js +288 -23
- package/lib/command/AcApZoomCmd.js.map +1 -1
- package/lib/command/index.d.ts +12 -1
- package/lib/command/index.d.ts.map +1 -1
- package/lib/command/index.js +12 -1
- package/lib/command/index.js.map +1 -1
- package/lib/editor/command/AcEdCommandIterator.d.ts.map +1 -1
- package/lib/editor/command/AcEdCommandIterator.js.map +1 -1
- package/lib/editor/command/AcEdCommandStack.d.ts +54 -1
- package/lib/editor/command/AcEdCommandStack.d.ts.map +1 -1
- package/lib/editor/command/AcEdCommandStack.js +207 -25
- package/lib/editor/command/AcEdCommandStack.js.map +1 -1
- package/lib/editor/global/AcEdUiTheme.d.ts +4 -0
- package/lib/editor/global/AcEdUiTheme.d.ts.map +1 -0
- package/lib/editor/global/AcEdUiTheme.js +44 -0
- package/lib/editor/global/AcEdUiTheme.js.map +1 -0
- package/lib/editor/global/index.d.ts +1 -0
- package/lib/editor/global/index.d.ts.map +1 -1
- package/lib/editor/global/index.js +1 -0
- package/lib/editor/global/index.js.map +1 -1
- package/lib/editor/input/AcEdCursorManager.d.ts +10 -0
- package/lib/editor/input/AcEdCursorManager.d.ts.map +1 -1
- package/lib/editor/input/AcEdCursorManager.js +24 -4
- package/lib/editor/input/AcEdCursorManager.js.map +1 -1
- package/lib/editor/input/AcEdInputModifiers.d.ts +39 -0
- package/lib/editor/input/AcEdInputModifiers.d.ts.map +1 -0
- package/lib/editor/input/AcEdInputModifiers.js +2 -0
- package/lib/editor/input/AcEdInputModifiers.js.map +1 -0
- package/lib/editor/input/AcEdInputToggles.d.ts +24 -0
- package/lib/editor/input/AcEdInputToggles.d.ts.map +1 -0
- package/lib/editor/input/AcEdInputToggles.js +2 -0
- package/lib/editor/input/AcEdInputToggles.js.map +1 -0
- package/lib/editor/input/AcEdPromptStateMachine.d.ts +110 -0
- package/lib/editor/input/AcEdPromptStateMachine.d.ts.map +1 -0
- package/lib/editor/input/AcEdPromptStateMachine.js +147 -0
- package/lib/editor/input/AcEdPromptStateMachine.js.map +1 -0
- package/lib/editor/input/AcEdSelectionFilter.d.ts +79 -0
- package/lib/editor/input/AcEdSelectionFilter.d.ts.map +1 -0
- package/lib/editor/input/AcEdSelectionFilter.js +231 -0
- package/lib/editor/input/AcEdSelectionFilter.js.map +1 -0
- package/lib/editor/input/AcEditor.d.ts +77 -10
- package/lib/editor/input/AcEditor.d.ts.map +1 -1
- package/lib/editor/input/AcEditor.js +162 -1
- package/lib/editor/input/AcEditor.js.map +1 -1
- package/lib/editor/input/index.d.ts +4 -0
- package/lib/editor/input/index.d.ts.map +1 -1
- package/lib/editor/input/index.js +4 -0
- package/lib/editor/input/index.js.map +1 -1
- package/lib/editor/input/marker/AcEdMarker.d.ts.map +1 -1
- package/lib/editor/input/marker/AcEdMarker.js +3 -3
- package/lib/editor/input/marker/AcEdMarker.js.map +1 -1
- package/lib/editor/input/prompt/AcEdKeywordCollection.d.ts +47 -0
- package/lib/editor/input/prompt/AcEdKeywordCollection.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdKeywordCollection.js +30 -4
- package/lib/editor/input/prompt/AcEdKeywordCollection.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptAngleOptions.d.ts +8 -1
- package/lib/editor/input/prompt/AcEdPromptAngleOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptAngleOptions.js +19 -2
- package/lib/editor/input/prompt/AcEdPromptAngleOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptBoxResult.d.ts +12 -0
- package/lib/editor/input/prompt/AcEdPromptBoxResult.d.ts.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptBoxResult.js +30 -0
- package/lib/editor/input/prompt/AcEdPromptBoxResult.js.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptDoubleResult.d.ts +9 -0
- package/lib/editor/input/prompt/AcEdPromptDoubleResult.d.ts.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptDoubleResult.js +28 -0
- package/lib/editor/input/prompt/AcEdPromptDoubleResult.js.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptEntityOptions.d.ts +18 -1
- package/lib/editor/input/prompt/AcEdPromptEntityOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptEntityOptions.js +32 -5
- package/lib/editor/input/prompt/AcEdPromptEntityOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptEntityResult.d.ts +14 -0
- package/lib/editor/input/prompt/AcEdPromptEntityResult.d.ts.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptEntityResult.js +31 -0
- package/lib/editor/input/prompt/AcEdPromptEntityResult.js.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptIntegerResult.d.ts +9 -0
- package/lib/editor/input/prompt/AcEdPromptIntegerResult.d.ts.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptIntegerResult.js +28 -0
- package/lib/editor/input/prompt/AcEdPromptIntegerResult.js.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptKeywordOptions.d.ts +1 -1
- package/lib/editor/input/prompt/AcEdPromptKeywordOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptKeywordOptions.js +2 -2
- package/lib/editor/input/prompt/AcEdPromptKeywordOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptNumericalOptions.d.ts +1 -1
- package/lib/editor/input/prompt/AcEdPromptNumericalOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptNumericalOptions.js +2 -2
- package/lib/editor/input/prompt/AcEdPromptNumericalOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptOptions.d.ts +9 -3
- package/lib/editor/input/prompt/AcEdPromptOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptOptions.js +22 -4
- package/lib/editor/input/prompt/AcEdPromptOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointOptions.js +2 -2
- package/lib/editor/input/prompt/AcEdPromptPointOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptPointResult.d.ts +3 -3
- package/lib/editor/input/prompt/AcEdPromptSelectionOptions.d.ts +1 -1
- package/lib/editor/input/prompt/AcEdPromptSelectionOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptSelectionOptions.js +2 -2
- package/lib/editor/input/prompt/AcEdPromptSelectionOptions.js.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptSelectionResult.d.ts +12 -0
- package/lib/editor/input/prompt/AcEdPromptSelectionResult.d.ts.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptSelectionResult.js +30 -0
- package/lib/editor/input/prompt/AcEdPromptSelectionResult.js.map +1 -0
- package/lib/editor/input/prompt/AcEdPromptStringOptions.d.ts +1 -1
- package/lib/editor/input/prompt/AcEdPromptStringOptions.d.ts.map +1 -1
- package/lib/editor/input/prompt/AcEdPromptStringOptions.js +2 -2
- package/lib/editor/input/prompt/AcEdPromptStringOptions.js.map +1 -1
- package/lib/editor/input/prompt/index.d.ts +9 -0
- package/lib/editor/input/prompt/index.d.ts.map +1 -1
- package/lib/editor/input/prompt/index.js +9 -0
- package/lib/editor/input/prompt/index.js.map +1 -1
- package/lib/editor/input/session/AcEdKeywordSession.d.ts +67 -1
- package/lib/editor/input/session/AcEdKeywordSession.d.ts.map +1 -1
- package/lib/editor/input/session/AcEdKeywordSession.js +78 -1
- package/lib/editor/input/session/AcEdKeywordSession.js.map +1 -1
- package/lib/editor/input/ui/AcEdCommandLine.d.ts +27 -1
- package/lib/editor/input/ui/AcEdCommandLine.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdCommandLine.js +75 -10
- package/lib/editor/input/ui/AcEdCommandLine.js.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInput.d.ts +24 -1
- package/lib/editor/input/ui/AcEdFloatingInput.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInput.js +147 -27
- package/lib/editor/input/ui/AcEdFloatingInput.js.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInputBox.d.ts +2 -0
- package/lib/editor/input/ui/AcEdFloatingInputBox.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInputBox.js +4 -0
- package/lib/editor/input/ui/AcEdFloatingInputBox.js.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInputBoxes.d.ts +30 -1
- package/lib/editor/input/ui/AcEdFloatingInputBoxes.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInputBoxes.js +46 -15
- package/lib/editor/input/ui/AcEdFloatingInputBoxes.js.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingInputTypes.d.ts +33 -0
- package/lib/editor/input/ui/AcEdFloatingInputTypes.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingMessage.d.ts +12 -0
- package/lib/editor/input/ui/AcEdFloatingMessage.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdFloatingMessage.js +61 -2
- package/lib/editor/input/ui/AcEdFloatingMessage.js.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.d.ts +403 -29
- package/lib/editor/input/ui/AcEdInputManager.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdInputManager.js +1313 -414
- package/lib/editor/input/ui/AcEdInputManager.js.map +1 -1
- package/lib/editor/input/ui/AcEdRubberBand.d.ts +15 -1
- package/lib/editor/input/ui/AcEdRubberBand.d.ts.map +1 -1
- package/lib/editor/input/ui/AcEdRubberBand.js +43 -11
- package/lib/editor/input/ui/AcEdRubberBand.js.map +1 -1
- package/lib/editor/view/AcEdBaseView.d.ts +66 -0
- package/lib/editor/view/AcEdBaseView.d.ts.map +1 -1
- package/lib/editor/view/AcEdBaseView.js +170 -0
- package/lib/editor/view/AcEdBaseView.js.map +1 -1
- package/lib/editor/view/AcEdSpatialQueryResult.d.ts.map +1 -1
- package/lib/i18n/en/command.d.ts +36 -3
- package/lib/i18n/en/command.d.ts.map +1 -1
- package/lib/i18n/en/command.js +36 -3
- package/lib/i18n/en/command.js.map +1 -1
- package/lib/i18n/en/jig.d.ts +553 -0
- package/lib/i18n/en/jig.d.ts.map +1 -1
- package/lib/i18n/en/jig.js +557 -4
- package/lib/i18n/en/jig.js.map +1 -1
- package/lib/i18n/zh/command.d.ts +36 -3
- package/lib/i18n/zh/command.d.ts.map +1 -1
- package/lib/i18n/zh/command.js +36 -3
- package/lib/i18n/zh/command.js.map +1 -1
- package/lib/i18n/zh/jig.d.ts +553 -0
- package/lib/i18n/zh/jig.d.ts.map +1 -1
- package/lib/i18n/zh/jig.js +557 -4
- package/lib/i18n/zh/jig.js.map +1 -1
- package/lib/plugin/AcApPluginManager.d.ts.map +1 -1
- package/lib/plugin/AcApPluginManager.js.map +1 -1
- package/lib/util/AcApMeasurementElementGenerator.d.ts +36 -0
- package/lib/util/AcApMeasurementElementGenerator.d.ts.map +1 -0
- package/lib/util/AcApMeasurementElementGenerator.js +92 -0
- package/lib/util/AcApMeasurementElementGenerator.js.map +1 -0
- package/lib/util/index.d.ts +1 -1
- package/lib/util/index.d.ts.map +1 -1
- package/lib/util/index.js +1 -1
- package/lib/util/index.js.map +1 -1
- package/lib/view/AcTrLayer.d.ts.map +1 -1
- package/lib/view/AcTrLayer.js +5 -3
- package/lib/view/AcTrLayer.js.map +1 -1
- package/lib/view/AcTrLayoutView.d.ts +6 -0
- package/lib/view/AcTrLayoutView.d.ts.map +1 -1
- package/lib/view/AcTrLayoutView.js +20 -0
- package/lib/view/AcTrLayoutView.js.map +1 -1
- package/lib/view/AcTrView2d.d.ts +0 -1
- package/lib/view/AcTrView2d.d.ts.map +1 -1
- package/lib/view/AcTrView2d.js +103 -50
- package/lib/view/AcTrView2d.js.map +1 -1
- package/package.json +15 -13
- package/lib/command/AcApZoomToBoxCmd.d.ts +0 -29
- package/lib/command/AcApZoomToBoxCmd.d.ts.map +0 -1
- package/lib/command/AcApZoomToBoxCmd.js.map +0 -1
- package/lib/util/AcApMeasurementUtils.d.ts +0 -12
- package/lib/util/AcApMeasurementUtils.d.ts.map +0 -1
- package/lib/util/AcApMeasurementUtils.js +0 -36
- package/lib/util/AcApMeasurementUtils.js.map +0 -1
package/lib/i18n/en/jig.js
CHANGED
|
@@ -1,7 +1,118 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
arc: {
|
|
3
|
+
startPointOrCenter: 'Specify start point of arc or',
|
|
4
|
+
secondPointOrOptions: 'Specify second point of arc or',
|
|
5
|
+
startPoint: 'Specify start point of arc:',
|
|
6
|
+
centerPoint: 'Specify center point of arc:',
|
|
7
|
+
endPoint: 'Specify end point of arc:',
|
|
8
|
+
endPointOrOptions: 'Specify end point of arc or',
|
|
9
|
+
centerPointOrOptions: 'Specify center point of arc',
|
|
10
|
+
includedAngle: 'Specify included angle:',
|
|
11
|
+
chordLength: 'Specify chord length:',
|
|
12
|
+
tangentDirection: 'Specify tangent direction for start point of arc:',
|
|
13
|
+
radius: 'Specify radius of arc:',
|
|
14
|
+
keywords: {
|
|
15
|
+
center: {
|
|
16
|
+
display: 'Center(C)',
|
|
17
|
+
local: 'Center',
|
|
18
|
+
global: 'Center'
|
|
19
|
+
},
|
|
20
|
+
end: {
|
|
21
|
+
display: 'End(E)',
|
|
22
|
+
local: 'End',
|
|
23
|
+
global: 'End'
|
|
24
|
+
},
|
|
25
|
+
angle: {
|
|
26
|
+
display: 'Angle(A)',
|
|
27
|
+
local: 'Angle',
|
|
28
|
+
global: 'Angle'
|
|
29
|
+
},
|
|
30
|
+
chordLength: {
|
|
31
|
+
display: 'chord Length(L)',
|
|
32
|
+
local: 'Chord Length',
|
|
33
|
+
global: 'ChordLength'
|
|
34
|
+
},
|
|
35
|
+
direction: {
|
|
36
|
+
display: 'Direction(D)',
|
|
37
|
+
local: 'Direction',
|
|
38
|
+
global: 'Direction'
|
|
39
|
+
},
|
|
40
|
+
radius: {
|
|
41
|
+
display: 'Radius(R)',
|
|
42
|
+
local: 'Radius',
|
|
43
|
+
global: 'Radius'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
invalid: {
|
|
47
|
+
threePoint: 'Invalid 3-point arc: points are collinear or cannot define an arc.',
|
|
48
|
+
center: 'Invalid center input: start and end points must lie on the same circle.',
|
|
49
|
+
angle: 'Invalid angle input: included angle must be greater than 0 and less than 360 degrees.',
|
|
50
|
+
chordLength: 'Invalid chord length: value is out of range for the current radius.',
|
|
51
|
+
direction: 'Invalid direction: cannot construct an arc from this tangent direction.',
|
|
52
|
+
radius: 'Invalid radius: the specified radius cannot connect start and end points.'
|
|
53
|
+
}
|
|
54
|
+
},
|
|
2
55
|
circle: {
|
|
3
56
|
center: 'Specify the center of circle:',
|
|
4
|
-
|
|
57
|
+
centerOrOptions: 'Specify center point of circle or',
|
|
58
|
+
radius: 'Specify the radius of circle:',
|
|
59
|
+
radiusOrDiameter: 'Specify radius of circle or',
|
|
60
|
+
diameter: 'Specify diameter of circle:',
|
|
61
|
+
twoPointFirst: 'Specify first endpoint of circle diameter:',
|
|
62
|
+
twoPointSecond: 'Specify second endpoint of circle diameter:',
|
|
63
|
+
threePointFirst: 'Specify first point on circle:',
|
|
64
|
+
threePointSecond: 'Specify second point on circle:',
|
|
65
|
+
threePointThird: 'Specify third point on circle:',
|
|
66
|
+
keywords: {
|
|
67
|
+
threeP: {
|
|
68
|
+
display: '3P(3P)',
|
|
69
|
+
local: '3P',
|
|
70
|
+
global: '3P'
|
|
71
|
+
},
|
|
72
|
+
twoP: {
|
|
73
|
+
display: '2P(2P)',
|
|
74
|
+
local: '2P',
|
|
75
|
+
global: '2P'
|
|
76
|
+
},
|
|
77
|
+
diameter: {
|
|
78
|
+
display: 'Diameter(D)',
|
|
79
|
+
local: 'Diameter',
|
|
80
|
+
global: 'Diameter'
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
ellipse: {
|
|
85
|
+
axisEndpointOrOptions: 'Specify axis endpoint of ellipse or',
|
|
86
|
+
arcAxisEndpointOrCenter: 'Specify axis endpoint of elliptical arc or',
|
|
87
|
+
center: 'Specify center of ellipse:',
|
|
88
|
+
firstAxisEndpoint: 'Specify endpoint of axis:',
|
|
89
|
+
secondAxisEndpoint: 'Specify other endpoint of axis:',
|
|
90
|
+
otherAxisOrRotation: 'Specify distance to other axis or',
|
|
91
|
+
rotationAngle: 'Specify rotation angle around major axis:',
|
|
92
|
+
arcStartAngle: 'Specify start angle of elliptical arc:',
|
|
93
|
+
arcEndAngle: 'Specify end angle of elliptical arc:',
|
|
94
|
+
keywords: {
|
|
95
|
+
arc: {
|
|
96
|
+
display: 'Arc(A)',
|
|
97
|
+
local: 'Arc',
|
|
98
|
+
global: 'Arc'
|
|
99
|
+
},
|
|
100
|
+
center: {
|
|
101
|
+
display: 'Center(C)',
|
|
102
|
+
local: 'Center',
|
|
103
|
+
global: 'Center'
|
|
104
|
+
},
|
|
105
|
+
rotation: {
|
|
106
|
+
display: 'Rotation(R)',
|
|
107
|
+
local: 'Rotation',
|
|
108
|
+
global: 'Rotation'
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
invalid: {
|
|
112
|
+
axis: 'Invalid axis input: axis length must be greater than 0.',
|
|
113
|
+
otherAxis: 'Invalid other-axis input: distance must be greater than 0.',
|
|
114
|
+
rotation: 'Invalid rotation input: resulting minor axis must be greater than 0.'
|
|
115
|
+
}
|
|
5
116
|
},
|
|
6
117
|
measureDistance: {
|
|
7
118
|
firstPoint: 'Specify first point:',
|
|
@@ -28,19 +139,461 @@ export default {
|
|
|
28
139
|
},
|
|
29
140
|
line: {
|
|
30
141
|
firstPoint: 'Specify the first point:',
|
|
31
|
-
|
|
142
|
+
firstPointOrContinue: 'Specify first point or',
|
|
143
|
+
nextPoint: 'Specify the next point:',
|
|
144
|
+
nextPointWithOptions: 'Specify next point or',
|
|
145
|
+
keywords: {
|
|
146
|
+
continue: {
|
|
147
|
+
display: 'Continue(C)',
|
|
148
|
+
local: 'Continue',
|
|
149
|
+
global: 'Continue'
|
|
150
|
+
},
|
|
151
|
+
undo: {
|
|
152
|
+
display: 'Undo(U)',
|
|
153
|
+
local: 'Undo',
|
|
154
|
+
global: 'Undo'
|
|
155
|
+
},
|
|
156
|
+
close: {
|
|
157
|
+
display: 'Close(C)',
|
|
158
|
+
local: 'Close',
|
|
159
|
+
global: 'Close'
|
|
160
|
+
}
|
|
161
|
+
}
|
|
32
162
|
},
|
|
33
163
|
mtext: {
|
|
34
164
|
point: 'Specify mtext insertion point:'
|
|
35
165
|
},
|
|
166
|
+
move: {
|
|
167
|
+
basePointOrDisplacement: 'Specify base point or',
|
|
168
|
+
secondPointOrDisplacement: 'Specify second point or',
|
|
169
|
+
displacement: 'Specify displacement:',
|
|
170
|
+
keywords: {
|
|
171
|
+
displacement: {
|
|
172
|
+
display: 'Displacement(D)',
|
|
173
|
+
local: 'Displacement',
|
|
174
|
+
global: 'Displacement'
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
36
178
|
rect: {
|
|
37
|
-
firstPoint: 'Specify
|
|
38
|
-
nextPoint: 'Specify
|
|
179
|
+
firstPoint: 'Specify first corner point:',
|
|
180
|
+
nextPoint: 'Specify other corner point:',
|
|
181
|
+
firstPointWithOptions: 'Specify first corner point or',
|
|
182
|
+
otherCornerWithOptions: 'Specify other corner point or',
|
|
183
|
+
chamferFirst: 'Specify first chamfer distance:',
|
|
184
|
+
chamferSecond: 'Specify second chamfer distance:',
|
|
185
|
+
filletRadius: 'Specify fillet radius:',
|
|
186
|
+
segmentWidth: 'Specify rectangle line width:',
|
|
187
|
+
elevationValue: 'Specify elevation:',
|
|
188
|
+
thicknessValue: 'Specify thickness:',
|
|
189
|
+
rotationAngle: 'Specify rectangle rotation angle:',
|
|
190
|
+
dimensionLength: 'Specify rectangle length:',
|
|
191
|
+
dimensionWidth: 'Specify rectangle width:',
|
|
192
|
+
areaValue: 'Specify rectangle area:',
|
|
193
|
+
areaLengthOrWidth: 'Specify rectangle length',
|
|
194
|
+
areaSpecifyWidth: 'Specify rectangle width:',
|
|
195
|
+
invalidPositive: 'Invalid input. Please enter a value greater than 0.',
|
|
196
|
+
invalidRect: 'Unable to create rectangle. Please specify valid corners or dimensions.',
|
|
197
|
+
thicknessNotSupported: 'Rectangle thickness is currently not written to entity data. The thickness setting is ignored.',
|
|
198
|
+
keywords: {
|
|
199
|
+
chamfer: {
|
|
200
|
+
display: 'Chamfer(C)',
|
|
201
|
+
local: 'Chamfer',
|
|
202
|
+
global: 'Chamfer'
|
|
203
|
+
},
|
|
204
|
+
elevation: {
|
|
205
|
+
display: 'Elevation(E)',
|
|
206
|
+
local: 'Elevation',
|
|
207
|
+
global: 'Elevation'
|
|
208
|
+
},
|
|
209
|
+
fillet: {
|
|
210
|
+
display: 'Fillet(F)',
|
|
211
|
+
local: 'Fillet',
|
|
212
|
+
global: 'Fillet'
|
|
213
|
+
},
|
|
214
|
+
thickness: {
|
|
215
|
+
display: 'Thickness(T)',
|
|
216
|
+
local: 'Thickness',
|
|
217
|
+
global: 'Thickness'
|
|
218
|
+
},
|
|
219
|
+
width: {
|
|
220
|
+
display: 'Width(W)',
|
|
221
|
+
local: 'Width',
|
|
222
|
+
global: 'Width'
|
|
223
|
+
},
|
|
224
|
+
area: {
|
|
225
|
+
display: 'Area(A)',
|
|
226
|
+
local: 'Area',
|
|
227
|
+
global: 'Area'
|
|
228
|
+
},
|
|
229
|
+
dimensions: {
|
|
230
|
+
display: 'Dimensions(D)',
|
|
231
|
+
local: 'Dimensions',
|
|
232
|
+
global: 'Dimensions'
|
|
233
|
+
},
|
|
234
|
+
rotation: {
|
|
235
|
+
display: 'Rotation(R)',
|
|
236
|
+
local: 'Rotation',
|
|
237
|
+
global: 'Rotation'
|
|
238
|
+
},
|
|
239
|
+
length: {
|
|
240
|
+
display: 'Length(L)',
|
|
241
|
+
local: 'Length',
|
|
242
|
+
global: 'Length'
|
|
243
|
+
},
|
|
244
|
+
rectWidth: {
|
|
245
|
+
display: 'Width(W)',
|
|
246
|
+
local: 'Width',
|
|
247
|
+
global: 'Width'
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
polygon: {
|
|
252
|
+
numberOfSides: 'Enter number of sides:',
|
|
253
|
+
centerOrEdge: 'Specify center of polygon or',
|
|
254
|
+
radiusOrType: 'Enter options',
|
|
255
|
+
edgeStart: 'Specify first endpoint of edge:',
|
|
256
|
+
edgeEnd: 'Specify second endpoint of edge:',
|
|
257
|
+
keywords: {
|
|
258
|
+
edge: {
|
|
259
|
+
display: 'Edge(E)',
|
|
260
|
+
local: 'Edge',
|
|
261
|
+
global: 'Edge'
|
|
262
|
+
},
|
|
263
|
+
inscribed: {
|
|
264
|
+
display: 'Inscribed in circle(I)',
|
|
265
|
+
local: 'Inscribed in circle',
|
|
266
|
+
global: 'Inscribed'
|
|
267
|
+
},
|
|
268
|
+
circumscribed: {
|
|
269
|
+
display: 'Circumscribed about circle(C)',
|
|
270
|
+
local: 'Circumscribed about circle',
|
|
271
|
+
global: 'Circumscribed'
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
invalid: {
|
|
275
|
+
sides: 'Invalid number of sides. Enter an integer between 3 and 1024.',
|
|
276
|
+
radius: 'Invalid radius. Radius must be greater than 0.',
|
|
277
|
+
edge: 'Invalid edge. The edge length must be greater than 0.'
|
|
278
|
+
}
|
|
39
279
|
},
|
|
40
280
|
sketch: {
|
|
41
281
|
firstPoint: 'Specify the first point:',
|
|
42
282
|
nextPoint: 'Specify the end point:'
|
|
43
283
|
},
|
|
284
|
+
polyline: {
|
|
285
|
+
firstPoint: 'Specify the first point:',
|
|
286
|
+
nextPoint: 'Specify the next point (or press Enter to finish):',
|
|
287
|
+
nextPointWithOptions: 'Specify next point or',
|
|
288
|
+
nextPointWithArcOptions: 'Specify next point or',
|
|
289
|
+
keywords: {
|
|
290
|
+
arc: {
|
|
291
|
+
display: 'Arc(A)',
|
|
292
|
+
local: 'Arc',
|
|
293
|
+
global: 'Arc'
|
|
294
|
+
},
|
|
295
|
+
undo: {
|
|
296
|
+
display: 'Undo(U)',
|
|
297
|
+
local: 'Undo',
|
|
298
|
+
global: 'Undo'
|
|
299
|
+
},
|
|
300
|
+
close: {
|
|
301
|
+
display: 'Close(C)',
|
|
302
|
+
local: 'Close',
|
|
303
|
+
global: 'Close'
|
|
304
|
+
},
|
|
305
|
+
line: {
|
|
306
|
+
display: 'Line(L)',
|
|
307
|
+
local: 'Line',
|
|
308
|
+
global: 'Line'
|
|
309
|
+
},
|
|
310
|
+
angle: {
|
|
311
|
+
display: 'Angle(A)',
|
|
312
|
+
local: 'Angle',
|
|
313
|
+
global: 'Angle'
|
|
314
|
+
},
|
|
315
|
+
center: {
|
|
316
|
+
display: 'Center(C)',
|
|
317
|
+
local: 'Center',
|
|
318
|
+
global: 'Center'
|
|
319
|
+
},
|
|
320
|
+
secondPoint: {
|
|
321
|
+
display: 'Second point(P)',
|
|
322
|
+
local: 'Second point',
|
|
323
|
+
global: 'SecondPoint'
|
|
324
|
+
},
|
|
325
|
+
radius: {
|
|
326
|
+
display: 'Radius(R)',
|
|
327
|
+
local: 'Radius',
|
|
328
|
+
global: 'Radius'
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
arcAngle: 'Specify arc angle:',
|
|
332
|
+
arcCenter: 'Specify center point:',
|
|
333
|
+
arcSecondPoint: 'Specify second point on arc:',
|
|
334
|
+
arcEndPoint: 'Specify arc end point:',
|
|
335
|
+
arcRadius: 'Specify arc radius:'
|
|
336
|
+
},
|
|
337
|
+
zoom: {
|
|
338
|
+
mainPrompt: 'Specify corner of window or',
|
|
339
|
+
firstCorner: 'Specify first corner:',
|
|
340
|
+
secondCorner: 'Specify opposite corner:',
|
|
341
|
+
centerPoint: 'Specify center point:',
|
|
342
|
+
heightOrScale: 'Enter height or scale factor (nX or nXP):',
|
|
343
|
+
scaleFactor: 'Enter scale factor (nX or nXP):',
|
|
344
|
+
keywords: {
|
|
345
|
+
all: {
|
|
346
|
+
display: 'All(A)',
|
|
347
|
+
local: 'All',
|
|
348
|
+
global: 'All'
|
|
349
|
+
},
|
|
350
|
+
center: {
|
|
351
|
+
display: 'Center(C)',
|
|
352
|
+
local: 'Center',
|
|
353
|
+
global: 'Center'
|
|
354
|
+
},
|
|
355
|
+
extents: {
|
|
356
|
+
display: 'Extents(E)',
|
|
357
|
+
local: 'Extents',
|
|
358
|
+
global: 'Extents'
|
|
359
|
+
},
|
|
360
|
+
previous: {
|
|
361
|
+
display: 'Previous(P)',
|
|
362
|
+
local: 'Previous',
|
|
363
|
+
global: 'Previous'
|
|
364
|
+
},
|
|
365
|
+
scale: {
|
|
366
|
+
display: 'Scale(S)',
|
|
367
|
+
local: 'Scale',
|
|
368
|
+
global: 'Scale'
|
|
369
|
+
},
|
|
370
|
+
window: {
|
|
371
|
+
display: 'Window(W)',
|
|
372
|
+
local: 'Window',
|
|
373
|
+
global: 'Window'
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
layer: {
|
|
378
|
+
main: 'Enter option',
|
|
379
|
+
listSummary: 'Layer list was printed to browser console',
|
|
380
|
+
emptyInput: 'No layer name was entered.',
|
|
381
|
+
newPrompt: 'Enter name for new layer(s):',
|
|
382
|
+
makePrompt: 'Enter name of layer to make current:',
|
|
383
|
+
setPrompt: 'Enter name of layer to set current:',
|
|
384
|
+
onPrompt: 'Enter layer name(s) to turn on:',
|
|
385
|
+
offPrompt: 'Enter layer name(s) to turn off:',
|
|
386
|
+
freezePrompt: 'Enter layer name(s) to freeze:',
|
|
387
|
+
thawPrompt: 'Enter layer name(s) to thaw:',
|
|
388
|
+
lockPrompt: 'Enter layer name(s) to lock:',
|
|
389
|
+
unlockPrompt: 'Enter layer name(s) to unlock:',
|
|
390
|
+
colorLayerPrompt: 'Enter layer name(s) to change color:',
|
|
391
|
+
colorValuePrompt: 'Enter color (ACI 1-255, RGB like 255,0,0, or CSS color name):',
|
|
392
|
+
invalidColor: 'Invalid color input.',
|
|
393
|
+
descriptionLayerPrompt: 'Enter layer name to edit description:',
|
|
394
|
+
descriptionValuePrompt: 'Enter new layer description:',
|
|
395
|
+
created: 'Created layer count',
|
|
396
|
+
alreadyExists: 'Layer already exists',
|
|
397
|
+
notFound: 'Layer not found',
|
|
398
|
+
cannotChangeCurrent: 'Cannot turn off or freeze the current layer.',
|
|
399
|
+
keywords: {
|
|
400
|
+
list: {
|
|
401
|
+
display: '?(?)',
|
|
402
|
+
local: '?',
|
|
403
|
+
global: '?'
|
|
404
|
+
},
|
|
405
|
+
make: {
|
|
406
|
+
display: 'Make(M)',
|
|
407
|
+
local: 'Make',
|
|
408
|
+
global: 'Make'
|
|
409
|
+
},
|
|
410
|
+
set: {
|
|
411
|
+
display: 'Set(S)',
|
|
412
|
+
local: 'Set',
|
|
413
|
+
global: 'Set'
|
|
414
|
+
},
|
|
415
|
+
new: {
|
|
416
|
+
display: 'New(N)',
|
|
417
|
+
local: 'New',
|
|
418
|
+
global: 'New'
|
|
419
|
+
},
|
|
420
|
+
on: {
|
|
421
|
+
display: 'On(ON)',
|
|
422
|
+
local: 'On',
|
|
423
|
+
global: 'On'
|
|
424
|
+
},
|
|
425
|
+
off: {
|
|
426
|
+
display: 'Off(OF)',
|
|
427
|
+
local: 'Off',
|
|
428
|
+
global: 'Off'
|
|
429
|
+
},
|
|
430
|
+
color: {
|
|
431
|
+
display: 'Color(C)',
|
|
432
|
+
local: 'Color',
|
|
433
|
+
global: 'Color'
|
|
434
|
+
},
|
|
435
|
+
freeze: {
|
|
436
|
+
display: 'Freeze(F)',
|
|
437
|
+
local: 'Freeze',
|
|
438
|
+
global: 'Freeze'
|
|
439
|
+
},
|
|
440
|
+
thaw: {
|
|
441
|
+
display: 'Thaw(T)',
|
|
442
|
+
local: 'Thaw',
|
|
443
|
+
global: 'Thaw'
|
|
444
|
+
},
|
|
445
|
+
lock: {
|
|
446
|
+
display: 'Lock(L)',
|
|
447
|
+
local: 'Lock',
|
|
448
|
+
global: 'Lock'
|
|
449
|
+
},
|
|
450
|
+
unlock: {
|
|
451
|
+
display: 'Unlock(U)',
|
|
452
|
+
local: 'Unlock',
|
|
453
|
+
global: 'Unlock'
|
|
454
|
+
},
|
|
455
|
+
description: {
|
|
456
|
+
display: 'Description(D)',
|
|
457
|
+
local: 'Description',
|
|
458
|
+
global: 'Description'
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
hatch: {
|
|
463
|
+
prompt: 'Select boundary object or',
|
|
464
|
+
pickPoint: 'Specify internal point (or press Enter to finish):',
|
|
465
|
+
select: 'Select objects to hatch:',
|
|
466
|
+
patternName: 'Enter hatch pattern name:',
|
|
467
|
+
scale: 'Specify hatch pattern scale:',
|
|
468
|
+
angle: 'Specify hatch pattern angle:',
|
|
469
|
+
style: 'Enter hatch style',
|
|
470
|
+
associative: 'Specify associativity',
|
|
471
|
+
invalidBoundary: 'Selected objects do not form a closed boundary.',
|
|
472
|
+
keywords: {
|
|
473
|
+
pick: {
|
|
474
|
+
display: 'Pick points(P)',
|
|
475
|
+
local: 'Pick points',
|
|
476
|
+
global: 'PickPoints'
|
|
477
|
+
},
|
|
478
|
+
select: {
|
|
479
|
+
display: 'Select objects(S)',
|
|
480
|
+
local: 'Select objects',
|
|
481
|
+
global: 'SelectObjects'
|
|
482
|
+
},
|
|
483
|
+
pattern: {
|
|
484
|
+
display: 'Pattern(P)',
|
|
485
|
+
local: 'Pattern',
|
|
486
|
+
global: 'Pattern'
|
|
487
|
+
},
|
|
488
|
+
scale: {
|
|
489
|
+
display: 'Scale(S)',
|
|
490
|
+
local: 'Scale',
|
|
491
|
+
global: 'Scale'
|
|
492
|
+
},
|
|
493
|
+
angle: {
|
|
494
|
+
display: 'Angle(A)',
|
|
495
|
+
local: 'Angle',
|
|
496
|
+
global: 'Angle'
|
|
497
|
+
},
|
|
498
|
+
style: {
|
|
499
|
+
display: 'Style(T)',
|
|
500
|
+
local: 'Style',
|
|
501
|
+
global: 'HatchStyle'
|
|
502
|
+
},
|
|
503
|
+
associative: {
|
|
504
|
+
display: 'Associative(AS)',
|
|
505
|
+
local: 'Associative',
|
|
506
|
+
global: 'AssociativeMode'
|
|
507
|
+
},
|
|
508
|
+
normal: {
|
|
509
|
+
display: 'Normal(N)',
|
|
510
|
+
local: 'Normal',
|
|
511
|
+
global: 'Normal'
|
|
512
|
+
},
|
|
513
|
+
outer: {
|
|
514
|
+
display: 'Outer(O)',
|
|
515
|
+
local: 'Outer',
|
|
516
|
+
global: 'Outer'
|
|
517
|
+
},
|
|
518
|
+
ignore: {
|
|
519
|
+
display: 'Ignore(I)',
|
|
520
|
+
local: 'Ignore',
|
|
521
|
+
global: 'Ignore'
|
|
522
|
+
},
|
|
523
|
+
yes: {
|
|
524
|
+
display: 'Yes(Y)',
|
|
525
|
+
local: 'Yes',
|
|
526
|
+
global: 'Yes'
|
|
527
|
+
},
|
|
528
|
+
no: {
|
|
529
|
+
display: 'No(N)',
|
|
530
|
+
local: 'No',
|
|
531
|
+
global: 'No'
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
spline: {
|
|
536
|
+
firstPoint: 'Specify the first point:',
|
|
537
|
+
nextPoint: 'Specify the next point (or press Enter to finish):',
|
|
538
|
+
firstPointWithOptions: 'Specify first point or',
|
|
539
|
+
nextPointWithFitOptions: 'Specify next point or',
|
|
540
|
+
nextPointWithCvOptions: 'Specify next control vertex or',
|
|
541
|
+
methodPrompt: 'Enter spline creation method',
|
|
542
|
+
knotsPrompt: 'Enter knot parameterization',
|
|
543
|
+
degreePrompt: 'Specify spline degree:',
|
|
544
|
+
keywords: {
|
|
545
|
+
method: {
|
|
546
|
+
display: 'Method(M)',
|
|
547
|
+
local: 'Method',
|
|
548
|
+
global: 'Method'
|
|
549
|
+
},
|
|
550
|
+
fit: {
|
|
551
|
+
display: 'Fit(F)',
|
|
552
|
+
local: 'Fit',
|
|
553
|
+
global: 'Fit'
|
|
554
|
+
},
|
|
555
|
+
cv: {
|
|
556
|
+
display: 'CV(C)',
|
|
557
|
+
local: 'CV',
|
|
558
|
+
global: 'CV'
|
|
559
|
+
},
|
|
560
|
+
knots: {
|
|
561
|
+
display: 'Knots(K)',
|
|
562
|
+
local: 'Knots',
|
|
563
|
+
global: 'Knots'
|
|
564
|
+
},
|
|
565
|
+
degree: {
|
|
566
|
+
display: 'Degree(D)',
|
|
567
|
+
local: 'Degree',
|
|
568
|
+
global: 'Degree'
|
|
569
|
+
},
|
|
570
|
+
undo: {
|
|
571
|
+
display: 'Undo(U)',
|
|
572
|
+
local: 'Undo',
|
|
573
|
+
global: 'Undo'
|
|
574
|
+
},
|
|
575
|
+
close: {
|
|
576
|
+
display: 'Close(C)',
|
|
577
|
+
local: 'Close',
|
|
578
|
+
global: 'Close'
|
|
579
|
+
},
|
|
580
|
+
chord: {
|
|
581
|
+
display: 'Chord(C)',
|
|
582
|
+
local: 'Chord',
|
|
583
|
+
global: 'Chord'
|
|
584
|
+
},
|
|
585
|
+
sqrtChord: {
|
|
586
|
+
display: 'Sqrt chord(S)',
|
|
587
|
+
local: 'Sqrt chord',
|
|
588
|
+
global: 'SqrtChord'
|
|
589
|
+
},
|
|
590
|
+
uniform: {
|
|
591
|
+
display: 'Uniform(U)',
|
|
592
|
+
local: 'Uniform',
|
|
593
|
+
global: 'Uniform'
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
44
597
|
sysvar: {
|
|
45
598
|
prompt: 'Please input new value:'
|
|
46
599
|
}
|
package/lib/i18n/en/jig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jig.js","sourceRoot":"","sources":["../../../src/i18n/en/jig.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,MAAM,EAAE;QACN,MAAM,EAAE,+BAA+B;QACvC,MAAM,EAAE,+BAA+B;KACxC;IACD,eAAe,EAAE;QACf,UAAU,EAAE,sBAAsB;QAClC,WAAW,EAAE,uBAAuB;KACrC;IACD,WAAW,EAAE;QACX,UAAU,EAAE,sBAAsB;QAClC,SAAS,EAAE,gDAAgD;KAC5D;IACD,YAAY,EAAE;QACZ,MAAM,EAAE,uBAAuB;QAC/B,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,8BAA8B;KACrC;IACD,UAAU,EAAE;QACV,UAAU,EAAE,0BAA0B;QACtC,YAAY,EAAE,6BAA6B;QAC3C,QAAQ,EAAE,wBAAwB;KACnC;IACD,SAAS,EAAE;QACT,WAAW,EAAE,0CAA0C;QACvD,WAAW,EAAE,2CAA2C;QACxD,YAAY,EAAE,kCAAkC;KACjD;IACD,IAAI,EAAE;QACJ,UAAU,EAAE,0BAA0B;QACtC,SAAS,EAAE,yBAAyB;KACrC;IACD,KAAK,EAAE;QACL,KAAK,EAAE,gCAAgC;KACxC;IACD,IAAI,EAAE;QACJ,UAAU,EAAE,0BAA0B;QACtC,SAAS,EAAE,yBAAyB;KACrC;IACD,MAAM,EAAE;QACN,UAAU,EAAE,0BAA0B;QACtC,SAAS,EAAE,wBAAwB;KACpC;IACD,MAAM,EAAE;QACN,MAAM,EAAE,yBAAyB;KAClC;CACF,CAAA"}
|
|
1
|
+
{"version":3,"file":"jig.js","sourceRoot":"","sources":["../../../src/i18n/en/jig.ts"],"names":[],"mappings":"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"}
|
package/lib/i18n/zh/command.d.ts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
ACAD: {
|
|
3
|
+
pngout: {
|
|
4
|
+
boundsFirstCorner: string;
|
|
5
|
+
boundsSecondCorner: string;
|
|
6
|
+
longSidePrompt: string;
|
|
7
|
+
};
|
|
8
|
+
arc: {
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
3
11
|
cecolor: {
|
|
4
12
|
description: string;
|
|
5
13
|
};
|
|
@@ -18,22 +26,50 @@ declare const _default: {
|
|
|
18
26
|
colortheme: {
|
|
19
27
|
description: string;
|
|
20
28
|
};
|
|
29
|
+
cdxf: {
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
21
32
|
csvg: {
|
|
22
33
|
description: string;
|
|
23
34
|
};
|
|
24
35
|
dimlinear: {
|
|
25
36
|
description: string;
|
|
26
37
|
};
|
|
38
|
+
ellipse: {
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
27
41
|
erase: {
|
|
28
42
|
description: string;
|
|
29
43
|
prompt: string;
|
|
30
44
|
};
|
|
45
|
+
hatch: {
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
48
|
+
'-layer': {
|
|
49
|
+
description: string;
|
|
50
|
+
};
|
|
31
51
|
line: {
|
|
32
52
|
description: string;
|
|
33
53
|
};
|
|
54
|
+
lwdisplay: {
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
pline: {
|
|
58
|
+
description: string;
|
|
59
|
+
};
|
|
60
|
+
polygon: {
|
|
61
|
+
description: string;
|
|
62
|
+
};
|
|
63
|
+
spline: {
|
|
64
|
+
description: string;
|
|
65
|
+
};
|
|
34
66
|
mtext: {
|
|
35
67
|
description: string;
|
|
36
68
|
};
|
|
69
|
+
move: {
|
|
70
|
+
description: string;
|
|
71
|
+
prompt: string;
|
|
72
|
+
};
|
|
37
73
|
log: {
|
|
38
74
|
description: string;
|
|
39
75
|
};
|
|
@@ -70,9 +106,6 @@ declare const _default: {
|
|
|
70
106
|
zoom: {
|
|
71
107
|
description: string;
|
|
72
108
|
};
|
|
73
|
-
zoomw: {
|
|
74
|
-
description: string;
|
|
75
|
-
};
|
|
76
109
|
};
|
|
77
110
|
USER: {};
|
|
78
111
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/zh/command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/i18n/zh/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8GC"}
|