Update UI strings from Crowdin reports for consistency
This commit is contained in:
committed by
Chris Hennes
parent
e4d6b9a31d
commit
3b215da227
@@ -45,66 +45,66 @@ ConstraintDisplacement::ConstraintDisplacement()
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free translation in X direction");
|
||||
"Use free translation in X-direction");
|
||||
ADD_PROPERTY_TYPE(xDisplacement,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Translation in local X direction");
|
||||
"Translation in local X-direction");
|
||||
ADD_PROPERTY_TYPE(hasXFormula,
|
||||
(false),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Define translation in X direction as a formula");
|
||||
"Define translation in X-direction as a formula");
|
||||
ADD_PROPERTY_TYPE(xDisplacementFormula,
|
||||
(""),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Formula for translation in X direction");
|
||||
"Formula for translation in X-direction");
|
||||
|
||||
// y displacement
|
||||
ADD_PROPERTY_TYPE(yFree,
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free translation in Y direction");
|
||||
"Use free translation in Y-direction");
|
||||
ADD_PROPERTY_TYPE(yDisplacement,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Translation in local Y direction");
|
||||
"Translation in local Y-direction");
|
||||
ADD_PROPERTY_TYPE(hasYFormula,
|
||||
(false),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Define translation in Y direction as a formula");
|
||||
"Define translation in Y-direction as a formula");
|
||||
ADD_PROPERTY_TYPE(yDisplacementFormula,
|
||||
(""),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Formula for translation in Y direction");
|
||||
"Formula for translation in Y-direction");
|
||||
|
||||
// z displacement
|
||||
ADD_PROPERTY_TYPE(zFree,
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free translation in Z direction");
|
||||
"Use free translation in Z-direction");
|
||||
ADD_PROPERTY_TYPE(zDisplacement,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Translation in local Z direction");
|
||||
"Translation in local Z-direction");
|
||||
ADD_PROPERTY_TYPE(hasZFormula,
|
||||
(false),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Define translation in Z direction as a formula");
|
||||
"Define translation in Z-direction as a formula");
|
||||
ADD_PROPERTY_TYPE(zDisplacementFormula,
|
||||
(""),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Formula for translation in Z direction");
|
||||
"Formula for translation in Z-direction");
|
||||
|
||||
// flow surface force
|
||||
ADD_PROPERTY_TYPE(useFlowSurfaceForce,
|
||||
@@ -118,36 +118,36 @@ ConstraintDisplacement::ConstraintDisplacement()
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free rotation in X direction");
|
||||
"Use free rotation in X-direction");
|
||||
ADD_PROPERTY_TYPE(xRotation,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Rotation in local X direction");
|
||||
"Rotation in local X-direction");
|
||||
|
||||
// y rotation
|
||||
ADD_PROPERTY_TYPE(rotyFree,
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free rotation in Y direction");
|
||||
"Use free rotation in Y-direction");
|
||||
ADD_PROPERTY_TYPE(yRotation,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Rotation in local Y direction");
|
||||
"Rotation in local Y-direction");
|
||||
|
||||
// z rotation
|
||||
ADD_PROPERTY_TYPE(rotzFree,
|
||||
(true),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Use free rotation in Z direction");
|
||||
"Use free rotation in Z-direction");
|
||||
ADD_PROPERTY_TYPE(zRotation,
|
||||
(0.0),
|
||||
"ConstraintDisplacement",
|
||||
App::Prop_None,
|
||||
"Rotation in local Z direction");
|
||||
"Rotation in local Z-direction");
|
||||
ADD_PROPERTY_TYPE(EnableAmplitude,
|
||||
(false),
|
||||
"ConstraintDisplacement",
|
||||
|
||||
@@ -52,32 +52,32 @@ ConstraintRigidBody::ConstraintRigidBody()
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied force in X direction");
|
||||
"Applied force in X-direction");
|
||||
ADD_PROPERTY_TYPE(ForceY,
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied force in Y direction");
|
||||
"Applied force in Y-direction");
|
||||
ADD_PROPERTY_TYPE(ForceZ,
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied force in Z direction");
|
||||
"Applied force in Z-direction");
|
||||
ADD_PROPERTY_TYPE(MomentX,
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied moment in X direction");
|
||||
"Applied moment in X-direction");
|
||||
ADD_PROPERTY_TYPE(MomentY,
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied moment in Y direction");
|
||||
"Applied moment in Y-direction");
|
||||
ADD_PROPERTY_TYPE(MomentZ,
|
||||
(0.0),
|
||||
"ConstraintRigidBody",
|
||||
App::Prop_Output,
|
||||
"Applied moment in Z direction");
|
||||
"Applied moment in Z-direction");
|
||||
ADD_PROPERTY_TYPE(TranslationalModeX,
|
||||
("Free"),
|
||||
"ConstraintRigidBody",
|
||||
|
||||
@@ -41,18 +41,18 @@ class ConstraintFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
def __init__(self, obj):
|
||||
super().__init__(obj)
|
||||
obj.addProperty(
|
||||
"App::PropertyVelocity", "VelocityX", "Parameter", "Velocity in x-direction"
|
||||
"App::PropertyVelocity", "VelocityX", "Parameter", "Velocity in X-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityX", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"VelocityXFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in x-direction",
|
||||
"Velocity formula in X-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityXUnspecified", "Parameter", "Use velocity in x-direction"
|
||||
"App::PropertyBool", "VelocityXUnspecified", "Parameter", "Use velocity in X-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXUnspecified", "LockDynamic")
|
||||
obj.VelocityXUnspecified = True
|
||||
@@ -60,23 +60,23 @@ class ConstraintFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityXHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in x-direction",
|
||||
"Use formula for velocity in X-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXHasFormula", "LockDynamic")
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyVelocity", "VelocityY", "Parameter", "Velocity in y-direction"
|
||||
"App::PropertyVelocity", "VelocityY", "Parameter", "Velocity in Y-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityY", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"VelocityYFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in y-direction",
|
||||
"Velocity formula in Y-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityYUnspecified", "Parameter", "Use velocity in y-direction"
|
||||
"App::PropertyBool", "VelocityYUnspecified", "Parameter", "Use velocity in Y-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYUnspecified", "LockDynamic")
|
||||
obj.VelocityYUnspecified = True
|
||||
@@ -84,7 +84,7 @@ class ConstraintFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityYHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in y-direction",
|
||||
"Use formula for velocity in Y-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYHasFormula", "LockDynamic")
|
||||
|
||||
@@ -96,11 +96,11 @@ class ConstraintFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyString",
|
||||
"VelocityZFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in z-direction",
|
||||
"Velocity formula in Z-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityZUnspecified", "Parameter", "Use velocity in z-direction"
|
||||
"App::PropertyBool", "VelocityZUnspecified", "Parameter", "Use velocity in Z-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZUnspecified", "LockDynamic")
|
||||
obj.VelocityZUnspecified = True
|
||||
@@ -108,7 +108,7 @@ class ConstraintFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityZHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in z-direction",
|
||||
"Use formula for velocity in Z-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZHasFormula", "LockDynamic")
|
||||
|
||||
|
||||
@@ -40,18 +40,18 @@ class ConstraintInitialFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
def __init__(self, obj):
|
||||
super().__init__(obj)
|
||||
obj.addProperty(
|
||||
"App::PropertyVelocity", "VelocityX", "Parameter", "Velocity in x-direction"
|
||||
"App::PropertyVelocity", "VelocityX", "Parameter", "Velocity in X-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityX", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"VelocityXFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in x-direction",
|
||||
"Velocity formula in X-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityXUnspecified", "Parameter", "Use velocity in x-direction"
|
||||
"App::PropertyBool", "VelocityXUnspecified", "Parameter", "Use velocity in X-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXUnspecified", "LockDynamic")
|
||||
obj.VelocityXUnspecified = True
|
||||
@@ -59,23 +59,23 @@ class ConstraintInitialFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityXHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in x-direction",
|
||||
"Use formula for velocity in X-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityXHasFormula", "LockDynamic")
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyVelocity", "VelocityY", "Parameter", "Velocity in y-direction"
|
||||
"App::PropertyVelocity", "VelocityY", "Parameter", "Velocity in Y-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityY", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"VelocityYFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in y-direction",
|
||||
"Velocity formula in Y-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityYUnspecified", "Parameter", "Use velocity in y-direction"
|
||||
"App::PropertyBool", "VelocityYUnspecified", "Parameter", "Use velocity in Y-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYUnspecified", "LockDynamic")
|
||||
obj.VelocityYUnspecified = True
|
||||
@@ -83,23 +83,23 @@ class ConstraintInitialFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityYHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in y-direction",
|
||||
"Use formula for velocity in Y-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityYHasFormula", "LockDynamic")
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyVelocity", "VelocityZ", "Parameter", "Velocity in z-direction"
|
||||
"App::PropertyVelocity", "VelocityZ", "Parameter", "Velocity in Z-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZ", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyString",
|
||||
"VelocityZFormula",
|
||||
"Parameter",
|
||||
"Velocity formula in z-direction",
|
||||
"Velocity formula in Z-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZFormula", "LockDynamic")
|
||||
obj.addProperty(
|
||||
"App::PropertyBool", "VelocityZUnspecified", "Parameter", "Use velocity in z-direction"
|
||||
"App::PropertyBool", "VelocityZUnspecified", "Parameter", "Use velocity in Z-direction"
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZUnspecified", "LockDynamic")
|
||||
obj.VelocityZUnspecified = True
|
||||
@@ -107,6 +107,6 @@ class ConstraintInitialFlowVelocity(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyBool",
|
||||
"VelocityZHasFormula",
|
||||
"Parameter",
|
||||
"Use formula for velocity in z-direction",
|
||||
"Use formula for velocity in Z-direction",
|
||||
)
|
||||
obj.setPropertyStatus("VelocityZHasFormula", "LockDynamic")
|
||||
|
||||
@@ -93,7 +93,7 @@ class ResultMechanical(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyFloatList",
|
||||
"ReinforcementRatio_x",
|
||||
"NodeData",
|
||||
"Reinforcement ratio x-direction",
|
||||
"Reinforcement ratio in X-direction",
|
||||
True,
|
||||
)
|
||||
obj.setPropertyStatus("ReinforcementRatio_x", "LockDynamic")
|
||||
@@ -101,7 +101,7 @@ class ResultMechanical(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyFloatList",
|
||||
"ReinforcementRatio_y",
|
||||
"NodeData",
|
||||
"Reinforcement ratio y-direction",
|
||||
"Reinforcement ratio in Y-direction",
|
||||
True,
|
||||
)
|
||||
obj.setPropertyStatus("ReinforcementRatio_y", "LockDynamic")
|
||||
@@ -109,7 +109,7 @@ class ResultMechanical(base_fempythonobject.BaseFemPythonObject):
|
||||
"App::PropertyFloatList",
|
||||
"ReinforcementRatio_z",
|
||||
"NodeData",
|
||||
"Reinforcement ratio z-direction",
|
||||
"Reinforcement ratio in Z-direction",
|
||||
True,
|
||||
)
|
||||
obj.setPropertyStatus("ReinforcementRatio_z", "LockDynamic")
|
||||
|
||||
Reference in New Issue
Block a user