diff --git a/src/Gui/Language/FreeCAD.ts b/src/Gui/Language/FreeCAD.ts index eda43dff4f..7b8a23d50e 100644 --- a/src/Gui/Language/FreeCAD.ts +++ b/src/Gui/Language/FreeCAD.ts @@ -431,6 +431,14 @@ while doing a left or right click and move the mouse up or down Out Of Range + + " + + + + " + + Gui::Dialog::CameraDialog @@ -1054,10 +1062,6 @@ If this is not ticked, then the property must be uniquely named, and it is acces Buttons - - Clear - - Print Reference @@ -1066,6 +1070,10 @@ If this is not ticked, then the property must be uniquely named, and it is acces Spaceball Buttons + + Reset + + Gui::Dialog::DlgDisplayProperties @@ -2079,10 +2087,6 @@ Specify another directory, please. Filter by type - - If enabled, then 3D view selection will be sychronize with full object hierarchy. - - Sync sub-object selection @@ -2095,6 +2099,10 @@ Specify another directory, please. Clear + + If enabled, then 3D view selection will be synchronized with full object hierarchy. + + Gui::Dialog::DlgReportView @@ -2236,6 +2244,14 @@ from Python console to Report view panel Include a timecode for each entry + + Normal messages will be recorded + + + + Record normal messages + + Gui::Dialog::DlgRunExternal @@ -3148,6 +3164,34 @@ You can also use the form: John Doe <john@doe.com> The directory in which the application will search for macros + + Recent macros menu + + + + Size of recent macro list + + + + How many macros should be listed in recent macros list + + + + Shortcut count + + + + How many recent macros should have shortcuts + + + + Keyboard Modifiers + + + + Keyboard modifiers, default = Ctrl+Shift+ + + Gui::Dialog::DlgSettingsNavigation @@ -3226,14 +3270,6 @@ Turntable: the part will be rotated around the z-axis. Trackball - - New document camera orientation - - - - Camera orientation for new documents - - New document scale @@ -3338,6 +3374,14 @@ Mouse tilting is not disabled by this setting. Custom + + Default camera orientation + + + + Default camera orientation when creating a new document or selecting the home view + + Gui::Dialog::DlgSettingsUnits @@ -3441,6 +3485,10 @@ Mouse tilting is not disabled by this setting. Imperial for Civil Eng (ft, ft/sec) + + FEM (mm, N, sec) + + Gui::Dialog::DlgSettingsViewColor @@ -4383,18 +4431,6 @@ The 'Status' column shows whether the document could be recovered. Gui::DockWnd::ReportOutput - - Logging - - - - Warning - - - - Error - - Options @@ -4427,6 +4463,30 @@ The 'Status' column shows whether the document could be recovered.Plain Text Files + + Display message types + + + + Normal messages + + + + Log messages + + + + Warnings + + + + Errors + + + + Show report view on + + Gui::DockWnd::ReportView @@ -4587,6 +4647,20 @@ Do you want to save your changes? + + Gui::ExpressionLineEdit + + Exact match + + + + + Gui::ExpressionTextEdit + + Exact match + + + Gui::FileChooser @@ -5216,6 +5290,21 @@ Do you want to exit without saving your data? + + Gui::RecentMacrosAction + + Run macro %1 (Shift+click to edit) shortcut: %2 + + + + File not found + + + + The file '%1' cannot be opened. + + + Gui::RevitNavigationStyle @@ -6533,6 +6622,42 @@ Choose 'Abort' to abort Override colors... + + Identical physical path detected. It may cause unwanted overwrite of existing document! + + + + + + Are you sure you want to continue? + + + + + +Please check report view for more... + + + + + +Pyhsical path: + + + + +Document: + + + + + Path: + + + + Identical physical path + + SelectionFilter @@ -7739,6 +7864,21 @@ Choose 'Abort' to abort + + StdCmdRecentMacros + + Macro + + + + Recent macros + + + + Recent macro list + + + StdCmdRedo @@ -8425,6 +8565,21 @@ Choose 'Abort' to abort + + StdCmdViewHome + + Standard-View + + + + Home + + + + Set to default home view + + + StdCmdViewIsometric @@ -9019,13 +9174,11 @@ Are you sure you want to continue? - These items are selected for deletion, but are not in the active document. - - + Object dependencies - Object dependencies + These items are selected for deletion, but are not in the active document. diff --git a/src/Mod/AddonManager/Resources/translations/AddonManager.ts b/src/Mod/AddonManager/Resources/translations/AddonManager.ts index 7b7595364e..222e070b3c 100644 --- a/src/Mod/AddonManager/Resources/translations/AddonManager.ts +++ b/src/Mod/AddonManager/Resources/translations/AddonManager.ts @@ -3,7 +3,7 @@ AddonInstaller - + Installed location @@ -96,7 +96,7 @@ - + Outdated GitPython detected, consider upgrading with pip. @@ -106,82 +106,82 @@ - + Retrieving description... - + Retrieving info from - + An update is available for this addon. - + This addon is already installed. - + Retrieving info from git - + Retrieving info from wiki - + GitPython not found. Using standard download instead. - + Your version of python doesn't appear to support ZIP files. Unable to proceed. - + Workbench successfully installed. Please restart FreeCAD to apply the changes. - + Missing workbench - + Missing python module - + Missing optional python module (doesn't prevent installing) - + Some errors were found that prevent to install this workbench - + Please install the missing components first. - + Error: Unable to download - + Successfully installed @@ -211,27 +211,27 @@ - + This macro is already installed. - + A macro has been installed and is available under Macro -> Macros menu - + This addon is marked as obsolete - + This usually means it is no longer maintained, and some more advanced addon in this list provides the same functionality. - + Error: Unable to locate zip from @@ -241,30 +241,35 @@ - + This addon is marked as Python 2 Only - + This workbench may no longer be maintained and installing it on a Python 3 system will more than likely result in errors at startup or while in use. - + User requested updating a Python 2 workbench on a system running Python 3 - - + Workbench successfully updated. Please restart FreeCAD to apply the changes. - + User requested installing a Python 2 workbench on a system running Python 3 - + + + Appears to be an issue connecting to the Wiki, therefore cannot retrieve Wiki macro list at this time + + Dialog @@ -360,12 +365,6 @@ installed addons will be checked for available updates Automatically check for updates at start (requires GitPython) - - - You can use this window to specify additional addon repositories -sto be scanned for available addons - - Proxy @@ -396,6 +395,12 @@ sto be scanned for available addons Close the Addon Manager + + + You can use this window to specify additional addon repositories +to be scanned for available addons + + Std_AddonMgr diff --git a/src/Mod/Arch/Resources/translations/Arch.ts b/src/Mod/Arch/Resources/translations/Arch.ts index ee8a19f214..d40a10221a 100644 --- a/src/Mod/Arch/Resources/translations/Arch.ts +++ b/src/Mod/Arch/Resources/translations/Arch.ts @@ -113,7 +113,7 @@ - + The placement of this object @@ -203,12 +203,12 @@ - + The linked object - + The line width of the rendered objects @@ -503,37 +503,37 @@ - + The diameter of the bar - + The distance between the border of the beam and the first bar (concrete cover). - + The distance between the border of the beam and the last bar (concrete cover). - + The amount of bars - + The spacing between the bars - + The direction to use to spread the bars. Keep (0,0,0) for automatic direction. - + The fillet to apply to the angle of the base profile. This value is multiplied by the bar diameter. @@ -613,52 +613,52 @@ - + If false, non-solids will be cut too, with possible wrong results. - + The display length of this section plane - + The display height of this section plane - + The size of the arrows of this section plane - + Show the cut in the 3D view - + The rendering mode to use - + If cut geometry is shown or not - + If cut geometry is filled or not - + The size of the texts inside this object - + If checked, source objects are displayed regardless of being visible in the 3D model @@ -808,52 +808,52 @@ - + The text to show. Use $area, $label, $tag, $floor, $walls, $ceiling to insert the respective data - + The name of the font - + The color of the area text - + The size of the text font - + The size of the first line of text - + The space between the lines of text - + The position of the text. Leave (0,0,0) for automatic position - + The justification of the text - + The number of decimals to use for calculated texts - + Show the unit suffix @@ -1023,12 +1023,12 @@ - + The normal direction of this window - + The area of this window @@ -1043,7 +1043,7 @@ - + Opens the subcomponents that have a hinge defined @@ -1083,12 +1083,12 @@ - + The line color of the projected objects - + The color of the cut faces (if turned on) @@ -1098,7 +1098,7 @@ - + The number of the wire that defines the hole. A value of 0 means automatic @@ -1168,27 +1168,27 @@ - + The total distance to span the rebars over. Keep 0 to automatically use the host shape size. - + List of placement of all the bars - + The structure object that hosts this rebar - + The custom spacing of rebar - + Shape of rebar @@ -1198,17 +1198,17 @@ - + Shows plan opening symbols if available - + Show elevation opening symbols if available - + The objects that host this window @@ -1263,12 +1263,12 @@ - + The shape of this object - + The line width of this object @@ -1363,12 +1363,12 @@ - + Length of a single rebar - + Total length of all rebars @@ -1393,22 +1393,22 @@ - + The objects that must be considered by this section plane. Empty means the whole document. - + The transparency of this object - + The color of this object - + The distance between the cut plane and the actual view cut (keep this a very small value but not zero) @@ -1523,57 +1523,57 @@ - + The components of this window - + The depth of the hole that this window makes in its host object. If 0, the value will be calculated automatically. - + An optional object that defines a volume to be subtracted from hosts of this window - + The width of this window - + The height of this window - + The preset number this window is based on - + The frame size of this window - + The offset size of this window - + The width of louvre elements - + The space between louvre elements - + The number of the wire that defines the hole. If 0, the value will be calculated automatically @@ -1628,12 +1628,12 @@ - + If True, resulting views will be clipped to the section plane area. - + If true, the color of the objects material will be used to fill cut areas. @@ -1997,11 +1997,16 @@ Show wind rose diagram or not. Uses solar diagram scale. Needs Ladybug module + + + The rebar mark + + Arch - + Components @@ -2021,12 +2026,12 @@ - + Remove - + Add @@ -2136,7 +2141,7 @@ - + Create Section Plane @@ -2171,47 +2176,47 @@ - + Create Window - + Edit - + Create/update component - + Base 2D object - + Wires - + Create new component - + Name - + Type - + Thickness @@ -2221,7 +2226,7 @@ - + file %s successfully created. @@ -2256,7 +2261,7 @@ - + Create Rebar @@ -2476,7 +2481,7 @@ If Run = 0 then Run is calculated so that the height is the same one as the rela - + Set text position @@ -2686,7 +2691,7 @@ If Run = 0 then Run is calculated so that the height is the same one as the rela - + Offset @@ -2773,22 +2778,22 @@ Site creation aborted. - + Hinge - + Opening mode - + Get selected edge - + Press to retrieve the selected edge @@ -2823,12 +2828,12 @@ Site creation aborted. - + Hole wire - + Pick selected @@ -2913,7 +2918,7 @@ Site creation aborted. - + Space boundaries @@ -2923,7 +2928,7 @@ Site creation aborted. - + Window elements @@ -3193,7 +3198,7 @@ Floor creation aborted. - + Please select a base face on a structural object @@ -3203,37 +3208,37 @@ Floor creation aborted. - + Section plane settings - + Objects seen by this section plane: - + Section plane placement: - + Rotate X - + Rotate Y - + Rotate Z - + Resize @@ -3291,32 +3296,32 @@ Note: You can change that in the preferences. - + Choose a face on an existing object or select a preset - + Unable to create component - + The number of the wire that defines a hole in the host object. A value of zero will automatically adopt the largest wire - + + default - + If this is checked, the default Frame value of this window will be added to the value entered here - + If this is checked, the default Offset value of this window will be added to the value entered here @@ -3331,7 +3336,7 @@ Note: You can change that in the preferences. - + Error: Space '%s' has no Zone. Aborting. @@ -3361,7 +3366,7 @@ Note: You can change that in the preferences. - + Successfully written @@ -3371,7 +3376,7 @@ Note: You can change that in the preferences. - + Successfully imported @@ -3384,42 +3389,42 @@ You can change that in the preferences. - + Remove highlighted objects from the list above - + Add selected - + Add selected object(s) to the scope of this section plane - + Rotates the plane along the X axis - + Rotates the plane along the Y axis - + Rotates the plane along the Z axis - + Resizes the plane to fit the objects in the list above - + Centers the plane on the objects in the list above @@ -3459,7 +3464,7 @@ You can change that in the preferences. - + Preset @@ -3519,22 +3524,22 @@ You can change that in the preferences. - + Window - + Window options - + Auto include in host object - + Sill height @@ -3628,11 +3633,6 @@ You can change that in the preferences. Shapefile module not found - - - The shapefile python library was not found on your system. Would you like to downloadit now from <a href="https://github.com/GeospatialPython/pyshp">https://github.com/GeospatialPython/pyshp</a>? It will be placed in your macros folder. - - Error: Unable to download from: @@ -3658,6 +3658,11 @@ You can change that in the preferences. The shapefile library can be downloaded from the following URL and installed in your macros folder: + + + The shapefile python library was not found on your system. Would you like to download it now from <a href="https://github.com/GeospatialPython/pyshp">https://github.com/GeospatialPython/pyshp</a>? It will be placed in your macros folder. + + ArchMaterial @@ -4257,12 +4262,12 @@ You can change that in the preferences. Arch_Rebar - + Creates a Reinforcement bar from the selected face of a structural object - + Custom Rebar @@ -4335,12 +4340,12 @@ You can change that in the preferences. Arch_SectionPlane - + Section Plane - + Creates a section plane object, including the selected objects @@ -4491,12 +4496,12 @@ You can change that in the preferences. Arch_Window - + Window - + Creates a window object from a selected object (wire, rectangle or sketch) @@ -4781,7 +4786,7 @@ a certain property. - An optional semicolon (;) separated list of object names + An optional semicolon (;) separated list of object names (internal names, not labels), to be considered by this operation. If the list contains groups, children will be added. Leave blank to use all objects from the document @@ -4789,14 +4794,14 @@ Leave blank to use all objects from the document - <html><head/><body><p>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):</p><p><span style=" font-weight:600;">Name:Wall</span> - Will only consider objects with &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">!Name:Wall</span> - Will only consider objects which DON'T have &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">Descriptionl:Win</span> - Will only consider objects with &quot;win&quot; in their description</p><p><span style=" font-weight:600;">!Label:Win</span> - Will only consider objects which DON't have &quot;win&quot; in their label</p><p><span style=" font-weight:600;">IfcType:Wall</span> - Will only consider objects which Ifc Type is &quot;Wall&quot;</p><p><span style=" font-weight:600;">!Tag:Wall</span> - Will only consider objects which tag is NOT &quot;Wall&quot;</p><p>If you leave this field empty, no filtering is applied</p></body></html> + <html><head/><body><p>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):</p><p><span style=" font-weight:600;">Name:Wall</span> - Will only consider objects with &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">!Name:Wall</span> - Will only consider objects which DON'T have &quot;wall&quot; in their name (internal name)</p><p><span style=" font-weight:600;">Description:Win</span> - Will only consider objects with &quot;win&quot; in their description</p><p><span style=" font-weight:600;">!Label:Win</span> - Will only consider objects which DO NOT have &quot;win&quot; in their label</p><p><span style=" font-weight:600;">IfcType:Wall</span> - Will only consider objects which Ifc Type is &quot;Wall&quot;</p><p><span style=" font-weight:600;">!Tag:Wall</span> - Will only consider objects which tag is NOT &quot;Wall&quot;</p><p>If you leave this field empty, no filtering is applied</p></body></html> Draft - + Writing camera position @@ -5197,17 +5202,17 @@ Leave blank to use all objects from the document - + Show debug messages - + Separate openings - + Prefix names with ID number @@ -5282,7 +5287,7 @@ Leave blank to use all objects from the document - + Force export as Brep @@ -5307,77 +5312,77 @@ Leave blank to use all objects from the document - + Export options - + General options - + Import options - + Import arch IFC objects as - + Specifies what kind of objects will be created in FreeCAD - + Parametric Arch objects - + Non-parametric Arch objects - + Simple Part shapes - + One compound per floor - + Do not import Arch objects - + Import struct IFC objects as - + One compound for all - + Do not import structural objects - + Root element: - + Detect extrusions @@ -5452,17 +5457,17 @@ Leave blank to use all objects from the document - + Use triangulation options set in the DAE options page - + Use DAE triangulation options - + Join coplanar facets when triangulating @@ -5482,7 +5487,7 @@ Leave blank to use all objects from the document - + Create clones when objects have shared geometry @@ -5537,22 +5542,22 @@ Leave blank to use all objects from the document - + Split walls made of multiple layers - + Split multilayer walls - + Use IfcOpenShell serializer if available - + Export 2D objects as IfcAnnotations @@ -5567,12 +5572,12 @@ Leave blank to use all objects from the document - + Fit view while importing - + Export full FreeCAD parametric model @@ -5617,17 +5622,17 @@ Leave blank to use all objects from the document - + Exclude list: - + Reuse similar entities - + Disable IfcRectangleProfileDef @@ -5692,12 +5697,12 @@ Leave blank to use all objects from the document - + Import full FreeCAD parametric definitions if available - + Auto-detect and export as standard cases when applicable @@ -5784,30 +5789,30 @@ The gradient of the local mesh size h(x) is bound by |Δh(x)| ≤ 1/value. - + Show this dialog when exporting - + Some IFC viewers don't like objects exported as extrusions. Use this to force all objects to be exported as BREP geometry. - + When exporting objects without unique ID (UID), the generated UID will be stored inside the FreeCAD object for reuse next time that object is exported. This leads to smaller differences between file versions. - + Store IFC unique ID in FreeCAD objects - + IFCOpenShell is a library that allows to import IFC files. Its serializer functionality allows to give it an OCC shape and it will produce adequate IFC geometry: NURBS, faceted, or anything else. @@ -5815,24 +5820,24 @@ Note: The serializer is still an experimental feature! - + 2D objects will be exported as IfcAnnotation - + All FreeCAD object properties will be stored inside the exported objects, allowing to recreate a full parametric model on reimport. - + When possible, similar entities will be used only once in the file if possible. This can reduce the file size a lot, but will make it less easily readable. - + When possible, IFC objects that are extruded rectangles will be exported as IfcRectangleProfileDef. However, some other applications might have problems importing that entity. @@ -5840,7 +5845,7 @@ If this is your case, you can disable this and then all profiles will be exporte - + Some IFC types such as IfcWall or IfcBeam have special standard versions like IfcWallStandardCase or IfcBeamStandardCase. If this option is turned on, FreeCAD will automatically export such objects @@ -5848,56 +5853,51 @@ as standard cases when the necessary conditions are met. - + If no site is found in the FreeCAD document, a default one will be added. A site is not mandatory but a common practice is to have at least one in the file. - + Add default site if one is not found in the document - + If no building is found in the FreeCAD document, a default one will be added. Warning: The IFC standard asks for at least one building in each file. By turning this option off, you will produce a non-standard IFC file. However, at FreeCAD, we believe having a building should not be mandatory, and this option is there to have a chance to demonstrate our point of view. - + Add default building if one is not found in the document (no standard) - + If no building storey is found in the FreeCAD document, a default one will be added. A building storey is not mandatory but a common practice to have at least one in the file. - + Add default building storey if one is not found in the document - + IFC file units - - The units you want your IFC file to be exported to. Note that IFC file are ALWAYS written in metric units. Imperial units are only a conversion applied on top of it. But some BIM applications will use this to choose which unit to work with when opening the file. - - - - + Metric - + Imperial @@ -5907,143 +5907,166 @@ A building storey is not mandatory but a common practice to have at least one in - + Show this dialog when importing - + Shows verbose debug messages during import and export of IFC files in the Report view panel - + Clones are used when objects have shared geometry One object is the base object, the others are clones. - + Only subtypes of the specified element will be imported. Keep the element IfcProduct to import all building elements. - + Openings will be imported as subtractions, otherwise wall shapes will already have their openings subtracted - + The importer will try to detect extrusions. Note that this might slow things down. - + Object names will be prefixed with the IFC ID number - + If several materials with the same name and color are found in the IFC file, they will be treated as one. - + Merge materials with same name and same color - + Each object will have their IFC properties stored in a spreadsheet object - + Import IFC properties in spreadsheet - + IFC files can contain unclean or non-solid geometry. If this option is checked, all the geometry is imported, regardless of their validity. - + Allow invalid shapes - + Comma-separated list of IFC entities to be excluded from imports - + Fit view during import on the imported objects. This will slow down the import, but one can watch the import. - + Creates a full parametric model on import using stored FreeCAD object properties - + Export type - - The type of objects you wish to export: Standard (solid objects), wireframe model for structural analysis, or both in a same model - - - - + Standard model - + Structural analysis - + Standard + structural - + Curved shapes that cannot be represented as curves in IFC are decomposed into flat facets. If this is checked, an additional calculation is done to join coplanar facets. - - Number of cores to use: + + The type of objects that you wish to export: +- Standard model: solid objects. +- Structural analysis: wireframe model for structural calculations. +- Standard + structural: both types of models. - - EXPERIMENTAL - The number of cores to use in multicore mode. Keep 0 to disable multicore mode, or 1 to use multicore mode in single-core mode (safer if you get crashes). Max value should be your number of cores - 1, ex: 3 if you have a quad-core CPU. + + The units you want your IFC file to be exported to. + +Note that IFC files are ALWAYS written in metric units; imperial units +are only a conversion factor applied on top of them. +However, some BIM applications will use this factor to choose which +unit to work with when opening the file. - - If this option is checked, the default Project, Site, Building, and Storeys objects that are usually found in an IFC file are not imported, and all objects are placed in a Group. Buildings and Storeys are still imported if there is more than one. + + EXPERIMENTAL +The number of cores to use in multicore mode. +Keep 0 to disable multicore mode. +The maximum value should be your number of cores minus 1, +for example, 3 if you have a 4-core CPU. + +Set it to 1 to use multicore mode in single-core mode; this is safer +if you start getting crashes when you set multiple cores. - - Replace Project, Site, Building, and Storey by Group + + Number of cores to use (experimental) + + + + + If this option is checked, the default 'Project', 'Site', 'Building', and 'Storeys' +objects that are usually found in an IFC file are not imported, and all objects +are placed in a 'Group' instead. +'Buildings' and 'Storeys' are still imported if there is more than one. + + + + + Replace 'Project', 'Site', 'Building', and 'Storey' with 'Group' diff --git a/src/Mod/Draft/Resources/translations/Draft.ts b/src/Mod/Draft/Resources/translations/Draft.ts index 75459e5270..886790c3b1 100644 --- a/src/Mod/Draft/Resources/translations/Draft.ts +++ b/src/Mod/Draft/Resources/translations/Draft.ts @@ -1,43 +1,5 @@ - - App::Property - - - The objects that are part of this layer - - - - - If on, the child objects of this layer will match its visual aspects - - - - - The line color of the children of this layer - - - - - The shape color of the children of this layer - - - - - The line width of the children of this layer - - - - - The draw style of the children of this layer - - - - - The transparency of the children of this layer - - - Dialog @@ -713,19 +675,6 @@ It must be at least 2. - - Draft_Layer - - - Layer - - - - - Adds a layer - - - Form @@ -2241,6 +2190,11 @@ This value is the maximum segment length. Unknown SVG export style, switching to Translated + + + The export list contains no object with a valid bounding box + + draft @@ -2801,21 +2755,6 @@ To enabled FreeCAD to download these libraries, answer Yes. Check this if the object should appear as filled, otherwise it will appear as wireframe. Not available if Draft preference option 'Use Part Primitives' is enabled - - - No active document. Aborting - - - - - Layer - - - - - Layers - - Polyline @@ -2861,16 +2800,6 @@ To enabled FreeCAD to download these libraries, answer Yes. Trim distance - - - Activate this layer - - - - - Select contents - - Wire diff --git a/src/Mod/Mesh/Gui/Resources/translations/Mesh.ts b/src/Mod/Mesh/Gui/Resources/translations/Mesh.ts index a9abbdaaf2..91401de7fb 100644 --- a/src/Mod/Mesh/Gui/Resources/translations/Mesh.ts +++ b/src/Mod/Mesh/Gui/Resources/translations/Mesh.ts @@ -4,18 +4,18 @@ CmdMeshAddFacet - + Mesh - + Add triangle - - + + Add triangle manually to a mesh @@ -23,18 +23,18 @@ CmdMeshBoundingBox - + Mesh - + Boundings info... - - + + Shows the boundings of the selected mesh @@ -42,18 +42,18 @@ CmdMeshBuildRegularSolid - + Mesh - + Regular solid... - - + + Builds a regular solid @@ -61,18 +61,18 @@ CmdMeshCrossSections - + Mesh - + Cross-sections... - - + + Cross-sections @@ -80,19 +80,19 @@ CmdMeshDecimating - + Mesh - + Decimation... - - - + + + Decimates a mesh @@ -113,12 +113,12 @@ CmdMeshDifference - + Mesh - + Difference @@ -126,18 +126,18 @@ CmdMeshEvaluateFacet - + Mesh - + Face info - - + + Information about face @@ -145,18 +145,18 @@ CmdMeshEvaluateSolid - + Mesh - + Check solid mesh - - + + Checks whether the mesh is a solid @@ -164,18 +164,18 @@ CmdMeshEvaluation - + Mesh - + Evaluate and repair mesh... - - + + Opens a dialog to analyze and repair a mesh @@ -183,18 +183,18 @@ CmdMeshExport - + Mesh - + Export mesh... - - + + Exports a mesh to file @@ -202,18 +202,18 @@ CmdMeshFillInteractiveHole - + Mesh - + Close hole - - + + Close holes interactively @@ -221,18 +221,18 @@ CmdMeshFillupHoles - + Mesh - + Fill holes... - - + + Fill holes of the mesh @@ -240,18 +240,18 @@ CmdMeshFlipNormals - + Mesh - + Flip normals - - + + Flips the normals of the mesh @@ -259,18 +259,18 @@ CmdMeshFromGeometry - + Mesh - + Create mesh from geometry... - - + + Create mesh from the selected geometry @@ -278,17 +278,17 @@ CmdMeshFromPartShape - + Mesh - + Create mesh from shape... - + Tessellate shape @@ -296,18 +296,18 @@ CmdMeshHarmonizeNormals - + Mesh - + Harmonize normals - - + + Harmonizes the normals of the mesh @@ -315,18 +315,18 @@ CmdMeshImport - + Mesh - + Import mesh... - - + + Imports a mesh from file @@ -334,12 +334,12 @@ CmdMeshIntersection - + Mesh - + Intersection @@ -347,17 +347,17 @@ CmdMeshMerge - + Mesh - + Merge - + Merges selected meshes into one @@ -365,18 +365,18 @@ CmdMeshPolyCut - + Mesh - + Cut mesh - - + + Cuts a mesh with a picked polygon @@ -384,18 +384,18 @@ CmdMeshPolySegm - + Mesh - + Make segment - - + + Creates a mesh segment @@ -403,18 +403,18 @@ CmdMeshPolySelect - + Mesh - + Select mesh - - + + Select an area of the mesh @@ -422,18 +422,18 @@ CmdMeshPolySplit - + Mesh - + Split mesh - - + + Splits a mesh into two meshes @@ -441,18 +441,18 @@ CmdMeshPolyTrim - + Mesh - + Trim mesh - - + + Trims a mesh with a picked polygon @@ -460,18 +460,18 @@ CmdMeshRemeshGmsh - + Mesh - + Refinement... - - + + Refine existing mesh @@ -479,18 +479,18 @@ CmdMeshRemoveCompByHand - + Mesh - + Remove components by hand... - - + + Mark a component to remove it from the mesh @@ -498,18 +498,18 @@ CmdMeshRemoveComponents - + Mesh - + Remove components... - - + + Remove topologic independent components from the mesh @@ -517,17 +517,17 @@ CmdMeshScale - + Mesh - + Scale... - + Scale selected meshes @@ -535,18 +535,18 @@ CmdMeshSectionByPlane - + Mesh - + Create section from mesh and plane - - + + Section from mesh and plane @@ -554,18 +554,18 @@ CmdMeshSegmentation - + Mesh - + Create mesh segments... - - + + Create mesh segments @@ -573,18 +573,18 @@ CmdMeshSegmentationBestFit - + Mesh - + Create mesh segments from best-fit surfaces... - - + + Create mesh segments from best-fit surfaces @@ -592,18 +592,18 @@ CmdMeshSmoothing - + Mesh - + Smooth... - - + + Smooth the selected meshes @@ -649,18 +649,18 @@ CmdMeshTrimByPlane - + Mesh - + Trim mesh with a plane - - + + Trims a mesh with a plane @@ -681,18 +681,18 @@ CmdMeshVertexCurvature - + Mesh - + Curvature plot - - + + Calculates the curvature of the vertices of a mesh @@ -700,18 +700,18 @@ CmdMeshVertexCurvatureInfo - + Mesh - + Curvature info - - + + Information about curvature @@ -1266,7 +1266,17 @@ Please run the command to repair folds first - + + Width: + + + + + Height: + + + + This parameter indicates whether ZIP compression is used when writing a file in AMF format @@ -1449,48 +1459,48 @@ to a smoother appearance. MeshGui::GmshWidget - + Automatic - + Adaptive - + Frontal - + Frontal Quad - + Parallelograms - - + + Time: - + Running gmsh... - + Failed to start - + Error @@ -1521,7 +1531,7 @@ to a smoother appearance. MeshGui::MeshFillHole - + Finish @@ -1912,7 +1922,7 @@ to a smoother appearance. Mesh_BoundingBox - + Boundings of %1: @@ -1920,26 +1930,26 @@ to a smoother appearance. Mesh_Union - - - - - - + + + + + + OpenSCAD - - - + + + Unknown error occurred while running OpenSCAD. - - - + + + OpenSCAD cannot be found on your system. Please visit http://www.openscad.org/index.html to install it. @@ -1961,146 +1971,161 @@ Please visit http://www.openscad.org/index.html to install it. - + All Mesh Files - - + + Binary STL - - - + + + ASCII STL - - + + Binary Mesh - - + + Alias Mesh - - + + Object File Format - - + + Inventor V2.1 ascii - - + + Stanford Polygon - - + + All Files - + Import mesh - + Simple Model Format - + X3D Extensible 3D - - - VRML V2.0 - - - - - Compressed VRML 2.0 - - - Nastran + Compressed X3D + WebGL/X3D + + + + + VRML V2.0 + + + + + Compressed VRML 2.0 + + + + + Nastran + + + + Python module def - + + Asymptote Format + + + + Export mesh - + Meshing Tolerance - + Enter tolerance for meshing geometry: - + The mesh '%1' is not a solid. - + The mesh '%1' is a solid. - + Solid Mesh - + Boundings - + Fill holes - + Fill holes with maximum number of edges: - + Scaling - + Enter scaling factor: @@ -2110,43 +2135,43 @@ Please visit http://www.openscad.org/index.html to install it. - + Display components - + Display segments - + Leave info mode - + Index: %1 - + Leave hole-filling mode - + Leave removal mode - + Delete selected faces - + Clear selected faces diff --git a/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts b/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts index afff273491..63daea815b 100644 --- a/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts +++ b/src/Mod/OpenSCAD/Resources/translations/OpenSCAD.ts @@ -131,62 +131,62 @@ OpenSCAD - + Convert Edges to Faces - + Please select 3 objects first - + Unsupported Function - + Press OK - + Add - + Clear - + as Mesh - + Add OpenSCAD Element - + Perform - + Mesh Boolean - + Error all shapes must be either 2D or both must be 3D - + Unable to explode %s @@ -194,12 +194,12 @@ OpenSCAD_AddOpenSCADElement - + Add OpenSCAD Element... - + Add an OpenSCAD element by entering OpenSCAD code and executing the OpenSCAD binary @@ -207,12 +207,12 @@ OpenSCAD_ColorCodeShape - + Color Shapes - + Color Shapes by validity and type @@ -220,7 +220,7 @@ OpenSCAD_Edgestofaces - + Convert Edges To Faces @@ -228,12 +228,12 @@ OpenSCAD_ExpandPlacements - + Expand Placements - + Expand all placements downwards the FeatureTree @@ -241,12 +241,12 @@ OpenSCAD_ExplodeGroup - + Explode Group - + Remove fusion, apply placement to children, and color randomly @@ -254,12 +254,12 @@ OpenSCAD_Hull - + Hull - + Perform Hull @@ -267,12 +267,12 @@ OpenSCAD_IncreaseToleranceFeature - + Increase Tolerance Feature - + Create Feature that allows to increase the tolerance @@ -280,12 +280,12 @@ OpenSCAD_MeshBoolean - + Mesh Boolean... - + Export objects as meshes and use OpenSCAD to perform a boolean operation @@ -293,25 +293,38 @@ OpenSCAD_Minkowski - + Minkowski - + Perform Minkowski + + OpenSCAD_MirrorMeshFeature + + + Mirror Mesh Feature... + + + + + Create Mirror Mesh Feature + + + OpenSCAD_RefineShapeFeature - + Refine Shape Feature - + Create Refine Shape Feature @@ -319,12 +332,12 @@ OpenSCAD_RemoveSubtree - + Remove Objects and their Children - + Removes the selected objects and all children that are not referenced from other objects @@ -332,20 +345,46 @@ OpenSCAD_ReplaceObject - + Replace Object - + Replace an object in the Feature Tree. Please select old, new, and parent object + + OpenSCAD_ResizeMeshFeature + + + Resize Mesh Feature... + + + + + Create Resize Mesh Feature + + + + + OpenSCAD_ScaleMeshFeature + + + Scale Mesh Feature... + + + + + Create Scale Mesh Feature + + + Workbech - + OpenSCAD Part tools @@ -353,7 +392,7 @@ Workbench - + OpenSCADTools diff --git a/src/Mod/Part/Gui/Resources/translations/Part.ts b/src/Mod/Part/Gui/Resources/translations/Part.ts index 0edbdb74ee..f97ee1e6e5 100644 --- a/src/Mod/Part/Gui/Resources/translations/Part.ts +++ b/src/Mod/Part/Gui/Resources/translations/Part.ts @@ -259,19 +259,6 @@ Click 'Continue' to create the feature anyway, or 'Abort' to - - Part_MakeTube - - - Create tube - - - - - Creates a tube - - - Part_SplitFeatures @@ -344,6 +331,32 @@ Click 'Continue' to create the feature anyway, or 'Abort' to + + Part_Tube + + + Create tube + + + + + Creates a tube + + + + + Part_MakeTube + + + Create tube + + + + + Creates a tube + + + Attacher diff --git a/src/Mod/Path/Gui/Resources/translations/Path.ts b/src/Mod/Path/Gui/Resources/translations/Path.ts index a86aedfcd4..ca72d9a4b4 100644 --- a/src/Mod/Path/Gui/Resources/translations/Path.ts +++ b/src/Mod/Path/Gui/Resources/translations/Path.ts @@ -238,6 +238,11 @@ The path to be copied + + + The base geometry of this toolpath + + The tool controller that will be used to calculate the path @@ -578,11 +583,6 @@ Extra offset to apply to the operation. Direction is operation dependent. - - - The library to use to generate the path - - Start pocketing at center or boundary @@ -669,8 +669,8 @@ - - The base geometry of this toolpath + + The library to use to generate the path @@ -930,13 +930,13 @@ - - Cutting Edge Angle (%.2f) results in negative tool tip length + + Invalid Cutting Edge Angle %.2f, must be >0° and <=180° - - Invalid Cutting Edge Angle %.2f, must be >0° and <=180° + + Cutting Edge Angle (%.2f) results in negative tool tip length @@ -1405,16 +1405,6 @@ PathFace - - - Face - - - - - Create a Facing Operation from a model or face - - Generating toolpath with libarea offsets. @@ -1426,6 +1416,16 @@ Pick Start Point + + + Face + + + + + Create a Facing Operation from a model or face + + PathGeom @@ -1500,11 +1500,6 @@ The direction of the circular cuts, ClockWise (CW), or CounterClockWise (CCW) - - - The direction of the circular cuts, clockwise (CW), or counter clockwise (CCW) - - Start cutting from the inside or outside @@ -1520,6 +1515,11 @@ Starting Radius + + + The direction of the circular cuts, clockwise (CW), or counter clockwise (CCW) + + PathJob @@ -2418,14 +2418,6 @@ If it is necessary to set the FinalDepth manually please select a different oper - - PathSuface - - - No scan data to convert to Gcode. - - - PathSurface @@ -2528,6 +2520,11 @@ If it is necessary to set the FinalDepth manually please select a different oper No clearing path geometry returned. + + + No scan data to convert to Gcode. + + Failed to identify tool for operation. @@ -3023,6 +3020,16 @@ If it is necessary to set the FinalDepth manually please select a different oper Path_Dressup + + + Dress-up + + + + + Creates a Path Dess-up object from a selected path + + Please select one path object @@ -3040,16 +3047,6 @@ If it is necessary to set the FinalDepth manually please select a different oper Please select a Path object - - - Dress-up - - - - - Creates a Path Dess-up object from a selected path - - Path_DressupAxisMap @@ -3636,6 +3633,12 @@ If it is necessary to set the FinalDepth manually please select a different oper Path_Sanity + + + It appears the machine limits haven't been set. Not able to check path extents. + + + Check the Path project for common errors @@ -3676,12 +3679,6 @@ If it is necessary to set the FinalDepth manually please select a different oper No issues detected, {} has passed basic sanity check. - - - It appears the machine limits haven't been set. Not able to check path extents. - - - Path_SelectLoop @@ -3716,12 +3713,6 @@ If it is necessary to set the FinalDepth manually please select a different oper Path_SimpleCopy - - - Please select exactly one path object - - - Simple Copy @@ -3737,6 +3728,12 @@ If it is necessary to set the FinalDepth manually please select a different oper Please select exactly one path object + + + Please select exactly one path object + + + Path_Simulator @@ -3766,11 +3763,6 @@ If it is necessary to set the FinalDepth manually please select a different oper Path_ToolController - - - Tool Number to Load - - Add Tool Controller to the Job @@ -3781,6 +3773,11 @@ If it is necessary to set the FinalDepth manually please select a different oper Add Tool Controller + + + Tool Number to Load + + Path_ToolTable @@ -3851,46 +3848,11 @@ If it is necessary to set the FinalDepth manually please select a different oper Save toolbit library - - - Tooltable JSON (*.json) - - - - - HeeksCAD tooltable (*.tooltable) - - - - - LinuxCNC tooltable (*.tbl) - - Open tooltable - - - Save tooltable - - - - - Add New Tool Table - - - - - Delete Selected Tool Table - - - - - Rename Selected Tool Table - - Tooltable editor @@ -4101,6 +4063,11 @@ If it is necessary to set the FinalDepth manually please select a different oper Tooltable XML (*.xml);;HeeksCAD tooltable (*.tooltable) + + + Save tooltable + + Tooltable XML (*.xml) @@ -4116,6 +4083,36 @@ If it is necessary to set the FinalDepth manually please select a different oper Object doesn't have a tooltable property + + + Add New Tool Table + + + + + Delete Selected Tool Table + + + + + Rename Selected Tool Table + + + + + Tooltable JSON (*.json) + + + + + HeeksCAD tooltable (*.tooltable) + + + + + LinuxCNC tooltable (*.tbl) + + Tooltable XML (*.xml);;LinuxCNC tooltable (*.tbl) @@ -4135,6 +4132,14 @@ If it is necessary to set the FinalDepth manually please select a different oper + + PathSuface + + + No scan data to convert to Gcode. + + + PathProfileContour diff --git a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts index c70505e389..69f12b4396 100644 --- a/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts +++ b/src/Mod/Raytracing/Gui/Resources/translations/Raytracing.ts @@ -494,17 +494,17 @@ Do you want to continue? RaytracingGui::ViewProviderPovray - + Edit Povray project - + Povray template - + Select a Povray template diff --git a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts index 91742a9c7d..e03f5de34f 100644 --- a/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts +++ b/src/Mod/Sketcher/Gui/Resources/translations/Sketcher.ts @@ -76,17 +76,17 @@ CmdSketcherCarbonCopy - + Sketcher - + CarbonCopy - + Copies the geometry of another sketch @@ -164,27 +164,27 @@ CmdSketcherCompConstrainRadDia - + Sketcher - + Constrain arc or circle - + Constrain an arc or a circle - + Constrain radius - + Constrain diameter @@ -210,27 +210,27 @@ CmdSketcherCompCreateArc - + Sketcher - + Create arc - + Create an arc in the sketcher - + Center and end points - + End points and rim point @@ -238,17 +238,17 @@ CmdSketcherCompCreateBSpline - + Sketcher - + Create a B-spline - + Create a B-spline in the sketch @@ -256,27 +256,27 @@ CmdSketcherCompCreateCircle - + Sketcher - + Create circle - + Create a circle in the sketcher - + Center and rim point - + 3 rim points @@ -284,42 +284,42 @@ CmdSketcherCompCreateConic - + Sketcher - + Create a conic - + Create a conic in the sketch - + Ellipse by center, major radius, point - + Ellipse by Periapsis, apoapsis, minor radius - + Arc of ellipse by center, major radius, endpoints - + Arc of hyperbola by center, major radius, endpoints - + Arc of parabola by focus, vertex, endpoints @@ -327,52 +327,52 @@ CmdSketcherCompCreateRegularPolygon - + Sketcher - + Create regular polygon - + Create a regular polygon in the sketcher - + Triangle - + Square - + Pentagon - + Hexagon - + Heptagon - + Octagon - + Regular Polygon @@ -426,17 +426,17 @@ CmdSketcherConstrainAngle - + Sketcher - + Constrain angle - + Fix the angle of a line or the angle between two lines @@ -444,17 +444,17 @@ CmdSketcherConstrainBlock - + Sketcher - + Constrain Block - + Create a Block constraint on the selected item @@ -462,17 +462,17 @@ CmdSketcherConstrainCoincident - + Sketcher - + Constrain coincident - + Create a coincident constraint on the selected item @@ -480,17 +480,17 @@ CmdSketcherConstrainDiameter - + Sketcher - + Constrain diameter - + Fix the diameter of a circle or an arc @@ -498,17 +498,17 @@ CmdSketcherConstrainDistance - + Sketcher - + Constrain distance - + Fix a length of a line or the distance between a line and a vertex @@ -516,17 +516,17 @@ CmdSketcherConstrainDistanceX - + Sketcher - + Constrain horizontal distance - + Fix the horizontal distance between two points or line ends @@ -534,17 +534,17 @@ CmdSketcherConstrainDistanceY - + Sketcher - + Constrain vertical distance - + Fix the vertical distance between two points or line ends @@ -552,17 +552,17 @@ CmdSketcherConstrainEqual - + Sketcher - + Constrain equal - + Create an equality constraint between two lines or between circles and arcs @@ -570,17 +570,17 @@ CmdSketcherConstrainHorizontal - + Sketcher - + Constrain horizontally - + Create a horizontal constraint on the selected item @@ -588,17 +588,17 @@ CmdSketcherConstrainInternalAlignment - + Sketcher - + Constrain InternalAlignment - + Constrains an element to be aligned with the internal geometry of another element @@ -606,17 +606,17 @@ CmdSketcherConstrainLock - + Sketcher - + Constrain lock - + Create a lock constraint on the selected item @@ -624,17 +624,17 @@ CmdSketcherConstrainParallel - + Sketcher - + Constrain parallel - + Create a parallel constraint between two lines @@ -642,17 +642,17 @@ CmdSketcherConstrainPerpendicular - + Sketcher - + Constrain perpendicular - + Create a perpendicular constraint between two lines @@ -660,17 +660,17 @@ CmdSketcherConstrainPointOnObject - + Sketcher - + Constrain point onto object - + Fix a point onto an object @@ -678,17 +678,17 @@ CmdSketcherConstrainRadius - + Sketcher - + Constrain radius - + Fix the radius of a circle or an arc @@ -696,17 +696,17 @@ CmdSketcherConstrainSnellsLaw - + Sketcher - + Constrain refraction (Snell's law') - + Create a refraction law (Snell's law) constraint between two endpoints of rays and an edge as an interface. @@ -714,17 +714,17 @@ CmdSketcherConstrainSymmetric - + Sketcher - + Constrain symmetrical - + Create a symmetry constraint between two points with respect to a line or a third point @@ -732,17 +732,17 @@ CmdSketcherConstrainTangent - + Sketcher - + Constrain tangent - + Create a tangent constraint between two entities @@ -750,17 +750,17 @@ CmdSketcherConstrainVertical - + Sketcher - + Constrain vertically - + Create a vertical constraint on the selected item @@ -804,17 +804,17 @@ CmdSketcherCreate3PointArc - + Sketcher - + Create arc by three points - + Create an arc by its end points and a point along the arc @@ -822,17 +822,17 @@ CmdSketcherCreate3PointCircle - + Sketcher - + Create circle by three points - + Create a circle by 3 perimeter points @@ -840,17 +840,17 @@ CmdSketcherCreateArc - + Sketcher - + Create arc by center - + Create an arc by its center and by its end points @@ -858,17 +858,17 @@ CmdSketcherCreateArcOfEllipse - + Sketcher - + Create an arc of ellipse - + Create an arc of ellipse in the sketch @@ -876,17 +876,17 @@ CmdSketcherCreateArcOfHyperbola - + Sketcher - + Create an arc of hyperbola - + Create an arc of hyperbola in the sketch @@ -894,17 +894,17 @@ CmdSketcherCreateArcOfParabola - + Sketcher - + Create an arc of parabola - + Create an arc of parabola in the sketch @@ -912,17 +912,17 @@ CmdSketcherCreateBSpline - + Sketcher - + Create B-spline - + Create a B-spline via control points in the sketch. @@ -930,17 +930,17 @@ CmdSketcherCreateCircle - + Sketcher - + Create circle - + Create a circle in the sketch @@ -948,17 +948,17 @@ CmdSketcherCreateDraftLine - + Sketcher - + Create draft line - + Create a draft line in the sketch @@ -966,17 +966,17 @@ CmdSketcherCreateEllipseBy3Points - + Sketcher - + Create ellipse by 3 points - + Create an ellipse by 3 points in the sketch @@ -984,17 +984,17 @@ CmdSketcherCreateEllipseByCenter - + Sketcher - + Create ellipse by center - + Create an ellipse by center in the sketch @@ -1002,17 +1002,17 @@ CmdSketcherCreateFillet - + Sketcher - + Create fillet - + Create a fillet between two lines or at a coincident point @@ -1020,17 +1020,17 @@ CmdSketcherCreateHeptagon - + Sketcher - + Create heptagon - + Create a heptagon in the sketch @@ -1038,17 +1038,17 @@ CmdSketcherCreateHexagon - + Sketcher - + Create hexagon - + Create a hexagon in the sketch @@ -1056,17 +1056,17 @@ CmdSketcherCreateLine - + Sketcher - + Create line - + Create a line in the sketch @@ -1074,17 +1074,17 @@ CmdSketcherCreateOctagon - + Sketcher - + Create octagon - + Create an octagon in the sketch @@ -1092,17 +1092,17 @@ CmdSketcherCreatePentagon - + Sketcher - + Create pentagon - + Create a pentagon in the sketch @@ -1110,17 +1110,17 @@ CmdSketcherCreatePeriodicBSpline - + Sketcher - + Create periodic B-spline - + Create a periodic B-spline via control points in the sketch. @@ -1128,17 +1128,17 @@ CmdSketcherCreatePoint - + Sketcher - + Create point - + Create a point in the sketch @@ -1146,17 +1146,17 @@ CmdSketcherCreatePolyline - + Sketcher - + Create polyline - + Create a polyline in the sketch. 'M' Key cycles behaviour @@ -1164,17 +1164,17 @@ CmdSketcherCreateRectangle - + Sketcher - + Create rectangle - + Create a rectangle in the sketch @@ -1182,17 +1182,17 @@ CmdSketcherCreateRegularPolygon - + Sketcher - + Create regular polygon - + Create a regular polygon in the sketch @@ -1200,17 +1200,17 @@ CmdSketcherCreateSlot - + Sketcher - + Create slot - + Create a slot in the sketch @@ -1218,17 +1218,17 @@ CmdSketcherCreateSquare - + Sketcher - + Create square - + Create a square in the sketch @@ -1236,17 +1236,17 @@ CmdSketcherCreateText - + Sketcher - + Create text - + Create text in the sketch @@ -1254,17 +1254,17 @@ CmdSketcherCreateTriangle - + Sketcher - + Create equilateral triangle - + Create an equilateral triangle in the sketch @@ -1290,17 +1290,17 @@ CmdSketcherDeleteAllConstraints - + Sketcher - + Delete All Constraints - + Deletes all the constraints @@ -1308,17 +1308,17 @@ CmdSketcherDeleteAllGeometry - + Sketcher - + Delete All Geometry - + Deletes all the geometry and constraints but external geometry @@ -1344,17 +1344,17 @@ CmdSketcherExtend - + Sketcher - + Extend edge - + Extend an edge with respect to the picked position @@ -1362,17 +1362,17 @@ CmdSketcherExternal - + Sketcher - + External geometry - + Create an edge linked to an external geometry @@ -1541,17 +1541,17 @@ CmdSketcherRectangularArray - + Sketcher - + Rectangular Array - + Creates a rectangular array pattern of the geometry taking as reference the last selected point @@ -1781,17 +1781,17 @@ CmdSketcherToggleActiveConstraint - + Sketcher - + Toggle activate/deactivate constraint - + Toggles activate/deactivate state for selected constraints @@ -1817,17 +1817,17 @@ CmdSketcherToggleDrivingConstraint - + Sketcher - + Toggle reference/driving constraint - + Toggles the toolbar or selected constraints to/from reference mode @@ -1835,17 +1835,17 @@ CmdSketcherTrimming - + Sketcher - + Trim edge - + Trim an edge with respect to the picked position @@ -1917,82 +1917,82 @@ Exceptions - + Autoconstrain error: Unsolvable sketch while applying coincident constraints. - + Autoconstrain error: Unsolvable sketch while applying vertical/horizontal constraints. - + Autoconstrain error: Unsolvable sketch while applying equality constraints. - + Autoconstrain error: Unsolvable sketch without constraints. - + Autoconstrain error: Unsolvable sketch after applying horizontal and vertical constraints. - + Autoconstrain error: Unsolvable sketch after applying point-on-point constraints. - + Autoconstrain error: Unsolvable sketch after applying equality constraints. - + Unable to guess intersection of curves. Try adding a coincident constraint between the vertices of the curves you are intending to fillet. - + This version of OCE/OCC does not support knot operation. You need 6.9.0 or higher. - + BSpline Geometry Index (GeoID) is out of bounds. - + You are requesting no change in knot multiplicity. - + The Geometry Index (GeoId) provided is not a B-spline curve. - + The knot index is out of bounds. Note that in accordance with OCC notation, the first knot has index 1 and not zero. - + The multiplicity cannot be increased beyond the degree of the B-spline. - + The multiplicity cannot be decreased beyond zero. - + OCC is unable to decrease the multiplicity within the maximum tolerance. @@ -2061,110 +2061,110 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2185,9 +2185,9 @@ - - - + + + @@ -2201,10 +2201,10 @@ - - - - + + + + Dimensional constraint @@ -2232,273 +2232,273 @@ - - + + Select an edge from the sketch. - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - Impossible constraint - - - - + + + + The selected edge is not a line segment - - - - - - + + + + + + Double constraint - - - - + + + + The selected edge already has a horizontal constraint! - - - - + + + + The selected edge already has a vertical constraint! - - - - - - + + + + + + The selected edge already has a Block constraint! - + The selected item(s) can't accept a horizontal constraint! - + There are more than one fixed point selected. Select a maximum of one fixed point! - + The selected item(s) can't accept a vertical constraint! - + There are more than one fixed points selected. Select a maximum of one fixed point! - - + + Select vertices from the sketch. - + Select one vertex from the sketch other than the origin. - + Select only vertices from the sketch. The last selected vertex may be the origin. - + Wrong solver status - + A Block constraint cannot be added if the sketch is unsolved or there are redundant and/or conflicting constraints. - + Select one edge from the sketch. - + Select only edges from the sketch. - - - - - - - + + + + + + + Error - + Select two or more points from the sketch. - - + + Select two or more vertexes from the sketch. - - + + Constraint Substitution - + Endpoint to endpoint tangency was applied instead. - + Select vertexes from the sketch. - - + + Select exactly one line or one point and one line or two points from the sketch. - + Cannot add a length constraint on an axis! - + This constraint does not make sense for non-linear curves - - - - - - + + + + + + Select the right things from the sketch. - - + + Point on B-spline edge currently unsupported. - - + + None of the selected points were constrained onto the respective curves, either because they are parts of the same element, or because they are both external geometry. - + Select either one point and several curves, or one curve and several points. You have selected %1 curves and %2 points. - - - - + + + + Select exactly one line or up to two points from the sketch. - + Cannot add a horizontal length constraint on an axis! - + Cannot add a fixed x-coordinate constraint on the origin point! - - + + This constraint only makes sense on a line segment or a pair of points - + Cannot add a vertical length constraint on an axis! - + Cannot add a fixed y-coordinate constraint on the origin point! - + Select two or more lines from the sketch. - - + + Select at least two lines from the sketch. - + Select a valid line - - + + The selected edge is not a valid line - + There is a number of ways this constraint can be applied. Accepted combinations: two curves; an endpoint and a curve; two endpoints; two curves and a point. @@ -2506,45 +2506,45 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + Select some geometry from the sketch. perpendicular constraint - + Wrong number of selected objects! perpendicular constraint - - + + With 3 objects, there must be 2 curves and 1 point. tangent constraint - - + + Cannot add a perpendicularity constraint at an unconnected point! - - - + + + Perpendicular to B-spline edge currently unsupported. - - + + One of the selected edges should be a line. - + There are a number of ways this constraint can be applied. Accepted combinations: two curves; an endpoint and a curve; two endpoints; two curves and a point. @@ -2552,249 +2552,249 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + Select some geometry from the sketch. tangent constraint - + Wrong number of selected objects! tangent constraint - - - + + + Cannot add a tangency constraint at an unconnected point! - - - + + + Tangency to B-spline edge currently unsupported. - + Endpoint to endpoint tangency was applied. The coincident constraint was deleted. - - - - + + + + Select one or more arcs or circles from the sketch. - - + + Constrain equal - + Do you want to share the same radius for all selected elements? - - + + Constraint only applies to arcs or circles. - + Do you want to share the same diameter for all selected elements? - - + + 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! - + 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 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 other ellipse. Select only one ellipse. - - + + Maximum 2 points are supported. - - + + Maximum 2 lines are supported. - - + + Nothing to constrain - + Currently all internal geometry of the ellipse is 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. - + Currently all internal geometry of the arc of ellipse is already exposed. - + 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. - - - - - + + + + + @@ -2802,7 +2802,7 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + CAD Kernel Error @@ -2872,8 +2872,8 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - + + Select elements from a single sketch. @@ -2899,27 +2899,27 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - + A copy requires at least one selected non-external geometric element - + Delete All Geometry - + Are you really sure you want to delete all the geometry and constraints? - + Delete All Constraints - + Are you really sure you want to delete all the constraints? @@ -2937,42 +2937,42 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c SketcherGui::CarbonCopySelection - + Carbon copy would cause a circular dependency. - + This object is in another document. - + This object belongs to another body. Hold Ctrl to allow cross-references. - + This object belongs to another body and it contains external geometry. Cross-reference not allowed. - + This object belongs to another part. - + The selected sketch is not parallel to this sketch. Hold Ctrl+Alt to allow non-parallel sketches. - + The XY axes of the selected sketch do not have the same direction as this sketch. Hold Ctrl+Alt to disregard it. - + The origin of the selected sketch is not aligned with the origin of this sketch. Hold Ctrl+Alt to disregard it. @@ -3058,8 +3058,8 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - + + Radius: @@ -3070,8 +3070,8 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - + + Diameter: @@ -3099,24 +3099,24 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c - - + + Change radius - - + + Change diameter - + Refractive index ratio - + Ratio n2/n1: @@ -3132,22 +3132,22 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c SketcherGui::ExternalSelection - + Linking this will cause circular dependency. - + This object is in another document. - + This object belongs to another body, can't link. - + This object belongs to another part, can't link. @@ -3188,8 +3188,8 @@ Accepted combinations: two curves; an endpoint and a curve; two endpoints; two c SketcherGui::PropertyConstraintListItem - - + + Unnamed @@ -3895,6 +3895,26 @@ However, no constraints linking to the endpoints were found. All constraints that deal with external geometry were deleted. + + + No degenerated geometry + + + + + No degenerated geometry found + + + + + Degenerated geometry + + + + + %1 degenerated geometry found + + SketcherGui::TaskSketcherConstrains @@ -4240,70 +4260,77 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< - + Invalid constraints - - + + + Fix - - + + + Find - + Delete constraints to external geom. - + Missing coincidences - + Tolerance: - + Highlight open vertexes - + Ignore construction geometry - Reversed external geometry - - - - - Swap endpoints in constraints + Degenerated geometry - Constraint orientation locking - - - - - Enable/Update + Reversed external geometry + Swap endpoints in constraints + + + + + Constraint orientation locking + + + + + Enable/Update + + + + Disable @@ -4311,104 +4338,104 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< 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: - + Empty sketch - + Over-constrained sketch - - - + + + (click to select) - + Sketch contains conflicting constraints - + Sketch contains redundant constraints - + Fully constrained sketch - + Under-constrained sketch with <a href="#dofs"><span style=" text-decoration: underline; color:#0000ff; background-color: #F8F8FF;">1 degree</span></a> of freedom - + Under-constrained sketch with <a href="#dofs"><span style=" text-decoration: underline; color:#0000ff; background-color: #F8F8FF;">%1 degrees</span></a> of freedom - + Solved in %1 sec - + Unsolved (%1 sec) @@ -4470,8 +4497,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Clone - - + + Creates a clone of the geometry taking as reference the last selected point @@ -4479,17 +4506,17 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CompCopy - + Clone - + Copy - + Move @@ -4497,8 +4524,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_ConstrainDiameter - - + + Fix the diameter of a circle or an arc @@ -4506,8 +4533,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_ConstrainRadius - - + + Fix the radius of a circle or an arc @@ -4515,8 +4542,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Copy - - + + Creates a simple copy of the geometry taking as reference the last selected point @@ -4524,8 +4551,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Create3PointArc - - + + Create an arc by its end points and a point along the arc @@ -4533,8 +4560,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Create3PointCircle - - + + Create a circle by 3 rim points @@ -4542,8 +4569,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateArc - - + + Create an arc by its center and by its end points @@ -4551,8 +4578,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateArcOfEllipse - - + + Create an arc of ellipse by its center, major radius, endpoints @@ -4560,8 +4587,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateArcOfHyperbola - - + + Create an arc of hyperbola by its center, major radius, endpoints @@ -4569,8 +4596,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateArcOfParabola - - + + Create an arc of parabola by its focus, vertex, endpoints @@ -4578,13 +4605,13 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateBSpline - + B-spline by control points - - + + Create a B-spline by control points @@ -4592,8 +4619,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateCircle - - + + Create a circle by its center and by a rim point @@ -4601,8 +4628,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateEllipseBy3Points - - + + Create a ellipse by periapsis, apoapsis, and minor radius @@ -4610,8 +4637,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateEllipseByCenter - - + + Create an ellipse by center, major radius and point @@ -4619,8 +4646,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateHeptagon - - + + Create a heptagon by its center and by one corner @@ -4628,8 +4655,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateHexagon - - + + Create a hexagon by its center and by one corner @@ -4637,14 +4664,14 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateOctagon - - + + Create an octagon by its center and by one corner - - + + Create a regular polygon by its center and by one corner @@ -4652,8 +4679,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreatePentagon - - + + Create a pentagon by its center and by one corner @@ -4661,8 +4688,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateSquare - - + + Create a square by its center and by one corner @@ -4670,8 +4697,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_CreateTriangle - - + + Create an equilateral triangle by its center and by one corner @@ -4679,13 +4706,13 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Create_Periodic_BSpline - + Periodic B-spline by control points - - + + Create a periodic B-spline by control points @@ -4757,8 +4784,8 @@ Points must be set closer than a fifth of the grid size to a grid line to snap.< Sketcher_Move - - + + Moves the geometry taking as reference the last selected point diff --git a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts index e2be91f4f5..adeffacc73 100644 --- a/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts +++ b/src/Mod/TechDraw/Gui/Resources/translations/TechDraw.ts @@ -4,7 +4,7 @@ Cmd2LineCenterLine - + Add Centerline between 2 Lines @@ -12,7 +12,7 @@ Cmd2PointCenterLine - + Add Centerline between 2 Points @@ -20,7 +20,7 @@ CmdMidpoints - + Add Midpoint Vertices @@ -28,7 +28,7 @@ CmdQuadrants - + Add Quadrant Vertices @@ -36,12 +36,12 @@ CmdTechDraw2LineCenterLine - + TechDraw - + Add Centerline between 2 Lines @@ -49,25 +49,38 @@ CmdTechDraw2PointCenterLine - + TechDraw - + Add Centerline between 2 Points + + CmdTechDraw2PointCosmeticLine + + + TechDraw + + + + + Add Cosmetic Line Through 2 Points + + + CmdTechDraw3PtAngleDimension - + TechDraw - + Insert 3-Point Angle Dimension @@ -75,12 +88,12 @@ CmdTechDrawActiveView - + TechDraw - + Insert Active View (3D View) @@ -88,12 +101,12 @@ CmdTechDrawAngleDimension - + TechDraw - + Insert Angle Dimension @@ -101,12 +114,12 @@ CmdTechDrawAnnotation - + TechDraw - + Insert Annotation @@ -114,17 +127,17 @@ CmdTechDrawArchView - + TechDraw - + Insert Arch Workbench Object - + Insert a View of a Section Plane from Arch Workbench @@ -132,12 +145,12 @@ CmdTechDrawBalloon - + TechDraw - + Insert Balloon Annotation @@ -145,17 +158,17 @@ CmdTechDrawCenterLineGroup - + TechDraw - + Insert Center Line - + Add Centerline to Faces @@ -163,12 +176,12 @@ CmdTechDrawClipGroup - + TechDraw - + Insert Clip Group @@ -176,12 +189,12 @@ CmdTechDrawClipGroupAdd - + TechDraw - + Add View to Clip Group @@ -189,12 +202,12 @@ CmdTechDrawClipGroupRemove - + TechDraw - + Remove View from Clip Group @@ -202,12 +215,12 @@ CmdTechDrawCosmeticEraser - + TechDraw - + Remove Cosmetic Object @@ -215,12 +228,12 @@ CmdTechDrawCosmeticVertex - + TechDraw - + Add Cosmetic Vertex @@ -228,17 +241,17 @@ CmdTechDrawCosmeticVertexGroup - + TechDraw - + Insert Cosmetic Vertex - + Add Cosmetic Vertex @@ -246,12 +259,12 @@ CmdTechDrawDecorateLine - + TechDraw - + Change Appearance of Lines @@ -259,12 +272,12 @@ CmdTechDrawDetailView - + TechDraw - + Insert Detail View @@ -298,17 +311,17 @@ CmdTechDrawDraftView - + TechDraw - + Insert Draft Workbench Object - + Insert a View of a Draft Workbench object @@ -316,22 +329,22 @@ CmdTechDrawExportPageDXF - + File - + Export Page as DXF - + Save Dxf File - + Dxf (*.dxf) @@ -339,12 +352,12 @@ CmdTechDrawExportPageSVG - + File - + Export Page as SVG @@ -352,22 +365,22 @@ CmdTechDrawExtentGroup - + TechDraw - + Insert Extent Dimension - + Horizontal Extent - + Vertical Extent @@ -375,12 +388,12 @@ CmdTechDrawFaceCenterLine - + TechDraw - + Add Centerline to Faces @@ -394,7 +407,7 @@ - Apply Geometric Hatch to a Face + Apply Geometric Hatch to Face @@ -414,12 +427,12 @@ CmdTechDrawHorizontalDimension - + TechDraw - + Insert Horizontal Dimension @@ -427,12 +440,12 @@ CmdTechDrawHorizontalExtentDimension - + TechDraw - + Insert Horizontal Extent Dimension @@ -469,12 +482,12 @@ CmdTechDrawLandmarkDimension - + TechDraw - + Insert Landmark Dimension - EXPERIMENTAL @@ -482,12 +495,12 @@ CmdTechDrawLeaderLine - + TechDraw - + Add Leaderline to View @@ -508,12 +521,12 @@ CmdTechDrawLinkDimension - + TechDraw - + Link Dimension to 3D Geometry @@ -521,12 +534,12 @@ CmdTechDrawMidpoints - + TechDraw - + Add Midpoint Vertices @@ -570,17 +583,17 @@ CmdTechDrawProjectionGroup - + TechDraw - + Insert Projection Group - + Insert multiple linked views of drawable object(s) @@ -588,12 +601,12 @@ CmdTechDrawQuadrants - + TechDraw - + Add Quadrant Vertices @@ -627,12 +640,12 @@ CmdTechDrawRichTextAnnotation - + TechDraw - + Insert Rich Text Annotation @@ -640,12 +653,12 @@ CmdTechDrawSectionView - + TechDraw - + Insert Section View @@ -653,12 +666,12 @@ CmdTechDrawShowAll - + TechDraw - + Show/Hide Invisible Edges @@ -666,17 +679,17 @@ CmdTechDrawSpreadsheetView - + TechDraw - + Insert Spreadsheet View - + Insert View to a spreadsheet @@ -684,18 +697,18 @@ CmdTechDrawSymbol - + TechDraw - + Insert SVG Symbol - - Insert symbol from a SVG file + + Insert symbol from an SVG file @@ -716,12 +729,12 @@ CmdTechDrawVerticalDimension - + TechDraw - + Insert Vertical Dimension @@ -729,12 +742,12 @@ CmdTechDrawVerticalExtentDimension - + TechDraw - + Insert Vertical Extent Dimension @@ -760,12 +773,12 @@ CmdTechDrawWeldSymbol - + TechDraw - + Add Welding Information to Leaderline @@ -1013,157 +1026,151 @@ QObject - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Wrong selection - - + + No Shapes, Groups or Links in this selection - - + + Select at least 1 DrawViewPart object as Base. - + 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. - + There were no DraftWB objects in the selection. - + Please select only 1 Arch Section. - + No Arch Sections in selection. - + Can not export selection - + Page contains DrawViewArch which will not be exported. Continue? - + Select exactly one Spreadsheet object. - + No Drawing View - + Open Drawing View before attempting export to SVG. - - - - - - - - + + + + + + + Incorrect Selection - - - Can not make a Dimension from this selection - - @@ -1201,51 +1208,51 @@ - + Need two straight edges to make an Angle Dimension - + Need three points to make a 3 point Angle Dimension - + There is no 3D object in your selection - + There are no 3D Edges or Vertices in your selection - - + + Please select a View [and Edges]. - + Select 2 point objects and 1 View. (1) - + Select 2 point objects and 1 View. (2) - - - - - - - - - + + + + + + + + + @@ -1253,197 +1260,225 @@ - - + + Select an object first - - + + Too many objects selected - - + + Create a page first. - - + + No View of a Part in selection. - + No Feature with Shape in selection. - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Task In Progress - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Close active task dialog and try again. - - - - + + + + Selection Error - - - - - + + + + - - + + - - - + + + - - - - - + + + + + + + + + + + Wrong Selection - + Can not attach leader. No base View selected. - - - + + + + You must select a base View for the line. - - + + No DrawViewPart objects in this selection - - - - + + + + No base View in Selection. - + You must select Faces or an existing CenterLine. - + No CenterLine in selection. - - - + + + Selection is not a CenterLine. - + Selection not understood. - + You must select 2 Vertexes or an existing CenterLine. - + Need 2 Vertices or 1 CenterLine. - + + Selection is empty. + + + + + Not enough points in selection. + + + + + Selection is not a Cosmetic Line. + + + + + You must select 2 Vertexes. + + + + No View in Selection. - + You must select a View and/or lines. - + No Part Views in this selection - + Select exactly one Leader line or one Weld symbol. - - + + Nothing selected - + At least 1 object in selection is not a part view - + Unknown object type in selection @@ -1525,7 +1560,7 @@ - + All Files (*.*) @@ -1535,22 +1570,29 @@ - + SVG (*.svg) - + Export page as SVG - - Show drawing + + + + Are you sure you want to continue? + Show drawing + + + + Toggle KeepUpdated @@ -1560,28 +1602,28 @@ - + New Leader Line - + Edit Leader Line - + Rich text creator - - + + Rich text editor - + New Cosmetic Vertex @@ -1591,75 +1633,85 @@ - + ActiveView to TD View - + Create Center Line - + Edit Center Line - - New Detail - - - - - Edit Detail - - - - + Create Section View - - + + Select at first an orientation - + Edit Section View - + Operation Failed - + Create Welding Symbol - + Edit Welding Symbol + + + Create Cosmetic Line + + + + + Edit Cosmetic Line + + + + + New Detail View + + + + + Edit Detail View + + Std_Delete You cannot delete this leader line because - it has a weld symbol that would become broken. +it has a weld symbol that would become broken. - - - + + + @@ -1672,31 +1724,6 @@ Object dependencies - - - The page is not empty, therefore the - following referencing objects might be lost. - -Are you sure you want to continue? - - - - - - The group cannot be deleted because its items have the following - section or detail views, or leader lines that would get broken: - - - - - - The projection group is not empty, therefore - the following referencing objects might be lost. - -Are you sure you want to continue? - - - You cannot delete the anchor view of a projection group. @@ -1720,18 +1747,33 @@ Are you sure you want to continue? 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: + + + + + The group cannot be deleted because its items have the following +section or detail views, or leader lines that would get broken: + + + + + The projection group is not empty, therefore +the following referencing objects might be lost: + + - The following referencing objects might break. - -Are you sure you want to continue? - + The following referencing object might break: You cannot delete this weld symbol because - it has a tile weld that would become broken. +it has a tile weld that would become broken. @@ -2058,18 +2100,18 @@ Then you need to increase the tile limit. - + Maximum hatch line segments to use when hatching a face with a PAT pattern - + Line End Cap Shape - + If checked, TechDraw will attempt to build faces using the line segments returned by the hidden line removal algorithm. Faces must be detected in order to use hatching, but there @@ -2077,42 +2119,42 @@ can be a performance penalty in complex models. - + Detect Faces - + Include edges with unexpected geometry (zero length etc.) in results - + Allow Crazy Edges - + Max SVG Hatch Tiles - + Max PAT Hatch Segments - + Dimension Format - + Override automatic dimension format - + <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> @@ -2544,7 +2586,7 @@ can be a performance penalty in complex models. - Default color for leader lines + Default color for leader lines @@ -2678,7 +2720,7 @@ can be a performance penalty in complex models. - Use first- or third-angle mutliview projection convention + Use first- or third-angle multiview projection convention @@ -3170,51 +3212,51 @@ Each unit is approx. 0.1 mm wide - + 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: @@ -3555,21 +3597,64 @@ see the FreeCAD Wiki '2LineCenterLine' for a description - + Pick a point for cosmetic vertex - + Left click to set a point - + In progress edit abandoned. Start over. + + TechDrawGui::TaskCosmeticLine + + + Cosmetic Line + + + + + View + + + + + + 2d Point + + + + + + 3d Point + + + + + + X: + + + + + + Y: + + + + + + Z: + + + TechDrawGui::TaskDetail @@ -3807,13 +3892,6 @@ Custom: custom scale factor is used Discard Changes - - - First pick the start pint of the line, -then at least a second point. -You can pick further points to get line segments. - - Pick Points @@ -3854,6 +3932,13 @@ You can pick further points to get line segments. End Symbol + + + First pick the start point of the line, +then at least a second point. +You can pick further points to get line segments. + + Color @@ -3890,28 +3975,28 @@ You can pick further points to get line segments. - - + + Pick a starting point for leader line - + Click and drag markers to adjust leader line - + Left click to set a point - + Press OK or Cancel to continue - + In progress edit abandoned. Start over. @@ -4371,7 +4456,7 @@ using the given X/Y Spacing - + Input the annotation text directly or start the rich text editor @@ -4459,18 +4544,18 @@ using the given X/Y Spacing - - + + TaskSectionView - bad parameters. Can not proceed. - + Nothing to apply. No section direction picked yet - + Can not continue. Object * %1 * not found. @@ -4478,24 +4563,24 @@ using the given X/Y Spacing TechDrawGui::TaskWeldingSymbol - - - - + + + + Symbol - - - + + + arrow - - - + + + other @@ -4526,7 +4611,7 @@ using the given X/Y Spacing TechDraw_2LineCenterLine - + Adds a Centerline between 2 Lines @@ -4534,7 +4619,7 @@ using the given X/Y Spacing TechDraw_2PointCenterLine - + Adds a Centerline between 2 Points @@ -4542,7 +4627,7 @@ using the given X/Y Spacing TechDraw_CosmeticVertex - + Inserts a Cosmetic Vertex into a View @@ -4550,7 +4635,7 @@ using the given X/Y Spacing TechDraw_FaceCenterLine - + Adds a Centerline to Faces @@ -4558,7 +4643,7 @@ using the given X/Y Spacing TechDraw_HorizontalExtent - + Insert Horizontal Extent Dimension @@ -4566,7 +4651,7 @@ using the given X/Y Spacing TechDraw_Midpoints - + Inserts Cosmetic Vertices at Midpoint of selected Edges @@ -4574,7 +4659,7 @@ using the given X/Y Spacing TechDraw_Quadrants - + Inserts Cosmetic Vertices at Quadrant Points of selected Circles @@ -4582,7 +4667,7 @@ using the given X/Y Spacing TechDraw_VerticalExtentDimension - + Insert Vertical Extent Dimension diff --git a/src/Mod/Web/Gui/Resources/translations/Web.ts b/src/Mod/Web/Gui/Resources/translations/Web.ts index 06afab09bd..8ba38d73fd 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,18 +142,18 @@ 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. - + Loading %1... @@ -161,17 +161,17 @@ WebGui::WebView - + Open in External Browser - + Open in new window - + View source