- more string changes
- updated translation files
This commit is contained in:
@@ -9923,29 +9923,90 @@ class App(QtCore.QObject):
|
||||
|
||||
tsize = fsize + int(fsize / 2)
|
||||
|
||||
selected_text = (_('''
|
||||
<p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span></p>
|
||||
# selected_text = (_('''
|
||||
# <p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span></p>
|
||||
#
|
||||
# <p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
|
||||
# The normal flow when working in FlatCAM is the following:</span></p>
|
||||
#
|
||||
# <ol>
|
||||
# <li><span style="font-size:{fsize}px">Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into
|
||||
# FlatCAM using either the menu's, toolbars, key shortcuts or
|
||||
# even dragging and dropping the files on the GUI.<br />
|
||||
# <br />
|
||||
# You can also load a <strong>FlatCAM project</strong> by double clicking on the project file, drag & drop of the
|
||||
# file into the FLATCAM GUI or through the menu/toolbar links offered within the app.</span><br />
|
||||
# </li>
|
||||
# <li><span style="font-size:{fsize}px">Once an object is available in the Project Tab, by selecting it and then
|
||||
# focusing on <strong>SELECTED TAB </strong>(more simpler is to double click the object name in the
|
||||
# Project Tab), <strong>SELECTED TAB </strong>will be updated with the object properties according to
|
||||
# it's kind: Gerber, Excellon, Geometry or CNCJob object.<br />
|
||||
# <br />
|
||||
# If the selection of the object is done on the canvas by single click instead, and the <strong>SELECTED TAB</strong>
|
||||
# is in focus, again the object properties will be displayed into the Selected Tab. Alternatively,
|
||||
# double clicking on the object on the canvas will bring the <strong>SELECTED TAB</strong> and populate
|
||||
# it even if it was out of focus.<br />
|
||||
# <br />
|
||||
# You can change the parameters in this screen and the flow direction is like this:<br />
|
||||
# <br />
|
||||
# <strong>Gerber/Excellon Object</strong> -> Change Param -> Generate Geometry -><strong> Geometry Object
|
||||
# </strong>-> Add tools (change param in Selected Tab) -> Generate CNCJob -><strong> CNCJob Object
|
||||
# </strong>-> Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in
|
||||
# <strong>SELECTED TAB) </strong>-> Save GCode</span></li>
|
||||
# </ol>
|
||||
#
|
||||
# <p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in
|
||||
# <strong>Help -> Shortcuts List</strong> or through it's own key shortcut:
|
||||
# <strong>F3</strong>.</span></p>
|
||||
#
|
||||
# ''').format(fsize=fsize, tsize=tsize))
|
||||
|
||||
<p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
|
||||
The normal flow when working in FlatCAM is the following:</span></p>
|
||||
selected_text = '''
|
||||
<p><span style="font-size:{tsize}px"><strong>%s</strong></span></p>
|
||||
|
||||
<ol>
|
||||
<li><span style="font-size:{fsize}px">Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into FlatCAM using either the menu's, toolbars, key shortcuts or even dragging and dropping the files on the GUI.<br />
|
||||
<br />
|
||||
You can also load a <strong>FlatCAM project</strong> by double clicking on the project file, drag & drop of the file into the FLATCAM GUI or through the menu/toolbar links offered within the app.</span><br />
|
||||
</li>
|
||||
<li><span style="font-size:{fsize}px">Once an object is available in the Project Tab, by selecting it and then focusing on <strong>SELECTED TAB </strong>(more simpler is to double click the object name in the Project Tab), <strong>SELECTED TAB </strong>will be updated with the object properties according to it's kind: Gerber, Excellon, Geometry or CNCJob object.<br />
|
||||
<br />
|
||||
If the selection of the object is done on the canvas by single click instead, and the <strong>SELECTED TAB</strong> is in focus, again the object properties will be displayed into the Selected Tab. Alternatively, double clicking on the object on the canvas will bring the <strong>SELECTED TAB</strong> and populate it even if it was out of focus.<br />
|
||||
<br />
|
||||
You can change the parameters in this screen and the flow direction is like this:<br />
|
||||
<br />
|
||||
<strong>Gerber/Excellon Object</strong> -> Change Param -> Generate Geometry -><strong> Geometry Object </strong>-> Add tools (change param in Selected Tab) -> Generate CNCJob -><strong> CNCJob Object </strong>-> Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in <strong>SELECTED TAB) </strong>-> Save GCode</span></li>
|
||||
</ol>
|
||||
<p><span style="font-size:{fsize}px"><strong>%s</strong>:<br />
|
||||
%s:</span></p>
|
||||
|
||||
<p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in <strong>Help -> Shortcuts List</strong> or through it's own key shortcut: <strng>F3</strong>.</span></p>
|
||||
<ol>
|
||||
<li><span style="font-size:{fsize}px">%s menu's, %s.<br />
|
||||
<br />
|
||||
%s & %s.</span><br />
|
||||
</li>
|
||||
<li><span style="font-size:{fsize}px">%s <strong>%s</strong> (%s), <strong>%s</strong> %s it-s %s.<br />
|
||||
<br />
|
||||
%s <strong>%s</strong> %s <strong>%s</strong> %s.<br />
|
||||
<br />
|
||||
%s:<br />
|
||||
<br />
|
||||
<strong>%s</strong> -> %s -> %s -><strong> %s </strong> -> %s -> %s -><strong> %s
|
||||
</strong>-> %s <strong>%s) </strong>-> %s</span></li>
|
||||
</ol>
|
||||
|
||||
''').format(fsize=fsize, tsize=tsize))
|
||||
<p><span style="font-size:{fsize}px">%s <strong>%s -> %s</strong> %s it's %s:
|
||||
<strong>F3</strong>.</span></p>
|
||||
''' % (
|
||||
_("Selected Tab - Choose an Item from Project Tab"), _("Details"),
|
||||
_("The normal flow when working in FlatCAM is the following"),
|
||||
_("Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into FlatCAM using either the"),
|
||||
_("toolbars, key shortcuts or even dragging and dropping the files on the GUI"),
|
||||
_("You can also load a FlatCAM project by double clicking on the project file, drag"),
|
||||
_("drop of the file into the FLATCAM GUI or through the menu/toolbar links offered within the app"),
|
||||
_("Once an object is available in the Project Tab, by selecting it and then focusing on"),
|
||||
_("SELECTED TAB"), _("more simpler is to double click the object name in the Project Tab"),
|
||||
_("SELECTED TAB"), _("will be updated with the object properties according to"),
|
||||
_("kind: Gerber, Excellon, Geometry or CNCJob object"),
|
||||
_("If the selection of the object is done on the canvas by single click instead, and the"),
|
||||
_("SELECTED TAB"),
|
||||
_("is in focus, again the object properties will be displayed into the Selected Tab. Alternatively, "
|
||||
"double clicking on the object on the canvas will bring the"),
|
||||
_("SELECTED TAB"), _("and populate it even if it was out of focus"),
|
||||
_("You can change the parameters in this screen and the flow direction is like this"),
|
||||
_("Gerber/Excellon Object"), _("Change Parameter"), _("Generate Geometry"), _("Geometry Object"),
|
||||
_("Add tools (change param in Selected Tab)"), _("Generate CNCJob"), _("CNCJob Object"),
|
||||
_("Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in"), _("SELECTED TAB"),
|
||||
_("Save GCode"), _("A list of key shortcuts is available through an menu entry in"), _("Help"),
|
||||
_("Shortcuts List"), _("or through"), _("own key shortcut"),
|
||||
)
|
||||
|
||||
sel_title.setText(selected_text)
|
||||
sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
||||
|
||||
Reference in New Issue
Block a user