From c2703b4647f9b1ebc6ec1f4a378721dde523159f Mon Sep 17 00:00:00 2001 From: azv Date: Tue, 9 Nov 2021 10:39:52 +0300 Subject: [PATCH] Missed translation of the Sketcher's Rectangle feature --- src/SketchPlugin/SketchPlugin_msg_en.ts | 59 ++++++++++++++++++++----- src/SketchPlugin/SketchPlugin_msg_fr.ts | 59 +++++++++++++++++++------ 2 files changed, 93 insertions(+), 25 deletions(-) diff --git a/src/SketchPlugin/SketchPlugin_msg_en.ts b/src/SketchPlugin/SketchPlugin_msg_en.ts index ddcd9ecbf..1361cdc79 100644 --- a/src/SketchPlugin/SketchPlugin_msg_en.ts +++ b/src/SketchPlugin/SketchPlugin_msg_en.ts @@ -766,45 +766,80 @@ - SketchRectangle:GeomValidators_Different + SketchRectangle - Attributes RectStartPoint and RectEndPoint are equal. - Start point and end point must be different + Create rectangle + Create rectangle + + + Rectangle + Rectangle - SketchRectangle:RectEndPoint + SketchRectangle:Auxiliary - Attribute "%1" is locked by modification value in the viewer. - Select an end point of the rectangle. + Auxiliary + Auxiliary + + + Construction element + Construction element - SketchRectangle:RectStartPoint + SketchRectangle:RectCenterPoint Attribute "%1" is locked by modification value in the viewer. Select a point. + + Center + Center + - SketchRectangle:Model_FeatureValidator + SketchRectangle:RectCornerPoint - Attribute "%1" is not initialized. + Attribute "%1" is locked by modification value in the viewer. Select a point. + + Corner + Corner + SketchRectangle:RectEndPoint - Attribute "%1" is locked by modification value in the viewer. + Attribute "%1" is not initialized. Select a point. + + End point + End point + SketchRectangle:RectStartPoint - Attribute "%1" is locked by modification value in the viewer. - Select an point. + Attribute "%1" is not initialized. + Select a point. + + + Start point + Start point + + + + SketchRectangle:RectangleType + + Rectangle by center and corner + Rectangle by center and corner + + + Rectangle by corners + Rectangle by corners diff --git a/src/SketchPlugin/SketchPlugin_msg_fr.ts b/src/SketchPlugin/SketchPlugin_msg_fr.ts index 1bd553e91..8b33a09d5 100644 --- a/src/SketchPlugin/SketchPlugin_msg_fr.ts +++ b/src/SketchPlugin/SketchPlugin_msg_fr.ts @@ -796,47 +796,80 @@ - SketchRectangle:GeomValidators_Different + SketchRectangle - Attributes RectStartPoint and RectEndPoint are equal. - Le point de départ et le point final doivent être différents. + Create rectangle + Créer un rectangle + + + Rectangle + Rectangle - SketchRectangle:RectEndPoint + SketchRectangle:Auxiliary + + Auxiliary + Auxiliaire + + + Construction element + Élément de construction + + + + SketchRectangle:RectCenterPoint Attribute "%1" is locked by modification value in the viewer. - Sélectionnez un point final du rectangle. + Sélectionnez un point. - End point - Point final + Center + Centre + + + SketchRectangle:RectCornerPoint - Attribute "%1" is not initialized. - L'attribut "%1" n'est pas initialisé. + Attribute "%1" is locked by modification value in the viewer. + Sélectionnez un point. + + + Corner + Le coin - SketchRectangle:Model_FeatureValidator + SketchRectangle:RectEndPoint Attribute "%1" is not initialized. Sélectionnez un point. + + End point + Point final + SketchRectangle:RectStartPoint - Attribute "%1" is locked by modification value in the viewer. + Attribute "%1" is not initialized. Sélectionnez un point. Start point Point de départ + + + SketchRectangle:RectangleType - Attribute "%1" is not initialized. - L'attribut "%1" n'est pas initialisé. + Rectangle by center and corner + Rectangle par centre et coin + + + Rectangle by corners + Rectangle par coins -- 2.39.2