From 62434ea85b79387661fbe49b5594b8ec09bfa46d Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 12 Jun 2023 22:27:56 +0200 Subject: [PATCH] Updated ts files --- src/Gui/Language/FreeCAD.ts | 176 ++++++------- .../Resources/translations/AddonManager.ts | 12 +- src/Mod/Arch/Resources/translations/Arch.ts | 122 ++++----- src/Mod/Draft/Resources/translations/Draft.ts | 158 ++++++------ src/Mod/Fem/Gui/Resources/translations/Fem.ts | 136 +++++----- .../Part/Gui/Resources/translations/Part.ts | 8 +- .../Gui/Resources/translations/PartDesign.ts | 78 +++--- .../Path/Gui/Resources/translations/Path.ts | 238 +++++++++--------- .../Robot/Gui/Resources/translations/Robot.ts | 12 +- .../Gui/Resources/translations/Sketcher.ts | 182 +++++++------- .../Gui/Resources/translations/TechDraw.ts | 110 ++++---- src/Mod/Web/Gui/Resources/translations/Web.ts | 2 +- 12 files changed, 629 insertions(+), 605 deletions(-) diff --git a/src/Gui/Language/FreeCAD.ts b/src/Gui/Language/FreeCAD.ts index 160c256dd2..3c17eb71be 100644 --- a/src/Gui/Language/FreeCAD.ts +++ b/src/Gui/Language/FreeCAD.ts @@ -194,8 +194,8 @@ - + Transform @@ -4587,7 +4587,7 @@ You can also use the form: John Doe <john@doe.com> Gui::Dialog::DlgSettingsNavigation - + Navigation @@ -4657,54 +4657,58 @@ You can also use the form: John Doe <john@doe.com> - + + Default + + + + Cube size - + Size of the navigation cube - + Color - - color for all elements -around the cube + + Base color for all elements - + 3D Navigation - + List the mouse button configs for each chosen navigation setting. Select a set and then press the button to view said configurations. - + Mouse... - + Navigation settings set - + Orbit style - + Rotation orbit style. Trackball: moving the mouse horizontally will rotate the part around the y-axis Turntable: the part will be rotated around the z-axis (with constrained axes). @@ -4712,171 +4716,171 @@ Free Turntable: the part will be rotated around the z-axis. - + Turntable - + Trackball - + Free Turntable - + Rotation mode - + Rotations in 3D will use current cursor position as center for rotation - + Window center - + Drag at cursor - + Object center - + Default camera orientation - + Default camera orientation when creating a new document or selecting the home view - + Camera zoom - + Sets camera zoom for new documents. The value is the diameter of the sphere to fit on the screen. - + mm - + Enable animated rotations - + Enable animation - + Zoom operations will be performed at position of mouse pointer - + Zoom at cursor - + Zoom step - + How much will be zoomed. Zoom step of '1' means a factor of 7.5 for every zoom step. - + Direction of zoom operations will be inverted - + Invert zoom - + Prevents view tilting when pinch-zooming. Affects only gesture navigation style. Mouse tilting is not disabled by this setting. - + Disable touchscreen tilt gesture - + Isometric - + Dimetric - + Trimetric - + Top - + Front - + Left - + Right - + Rear - + Bottom - + Custom @@ -6730,62 +6734,62 @@ Do you want to save your changes? Gui::MainWindow - + Dimension - + Ready - + Help addon needed! - + The Help system of %1 is now handled by the "Help" addon. It can easily be installed via the Addons Manager - + Open Addon Manager - + Close All - - - + + + Toggles this toolbar - - - + + + Toggles this dockable window - - + + Unsaved document - + The exported object contains external link. Please save the documentat least once before exporting. - + To link to external objects, the document must be saved at least once. Do you want to save the document now? @@ -8316,37 +8320,37 @@ Do you want to specify another directory? QDockWidget - + Tree view - + Property view - + Selection view - + Combo View - + DAG View - + Report view - + Python console @@ -8467,8 +8471,8 @@ Do you want to specify another directory? + - Unsaved document @@ -9040,32 +9044,32 @@ Please open a browser window and type in: http://localhost:%1. - + Do you want to save your changes to document '%1' before closing? - + Do you want to save your changes to document before closing? - + If you don't save, your changes will be lost. - + Apply answer to all - + %1 Document(s) not saved - + Some documents could not be saved. Do you want to cancel closing? @@ -10240,8 +10244,8 @@ the current copy will be lost. + - Unnamed @@ -12601,12 +12605,12 @@ after FreeCAD launches NaviCubeDraggableCmd - + Movable navigation cube - + Drag and place NaviCube @@ -12614,32 +12618,32 @@ after FreeCAD launches NaviCubeSettings - + FRONT - + TOP - + RIGHT - + REAR - + BOTTOM - + LEFT diff --git a/src/Mod/AddonManager/Resources/translations/AddonManager.ts b/src/Mod/AddonManager/Resources/translations/AddonManager.ts index 145d6460f4..86d2fba6d4 100644 --- a/src/Mod/AddonManager/Resources/translations/AddonManager.ts +++ b/src/Mod/AddonManager/Resources/translations/AddonManager.ts @@ -1262,18 +1262,18 @@ installed addons will be checked for available updates - - + + Maintainer - - + + Author @@ -1489,8 +1489,8 @@ installed addons will be checked for available updates - + Success @@ -1622,9 +1622,9 @@ installed addons will be checked for available updates - + {} is not a subdirectory of {} diff --git a/src/Mod/Arch/Resources/translations/Arch.ts b/src/Mod/Arch/Resources/translations/Arch.ts index b6064325a2..09d34f4ea4 100644 --- a/src/Mod/Arch/Resources/translations/Arch.ts +++ b/src/Mod/Arch/Resources/translations/Arch.ts @@ -253,11 +253,6 @@ Leave blank to use all objects from the document The property to retrieve from each object.Can be 'Count' to count the objects, or property names like 'Length' or 'Shape.Volume' to retrieve a certain property. - - - An optional semicolon (;) separated list of property:value filters. Prepend ! to a property name to invert the effect of the filer (exclude objects that match the filter). Objects whose property contains the value will be matched. Examples of valid filters (everything is case-insensitive): Name:Wall - Will only consider objects with 'wall' in their name (internal name); !Name:Wall - Will only consider objects which DON'T have 'wall' in their name (internal name); Description:Win - Will only consider objects with 'win' in their description; !Label:Win - Will only consider objects which DO NOT have 'win' in their label; IfcType:Wall - Will only consider objects which Ifc Type is 'Wall'; !Tag:Wall - Will only consider objects which tag is NOT 'Wall'. If you leave this field empty, no filtering is applied - - If this is enabled, an associated spreadsheet containing the results will be maintained together with this schedule object @@ -333,6 +328,11 @@ Leave blank to use all objects from the document Add selection + + + An optional semicolon (;) separated list of property:value filters. Prepend ! to a property name to invert the effect of the filter (exclude objects that match the filter). Objects whose property contains the value will be matched. Examples of valid filters (everything is case-insensitive): Name:Wall - Will only consider objects with 'wall' in their name (internal name); !Name:Wall - Will only consider objects which DON'T have 'wall' in their name (internal name); Description:Win - Will only consider objects with 'win' in their description; !Label:Win - Will only consider objects which DO NOT have 'win' in their label; IfcType:Wall - Will only consider objects which Ifc Type is 'Wall'; !Tag:Wall - Will only consider objects which tag is NOT 'Wall'. If you leave this field empty, no filtering is applied + + Imports the contents of a CSV file @@ -1336,8 +1336,8 @@ are placed in a 'Group' instead. - + Export options @@ -1758,40 +1758,40 @@ unit to work with when opening the file. - - + + Category - - + + Preset - - - + + + Length - - + + Width - + Height @@ -1807,8 +1807,8 @@ unit to work with when opening the file. - + Con&tinue @@ -1825,8 +1825,8 @@ unit to work with when opening the file. - + Facemaker returned an error @@ -1938,8 +1938,8 @@ unit to work with when opening the file. - + Couldn't compute a shape @@ -2106,8 +2106,8 @@ Site creation aborted. - + Please select a base object @@ -2373,37 +2373,37 @@ If Run = 0 then the run is calculated so that the height is the same as the rela - + + - Remove - + + - Add - - - - + + + + - + + + - - Edit @@ -2424,8 +2424,8 @@ If Run = 0 then the run is calculated so that the height is the same as the rela - + Components @@ -2435,30 +2435,30 @@ If Run = 0 then the run is calculated so that the height is the same as the rela + - Name - - + + Type + - Thickness - + Offset @@ -2526,9 +2526,9 @@ If Run = 0 then the run is calculated so that the height is the same as the rela + - Axes @@ -2540,9 +2540,9 @@ If Run = 0 then the run is calculated so that the height is the same as the rela + - Successfully written @@ -2552,8 +2552,8 @@ If Run = 0 then the run is calculated so that the height is the same as the rela - + Please select only one base object or none @@ -3092,8 +3092,8 @@ If Run = 0 then the run is calculated so that the height is the same as the rela - + Export CSV File @@ -3103,24 +3103,24 @@ If Run = 0 then the run is calculated so that the height is the same as the rela - + Description - - + + Value - + Unit @@ -3209,19 +3209,19 @@ Floor creation aborted. - + has a null shape - + Toggle subcomponents @@ -3231,8 +3231,8 @@ Floor creation aborted. - + Component @@ -3429,8 +3429,8 @@ Floor creation aborted. - + Building @@ -3801,14 +3801,14 @@ Building creation aborted. - + The length of this element, if not based on a profile - + The width of this element, if not based on a profile @@ -3818,15 +3818,15 @@ Building creation aborted. - + The normal extrusion direction of this object (keep (0,0,0) for automatic normal) - + The structural nodes of this element @@ -3841,8 +3841,8 @@ Building creation aborted. - + The facemaker type to use to build the profile of this object @@ -3919,9 +3919,9 @@ Building creation aborted. - + The type of this building @@ -4240,20 +4240,20 @@ Building creation aborted. - + Other shapes that are appended to this object - + Other shapes that are subtracted from this object - + The area of the projection of this object onto the XY plane @@ -4288,8 +4288,8 @@ Building creation aborted. - + The type of this object @@ -6737,9 +6737,9 @@ Building creation aborted. Command - - + + Transform diff --git a/src/Mod/Draft/Resources/translations/Draft.ts b/src/Mod/Draft/Resources/translations/Draft.ts index 6681b20720..355378db6c 100644 --- a/src/Mod/Draft/Resources/translations/Draft.ts +++ b/src/Mod/Draft/Resources/translations/Draft.ts @@ -1577,6 +1577,7 @@ such as "Arial:Bold" + @@ -1584,7 +1585,6 @@ such as "Arial:Bold" - mm @@ -1896,9 +1896,9 @@ from the Addon Manager. - - + + Import options @@ -2107,8 +2107,8 @@ If it is set to '0' the whole spline is treated as a straight segment. - + Export options @@ -3066,10 +3066,10 @@ Not available if Draft preference option 'Use Part Primitives' is enab + - Offset @@ -3258,11 +3258,11 @@ To enabled FreeCAD to download these libraries, answer Yes. - + Custom @@ -3287,41 +3287,41 @@ To enabled FreeCAD to download these libraries, answer Yes. - - + + + + + + + + + - + - - - - - - - - + No active document. Aborting. - - - - - + + + + + + + - - Wrong input: object not in document. @@ -3502,9 +3502,9 @@ To enabled FreeCAD to download these libraries, answer Yes. - - + + Pick first point @@ -3520,8 +3520,6 @@ To enabled FreeCAD to download these libraries, answer Yes. - - @@ -3529,6 +3527,8 @@ To enabled FreeCAD to download these libraries, answer Yes. + + Pick next point @@ -3948,8 +3948,8 @@ The final angle will be the base angle plus this amount. - + Pick distance @@ -3984,9 +3984,9 @@ The final angle will be the base angle plus this amount. + - Last point has been removed @@ -4343,8 +4343,8 @@ The final angle will be the base angle plus this amount. - + Select an object to upgrade @@ -4399,41 +4399,41 @@ The final angle will be the base angle plus this amount. - - + + Task panel: - + Polar array - - + + At least one element must be selected. - - + + Selection is not suitable for array. - - - - + + + + Object: @@ -4453,22 +4453,22 @@ The final angle will be the base angle plus this amount. - + Center reset: - - + + Fuse: - - + + Create Link array: @@ -4483,24 +4483,24 @@ The final angle will be the base angle plus this amount. - + Center of rotation: - - + + Aborted: - + Orthogonal array @@ -4565,11 +4565,11 @@ The final angle will be the base angle plus this amount. - + Circular array @@ -4802,19 +4802,22 @@ The final angle will be the base angle plus this amount. - - - + + + Wrong input: must be a number. - + + + + @@ -4824,17 +4827,14 @@ The final angle will be the base angle plus this amount. - - - - + Wrong input: must be a vector. - + Wrong input: must be a list or tuple of strings, or a single string. @@ -4861,8 +4861,8 @@ The final angle will be the base angle plus this amount. - + Wrong input: must be an integer number. @@ -4897,8 +4897,8 @@ The final angle will be the base angle plus this amount. - + Wrong input: object must not be a list. @@ -5273,9 +5273,9 @@ The final angle will be the base angle plus this amount. - - + + renamed 'DisplayMode' options to 'World/Screen' @@ -5324,7 +5324,7 @@ The final angle will be the base angle plus this amount. - + Draft snap @@ -5435,16 +5435,16 @@ from menu Tools -> Addon Manager - - + + True - - + + False @@ -6881,19 +6881,19 @@ set True for fusion or False for compound - + Create a face - - + + The area of this object @@ -6937,8 +6937,8 @@ set True for fusion or False for compound - + The object along which the copies will be distributed. It must contain 'Edges'. @@ -6953,9 +6953,9 @@ set True for fusion or False for compound - - + + Show the individual array elements (only for Link arrays) @@ -7050,8 +7050,8 @@ they will only be editable by changing the style through the 'Annotation st - + The base object that will be duplicated @@ -7794,14 +7794,14 @@ Use 'arch' to force US arch notation - + Arrow size - + Arrow type diff --git a/src/Mod/Fem/Gui/Resources/translations/Fem.ts b/src/Mod/Fem/Gui/Resources/translations/Fem.ts index 516edf0a06..430106aa8a 100644 --- a/src/Mod/Fem/Gui/Resources/translations/Fem.ts +++ b/src/Mod/Fem/Gui/Resources/translations/Fem.ts @@ -2574,15 +2574,15 @@ Specify another file please. FemMaterial - + FEM material - + Material @@ -2607,9 +2607,9 @@ Specify another file please. - + TextLabel @@ -2955,17 +2955,17 @@ Specify another file please. + + + - - - 0 mm @@ -2980,11 +2980,11 @@ Specify another file please. - + - + Parameter @@ -3014,13 +3014,13 @@ Specify another file please. - - + + - - + + Constraint Properties @@ -3035,12 +3035,9 @@ Specify another file please. - - - - - - + + + @@ -3053,15 +3050,18 @@ Specify another file please. - - - + + + + + + unspecified @@ -3087,16 +3087,16 @@ with a harmonic/oscillating driving force - + Real - + Imaginary @@ -3116,9 +3116,9 @@ with a harmonic/oscillating driving force - + x @@ -3135,9 +3135,9 @@ Note: has no effect if a solid was selected - + y @@ -3154,9 +3154,9 @@ Note: has no effect if a solid was selected - + z @@ -3219,8 +3219,8 @@ Note: has no effect if a solid was selected - + Cross section parameter @@ -3271,30 +3271,30 @@ Note: has no effect if a solid was selected - - - + + + formula - + Velocity x: - + Velocity y: - + Velocity z: @@ -3414,14 +3414,14 @@ Note: for 2D only setting for x is possible, - + Real part of potential z-component - + Imaginary part of potential z-component @@ -3546,26 +3546,26 @@ Note: for 2D only setting for x is possible, - - - - - + + + + + A dialog is already open in the task panel - - - - - + + + + + Do you want to close this dialog? @@ -5314,96 +5314,106 @@ used for the Elmer solver - Geometrical Constraints + Electromagnetic Constraints - &Geometrical Constraints + &Electromagnetic Constraints - Mechanical Constraints + Geometrical Constraints - &Mechanical Constraints + &Geometrical Constraints - Thermal Constraints + Mechanical Constraints - &Thermal Constraints + &Mechanical Constraints - Constraints without solver + Thermal Constraints - &Constraints without solver + &Thermal Constraints - Overwrite Constants + Constraints without solver - &Overwrite Constants + &Constraints without solver + + + + + Overwrite Constants + &Overwrite Constants + + + + Mesh - + M&esh - + Solve - + &Solve - + Results - + &Results - + Filter functions - + &Filter functions - + Utilities diff --git a/src/Mod/Part/Gui/Resources/translations/Part.ts b/src/Mod/Part/Gui/Resources/translations/Part.ts index a77f9665ca..f31d743541 100644 --- a/src/Mod/Part/Gui/Resources/translations/Part.ts +++ b/src/Mod/Part/Gui/Resources/translations/Part.ts @@ -5653,8 +5653,8 @@ in the 3D view for the sweep path. - + Edit %1 @@ -5745,20 +5745,20 @@ Do you want to continue? - + Face - + Edge - + Vertex diff --git a/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts b/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts index 4ac02640b4..29582d09e8 100644 --- a/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts +++ b/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts @@ -877,8 +877,8 @@ so that self intersection is avoided. - + Make copy @@ -903,8 +903,8 @@ so that self intersection is avoided. - + Add a Body @@ -3461,28 +3461,28 @@ click again to end selection - - + + + - - - + + A dialog is already open in the task panel - - + + + - - - + + Do you want to close this dialog? @@ -3744,14 +3744,14 @@ This may lead to unexpected results. - + Vertical sketch axis - + Horizontal sketch axis @@ -3803,10 +3803,10 @@ If you have a legacy document with PartDesign objects without Body, use the migr - - + + Edit %1 @@ -4891,17 +4891,17 @@ over 90: larger hole radius at the bottom - - - - - + - + + + + + Resulting shape is not a solid @@ -4916,22 +4916,22 @@ over 90: larger hole radius at the bottom - - - - - - - - - + + + + + + + + + Result has multiple solids: that is not currently supported. @@ -4994,8 +4994,8 @@ over 90: larger hole radius at the bottom - + The requested feature cannot be created. The reason may be that: - the active Body does not contain a base shape, so there is no material to be removed; @@ -5003,14 +5003,14 @@ over 90: larger hole radius at the bottom - + Creating a face from sketch failed - + Revolve axis intersects the sketch @@ -5020,14 +5020,14 @@ over 90: larger hole radius at the bottom - + Could not revolve the sketch! - + Could not create face from sketch. Intersecting sketch entities in a sketch are not allowed. @@ -5081,10 +5081,10 @@ Intersecting sketch entities in a sketch are not allowed. + - Error: Result is not a solid @@ -5186,15 +5186,15 @@ Intersecting sketch entities in a sketch are not allowed. - + Boolean operation failed - + Could not create face from sketch. Intersecting sketch entities or multiple faces in a sketch are not allowed for making a pocket up to a face. diff --git a/src/Mod/Path/Gui/Resources/translations/Path.ts b/src/Mod/Path/Gui/Resources/translations/Path.ts index cbf8bc99c7..2eab9b405a 100644 --- a/src/Mod/Path/Gui/Resources/translations/Path.ts +++ b/src/Mod/Path/Gui/Resources/translations/Path.ts @@ -535,31 +535,31 @@ For stock from the Base object's bounding box it means the extra material i Form - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + Form @@ -730,17 +730,17 @@ For stock from the Base object's bounding box it means the extra material i - + Add - - + + Remove @@ -791,8 +791,8 @@ Reset deletes all current items from the list and fills the list with all circul - + All objects will be processed using the same operation properties. @@ -837,32 +837,32 @@ Reset deletes all current items from the list and fills the list with all circul - + Start Depth - + Start Depth of the operation. The highest point in Z-axis the operation needs to process. - + Transfer the Z value of the selected feature as the Start Depth for the operation. - + The depth of the operation which corresponds to the lowest value in Z-axis the operation needs to process. - + Transfer the Z value of the selected feature as the Final Depth for the operation. @@ -877,14 +877,14 @@ Reset deletes all current items from the list and fills the list with all circul - + Final Depth - + Step Down @@ -924,34 +924,34 @@ Reset deletes all current items from the list and fills the list with all circul + - - - - + + - + + The tool and its settings to be used for this operation. - - - - - - - - - - + + + + + + + + + + Coolant Mode @@ -961,28 +961,28 @@ Reset deletes all current items from the list and fills the list with all circul - - - - - - - - - - - - - + + + + + + + + + + + + + Tool Controller - - + + Coolant @@ -1002,8 +1002,8 @@ Reset deletes all current items from the list and fills the list with all circul - + Step Over Percent @@ -1053,8 +1053,8 @@ Reset deletes all current items from the list and fills the list with all circul - + Use Outline @@ -1109,10 +1109,10 @@ Reset deletes all current items from the list and fills the list with all circul - + - + Direction @@ -1122,15 +1122,15 @@ Reset deletes all current items from the list and fills the list with all circul + - CW - + CCW @@ -1155,8 +1155,6 @@ Reset deletes all current items from the list and fills the list with all circul - - @@ -1166,6 +1164,8 @@ Reset deletes all current items from the list and fills the list with all circul + + mm @@ -1381,11 +1381,11 @@ Reset deletes all current items from the list and fills the list with all circul - - + + The tool and its settings to be used for this operation @@ -1474,9 +1474,9 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Use Start Point @@ -1732,9 +1732,9 @@ The latter can be used to face of the entire stock area to ensure uniform height + - Layer Mode @@ -1774,8 +1774,8 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Cut Pattern @@ -1790,14 +1790,14 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Bounding Box - + Select the overall boundary for the operation. @@ -1807,14 +1807,14 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Complete the operation in a single pass at depth, or multiple passes to final depth. - + Set the geometric clearing pattern to use for the operation. @@ -1839,14 +1839,14 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Set the Z-axis depth offset from the target surface. - + Set the sampling resolution. Smaller values quickly increase processing time. @@ -1856,8 +1856,8 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Enable optimization of linear paths (co-linear points). Removes unnecessary co-linear points from G-code output. @@ -1892,28 +1892,28 @@ The latter can be used to face of the entire stock area to ensure uniform height - + Step over - + The amount by which the tool is laterally displaced on each cycle of the pattern, specified in percent of the tool diameter. A step over of 100% results in no overlap between two different cycles. - + Sample interval - + Optimize Linear Paths @@ -2047,8 +2047,8 @@ Default: 3 mm - + Type @@ -2078,8 +2078,8 @@ Default: 3 mm - + Operation @@ -2962,8 +2962,8 @@ Should multiple tools or tool shapes with the same name exist in different direc - + Radius @@ -3378,8 +3378,8 @@ Should multiple tools or tool shapes with the same name exist in different direc TaskPathSimulator - + Path Simulator @@ -4210,9 +4210,10 @@ For example: - + Edit + int = field(default=None) @@ -4354,8 +4355,8 @@ For example: - + %s is not a Base Model object of the job %s @@ -4375,8 +4376,8 @@ For example: - + Choose a Path Job @@ -4480,7 +4481,6 @@ For example: List of custom property groups - int = field(default=None) @@ -4543,12 +4543,12 @@ For example: - - + + The base path to modify @@ -4842,9 +4842,9 @@ For example: - + Operations Cycle Time Estimation @@ -4929,8 +4929,8 @@ For example: - + Make False, to prevent operation from generating code @@ -4950,8 +4950,8 @@ For example: - + Percent of cutter diameter to step over on each pass @@ -5127,10 +5127,10 @@ For example: - - + + Make True, if specifying a Start Point @@ -5244,9 +5244,9 @@ For example: + - Additional base objects to be engraved @@ -5287,9 +5287,9 @@ For example: + - Extra value to stay away from final profile- good for roughing toolpath @@ -5309,9 +5309,9 @@ For example: - - + + Choose how to process multiple Base Geometry features. @@ -5332,8 +5332,8 @@ For example: - + The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW) @@ -5434,8 +5434,8 @@ For example: - + Show the temporary path construction objects when module is in DEBUG mode. @@ -5451,8 +5451,8 @@ For example: - + Set the geometric clearing pattern to use for the operation. @@ -5468,8 +5468,8 @@ For example: - + Complete the operation in a single pass at depth, or multiple passes to final depth. @@ -5500,8 +5500,8 @@ For example: - + The custom start point for the path of this operation @@ -6015,22 +6015,22 @@ For example: Path_Dressup - + Please select one path object - + The selected object is not a path - + Please select a Path object @@ -6187,8 +6187,8 @@ For example: - + All Files (*.*) @@ -6840,14 +6840,14 @@ For example: PathProfile - + Outside - + Inside diff --git a/src/Mod/Robot/Gui/Resources/translations/Robot.ts b/src/Mod/Robot/Gui/Resources/translations/Robot.ts index 997c4e8ad6..c4b6fd31fa 100644 --- a/src/Mod/Robot/Gui/Resources/translations/Robot.ts +++ b/src/Mod/Robot/Gui/Resources/translations/Robot.ts @@ -356,17 +356,17 @@ QObject + + + + + - - - - - Wrong selection @@ -381,11 +381,11 @@ + - Select one Robot and one Trajectory object. diff --git a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts index 0719ea0b10..2c5896d482 100644 --- a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts +++ b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts @@ -70,7 +70,7 @@ CmdSketcherCarbonCopy - Create a carbon copy + Create carbon copy @@ -193,7 +193,7 @@ CmdSketcherCompCreateBSpline - Create a B-spline + Create B-spline @@ -229,7 +229,7 @@ CmdSketcherCompCreateConic - Create a conic + Create conic @@ -267,7 +267,7 @@ CmdSketcherCompCreateFillets - Fillets + Create fillet @@ -290,7 +290,7 @@ CmdSketcherCompCreateRectangles - Create rectangles + Create rectangle @@ -704,7 +704,7 @@ with respect to a line or a third point CmdSketcherCreateArcOfEllipse - Create an arc of ellipse + Create arc of ellipse @@ -717,7 +717,7 @@ with respect to a line or a third point CmdSketcherCreateArcOfHyperbola - Create an arc of hyperbola + Create arc of hyperbola @@ -730,7 +730,7 @@ with respect to a line or a third point CmdSketcherCreateArcOfParabola - Create an arc of parabola + Create arc of parabola @@ -748,7 +748,7 @@ with respect to a line or a third point - Create a B-spline via control points in the sketch. + Create a B-spline by control points in the sketch. @@ -891,7 +891,7 @@ with respect to a line or a third point - Create a periodic B-spline via control points in the sketch. + Create a periodic B-spline by control points in the sketch. @@ -1094,7 +1094,7 @@ with respect to a line or a third point CmdSketcherExternal - Create an external geometry + Create external geometry @@ -2277,8 +2277,20 @@ invalid constraints, degenerated geometry, etc. + + + + + + + + + + + + @@ -2404,15 +2416,6 @@ invalid constraints, degenerated geometry, etc. - - - - - - - - - @@ -2428,9 +2431,6 @@ invalid constraints, degenerated geometry, etc. - - - Wrong selection @@ -2611,9 +2611,9 @@ invalid constraints, degenerated geometry, etc. - + Error @@ -3018,9 +3018,9 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c + - CAD Kernel Error @@ -5895,29 +5895,39 @@ Eigen Sparse QR algorithm is optimized for sparse matrices; usually faster - Sketcher geometries + Sketcher edit mode - Sketcher constraints + Sketcher geometries - Sketcher tools + Sketcher constraints - Sketcher B-spline tools + Sketcher tools + Sketcher B-spline tools + + + + Sketcher virtual space + + + Sketcher edit tools + + Sketcher_ProfilesHexagon1 @@ -6050,7 +6060,7 @@ The grid spacing change if it becomes smaller than this number of pixel.GridSpaceAction - Grid Auto Spacing + Grid auto spacing @@ -6065,7 +6075,7 @@ The grid spacing change if it becomes smaller than this number of pixel. - Distance between two subsequent grid lines + Distance between two subsequent grid lines. @@ -6088,39 +6098,39 @@ The grid spacing change if it becomes smaller than this number of pixel. - - - - - + + + + - - + + + - - - - - + + - - + + + - + + + + + + + + + - - - - - - Error @@ -6140,6 +6150,9 @@ The grid spacing change if it becomes smaller than this number of pixel. + + + @@ -6147,9 +6160,6 @@ The grid spacing change if it becomes smaller than this number of pixel. - - - Invalid Constraint @@ -6193,8 +6203,8 @@ The grid spacing change if it becomes smaller than this number of pixel. - + Error creating B-spline @@ -6291,39 +6301,13 @@ The grid spacing change if it becomes smaller than this number of pixel. - + Value Error - - CmdSketcherCreateBSplineByInterpolation - - - Interpolate B-spline - - - - - Create a B-spline by interpolation, i.e. via knots in the sketch. - - - - - CmdSketcherCreatePeriodicBSplineByInterpolation - - - Interpolate periodic B-spline - - - - - Create a periodic B-spline by interpolation, i.e. via knots in the sketch. - - - Sketcher_CreateBSplineByInterpolation @@ -6382,7 +6366,7 @@ Points must be set closer than a fifth of the grid spacing to a grid line to sna - Angular step for tools that use 'Snap at Angle' (line for instance). Hold CTRL to enable 'Snap at Angle'. The angle start from the East axis (horizontal right) + Angular step for tools that use 'Snap at Angle' (line for instance). Hold CTRL to enable 'Snap at Angle'. The angle starts from the positive X axis of the sketch. @@ -6432,7 +6416,7 @@ Points must be set closer than a fifth of the grid spacing to a grid line to sna - Toggle the grid in the sketch. In the menu you can change grid settings + Toggle the grid in the sketch. In the menu you can change grid settings. @@ -6445,7 +6429,33 @@ Points must be set closer than a fifth of the grid spacing to a grid line to sna - Toggle all snap functionality. In the menu you can toggle 'Snap to grid' and 'Snap to objects' individually, and change further snap settings + Toggle all snap functionality. In the menu you can toggle 'Snap to grid' and 'Snap to objects' individually, and change further snap settings. + + + + + CmdSketcherCreateBSplineByInterpolation + + + Create B-spline by knots + + + + + Create a B-spline by knots, i.e. by interpolation, in the sketch. + + + + + CmdSketcherCreatePeriodicBSplineByInterpolation + + + Create periodic B-spline by knots + + + + + Create a periodic B-spline by knots, i.e. by interpolation, in the sketch. diff --git a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts index 23a15e6cd2..a63c31b5c9 100644 --- a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts +++ b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts @@ -2014,8 +2014,8 @@ - + Save page to dxf @@ -2603,6 +2603,16 @@ QObject + + + + + + + + + + @@ -2620,16 +2630,6 @@ - - - - - - - - - - Wrong selection @@ -2661,10 +2661,9 @@ - - - - + + + @@ -2676,33 +2675,33 @@ - - - + + + + Incorrect selection - + Select an object first - + Too many objects selected - + Create a page first. - @@ -2711,6 +2710,7 @@ + No View of a Part in selection. @@ -2822,6 +2822,8 @@ + + @@ -2841,12 +2843,10 @@ - - - + Incorrect Selection @@ -2974,9 +2974,6 @@ - - - @@ -3002,6 +2999,11 @@ + + + + + @@ -3009,23 +3011,18 @@ + + + - - - - - Task In Progress - - - @@ -3051,6 +3048,11 @@ + + + + + @@ -3058,16 +3060,14 @@ + + + - - - - - Close active task dialog and try again. @@ -3317,8 +3317,8 @@ - + Are you sure you want to continue? @@ -3353,9 +3353,9 @@ - + Rich text editor @@ -3473,8 +3473,8 @@ + - Edit %1 @@ -3741,19 +3741,19 @@ it has a weld symbol that would become broken. - - - - + + + - - - - + + + + + Object dependencies @@ -3763,20 +3763,20 @@ it has a weld symbol that would become broken. - + You cannot delete this view because it has a section view that would become broken. - + You cannot delete this view because it has a detail view that would become broken. - + You cannot delete this view because it has a leader line that would become broken. diff --git a/src/Mod/Web/Gui/Resources/translations/Web.ts b/src/Mod/Web/Gui/Resources/translations/Web.ts index 7918c3fc7b..17eafa1933 100644 --- a/src/Mod/Web/Gui/Resources/translations/Web.ts +++ b/src/Mod/Web/Gui/Resources/translations/Web.ts @@ -128,8 +128,8 @@ QObject - + Browser