Fix typos in the strings reported in Crowdin (#23956)
* BIM: Update dialogWelcome.ui * BIM: Update dialogWelcome.ui * Mesh: Update Command.cpp * MeshPart: Update Tessellation.cpp * Mesh: Update Selection.ui * Robot: Update TaskTrajectoryDressUpParameter.ui * Core: Update MayaGestureNavigationStyle.cpp * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,7 @@ const char* MayaGestureNavigationStyle::mouseButtons(ViewerMode mode)
|
||||
case NavigationStyle::PANNING:
|
||||
return QT_TR_NOOP("Drag screen with two fingers OR press Alt + middle mouse button.");
|
||||
case NavigationStyle::DRAGGING:
|
||||
return QT_TR_NOOP("Drag screen with one finger OR press Alr + left mouse button. In Sketcher and other edit modes, hold Alt in addition.");
|
||||
return QT_TR_NOOP("Drag screen with one finger OR press Alt + left mouse button. In Sketcher and other edit modes, hold Alt in addition.");
|
||||
case NavigationStyle::ZOOMING:
|
||||
return QT_TR_NOOP("Pinch (place two fingers on the screen and drag them apart from or towards each other) OR scroll mouse wheel OR press Alt + right mouse button OR PgUp/PgDown on keyboard.");
|
||||
default:
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>This appears to be the first time BIM workbench is used. electing OK will open a setup screen with a few recommended FreeCAD options tailored for BIM workflows. These settings can be modified later under <span style=" font-weight:600;">Manage -&gt; BIM Setup…</span></p></body></html></string>
|
||||
<string><html><head/><body><p>This appears to be the first time BIM workbench is used. Selecting OK will open a setup screen with a few recommended FreeCAD options tailored for BIM workflows. These settings can be modified later under <span style=" font-weight:600;">Manage -&gt; BIM Setup…</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
@@ -137,7 +137,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_6">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>An existing floor plan or 3D model created in another application can also be used as a starting point. Under menu <span style=" font-weight:600;">File -&gt; Import</span>, a wide range of file formats that can be imported into FreeCAD.</p></body></html></string>
|
||||
<string><html><head/><body><p>An existing floor plan or 3D model created in another application can also be used as a starting point. Under menu <span style=" font-weight:600;">File -&gt; Import</span>, a wide range of file formats that can be imported into FreeCAD is available.</p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -84,7 +84,7 @@ CmdMeshUnion::CmdMeshUnion()
|
||||
sAppModule = "Mesh";
|
||||
sGroup = QT_TR_NOOP("Mesh");
|
||||
sMenuText = QT_TR_NOOP("Union");
|
||||
sToolTipText = QT_TR_NOOP("Unites the selected meshes");
|
||||
sToolTipText = QT_TR_NOOP("Unifies the selected meshes");
|
||||
sWhatsThis = "Mesh_Union";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Mesh_Union";
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="visibleTriangles">
|
||||
<property name="text">
|
||||
<string>Respect only visible triangles</string>
|
||||
<string>Accept only visible triangles</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
@@ -60,7 +60,7 @@
|
||||
<item row="2" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="screenTriangles">
|
||||
<property name="text">
|
||||
<string>Respect only triangles with screen-facing normals</string>
|
||||
<string>Accept only triangles with screen-facing normals</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -277,7 +277,7 @@ bool Tessellation::accept()
|
||||
this,
|
||||
windowTitle(),
|
||||
tr("Error: body without a tip selected.\n"
|
||||
"Either set the tip of the body or select a different shapee."));
|
||||
"Either set the tip of the body or select a different shape."));
|
||||
}
|
||||
else if (partWithNoFace) {
|
||||
QMessageBox::critical(this,
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
<widget class="QComboBox" name="comboBoxOrientation">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Don not change position & orientation</string>
|
||||
<string>Do not change position & orientation</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user