[For v0.18] Crowdin fixes
https://crowdin.com/translate/freecad/568/en-en#1172237 https://crowdin.com/translate/freecad/568/en-en#1172239 https://crowdin.com/translate/freecad/568/en-en#195053 https://crowdin.com/translate/freecad/568/en-en#1172247 https://crowdin.com/translate/freecad/568/en-en#1172249 https://crowdin.com/translate/freecad/568/en-en#1172251 https://crowdin.com/translate/freecad/6766/en-en#6511058 https://crowdin.com/translate/freecad/6766/en-en#6511060 https://crowdin.com/translate/freecad/6766/en-en#6502381 + random typo fixes
This commit is contained in:
@@ -736,7 +736,7 @@ class _Panel(ArchComponent.Component):
|
||||
base = self.vol.common(base)
|
||||
base = base.removeSplitter()
|
||||
if not base:
|
||||
FreeCAD.Console.PrintError(translate("Arch","Error computing shape of ")+obj.Label+"\n")
|
||||
FreeCAD.Console.PrintError(translate("Arch","Error computing shape of")+" "+obj.Label+"\n")
|
||||
return False
|
||||
|
||||
if base and (obj.Sheets > 1) and normal and thickness:
|
||||
|
||||
@@ -379,12 +379,12 @@ class _Stairs(ArchComponent.Component):
|
||||
obj.addProperty("App::PropertyLength","LandingDepth","Steps",QT_TRANSLATE_NOOP("App::Property","The depth of the landing of these stairs"))
|
||||
|
||||
if not hasattr(obj,"TreadDepthEnforce"):
|
||||
obj.addProperty("App::PropertyLength","TreadDepthEnforce","Steps",QT_TRANSLATE_NOOP("App::Property","The depth of the treads of these stairs - Enforced regardless Length or edge's Length"))
|
||||
obj.addProperty("App::PropertyLength","TreadDepthEnforce","Steps",QT_TRANSLATE_NOOP("App::Property","The depth of the treads of these stairs - Enforced regardless of Length or edge's Length"))
|
||||
if not hasattr(obj,"RiserHeightEnforce"):
|
||||
obj.addProperty("App::PropertyLength","RiserHeightEnforce","Steps",QT_TRANSLATE_NOOP("App::Property","The height of the risers of these stairs - Enforced regardless Height or edge's Height"))
|
||||
obj.addProperty("App::PropertyLength","RiserHeightEnforce","Steps",QT_TRANSLATE_NOOP("App::Property","The height of the risers of these stairs - Enforced regardless of Height or edge's Height"))
|
||||
|
||||
if not hasattr(obj,"Flight"):
|
||||
obj.addProperty("App::PropertyEnumeration","Flight","Structure",QT_TRANSLATE_NOOP("App::Property","The direction of of flight after landing"))
|
||||
obj.addProperty("App::PropertyEnumeration","Flight","Structure",QT_TRANSLATE_NOOP("App::Property","The direction of flight after landing"))
|
||||
obj.Flight = ["Straight","HalfTurnLeft","HalfTurnRight"]
|
||||
|
||||
# Segment and Parts properties
|
||||
|
||||
Reference in New Issue
Block a user