Update UI strings from Crowdin reports for consistency

This commit is contained in:
Max Wilfinger
2025-08-28 16:38:12 +02:00
committed by Chris Hennes
parent 6ab8589a03
commit 9cae60a70f
22 changed files with 105 additions and 105 deletions

View File

@@ -120,7 +120,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in negative X direction",
"Extra allowance from part bound box in negative X-direction",
),
)
obj.addProperty(
@@ -129,7 +129,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in positive X direction",
"Extra allowance from part bound box in positive X-direction",
),
)
obj.addProperty(
@@ -138,7 +138,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in negative Y direction",
"Extra allowance from part bound box in negative Y-direction",
),
)
obj.addProperty(
@@ -147,7 +147,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in positive Y direction",
"Extra allowance from part bound box in positive Y-direction",
),
)
obj.addProperty(
@@ -156,7 +156,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in negative Z direction",
"Extra allowance from part bound box in negative Z-direction",
),
)
obj.addProperty(
@@ -165,7 +165,7 @@ class StockFromBase(Stock):
"Stock",
QT_TRANSLATE_NOOP(
"App::Property",
"Extra allowance from part bound box in positive Z direction",
"Extra allowance from part bound box in positive Z-direction",
),
)