From 1039115c4a6f73a56e97ba9d9e84fad11216a613 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 24 Jun 2016 22:01:56 +0300 Subject: [PATCH] Fill the translation files and remove couts and debug work in Session --- .../ConstructionPlugin_msg_en.ts | 58 ++-- src/ExchangePlugin/ExchangePlugin_msg_en.ts | 12 +- src/Model/Model_Session.cpp | 38 -- src/PythonAddons/PythonAddons_msg_en.ts | 15 +- src/SketchPlugin/SketchPlugin_msg_en.ts | 327 ++++++++---------- 5 files changed, 189 insertions(+), 261 deletions(-) diff --git a/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts b/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts index 287606f7b..886162cda 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts +++ b/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts @@ -23,102 +23,101 @@ CylindricalFace - GeomValidators_Face: The shape is not an available face. The axis by a face cannot be created on the selected face - Model_FeatureValidator: Attribute "FirstPoint" is not initialized. - + Select the first point Model_FeatureValidator: Attribute "SecondPoint" is not initialized. - + Select the second point Model_FeatureValidator: Attribute "CylindricalFace" is not initialized. - + Select the cylindrical face FirstPoint - GeomValidators_ConstructionComposite: The attribute with the %1 type is not processed - + Only attribute selection can be used for the first point, not %1 FirstPoint - GeomValidators_ConstructionComposite: The result is empty - + The first point refers to not existing item FirstPoint - GeomValidators_ConstructionComposite: Uses composite construction feature without sub-features. - + The first point uses composite construction feature without sub-features FirstPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + THe first point does not contain element with acceptable shape type. The type should be: %1 FirstPoint - GeomValidators_ShapeType: It has reference to an empty attribute - + The first point refers to nothing - FirstPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + FirstPoint - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The first point refers to %1 but must be %2 FirstPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The first point of type %1 is not supported FirstPoint - GeomValidators_ShapeType: The object is empty - + The first point refers to not existing item FirstPoint - GeomValidators_ShapeType: The result is empty - + The first point refers to not existing item FirstPoint - GeomValidators_ShapeType: The shape is empty - + The first point refers to the empty shape SecondPoint - GeomValidators_ConstructionComposite: The attribute with the %1 type is not processed - + Only attribute selection can be used for the second point, not %1 SecondPoint - GeomValidators_ConstructionComposite: The result is empty - + The second point refers to not existing item SecondPoint - GeomValidators_ConstructionComposite: Uses composite construction feature without sub-features. - + The second point uses composite construction feature without sub-features SecondPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + THe second point does not contain element with acceptable shape type. The type should be: %1 SecondPoint - GeomValidators_ShapeType: It has reference to an empty attribute - + The second point refers to nothing - SecondPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + SecondPoint - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The second point refers to %1 but must be %2 SecondPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The second point of type %1 is not supported SecondPoint - GeomValidators_ShapeType: The object is empty - + The second point refers to not existing item SecondPoint - GeomValidators_ShapeType: The result is empty - + The second point refers to not existing item SecondPoint - GeomValidators_ShapeType: The shape is empty - + The second point refers to the empty shape SecondPoint - GeomValidators_DifferentShapes: The feature uses equal shapes. - + The axis points must be different @@ -144,14 +143,13 @@ planeFace - GeomValidators_Face: The shape is not an available face. The plane cannot be created on the selected face - Model_FeatureValidator: Attribute "planeFace" is not initialized. - + Select the plane face Model_FeatureValidator: Attribute "distance" is not initialized. - + Set the distance diff --git a/src/ExchangePlugin/ExchangePlugin_msg_en.ts b/src/ExchangePlugin/ExchangePlugin_msg_en.ts index 7fde13eb6..accc1d17a 100644 --- a/src/ExchangePlugin/ExchangePlugin_msg_en.ts +++ b/src/ExchangePlugin/ExchangePlugin_msg_en.ts @@ -27,31 +27,29 @@ file_path - ExchangePlugin_ExportFormat: File name is empty. Export file name is not defined - selection_list - GeomValidators_Finite: Infinite result is selected. Olny finitive shapes can be exported - Model_FeatureValidator: Attribute "file_path" is not initialized. - + Define the path of the exported file Model_FeatureValidator: Attribute "selection_list" is not initialized. - + Select the exported shapes Model_FeatureValidator: Attribute "xao_file_path" is not initialized. - + Define the path of the exported XAO file Model_FeatureValidator: Attribute "xao_author" is not initialized. - + Set the XAO file author Model_FeatureValidator: Attribute "xao_geometry_name" is not initialized. - + Set the XAO file geometry name diff --git a/src/Model/Model_Session.cpp b/src/Model/Model_Session.cpp index b18044623..44d24c0fa 100644 --- a/src/Model/Model_Session.cpp +++ b/src/Model/Model_Session.cpp @@ -31,8 +31,6 @@ using namespace std; -#include - static Model_Session* myImpl = new Model_Session(); // t oredirect all calls to the root document @@ -361,8 +359,6 @@ void Model_Session::processEvent(const std::shared_ptr& theMessa std::dynamic_pointer_cast(theMessage); if (aMsg) { -// std::cout << "Feature: " << aMsg->id() << std::endl; - // process the plugin info, load plugin if (myPlugins.find(aMsg->id()) == myPlugins.end()) { myPlugins[aMsg->id()] = std::pair( @@ -373,16 +369,8 @@ void Model_Session::processEvent(const std::shared_ptr& theMessa std::dynamic_pointer_cast(theMessage); if (aMsgAttr) { -// std::cout << "Feature: " << aMsgAttr->featureId() -// << ", Attribute: " << aMsgAttr->attributeId() << std::endl; - if (!aMsgAttr->isObligatory()) { validators()->registerNotObligatory(aMsgAttr->featureId(), aMsgAttr->attributeId()); - } else { - std::cout << "F: " << aMsgAttr->featureId() - << ", V: Model_FeatureValidator" - << ", A: " << aMsgAttr->attributeId() - << std::endl; } if(aMsgAttr->isConcealment()) { validators()->registerConcealment(aMsgAttr->featureId(), aMsgAttr->attributeId()); @@ -396,38 +384,12 @@ void Model_Session::processEvent(const std::shared_ptr& theMessa // plugins information was started to load, so, it will be loaded myPluginsInfoLoaded = true; } else if (theMessage->eventID() == kValidatorEvent) { - - static bool done = false; - if (!done) { - std::set aPlugins; - for (auto it = myPlugins.begin(); it != myPlugins.end(); ++it) { - std::string aPluginName = it->second.first; - aPlugins.insert(aPluginName); - } - - for (auto it = aPlugins.begin(); it != aPlugins.end(); ++it) { - myCurrentPluginName = *it; - Config_ModuleReader::loadPlugin(*it); - } - - done = true; - } - std::shared_ptr aMsg = std::dynamic_pointer_cast(theMessage); if (aMsg) { if (aMsg->attributeId().empty()) { // feature validator - - std::cout << "F: " << aMsg->featureId() - << ", V: " << aMsg->validatorId() << std::endl; - validators()->assignValidator(aMsg->validatorId(), aMsg->featureId(), aMsg->parameters()); } else { // attribute validator - - std::cout << "F: " << aMsg->featureId() - << ", A: " << aMsg->attributeId() - << ", V: " << aMsg->validatorId() << std::endl; - validators()->assignValidator(aMsg->validatorId(), aMsg->featureId(), aMsg->attributeId(), aMsg->parameters()); } diff --git a/src/PythonAddons/PythonAddons_msg_en.ts b/src/PythonAddons/PythonAddons_msg_en.ts index 1c235a308..20497ae94 100644 --- a/src/PythonAddons/PythonAddons_msg_en.ts +++ b/src/PythonAddons/PythonAddons_msg_en.ts @@ -24,26 +24,25 @@ height - GeomValidators_Positive: Integer is not positive. Height of the box is too small. - Model_FeatureValidator: Attribute "width" is not initialized. - + Set the box width Model_FeatureValidator: Attribute "length" is not initialized. - + Set the box length Model_FeatureValidator: Attribute "height" is not initialized. - + Set the box height width - GeomValidators_Positive: Double is not initialized. - + Set the box width width - GeomValidators_Positive: Double is not positive. - + The box width must be positive width - GeomValidators_Positive: Integer is not initialized. @@ -55,11 +54,11 @@ length - GeomValidators_Positive: Double is not initialized. - + Set the box length length - GeomValidators_Positive: Double is not positive. - + The box width must be positive length - GeomValidators_Positive: Integer is not initialized. diff --git a/src/SketchPlugin/SketchPlugin_msg_en.ts b/src/SketchPlugin/SketchPlugin_msg_en.ts index 5c1c0a201..5a7e90e6e 100644 --- a/src/SketchPlugin/SketchPlugin_msg_en.ts +++ b/src/SketchPlugin/SketchPlugin_msg_en.ts @@ -11,7 +11,6 @@ Model_FeatureValidator: Attribute "Features" is not initialized. Sketch objects are not defined - External - GeomValidators_Face: The attribute with the %1 type is not processed Only attribute selection can be used for the sketch face, not %1 @@ -32,18 +31,17 @@ External - GeomValidators_Face: The shape is not an available face. Sketch cannot be created on the selected face - Model_FeatureValidator: Attribute "External" is not initialized. - + Select the sketch plane Model_FeatureValidator: Attribute "SolverDOF" is not initialized. - + Can not compute degrees of freedom Model_FeatureValidator: Attribute "SolverError" is not initialized. - + Can not compute the solver error @@ -77,7 +75,6 @@ Attribute "CircleRadius" is locked by modification value in the viewer. Select a radius distance - CircleRadius - GeomValidators_Positive: Integer is not initialized. Integer radius is not initialized @@ -86,10 +83,9 @@ CircleRadius - GeomValidators_Positive: Integer is not positive. Integer radius must be set - Model_FeatureValidator: Attribute "CircleRadius" is not initialized. - + Set the circle radius @@ -107,7 +103,6 @@ ConstraintEntityA - GeomValidators_ShapeType: The object is empty Line is not selected - ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 The constraint argument does not contain element with acceptable shape type. The type should be one of the next: %1 @@ -133,7 +128,6 @@ The constraint argument refers to the empty shape - SketchConstraintPerpendicular @@ -152,7 +146,6 @@ ConstraintEntityB - GeomValidators_ShapeType: The object is empty Second line is not selected - ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 The second line references to not acceptable shape type. The type should be: %1 @@ -177,38 +170,37 @@ ConstraintEntityB - GeomValidators_ShapeType: The shape is empty The second line refers to the empty shape - ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + Two external lines can not be constrained as perpendicular ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The first line refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The first line shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + Two external lines can not be constrained as perpendicular @@ -246,31 +238,31 @@ Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. - + Set the radius ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The circle argument refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The circle argument shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape @@ -344,7 +336,7 @@ Model_FeatureValidator: Attribute "StartPoint" is not initialized. - + Select a start point @@ -431,7 +423,6 @@ Model_FeatureValidator: Attribute "ArcPassedPoint" is not initialized. Intermediate point is not defined - ArcRadius - GeomValidators_Positive: Double is not positive. Acr radius must e positive @@ -444,41 +435,27 @@ ArcRadius - GeomValidators_Positive: Integer is not positive. Integer arc radius must be positive - Model_FeatureValidator: Attribute "ArcCenter" is not initialized. - - - - Model_FeatureValidator: Attribute "ArcStartPoint" is not initialized. - - - - Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. - + Select an arc center Model_FeatureValidator: Attribute "ArcStartPoint" is not initialized. - + Select an arc start point Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. - + Select an arc end point Model_FeatureValidator: Attribute "ArcPassedPoint" is not initialized. - + Select an arc passed point Model_FeatureValidator: Attribute "ArcTangentPoint" is not initialized. - - - - Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. - + Select an arc tangent point - SketchConstraintMirror @@ -493,7 +470,6 @@ Model_FeatureValidator: Attribute "ConstraintMirrorList" is not initialized. Objects for mirror are not selected - ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 The mirror line references to not acceptable shape type. The type should be: %1 @@ -554,51 +530,47 @@ Model_FeatureValidator: Attribute "MultiRotationList" is not initialized. - + Select objects to rotate Model_FeatureValidator: Attribute "MultiRotationAngle" is not initialized. - - - - Model_FeatureValidator: Attribute "MultiRotationAngle" is not initialized. - + Set rotation angle Model_FeatureValidator: Attribute "MultiRotationObjects" is not initialized. - + Set the number of resulting objects MultiRotationList - SketchPlugin_CopyValidator: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed MultiRotationList - SketchPlugin_CopyValidator: The object %1 is a result of copy - + The object %1 is a result of copy and can not be rotated MultiRotationCenter - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 MultiRotationCenter - GeomValidators_ShapeType: It has reference to an empty attribute - + The rotation center refers to nothing - MultiRotationCenter - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + MultiRotationCenter - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The rotation center shape type is "%1", it should be "%2" MultiRotationCenter - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed MultiRotationCenter - GeomValidators_ShapeType: The result is empty - + The rotation center refers to not existing item MultiRotationCenter - GeomValidators_ShapeType: The shape is empty - + The rotation center refers to the empty shape @@ -640,75 +612,75 @@ Model_FeatureValidator: Attribute "MultiTranslationStartPoint" is not initialized. - + Select a start point Model_FeatureValidator: Attribute "MultiTranslationObjects" is not initialized. - + Select a total number of objects MultiTranslationList - SketchPlugin_CopyValidator: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed MultiTranslationList - SketchPlugin_CopyValidator: The object %1 is a result of copy - + The object %1 is a result of copy and can not be translated MultiTranslationStartPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 MultiTranslationStartPoint - GeomValidators_ShapeType: It has reference to an empty attribute - + The translation start point refers to nothing - MultiTranslationStartPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + MultiTranslationStartPoint - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The translation start point shape type is "%1", it should be "%2" MultiTranslationStartPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed MultiTranslationStartPoint - GeomValidators_ShapeType: The object is empty - + Select a start point MultiTranslationStartPoint - GeomValidators_ShapeType: The result is empty - + The start point refers to not existing item MultiTranslationStartPoint - GeomValidators_ShapeType: The shape is empty - + The start point refers to the empty shape MultiTranslationEndPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 MultiTranslationEndPoint - GeomValidators_ShapeType: It has reference to an empty attribute - + The translation end point refers to nothing - MultiTranslationEndPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + MultiTranslationEndPoint - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The translation end point shape type is "%1", it should be "%2" MultiTranslationEndPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed MultiTranslationEndPoint - GeomValidators_ShapeType: The object is empty - + Select an end point MultiTranslationEndPoint - GeomValidators_ShapeType: The result is empty - + The end point refers to not existing item MultiTranslationEndPoint - GeomValidators_ShapeType: The shape is empty - + The end point refers to the empty shape @@ -734,71 +706,71 @@ Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. - + First object is not selected Model_FeatureValidator: Attribute "ConstraintEntityB" is not initialized. - + Second object is not selected Model_FeatureValidator: Attribute "AngleValue" is not initialized. - + Set the angle value Model_FeatureValidator: Attribute "AngleType" is not initialized. - + Type of angle is not set ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The first object refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The first object shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + Angle can not be created on two external entities ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute - + The second object refers to nothing - ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityB - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The second object shape type is "%1", it should be "%2" ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityB - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityB - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape @@ -828,7 +800,7 @@ ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + A coincidence can not be created between two external objects @@ -874,71 +846,71 @@ Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. - + First object is not selected Model_FeatureValidator: Attribute "ConstraintEntityB" is not initialized. - + Second object is not selected Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. - + Set the distance ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + Distance can not be set between two external objects ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The first object refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The first object shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + Distance can not be set between two external objects ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute - + The second object refers to nothing - ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityB - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The second object shape type is "%1", it should be "%2" ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityB - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityB - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape @@ -972,7 +944,7 @@ ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + An equality can not be set between two external objects @@ -1010,35 +982,35 @@ Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. - + Line is not selected Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. - + Set the length value ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The line refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The line shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape @@ -1067,12 +1039,12 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - An middle can not be set for two external objects + A middle can not be set for two external objects ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + A middle can not be set for two external objects @@ -1097,60 +1069,60 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - An parallel can not be set between two external objects + A parallel can not be set between two external objects ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute - + The first line refers to nothing - ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityA - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The first line shape type is "%1", it should be "%2" ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityA - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityA - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. - + A parallel can not be set between two external objects ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 - + Shape type must be %1 ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute - + The second line refers to nothing - ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" - + ConstraintEntityB - GeomValidators_ShapeType: Shape type is "%1", it should be "%2" + The second line shape type is "%1", it should be "%2" ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed - + The attribute with the %1 type is not processed ConstraintEntityB - GeomValidators_ShapeType: The result is empty - + The constraint argument refers to not existing item ConstraintEntityB - GeomValidators_ShapeType: The shape is empty - + The constraint argument refers to the empty shape @@ -1233,50 +1205,49 @@ ConstraintValue - GeomValidators_Positive: Integer is not positive. The integer fillet radius must be positive - - - - SketchProjection - - ExternalFeature - SketchPlugin_ProjectionValidator: The attribute with the %1 type is not processed - An argument of type %1 of the projection feature is not supported - - - ExternalFeature - SketchPlugin_ProjectionValidator: The attribute %1 should be an edge - The projected item must be an edge - - - ExternalFeature - SketchPlugin_ProjectionValidator: There is no sketch referring to the current feature - The projection feature has no sketch - - Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. - + Select one or several points for filet Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. - + Set the fillet radius ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: List of points is empty. - + List of points is empty ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: one of the selected point does not have coicidence. - + One of the selected point does not have coicidence ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: One of the selected points does not have two suitable edges for fillet. - + One of the selected points does not have two suitable edges for fillet ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: Edges in selected point has tangent constraint. - + Edges in selected point has tangent constraint ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: Edges in selected point has tangent constraint. - + Edges in selected point has tangent constraint + + + + + SketchProjection + + ExternalFeature - SketchPlugin_ProjectionValidator: The attribute with the %1 type is not processed + An argument of type %1 of the projection feature is not supported + + + ExternalFeature - SketchPlugin_ProjectionValidator: The attribute %1 should be an edge + The projected item must be an edge + + + ExternalFeature - SketchPlugin_ProjectionValidator: There is no sketch referring to the current feature + The projection feature has no sketch -- 2.39.2