Update UI strings from Crowdin reports for consistency
This commit is contained in:
committed by
Chris Hennes
parent
e4d6b9a31d
commit
3b215da227
@@ -164,7 +164,7 @@ class Array(DraftLink):
|
||||
|
||||
if "NumberX" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Number of copies in X direction")
|
||||
"Number of copies in X-direction")
|
||||
obj.addProperty("App::PropertyInteger",
|
||||
"NumberX",
|
||||
"Orthogonal array",
|
||||
@@ -174,7 +174,7 @@ class Array(DraftLink):
|
||||
|
||||
if "NumberY" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Number of copies in Y direction")
|
||||
"Number of copies in Y-direction")
|
||||
obj.addProperty("App::PropertyInteger",
|
||||
"NumberY",
|
||||
"Orthogonal array",
|
||||
@@ -184,7 +184,7 @@ class Array(DraftLink):
|
||||
|
||||
if "NumberZ" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Number of copies in Z direction")
|
||||
"Number of copies in Z-direction")
|
||||
obj.addProperty("App::PropertyInteger",
|
||||
"NumberZ",
|
||||
"Orthogonal array",
|
||||
@@ -195,7 +195,7 @@ class Array(DraftLink):
|
||||
if "IntervalX" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Distance and orientation "
|
||||
"of intervals in X direction")
|
||||
"of intervals in X-direction")
|
||||
obj.addProperty("App::PropertyVectorDistance",
|
||||
"IntervalX",
|
||||
"Orthogonal array",
|
||||
@@ -206,7 +206,7 @@ class Array(DraftLink):
|
||||
if "IntervalY" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Distance and orientation "
|
||||
"of intervals in Y direction")
|
||||
"of intervals in Y-direction")
|
||||
obj.addProperty("App::PropertyVectorDistance",
|
||||
"IntervalY",
|
||||
"Orthogonal array",
|
||||
@@ -217,7 +217,7 @@ class Array(DraftLink):
|
||||
if "IntervalZ" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property",
|
||||
"Distance and orientation "
|
||||
"of intervals in Z direction")
|
||||
"of intervals in Z-direction")
|
||||
obj.addProperty("App::PropertyVectorDistance",
|
||||
"IntervalZ",
|
||||
"Orthogonal array",
|
||||
|
||||
@@ -299,7 +299,7 @@ class PathArray(DraftLink):
|
||||
obj.TangentVector = App.Vector(1, 0, 0)
|
||||
|
||||
if "ForceVertical" not in properties:
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property","Force use of 'Vertical Vector' as local Z direction when using 'Original' or 'Tangent' alignment mode")
|
||||
_tip = QT_TRANSLATE_NOOP("App::Property","Force use of 'Vertical Vector' as local Z-direction when using 'Original' or 'Tangent' alignment mode")
|
||||
obj.addProperty("App::PropertyBool",
|
||||
"ForceVertical",
|
||||
"Alignment",
|
||||
|
||||
Reference in New Issue
Block a user