Update UI strings from Crowdin reports for consistency
This commit is contained in:
committed by
Chris Hennes
parent
e4d6b9a31d
commit
3b215da227
@@ -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