diff --git a/src/Mod/AddonManager/Resources/translations/AddonManager.ts b/src/Mod/AddonManager/Resources/translations/AddonManager.ts index 89513d3ef7..cb9e5e0f03 100644 --- a/src/Mod/AddonManager/Resources/translations/AddonManager.ts +++ b/src/Mod/AddonManager/Resources/translations/AddonManager.ts @@ -3,6 +3,21 @@ AddonsInstaller + + + Version {version} installed on {date} + + + + + Version {version} installed + + + + + Installed on {date} + + Installed @@ -121,18 +136,18 @@ - - Click for details about package + + Click for details about package {} - - Click for details about workbench + + Click for details about workbench {} - - Click for details about macro + + Click for details about macro {} @@ -145,6 +160,11 @@ Maintainers: + + + Tags + + updated @@ -175,6 +195,21 @@ Pending restart + + + Click for details about package + + + + + Click for details about workbench + + + + + Click for details about macro + + Installed version @@ -291,11 +326,21 @@ Unable to fetch git updates for workbench + + + Retrieving info from + + Failed to read metadata from + + + git fetch failed for {} + + git fetch failed for {wb.name} @@ -356,24 +401,14 @@ Caching macro code... - - - Retrieving package metadata... - - - - - Failed to execute pip. Returned error was: - - Retrieving description... - - Retrieving info from + + Retrieving info from {} @@ -496,6 +531,31 @@ Error: Unable to locate ZIP from + + + Retrieving package metadata... + + + + + Failed to execute pip. Returned error was: + + + + + Downloaded package.xml for {} + + + + + Downloaded metadata.txt for {} + + + + + Downloaded icon for {} + + Failed to repair missing .git directory @@ -546,11 +606,6 @@ Missing dependency - - - Could not import QtNetwork -- see Report View for details. Addon Manager unavailable. - - Starting up... @@ -586,6 +641,16 @@ Updating cache... + + + Checking for updates... + + + + + Apply {} update(s) + + The addons that can be installed here are not officially part of FreeCAD, and are not reviewed by the FreeCAD team. Make sure you know what you are installing! @@ -602,8 +667,8 @@ - - Checking for updates... + + Could not import QtNetwork -- see Report View for details. Addon Manager unavailable. @@ -611,11 +676,6 @@ Apply - - - Addon Manager: Skipping update check because AutoCheck user preference is False - - update(s) @@ -651,6 +711,11 @@ Macro successfully removed. + + + Addon Manager: Skipping update check because AutoCheck user preference is False + + Restart required @@ -711,6 +776,14 @@ Installation of macro failed + + + {} total, see Report view for list + Describes the number of updates that were completed ('{}' is replaced by the number of updates) + + + + Succeeded @@ -751,6 +824,11 @@ Are you sure you want to uninstall this Addon? + + + Execution of Addon's uninstall.py script failed. Proceeding with uninstall... + + Macro could not be removed. diff --git a/src/Mod/Draft/Resources/translations/Draft.ts b/src/Mod/Draft/Resources/translations/Draft.ts index 60114c0b25..0c036fa89a 100644 --- a/src/Mod/Draft/Resources/translations/Draft.ts +++ b/src/Mod/Draft/Resources/translations/Draft.ts @@ -635,11 +635,6 @@ This property is read-only, as the number depends on the points contained within Area of this object - - - The shape of this object - - The base object used by this object @@ -650,6 +645,11 @@ This property is read-only, as the number depends on the points contained within The PAT file used by this object + + + The shape of this object + + The pattern name used by this object @@ -1040,6 +1040,16 @@ beyond the dimension line Line color + + + Defines an SVG pattern. + + + + + Defines the size of the SVG pattern. + + The size of the text @@ -1587,11 +1597,22 @@ The array can be turned into a polar or a circular array by changing its type. Draft_BezCurve + + + Bézier curve + + Bezier curve + + + Creates an N-degree Bézier curve. The more points you pick, the higher the degree. +CTRL to snap, SHIFT to constrain. + + Creates an N-degree Bezier curve. The more points you pick, the higher the degree. @@ -1601,11 +1622,21 @@ CTRL to snap, SHIFT to constrain. Draft_BezierTools + + + Bézier tools + + Bezier tools + + + Create various types of Bézier curves. + + Create various types of Bezier curves. @@ -1658,11 +1689,23 @@ The resulting clone can be scaled in each of its three directions. Draft_CubicBezCurve + + + Cubic Bézier curve + + Cubic bezier curve + + + Creates a Bézier curve made of 2nd degree (quadratic) and 3rd degree (cubic) segments. Click and drag to define each segment. +After the curve is created you can go back to edit each control point and set the properties of each knot. +CTRL to snap, SHIFT to constrain. + + Creates a Bezier curve made of 2nd degree (quadratic) and 3rd degree (cubic) segments. Click and drag to define each segment. @@ -1973,6 +2016,22 @@ CTRL to snap, SHIFT to constrain. Hold ALT and click to create a copy with each + + Draft_OrthoArray + + + Array + + + + + Creates copies of the selected object, and places the copies in an orthogonal pattern, +meaning the copies follow the specified direction in the X, Y, Z axes. + +The array can be turned into a polar or a circular array by changing its type. + + + Draft_PathArray @@ -2638,14 +2697,6 @@ Then you can use it to save a different camera position and objects' states - - Gui::Dialog::DlgAddProperty - - - Group - - - ImportAirfoilDAT @@ -2714,6 +2765,11 @@ Then you can use it to save a different camera position and objects' states Arc tools + + + Bézier tools + + Bezier tools @@ -2863,13 +2919,13 @@ Then you can use it to save a different camera position and objects' states - - active command: + + None - - None + + active command: @@ -3959,6 +4015,11 @@ Not available if Draft preference option 'Use Part Primitives' is enab Merging layer: + + + Please load the Draft Workbench to enable editing this object + + Draft @@ -4798,7 +4859,7 @@ To enabled FreeCAD to download these libraries, answer Yes. - Bezier curve has been closed + Bézier curve has been closed @@ -4821,6 +4882,11 @@ To enabled FreeCAD to download these libraries, answer Yes. Click and drag to define next knot + + + Bezier curve has been closed + + Click and drag to define next knot, or finish (A) or close (O) @@ -5161,6 +5227,11 @@ To enabled FreeCAD to download these libraries, answer Yes. Group name + + + Group + + Select an object to offset @@ -5321,6 +5392,14 @@ The final angle will be the base angle plus this amount. + + Gui::Dialog::DlgAddProperty + + + Group + + + Draft_Snap diff --git a/src/Mod/Path/Gui/Resources/translations/Path.ts b/src/Mod/Path/Gui/Resources/translations/Path.ts index d0eceb6f72..f2a3de4263 100644 --- a/src/Mod/Path/Gui/Resources/translations/Path.ts +++ b/src/Mod/Path/Gui/Resources/translations/Path.ts @@ -213,6 +213,16 @@ The Z height of the hop + + + Default length of extensions. + + + + + List of features to extend. + + Stop processing @@ -243,6 +253,111 @@ The output location for the probe data to be written + + + The base geometry for this operation + + + + + Holds the calculated value for the StartDepth + + + + + Holds the calculated value for the FinalDepth + + + + + Holds the diameter of the tool + + + + + Holds the max Z value of Stock + + + + + Holds the min Z value of Stock + + + + + Make False, to prevent operation from generating code + + + + + An optional comment for this Operation + + + + + User Assigned Label + + + + + Operations Cycle Time Estimation + + + + + Base locations for this operation + + + + + Coolant mode for this operation + + + + + Starting Depth of Tool- first cut depth in Z + + + + + Final Depth of Tool- lowest value in Z + + + + + Incremental Step Down of Tool + + + + + Maximum material removed on final pass. + + + + + Rapid Safety Height between locations. + + + + + The start point of this path + + + + + Lower limit of the turning diameter + + + + + Upper limit of the turning diameter. + + + + + Coolant option for this operation + + Additional base objects to be engraved @@ -333,11 +448,6 @@ Fixture Offset Number - - - Make False, to prevent operation from generating code - - Shape for bit shape @@ -368,6 +478,11 @@ The gcode to be inserted + + + Angle of ramp. + + Ramping Method @@ -383,6 +498,36 @@ Custom feed rate + + + Width of tags. + + + + + Height of tags. + + + + + Angle of tag plunge and ascent. + + + + + Radius of the fillet for the tag. + + + + + Locations of inserted holding tags + + + + + IDs of disabled holding tags + + Incremental Drill depth before retracting to clear chips @@ -568,16 +713,6 @@ Expression used for StepDown of new operations. - - - Start pocketing at center or boundary - - - - - Percent of cutter diameter to step over on each pass - - The direction that the toolpath should go around the part ClockWise (CW) or CounterClockWise (CCW) @@ -588,6 +723,16 @@ Extra offset to apply to the operation. Direction is operation dependent. + + + Start pocketing at center or boundary + + + + + Percent of cutter diameter to step over on each pass + + Angle of the zigzag pattern @@ -608,6 +753,31 @@ Attempts to avoid unnecessary retractions. + + + The side of path to insert bones + + + + + The style of bones + + + + + Bones that aren't dressed up + + + + + The algorithm to determine the bone length + + + + + Dressup length if Incision == custom + + Add Optional or Mandatory Stop to the program @@ -678,6 +848,11 @@ Seed value for jitter randomness + + + List of custom property groups + + The point file from the surface probing. @@ -848,6 +1023,76 @@ The tool used by this controller + + + List of disabled features + + + + + The NC output file for this project + + + + + Select the Post Processor + + + + + Last Time the Job was post-processed + + + + + An optional description for this job + + + + + Job Cycle Time Estimation + + + + + Solid object to be used as stock. + + + + + Select the Type of Job + + + + + Split output into multiple gcode files + + + + + If multiple WCS, order the output this way + + + + + The Work Coordinate Systems for the Job + + + + + SetupSheet holding the settings for this job + + + + + The base objects for all operations + + + + + Collection of all tool controllers for the job + + Start cutting from the inside or outside @@ -941,6 +1186,11 @@ Didn't find job %s + + + Illegal arc: Start and end radii not equal + + Legacy Tools not supported @@ -951,11 +1201,6 @@ Selected tool is not a drill - - - Illegal arc: Start and end radii not equal - - Invalid Cutting Edge Angle %.2f, must be >0° and <=180° @@ -1036,11 +1281,6 @@ CCW - - - List of disabled features - - Project Setup @@ -1101,6 +1341,11 @@ Utils + + + List of disabled features + + Choose a writable location for your toolbits @@ -1240,14 +1485,6 @@ - - PathDressup_HoldingTags - - - Edit HoldingTags Dress-up - - - PathFeatureExtensions @@ -1337,16 +1574,6 @@ PathJob - - - Unsupported stock object %s - - - - - Unsupported stock type %s (%d) - - Stock not from Base bound box! @@ -1362,6 +1589,16 @@ Stock not a cylinder! + + + Unsupported stock object %s + + + + + Unsupported stock type %s (%d) + + The NC output file for this project @@ -1392,26 +1629,6 @@ Solid object to be used as stock. - - - Select the Type of Job - - - - - Split output into multiple gcode files - - - - - If multiple WCS, order the output this way - - - - - The Work Coordinate Systems for the Job - - SetupSheet holding the settings for this job @@ -1427,6 +1644,26 @@ Collection of all tool controllers for the job + + + The Work Coordinate Systems for the Job + + + + + If multiple WCS, order the output this way + + + + + Split output into multiple gcode files + + + + + Select the Type of Job + + Unsupported PathJob template version %s @@ -1470,126 +1707,6 @@ PathOp - - - The base geometry for this operation - - - - - Holds the calculated value for the StartDepth - - - - - Holds the calculated value for the FinalDepth - - - - - Holds the diameter of the tool - - - - - Holds the max Z value of Stock - - - - - Holds the min Z value of Stock - - - - - Make False, to prevent operation from generating code - - - - - An optional comment for this Operation - - - - - User Assigned Label - - - - - Operations Cycle Time Estimation - - - - - Base locations for this operation - - - - - Coolant mode for this operation - - - - - Starting Depth of Tool- first cut depth in Z - - - - - Final Depth of Tool- lowest value in Z - - - - - Starting Depth internal use only for derived values - - - - - Incremental Step Down of Tool - - - - - Maximum material removed on final pass. - - - - - The height needed to clear clamps and obstructions - - - - - Rapid Safety Height between locations. - - - - - The start point of this path - - - - - Make True, if specifying a Start Point - - - - - Lower limit of the turning diameter - - - - - Upper limit of the turning diameter. - - - - - Coolant option for this operation - - Edit @@ -1666,11 +1783,131 @@ If it is necessary to set the FinalDepth manually please select a different oper Pick Start Point + + + Make False, to prevent operation from generating code + + + + + The base geometry for this operation + + + + + Holds the calculated value for the StartDepth + + + + + Holds the calculated value for the FinalDepth + + + + + Holds the diameter of the tool + + + + + Holds the max Z value of Stock + + + + + Holds the min Z value of Stock + + + + + An optional comment for this Operation + + + + + User Assigned Label + + + + + Base locations for this operation + + + + + Coolant mode for this operation + + + + + Starting Depth of Tool- first cut depth in Z + + + + + Final Depth of Tool- lowest value in Z + + + + + Starting Depth internal use only for derived values + + + + + Incremental Step Down of Tool + + + + + Maximum material removed on final pass. + + + + + The height needed to clear clamps and obstructions + + + + + Rapid Safety Height between locations. + + + + + The start point of this path + + + + + Make True, if specifying a Start Point + + + + + Lower limit of the turning diameter + + + + + Upper limit of the turning diameter. + + + + + Coolant option for this operation + + Job Cycle Time Estimation + + + Operations Cycle Time Estimation + + PathPlane @@ -1733,29 +1970,6 @@ If it is necessary to set the FinalDepth manually please select a different oper - - PathPocketShape - - - Default length of extensions. - - - - - List of features to extend. - - - - - When enabled connected extension edges are combined to wires. - - - - - Uses the outline of the base geometry. - - - PathProfile @@ -1829,34 +2043,6 @@ If it is necessary to set the FinalDepth manually please select a different oper - - PathPropertyBag - - - Edit PropertyBag - - - - - Create PropertyBag - - - - - PropertyBag - - - - - Creates an object which can be used to store reference properties. - - - - - List of custom property groups - - - PathSlot @@ -2881,59 +3067,69 @@ If it is necessary to set the FinalDepth manually please select a different oper Angle of ramp. + + + RampMethod1 + + + + + RampMethod2 + + + + + RampMethod3 + + + + + Helix + + + + + Horizontal Feed Rate + + + + + Vertical Feed Rate + + + + + Ramp Feed Rate + + + + + Custom + + RampEntry Dress-up + + + Please select one path object + + + + + The selected object is not a path + + + + + Please select a Profile object + + Path_DressupTag - - - The base path to modify - - - - - Width of tags. - - - - - Height of tags. - - - - - Angle of tag plunge and ascent. - - - - - Radius of the fillet for the tag. - - - - - Locations of inserted holding tags - - - - - IDs of disabled holding tags - - - - - Factor determining the # of segments used to approximate rounded tags. - - - - - Cannot insert holding tags for this path - please select a Profile path - - The selected object is not a path @@ -2979,6 +3175,46 @@ If it is necessary to set the FinalDepth manually please select a different oper Create Tag Dress-up + + + The base path to modify + + + + + Width of tags. + + + + + Height of tags. + + + + + Angle of tag plunge and ascent. + + + + + Radius of the fillet for the tag. + + + + + Locations of inserted holding tags + + + + + IDs of disabled holding tags + + + + + Factor determining the # of segments used to approximate rounded tags. + + No Base object found. @@ -2999,6 +3235,11 @@ If it is necessary to set the FinalDepth manually please select a different oper Base Path is empty. + + + Cannot insert holding tags for this path - please select a Profile path + + Path_DressupZCorrect @@ -3092,6 +3333,19 @@ If it is necessary to set the FinalDepth manually please select a different oper + + Path_ExportTemplate + + + Export Template + + + + + Exports Path Job as a template to be used for other jobs + + + Path_Helix @@ -3188,6 +3442,16 @@ If it is necessary to set the FinalDepth manually please select a different oper Exports Path Job as a template to be used for other jobs + + + Edit + + + + + Stock not a cylinder! + + Edit Job @@ -3208,6 +3472,16 @@ If it is necessary to set the FinalDepth manually please select a different oper All Files (*.*) + + + Unsupported stock object %s + + + + + Unsupported stock type %s (%d) + + Model Selection @@ -3218,6 +3492,71 @@ If it is necessary to set the FinalDepth manually please select a different oper Create Job + + + Fixture + + + + + Tool + + + + + Operation + + + + + 2D + + + + + 2.5D + + + + + Lathe + + + + + Multiaxis + + + + + Solids + + + + + Jobs + + + + + Base -/+ %.2f/%.2f %.2f/%.2f %.2f/%.2f + + + + + Box: %.2f x %.2f x %.2f + + + + + Cylinder: %.2f x %.2f + + + + + Unsupported stock type + + Path_MillFace @@ -3240,6 +3579,24 @@ If it is necessary to set the FinalDepth manually please select a different oper + + Path_Operation + + + None + + + + + Flood + + + + + Mist + + + Path_OperationCopy @@ -3449,6 +3806,14 @@ If it is necessary to set the FinalDepth manually please select a different oper + + Path_PropertyBag + + + PropertyBag + + + Path_Sanity @@ -3759,6 +4124,136 @@ If it is necessary to set the FinalDepth manually please select a different oper Path_Surface + + + BaseBoundBox + + + + + Stock + + + + + CenterOfMass + + + + + CenterOfBoundBox + + + + + XminYmin + + + + + Custom + + + + + Conventional + + + + + Climb + + + + + Circular + + + + + CircularZigZag + + + + + Line + + + + + Offset + + + + + Spiral + + + + + ZigZag + + + + + X + + + + + Y + + + + + Collectively + + + + + Individually + + + + + Single-pass + + + + + Multi-pass + + + + + None + + + + + Only + + + + + First + + + + + Last + + + + + Planar + + + + + Rotational + + 3D Surface @@ -4011,6 +4506,183 @@ If it is necessary to set the FinalDepth manually please select a different oper + + path_waterline + + + This operation requires OpenCamLib to be installed. + + + + + OCL Dropcutter + + + + + Experimental + + + + + BaseBoundBox + + + + + Stock + + + + + CenterOfMass + + + + + CenterOfBoundBox + + + + + XminYmin + + + + + Custom + + + + + Off + + + + + Circular + + + + + CircularZigZag + + + + + Line + + + + + Offset + + + + + Spiral + + + + + ZigZag + + + + + Conventional + + + + + Climb + + + + + None + + + + + Collectively + + + + + Individually + + + + + Single-pass + + + + + Multi-pass + + + + + PathDressup_HoldingTags + + + Edit HoldingTags Dress-up + + + + + PathPocketShape + + + Default length of extensions. + + + + + List of features to extend. + + + + + When enabled connected extension edges are combined to wires. + + + + + Uses the outline of the base geometry. + + + + + PathPropertyBag + + + Edit PropertyBag + + + + + Create PropertyBag + + + + + PropertyBag + + + + + Creates an object which can be used to store reference properties. + + + + + List of custom property groups + + + PathEngrave