From dacbed8f589c6d32c6414ebb98f468a03485f262 Mon Sep 17 00:00:00 2001 From: spo Date: Fri, 24 Jun 2016 20:56:18 +0300 Subject: [PATCH] Add translation 1 --- src/BuildPlugin/BuildPlugin_msg_en.ts | 124 ++++- .../ConstructionPlugin_msg_en.ts | 106 ++++ src/ExchangePlugin/ExchangePlugin_msg_en.ts | 21 + src/PythonAddons/PythonAddons_msg_en.ts | 45 ++ src/SketchPlugin/SketchPlugin_msg_en.ts | 521 +++++++++++++++++- 5 files changed, 812 insertions(+), 5 deletions(-) diff --git a/src/BuildPlugin/BuildPlugin_msg_en.ts b/src/BuildPlugin/BuildPlugin_msg_en.ts index aa6d84d34..46669ec49 100644 --- a/src/BuildPlugin/BuildPlugin_msg_en.ts +++ b/src/BuildPlugin/BuildPlugin_msg_en.ts @@ -31,6 +31,11 @@ base_objects - BuildPlugin_ValidatorBaseForBuild: Selected shape is in the local selection. Only global selection is allowed. + + + Model_FeatureValidator: Attribute "base_objects" is not initialized. + + @@ -55,6 +60,39 @@ BuildPlugin_ValidatorBaseForFace: Selected objects does not have closed contours. + + + Model_FeatureValidator: Attribute "base_objects" is not initialized. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Could not get selection list. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Empty selection list. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Could not get selection. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Attribute have empty context. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Empty shape selected. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Inifinte objects not acceptable. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Selected shape is in the local selection. Only global selection is allowed. + + @@ -87,6 +125,11 @@ base_objects - GeomValidators_ShapeType: The shape is empty + + + Model_FeatureValidator: Attribute "base_objects" is not initialized. + + @@ -112,10 +155,47 @@ subshapes - BuildPlugin_ValidatorSubShapesSelection: Selected shape is not inside base face. + + + Model_FeatureValidator: Attribute "base_shape" is not initialized. + + + + Model_FeatureValidator: Attribute "subshapes" is not initialized. + + + + base_shape - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + base_shape - GeomValidators_ShapeType: It has reference to an empty attribute + + + + base_shape - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + base_shape - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + base_shape - GeomValidators_ShapeType: The object is empty + + + + base_shape - GeomValidators_ShapeType: The result is empty + + + + base_shape - GeomValidators_ShapeType: The shape is empty + + - SubShapes + Vertex base_objects - BuildPlugin_ValidatorBaseForBuild: Could not get selection list. @@ -144,6 +224,11 @@ base_objects - BuildPlugin_ValidatorBaseForBuild: Selected shape is in the local selection. Only global selection is allowed. + + + Model_FeatureValidator: Attribute "base_objects" is not initialized. + + @@ -156,5 +241,42 @@ BuildPlugin_ValidatorBaseForWire: Result wire empty. Probably it has disconnected edges or non-manifold. + + + Model_FeatureValidator: Attribute "base_objects" is not initialized. + + + + Model_FeatureValidator: Attribute "add_contour" is not initialized. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Could not get selection list. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Empty selection list. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Could not get selection. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Attribute have empty context. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Empty shape selected. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Inifinte objects not acceptable. + + + + base_objects - BuildPlugin_ValidatorBaseForBuild: Selected shape is in the local selection. Only global selection is allowed. + + diff --git a/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts b/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts index b0c27641d..876947f65 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts +++ b/src/ConstructionPlugin/ConstructionPlugin_msg_en.ts @@ -27,6 +27,103 @@ CylindricalFace - GeomValidators_Face: The shape is not an available face. + + + Model_FeatureValidator: Attribute "FirstPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "SecondPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "CylindricalFace" is not initialized. + + + + FirstPoint - GeomValidators_ConstructionComposite: The attribute with the %1 type is not processed + + + + FirstPoint - GeomValidators_ConstructionComposite: The result is empty + + + + FirstPoint - GeomValidators_ConstructionComposite: 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 + + + + FirstPoint - GeomValidators_ShapeType: It has reference to an empty attribute + + + + FirstPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + FirstPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + FirstPoint - GeomValidators_ShapeType: The object is empty + + + + FirstPoint - GeomValidators_ShapeType: The result is empty + + + + FirstPoint - GeomValidators_ShapeType: The shape is empty + + + + SecondPoint - GeomValidators_ConstructionComposite: The attribute with the %1 type is not processed + + + + SecondPoint - GeomValidators_ConstructionComposite: The result is empty + + + + SecondPoint - GeomValidators_ConstructionComposite: 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 + + + + SecondPoint - GeomValidators_ShapeType: It has reference to an empty attribute + + + + SecondPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + SecondPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + SecondPoint - GeomValidators_ShapeType: The object is empty + + + + SecondPoint - GeomValidators_ShapeType: The result is empty + + + + SecondPoint - GeomValidators_ShapeType: The shape is empty + + + + SecondPoint - GeomValidators_DifferentShapes: The feature uses equal shapes. + + @@ -55,6 +152,15 @@ planeFace - GeomValidators_Face: The shape is not an available face. + + + Model_FeatureValidator: Attribute "planeFace" is not initialized. + + + + Model_FeatureValidator: Attribute "distance" is not initialized. + + diff --git a/src/ExchangePlugin/ExchangePlugin_msg_en.ts b/src/ExchangePlugin/ExchangePlugin_msg_en.ts index 4a367ef19..c27b38a60 100644 --- a/src/ExchangePlugin/ExchangePlugin_msg_en.ts +++ b/src/ExchangePlugin/ExchangePlugin_msg_en.ts @@ -32,5 +32,26 @@ selection_list - GeomValidators_Finite: Infinite result is selected. + + + Model_FeatureValidator: Attribute "file_path" is not initialized. + + + + Model_FeatureValidator: Attribute "selection_list" is not initialized. + + + + Model_FeatureValidator: Attribute "xao_file_path" is not initialized. + + + + Model_FeatureValidator: Attribute "xao_author" is not initialized. + + + + Model_FeatureValidator: Attribute "xao_geometry_name" is not initialized. + + diff --git a/src/PythonAddons/PythonAddons_msg_en.ts b/src/PythonAddons/PythonAddons_msg_en.ts index d019a2030..5d47c6828 100644 --- a/src/PythonAddons/PythonAddons_msg_en.ts +++ b/src/PythonAddons/PythonAddons_msg_en.ts @@ -23,6 +23,51 @@ height - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "width" is not initialized. + + + + Model_FeatureValidator: Attribute "length" is not initialized. + + + + Model_FeatureValidator: Attribute "height" is not initialized. + + + + width - GeomValidators_Positive: Double is not initialized. + + + + width - GeomValidators_Positive: Double is not positive. + + + + width - GeomValidators_Positive: Integer is not initialized. + + + + width - GeomValidators_Positive: Integer is not positive. + + + + length - GeomValidators_Positive: Double is not initialized. + + + + length - GeomValidators_Positive: Double is not positive. + + + + length - GeomValidators_Positive: Integer is not initialized. + + + + length - GeomValidators_Positive: Integer is not positive. + + diff --git a/src/SketchPlugin/SketchPlugin_msg_en.ts b/src/SketchPlugin/SketchPlugin_msg_en.ts index c4f54fec7..43db79258 100644 --- a/src/SketchPlugin/SketchPlugin_msg_en.ts +++ b/src/SketchPlugin/SketchPlugin_msg_en.ts @@ -36,6 +36,19 @@ External - GeomValidators_Face: The shape is not an available face. + + + Model_FeatureValidator: Attribute "External" is not initialized. + + + + Model_FeatureValidator: Attribute "SolverDOF" is not initialized. + + + + Model_FeatureValidator: Attribute "SolverError" is not initialized. + + @@ -81,6 +94,11 @@ CircleRadius - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "CircleRadius" is not initialized. + + @@ -167,6 +185,39 @@ ConstraintEntityB - GeomValidators_ShapeType: The shape is empty + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + + + ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + @@ -200,6 +251,35 @@ ConstraintValue - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. + + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + @@ -269,6 +349,11 @@ Attribute "EndPoint" is not initialized. End point is not selected + + + Model_FeatureValidator: Attribute "StartPoint" is not initialized. + + @@ -367,6 +452,39 @@ ArcRadius - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "ArcCenter" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcStartPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcStartPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcPassedPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcTangentPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "ArcEndPoint" is not initialized. + + @@ -441,6 +559,55 @@ MultiRotationObjects - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "MultiRotationList" is not initialized. + + + + Model_FeatureValidator: Attribute "MultiRotationAngle" is not initialized. + + + + Model_FeatureValidator: Attribute "MultiRotationAngle" is not initialized. + + + + Model_FeatureValidator: Attribute "MultiRotationObjects" is not initialized. + + + + MultiRotationList - SketchPlugin_CopyValidator: The attribute with the %1 type is not processed + + + + MultiRotationList - SketchPlugin_CopyValidator: The object %1 is a result of copy + + + + MultiRotationCenter - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + MultiRotationCenter - GeomValidators_ShapeType: It has reference to an empty attribute + + + + MultiRotationCenter - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + MultiRotationCenter - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + MultiRotationCenter - GeomValidators_ShapeType: The result is empty + + + + MultiRotationCenter - GeomValidators_ShapeType: The shape is empty + + @@ -478,6 +645,79 @@ MultiTranslationObjects - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "MultiTranslationStartPoint" is not initialized. + + + + Model_FeatureValidator: Attribute "MultiTranslationObjects" is not initialized. + + + + MultiTranslationList - SketchPlugin_CopyValidator: The attribute with the %1 type is not processed + + + + MultiTranslationList - SketchPlugin_CopyValidator: The object %1 is a result of copy + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: It has reference to an empty attribute + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: The object is empty + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: The result is empty + + + + MultiTranslationStartPoint - GeomValidators_ShapeType: The shape is empty + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: It has reference to an empty attribute + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: The object is empty + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: The result is empty + + + + MultiTranslationEndPoint - GeomValidators_ShapeType: The shape is empty + + @@ -499,6 +739,75 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. + + + + Model_FeatureValidator: Attribute "ConstraintEntityB" is not initialized. + + + + Model_FeatureValidator: Attribute "AngleValue" is not initialized. + + + + Model_FeatureValidator: Attribute "AngleType" is not initialized. + + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + + ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityB - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityB - GeomValidators_ShapeType: The shape is empty + + @@ -524,6 +833,11 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + @@ -565,6 +879,75 @@ ConstraintValue - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. + + + + Model_FeatureValidator: Attribute "ConstraintEntityB" is not initialized. + + + + Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. + + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + + + ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + + ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityB - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityB - GeomValidators_ShapeType: The shape is empty + + @@ -594,6 +977,11 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + @@ -627,6 +1015,39 @@ ConstraintValue - GeomValidators_Positive: Integer is not positive. + + + Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. + + + + Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. + + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + @@ -656,6 +1077,11 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + @@ -681,6 +1107,59 @@ ConstraintEntityB - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + ConstraintEntityA - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityA - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityA - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityA - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityA - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityA - GeomValidators_ShapeType: The shape is empty + + + + ConstraintEntityA - SketchPlugin_ExternalValidator: Both features, attribute and attribute in parameter, are external. + + + + ConstraintEntityB - GeomValidators_ShapeType: It does not contain element with acceptable shape type. The type should be one of the next: %1 + + + + ConstraintEntityB - GeomValidators_ShapeType: It has reference to an empty attribute + + + + ConstraintEntityB - GeomValidators_ShapeType: Shape type is \"%1\", it should be \"%2\" + + + + ConstraintEntityB - GeomValidators_ShapeType: The attribute with the %1 type is not processed + + + + ConstraintEntityB - GeomValidators_ShapeType: The result is empty + + + + ConstraintEntityB - GeomValidators_ShapeType: The shape is empty + + @@ -762,10 +1241,7 @@ ConstraintValue - GeomValidators_Positive: Integer is not positive. - - - - SketchConstraintFillet + ExternalFeature - SketchPlugin_ProjectionValidator: The attribute with the %1 type is not processed @@ -778,5 +1254,42 @@ ExternalFeature - SketchPlugin_ProjectionValidator: There is no sketch referring to the current feature + + + Model_FeatureValidator: Attribute "ConstraintEntityA" is not initialized. + + + + Model_FeatureValidator: Attribute "ConstraintValue" is not initialized. + + + + ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: List of points is empty. + + + + ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: 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. + + + + ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: Edges in selected point has tangent constraint. + + + + ConstraintEntityA - SketchPlugin_FilletVertexValidator: Error: Edges in selected point has tangent constraint. + + + + + + SketchProjection + + Model_FeatureValidator: Attribute "ExternalFeature" is not initialized. + + -- 2.39.2