From 0439b4dca94b308b22f0f42ae8f0317d12888a9f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 9 Jan 2023 13:24:16 +0100 Subject: [PATCH] Updated ts files --- src/Gui/Language/FreeCAD.ts | 267 ++--- .../Resources/translations/AddonManager.ts | 153 ++- src/Mod/Arch/Resources/translations/Arch.ts | 4 +- src/Mod/Draft/Resources/translations/Draft.ts | 78 +- .../Image/Gui/Resources/translations/Image.ts | 34 +- .../Gui/Resources/translations/MeshPart.ts | 11 +- .../Resources/translations/OpenSCAD.ts | 76 +- .../Part/Gui/Resources/translations/Part.ts | 45 +- .../Gui/Resources/translations/PartDesign.ts | 8 +- .../Gui/Resources/translations/Sketcher.ts | 672 ++++++------ .../Gui/Resources/translations/TechDraw.ts | 974 ++++++++++++------ src/Mod/Web/Gui/Resources/translations/Web.ts | 22 +- 12 files changed, 1347 insertions(+), 997 deletions(-) diff --git a/src/Gui/Language/FreeCAD.ts b/src/Gui/Language/FreeCAD.ts index fb20942cf9..c96b1c8da9 100644 --- a/src/Gui/Language/FreeCAD.ts +++ b/src/Gui/Language/FreeCAD.ts @@ -47,24 +47,24 @@ - - + + Angle - - + + Axis - + Position - + Enum @@ -498,22 +498,22 @@ Gui::Assistant - - - - + + + + %1 Help - + %1 help files not found (%2). You might need to install the %1 documentation package. - - - + + + Unable to launch Qt Assistant (%1) @@ -4026,7 +4026,7 @@ get date suffix according to the specified format - Allow objects to have same label/name + Allow objects to have same label @@ -5689,7 +5689,7 @@ The 'Status' column shows whether the document could be recovered. - Panning + Panning: @@ -6601,27 +6601,27 @@ Do you want to save your changes? Gui::Flag - + Top left - + Bottom left - + Top right - + Bottom right - + Remove @@ -6881,62 +6881,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? @@ -7181,7 +7181,7 @@ How do you want to proceed? Gui::PropertyEditor::LinkLabel - + Change the linked object @@ -7189,12 +7189,12 @@ How do you want to proceed? Gui::PropertyEditor::LinkSelection - + Error - + Object not found @@ -7318,77 +7318,77 @@ Do you want to exit without saving your data? - + &Copy - + &Copy command - + &Copy history - + Save history as... - + Save history - + Saves Python history across %1 sessions - + &Paste - + Select All - + Clear console - + Insert file name... - + Word wrap - + Save History - + Macro Files - + Insert file name - + All Files @@ -7611,7 +7611,7 @@ Do you want to specify another directory? - + Rotation Increment: @@ -8028,7 +8028,7 @@ Do you want to specify another directory? Gui::TreeDockWidget - + Tree view @@ -8036,7 +8036,7 @@ Do you want to specify another directory? Gui::TreePanel - + Search @@ -8069,148 +8069,148 @@ Do you want to specify another directory? - + Labels & Attributes - + Description - + Application - + Show hidden items - + Show hidden tree view items - + Hide item - + Hide the item in tree - + Create group... - + Create a group - - + + Rename - + Rename object - + Finish editing - + Finish editing object - + Add dependent objects to selection - + Adds all dependent objects to the selection - + Close document - + Close the document - + Reload document - + Reload a partially loaded document - + Skip recomputes - + Enable or disable recomputations of document - + Allow partial recomputes - + Enable or disable recomputating editing object when 'skip recomputation' is enabled - + Mark to recompute - + Mark this object to be recomputed - + Recompute object - + Recompute the selected object - + (but must be executed) - + %1, Internal name: %2 @@ -8427,37 +8427,37 @@ Do you want to specify another directory? QDockWidget - + Tree view - + Property view - + Selection view - + Combo View - + Report view - + Python console - + DAG View @@ -8575,7 +8575,7 @@ Do you want to specify another directory? - + Unsaved document @@ -9135,32 +9135,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? @@ -9290,8 +9290,8 @@ underscore, and must not start with a digit. - - + + Drag & drop failed @@ -9733,13 +9733,13 @@ the current copy will be lost. StdCmdDockViewMenu - + Panels - - + + List of available dock panels @@ -10306,7 +10306,7 @@ the current copy will be lost. - + Unnamed @@ -10810,13 +10810,13 @@ the current copy will be lost. StdCmdStatusBar - + Status bar - - + + Toggles the status bar @@ -10946,13 +10946,13 @@ the current copy will be lost. StdCmdToolBarMenu - + Tool&bars - - + + Toggles this window @@ -11086,13 +11086,13 @@ the current copy will be lost. StdCmdUserInterface - + Dock views - - + + Dock all top-level views @@ -11492,13 +11492,13 @@ the current copy will be lost. StdCmdWindows - + &Windows... - - + + Windows list @@ -11506,9 +11506,9 @@ the current copy will be lost. StdCmdWindowsMenu - - - + + + Activates this window @@ -11983,7 +11983,7 @@ Do you still want to proceed? TreeParams - Tree view item background. Only effecitve in overlay. + Tree view item background. Only effective in overlay. @@ -11998,17 +11998,17 @@ Do you still want to proceed? - Hide tree view scroll bar in dock overlay + Hide tree view scroll bar in dock overlay. - Hide tree view header view in dock overlay + Hide tree view header view in dock overlay. - Allow tree view columns to be manually resized + Allow tree view columns to be manually resized. @@ -12157,4 +12157,17 @@ Do you still want to proceed? + + Gui::MDIView + + + Export PDF + + + + + PDF file + + + diff --git a/src/Mod/AddonManager/Resources/translations/AddonManager.ts b/src/Mod/AddonManager/Resources/translations/AddonManager.ts index fedd0af464..5833f08ae1 100644 --- a/src/Mod/AddonManager/Resources/translations/AddonManager.ts +++ b/src/Mod/AddonManager/Resources/translations/AddonManager.ts @@ -79,7 +79,7 @@ DependencyResolutionDialog - + Resolve Dependencies @@ -1120,9 +1120,9 @@ installed addons will be checked for available updates select_toolbar_dialog - - - + + + Select Toolbar @@ -1141,7 +1141,7 @@ installed addons will be checked for available updates toolbar_button - + Add button? @@ -1185,84 +1185,83 @@ installed addons will be checked for available updates - Worker process {} is taking a long time to stop... - + Worker process {} is taking a long time to stop... - + Previous cache process was interrupted, restarting... - + Custom repo list changed, forcing recache... - + Addon manager - + You must restart FreeCAD for changes to take effect. - + Restart now - + Restart later - - + + Refresh local cache - + Updating cache... - + Could not find addon '{}' to select - - + + Checking for updates... - + Apply {} update(s) - + No updates available - - - + + + Cannot launch a new installer until the previous one has finished. - + Execution of macro failed. See console for failure details. @@ -1310,7 +1309,7 @@ installed addons will be checked for available updates - Could not import QtNetwork -- it does not appear to be installed on your system. Your provider may have a package for this dependency (often called e.g. "python3-pyside2.qtnetwork", for example) + Could not import QtNetwork -- it does not appear to be installed on your system. Your provider may have a package for this dependency (often called "python3-pyside2.qtnetwork") @@ -1341,7 +1340,7 @@ installed addons will be checked for available updates - + Confirm remove @@ -1352,8 +1351,8 @@ installed addons will be checked for available updates - - + + Removing Addon @@ -1364,13 +1363,13 @@ installed addons will be checked for available updates - + Uninstall complete - + Uninstall failed @@ -1490,8 +1489,8 @@ installed addons will be checked for available updates - - + + Success @@ -1629,7 +1628,7 @@ installed addons will be checked for available updates - + {} is not a subdirectory of {} @@ -1697,10 +1696,10 @@ installed addons will be checked for available updates - - - - + + + + Missing Requirement @@ -1726,7 +1725,7 @@ installed addons will be checked for available updates - + Incompatible Python version @@ -1737,110 +1736,109 @@ installed addons will be checked for available updates - Optional dependency on {} ignored because it is not in the allow-list - + Optional dependency on {} ignored because it is not in the allow-list - + Installing dependencies - - + + Cannot execute Python - + Failed to automatically locate your Python executable, or the path is set incorrectly. Please check the Addon Manager preferences setting for the path to Python. - + Dependencies could not be installed. Continue with installation of {} anyway? - - + + Cannot execute pip - + Failed to execute pip, which may be missing from your Python installation. Please ensure your system has pip installed and try again. The failed command was: - - + + Continue with installation of {} anyway? - - + + Package installation failed - + See Report View for detailed failure log. - + Installing Addon - + Installing FreeCAD Addon '{}' - + Cancelling - + Cancelling installation of '{}' - + {} was installed successfully - + Installation Failed - + Failed to install {} - + Create new toolbar - + A macro installed with the FreeCAD Addon Manager - + Run Indicates a macro that can be 'run' @@ -1898,61 +1896,60 @@ installed addons will be checked for available updates - No Vermin, cancelling operation. - - 'Vermin' is a Python package - do not translate + No Vermin, cancelling operation. + NOTE: Vermin is a Python package and proper noun - do not translate - + Scanning Addon for Python version compatibility - + Minimum Python Version Detected - + Vermin auto-detected a required version of Python 3.{} - + Install Vermin? - + Autodetecting the required version of Python for this Addon requires Vermin (https://pypi.org/project/vermin/). OK to install? - + Attempting to install Vermin from PyPi - - + + Installation failed - + Failed to install Vermin -- check Report View for details. 'Vermin' is the name of a Python package, do not translate - + Failed to import vermin after installation -- cannot scan Addon. 'vermin' is the name of a Python package, do not translate - + Select an icon file for this package diff --git a/src/Mod/Arch/Resources/translations/Arch.ts b/src/Mod/Arch/Resources/translations/Arch.ts index 64a77b7980..f6592744b4 100644 --- a/src/Mod/Arch/Resources/translations/Arch.ts +++ b/src/Mod/Arch/Resources/translations/Arch.ts @@ -4017,7 +4017,7 @@ Building creation aborted. - A url that shows this site in a mapping website + A URL that shows this site in a mapping website @@ -4578,7 +4578,7 @@ Building creation aborted. - The type of connection between the lower slab and the start of the stairs + The type of connection between the lower floor slab and the start of the stairs diff --git a/src/Mod/Draft/Resources/translations/Draft.ts b/src/Mod/Draft/Resources/translations/Draft.ts index 776d8619fe..d6f30134bb 100644 --- a/src/Mod/Draft/Resources/translations/Draft.ts +++ b/src/Mod/Draft/Resources/translations/Draft.ts @@ -5027,11 +5027,6 @@ The final angle will be the base angle plus this amount. Wrong input: must be a number between 0 and 100. - - - Please load the Draft Workbench to enable editing this object - - Activate this layer @@ -5044,29 +5039,36 @@ The final angle will be the base angle plus this amount. - + Merge layer duplicates - - + + Add new layer - + Relabeling layer: - + Merging layer: - - + + + + Edit + + + + + Flatten @@ -5177,56 +5179,61 @@ The final angle will be the base angle plus this amount. - + Found 1 non-parametric objects: draftifying it - + Found 1 closed sketch object: creating a face from it - + Found closed wires: creating faces - + Found several wires or edges: wiring them - - + + Found several non-treatable objects: creating compound - + trying: closing it - + Found 1 open wire: closing it - + Found 1 object: draftifying it - + Found points: creating compound - + Unable to upgrade these objects. + + + Text + + Workbench @@ -6982,7 +6989,7 @@ or from the subelement 'VertexN', 'EdgeN', or 'FaceN&ap - + General scaling factor that affects the annotation consistently because it scales the text, and the line decorations, if any, in the same proportion. @@ -6990,7 +6997,7 @@ in the same proportion. - + Annotation style to apply to this object. When using a saved style some of the view properties will become read-only; they will only be editable by changing the style through the 'Annotation style editor' tool. @@ -7626,26 +7633,26 @@ the 'First Angle' and 'Last Angle' properties. - + The size of the text - + The font of the text - + The vertical alignment of the text - + Text color @@ -7656,7 +7663,7 @@ the 'First Angle' and 'Last Angle' properties. - + Line spacing (relative to font size) @@ -7682,23 +7689,23 @@ the 'First Angle' and 'Last Angle' properties. - + Line width - + Line color - + Defines an SVG pattern. - + Defines the size of the SVG pattern. @@ -7837,7 +7844,8 @@ beyond the dimension line Command - + + Transform diff --git a/src/Mod/Image/Gui/Resources/translations/Image.ts b/src/Mod/Image/Gui/Resources/translations/Image.ts index c6da7418a9..db5f8e19f9 100644 --- a/src/Mod/Image/Gui/Resources/translations/Image.ts +++ b/src/Mod/Image/Gui/Resources/translations/Image.ts @@ -147,30 +147,30 @@ - + grey - - - - - - - - - - + + + + + + + + + + zoom - - - - - + + + + + outside image @@ -251,7 +251,7 @@ - Select ImagePlane + Select image plane diff --git a/src/Mod/MeshPart/Gui/Resources/translations/MeshPart.ts b/src/Mod/MeshPart/Gui/Resources/translations/MeshPart.ts index cdb81124e0..f783408bfb 100644 --- a/src/Mod/MeshPart/Gui/Resources/translations/MeshPart.ts +++ b/src/Mod/MeshPart/Gui/Resources/translations/MeshPart.ts @@ -565,7 +565,7 @@ Select a different shape, please. - MeshPart_FlatteningCommand + MeshPart_CreateFlatMesh Unwrap Mesh @@ -573,14 +573,21 @@ Select a different shape, please. - Find a flat representation of a mesh. + + + MeshPart_CreateFlatFace Unwrap Face + + + Find a flat representation of a face. + + diff --git a/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts b/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts index 65217e07ff..1208ef8ffe 100644 --- a/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts +++ b/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts @@ -106,7 +106,12 @@ - maximum fragment size + Maximum fragment size + + + + + Convexity @@ -136,11 +141,6 @@ mm - - - convexity - - Mesh fallback @@ -250,6 +250,11 @@ Mesh Boolean + + + Minkowski sum + + OpenSCAD file contains both 2D and 3D shapes. That is not supported in this importer, all shapes must have the same dimensionality. @@ -257,7 +262,7 @@ - Error all shapes must be either 2D or both must be 3D + Error: either all shapes must be 2D or all shapes must be 3D @@ -273,22 +278,6 @@ - - Workbench - - - OpenSCADTools - - - - - Workbech - - - OpenSCAD Part tools - - - OpenSCAD_ExplodeGroup @@ -384,7 +373,7 @@ - Create Feature that allows to increase the tolerance + Create Feature that allows increasing the tolerance @@ -397,7 +386,7 @@ - Expand all placements downwards the FeatureTree + Expand all placements downwards in the Tree view @@ -410,7 +399,7 @@ - Replace an object in the Feature Tree. Please select old, new, and parent object + Replace an object in the Tree view. Please select old, new, and parent object @@ -430,12 +419,12 @@ OpenSCAD_AddOpenSCADElement - + Add OpenSCAD Element... - + Add an OpenSCAD element by entering OpenSCAD code and executing the OpenSCAD binary @@ -443,12 +432,12 @@ OpenSCAD_MeshBoolean - + Mesh Boolean... - + Export objects as meshes and use OpenSCAD to perform a boolean operation @@ -456,26 +445,39 @@ OpenSCAD_Hull - + Hull - - Perform Hull + + Use OpenSCAD to create a hull + + + + + Workbench + + + OpenSCAD Tools + + + + + Frequently-used Part WB tools OpenSCAD_Minkowski - - Minkowski + + Minkowski sum - - Perform Minkowski + + Use OpenSCAD to create a Minkowski sum diff --git a/src/Mod/Part/Gui/Resources/translations/Part.ts b/src/Mod/Part/Gui/Resources/translations/Part.ts index d549f2e30c..42a1b5392f 100644 --- a/src/Mod/Part/Gui/Resources/translations/Part.ts +++ b/src/Mod/Part/Gui/Resources/translations/Part.ts @@ -3517,79 +3517,79 @@ during file reading (slower but higher details). - + Plane - + Box - + Cylinder - + Cone - + Sphere - + Ellipsoid - + Torus - + Prism - + Wedge - + Helix - + Spiral - + Circle - + Ellipse @@ -3600,13 +3600,13 @@ during file reading (slower but higher details). - + Line - + Regular polygon @@ -3844,24 +3844,25 @@ during file reading (slower but higher details). - + Vertex - - - + + + + Create %1 - + No active document - + &Create @@ -5583,7 +5584,7 @@ in the 3D view for the sweep path. - + Edit %1 diff --git a/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts b/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts index 1a82dc7659..ad265ed969 100644 --- a/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts +++ b/src/Mod/PartDesign/Gui/Resources/translations/PartDesign.ts @@ -2885,19 +2885,19 @@ measured along the specified direction - + Base X axis - + Base Y axis - + Base Z axis @@ -2913,7 +2913,7 @@ measured along the specified direction - + Select reference... diff --git a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts index 4f26e80666..079127a287 100644 --- a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts +++ b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts @@ -128,27 +128,27 @@ CmdSketcherCompConstrainRadDia - + Constrain arc or circle - + Constrain an arc or a circle - + Constrain radius - + Constrain diameter - + Constrain auto radius/diameter @@ -388,12 +388,12 @@ CmdSketcherConstrainAngle - + Constrain angle - + Fix the angle of a line or the angle between two lines @@ -427,12 +427,12 @@ CmdSketcherConstrainDiameter - + Constrain diameter - + Fix the diameter of a circle or an arc @@ -479,12 +479,12 @@ CmdSketcherConstrainEqual - + Constrain equal - + Create an equality constraint between two lines or between circles and arcs @@ -505,12 +505,12 @@ CmdSketcherConstrainInternalAlignment - + Constrain internal alignment - + Constrains an element to be aligned with the internal geometry of another element @@ -571,12 +571,12 @@ on the selected vertex CmdSketcherConstrainRadiam - + Constrain auto radius/diameter - + Fix the diameter if a circle is chosen, or the radius if an arc/spline pole is chosen @@ -584,12 +584,12 @@ on the selected vertex CmdSketcherConstrainRadius - + Constrain radius or weight - + Fix the radius of a circle or an arc or fix the weight of a pole of a B-Spline @@ -597,12 +597,12 @@ on the selected vertex CmdSketcherConstrainSnellsLaw - + Constrain refraction (Snell's law') - + Create a refraction law (Snell's law) constraint between two endpoints of rays and an edge as an interface. @@ -611,12 +611,12 @@ and an edge as an interface. CmdSketcherConstrainSymmetric - + Constrain symmetrical - + Create a symmetry constraint between two points with respect to a line or a third point @@ -1497,12 +1497,12 @@ This will clear the 'Support' property, if any. CmdSketcherToggleActiveConstraint - + Activate/deactivate constraint - + Activates or deactivates the selected constraints @@ -1523,12 +1523,12 @@ This will clear the 'Support' property, if any. CmdSketcherToggleDrivingConstraint - + Toggle driving/reference constraint - + Set the toolbar, or the selected constraints, into driving or reference mode @@ -1747,100 +1747,100 @@ invalid constraints, degenerated geometry, etc. - - - - - - + + + + + + Add tangent constraint - - - - - - - - - - - - - - + + + + + + + + + + + + + + Add tangent constraint point - - - - + + + + Add radius constraint - - - - + + + + Add diameter constraint - - - - + + + + Add radiam constraint - - - - - - + + + + + + Add angle constraint - - + + Add equality constraint - - - - - + + + + + Add symmetric constraint - + Add Snell's law constraint - - + + Add internal alignment constraint - + Toggle constraint to driving/reference - + Activate/Deactivate constraint @@ -2028,7 +2028,7 @@ invalid constraints, degenerated geometry, etc. - + Join Curves @@ -2096,22 +2096,22 @@ invalid constraints, degenerated geometry, etc. - + Drag Point - + Drag Curve - + Drag Constraint - + Modify sketch constraints @@ -2305,7 +2305,7 @@ invalid constraints, degenerated geometry, etc. - + @@ -2368,76 +2368,77 @@ invalid constraints, degenerated geometry, etc. - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2634,14 +2635,14 @@ invalid constraints, degenerated geometry, etc. - + - - + + Error @@ -2695,10 +2696,10 @@ invalid constraints, degenerated geometry, etc. - - - - + + + + Select the right things from the sketch. @@ -2717,15 +2718,15 @@ invalid constraints, degenerated geometry, etc. - - - - - - - - - + + + + + + + + + Select an edge that is not a B-spline weight. @@ -2785,7 +2786,7 @@ invalid constraints, degenerated geometry, etc. - + Select at least two lines from the sketch. @@ -2877,231 +2878,236 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - - + + + Cannot add a tangency constraint at an unconnected point! - - - + + Tangent constraint at B-spline knot is only supported with lines! + + + + + + Tangency to B-spline edge currently unsupported. - - - - - - + + + + + + Select one or more arcs or circles from the sketch. - - + + Select either only one or more B-Spline poles or only one or more arcs or circles from the sketch, but not mixed. - - - + + + Constraint only applies to arcs or circles. - + Select an edge that is not a B-spline weight - - + + Select one or two lines from the sketch. Or select two edges and a point. - - + + Parallel lines - - + + An angle constraint cannot be set for two parallel lines. - + Cannot add an angle constraint on an axis! - + Select two edges from the sketch. - - + + Select two or more compatible edges. - + Sketch axes cannot be used in equality constraints. - + Equality for B-spline edge currently unsupported. - - - + + + Select two or more edges of similar type. - - - - - + + + + + Select two points and a symmetry line, two points and a symmetry point or a line and a symmetry point from the sketch. - - + + Cannot add a symmetry constraint between a line and its end points. - - + + Cannot add a symmetry constraint between a line and its end points! - + Select two endpoints of lines to act as rays, and an edge representing a boundary. The first selected point corresponds to index n1, second to n2, and datum value sets the ratio n2/n1. Constraint_SnellsLaw - + Selected objects are not just geometry from one sketch. - + Number of selected objects is not 3 (is %1). - + Cannot create constraint with external geometry only. - + Incompatible geometry is selected. - + SnellsLaw on B-spline edge is currently unsupported. - - + + Select at least one ellipse and one edge from the sketch. - + Sketch axes cannot be used in internal alignment constraint. - + You cannot internally constrain an ellipse on another ellipse. Select only one ellipse. - - + + Maximum 2 points are supported. - - + + Maximum 2 lines are supported. - - + + Nothing to constrain - - + + Currently all internal geometrical elements of the ellipse are already exposed. - - + + Extra elements - - + + More elements than possible for the given ellipse were provided. These were ignored. - + You cannot internally constrain an arc of ellipse on another arc of ellipse. Select only one arc of ellipse. - + You cannot internally constrain an ellipse on an arc of ellipse. Select only one ellipse or arc of ellipse. - + More elements than possible for the given arc of ellipse were provided. These were ignored. - + Currently internal geometry is only supported for ellipse or arc of ellipse. The last selected element must be an ellipse or an arc of ellipse. - - - - + + + + Select constraints from the sketch. @@ -3160,7 +3166,7 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + Selection is empty @@ -3175,38 +3181,28 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - Wrong OCE/OCC version - - - - - This version of OCE/OCC does not support knot operation. You need 6.9.0 or higher - - - - + Nothing is selected. Please select end points of curves. - + Too many curves on point - - + + Exactly two curve should end at the selected point to be able to join them. - + Too few curves on point - + Two end points, or coincident point should be selected. @@ -3580,12 +3576,12 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + Refractive index ratio - + Ratio n2/n1: @@ -3666,7 +3662,7 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c SketcherGui::ElementView - + Delete @@ -4672,120 +4668,120 @@ However, no constraints linking to the endpoints were found. - - - - - - - - - - + + + + + + + + + + Construction - + Elements - - - + + + Point - - - - - - - - - - + + + + + + + + + + Internal - - - + + + Line - - - + + + Arc - - - + + + Circle - - - + + + Ellipse - - - + + + Elliptical Arc - - - + + + Hyperbolic Arc - - - + + + Parabolic Arc - - - + + + BSpline - - - + + + Other - + Extended information @@ -5038,119 +5034,119 @@ This is done by analyzing the sketch geometries and constraints. SketcherGui::ViewProviderSketch - + Edit sketch - + A dialog is already open in the task panel - + Do you want to close this dialog? - + Invalid sketch - + Do you want to open the sketch validation tool? - + The sketch is invalid and cannot be edited. - + Please remove the following constraint: - + Please remove at least one of the following constraints: - + Please remove the following redundant constraint: - + Please remove the following redundant constraints: - + The following constraint is partially redundant: - + The following constraints are partially redundant: - + Please remove the following malformed constraint: - + Please remove the following malformed constraints: - + Empty sketch - + Over-constrained: - + Malformed constraints: - + Redundant constraints: - + Partially redundant: - + Solver failed to converge - + Under constrained: - + %n DoF(s) - + Fully constrained @@ -5248,8 +5244,8 @@ This is done by analyzing the sketch geometries and constraints. Sketcher_ConstrainDiameter - - + + Fix the diameter of a circle or an arc @@ -5257,7 +5253,7 @@ This is done by analyzing the sketch geometries and constraints. Sketcher_ConstrainRadiam - + Fix the radius/diameter of a circle or an arc @@ -5265,8 +5261,8 @@ This is done by analyzing the sketch geometries and constraints. Sketcher_ConstrainRadius - - + + Fix the radius of a circle or an arc @@ -5274,7 +5270,7 @@ This is done by analyzing the sketch geometries and constraints. Sketcher_ConstraintRadiam - + Fix the radius/diameter of a circle or an arc @@ -5922,7 +5918,7 @@ Eigen Sparse QR algorithm is optimized for sparse matrices; usually faster ViewProviderSketch - + and %1 more diff --git a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts index e4283e4b50..88ee0f261b 100644 --- a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts +++ b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts @@ -75,12 +75,12 @@ CmdTechDraw3PtAngleDimension - + TechDraw - + Insert 3-Point Angle Dimension @@ -88,12 +88,12 @@ CmdTechDrawActiveView - + TechDraw - + Insert Active View (3D View) @@ -101,12 +101,12 @@ CmdTechDrawAngleDimension - + TechDraw - + Insert Angle Dimension @@ -127,17 +127,17 @@ CmdTechDrawArchView - + TechDraw - + Insert Arch Workbench Object - + Insert a View of a Section Plane from Arch Workbench @@ -145,12 +145,12 @@ CmdTechDrawBalloon - + TechDraw - + Insert Balloon Annotation @@ -176,12 +176,12 @@ CmdTechDrawClipGroup - + TechDraw - + Insert Clip Group @@ -189,12 +189,12 @@ CmdTechDrawClipGroupAdd - + TechDraw - + Add View to Clip Group @@ -202,12 +202,12 @@ CmdTechDrawClipGroupRemove - + TechDraw - + Remove View from Clip Group @@ -215,17 +215,17 @@ CmdTechDrawComplexSection - + TechDraw - + Insert Complex Section - + Insert a Complex Section @@ -295,12 +295,12 @@ CmdTechDrawDetailView - + TechDraw - + Insert Detail View @@ -308,12 +308,12 @@ CmdTechDrawDiameterDimension - + TechDraw - + Insert Diameter Dimension @@ -321,12 +321,12 @@ CmdTechDrawDimension - + TechDraw - + Insert Dimension @@ -334,17 +334,17 @@ CmdTechDrawDraftView - + TechDraw - + Insert Draft Workbench Object - + Insert a View of a Draft Workbench object @@ -352,22 +352,22 @@ CmdTechDrawExportPageDXF - + File - + Export Page as DXF - + Save DXF file - + DXF (*.dxf) @@ -375,12 +375,12 @@ CmdTechDrawExportPageSVG - + File - + Export Page as SVG @@ -1390,22 +1390,22 @@ CmdTechDrawExtentGroup - + TechDraw - + Insert Extent Dimension - + Horizontal Extent - + Vertical Extent @@ -1452,12 +1452,12 @@ CmdTechDrawHorizontalDimension - + TechDraw - + Insert Horizontal Dimension @@ -1465,12 +1465,12 @@ CmdTechDrawHorizontalExtentDimension - + TechDraw - + Insert Horizontal Extent Dimension @@ -1507,12 +1507,12 @@ CmdTechDrawLandmarkDimension - + TechDraw - + Insert Landmark Dimension - EXPERIMENTAL @@ -1533,12 +1533,12 @@ CmdTechDrawLengthDimension - + TechDraw - + Insert Length Dimension @@ -1546,12 +1546,12 @@ CmdTechDrawLinkDimension - + TechDraw - + Link Dimension to 3D Geometry @@ -1572,12 +1572,12 @@ CmdTechDrawPageDefault - + TechDraw - + Insert Default Page @@ -1585,17 +1585,17 @@ CmdTechDrawPageTemplate - + TechDraw - + Insert Page using Template - + Select a Template File @@ -1608,12 +1608,12 @@ CmdTechDrawPrintAll - + TechDraw - + Print All Pages @@ -1621,12 +1621,12 @@ CmdTechDrawProjectShape - + TechDraw - + Project shape... @@ -1634,17 +1634,17 @@ CmdTechDrawProjectionGroup - + TechDraw - + Insert Projection Group - + Insert multiple linked views of drawable object(s) @@ -1665,12 +1665,12 @@ CmdTechDrawRadiusDimension - + TechDraw - + Insert Radius Dimension @@ -1678,12 +1678,12 @@ CmdTechDrawRedrawPage - + TechDraw - + Redraw Page @@ -1704,22 +1704,22 @@ CmdTechDrawSectionGroup - + TechDraw - + Insert a simple or complex Section View - + Section View - + Complex Section @@ -1727,12 +1727,12 @@ CmdTechDrawSectionView - + TechDraw - + Insert Section View @@ -1753,17 +1753,17 @@ CmdTechDrawSpreadsheetView - + TechDraw - + Insert Spreadsheet View - + Insert View to a spreadsheet @@ -1874,17 +1874,17 @@ CmdTechDrawSymbol - + TechDraw - + Insert SVG Symbol - + Insert symbol from an SVG file @@ -1906,12 +1906,12 @@ CmdTechDrawVerticalDimension - + TechDraw - + Insert Vertical Dimension @@ -1919,12 +1919,12 @@ CmdTechDrawVerticalExtentDimension - + TechDraw - + Insert Vertical Extent Dimension @@ -1932,17 +1932,17 @@ CmdTechDrawView - + TechDraw - + Insert View - + Insert a View @@ -1963,59 +1963,59 @@ Command - + Drawing create page - + Create view - + Create Projection Group - + Create Clip - + ClipGroupAdd - + ClipGroupRemove - + Create Symbol - + Create DraftView - + Create ArchView - + Create spreadsheet view - - + + Save page to dxf @@ -2035,14 +2035,8 @@ - - - - - - - - + + Create Dimension @@ -2072,12 +2066,12 @@ - + Drag Balloon - + Drag Dimension @@ -2612,52 +2606,52 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Wrong selection - - + + No Shapes, Groups or Links in this selection - - + + Select at least 1 DrawViewPart object as Base. - + I do not know what base view to use. - + No Base View, Shapes, Groups or Links in this selection - + No profile object found in selection @@ -2665,260 +2659,314 @@ - - - - - - - - - + + + + + + + + + + + + + + + Incorrect selection - - + + Select an object first - - + + Too many objects selected - - + + Create a page first. - - + + + + + + + + + No View of a Part in selection. - + Select one Clip group and one View. - + Select exactly one View to add to group. - + Select exactly one Clip group. - + Clip and View must be from same Page. - + Select exactly one View to remove from Group. - + View does not belong to a Clip - + Choose an SVG file to open - + Scalable Vector Graphic - + All Files - + Select at least one object. - + Please select only 1 Arch Section. - + No Arch Sections in selection. - + Select exactly one Spreadsheet object. - + No Drawing View - + Open Drawing View before attempting export to SVG. - + Can not export selection - + Page contains DrawViewArch which will not be exported. Continue? - - + + Ellipse Curve Warning - + Selected edge is an Ellipse. Radius will be approximate. Continue? - - + + BSpline Curve Warning - + Selected edge is a BSpline. Radius will be approximate. Continue? - - - - - - - + + + + + + + + + + - + + + + + + + + + + + Incorrect Selection - - + + Can not make 2d radius dimension from selection + + + + + Can not make 3d radius dimension from selection + + + + + BSpline Curve Error - + Selected edge is a BSpline and a radius can not be calculated. - + + Can not make 2d diameter dimension from selection + + + + + Can not make 3d diameter dimension from selection + + + + Selected edge is an Ellipse. Diameter will be approximate. Continue? - + Selected edge is a BSpline. Diameter will be approximate. Continue? - + Selected edge is a BSpline and a diameter can not be calculated. - - Selection for Diameter does not contain a circular edge (edge type: %1) + + Can not make 2d linear dimension from selection - - Need 1 straight Edge, 2 Vertexes, 2 Edges or 1 Vertex and 1 Edge for Distance Dimension + + Can not make 3d linear dimension from selection - - Need 1 straight Edge, 2 Vertexes, 2 Edges or 1 Vertex and 1 Edge for Horizontal Dimension + + Can not make 2d horizontal dimension from selection - - Need 1 straight Edge, 2 Vertexes, 2 Edges or 1 Vertex and 1 Edge for Vertical Dimension + + Can not make 3d horizontal dimension from selection - - Need two straight edges to make an Angle Dimension + + Can not make 2d vertical dimension from selection - - Need three points to make a 3 point Angle Dimension + + Can not make 3d vertical dimension from selection + + Can not make 2d angle dimension from selection + + + + + + Can not make 3d angle dimension from selection + + + + + Can not make 2d extent dimension from selection + + + + + Can not make 3d extent dimension from selection + + + + + There is no Dimension in your selection + + + + There is no 3D object in your selection - + There are no 3D Edges or Vertices in your selection - - - - - Selection Error - - - - - - Please select a View [and Edges]. - - - - + Select 2 point objects and 1 View. (1) - + Select 2 point objects and 1 View. (2) - - - No Feature with Shape in selection. - - @@ -2935,9 +2983,12 @@ - - - + + + + + + @@ -2950,9 +3001,9 @@ - - - + + + @@ -2961,11 +3012,6 @@ Task In Progress - - - Selection for Radius does not contain a circular edge (edge type: %1) - - @@ -2982,9 +3028,12 @@ - - - + + + + + + @@ -2997,9 +3046,9 @@ - - - + + + @@ -3057,8 +3106,6 @@ - - No base View in Selection. @@ -3208,66 +3255,66 @@ - - + + No page found - + No Drawing Pages available. - + No Drawing Pages in document. - + PDF (*.pdf) - - + + All Files (*.*) - + Export Page As PDF - + Document Name: - + SVG (*.svg) - + Export page as SVG - - + + Are you sure you want to continue? - + Show drawing - + Toggle KeepUpdated @@ -3412,7 +3459,7 @@ - + Edit %1 @@ -3568,6 +3615,26 @@ Maximum roughness grade number + + + Dimension Repair + + + + + Can not use references from a different View + + + + + Can not make a dimension from selection + + + + + Can not make dimension from selection + + Std_Delete @@ -3578,17 +3645,17 @@ it has a weld symbol that would become broken. - - - + + + - - + + Object dependencies @@ -3600,25 +3667,25 @@ 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. - + The page is not empty, therefore the following referencing objects might be lost: @@ -3636,7 +3703,7 @@ the following referencing objects might be lost: - + The following referencing object might break: @@ -4373,162 +4440,197 @@ when hatching a face with a PAT pattern - + Normal - + Normal line color - + Hidden Line - + Hidden line color - + Preselected - + Preselection color - + Section Face - + Section face color - + Selected - + Selected item color - + Section Line - + Section line color - + Background - + Background color around pages - + Hatch - + Hatch image color - + Dimension - + Color of dimension lines and text. - + Geometric Hatch - + Geometric hatch pattern color - + Centerline - + + Monochrome text color + + + + + <html><head/><body><p>Check this to use light text and lines on dark backgrounds. Set Page Color to a dark color. Transparent or light color faces are recommended with this option.</p></body></html> + + + + + Light on dark + + + + + Page Color + + + + + Use a light color for dark text and dark color for light text. + + + + Centerline color - + Vertex - + Color of vertices in views - + Detail Highlight - + Leaderline - + Default color for leader lines - + Grid Color - + Object faces will be transparent - + Transparent Faces - + Face color (if not transparent) - + + <html><head/><body><p>If checked FreeCAD will use a single colour for all text and lines. If unchecked FreeCAD will attempt to use lighter versions of preferred colours.</p><p><br/></p><p><br/></p></body></html> + + + + + Monochrome + + + + <html><head/><body><p><span style=" font-weight:600;">Note:</span> Items in <span style=" font-style:italic;">italics</span> are default values for new objects. They have no effect on existing objects.</p></body></html> @@ -5165,91 +5267,83 @@ Fast, but result is a collection of short straight lines. TechDrawGui::MDIViewPage - + Toggle &Keep Updated - + Toggle &Frames - + &Export SVG - + Export DXF - + Export PDF - + Print All Pages - + Different orientation - + The printer uses a different orientation than the drawing. Do you want to continue? - + Different paper size - + The printer uses a different paper size than the drawing. Do you want to continue? - + Opening file failed - + Can not open file %1 for writing. - + Save DXF file - + DXF (*.dxf) - + Selected: - - TechDrawGui::QGIViewAnnotation - - - Text - - - TechDrawGui::SymbolChooser @@ -7733,7 +7827,7 @@ using the given X/Y Spacing TechDraw_ComplexSection - + Insert complex Section View @@ -7770,7 +7864,7 @@ using the given X/Y Spacing TechDraw_HorizontalExtent - + Insert Horizontal Extent Dimension @@ -7794,7 +7888,7 @@ using the given X/Y Spacing TechDraw_SectionView - + Insert simple Section View @@ -7834,7 +7928,7 @@ using the given X/Y Spacing TechDraw_VerticalExtentDimension - + Insert Vertical Extent Dimension @@ -8021,4 +8115,236 @@ using the given X/Y Spacing + + TaskDimRepair + + + Dimension Repair + + + + + Dimension + + + + + Name + + + + + Label + + + + + Replace References with Current Selection + + + + + References 2D + + + + + Object + + + + + The View that owns this Dimension + + + + + Geometry + + + + + The subelements of the View that define the geometry for this Dimension + + + + + References 3D + + + + + TechDrawGui::DlgStringListEditor + + + String List Editor + + + + + <html><head/><body><p>Double click to edit a line. New lines are added at the current location in the list.</p></body></html> + + + + + CmdTechDrawRadialGroup + + + TechDraw + + + + + Insert Radius Dimension + + + + + Radius Dimension + + + + + Diameter Linear + + + + + TechDraw_RadiusDimension + + + Insert Radius Dimension + + + + + TechDraw_DiameterDimension + + + Insert Diameter Dimension + + + + + CmdTechDrawLinearGroup + + + TechDraw + + + + + Insert Linear Dimension + + + + + Linear Dimension + + + + + Horizontal Linear + + + + + Vertical Linear + + + + + TechDraw_LengthDimension + + + Insert Linear Dimension + + + + + TechDraw_HorizontalLinear + + + Insert Horizontal Linear Dimension + + + + + TechDraw_VerticalDimension + + + Insert Vertical Linear Dimension + + + + + CmdTechDrawAngularGroup + + + TechDraw + + + + + Insert Angular Dimension + + + + + Angular Dimension + + + + + 3Pt Angular Dimension + + + + + TechDraw_AngleDimension + + + Insert Angle Dimension + + + + + TechDraw_3PtAngleDimension + + + Insert 3-Point Angle Dimension + + + + + CmdTechDrawDimensionRepair + + + TechDraw + + + + + Repair Dimension References + + + + + TechDrawGui::TaskDimRepair + + + Object Name + + + + + Object Label + + + + + SubElement + + + diff --git a/src/Mod/Web/Gui/Resources/translations/Web.ts b/src/Mod/Web/Gui/Resources/translations/Web.ts index 484881ec18..58633e1dd5 100644 --- a/src/Mod/Web/Gui/Resources/translations/Web.ts +++ b/src/Mod/Web/Gui/Resources/translations/Web.ts @@ -128,13 +128,13 @@ QObject - + Browser - + File does not exist! @@ -142,24 +142,24 @@ WebGui::BrowserView - - - + + + Error - + There were errors while loading the file. Some data might have been modified or not recovered at all. Look in the report view for more specific information about the objects involved. - + There were serious errors while loading the file. Some data might have been modified or not recovered at all. Saving the project will most likely result in loss of data. - + Loading %1... @@ -167,17 +167,17 @@ WebGui::WebView - + Open in External Browser - + Open in new window - + View source