Updated ts files

This commit is contained in:
Yorik van Havre
2024-07-11 14:56:33 +02:00
parent ac2b65c37b
commit 0a69f0d7c2
18 changed files with 1850 additions and 2054 deletions

View File

@@ -17,17 +17,17 @@
<context>
<name>Assembly_CreateJointFixed</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="76"/>
<location filename="../../../CommandCreateJoint.py" line="79"/>
<source>Create a Fixed Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="83"/>
<location filename="../../../CommandCreateJoint.py" line="86"/>
<source>1 - If an assembly is active : Create a joint permanently locking two parts together, preventing any movement or rotation.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="89"/>
<location filename="../../../CommandCreateJoint.py" line="92"/>
<source>2 - If a part is active : Position sub parts by matching selected coordinate systems. The second part selected will move.</source>
<translation type="unfinished"></translation>
</message>
@@ -35,12 +35,12 @@
<context>
<name>Assembly_CreateJointRevolute</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="111"/>
<location filename="../../../CommandCreateJoint.py" line="114"/>
<source>Create Revolute Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="118"/>
<location filename="../../../CommandCreateJoint.py" line="121"/>
<source>Create a Revolute Joint: Allows rotation around a single axis between selected parts.</source>
<translation type="unfinished"></translation>
</message>
@@ -48,12 +48,12 @@
<context>
<name>Assembly_CreateJointCylindrical</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="139"/>
<location filename="../../../CommandCreateJoint.py" line="142"/>
<source>Create Cylindrical Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="146"/>
<location filename="../../../CommandCreateJoint.py" line="149"/>
<source>Create a Cylindrical Joint: Enables rotation along one axis while permitting movement along the same axis between assembled parts.</source>
<translation type="unfinished"></translation>
</message>
@@ -61,12 +61,12 @@
<context>
<name>Assembly_CreateJointSlider</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="165"/>
<location filename="../../../CommandCreateJoint.py" line="168"/>
<source>Create Slider Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="172"/>
<location filename="../../../CommandCreateJoint.py" line="175"/>
<source>Create a Slider Joint: Allows linear movement along a single axis but restricts rotation between selected parts.</source>
<translation type="unfinished"></translation>
</message>
@@ -74,12 +74,12 @@
<context>
<name>Assembly_CreateJointBall</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="191"/>
<location filename="../../../CommandCreateJoint.py" line="194"/>
<source>Create Ball Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="198"/>
<location filename="../../../CommandCreateJoint.py" line="201"/>
<source>Create a Ball Joint: Connects parts at a point, allowing unrestricted movement as long as the connection points remain in contact.</source>
<translation type="unfinished"></translation>
</message>
@@ -87,17 +87,17 @@
<context>
<name>Assembly_CreateJointDistance</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="217"/>
<location filename="../../../CommandCreateJoint.py" line="220"/>
<source>Create Distance Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="224"/>
<location filename="../../../CommandCreateJoint.py" line="227"/>
<source>Create a Distance Joint: Fix the distance between the selected objects.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="230"/>
<location filename="../../../CommandCreateJoint.py" line="233"/>
<source>Create one of several different joints based on the selection.For example, a distance of 0 between a plane and a cylinder creates a tangent joint. A distance of 0 between planes will make them co-planar.</source>
<translation type="unfinished"></translation>
</message>
@@ -105,12 +105,12 @@
<context>
<name>Assembly_ToggleGrounded</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="496"/>
<location filename="../../../CommandCreateJoint.py" line="499"/>
<source>Toggle grounded</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="503"/>
<location filename="../../../CommandCreateJoint.py" line="506"/>
<source>Grounding a part permanently locks its position in the assembly, preventing any movement or rotation. You need at least one grounded part before starting to assemble.</source>
<translation type="unfinished"></translation>
</message>
@@ -224,7 +224,7 @@
</message>
<message>
<location filename="../../../JointObject.py" line="51"/>
<location filename="../../../JointObject.py" line="1530"/>
<location filename="../../../JointObject.py" line="1533"/>
<source>Distance</source>
<translation type="unfinished"></translation>
</message>
@@ -240,7 +240,7 @@
</message>
<message>
<location filename="../../../JointObject.py" line="54"/>
<location filename="../../../JointObject.py" line="1532"/>
<location filename="../../../JointObject.py" line="1535"/>
<source>Angle</source>
<translation type="unfinished"></translation>
</message>
@@ -270,12 +270,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../JointObject.py" line="1534"/>
<location filename="../../../JointObject.py" line="1537"/>
<source>Radius 1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../JointObject.py" line="1536"/>
<location filename="../../../JointObject.py" line="1539"/>
<source>Pitch radius</source>
<translation type="unfinished"></translation>
</message>
@@ -426,7 +426,7 @@
</message>
<message>
<location filename="../../../JointObject.py" line="294"/>
<source>This is the distance of the joint. It is used only by the distance joint and by RackPinion (pitch radius), Screw and Gears and Belt(radius1)</source>
<source>This is the distance of the joint. It is used only by the Distance joint and Rack and Pinion (pitch radius), Screw and Gears and Belt (radius1)</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -601,22 +601,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="32"/>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="39"/>
<source>Don&apos;t find your part? </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="39"/>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="46"/>
<source>Open file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="48"/>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="55"/>
<source>If checked, the list will show only Parts.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="51"/>
<location filename="../panels/TaskAssemblyInsertLink.ui" line="58"/>
<source>Show only parts</source>
<translation type="unfinished"></translation>
</message>
@@ -635,7 +635,7 @@
</message>
<message>
<location filename="../preferences/Assembly.ui" line="23"/>
<source>Esc leave edit mode</source>
<source>Esc leaves edit mode</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -686,17 +686,17 @@ The files are named &quot;runPreDrag.asmt&quot; and &quot;dragging.log&quot; and
<context>
<name>Assembly_CreateJointRackPinion</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="331"/>
<location filename="../../../CommandCreateJoint.py" line="334"/>
<source>Create Rack and Pinion Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="338"/>
<location filename="../../../CommandCreateJoint.py" line="341"/>
<source>Create a Rack and Pinion Joint: Links a part with a sliding joint with a part with a revolute joint.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="343"/>
<location filename="../../../CommandCreateJoint.py" line="346"/>
<source>Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rack and the pinion.</source>
<translation type="unfinished"></translation>
</message>
@@ -704,23 +704,23 @@ The files are named &quot;runPreDrag.asmt&quot; and &quot;dragging.log&quot; and
<context>
<name>Assembly_CreateJointScrew</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="362"/>
<location filename="../../../CommandCreateJoint.py" line="365"/>
<source>Create Screw Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="369"/>
<location filename="../../../CommandCreateJoint.py" line="372"/>
<source>Create a Screw Joint: Links a part with a sliding joint with a part with a revolute joint.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="374"/>
<location filename="../../../CommandCreateJoint.py" line="377"/>
<source>Select the same coordinate systems as the revolute and sliding joints. The pitch radius defines the movement ratio between the rotating screw and the sliding part.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="405"/>
<location filename="../../../CommandCreateJoint.py" line="436"/>
<location filename="../../../CommandCreateJoint.py" line="408"/>
<location filename="../../../CommandCreateJoint.py" line="439"/>
<source>Select the same coordinate systems as the revolute joints.</source>
<translation type="unfinished"></translation>
</message>
@@ -728,12 +728,12 @@ The files are named &quot;runPreDrag.asmt&quot; and &quot;dragging.log&quot; and
<context>
<name>Assembly_CreateJointGears</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="393"/>
<location filename="../../../CommandCreateJoint.py" line="396"/>
<source>Create Gears Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="400"/>
<location filename="../../../CommandCreateJoint.py" line="403"/>
<source>Create a Gears Joint: Links two rotating gears together. They will have inverse rotation direction.</source>
<translation type="unfinished"></translation>
</message>
@@ -741,12 +741,12 @@ The files are named &quot;runPreDrag.asmt&quot; and &quot;dragging.log&quot; and
<context>
<name>Assembly_CreateJointBelt</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="424"/>
<location filename="../../../CommandCreateJoint.py" line="427"/>
<source>Create Belt Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="431"/>
<location filename="../../../CommandCreateJoint.py" line="434"/>
<source>Create a Belt Joint: Links two rotating objects together. They will have the same rotation direction.</source>
<translation type="unfinished"></translation>
</message>
@@ -754,17 +754,17 @@ The files are named &quot;runPreDrag.asmt&quot; and &quot;dragging.log&quot; and
<context>
<name>Assembly_CreateJointGearBelt</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="456"/>
<location filename="../../../CommandCreateJoint.py" line="459"/>
<source>Create Gear/Belt Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="462"/>
<location filename="../../../CommandCreateJoint.py" line="465"/>
<source>Create a Gears/Belt Joint: Links two rotating gears together.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="467"/>
<location filename="../../../CommandCreateJoint.py" line="470"/>
<source>Select the same coordinate systems as the revolute joints.</source>
<translation type="unfinished"></translation>
</message>
@@ -875,12 +875,12 @@ Press ESC to cancel.</source>
<context>
<name>Assembly_CreateJointParallel</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="249"/>
<location filename="../../../CommandCreateJoint.py" line="252"/>
<source>Create Parallel Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="256"/>
<location filename="../../../CommandCreateJoint.py" line="259"/>
<source>Create an Parallel Joint: Make the Z axis of selected coordinate systems parallel.</source>
<translation type="unfinished"></translation>
</message>
@@ -888,12 +888,12 @@ Press ESC to cancel.</source>
<context>
<name>Assembly_CreateJointPerpendicular</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="277"/>
<location filename="../../../CommandCreateJoint.py" line="280"/>
<source>Create Perpendicular Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="284"/>
<location filename="../../../CommandCreateJoint.py" line="287"/>
<source>Create an Perpendicular Joint: Make the Z axis of selected coordinate systems perpendicular.</source>
<translation type="unfinished"></translation>
</message>
@@ -901,12 +901,12 @@ Press ESC to cancel.</source>
<context>
<name>Assembly_CreateJointAngle</name>
<message>
<location filename="../../../CommandCreateJoint.py" line="303"/>
<location filename="../../../CommandCreateJoint.py" line="306"/>
<source>Create Angle Joint</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../CommandCreateJoint.py" line="310"/>
<location filename="../../../CommandCreateJoint.py" line="313"/>
<source>Create an Angle Joint: Fix the angle between the Z axis of selected coordinate systems.</source>
<translation type="unfinished"></translation>
</message>