From b7d06844c9580a173e74f61cedd5c656d9c2ea94 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Tue, 17 Aug 2021 19:01:03 +0200 Subject: [PATCH] Converted the Plot workbench into a module --- src/Mod/Plot/CMakeLists.txt | 107 +-- src/Mod/Plot/InitGui.py | 61 -- src/Mod/Plot/Plot.py | 6 +- src/Mod/Plot/PlotGui.py | 186 ----- src/Mod/Plot/README | 4 +- src/Mod/Plot/plotAxes/TaskPanel.py | 649 ------------------ src/Mod/Plot/plotAxes/TaskPanel.ui | 332 --------- src/Mod/Plot/plotAxes/__init__.py | 29 - src/Mod/Plot/plotLabels/TaskPanel.py | 312 --------- src/Mod/Plot/plotLabels/TaskPanel.ui | 134 ---- src/Mod/Plot/plotLabels/__init__.py | 29 - src/Mod/Plot/plotPositions/TaskPanel.py | 294 -------- src/Mod/Plot/plotPositions/TaskPanel.ui | 107 --- src/Mod/Plot/plotPositions/__init__.py | 29 - src/Mod/Plot/plotSave/TaskPanel.py | 228 ------ src/Mod/Plot/plotSave/TaskPanel.ui | 141 ---- src/Mod/Plot/plotSave/__init__.py | 29 - src/Mod/Plot/plotSeries/TaskPanel.py | 448 ------------ src/Mod/Plot/plotSeries/TaskPanel.ui | 154 ----- src/Mod/Plot/plotSeries/__init__.py | 29 - src/Mod/Plot/plotUtils/Paths.py | 48 -- src/Mod/Plot/plotUtils/__init__.py | 22 - src/Mod/Plot/resources/Plot.qrc | 50 -- src/Mod/Plot/resources/icons/Axes.svg | 175 ----- src/Mod/Plot/resources/icons/Grid.svg | 153 ----- src/Mod/Plot/resources/icons/Icon.svg | 148 ---- src/Mod/Plot/resources/icons/Labels.svg | 163 ----- src/Mod/Plot/resources/icons/Legend.svg | 184 ----- .../Plot/resources/icons/PlotWorkbench.svg | 148 ---- src/Mod/Plot/resources/icons/Positions.svg | 268 -------- src/Mod/Plot/resources/icons/Save.svg | 150 ---- src/Mod/Plot/resources/icons/Series.svg | 141 ---- src/Mod/Plot/resources/translations/Plot.qm | 1 - src/Mod/Plot/resources/translations/Plot.ts | 460 ------------- .../Plot/resources/translations/Plot_af.qm | Bin 8353 -> 0 bytes .../Plot/resources/translations/Plot_af.ts | 461 ------------- .../Plot/resources/translations/Plot_ar.qm | Bin 8356 -> 0 bytes .../Plot/resources/translations/Plot_ar.ts | 461 ------------- .../Plot/resources/translations/Plot_ca.qm | Bin 9223 -> 0 bytes .../Plot/resources/translations/Plot_ca.ts | 461 ------------- .../Plot/resources/translations/Plot_cs.qm | Bin 8611 -> 0 bytes .../Plot/resources/translations/Plot_cs.ts | 461 ------------- .../Plot/resources/translations/Plot_de.qm | Bin 9529 -> 0 bytes .../Plot/resources/translations/Plot_de.ts | 461 ------------- .../Plot/resources/translations/Plot_el.qm | Bin 9953 -> 0 bytes .../Plot/resources/translations/Plot_el.ts | 461 ------------- .../Plot/resources/translations/Plot_es-ES.qm | Bin 9726 -> 0 bytes .../Plot/resources/translations/Plot_es-ES.ts | 461 ------------- .../Plot/resources/translations/Plot_eu.qm | Bin 9549 -> 0 bytes .../Plot/resources/translations/Plot_eu.ts | 461 ------------- .../Plot/resources/translations/Plot_fi.qm | Bin 9189 -> 0 bytes .../Plot/resources/translations/Plot_fi.ts | 461 ------------- .../Plot/resources/translations/Plot_fil.qm | Bin 9322 -> 0 bytes .../Plot/resources/translations/Plot_fil.ts | 461 ------------- .../Plot/resources/translations/Plot_fr.qm | Bin 9653 -> 0 bytes .../Plot/resources/translations/Plot_fr.ts | 461 ------------- .../Plot/resources/translations/Plot_gl.qm | Bin 9321 -> 0 bytes .../Plot/resources/translations/Plot_gl.ts | 461 ------------- .../Plot/resources/translations/Plot_hr.qm | Bin 8918 -> 0 bytes .../Plot/resources/translations/Plot_hr.ts | 461 ------------- .../Plot/resources/translations/Plot_hu.qm | Bin 9336 -> 0 bytes .../Plot/resources/translations/Plot_hu.ts | 461 ------------- .../Plot/resources/translations/Plot_id.qm | Bin 8680 -> 0 bytes .../Plot/resources/translations/Plot_id.ts | 461 ------------- .../Plot/resources/translations/Plot_it.qm | Bin 9459 -> 0 bytes .../Plot/resources/translations/Plot_it.ts | 461 ------------- .../Plot/resources/translations/Plot_ja.qm | Bin 6848 -> 0 bytes .../Plot/resources/translations/Plot_ja.ts | 462 ------------- .../Plot/resources/translations/Plot_kab.qm | Bin 9607 -> 0 bytes .../Plot/resources/translations/Plot_kab.ts | 461 ------------- .../Plot/resources/translations/Plot_ko.qm | Bin 7512 -> 0 bytes .../Plot/resources/translations/Plot_ko.ts | 461 ------------- .../Plot/resources/translations/Plot_lt.qm | Bin 9279 -> 0 bytes .../Plot/resources/translations/Plot_lt.ts | 461 ------------- .../Plot/resources/translations/Plot_nl.qm | Bin 9263 -> 0 bytes .../Plot/resources/translations/Plot_nl.ts | 461 ------------- .../Plot/resources/translations/Plot_no.qm | Bin 8359 -> 0 bytes .../Plot/resources/translations/Plot_no.ts | 461 ------------- .../Plot/resources/translations/Plot_pl.qm | Bin 9071 -> 0 bytes .../Plot/resources/translations/Plot_pl.ts | 461 ------------- .../Plot/resources/translations/Plot_pt-BR.qm | Bin 9204 -> 0 bytes .../Plot/resources/translations/Plot_pt-BR.ts | 461 ------------- .../Plot/resources/translations/Plot_pt-PT.qm | Bin 9340 -> 0 bytes .../Plot/resources/translations/Plot_pt-PT.ts | 461 ------------- .../Plot/resources/translations/Plot_ro.qm | Bin 9324 -> 0 bytes .../Plot/resources/translations/Plot_ro.ts | 461 ------------- .../Plot/resources/translations/Plot_ru.qm | Bin 9280 -> 0 bytes .../Plot/resources/translations/Plot_ru.ts | 461 ------------- .../Plot/resources/translations/Plot_sk.qm | Bin 8797 -> 0 bytes .../Plot/resources/translations/Plot_sk.ts | 461 ------------- .../Plot/resources/translations/Plot_sl.qm | Bin 8646 -> 0 bytes .../Plot/resources/translations/Plot_sl.ts | 461 ------------- .../Plot/resources/translations/Plot_sr.qm | Bin 8722 -> 0 bytes .../Plot/resources/translations/Plot_sr.ts | 461 ------------- .../Plot/resources/translations/Plot_sv-SE.qm | Bin 8724 -> 0 bytes .../Plot/resources/translations/Plot_sv-SE.ts | 461 ------------- .../Plot/resources/translations/Plot_tr.qm | Bin 8940 -> 0 bytes .../Plot/resources/translations/Plot_tr.ts | 461 ------------- .../Plot/resources/translations/Plot_uk.qm | Bin 8906 -> 0 bytes .../Plot/resources/translations/Plot_uk.ts | 461 ------------- .../resources/translations/Plot_val-ES.qm | Bin 9552 -> 0 bytes .../resources/translations/Plot_val-ES.ts | 461 ------------- .../Plot/resources/translations/Plot_vi.qm | Bin 8982 -> 0 bytes .../Plot/resources/translations/Plot_vi.ts | 461 ------------- .../Plot/resources/translations/Plot_zh-CN.qm | Bin 6135 -> 0 bytes .../Plot/resources/translations/Plot_zh-CN.ts | 461 ------------- .../Plot/resources/translations/Plot_zh-TW.qm | Bin 6063 -> 0 bytes .../Plot/resources/translations/Plot_zh-TW.ts | 461 ------------- 108 files changed, 6 insertions(+), 22471 deletions(-) delete mode 100644 src/Mod/Plot/InitGui.py delete mode 100644 src/Mod/Plot/PlotGui.py delete mode 100644 src/Mod/Plot/plotAxes/TaskPanel.py delete mode 100644 src/Mod/Plot/plotAxes/TaskPanel.ui delete mode 100644 src/Mod/Plot/plotAxes/__init__.py delete mode 100644 src/Mod/Plot/plotLabels/TaskPanel.py delete mode 100644 src/Mod/Plot/plotLabels/TaskPanel.ui delete mode 100644 src/Mod/Plot/plotLabels/__init__.py delete mode 100644 src/Mod/Plot/plotPositions/TaskPanel.py delete mode 100644 src/Mod/Plot/plotPositions/TaskPanel.ui delete mode 100644 src/Mod/Plot/plotPositions/__init__.py delete mode 100644 src/Mod/Plot/plotSave/TaskPanel.py delete mode 100644 src/Mod/Plot/plotSave/TaskPanel.ui delete mode 100644 src/Mod/Plot/plotSave/__init__.py delete mode 100644 src/Mod/Plot/plotSeries/TaskPanel.py delete mode 100644 src/Mod/Plot/plotSeries/TaskPanel.ui delete mode 100644 src/Mod/Plot/plotSeries/__init__.py delete mode 100644 src/Mod/Plot/plotUtils/Paths.py delete mode 100644 src/Mod/Plot/plotUtils/__init__.py delete mode 100644 src/Mod/Plot/resources/Plot.qrc delete mode 100644 src/Mod/Plot/resources/icons/Axes.svg delete mode 100755 src/Mod/Plot/resources/icons/Grid.svg delete mode 100755 src/Mod/Plot/resources/icons/Icon.svg delete mode 100644 src/Mod/Plot/resources/icons/Labels.svg delete mode 100644 src/Mod/Plot/resources/icons/Legend.svg delete mode 100755 src/Mod/Plot/resources/icons/PlotWorkbench.svg delete mode 100644 src/Mod/Plot/resources/icons/Positions.svg delete mode 100755 src/Mod/Plot/resources/icons/Save.svg delete mode 100644 src/Mod/Plot/resources/icons/Series.svg delete mode 100644 src/Mod/Plot/resources/translations/Plot.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_af.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_af.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ar.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ar.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ca.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ca.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_cs.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_cs.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_de.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_de.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_el.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_el.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_es-ES.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_es-ES.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_eu.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_eu.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_fi.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_fi.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_fil.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_fil.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_fr.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_fr.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_gl.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_gl.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_hr.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_hr.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_hu.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_hu.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_id.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_id.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_it.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_it.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ja.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ja.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_kab.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_kab.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ko.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ko.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_lt.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_lt.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_nl.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_nl.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_no.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_no.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_pl.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_pl.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_pt-BR.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_pt-BR.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_pt-PT.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_pt-PT.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ro.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ro.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_ru.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_ru.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_sk.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_sk.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_sl.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_sl.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_sr.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_sr.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_sv-SE.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_sv-SE.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_tr.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_tr.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_uk.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_uk.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_val-ES.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_val-ES.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_vi.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_vi.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_zh-CN.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_zh-CN.ts delete mode 100644 src/Mod/Plot/resources/translations/Plot_zh-TW.qm delete mode 100644 src/Mod/Plot/resources/translations/Plot_zh-TW.ts diff --git a/src/Mod/Plot/CMakeLists.txt b/src/Mod/Plot/CMakeLists.txt index 3dfb371793d3..b3c584b5c7dc 100644 --- a/src/Mod/Plot/CMakeLists.txt +++ b/src/Mod/Plot/CMakeLists.txt @@ -1,122 +1,19 @@ -IF (BUILD_GUI) - PYSIDE_WRAP_RC(Plot_QRC_SRCS resources/Plot.qrc) -ENDIF (BUILD_GUI) - SET(PlotMain_SRCS Plot.py - InitGui.py - PlotGui.py ) SOURCE_GROUP("" FILES ${PlotMain_SRCS}) -SET(PlotAxes_SRCS - plotAxes/__init__.py - plotAxes/TaskPanel.py - plotAxes/TaskPanel.ui -) -SOURCE_GROUP("plotaxes" FILES ${PlotAxes_SRCS}) - -SET(PlotLabels_SRCS - plotLabels/__init__.py - plotLabels/TaskPanel.py - plotLabels/TaskPanel.ui -) -SOURCE_GROUP("plotlabels" FILES ${PlotLabels_SRCS}) - -SET(PlotPositions_SRCS - plotPositions/__init__.py - plotPositions/TaskPanel.py - plotPositions/TaskPanel.ui -) -SOURCE_GROUP("plotpositions" FILES ${PlotPositions_SRCS}) - -SET(PlotSave_SRCS - plotSave/__init__.py - plotSave/TaskPanel.py - plotSave/TaskPanel.ui -) -SOURCE_GROUP("plotsave" FILES ${PlotSave_SRCS}) - -SET(PlotSeries_SRCS - plotSeries/__init__.py - plotSeries/TaskPanel.py - plotSeries/TaskPanel.ui -) -SOURCE_GROUP("plotseries" FILES ${PlotSeries_SRCS}) - -SET(PlotUtils_SRCS - plotUtils/__init__.py - plotUtils/Paths.py -) -SOURCE_GROUP("plotutils" FILES ${PlotUtils_SRCS}) - -SET(all_files ${PlotMain_SRCS} ${PlotAxes_SRCS} ${PlotLabels_SRCS} ${PlotPositions_SRCS} ${PlotSave_SRCS} ${PlotSeries_SRCS} ${PlotUtils_SRCS}) - -SET(PlotGuiIcon_SVG - resources/icons/PlotWorkbench.svg -) +SET(all_files ${PlotMain_SRCS}) ADD_CUSTOM_TARGET(Plot ALL - SOURCES ${all_files} ${Plot_QRC_SRCS} ${PlotGuiIcon_SVG} + SOURCES ${all_files} ) fc_copy_sources(Plot "${CMAKE_BINARY_DIR}/Mod/Plot" ${all_files}) -fc_copy_sources(Plot "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Plot" ${PlotGuiIcon_SVG}) - -IF (BUILD_GUI) - fc_target_copy_resource(Plot - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/Mod/Plot - Plot_rc.py) -ENDIF (BUILD_GUI) - -INSTALL( - FILES - ${PlotAxes_SRCS} - DESTINATION - Mod/Plot/plotAxes -) -INSTALL( - FILES - ${PlotLabels_SRCS} - DESTINATION - Mod/Plot/plotLabels -) -INSTALL( - FILES - ${PlotPositions_SRCS} - DESTINATION - Mod/Plot/plotPositions -) -INSTALL( - FILES - ${PlotSave_SRCS} - DESTINATION - Mod/Plot/plotSave -) -INSTALL( - FILES - ${PlotSeries_SRCS} - DESTINATION - Mod/Plot/plotSeries -) -INSTALL( - FILES - ${PlotUtils_SRCS} - DESTINATION - Mod/Plot/plotUtils -) INSTALL( FILES ${PlotMain_SRCS} - ${Plot_QRC_SRCS} DESTINATION Mod/Plot ) -INSTALL( - FILES - ${PlotGuiIcon_SVG} - DESTINATION - "${CMAKE_INSTALL_DATADIR}/Mod/Plot/resources/icons" -) diff --git a/src/Mod/Plot/InitGui.py b/src/Mod/Plot/InitGui.py deleted file mode 100644 index 9eb2602edbbd..000000000000 --- a/src/Mod/Plot/InitGui.py +++ /dev/null @@ -1,61 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - - -class PlotWorkbench(Workbench): - """Workbench of Plot module.""" - def __init__(self): - self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/Plot/resources/icons/PlotWorkbench.svg" - self.__class__.MenuText = "Plot" - self.__class__.ToolTip = "The Plot module is used to edit/save output plots performed by other tools" - - from plotUtils import Paths - import PlotGui - - def Initialize(self): - from PySide import QtCore, QtGui - cmdlst = ["Plot_SaveFig", - "Plot_Axes", - "Plot_Series", - "Plot_Grid", - "Plot_Legend", - "Plot_Labels", - "Plot_Positions"] - self.appendToolbar(str(QtCore.QT_TRANSLATE_NOOP( - "Plot", - "Plot edition tools")), cmdlst) - self.appendMenu(str(QtCore.QT_TRANSLATE_NOOP( - "Plot", - "Plot")), cmdlst) - try: - import matplotlib - except ImportError: - from PySide import QtCore, QtGui - msg = QtGui.QApplication.translate( - "plot_console", - "matplotlib not found, Plot module will be disabled", - None) - FreeCAD.Console.PrintMessage(msg + '\n') - - -Gui.addWorkbench(PlotWorkbench()) diff --git a/src/Mod/Plot/Plot.py b/src/Mod/Plot/Plot.py index 94a64a104fb3..6e9b400329c0 100644 --- a/src/Mod/Plot/Plot.py +++ b/src/Mod/Plot/Plot.py @@ -36,11 +36,7 @@ from matplotlib.figure import Figure except ImportError: - msg = PySide.QtGui.QApplication.translate( - "plot_console", - "matplotlib not found, so Plot module can not be loaded", - None) - FreeCAD.Console.PrintMessage(msg + '\n') + FreeCAD.Console.PrintWarning('matplotlib not found, so Plot module can not be loaded\n') raise ImportError("matplotlib not installed") diff --git a/src/Mod/Plot/PlotGui.py b/src/Mod/Plot/PlotGui.py deleted file mode 100644 index 8a55d62b1f01..000000000000 --- a/src/Mod/Plot/PlotGui.py +++ /dev/null @@ -1,186 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import PySide -from PySide import QtCore, QtGui -import FreeCAD -import FreeCADGui -import os - -import Plot_rc - - -FreeCADGui.addLanguagePath(":/Plot/translations") -FreeCADGui.addIconPath(":/Plot/icons") - - -class Save: - def Activated(self): - import plotSave - plotSave.load() - - def GetResources(self): - # from plotUtils import Paths - # IconPath = Paths.iconsPath() + "/Save.svg" - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_SaveFig", - "Save plot") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_SaveFig", - "Save the plot as an image file") - return {'Pixmap': 'Save', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Axes: - def Activated(self): - import plotAxes - plotAxes.load() - - def GetResources(self): - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Axes", - "Configure axes") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Axes", - "Configure the axes parameters") - return {'Pixmap': 'Axes', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Series: - def Activated(self): - import plotSeries - plotSeries.load() - - def GetResources(self): - # from plotUtils import Paths - # IconPath = Paths.iconsPath() + "/Series.svg" - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Series", - "Configure series") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Series", - "Configure series drawing style and label") - return {'Pixmap': 'Series', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Grid: - def Activated(self): - import Plot - plt = Plot.getPlot() - if not plt: - msg = QtGui.QApplication.translate( - "plot_console", - "The grid must be activated on top of a plot document", - None) - FreeCAD.Console.PrintError(msg + "\n") - return - flag = plt.isGrid() - Plot.grid(not flag) - - def GetResources(self): - # from plotUtils import Paths - # IconPath = Paths.iconsPath() + "/Grid.svg" - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Grid", - "Show/Hide grid") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Grid", - "Show/Hide grid on selected plot") - return {'Pixmap': 'Grid', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Legend: - def Activated(self): - import Plot - plt = Plot.getPlot() - if not plt: - msg = QtGui.QApplication.translate( - "plot_console", - "The legend must be activated on top of a plot document", - None) - FreeCAD.Console.PrintError(msg + "\n") - return - flag = plt.isLegend() - Plot.legend(not flag) - - def GetResources(self): - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Legend", - "Show/Hide legend") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Legend", - "Show/Hide legend on selected plot") - return {'Pixmap': 'Legend', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Labels: - def Activated(self): - import plotLabels - plotLabels.load() - - def GetResources(self): - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Labels", - "Set labels") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Labels", - "Set title and axes labels") - return {'Pixmap': 'Labels', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -class Positions: - def Activated(self): - import plotPositions - plotPositions.load() - - def GetResources(self): - MenuText = QtCore.QT_TRANSLATE_NOOP( - "Plot_Positions", - "Set positions and sizes") - ToolTip = QtCore.QT_TRANSLATE_NOOP( - "Plot_Positions", - "Set labels and legend positions and sizes") - return {'Pixmap': 'Positions', - 'MenuText': MenuText, - 'ToolTip': ToolTip} - - -FreeCADGui.addCommand('Plot_SaveFig', Save()) -FreeCADGui.addCommand('Plot_Axes', Axes()) -FreeCADGui.addCommand('Plot_Series', Series()) -FreeCADGui.addCommand('Plot_Grid', Grid()) -FreeCADGui.addCommand('Plot_Legend', Legend()) -FreeCADGui.addCommand('Plot_Labels', Labels()) -FreeCADGui.addCommand('Plot_Positions', Positions()) diff --git a/src/Mod/Plot/README b/src/Mod/Plot/README index 5f82de5e9cc8..dad87e3d5d1c 100644 --- a/src/Mod/Plot/README +++ b/src/Mod/Plot/README @@ -6,5 +6,7 @@ Jose Luis Cercós Pita * Introduction -------------- -Plot is a module that provide an interface to perform plots. +Plot is a module that provide an interface to perform plots. From FreeCAD 0.20 +Plot workbench is split into an indepent addon +(https://github.com/FreeCAD/freecad.plot) diff --git a/src/Mod/Plot/plotAxes/TaskPanel.py b/src/Mod/Plot/plotAxes/TaskPanel.py deleted file mode 100644 index cd47a2436500..000000000000 --- a/src/Mod/Plot/plotAxes/TaskPanel.py +++ /dev/null @@ -1,649 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import six - -import FreeCAD as App -import FreeCADGui as Gui - -from PySide import QtGui, QtCore - -import Plot -from plotUtils import Paths - - -class TaskPanel: - def __init__(self): - self.ui = Paths.modulePath() + "/plotAxes/TaskPanel.ui" - self.skip = False - - def accept(self): - return True - - def reject(self): - return True - - def clicked(self, index): - pass - - def open(self): - pass - - def needsFullSpace(self): - return True - - def isAllowedAlterSelection(self): - return False - - def isAllowedAlterView(self): - return True - - def isAllowedAlterDocument(self): - return False - - def helpRequested(self): - pass - - def setupUi(self): - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - self.form = form - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - form.new = self.widget(QtGui.QPushButton, "newAxesButton") - form.remove = self.widget(QtGui.QPushButton, "delAxesButton") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xMin = self.widget(QtGui.QSlider, "posXMin") - form.xMax = self.widget(QtGui.QSlider, "posXMax") - form.yMin = self.widget(QtGui.QSlider, "posYMin") - form.yMax = self.widget(QtGui.QSlider, "posYMax") - form.xAlign = self.widget(QtGui.QComboBox, "xAlign") - form.yAlign = self.widget(QtGui.QComboBox, "yAlign") - form.xOffset = self.widget(QtGui.QSpinBox, "xOffset") - form.yOffset = self.widget(QtGui.QSpinBox, "yOffset") - form.xAuto = self.widget(QtGui.QCheckBox, "xAuto") - form.yAuto = self.widget(QtGui.QCheckBox, "yAuto") - form.xSMin = self.widget(QtGui.QLineEdit, "xMin") - form.xSMax = self.widget(QtGui.QLineEdit, "xMax") - form.ySMin = self.widget(QtGui.QLineEdit, "yMin") - form.ySMax = self.widget(QtGui.QLineEdit, "yMax") - self.retranslateUi() - # Look for active axes if can - axId = 0 - plt = Plot.getPlot() - if plt: - while plt.axes != plt.axesList[axId]: - axId = axId + 1 - form.axId.setValue(axId) - self.updateUI() - QtCore.QObject.connect(form.axId, - QtCore.SIGNAL('valueChanged(int)'), - self.onAxesId) - QtCore.QObject.connect(form.new, - QtCore.SIGNAL("pressed()"), - self.onNew) - QtCore.QObject.connect(form.remove, - QtCore.SIGNAL("pressed()"), - self.onRemove) - QtCore.QObject.connect(form.xMin, - QtCore.SIGNAL("valueChanged(int)"), - self.onDims) - QtCore.QObject.connect(form.xMax, - QtCore.SIGNAL("valueChanged(int)"), - self.onDims) - QtCore.QObject.connect(form.yMin, - QtCore.SIGNAL("valueChanged(int)"), - self.onDims) - QtCore.QObject.connect(form.yMax, - QtCore.SIGNAL("valueChanged(int)"), - self.onDims) - QtCore.QObject.connect(form.xAlign, - QtCore.SIGNAL("currentIndexChanged(int)"), - self.onAlign) - QtCore.QObject.connect(form.yAlign, - QtCore.SIGNAL("currentIndexChanged(int)"), - self.onAlign) - QtCore.QObject.connect(form.xOffset, - QtCore.SIGNAL("valueChanged(int)"), - self.onOffset) - QtCore.QObject.connect(form.yOffset, - QtCore.SIGNAL("valueChanged(int)"), - self.onOffset) - QtCore.QObject.connect(form.xAuto, - QtCore.SIGNAL("stateChanged(int)"), - self.onScales) - QtCore.QObject.connect(form.yAuto, - QtCore.SIGNAL("stateChanged(int)"), - self.onScales) - QtCore.QObject.connect(form.xSMin, - QtCore.SIGNAL("editingFinished()"), - self.onScales) - QtCore.QObject.connect(form.xSMax, - QtCore.SIGNAL("editingFinished()"), - self.onScales) - QtCore.QObject.connect(form.ySMin, - QtCore.SIGNAL("editingFinished()"), - self.onScales) - QtCore.QObject.connect(form.ySMax, - QtCore.SIGNAL("editingFinished()"), - self.onScales) - QtCore.QObject.connect( - Plot.getMdiArea(), - QtCore.SIGNAL("subWindowActivated(QMdiSubWindow*)"), - self.onMdiArea) - return False - - def getMainWindow(self): - toplevel = QtGui.QApplication.topLevelWidgets() - for i in toplevel: - if i.metaObject().className() == "Gui::MainWindow": - return i - raise RuntimeError("No main window found") - - def widget(self, class_id, name): - """Return the selected widget. - - Keyword arguments: - class_id -- Class identifier - name -- Name of the widget - """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - return form.findChild(class_id, name) - - def retranslateUi(self): - """Set the user interface locale strings. - """ - form = self.form - form.setWindowTitle(QtGui.QApplication.translate( - "plot_axes", - "Configure axes", - None)) - self.widget(QtGui.QLabel, "axesLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Active axes", - None)) - self.widget(QtGui.QCheckBox, "allAxes").setText( - QtGui.QApplication.translate("plot_axes", - "Apply to all axes", - None)) - self.widget(QtGui.QLabel, "dimLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Dimensions", - None)) - self.widget(QtGui.QLabel, "xPosLabel").setText( - QtGui.QApplication.translate("plot_axes", - "X axis position", - None)) - self.widget(QtGui.QLabel, "yPosLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Y axis position", - None)) - self.widget(QtGui.QLabel, "scalesLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Scales", - None)) - self.widget(QtGui.QCheckBox, "xAuto").setText( - QtGui.QApplication.translate("plot_axes", - "X auto", - None)) - self.widget(QtGui.QCheckBox, "yAuto").setText( - QtGui.QApplication.translate("plot_axes", - "Y auto", - None)) - self.widget(QtGui.QCheckBox, "allAxes").setText( - QtGui.QApplication.translate("plot_axes", - "Apply to all axes", - None)) - self.widget(QtGui.QLabel, "dimLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Dimensions", - None)) - self.widget(QtGui.QLabel, "xPosLabel").setText( - QtGui.QApplication.translate("plot_axes", - "X axis position", - None)) - self.widget(QtGui.QLabel, "yPosLabel").setText( - QtGui.QApplication.translate("plot_axes", - "Y axis position", - None)) - self.widget(QtGui.QSpinBox, "axesIndex").setToolTip( - QtGui.QApplication.translate("plot_axes", - "Index of the active axes", - None)) - self.widget(QtGui.QPushButton, "newAxesButton").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Add new axes to the plot", - None)) - self.widget(QtGui.QPushButton, "delAxesButton").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Remove selected axes", - None)) - self.widget(QtGui.QCheckBox, "allAxes").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Check it to apply transformations to all axes", - None)) - self.widget(QtGui.QSlider, "posXMin").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Left bound of axes", - None)) - self.widget(QtGui.QSlider, "posXMax").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Right bound of axes", - None)) - self.widget(QtGui.QSlider, "posYMin").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Bottom bound of axes", - None)) - self.widget(QtGui.QSlider, "posYMax").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Top bound of axes", - None)) - self.widget(QtGui.QSpinBox, "xOffset").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Outward offset of X axis", - None)) - self.widget(QtGui.QSpinBox, "yOffset").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Outward offset of Y axis", - None)) - self.widget(QtGui.QCheckBox, "xAuto").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "X axis scale autoselection", - None)) - self.widget(QtGui.QCheckBox, "yAuto").setToolTip( - QtGui.QApplication.translate( - "plot_axes", - "Y axis scale autoselection", - None)) - - def onAxesId(self, value): - """Executed when axes index is modified.""" - if not self.skip: - self.skip = True - # No active plot case - plt = Plot.getPlot() - if not plt: - self.updateUI() - self.skip = False - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - - form.axId.setMaximum(len(plt.axesList)) - if form.axId.value() >= len(plt.axesList): - form.axId.setValue(len(plt.axesList) - 1) - # Send new control to Plot instance - plt.setActiveAxes(form.axId.value()) - self.updateUI() - self.skip = False - - def onNew(self): - """Executed when new axes must be created.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - - Plot.addNewAxes() - form.axId.setValue(len(plt.axesList) - 1) - plt.update() - - def onRemove(self): - """Executed when axes must be deleted.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - - # Don't remove first axes - if not form.axId.value(): - msg = QtGui.QApplication.translate( - "plot_console", - "Axes 0 can not be deleted", - None) - App.Console.PrintError(msg + "\n") - return - # Remove axes - ax = plt.axes - ax.set_axis_off() - plt.axesList.pop(form.axId.value()) - # Ensure that active axes is correct - index = min(form.axId.value(), len(plt.axesList) - 1) - form.axId.setValue(index) - plt.update() - - def onDims(self, value): - """Executed when axes dims have been modified.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xMin = self.widget(QtGui.QSlider, "posXMin") - form.xMax = self.widget(QtGui.QSlider, "posXMax") - form.yMin = self.widget(QtGui.QSlider, "posYMin") - form.yMax = self.widget(QtGui.QSlider, "posYMax") - - axesList = [plt.axes] - if form.all.isChecked(): - axesList = plt.axesList - # Set new dimensions - xmin = form.xMin.value() / 100.0 - xmax = form.xMax.value() / 100.0 - ymin = form.yMin.value() / 100.0 - ymax = form.yMax.value() / 100.0 - for axes in axesList: - axes.set_position([xmin, ymin, xmax - xmin, ymax - ymin]) - plt.update() - - def onAlign(self, value): - """Executed when axes align have been modified.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xAlign = self.widget(QtGui.QComboBox, "xAlign") - form.yAlign = self.widget(QtGui.QComboBox, "yAlign") - - axesList = [plt.axes] - if form.all.isChecked(): - axesList = plt.axesList - # Set new alignment - for axes in axesList: - if form.xAlign.currentIndex() == 0: - axes.xaxis.tick_bottom() - axes.spines['bottom'].set_color((0.0, 0.0, 0.0)) - axes.spines['top'].set_color('none') - axes.xaxis.set_ticks_position('bottom') - axes.xaxis.set_label_position('bottom') - else: - axes.xaxis.tick_top() - axes.spines['top'].set_color((0.0, 0.0, 0.0)) - axes.spines['bottom'].set_color('none') - axes.xaxis.set_ticks_position('top') - axes.xaxis.set_label_position('top') - if form.yAlign.currentIndex() == 0: - axes.yaxis.tick_left() - axes.spines['left'].set_color((0.0, 0.0, 0.0)) - axes.spines['right'].set_color('none') - axes.yaxis.set_ticks_position('left') - axes.yaxis.set_label_position('left') - else: - axes.yaxis.tick_right() - axes.spines['right'].set_color((0.0, 0.0, 0.0)) - axes.spines['left'].set_color('none') - axes.yaxis.set_ticks_position('right') - axes.yaxis.set_label_position('right') - plt.update() - - def onOffset(self, value): - """Executed when axes offsets have been modified.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xOffset = self.widget(QtGui.QSpinBox, "xOffset") - form.yOffset = self.widget(QtGui.QSpinBox, "yOffset") - - axesList = [plt.axes] - if form.all.isChecked(): - axesList = plt.axesList - # Set new offset - for axes in axesList: - # For some reason, modify spines offset erase axes labels, so we - # need store it in order to regenerate later - x = axes.get_xlabel() - y = axes.get_ylabel() - for loc, spine in axes.spines.items(): - if loc in ['bottom', 'top']: - spine.set_position(('outward', form.xOffset.value())) - if loc in ['left', 'right']: - spine.set_position(('outward', form.yOffset.value())) - # Now we can restore axes labels - Plot.xlabel(six.text_type(x)) - Plot.ylabel(six.text_type(y)) - plt.update() - - def onScales(self): - """Executed when axes scales have been modified.""" - # Ensure that we can work - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xAuto = self.widget(QtGui.QCheckBox, "xAuto") - form.yAuto = self.widget(QtGui.QCheckBox, "yAuto") - form.xSMin = self.widget(QtGui.QLineEdit, "xMin") - form.xSMax = self.widget(QtGui.QLineEdit, "xMax") - form.ySMin = self.widget(QtGui.QLineEdit, "yMin") - form.ySMax = self.widget(QtGui.QLineEdit, "yMax") - - axesList = [plt.axes] - if form.all.isChecked(): - axesList = plt.axesList - if not self.skip: - self.skip = True - # X axis - if form.xAuto.isChecked(): - for ax in axesList: - ax.set_autoscalex_on(True) - form.xSMin.setEnabled(False) - form.xSMax.setEnabled(False) - lim = plt.axes.get_xlim() - form.xSMin.setText(str(lim[0])) - form.xSMax.setText(str(lim[1])) - else: - form.xSMin.setEnabled(True) - form.xSMax.setEnabled(True) - try: - xMin = float(form.xSMin.text()) - except: - xMin = plt.axes.get_xlim()[0] - form.xSMin.setText(str(xMin)) - try: - xMax = float(form.xSMax.text()) - except: - xMax = plt.axes.get_xlim()[1] - form.xSMax.setText(str(xMax)) - for ax in axesList: - ax.set_xlim((xMin, xMax)) - # Y axis - if form.yAuto.isChecked(): - for ax in axesList: - ax.set_autoscaley_on(True) - form.ySMin.setEnabled(False) - form.ySMax.setEnabled(False) - lim = plt.axes.get_ylim() - form.ySMin.setText(str(lim[0])) - form.ySMax.setText(str(lim[1])) - else: - form.ySMin.setEnabled(True) - form.ySMax.setEnabled(True) - try: - yMin = float(form.ySMin.text()) - except: - yMin = plt.axes.get_ylim()[0] - form.ySMin.setText(str(yMin)) - try: - yMax = float(form.ySMax.text()) - except: - yMax = plt.axes.get_ylim()[1] - form.ySMax.setText(str(yMax)) - for ax in axesList: - ax.set_ylim((yMin, yMax)) - plt.update() - self.skip = False - - def onMdiArea(self, subWin): - """Executed when window is selected on mdi area. - - Keyword arguments: - subWin -- Selected window. - """ - plt = Plot.getPlot() - if plt != subWin: - self.updateUI() - - def updateUI(self): - """Setup UI controls values if possible""" - plt = Plot.getPlot() - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - form.new = self.widget(QtGui.QPushButton, "newAxesButton") - form.remove = self.widget(QtGui.QPushButton, "delAxesButton") - form.all = self.widget(QtGui.QCheckBox, "allAxes") - form.xMin = self.widget(QtGui.QSlider, "posXMin") - form.xMax = self.widget(QtGui.QSlider, "posXMax") - form.yMin = self.widget(QtGui.QSlider, "posYMin") - form.yMax = self.widget(QtGui.QSlider, "posYMax") - form.xAlign = self.widget(QtGui.QComboBox, "xAlign") - form.yAlign = self.widget(QtGui.QComboBox, "yAlign") - form.xOffset = self.widget(QtGui.QSpinBox, "xOffset") - form.yOffset = self.widget(QtGui.QSpinBox, "yOffset") - form.xAuto = self.widget(QtGui.QCheckBox, "xAuto") - form.yAuto = self.widget(QtGui.QCheckBox, "yAuto") - form.xSMin = self.widget(QtGui.QLineEdit, "xMin") - form.xSMax = self.widget(QtGui.QLineEdit, "xMax") - form.ySMin = self.widget(QtGui.QLineEdit, "yMin") - form.ySMax = self.widget(QtGui.QLineEdit, "yMax") - # Enable/disable them - form.axId.setEnabled(bool(plt)) - form.new.setEnabled(bool(plt)) - form.remove.setEnabled(bool(plt)) - form.all.setEnabled(bool(plt)) - form.xMin.setEnabled(bool(plt)) - form.xMax.setEnabled(bool(plt)) - form.yMin.setEnabled(bool(plt)) - form.yMax.setEnabled(bool(plt)) - form.xAlign.setEnabled(bool(plt)) - form.yAlign.setEnabled(bool(plt)) - form.xOffset.setEnabled(bool(plt)) - form.yOffset.setEnabled(bool(plt)) - form.xAuto.setEnabled(bool(plt)) - form.yAuto.setEnabled(bool(plt)) - form.xSMin.setEnabled(bool(plt)) - form.xSMax.setEnabled(bool(plt)) - form.ySMin.setEnabled(bool(plt)) - form.ySMax.setEnabled(bool(plt)) - if not plt: - form.axId.setValue(0) - return - # Ensure that active axes is correct - index = min(form.axId.value(), len(plt.axesList) - 1) - form.axId.setValue(index) - # Set dimensions - ax = plt.axes - bb = ax.get_position() - form.xMin.setValue(int(100 * bb._get_xmin())) - form.xMax.setValue(int(100 * bb._get_xmax())) - form.yMin.setValue(int(100 * bb._get_ymin())) - form.yMax.setValue(int(100 * bb._get_ymax())) - # Set alignment and offset - xPos = ax.xaxis.get_ticks_position() - yPos = ax.yaxis.get_ticks_position() - xOffset = ax.spines['bottom'].get_position()[1] - yOffset = ax.spines['left'].get_position()[1] - if xPos == 'bottom' or xPos == 'default': - form.xAlign.setCurrentIndex(0) - else: - form.xAlign.setCurrentIndex(1) - form.xOffset.setValue(xOffset) - if yPos == 'left' or yPos == 'default': - form.yAlign.setCurrentIndex(0) - else: - form.yAlign.setCurrentIndex(1) - form.yOffset.setValue(yOffset) - # Set scales - if ax.get_autoscalex_on(): - form.xAuto.setChecked(True) - form.xSMin.setEnabled(False) - form.xSMax.setEnabled(False) - else: - form.xAuto.setChecked(False) - form.xSMin.setEnabled(True) - form.xSMax.setEnabled(True) - lim = ax.get_xlim() - form.xSMin.setText(str(lim[0])) - form.xSMax.setText(str(lim[1])) - if ax.get_autoscaley_on(): - form.yAuto.setChecked(True) - form.ySMin.setEnabled(False) - form.ySMax.setEnabled(False) - else: - form.yAuto.setChecked(False) - form.ySMin.setEnabled(True) - form.ySMax.setEnabled(True) - lim = ax.get_ylim() - form.ySMin.setText(str(lim[0])) - form.ySMax.setText(str(lim[1])) - - -def createTask(): - panel = TaskPanel() - Gui.Control.showDialog(panel) - if panel.setupUi(): - Gui.Control.closeDialog(panel) - return None - return panel diff --git a/src/Mod/Plot/plotAxes/TaskPanel.ui b/src/Mod/Plot/plotAxes/TaskPanel.ui deleted file mode 100644 index b75f96c5f18c..000000000000 --- a/src/Mod/Plot/plotAxes/TaskPanel.ui +++ /dev/null @@ -1,332 +0,0 @@ - - - TaskPanel - - - - 0 - 0 - 276 - 416 - - - - - 0 - 416 - - - - Configure axes - - - - - - 0 - - - - - - - - 0 - 0 - - - - Active axes: - - - - - - - - 5 - 0 - - - - 1 - - - - - - - - 2 - 0 - - - - add - - - - - - - - 2 - 0 - - - - - 10 - 0 - - - - del - - - - - - - - - Apply to all axes - - - - - - - 0 - - - 6 - - - - - - 0 - 1 - - - - 100 - - - 90 - - - Qt::Vertical - - - - - - - 100 - - - 90 - - - Qt::Horizontal - - - - - - - 100 - - - 10 - - - Qt::Horizontal - - - - - - - - 0 - 1 - - - - 100 - - - 10 - - - Qt::Vertical - - - - - - - Dimensions: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - Y axis position - - - Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft - - - - - - - 0 - - - - y at Left - - - - - y at Right - - - - - - - - 99999 - - - - - - - - - - - X axis position - - - Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft - - - - - - - 0 - - - - x at bottom - - - - - x at top - - - - - - - - 99999 - - - - - - - - - - - - - Scales - - - - - - - X auto - - - - - - - Y auto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/plotAxes/__init__.py b/src/Mod/Plot/plotAxes/__init__.py deleted file mode 100644 index 6a97f58b26af..000000000000 --- a/src/Mod/Plot/plotAxes/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import TaskPanel - - -def load(): - """Load the tool""" - TaskPanel.createTask() diff --git a/src/Mod/Plot/plotLabels/TaskPanel.py b/src/Mod/Plot/plotLabels/TaskPanel.py deleted file mode 100644 index 8216a85c2a1f..000000000000 --- a/src/Mod/Plot/plotLabels/TaskPanel.py +++ /dev/null @@ -1,312 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import six - -import FreeCAD as App -import FreeCADGui as Gui - -from PySide import QtGui, QtCore - -import Plot -from plotUtils import Paths - - -class TaskPanel: - def __init__(self): - self.ui = Paths.modulePath() + "/plotLabels/TaskPanel.ui" - self.skip = False - - def accept(self): - return True - - def reject(self): - return True - - def clicked(self, index): - pass - - def open(self): - pass - - def needsFullSpace(self): - return True - - def isAllowedAlterSelection(self): - return False - - def isAllowedAlterView(self): - return True - - def isAllowedAlterDocument(self): - return False - - def helpRequested(self): - pass - - def setupUi(self): - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - form.title = self.widget(QtGui.QLineEdit, "title") - form.titleSize = self.widget(QtGui.QSpinBox, "titleSize") - form.xLabel = self.widget(QtGui.QLineEdit, "titleX") - form.xSize = self.widget(QtGui.QSpinBox, "xSize") - form.yLabel = self.widget(QtGui.QLineEdit, "titleY") - form.ySize = self.widget(QtGui.QSpinBox, "ySize") - self.form = form - self.retranslateUi() - # Look for active axes if can - axId = 0 - plt = Plot.getPlot() - if plt: - while plt.axes != plt.axesList[axId]: - axId = axId + 1 - form.axId.setValue(axId) - self.updateUI() - QtCore.QObject.connect(form.axId, - QtCore.SIGNAL('valueChanged(int)'), - self.onAxesId) - QtCore.QObject.connect(form.title, - QtCore.SIGNAL("editingFinished()"), - self.onLabels) - QtCore.QObject.connect(form.xLabel, - QtCore.SIGNAL("editingFinished()"), - self.onLabels) - QtCore.QObject.connect(form.yLabel, - QtCore.SIGNAL("editingFinished()"), - self.onLabels) - QtCore.QObject.connect(form.titleSize, - QtCore.SIGNAL("valueChanged(int)"), - self.onFontSizes) - QtCore.QObject.connect(form.xSize, - QtCore.SIGNAL("valueChanged(int)"), - self.onFontSizes) - QtCore.QObject.connect(form.ySize, - QtCore.SIGNAL("valueChanged(int)"), - self.onFontSizes) - QtCore.QObject.connect( - Plot.getMdiArea(), - QtCore.SIGNAL("subWindowActivated(QMdiSubWindow*)"), - self.onMdiArea) - return False - - def getMainWindow(self): - toplevel = QtGui.QApplication.topLevelWidgets() - for i in toplevel: - if i.metaObject().className() == "Gui::MainWindow": - return i - raise RuntimeError("No main window found") - - def widget(self, class_id, name): - """Return the selected widget. - - Keyword arguments: - class_id -- Class identifier - name -- Name of the widget - """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - return form.findChild(class_id, name) - - def retranslateUi(self): - """ Set the user interface locale strings. - """ - self.form.setWindowTitle(QtGui.QApplication.translate( - "plot_labels", - "Set labels", - None)) - self.widget(QtGui.QLabel, "axesLabel").setText( - QtGui.QApplication.translate("plot_labels", - "Active axes", - None)) - self.widget(QtGui.QLabel, "titleLabel").setText( - QtGui.QApplication.translate("plot_labels", - "Title", - None)) - self.widget(QtGui.QLabel, "xLabel").setText( - QtGui.QApplication.translate("plot_labels", - "X label", - None)) - self.widget(QtGui.QLabel, "yLabel").setText( - QtGui.QApplication.translate("plot_labels", - "Y label", - None)) - self.widget(QtGui.QSpinBox, "axesIndex").setToolTip(QtGui.QApplication.translate( - "plot_labels", - "Index of the active axes", - None)) - self.widget(QtGui.QLineEdit, "title").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "Title (associated to active axes)", - None)) - self.widget(QtGui.QSpinBox, "titleSize").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "Title font size", - None)) - self.widget(QtGui.QLineEdit, "titleX").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "X axis title", - None)) - self.widget(QtGui.QSpinBox, "xSize").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "X axis title font size", - None)) - self.widget(QtGui.QLineEdit, "titleY").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "Y axis title", - None)) - self.widget(QtGui.QSpinBox, "ySize").setToolTip( - QtGui.QApplication.translate( - "plot_labels", - "Y axis title font size", - None)) - - def onAxesId(self, value): - """ Executed when axes index is modified. """ - if not self.skip: - self.skip = True - # No active plot case - plt = Plot.getPlot() - if not plt: - self.updateUI() - self.skip = False - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - - form.axId.setMaximum(len(plt.axesList)) - if form.axId.value() >= len(plt.axesList): - form.axId.setValue(len(plt.axesList) - 1) - # Send new control to Plot instance - plt.setActiveAxes(form.axId.value()) - self.updateUI() - self.skip = False - - def onLabels(self): - """ Executed when labels have been modified. """ - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.title = self.widget(QtGui.QLineEdit, "title") - form.xLabel = self.widget(QtGui.QLineEdit, "titleX") - form.yLabel = self.widget(QtGui.QLineEdit, "titleY") - - Plot.title(six.text_type(form.title.text())) - Plot.xlabel(six.text_type(form.xLabel.text())) - Plot.ylabel(six.text_type(form.yLabel.text())) - plt.update() - - def onFontSizes(self, value): - """ Executed when font sizes have been modified. """ - # Get apply environment - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.titleSize = self.widget(QtGui.QSpinBox, "titleSize") - form.xSize = self.widget(QtGui.QSpinBox, "xSize") - form.ySize = self.widget(QtGui.QSpinBox, "ySize") - - ax = plt.axes - ax.title.set_fontsize(form.titleSize.value()) - ax.xaxis.label.set_fontsize(form.xSize.value()) - ax.yaxis.label.set_fontsize(form.ySize.value()) - plt.update() - - def onMdiArea(self, subWin): - """ Executed when window is selected on mdi area. - - Keyword arguments: - subWin -- Selected window. - """ - plt = Plot.getPlot() - if plt != subWin: - self.updateUI() - - def updateUI(self): - """ Setup UI controls values if possible """ - # Get again all the subwidgets (to avoid PySide Pitfalls) - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.axId = self.widget(QtGui.QSpinBox, "axesIndex") - form.title = self.widget(QtGui.QLineEdit, "title") - form.titleSize = self.widget(QtGui.QSpinBox, "titleSize") - form.xLabel = self.widget(QtGui.QLineEdit, "titleX") - form.xSize = self.widget(QtGui.QSpinBox, "xSize") - form.yLabel = self.widget(QtGui.QLineEdit, "titleY") - form.ySize = self.widget(QtGui.QSpinBox, "ySize") - - plt = Plot.getPlot() - form.axId.setEnabled(bool(plt)) - form.title.setEnabled(bool(plt)) - form.titleSize.setEnabled(bool(plt)) - form.xLabel.setEnabled(bool(plt)) - form.xSize.setEnabled(bool(plt)) - form.yLabel.setEnabled(bool(plt)) - form.ySize.setEnabled(bool(plt)) - if not plt: - return - # Ensure that active axes is correct - index = min(form.axId.value(), len(plt.axesList) - 1) - form.axId.setValue(index) - # Store data before starting changing it. - - ax = plt.axes - t = ax.get_title() - x = ax.get_xlabel() - y = ax.get_ylabel() - tt = ax.title.get_fontsize() - xx = ax.xaxis.label.get_fontsize() - yy = ax.yaxis.label.get_fontsize() - # Set labels - form.title.setText(t) - form.xLabel.setText(x) - form.yLabel.setText(y) - # Set font sizes - form.titleSize.setValue(tt) - form.xSize.setValue(xx) - form.ySize.setValue(yy) - - -def createTask(): - panel = TaskPanel() - Gui.Control.showDialog(panel) - if panel.setupUi(): - Gui.Control.closeDialog(panel) - return None - return panel diff --git a/src/Mod/Plot/plotLabels/TaskPanel.ui b/src/Mod/Plot/plotLabels/TaskPanel.ui deleted file mode 100644 index 203816390fef..000000000000 --- a/src/Mod/Plot/plotLabels/TaskPanel.ui +++ /dev/null @@ -1,134 +0,0 @@ - - - TaskPanel - - - - 0 - 0 - 276 - 228 - - - - - 0 - 0 - - - - Set labels - - - - - - 0 - - - - - - - - 0 - 0 - - - - Active axes: - - - - - - - - 5 - 0 - - - - 1 - - - - - - - - - 0 - - - 6 - - - - - - - - Title - - - - - - - 1 - - - 1024 - - - - - - - 1 - - - 1024 - - - - - - - X label - - - - - - - - - - Y label - - - - - - - - - - 1 - - - 1024 - - - - - - - - - - - - diff --git a/src/Mod/Plot/plotLabels/__init__.py b/src/Mod/Plot/plotLabels/__init__.py deleted file mode 100644 index 6a97f58b26af..000000000000 --- a/src/Mod/Plot/plotLabels/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import TaskPanel - - -def load(): - """Load the tool""" - TaskPanel.createTask() diff --git a/src/Mod/Plot/plotPositions/TaskPanel.py b/src/Mod/Plot/plotPositions/TaskPanel.py deleted file mode 100644 index 32ffc9b4d38a..000000000000 --- a/src/Mod/Plot/plotPositions/TaskPanel.py +++ /dev/null @@ -1,294 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import FreeCAD as App -import FreeCADGui as Gui - -from PySide import QtGui, QtCore - -import Plot -from plotUtils import Paths - - -class TaskPanel: - def __init__(self): - self.ui = Paths.modulePath() + "/plotPositions/TaskPanel.ui" - self.skip = False - self.item = 0 - self.names = [] - self.objs = [] - self.plt = None - - def accept(self): - return True - - def reject(self): - return True - - def clicked(self, index): - pass - - def open(self): - pass - - def needsFullSpace(self): - return True - - def isAllowedAlterSelection(self): - return False - - def isAllowedAlterView(self): - return True - - def isAllowedAlterDocument(self): - return False - - def helpRequested(self): - pass - - def setupUi(self): - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.x = self.widget(QtGui.QDoubleSpinBox, "x") - form.y = self.widget(QtGui.QDoubleSpinBox, "y") - form.s = self.widget(QtGui.QDoubleSpinBox, "size") - self.form = form - self.retranslateUi() - self.updateUI() - QtCore.QObject.connect( - form.items, - QtCore.SIGNAL("currentRowChanged(int)"), - self.onItem) - QtCore.QObject.connect( - form.x, - QtCore.SIGNAL("valueChanged(double)"), - self.onData) - QtCore.QObject.connect( - form.y, - QtCore.SIGNAL("valueChanged(double)"), - self.onData) - QtCore.QObject.connect( - form.s, - QtCore.SIGNAL("valueChanged(double)"), - self.onData) - QtCore.QObject.connect( - Plot.getMdiArea(), - QtCore.SIGNAL("subWindowActivated(QMdiSubWindow*)"), - self.onMdiArea) - return False - - def getMainWindow(self): - toplevel = QtGui.QApplication.topLevelWidgets() - for i in toplevel: - if i.metaObject().className() == "Gui::MainWindow": - return i - raise RuntimeError("No main window found") - - def widget(self, class_id, name): - """Return the selected widget. - - Keyword arguments: - class_id -- Class identifier - name -- Name of the widget - """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - return form.findChild(class_id, name) - - def retranslateUi(self): - """Set the user interface locale strings.""" - self.form.setWindowTitle(QtGui.QApplication.translate( - "plot_positions", - "Set positions and sizes", - None)) - self.widget(QtGui.QLabel, "posLabel").setText( - QtGui.QApplication.translate( - "plot_positions", - "Position", - None)) - self.widget(QtGui.QLabel, "sizeLabel").setText( - QtGui.QApplication.translate( - "plot_positions", - "Size", - None)) - self.widget(QtGui.QListWidget, "items").setToolTip( - QtGui.QApplication.translate( - "plot_positions", - "List of modifiable items", - None)) - self.widget(QtGui.QDoubleSpinBox, "x").setToolTip( - QtGui.QApplication.translate( - "plot_positions", - "X item position", - None)) - self.widget(QtGui.QDoubleSpinBox, "y").setToolTip( - QtGui.QApplication.translate( - "plot_positions", - "Y item position", - None)) - self.widget(QtGui.QDoubleSpinBox, "size").setToolTip( - QtGui.QApplication.translate( - "plot_positions", - "Item size", - None)) - - def onItem(self, row): - """ Executed when selected item is modified. """ - self.item = row - self.updateUI() - - def onData(self, value): - """ Executed when selected item data is modified. """ - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.x = self.widget(QtGui.QDoubleSpinBox, "x") - form.y = self.widget(QtGui.QDoubleSpinBox, "y") - form.s = self.widget(QtGui.QDoubleSpinBox, "size") - if not self.skip: - self.skip = True - name = self.names[self.item] - obj = self.objs[self.item] - x = form.x.value() - y = form.y.value() - s = form.s.value() - # x/y labels only have one position control - if name.find('x label') >= 0: - form.y.setValue(x) - elif name.find('y label') >= 0: - form.x.setValue(y) - # title and labels only have one size control - if name.find('title') >= 0 or name.find('label') >= 0: - obj.set_position((x, y)) - obj.set_size(s) - # legend have all controls - else: - Plot.legend(plt.legend, (x, y), s) - plt.update() - self.skip = False - - def onMdiArea(self, subWin): - """Executed when a new window is selected on the mdi area. - - Keyword arguments: - subWin -- Selected window. - """ - plt = Plot.getPlot() - if plt != subWin: - self.updateUI() - - def updateUI(self): - """Setup the UI control values if it is possible.""" - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.x = self.widget(QtGui.QDoubleSpinBox, "x") - form.y = self.widget(QtGui.QDoubleSpinBox, "y") - form.s = self.widget(QtGui.QDoubleSpinBox, "size") - plt = Plot.getPlot() - form.items.setEnabled(bool(plt)) - form.x.setEnabled(bool(plt)) - form.y.setEnabled(bool(plt)) - form.s.setEnabled(bool(plt)) - if not plt: - self.plt = plt - form.items.clear() - return - # Refill items list only if Plot instance have been changed - if self.plt != plt: - self.plt = plt - self.plt.update() - self.setList() - # Get data for controls - name = self.names[self.item] - obj = self.objs[self.item] - if name.find('title') >= 0 or name.find('label') >= 0: - p = obj.get_position() - x = p[0] - y = p[1] - s = obj.get_size() - if name.find('x label') >= 0: - form.y.setEnabled(False) - form.y.setValue(x) - elif name.find('y label') >= 0: - form.x.setEnabled(False) - form.x.setValue(y) - else: - x = plt.legPos[0] - y = plt.legPos[1] - s = obj.get_texts()[-1].get_fontsize() - # Send it to controls - form.x.setValue(x) - form.y.setValue(y) - form.s.setValue(s) - - def setList(self): - """ Setup UI controls values if possible """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.x = self.widget(QtGui.QDoubleSpinBox, "x") - form.y = self.widget(QtGui.QDoubleSpinBox, "y") - form.s = self.widget(QtGui.QDoubleSpinBox, "size") - # Clear lists - self.names = [] - self.objs = [] - # Fill lists with available objects - if self.plt: - # Axes data - for i in range(0, len(self.plt.axesList)): - ax = self.plt.axesList[i] - # Each axes have title, xaxis and yaxis - self.names.append('title (axes {})'.format(i)) - self.objs.append(ax.title) - self.names.append('x label (axes {})'.format(i)) - self.objs.append(ax.xaxis.get_label()) - self.names.append('y label (axes {})'.format(i)) - self.objs.append(ax.yaxis.get_label()) - # Legend if exist - ax = self.plt.axesList[-1] - if ax.legend_: - self.names.append('legend') - self.objs.append(ax.legend_) - # Send list to widget - form.items.clear() - for name in self.names: - form.items.addItem(name) - # Ensure that selected item is correct - if self.item >= len(self.names): - self.item = len(self.names) - 1 - form.items.setCurrentIndex(self.item) - - -def createTask(): - panel = TaskPanel() - Gui.Control.showDialog(panel) - if panel.setupUi(): - Gui.Control.closeDialog(panel) - return None - return panel diff --git a/src/Mod/Plot/plotPositions/TaskPanel.ui b/src/Mod/Plot/plotPositions/TaskPanel.ui deleted file mode 100644 index 18cc7ac0380f..000000000000 --- a/src/Mod/Plot/plotPositions/TaskPanel.ui +++ /dev/null @@ -1,107 +0,0 @@ - - - TaskPanel - - - - 0 - 0 - 296 - 336 - - - - - 0 - 336 - - - - Set positions and sizes - - - - - - 0 - - - - - QAbstractItemView::NoEditTriggers - - - true - - - - - - - - - Position - - - - - - - 3 - - - -99999.000000000000000 - - - 99999.000000000000000 - - - 0.010000000000000 - - - - - - - 3 - - - -99999.000000000000000 - - - 99999.000000000000000 - - - 0.010000000000000 - - - - - - - Size - - - - - - - 1 - - - 0.000000000000000 - - - 99999.000000000000000 - - - - - - - - - - - - diff --git a/src/Mod/Plot/plotPositions/__init__.py b/src/Mod/Plot/plotPositions/__init__.py deleted file mode 100644 index 6a97f58b26af..000000000000 --- a/src/Mod/Plot/plotPositions/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import TaskPanel - - -def load(): - """Load the tool""" - TaskPanel.createTask() diff --git a/src/Mod/Plot/plotSave/TaskPanel.py b/src/Mod/Plot/plotSave/TaskPanel.py deleted file mode 100644 index 5e8873fcdd64..000000000000 --- a/src/Mod/Plot/plotSave/TaskPanel.py +++ /dev/null @@ -1,228 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import os - -import six - -import FreeCAD as App -import FreeCADGui as Gui - -from PySide import QtGui, QtCore - -import Plot -from plotUtils import Paths - - -class TaskPanel: - def __init__(self): - self.ui = Paths.modulePath() + "/plotSave/TaskPanel.ui" - - def accept(self): - plt = Plot.getPlot() - if not plt: - msg = QtGui.QApplication.translate( - "plot_console", - "Plot document must be selected in order to save it", - None) - App.Console.PrintError(msg + "\n") - return False - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.path = self.widget(QtGui.QLineEdit, "path") - form.sizeX = self.widget(QtGui.QDoubleSpinBox, "sizeX") - form.sizeY = self.widget(QtGui.QDoubleSpinBox, "sizeY") - form.dpi = self.widget(QtGui.QSpinBox, "dpi") - path = six.text_type(form.path.text()) - size = (form.sizeX.value(), form.sizeY.value()) - dpi = form.dpi.value() - Plot.save(path, size, dpi) - return True - - def reject(self): - return True - - def clicked(self, index): - pass - - def open(self): - pass - - def needsFullSpace(self): - return True - - def isAllowedAlterSelection(self): - return False - - def isAllowedAlterView(self): - return True - - def isAllowedAlterDocument(self): - return False - - def helpRequested(self): - pass - - def setupUi(self): - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.path = self.widget(QtGui.QLineEdit, "path") - form.pathButton = self.widget(QtGui.QPushButton, "pathButton") - form.sizeX = self.widget(QtGui.QDoubleSpinBox, "sizeX") - form.sizeY = self.widget(QtGui.QDoubleSpinBox, "sizeY") - form.dpi = self.widget(QtGui.QSpinBox, "dpi") - self.form = form - self.retranslateUi() - QtCore.QObject.connect( - form.pathButton, - QtCore.SIGNAL("pressed()"), - self.onPathButton) - QtCore.QObject.connect( - Plot.getMdiArea(), - QtCore.SIGNAL("subWindowActivated(QMdiSubWindow*)"), - self.onMdiArea) - home = os.getenv('USERPROFILE') or os.getenv('HOME') - form.path.setText(os.path.join(home, "plot.png")) - self.updateUI() - return False - - def getMainWindow(self): - toplevel = QtGui.QApplication.topLevelWidgets() - for i in toplevel: - if i.metaObject().className() == "Gui::MainWindow": - return i - raise RuntimeError("No main window found") - - def widget(self, class_id, name): - """Return the selected widget. - - Keyword arguments: - class_id -- Class identifier - name -- Name of the widget - """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - return form.findChild(class_id, name) - - def retranslateUi(self): - """Set the user interface locale strings.""" - self.form.setWindowTitle(QtGui.QApplication.translate( - "plot_save", - "Save figure", - None)) - self.widget(QtGui.QLabel, "sizeLabel").setText( - QtGui.QApplication.translate( - "plot_save", - "Inches", - None)) - self.widget(QtGui.QLabel, "dpiLabel").setText( - QtGui.QApplication.translate( - "plot_save", - "Dots per Inch", - None)) - self.widget(QtGui.QLineEdit, "path").setToolTip( - QtGui.QApplication.translate( - "plot_save", - "Output image file path", - None)) - self.widget(QtGui.QPushButton, "pathButton").setToolTip( - QtGui.QApplication.translate( - "plot_save", - "Show a file selection dialog", - None)) - self.widget(QtGui.QDoubleSpinBox, "sizeX").setToolTip( - QtGui.QApplication.translate( - "plot_save", - "X image size", - None)) - self.widget(QtGui.QDoubleSpinBox, "sizeY").setToolTip( - QtGui.QApplication.translate( - "plot_save", - "Y image size", - None)) - self.widget(QtGui.QSpinBox, "dpi").setToolTip( - QtGui.QApplication.translate( - "plot_save", - "Dots per point, with size will define output image" - " resolution", - None)) - - def updateUI(self): - """ Setup UI controls values if possible """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.path = self.widget(QtGui.QLineEdit, "path") - form.pathButton = self.widget(QtGui.QPushButton, "pathButton") - form.sizeX = self.widget(QtGui.QDoubleSpinBox, "sizeX") - form.sizeY = self.widget(QtGui.QDoubleSpinBox, "sizeY") - form.dpi = self.widget(QtGui.QSpinBox, "dpi") - plt = Plot.getPlot() - form.path.setEnabled(bool(plt)) - form.pathButton.setEnabled(bool(plt)) - form.sizeX.setEnabled(bool(plt)) - form.sizeY.setEnabled(bool(plt)) - form.dpi.setEnabled(bool(plt)) - if not plt: - return - fig = plt.fig - size = fig.get_size_inches() - dpi = fig.get_dpi() - form.sizeX.setValue(size[0]) - form.sizeY.setValue(size[1]) - form.dpi.setValue(dpi) - - def onPathButton(self): - """Executed when the path selection button is pressed.""" - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.path = self.widget(QtGui.QLineEdit, "path") - path = form.path.text() - file_choices = ("Portable Network Graphics (*.png)|*.png;;" - "Portable Document Format (*.pdf)|*.pdf;;" - "PostScript (*.ps)|*.ps;;" - "Encapsulated PostScript (*.eps)|*.eps") - path = QtGui.QFileDialog.getSaveFileName(None, - 'Save figure', - path, - file_choices) - if path: - form.path.setText(path) - - def onMdiArea(self, subWin): - """Executed when a new window is selected on the mdi area. - - Keyword arguments: - subWin -- Selected window. - """ - plt = Plot.getPlot() - if plt != subWin: - self.updateUI() - - -def createTask(): - panel = TaskPanel() - Gui.Control.showDialog(panel) - if panel.setupUi(): - Gui.Control.closeDialog(panel) - return None - return panel diff --git a/src/Mod/Plot/plotSave/TaskPanel.ui b/src/Mod/Plot/plotSave/TaskPanel.ui deleted file mode 100644 index 9bc79fc3e81b..000000000000 --- a/src/Mod/Plot/plotSave/TaskPanel.ui +++ /dev/null @@ -1,141 +0,0 @@ - - - TaskPanel - - - - 0 - 0 - 260 - 253 - - - - Save figure - - - - - - - - - - - 7 - 0 - - - - - - - - true - - - - 1 - 0 - - - - ... - - - - - - - - - - - 0.010000000000000 - - - 99999.000000000000000 - - - 6.400000000000000 - - - - - - - - 0 - 0 - - - - x - - - - - - - 0.010000000000000 - - - 99999.000000000000000 - - - 4.800000000000000 - - - - - - - - 0 - 0 - - - - Inches - - - - - - - - - - - 1 - - - 2048 - - - 100 - - - - - - - - 0 - 0 - - - - Dots per Inch - - - - - - - - - - - - diff --git a/src/Mod/Plot/plotSave/__init__.py b/src/Mod/Plot/plotSave/__init__.py deleted file mode 100644 index 6a97f58b26af..000000000000 --- a/src/Mod/Plot/plotSave/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import TaskPanel - - -def load(): - """Load the tool""" - TaskPanel.createTask() diff --git a/src/Mod/Plot/plotSeries/TaskPanel.py b/src/Mod/Plot/plotSeries/TaskPanel.py deleted file mode 100644 index fcab9cd2881c..000000000000 --- a/src/Mod/Plot/plotSeries/TaskPanel.py +++ /dev/null @@ -1,448 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import FreeCAD as App -import FreeCADGui as Gui - -from PySide import QtGui, QtCore - -import Plot -from plotUtils import Paths - -import matplotlib -from matplotlib.lines import Line2D -import matplotlib.colors as Colors - - -class TaskPanel: - def __init__(self): - self.ui = Paths.modulePath() + "/plotSeries/TaskPanel.ui" - self.skip = False - self.item = 0 - self.plt = None - - def accept(self): - return True - - def reject(self): - return True - - def clicked(self, index): - pass - - def open(self): - pass - - def needsFullSpace(self): - return True - - def isAllowedAlterSelection(self): - return False - - def isAllowedAlterView(self): - return True - - def isAllowedAlterDocument(self): - return False - - def helpRequested(self): - pass - - def setupUi(self): - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.label = self.widget(QtGui.QLineEdit, "label") - form.isLabel = self.widget(QtGui.QCheckBox, "isLabel") - form.style = self.widget(QtGui.QComboBox, "lineStyle") - form.marker = self.widget(QtGui.QComboBox, "markers") - form.width = self.widget(QtGui.QDoubleSpinBox, "lineWidth") - form.size = self.widget(QtGui.QSpinBox, "markerSize") - form.color = self.widget(QtGui.QPushButton, "color") - form.remove = self.widget(QtGui.QPushButton, "remove") - self.form = form - self.retranslateUi() - self.fillStyles() - self.updateUI() - QtCore.QObject.connect( - form.items, - QtCore.SIGNAL("currentRowChanged(int)"), - self.onItem) - QtCore.QObject.connect( - form.label, - QtCore.SIGNAL("editingFinished()"), - self.onData) - QtCore.QObject.connect( - form.isLabel, - QtCore.SIGNAL("stateChanged(int)"), - self.onData) - QtCore.QObject.connect( - form.style, - QtCore.SIGNAL("currentIndexChanged(int)"), - self.onData) - QtCore.QObject.connect( - form.marker, - QtCore.SIGNAL("currentIndexChanged(int)"), - self.onData) - QtCore.QObject.connect( - form.width, - QtCore.SIGNAL("valueChanged(double)"), - self.onData) - QtCore.QObject.connect( - form.size, - QtCore.SIGNAL("valueChanged(int)"), - self.onData) - QtCore.QObject.connect( - form.color, - QtCore.SIGNAL("pressed()"), - self.onColor) - QtCore.QObject.connect( - form.remove, - QtCore.SIGNAL("pressed()"), - self.onRemove) - QtCore.QObject.connect( - Plot.getMdiArea(), - QtCore.SIGNAL("subWindowActivated(QMdiSubWindow*)"), - self.onMdiArea) - return False - - def getMainWindow(self): - toplevel = QtGui.QApplication.topLevelWidgets() - for i in toplevel: - if i.metaObject().className() == "Gui::MainWindow": - return i - raise RuntimeError("No main window found") - - def widget(self, class_id, name): - """Return the selected widget. - - Keyword arguments: - class_id -- Class identifier - name -- Name of the widget - """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - return form.findChild(class_id, name) - - def retranslateUi(self): - """Set the user interface locale strings.""" - self.form.setWindowTitle(QtGui.QApplication.translate( - "plot_series", - "Configure series", - None)) - self.widget(QtGui.QCheckBox, "isLabel").setText( - QtGui.QApplication.translate( - "plot_series", - "No label", - None)) - self.widget(QtGui.QPushButton, "remove").setText( - QtGui.QApplication.translate( - "plot_series", - "Remove series", - None)) - self.widget(QtGui.QLabel, "styleLabel").setText( - QtGui.QApplication.translate( - "plot_series", - "Line style", - None)) - self.widget(QtGui.QLabel, "markerLabel").setText( - QtGui.QApplication.translate( - "plot_series", - "Marker", - None)) - self.widget(QtGui.QListWidget, "items").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "List of available series", - None)) - self.widget(QtGui.QLineEdit, "label").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Line title", - None)) - self.widget(QtGui.QCheckBox, "isLabel").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "If checked, series will not be considered for legend", - None)) - self.widget(QtGui.QComboBox, "lineStyle").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Line style", - None)) - self.widget(QtGui.QComboBox, "markers").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Marker style", - None)) - self.widget(QtGui.QDoubleSpinBox, "lineWidth").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Line width", - None)) - self.widget(QtGui.QSpinBox, "markerSize").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Marker size", - None)) - self.widget(QtGui.QPushButton, "color").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Line and marker color", - None)) - self.widget(QtGui.QPushButton, "remove").setToolTip( - QtGui.QApplication.translate( - "plot_series", - "Removes this series", - None)) - - def fillStyles(self): - """Fill the style combo boxes with the available ones.""" - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.style = self.widget(QtGui.QComboBox, "lineStyle") - form.marker = self.widget(QtGui.QComboBox, "markers") - # Line styles - linestyles = Line2D.lineStyles.keys() - for i in range(0, len(linestyles)): - style = linestyles[i] - string = "\'" + str(style) + "\'" - string += " (" + Line2D.lineStyles[style] + ")" - form.style.addItem(string) - # Markers - markers = Line2D.markers.keys() - for i in range(0, len(markers)): - marker = markers[i] - string = "\'" + str(marker) + "\'" - string += " (" + Line2D.markers[marker] + ")" - form.marker.addItem(string) - - def onItem(self, row): - """Executed when the selected item is modified.""" - if not self.skip: - self.skip = True - - self.item = row - - self.updateUI() - self.skip = False - - def onData(self): - """Executed when the selected item data is modified.""" - if not self.skip: - self.skip = True - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.label = self.widget(QtGui.QLineEdit, "label") - form.isLabel = self.widget(QtGui.QCheckBox, "isLabel") - form.style = self.widget(QtGui.QComboBox, "lineStyle") - form.marker = self.widget(QtGui.QComboBox, "markers") - form.width = self.widget(QtGui.QDoubleSpinBox, "lineWidth") - form.size = self.widget(QtGui.QSpinBox, "markerSize") - # Ensure that selected serie exist - if self.item >= len(Plot.series()): - self.updateUI() - return - # Set label - serie = Plot.series()[self.item] - if(form.isLabel.isChecked()): - serie.name = None - form.label.setEnabled(False) - else: - serie.name = form.label.text() - form.label.setEnabled(True) - # Set line style and marker - style = form.style.currentIndex() - linestyles = Line2D.lineStyles.keys() - serie.line.set_linestyle(linestyles[style]) - marker = form.marker.currentIndex() - markers = Line2D.markers.keys() - serie.line.set_marker(markers[marker]) - # Set line width and marker size - serie.line.set_linewidth(form.width.value()) - serie.line.set_markersize(form.size.value()) - plt.update() - # Regenerate series labels - self.setList() - self.skip = False - - def onColor(self): - """ Executed when color palette is requested. """ - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.color = self.widget(QtGui.QPushButton, "color") - - # Ensure that selected serie exist - if self.item >= len(Plot.series()): - self.updateUI() - return - # Show widget to select color - col = QtGui.QColorDialog.getColor() - # Send color to widget and serie - if col.isValid(): - serie = plt.series[self.item] - form.color.setStyleSheet( - "background-color: rgb({}, {}, {});".format(col.red(), - col.green(), - col.blue())) - serie.line.set_color((col.redF(), col.greenF(), col.blueF())) - plt.update() - - def onRemove(self): - """Executed when the data serie must be removed.""" - plt = Plot.getPlot() - if not plt: - self.updateUI() - return - # Ensure that selected serie exist - if self.item >= len(Plot.series()): - self.updateUI() - return - # Remove serie - Plot.removeSerie(self.item) - self.setList() - self.updateUI() - plt.update() - - def onMdiArea(self, subWin): - """Executed when a new window is selected on the mdi area. - - Keyword arguments: - subWin -- Selected window. - """ - plt = Plot.getPlot() - if plt != subWin: - self.updateUI() - - def updateUI(self): - """ Setup UI controls values if possible """ - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.label = self.widget(QtGui.QLineEdit, "label") - form.isLabel = self.widget(QtGui.QCheckBox, "isLabel") - form.style = self.widget(QtGui.QComboBox, "lineStyle") - form.marker = self.widget(QtGui.QComboBox, "markers") - form.width = self.widget(QtGui.QDoubleSpinBox, "lineWidth") - form.size = self.widget(QtGui.QSpinBox, "markerSize") - form.color = self.widget(QtGui.QPushButton, "color") - form.remove = self.widget(QtGui.QPushButton, "remove") - plt = Plot.getPlot() - form.items.setEnabled(bool(plt)) - form.label.setEnabled(bool(plt)) - form.isLabel.setEnabled(bool(plt)) - form.style.setEnabled(bool(plt)) - form.marker.setEnabled(bool(plt)) - form.width.setEnabled(bool(plt)) - form.size.setEnabled(bool(plt)) - form.color.setEnabled(bool(plt)) - form.remove.setEnabled(bool(plt)) - if not plt: - self.plt = plt - form.items.clear() - return - self.skip = True - # Refill list - if self.plt != plt or len(Plot.series()) != form.items.count(): - self.plt = plt - self.setList() - # Ensure that have series - if not len(Plot.series()): - form.label.setEnabled(False) - form.isLabel.setEnabled(False) - form.style.setEnabled(False) - form.marker.setEnabled(False) - form.width.setEnabled(False) - form.size.setEnabled(False) - form.color.setEnabled(False) - form.remove.setEnabled(False) - return - # Set label - serie = Plot.series()[self.item] - if serie.name is None: - form.isLabel.setChecked(True) - form.label.setEnabled(False) - form.label.setText("") - else: - form.isLabel.setChecked(False) - form.label.setText(serie.name) - # Set line style and marker - form.style.setCurrentIndex(0) - linestyles = Line2D.lineStyles.keys() - for i in range(0, len(linestyles)): - style = linestyles[i] - if style == serie.line.get_linestyle(): - form.style.setCurrentIndex(i) - form.marker.setCurrentIndex(0) - markers = Line2D.markers.keys() - for i in range(0, len(markers)): - marker = markers[i] - if marker == serie.line.get_marker(): - form.marker.setCurrentIndex(i) - # Set line width and marker size - form.width.setValue(serie.line.get_linewidth()) - form.size.setValue(serie.line.get_markersize()) - # Set color - color = Colors.colorConverter.to_rgb(serie.line.get_color()) - form.color.setStyleSheet("background-color: rgb({}, {}, {});".format( - int(color[0] * 255), - int(color[1] * 255), - int(color[2] * 255))) - self.skip = False - - def setList(self): - """Setup the UI control values if it is possible.""" - mw = self.getMainWindow() - form = mw.findChild(QtGui.QWidget, "TaskPanel") - form.items = self.widget(QtGui.QListWidget, "items") - form.items.clear() - series = Plot.series() - for i in range(0, len(series)): - serie = series[i] - string = 'serie ' + str(i) + ': ' - if serie.name is None: - string = string + '\"No label\"' - else: - string = string + serie.name - form.items.addItem(string) - # Ensure that selected item is correct - if len(series) and self.item >= len(series): - self.item = len(series) - 1 - form.items.setCurrentIndex(self.item) - - -def createTask(): - panel = TaskPanel() - Gui.Control.showDialog(panel) - if panel.setupUi(): - Gui.Control.closeDialog(panel) - return None - return panel diff --git a/src/Mod/Plot/plotSeries/TaskPanel.ui b/src/Mod/Plot/plotSeries/TaskPanel.ui deleted file mode 100644 index 3fbde165a66f..000000000000 --- a/src/Mod/Plot/plotSeries/TaskPanel.ui +++ /dev/null @@ -1,154 +0,0 @@ - - - TaskPanel - - - - 0 - 0 - 296 - 336 - - - - - 0 - 336 - - - - Configure series - - - - - - 0 - - - - - QAbstractItemView::NoEditTriggers - - - true - - - - - - - - - - 2 - 0 - - - - - - - - 0.010000000000000 - - - 9999.000000000000000 - - - 0.500000000000000 - - - 1.000000000000000 - - - - - - - Line style - - - - - - - Remove serie - - - - - - - - 1 - 0 - - - - - - - - Markers - - - - - - - - 1 - 0 - - - - No label - - - - - - - - 1 - 0 - - - - - - - - - 1 - 0 - - - - false - - - - - - - - - - 1 - - - 9999 - - - - - - - - - - - - diff --git a/src/Mod/Plot/plotSeries/__init__.py b/src/Mod/Plot/plotSeries/__init__.py deleted file mode 100644 index 6a97f58b26af..000000000000 --- a/src/Mod/Plot/plotSeries/__init__.py +++ /dev/null @@ -1,29 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import TaskPanel - - -def load(): - """Load the tool""" - TaskPanel.createTask() diff --git a/src/Mod/Plot/plotUtils/Paths.py b/src/Mod/Plot/plotUtils/Paths.py deleted file mode 100644 index 800ed4c5a6f9..000000000000 --- a/src/Mod/Plot/plotUtils/Paths.py +++ /dev/null @@ -1,48 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** - -import FreeCAD -import FreeCADGui -import os - - -def modulePath(): - """returns the current Plot module path.""" - path1 = FreeCAD.ConfigGet("AppHomePath") + "Mod/Plot" - path2 = FreeCAD.ConfigGet("UserAppData") + "Mod/Plot" - if os.path.exists(path2): - return path2 - else: - return path1 - - -def iconsPath(): - """returns the current Plot module icons path.""" - path = modulePath() + "/resources/icons" - return path - - -def translationsPath(): - """returns the current Plot module translations path.""" - path = modulePath() + "/resources/translations" - return path diff --git a/src/Mod/Plot/plotUtils/__init__.py b/src/Mod/Plot/plotUtils/__init__.py deleted file mode 100644 index 70392f2ea174..000000000000 --- a/src/Mod/Plot/plotUtils/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -#*************************************************************************** -#* * -#* Copyright (c) 2011, 2012 * -#* Jose Luis Cercos Pita * -#* * -#* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU Lesser General Public License (LGPL) * -#* as published by the Free Software Foundation; either version 2 of * -#* the License, or (at your option) any later version. * -#* for detail see the LICENCE text file. * -#* * -#* This program is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -#* GNU Library General Public License for more details. * -#* * -#* You should have received a copy of the GNU Library General Public * -#* License along with this program; if not, write to the Free Software * -#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -#* USA * -#* * -#*************************************************************************** diff --git a/src/Mod/Plot/resources/Plot.qrc b/src/Mod/Plot/resources/Plot.qrc deleted file mode 100644 index dd60b74e8285..000000000000 --- a/src/Mod/Plot/resources/Plot.qrc +++ /dev/null @@ -1,50 +0,0 @@ - - - icons/Axes.svg - icons/Grid.svg - icons/Icon.svg - icons/Labels.svg - icons/Legend.svg - icons/Positions.svg - icons/Save.svg - icons/Series.svg - icons/PlotWorkbench.svg - translations/Plot_af.qm - translations/Plot_cs.qm - translations/Plot_de.qm - translations/Plot_es-ES.qm - translations/Plot_fi.qm - translations/Plot_fr.qm - translations/Plot_hr.qm - translations/Plot_hu.qm - translations/Plot_it.qm - translations/Plot_ja.qm - translations/Plot_nl.qm - translations/Plot_no.qm - translations/Plot_pl.qm - translations/Plot_pt-BR.qm - translations/Plot_ro.qm - translations/Plot_ru.qm - translations/Plot_sk.qm - translations/Plot_sv-SE.qm - translations/Plot_tr.qm - translations/Plot_uk.qm - translations/Plot_zh-CN.qm - translations/Plot_zh-TW.qm - translations/Plot_pt-PT.qm - translations/Plot_sr.qm - translations/Plot_el.qm - translations/Plot_sl.qm - translations/Plot_eu.qm - translations/Plot_ca.qm - translations/Plot_gl.qm - translations/Plot_kab.qm - translations/Plot_ko.qm - translations/Plot_fil.qm - translations/Plot_id.qm - translations/Plot_lt.qm - translations/Plot_val-ES.qm - translations/Plot_ar.qm - translations/Plot_vi.qm - - diff --git a/src/Mod/Plot/resources/icons/Axes.svg b/src/Mod/Plot/resources/icons/Axes.svg deleted file mode 100644 index 25233a0a648e..000000000000 --- a/src/Mod/Plot/resources/icons/Axes.svg +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Axes - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Axes.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Grid.svg b/src/Mod/Plot/resources/icons/Grid.svg deleted file mode 100755 index c0e153a2409c..000000000000 --- a/src/Mod/Plot/resources/icons/Grid.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Grid - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Grid.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Icon.svg b/src/Mod/Plot/resources/icons/Icon.svg deleted file mode 100755 index f512f06683cb..000000000000 --- a/src/Mod/Plot/resources/icons/Icon.svg +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Icon - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Icon.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Labels.svg b/src/Mod/Plot/resources/icons/Labels.svg deleted file mode 100644 index ea9dbc6d7a91..000000000000 --- a/src/Mod/Plot/resources/icons/Labels.svg +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Labels - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Labels.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Legend.svg b/src/Mod/Plot/resources/icons/Legend.svg deleted file mode 100644 index b741e32d6a42..000000000000 --- a/src/Mod/Plot/resources/icons/Legend.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Legend - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Legend.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/PlotWorkbench.svg b/src/Mod/Plot/resources/icons/PlotWorkbench.svg deleted file mode 100755 index f6bf8716b071..000000000000 --- a/src/Mod/Plot/resources/icons/PlotWorkbench.svg +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [triplus] - - - PlotWorkbench - 2016-02-26 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/PlotWorkbench.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Positions.svg b/src/Mod/Plot/resources/icons/Positions.svg deleted file mode 100644 index 56ebacffa92a..000000000000 --- a/src/Mod/Plot/resources/icons/Positions.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Positions - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Positions.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Save.svg b/src/Mod/Plot/resources/icons/Save.svg deleted file mode 100755 index e06c4a9cc54c..000000000000 --- a/src/Mod/Plot/resources/icons/Save.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Save - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Save.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/icons/Series.svg b/src/Mod/Plot/resources/icons/Series.svg deleted file mode 100644 index 474c81d86cdc..000000000000 --- a/src/Mod/Plot/resources/icons/Series.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - [Jose Luis Cercos Pita] - - - Series - 2012-11-02 - http://www.freecadweb.org/wiki/index.php?title=Artwork - - - FreeCAD - - - FreeCAD/src/Mod/Plot/resources/icons/Series.svg - - - FreeCAD LGPL2+ - - - https://www.gnu.org/copyleft/lesser.html - - - [agryson] Alexander Gryson - - - - - - - - - - - - - - - - diff --git a/src/Mod/Plot/resources/translations/Plot.qm b/src/Mod/Plot/resources/translations/Plot.qm deleted file mode 100644 index be651eede2ed..000000000000 --- a/src/Mod/Plot/resources/translations/Plot.qm +++ /dev/null @@ -1 +0,0 @@ - - - - Plot - - - Plot edition tools - - - - - Plot - - - - - Plot_Axes - - - Configure axes - - - - - Configure the axes parameters - - - - - Plot_Grid - - - Show/Hide grid - - - - - Show/Hide grid on selected plot - - - - - Plot_Labels - - - Set labels - - - - - Set title and axes labels - - - - - Plot_Legend - - - Show/Hide legend - - - - - Show/Hide legend on selected plot - - - - - Plot_Positions - - - Set positions and sizes - - - - - Set labels and legend positions and sizes - - - - - Plot_SaveFig - - - Save plot - - - - - Save the plot as an image file - - - - - Plot_Series - - - Configure series - - - - - Configure series drawing style and label - - - - - plot_axes - - - Configure axes - - - - - Active axes - - - - - Apply to all axes - - - - - Dimensions - - - - - X axis position - - - - - Y axis position - - - - - Scales - - - - - X auto - - - - - Y auto - - - - - Index of the active axes - - - - - Add new axes to the plot - - - - - Remove selected axes - - - - - Check it to apply transformations to all axes - - - - - Left bound of axes - - - - - Right bound of axes - - - - - Bottom bound of axes - - - - - Top bound of axes - - - - - Outward offset of X axis - - - - - Outward offset of Y axis - - - - - X axis scale autoselection - - - - - Y axis scale autoselection - - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - - - - - matplotlib not found, Plot module will be disabled - - - - - Plot document must be selected in order to save it - - - - - Axes 0 can not be deleted - - - - - The grid must be activated on top of a plot document - - - - - The legend must be activated on top of a plot document - - - - - plot_labels - - - Set labels - - - - - Active axes - - - - - Title - - - - - X label - - - - - Y label - - - - - Index of the active axes - - - - - Title (associated to active axes) - - - - - Title font size - - - - - X axis title - - - - - X axis title font size - - - - - Y axis title - - - - - Y axis title font size - - - - - plot_positions - - - Set positions and sizes - - - - - Position - - - - - Size - - - - - X item position - - - - - Y item position - - - - - Item size - - - - - List of modifiable items - - - - - plot_save - - - Save figure - - - - - Inches - - - - - Dots per Inch - - - - - Output image file path - - - - - Show a file selection dialog - - - - - X image size - - - - - Y image size - - - - - Dots per point, with size will define output image resolution - - - - - plot_series - - - No label - - - - - Line style - - - - - Marker - - - - - Configure series - - - - - List of available series - - - - - Line title - - - - - Marker style - - - - - Line width - - - - - Marker size - - - - - Line and marker color - - - - - Remove series - - - - - If checked, series will not be considered for legend - - - - - Removes this series - - - - diff --git a/src/Mod/Plot/resources/translations/Plot_af.qm b/src/Mod/Plot/resources/translations/Plot_af.qm deleted file mode 100644 index 0e98d7c10d80c55467252d4c12eb2e5dd8cfa0a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8353 zcmcIpeQXX@DE7*p7*_b zeYVd|GE_y*`ObcykKgnC__hn$@Eh-b@%hfa z+s`qUv|^p#dJX4TY~;%0jJ55JjlML1^BHj+d_H!|qrU*(*_idm|<9Bw_^@;f7uVxv` zT#G+(@B8@tk@&ZNa1&#Li}C-w^;6yB)k^gBm;m=|Vr=;Z&`%{UTs{vx z?oa&ue1)-14&!-^cmn`#l?8nTKBA>{<918F%eYp_WTtE@ZxkwyuBgj8C(%um@0q|I7wgtYIvy*A>49m)kc<$llgt**L z<>D0uC#9@9YDxEWCyMC^n*#%zEwMf92o%sbvjT|Xy~H3hSG1S*95FOqDL95k`U~Oj zz#SL<_EvNtv_RJdbrY`~7hL1Y)SBx>*+kte1izH61@=i95;bqNI5($LmZc* zEW*tVeUqM_0Sr~k?WkIg!z++b%C^fx(d7?a)_K5 zJ}O&;^rU00LwC=qi@J2(G?$Vd9X1MF#@j+?gIM=zaC8EU6yQ?=7jhMaQLX{D(qTq9 z7Yca_5=A9&6r-dTbR}fRahfT4enpRxhF$Chm8RqysS7l~3dJtUW zscQ-JEvTZv9Xz&D7j)88b$6tn!m^^i7n@<_c<&qMBwivB%gXg!8zFB@kJ_UByppHXKMMH%T@- zX?vbsQWoqAvYDN4M)|X_Gbx;7r$L31W&ng*qXHEv3l`3Uv%{S?sI%nM0=i}@?w%^@ zxzmb){0c3Fx{hkOdD|(eREgbH)c@dBxz;XOb_gm`ttD0byd@z^9x_V0<&r!RHXUb2 zIp8{a0ZPRLdf+Q+OP3rzYH9j1*?^bvmi~Don}&3GZidy3+&``7y;V&-&Q8EtJa{|x z8dM2M`aBR2l~(9-63;1^j8N7dK2hJvhCRxjB|2(t5Nk{Lb%%GC1}*NFYVtWhYg4t^RXAqQZocvj0{d@iS& ze&bl{qTAR!lq&~GZ>fw&VAHq=G(fRqe2`wU!yic2d@i1>`)m1e@V>ePfIHB&R>imlWX zuGm`5T2kv&(`T?YHTR*i1odhhVv}ppsAIutD0NfEOodsr<}^`M8_`WPohai<4()`6 z#$rKNG_>RB#tF|f_rn~LpKa>AR%)TqN(22IOeS(CaVp`C3Vy(|F%qdQpj<;ahuV;! zOt_F)L@&yXH21z4YIZa`S3wf?lv2gz63VbOEX8&--Jw$9QX6LQNw87uA|gnXaDVcN z5Vo4IRj5F7W6)hwC8OvIs;X=P@vII6Df<3-^lCIqNvTyz@+!?ae9SEK0xa6OK*MOv zO({GDg+EGMcLffR0)9�RMqi(BK+`YS8$ai0cKY5V$CH5TbY4g{L#fjKXy(scZOz z6jxBJs41p~DR5~NCeU5rpI4oFA36x~T+>+KPMxQIXP3gAsbp&vq>d#6jTJe&;i?N} zGjBK7CAJG;n+qQum87W3W1%YkfoSnvyGDah#G1CMHB(`|y>W_%yqKr`?)bX&I1PN( zH|5t$nM92E)4dGA*gQ?{6jKe%CaYhE$;My;7k`w_4DP2Q`hyNu)FF|c{8obPkZiVc zHp-alx^~Xs0ZuJ#wWZq;DZ*%t2owMo&z%08EXnr@@_8ExkcQz%V#9S+RjxWDnY3Ry z`8Fex#;#^GfKYSshQf4})>39ThsNoz>!jGKM2a=+7xAF?h)~V1maSB)t;Ui@Yt_PZ zS5=KTM5uPEg=+m6AE?sM^j2^7?xUVwk_OLkf0r8zKQO1^t)kqD$|SO-0c(*Li>xT- zH{wz4G>4}R6jC(qNQOqz|ZDmTklGcA@TiMefz20&9BSuyn<)c;$-c@3R~o z-DZVW01-;1100B{#3D`*ghwX{!Y+T#jS}47u|YZ7xC01DZwNDPRUlfhVae`Afjku2 z?h!rz_W?;M#rJmNcYz3XZozS}ou}zXuKn;X+&YV;1ofH}*VHl;B!dy!>nbYW0{ZhT zkV9XinsyEh)gw`D(HWh5vUiDg3;;mn_05X!U~d zfLqYkit0CcIHBn8I&oL+AA`PA^pQCrDwaQDC=u0PY_%w<%cfhRzW-=mfyd=e>*y=R z##A`8KSR;TgdbBJH2YX+`E4{=Lv$kI1dr04SndQd7W^ndy|Tl#pui{T$mWjZJ~&N5 zL%&FrROd7@K+ZO8Cz5*{1^%wEd10Vgox4pNMKX636ZOo+D(G%@ND8`d>v>Bt?DRypR-CKlh=v|ae1_Vhgb&H1E%p4CRK-$~d{s&^-9zXy9 diff --git a/src/Mod/Plot/resources/translations/Plot_af.ts b/src/Mod/Plot/resources/translations/Plot_af.ts deleted file mode 100644 index be131b6c509a..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_af.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Plot edition tools - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Configure axes - - - - Configure the axes parameters - Configure the axes parameters - - - - Plot_Grid - - - Show/Hide grid - Show/Hide grid - - - - Show/Hide grid on selected plot - Show/Hide grid on selected plot - - - - Plot_Labels - - - Set labels - Set labels - - - - Set title and axes labels - Set title and axes labels - - - - Plot_Legend - - - Show/Hide legend - Show/Hide legend - - - - Show/Hide legend on selected plot - Show/Hide legend on selected plot - - - - Plot_Positions - - - Set positions and sizes - Set positions and sizes - - - - Set labels and legend positions and sizes - Set labels and legend positions and sizes - - - - Plot_SaveFig - - - Save plot - Save plot - - - - Save the plot as an image file - Save the plot as an image file - - - - Plot_Series - - - Configure series - Configure series - - - - Configure series drawing style and label - Configure series drawing style and label - - - - plot_axes - - - Configure axes - Configure axes - - - - Active axes - Active axes - - - - Apply to all axes - Apply to all axes - - - - Dimensions - Dimensions - - - - X axis position - X axis position - - - - Y axis position - Y axis position - - - - Scales - Scales - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index of the active axes - - - - Add new axes to the plot - Add new axes to the plot - - - - Remove selected axes - Remove selected axes - - - - Check it to apply transformations to all axes - Check it to apply transformations to all axes - - - - Left bound of axes - Left bound of axes - - - - Right bound of axes - Right bound of axes - - - - Bottom bound of axes - Bottom bound of axes - - - - Top bound of axes - Top bound of axes - - - - Outward offset of X axis - Outward offset of X axis - - - - Outward offset of Y axis - Outward offset of Y axis - - - - X axis scale autoselection - X axis scale autoselection - - - - Y axis scale autoselection - Y axis scale autoselection - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib not found, so Plot module can not be loaded - - - - matplotlib not found, Plot module will be disabled - matplotlib not found, Plot module will be disabled - - - - Plot document must be selected in order to save it - Plot document must be selected in order to save it - - - - Axes 0 can not be deleted - Axes 0 can not be deleted - - - - The grid must be activated on top of a plot document - The grid must be activated on top of a plot document - - - - The legend must be activated on top of a plot document - The legend must be activated on top of a plot document - - - - plot_labels - - - Set labels - Set labels - - - - Active axes - Active axes - - - - Title - Title - - - - X label - X label - - - - Y label - Y label - - - - Index of the active axes - Index of the active axes - - - - Title (associated to active axes) - Title (associated to active axes) - - - - Title font size - Title font size - - - - X axis title - X axis title - - - - X axis title font size - X axis title font size - - - - Y axis title - Y axis title - - - - Y axis title font size - Y axis title font size - - - - plot_positions - - - Set positions and sizes - Set positions and sizes - - - - Position - Posisie - - - - Size - Size - - - - X item position - X item position - - - - Y item position - Y item position - - - - Item size - Item size - - - - List of modifiable items - List of modifiable items - - - - plot_save - - - Save figure - Save figure - - - - Inches - Inches - - - - Dots per Inch - Dots per Inch - - - - Output image file path - Output image file path - - - - Show a file selection dialog - Show a file selection dialog - - - - X image size - X image size - - - - Y image size - Y image size - - - - Dots per point, with size will define output image resolution - Dots per point, with size will define output image resolution - - - - plot_series - - - No label - No label - - - - Line style - Line style - - - - Marker - Marker - - - - Configure series - Configure series - - - - List of available series - List of available series - - - - Line title - Line title - - - - Marker style - Marker style - - - - Line width - Line width - - - - Marker size - Marker size - - - - Line and marker color - Line and marker color - - - - Remove series - Remove series - - - - If checked, series will not be considered for legend - If checked, series will not be considered for legend - - - - Removes this series - Removes this series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ar.qm b/src/Mod/Plot/resources/translations/Plot_ar.qm deleted file mode 100644 index 9badb93394ae9b6674f3d004d9671e9cf33cc1c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8356 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 diff --git a/src/Mod/Plot/resources/translations/Plot_ar.ts b/src/Mod/Plot/resources/translations/Plot_ar.ts deleted file mode 100644 index 0efcbcb68c28..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_ar.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - أدوات طبعة المؤامرة - - - - Plot - قطعة - - - - Plot_Axes - - - Configure axes - تكوين المحاور - - - - Configure the axes parameters - تكوين معلمات المحاور - - - - Plot_Grid - - - Show/Hide grid - إظهار / إخفاء الشبكة - - - - Show/Hide grid on selected plot - إظهار / إخفاء الشبكة على مؤامرة مختارة - - - - Plot_Labels - - - Set labels - تعيين مسميات - - - - Set title and axes labels - تعيين العناوين ومسميات المحاور - - - - Plot_Legend - - - Show/Hide legend - إظهار/إخفاء وسيلة الإيضاح - - - - Show/Hide legend on selected plot - Show/Hide legend on selected plot - - - - Plot_Positions - - - Set positions and sizes - حدد المواضع والأحجام - - - - Set labels and legend positions and sizes - Set labels and legend positions and sizes - - - - Plot_SaveFig - - - Save plot - احفظ الرسمة - - - - Save the plot as an image file - احفظ الرسمة كملف صوري - - - - Plot_Series - - - Configure series - ضبط السلسلة - - - - Configure series drawing style and label - Configure series drawing style and label - - - - plot_axes - - - Configure axes - تكوين المحاور - - - - Active axes - المحاور النشطة - - - - Apply to all axes - تطبيق على كافة المحاور - - - - Dimensions - الأبعاد - - - - X axis position - موضع المحور X - - - - Y axis position - موضع المحور Y - - - - Scales - Scales - - - - X auto - س تلقائي - - - - Y auto - ص تلقائي - - - - Index of the active axes - فهرس المحاور النشطة - - - - Add new axes to the plot - أضف محور جديد للرسمة - - - - Remove selected axes - حذف المحاور المختارة - - - - Check it to apply transformations to all axes - قم بهذا الإختيار لتطبيق التغييرات على كل المحاور - - - - Left bound of axes - Left bound of axes - - - - Right bound of axes - Right bound of axes - - - - Bottom bound of axes - Bottom bound of axes - - - - Top bound of axes - Top bound of axes - - - - Outward offset of X axis - Outward offset of X axis - - - - Outward offset of Y axis - Outward offset of Y axis - - - - X axis scale autoselection - X axis scale autoselection - - - - Y axis scale autoselection - Y axis scale autoselection - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib not found, so Plot module can not be loaded - - - - matplotlib not found, Plot module will be disabled - matplotlib not found, Plot module will be disabled - - - - Plot document must be selected in order to save it - Plot document must be selected in order to save it - - - - Axes 0 can not be deleted - لا يمكن حذف المحاور 0 - - - - The grid must be activated on top of a plot document - The grid must be activated on top of a plot document - - - - The legend must be activated on top of a plot document - The legend must be activated on top of a plot document - - - - plot_labels - - - Set labels - تعيين مسميات - - - - Active axes - المحاور النشطة - - - - Title - العنوان - - - - X label - X label - - - - Y label - Y label - - - - Index of the active axes - فهرس المحاور النشطة - - - - Title (associated to active axes) - العنوان (له علاقة بالمحاور النشطة) - - - - Title font size - حجم خط العنوان - - - - X axis title - عنوان المحور X - - - - X axis title font size - حجم خط عنوان المحور X - - - - Y axis title - عنوان المحور Y - - - - Y axis title font size - حجم خط عنوان المحور Y - - - - plot_positions - - - Set positions and sizes - حدد المواضع والأحجام - - - - Position - Position - - - - Size - الحجم - - - - X item position - موضع العنصر X - - - - Y item position - موضع العنصر Y - - - - Item size - حجم العنصر - - - - List of modifiable items - لائحة العناصر القابلة للتعديل - - - - plot_save - - - Save figure - Save figure - - - - Inches - بوصة - - - - Dots per Inch - نقطة لكل بوصة - - - - Output image file path - Output image file path - - - - Show a file selection dialog - Show a file selection dialog - - - - X image size - حجم الصورة X - - - - Y image size - حجم الصورة Y - - - - Dots per point, with size will define output image resolution - Dots per point, with size will define output image resolution - - - - plot_series - - - No label - No label - - - - Line style - أسلوب الخط - - - - Marker - Marker - - - - Configure series - ضبط السلسلة - - - - List of available series - List of available series - - - - Line title - Line title - - - - Marker style - Marker style - - - - Line width - عرض الخط - - - - Marker size - Marker size - - - - Line and marker color - Line and marker color - - - - Remove series - Remove series - - - - If checked, series will not be considered for legend - If checked, series will not be considered for legend - - - - Removes this series - Removes this series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ca.qm b/src/Mod/Plot/resources/translations/Plot_ca.qm deleted file mode 100644 index 567c79b2d9091a78170836e72ed4365164fc8400..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9223 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 - - - - Plot - - - Plot edition tools - Eines d'edició Gráfica - - - - Plot - Gráfic - - - - Plot_Axes - - - Configure axes - Configurar els eixos - - - - Configure the axes parameters - Configura els paràmetres d'eixos - - - - Plot_Grid - - - Show/Hide grid - Mostra/amaga la quadrícula - - - - Show/Hide grid on selected plot - Mostra/amaga la quadrícula d'argument seleccionat - - - - Plot_Labels - - - Set labels - Conjunt d'Etiquetes - - - - Set title and axes labels - Defineix les etiquetes de títol i eixos - - - - Plot_Legend - - - Show/Hide legend - Mostra o amaga la llegenda - - - - Show/Hide legend on selected plot - Mostra o amaga la llegenda sobre Plot seleccionat - - - - Plot_Positions - - - Set positions and sizes - Mides i posicions Paràmetres - - - - Set labels and legend positions and sizes - Posar Etiquetes i posicions de llegenda i mides - - - - Plot_SaveFig - - - Save plot - Salvar Plot - - - - Save the plot as an image file - Desar la gràfica com un arxiu d'imatge - - - - Plot_Series - - - Configure series - Configurar la sèrie - - - - Configure series drawing style and label - Configurar sèrie dibuix estil i etiqueta - - - - plot_axes - - - Configure axes - Configurar els eixos - - - - Active axes - Eixos actius - - - - Apply to all axes - S'apliquen a tots els eixos - - - - Dimensions - Dimensions - - - - X axis position - Posició de l'eix X - - - - Y axis position - Posició de l'eix Y - - - - Scales - Escales - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Índex dels eixos actius - - - - Add new axes to the plot - Afegir nous eixos al Plot - - - - Remove selected axes - Esborra els eixos seleccionats - - - - Check it to apply transformations to all axes - Comprovar-ho per aplicar transformacions a tots els eixos - - - - Left bound of axes - Esquerra obligat dels eixos - - - - Right bound of axes - Límit Dret dels eixos - - - - Bottom bound of axes - Fons obligat dels eixos - - - - Top bound of axes - Part superior obligat dels eixos - - - - Outward offset of X axis - Desplaçament cap a fora de l'eix X - - - - Outward offset of Y axis - Desplaçament cap a fora de l'eix Y - - - - X axis scale autoselection - Eix X auto seleccionar l'escala - - - - Y axis scale autoselection - Y eix escala autoseleciò - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib no es troba, així que no es pot carregar mòdul argument - - - - matplotlib not found, Plot module will be disabled - matplotlib no es troba, mòdul s'impossibilitarà - - - - Plot document must be selected in order to save it - Cal seleccionar Plot document per tal de salvar-lo - - - - Axes 0 can not be deleted - Eixos 0 no es pot suprimir - - - - The grid must be activated on top of a plot document - La xarxa ha d'estar activat a sobre d'un document de plot - - - - The legend must be activated on top of a plot document - La llegenda ha d'estar activat a sobre d'un document de Plot - - - - plot_labels - - - Set labels - Conjunt d'Etiquetes - - - - Active axes - Eixos actius - - - - Title - Títol - - - - X label - X etiqueta - - - - Y label - Etiquetes d'Y - - - - Index of the active axes - Índex dels eixos actius - - - - Title (associated to active axes) - Títol (associada als eixos actius) - - - - Title font size - Lletra de títol - - - - X axis title - X el títol d'eix - - - - X axis title font size - X eix títol de lletra - - - - Y axis title - Títol de l'eix Y - - - - Y axis title font size - Mida de lletra de títol de l'eix Y - - - - plot_positions - - - Set positions and sizes - Mides i posicions Paràmetres - - - - Position - Position - - - - Size - Mida - - - - X item position - La posició de l'element X - - - - Y item position - Y element posició - - - - Item size - Mida de l'element - - - - List of modifiable items - Llista dels elements modificables - - - - plot_save - - - Save figure - Salvar la figura - - - - Inches - Polzades - - - - Dots per Inch - Punts per polzada - - - - Output image file path - Camí d'arxiu d'imatge de sortida - - - - Show a file selection dialog - Mostra un diàleg de selecció de fitxer - - - - X image size - X la mida de la imatge - - - - Y image size - Mida d'imatge Y - - - - Dots per point, with size will define output image resolution - Punts per cada punt, amb mida definirà la resolució d'imatge de sortida - - - - plot_series - - - No label - Sense etiqueta - - - - Line style - Estil de línia - - - - Marker - Marcador - - - - Configure series - Configurar la sèrie - - - - List of available series - Llista de les sèries disponibles - - - - Line title - Títol de línia - - - - Marker style - Estil de marcador - - - - Line width - Amplada de línia - - - - Marker size - Mida del marcador - - - - Line and marker color - Color de línia i marcador - - - - Remove series - Suprimeix la sèrie - - - - If checked, series will not be considered for legend - Si està marcada, la sèrie no es tindrà en compte per a la llegenda - - - - Removes this series - Suprimeix aquesta sèrie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_cs.qm b/src/Mod/Plot/resources/translations/Plot_cs.qm deleted file mode 100644 index 47bb331af5c58201c5c3e8451bb6f5c869a86270..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8611 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 RT8?`ZAr*^6{#QS*{{Q_hh_nCz diff --git a/src/Mod/Plot/resources/translations/Plot_cs.ts b/src/Mod/Plot/resources/translations/Plot_cs.ts deleted file mode 100644 index f3b5ffc8bc6e..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_cs.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Nástroje editace grafu - - - - Plot - Graf - - - - Plot_Axes - - - Configure axes - Konfigurovat osy - - - - Configure the axes parameters - Nastavit parametry os - - - - Plot_Grid - - - Show/Hide grid - Zobrazit či skrýt mřížku - - - - Show/Hide grid on selected plot - Zobrazit / skrýt mřížku u vybraného grafu - - - - Plot_Labels - - - Set labels - Nastavit popisky - - - - Set title and axes labels - Nastavit nadpis a popisky os - - - - Plot_Legend - - - Show/Hide legend - Zobrazit/skrýt legendu - - - - Show/Hide legend on selected plot - Zobrazit / skrýt legendu u vybraného vykreslení - - - - Plot_Positions - - - Set positions and sizes - Nastavit pozice a velikosti - - - - Set labels and legend positions and sizes - Nastavit pozice a velikosti popisků a legendy - - - - Plot_SaveFig - - - Save plot - Uložit graf - - - - Save the plot as an image file - Uložit graf jako soubor obrázku - - - - Plot_Series - - - Configure series - Nastavení série - - - - Configure series drawing style and label - Nastavení série stylu výkresu a popis - - - - plot_axes - - - Configure axes - Konfigurovat osy - - - - Active axes - Aktivní osy - - - - Apply to all axes - Aplikovat na všechny osy - - - - Dimensions - Rozměry - - - - X axis position - Pozice osy X - - - - Y axis position - Pozice osy Y - - - - Scales - Měřítka - - - - X auto - X automaticky - - - - Y auto - Y automaticky - - - - Index of the active axes - Popisek aktivních os - - - - Add new axes to the plot - Přidat nové osy do grafu - - - - Remove selected axes - Odstranit vybrané osy - - - - Check it to apply transformations to all axes - Povolí transformaci ve všech osách - - - - Left bound of axes - Levá mez os - - - - Right bound of axes - Pravá mez os - - - - Bottom bound of axes - Spodní mez os - - - - Top bound of axes - Horní mez os - - - - Outward offset of X axis - Vnější odsazení osy X - - - - Outward offset of Y axis - Vnější odsazení osy Y - - - - X axis scale autoselection - Automatické měřítko osy X - - - - Y axis scale autoselection - Automatické měřítko osy Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - modul Grafy nemohl být načten, protože knihovna matplotlib nebyla nalezena - - - - matplotlib not found, Plot module will be disabled - Knihovna matplotlib nebyla nalezena, modul Grafy bude deaktivován - - - - Plot document must be selected in order to save it - Graf musí být vybrán, aby mohl být uložen - - - - Axes 0 can not be deleted - Osy 0 nemůžou být smazány - - - - The grid must be activated on top of a plot document - Mřížka musí být aktivována nahoře dokumentu grafu - - - - The legend must be activated on top of a plot document - Legenda musí být aktivována nahoře dokumentu grafu - - - - plot_labels - - - Set labels - Nastavit popisky - - - - Active axes - Aktivní osy - - - - Title - Nadpis - - - - X label - Popisek X - - - - Y label - Popisek Y - - - - Index of the active axes - Popisek aktivních os - - - - Title (associated to active axes) - Nadpis (připojený k aktivním osám) - - - - Title font size - Velikost písma nadpisu - - - - X axis title - Popisek osy X - - - - X axis title font size - Velikost popisku osy X - - - - Y axis title - Popisek osy Y - - - - Y axis title font size - Velikost popisku osy Y - - - - plot_positions - - - Set positions and sizes - Nastavit pozice a velikosti - - - - Position - Position - - - - Size - Velikost - - - - X item position - Poloha X - - - - Y item position - Poloha Y - - - - Item size - Velikost položky - - - - List of modifiable items - Seznam upravitelných položek - - - - plot_save - - - Save figure - Uložit obrázek - - - - Inches - Palce - - - - Dots per Inch - Body na palec - - - - Output image file path - Umístění souboru výstupního obrázku - - - - Show a file selection dialog - Zobrazit dialog pro výběr souboru - - - - X image size - X velikost obrázku - - - - Y image size - Y velikost obrázku - - - - Dots per point, with size will define output image resolution - Počet teček na bod s velikostí definuje výstupní rozlišení obrázku - - - - plot_series - - - No label - Bez popisku - - - - Line style - Styl čáry - - - - Marker - Značka - - - - Configure series - Nastavení série - - - - List of available series - Seznam dostupných řad hodnot - - - - Line title - Popis čáry - - - - Marker style - Styl značky - - - - Line width - Tloušťka čáry - - - - Marker size - Velikost značky - - - - Line and marker color - Barva čáry a značky - - - - Remove series - Odstranit řadu hodnot - - - - If checked, series will not be considered for legend - Je-li zaškrtnuto, řada hodnot nebude zahrnuta v legendě - - - - Removes this series - Odstranit tuto řadu hodnot - - - diff --git a/src/Mod/Plot/resources/translations/Plot_de.qm b/src/Mod/Plot/resources/translations/Plot_de.qm deleted file mode 100644 index 6f1f4510f1efed5b712896490f93924082d0095d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9529 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 KA|=dgY56}cp&!ox diff --git a/src/Mod/Plot/resources/translations/Plot_de.ts b/src/Mod/Plot/resources/translations/Plot_de.ts deleted file mode 100644 index a7e17dc925c3..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_de.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Druckausgabewerkzeuge - - - - Plot - Ausdruck - - - - Plot_Axes - - - Configure axes - Achsen konfigurieren - - - - Configure the axes parameters - Konfigurieren Sie die Achsenparameter - - - - Plot_Grid - - - Show/Hide grid - Raster ein-/ausblenden - - - - Show/Hide grid on selected plot - Raster auf selektiertem Ausdruck ein-/ausblenden - - - - Plot_Labels - - - Set labels - Beschriftung festlegen - - - - Set title and axes labels - Setze Titel- und Achsenbeschriftungen - - - - Plot_Legend - - - Show/Hide legend - Legende ein-/ausblenden - - - - Show/Hide legend on selected plot - Beschreibung von selektiertem Ausdruck ein-/ausblenden - - - - Plot_Positions - - - Set positions and sizes - Einstellen der Position und Größe - - - - Set labels and legend positions and sizes - Beschriftung, Lage und Größe der Legende festlegen - - - - Plot_SaveFig - - - Save plot - Ausdruck speichern - - - - Save the plot as an image file - Ausdruck als Bilddatei speichern - - - - Plot_Series - - - Configure series - Folgen einrichten - - - - Configure series drawing style and label - Einrichten des Zeichen-Stils und der Beschriftung von Folgen - - - - plot_axes - - - Configure axes - Achsen konfigurieren - - - - Active axes - Aktive Achsen - - - - Apply to all axes - Auf alle Achsen anwenden - - - - Dimensions - Bemaßungen - - - - X axis position - X-Achse positionieren - - - - Y axis position - Y-Achse positionieren - - - - Scales - Maßstäbe - - - - X auto - X automatisch - - - - Y auto - Y automatisch - - - - Index of the active axes - Zähler der aktiven Achse - - - - Add new axes to the plot - Neue Achsen zum Ausdruck hinzufügen - - - - Remove selected axes - Ausgewählte Achsen entfernen - - - - Check it to apply transformations to all axes - Prüfen zum Anwenden auf alle Achsen - - - - Left bound of axes - Achsbegrenzung links - - - - Right bound of axes - Achsbegrenzung rechts - - - - Bottom bound of axes - Achsbegrenzung unten - - - - Top bound of axes - Achsbegrenzung oben - - - - Outward offset of X axis - Äußerer Versatz der X-Achse - - - - Outward offset of Y axis - Äußerer Versatz der Y-Achse - - - - X axis scale autoselection - Automatische Auswahl der X-Achsen-Skalierung - - - - Y axis scale autoselection - Automatische Auswahl der Y-Achsen-Skalierung - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib nicht gefunden, daher kann das Modul Plot nicht geladen werden - - - - matplotlib not found, Plot module will be disabled - matplotlib nicht gefunden, daher wird das Modul Plot ausgeschaltet - - - - Plot document must be selected in order to save it - Das Ausdruckdokument muss ausgewählt werden, damit es gespeichert werden kann - - - - Axes 0 can not be deleted - Achse 0 kann nicht gelöscht werden - - - - The grid must be activated on top of a plot document - Das Raster muss am Anfang des Plot-Dokuments aktiviert werden - - - - The legend must be activated on top of a plot document - Die Legende muss am Anfang des Plot-Dokuments aktiviert werden - - - - plot_labels - - - Set labels - Beschriftung festlegen - - - - Active axes - Aktive Achsen - - - - Title - Name - - - - X label - Beschriftung X - - - - Y label - Beschriftung Y - - - - Index of the active axes - Zähler der aktiven Achse - - - - Title (associated to active axes) - Name (bezogen auf die aktive Achse) - - - - Title font size - Schriftgröße für den Name - - - - X axis title - Name der X-Achse - - - - X axis title font size - Schriftgröße des X-Achsen-Namens - - - - Y axis title - Name der Y-Achse - - - - Y axis title font size - Schriftgröße des Y-Achsen-Namens - - - - plot_positions - - - Set positions and sizes - Einstellen der Position und Größe - - - - Position - Position - - - - Size - Größe - - - - X item position - Lage des Bestandteils X - - - - Y item position - Lage des Bestandteils Y - - - - Item size - Größe des Bestandteils - - - - List of modifiable items - Liste änderbarer Bestandteile - - - - plot_save - - - Save figure - Abbildung speichern - - - - Inches - Zoll - - - - Dots per Inch - Punkte pro Zoll - - - - Output image file path - Speicherpfad für Bilddatei - - - - Show a file selection dialog - Datei-Auswahl-Dialog anzeigen - - - - X image size - X-Bildgröße - - - - Y image size - Y-Bildgröße - - - - Dots per point, with size will define output image resolution - Punkte pro Punkt. In Verbindung mit der Bildabmessungen bestimmt das die Auflösung des Bildes - - - - plot_series - - - No label - Keine Beschriftung - - - - Line style - Stil-Eigenschaften der Linie - - - - Marker - Hevorhebung (Datenpunkte) - - - - Configure series - Folgen einrichten - - - - List of available series - Liste der verfügbaren Datenreihen - - - - Line title - Name der Linie - - - - Marker style - Stil-Eigenschaften der Hervorhebung - - - - Line width - Linienbreite - - - - Marker size - Größe der Hervorhebung - - - - Line and marker color - Farbe der Hervorhebung und der Linie - - - - Remove series - Serie entfernen - - - - If checked, series will not be considered for legend - Nicht in Legende anzeigen - - - - Removes this series - Diese Datenreihe entfernen - - - diff --git a/src/Mod/Plot/resources/translations/Plot_el.qm b/src/Mod/Plot/resources/translations/Plot_el.qm deleted file mode 100644 index cf79053a28b04663bbd668be3d89203d63a316f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9953 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 diff --git a/src/Mod/Plot/resources/translations/Plot_el.ts b/src/Mod/Plot/resources/translations/Plot_el.ts deleted file mode 100644 index 21c5ba72de21..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_el.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Εργαλεία επεξεργασίας γραφήματος - - - - Plot - Γράφημα - - - - Plot_Axes - - - Configure axes - Διαμόρφωση αξόνων - - - - Configure the axes parameters - Διαμόρφωση παραμέτρων των αξόνων - - - - Plot_Grid - - - Show/Hide grid - Εμφάνιση/Απόκρυψη κανάβου - - - - Show/Hide grid on selected plot - Εμφάνιση/Απόκρυψη κανάβου στο επιλεγμένο γράφημα - - - - Plot_Labels - - - Set labels - Ορισμός ετικετών - - - - Set title and axes labels - Ορισμός τίτλου και ετικετών αξόνων - - - - Plot_Legend - - - Show/Hide legend - Εμφάνιση/Απόκρυψη υπομνήματος - - - - Show/Hide legend on selected plot - Εμφάνιση/Απόκρυψη υπομνήματος στο επιλεγμένο γράφημα - - - - Plot_Positions - - - Set positions and sizes - Ορισμός θέσεων και μεγεθών - - - - Set labels and legend positions and sizes - Ορισμός ετικετών καθώς και θέσεων και μεγεθών των υπομνημάτων - - - - Plot_SaveFig - - - Save plot - Αποθήκευση γραφήματος - - - - Save the plot as an image file - Αποθήκευση γραφήματος ως αρχείο εικόνας - - - - Plot_Series - - - Configure series - Διαμόρφωση σειρών - - - - Configure series drawing style and label - Διαμόρφωση του τύπου μορφοποίησης σχεδίασης και των ετικετών των σειρών - - - - plot_axes - - - Configure axes - Διαμόρφωση αξόνων - - - - Active axes - Ενεργοί άξονες - - - - Apply to all axes - Εφαρμογή σε όλους τους άξονες - - - - Dimensions - Διαστάσεις - - - - X axis position - Θέση του άξονα X - - - - Y axis position - Θέση του άξονα Y - - - - Scales - Κλίμακες - - - - X auto - Αυτόματη επιλογή X - - - - Y auto - Αυτόματη επιλογή Y - - - - Index of the active axes - Δείκτης των ενεργών αξόνων - - - - Add new axes to the plot - Προσθήκη νέων αξόνων στο γράφημα - - - - Remove selected axes - Αφαίρεση επιλεγμένων αξόνων - - - - Check it to apply transformations to all axes - Επιλέξτε το ώστε να εφαρμόσετε μετασχηματισμούς σε όλους τους άξονες - - - - Left bound of axes - Αριστερό όριο των αξόνων - - - - Right bound of axes - Δεξί όριο των αξόνων - - - - Bottom bound of axes - Κάτω όριο των αξόνων - - - - Top bound of axes - Άνω όριο των αξόνων - - - - Outward offset of X axis - Εξωτερική μετατόπιση του άξονα X - - - - Outward offset of Y axis - Εξωτερική μετατόπιση του άξονα Y - - - - X axis scale autoselection - Αυτόματη επιλογή κλίμακας του άξονα X - - - - Y axis scale autoselection - Αυτόματη επιλογή κλίμακας του άξονα Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - δεν βρέθηκε η βιβλιοθήκη matplotlib, οπότε δεν είναι δυνατή η φόρτωση της λειτουργικής μονάδας Γραφήματος - - - - matplotlib not found, Plot module will be disabled - δεν βρέθηκε η βιβλιοθήκη matplotlib, η λειτουργική μονάδα Γραφήματος θα απενεργοποιηθεί - - - - Plot document must be selected in order to save it - Πρέπει να επιλέξετε ένα έγγραφο γραφήματος προκειμένου να το αποθηκεύσετε - - - - Axes 0 can not be deleted - Ο άξονας 0 δεν μπορεί να διαγραφεί - - - - The grid must be activated on top of a plot document - Ο κάναβος πρέπει να ενεργοποιηθεί πάνω από κάποιο έγγραφο γραφήματος - - - - The legend must be activated on top of a plot document - Το υπόμνημα πρέπει να ενεργοποιηθεί πάνω από κάποιο έγγραφο γραφήματος - - - - plot_labels - - - Set labels - Ορισμός ετικετών - - - - Active axes - Ενεργοί άξονες - - - - Title - Τίτλος - - - - X label - Ετικέτα X - - - - Y label - Ετικέτα Υ - - - - Index of the active axes - Δείκτης των ενεργών αξόνων - - - - Title (associated to active axes) - Τίτλος (που σχετίζεται με τους ενεργούς άξονες) - - - - Title font size - Μέγεθος γραμματοσειράς τίτλου - - - - X axis title - Τίτλος του άξονα X - - - - X axis title font size - Μέγεθος γραμματοσειράς τίτλου του άξονα X - - - - Y axis title - Τίτλος του άξονα Υ - - - - Y axis title font size - Μέγεθος γραμματοσειράς τίτλου του άξονα Y - - - - plot_positions - - - Set positions and sizes - Ορισμός θέσεων και μεγεθών - - - - Position - Position - - - - Size - Μέγεθος - - - - X item position - Θέση του αντικειμένου στον άξονα X - - - - Y item position - Θέση του αντικειμένου στον άξονα Y - - - - Item size - Μέγεθος αντικειμένου - - - - List of modifiable items - Λίστα τροποποιήσιμων αντικειμένων - - - - plot_save - - - Save figure - Αποθήκευση σχήματος - - - - Inches - Ίντσες - - - - Dots per Inch - Κουκκίδες ανά Ίντσα - - - - Output image file path - Διαδρομή αρχείου εικόνας εξόδου - - - - Show a file selection dialog - Εμφάνιση ενός διαλόγου επιλογής αρχείου - - - - X image size - Μέγεθος εικόνας στον άξονα X - - - - Y image size - Μέγεθος εικόνας στον άξονα Y - - - - Dots per point, with size will define output image resolution - Κουκκίδες ανά σημείο, καθορίζουν την ανάλυση της εικόνας εξόδου σε συνδυασμό με το μέγεθος - - - - plot_series - - - No label - Καμία ετικέτα - - - - Line style - Τύπος μορφοποίησης γραμμής - - - - Marker - Δείκτης - - - - Configure series - Διαμόρφωση σειρών - - - - List of available series - Λίστα διαθέσιμων σειρών - - - - Line title - Τίτλος γραμμής - - - - Marker style - Τύπος μορφοποίησης δείκτη - - - - Line width - Πλάτος γραμμής - - - - Marker size - Μέγεθος δείκτη - - - - Line and marker color - Χρώμα γραμμής και δείκτη - - - - Remove series - Αφαίρεση σειράς - - - - If checked, series will not be considered for legend - Αν αυτό έχει επιλεχθεί, η σειρά δεν θα ληφθεί υπόψη στην κατασκευή του υπομνήματος - - - - Removes this series - Αφαίρεση αυτής της σειράς - - - diff --git a/src/Mod/Plot/resources/translations/Plot_es-ES.qm b/src/Mod/Plot/resources/translations/Plot_es-ES.qm deleted file mode 100644 index 5c3f6108131fb977d777dfa9b075788711e3d3fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9726 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 diff --git a/src/Mod/Plot/resources/translations/Plot_es-ES.ts b/src/Mod/Plot/resources/translations/Plot_es-ES.ts deleted file mode 100644 index 1f75fc4fea90..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_es-ES.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Herramientas de edición de gráficos - - - - Plot - Gráfica - - - - Plot_Axes - - - Configure axes - Configurar ejes - - - - Configure the axes parameters - Configurar los parámetros de los ejes - - - - Plot_Grid - - - Show/Hide grid - Mostrar/ocultar cuadrícula - - - - Show/Hide grid on selected plot - Mostrar/Ocultar cuadrícula de la gráfica seleccionada - - - - Plot_Labels - - - Set labels - Establecer títulos - - - - Set title and axes labels - Establecer títulos de los ejes - - - - Plot_Legend - - - Show/Hide legend - Mostrar/Ocultar la legenda - - - - Show/Hide legend on selected plot - Mostrar/Ocultar la leyenda en la gráfica seleccionada - - - - Plot_Positions - - - Set positions and sizes - Establecer tamaños y posiciones - - - - Set labels and legend positions and sizes - Establecer tamaños y posiciones de leyenda y títulos - - - - Plot_SaveFig - - - Save plot - Guardar la gráfica - - - - Save the plot as an image file - Guardar gráfico como archivo de imagen - - - - Plot_Series - - - Configure series - Configurar series de datos - - - - Configure series drawing style and label - Configurar etiquetas y estilo de las series de datos - - - - plot_axes - - - Configure axes - Configurar ejes - - - - Active axes - Juego de ejes activo - - - - Apply to all axes - Aplicar a todos los juegos de ejes - - - - Dimensions - Dimensiones - - - - X axis position - Posición del eje X - - - - Y axis position - Posición del eje Y - - - - Scales - Escalas - - - - X auto - X automática - - - - Y auto - Y automática - - - - Index of the active axes - Índice del juego de ejes activo - - - - Add new axes to the plot - Añadir nuevos ejes al gráfico - - - - Remove selected axes - Eliminar el juego de ejes activo - - - - Check it to apply transformations to all axes - Marcar para aplicar las modificaciones a todos los juegos de ejes - - - - Left bound of axes - Límite izquierdo de los ejes - - - - Right bound of axes - Límite derecho de los ejes - - - - Bottom bound of axes - Límite inferior de los ejes - - - - Top bound of axes - Límite superior de los ejes - - - - Outward offset of X axis - Desplazamiento al exterior del eje X - - - - Outward offset of Y axis - Desplazamiento al exterior del eje Y - - - - X axis scale autoselection - Escala del eje X automática - - - - Y axis scale autoselection - Escala del eje Y automática - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - Matplotlib que no se ha encontrado, por lo que no se puede cargar el módulo de graficado - - - - matplotlib not found, Plot module will be disabled - no se encuentra matplotlib, se deshabilitará el módulo de impresión - - - - Plot document must be selected in order to save it - Debe seleccionar una gráfica para poder guardarla - - - - Axes 0 can not be deleted - El juego de ejes 0 no puede ser eliminado - - - - The grid must be activated on top of a plot document - La cuadrícula debe estar activa por encima del gráfico - - - - The legend must be activated on top of a plot document - La leyenda debe estar activa por encima del gráfico - - - - plot_labels - - - Set labels - Establecer títulos - - - - Active axes - Juego de ejes activo - - - - Title - Título - - - - X label - Título del eje X - - - - Y label - Título del eje Y - - - - Index of the active axes - Índice del juego de ejes activo - - - - Title (associated to active axes) - Título (asociado al juego de ejes activo) - - - - Title font size - Tamaño de fuente del título - - - - X axis title - Título del eje X - - - - X axis title font size - Tamaño de fuente del título del eje X - - - - Y axis title - Título del eje Y - - - - Y axis title font size - Tamaño de fuente del título del eje Y - - - - plot_positions - - - Set positions and sizes - Establecer tamaños y posiciones - - - - Position - Posición - - - - Size - Tamaño - - - - X item position - Posición en X del objeto - - - - Y item position - Posición en Y del objeto - - - - Item size - tamaño del objeto - - - - List of modifiable items - Lista de elementos modificables - - - - plot_save - - - Save figure - Guardar figura - - - - Inches - Pulgadas - - - - Dots per Inch - Puntos por pulgada - - - - Output image file path - Ruta del archivo de imagen de salida - - - - Show a file selection dialog - Muestra un diálogo de selección de archivo - - - - X image size - Tamaño de imagen en X - - - - Y image size - Tamaño de imagen en Y - - - - Dots per point, with size will define output image resolution - Puntos por pulgada, junto con el tamaño define la resolución de la imagen de salida - - - - plot_series - - - No label - Sin título - - - - Line style - Estilo de línea - - - - Marker - Marcador - - - - Configure series - Configurar series de datos - - - - List of available series - Lista de series disponibles - - - - Line title - Título de línea - - - - Marker style - Estilo del marcador - - - - Line width - Ancho de la línea - - - - Marker size - Tamaño del marcador - - - - Line and marker color - Color de la línea y del marcador - - - - Remove series - Eliminar serie - - - - If checked, series will not be considered for legend - Si se encuentra marcado, la series no se reflejarán en la leyenda - - - - Removes this series - Elimina esta serie de datos - - - diff --git a/src/Mod/Plot/resources/translations/Plot_eu.qm b/src/Mod/Plot/resources/translations/Plot_eu.qm deleted file mode 100644 index 351e38bc1715d2cae15bfc6e1a0fbbbae1780e00..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9549 zcmcgxeT*D+8U9_byZ5no+xB{GucbYvCDh~WQN#wZqUi@8{WzfEDz+M=bGx&9!|m>@ zGqc?F2>3-BFd8uwQ%z&U7EMIdghXqipkgFqPzh1~A_1v}7z`$j`VShP=l#vj%uhh^Q^|8$5N)7);J%0k%b-n6kUe{dc+Oz#nN^L&cHG9d6O7)-Wa_@Zu z_m6ko!~4w0vYZ-I>XNsX*&9C$p{JLfyX3r5E5^Hby%*1|J=nc#FRts3b-(fi^z^vP zSAFOVp8I!d`PZJobH7Y&eDS1GUAffgk5?9=0F40^|V2Hyv}jLDuYBU6y~QGFdg(KGfK z?6|bAXZw@qAm?*E^S^!_zf1Sr`wRHf{b0{0AF}ZMLeHl@!0S`Js|HI-rH}WH%|8kG zpXfdJ!db-Qbnj2k)|A?GruTPpo$7o4r!Oeg`)J?q-+UNx`Ah$n)!j;Mxw`)&59jdr zoB9h+Jc#(G`rUcNd+l#C`<{IY`d`WvUd40i%k*{Ag^YZ^?tJFi(HD`Qotb~W@EG)N z%KYoZ{fO(+1H_gwxA^t@YNSHCoH$L-M5cXnWI@;vf(c;JWM#`6PT99;SI zVfgi~!Rdd%uFR>yEZ1e}%sfy^-DNp8TBPj?5-cd?==r)?eFB3T3O6i z&oEzGvemP=W^c%T_4^)vzkS8{t$T5OeZ|ceJ`25n(AQyO#gW%ugMELs;rti6@rxmK zSh>nn3;4_`OZm#|#h+CgpXG;2j^9)NM;Cv-v-RhA%)oH;4rE4}+iHk8f^iNs7Q8K43 z4TFs2ZBp*V#mOc)wg9Z6rs0H(j~U43HI5IR%XV7VQ>$2I(0;#B2-Uz}nK6X>9xFW)aq)Erms5+iB4^RH+*$cYlvjUw%^)Dr?JDaSoLN`lr zDORkb6-&@Ls&0Z7b}9=#vI#bnRS1l}Df4bCES~|fo`1U0E{g5@I?I7_{i5Q3$i$~RNScl4nO$(6BzR8w0t>GMM$?VSgHWC|7 zBF6eo-ihOTkW~v!nB%f}rWp{%kTR$gpMV~I7pfZBozEK;Yfkqs-!bZ`l~K{C_ez*w zMQt*0^`R5*mqbfVLeGRoI#%tjR!he*rwy}IYUk8gLu_>9>BZBF z?YL`Jyn^GFP4X3Q(LlTt+@&#d{ZfE3s6#{hueZxq#iK=Sa@`K9IyvmL>>CU~)E`Fn zSMt_8vmw-`BaVruNQaiHX^lp3yTlJoS_Oa6v>#AMBw3LLrd4Ypek;H-du*M&u-AHm zZ{2Ij-RL3sK^U`EzIczyyz>7T+`&&@mFM*$}|Jlf*Q@+Ac)xi=}Od zH1s=%sJ+;CBt(G;7Z;*y)m1GWK_7iNd^FV{AJYVdC!cA2Fylj1tmkRexXQ?ZbX7pV zrY$3nLln+X%*cRLLJkexDOti4=3|F#eXO29M{@v;nw(85!XT(G0*B@ldi1h8kO1jl z=yNoue8f#nd9s9GaS~|eh(Zf3zWNYpV&2KsFl>CIT=T^0u&vk?!*TPL%c1Cz%-XUq zXm#a2usz+t^?5T+Y&yACM?aWD(2&^rHTq;vefF#u5tb{q!x}^)&q#u8~vuGEN;_ zNgAgmzT~|cQ0zWrWtzrr!{1vDI^@E)Kpi5>Nbly zW6bnCCud88;gKSu)K?^$vLnHidK2VcMHktGsAQ2c`Vos+p_LXKG;6L!5>;&Lz&!MU zASrwU0iTeaS)$xqmLeAgpvnB=POXh=Hahz@BsRoXQ&Dhwj_3_vqVd~0@cj-!2^d7D zptR>OEpnF2wy++WGfFm-(rMsiR=*~u1R)lfK3 zlA5o?Vk{^ln<2JI@F5D~)^Q3FO2U3Kuokwb-ph#&VgAmtuZWYDOBi+R+9(l9iDywSJ$M;A{aM zMCXN*mql$PEWeqF_^~M1^x>}-x{an_T(j~$99yG_eKRv?SO4mC>{Wc_=tp>9>`45PmlA%k?`* zBL3p``MTbseSWEFPfK6*QHKnQte!Pje`CP!NRaEN2}ZtN`m8`^j?k=E51UT-W-az! za>xFH0d(hPEu0AS+Xh`i!TFlUX}mslalFF{H#i_MXPN`*C!}LsC&xKX8wW_xIk9NFXH6o zM52t*1{p1UqDf8@ONlwZu|ZCKcfp{e(3+&o*?C>pEg`%yC`@*TlALe!FxN?DU(sby z2LT%_lfCGeH}5uWoJr7Aw9SdJ7-;}tl&Z-7^v#l!#HY8mdAc3b&S+U7)oBSvdx6QR z9;gfCo2Wz+Hz2(6SLm$NU;!1TsP`79na{=2JkqdKj?xf?XfRwHhcE7$3w - - - - Plot - - - Plot edition tools - Trazaketak editatzeko tresnak - - - - Plot - Trazaketa - - - - Plot_Axes - - - Configure axes - Konfiguratu ardatzak - - - - Configure the axes parameters - Konfiguratu ardatzen parametroak - - - - Plot_Grid - - - Show/Hide grid - Erakutsi/ezkutatu sareta - - - - Show/Hide grid on selected plot - Erakutsi/ezkutatu sareta hautatutako trazaketan - - - - Plot_Labels - - - Set labels - Ezarri etiketak - - - - Set title and axes labels - Ezarri izenburua eta ardatzen etiketak - - - - Plot_Legend - - - Show/Hide legend - Erakutsi/ezkutatu legenda - - - - Show/Hide legend on selected plot - Erakutsi/ezkutatu legenda hautatutako trazaketan - - - - Plot_Positions - - - Set positions and sizes - Ezarri posizioak eta tamainak - - - - Set labels and legend positions and sizes - Ezarri etiketen eta legendaren posizioak eta tamainak - - - - Plot_SaveFig - - - Save plot - Gorde trazaketa - - - - Save the plot as an image file - Gorde trazaketa irudi-fitxategi gisa - - - - Plot_Series - - - Configure series - Konfiguratu serieak - - - - Configure series drawing style and label - Serieen marrazte-estiloa eta etiketa konfiguratzen du - - - - plot_axes - - - Configure axes - Konfiguratu ardatzak - - - - Active axes - Ardatz aktiboak - - - - Apply to all axes - Aplikatu ardatz guztiei - - - - Dimensions - Kotak - - - - X axis position - X ardatzaren posizioa - - - - Y axis position - Y ardatzaren posizioa - - - - Scales - Eskalak - - - - X auto - X automatikoa - - - - Y auto - Y automatikoa - - - - Index of the active axes - Ardatz aktiboen indizea - - - - Add new axes to the plot - Gehitu ardatz berriak trazaketari - - - - Remove selected axes - Kendu hautatutako ardatzak - - - - Check it to apply transformations to all axes - Markatu transformazioak ardatz guztiei aplikatzeko - - - - Left bound of axes - Ardatzen ezkerreko muga - - - - Right bound of axes - Ardatzen eskuineko muga - - - - Bottom bound of axes - Ardatzen beheko muga - - - - Top bound of axes - Ardatzen goiko muga - - - - Outward offset of X axis - X ardatzaren kanporako desplazamendua - - - - Outward offset of Y axis - Y ardatzaren kanporako desplazamendua - - - - X axis scale autoselection - X ardatzaren eskalaren hautapen automatikoa - - - - Y axis scale autoselection - Y ardatzaren eskalaren hautapen automatikoa - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib ez da aurkitu, beraz trazaketarako modulua ezin izan da kargatu - - - - matplotlib not found, Plot module will be disabled - matplotlib ez da aurkitu, trazaketarako modulua desgaitu egingo da - - - - Plot document must be selected in order to save it - Trazatze-dokumentua hautatu behar da hura gorde ahal izateko - - - - Axes 0 can not be deleted - 0 ardatzak ezin dira ezabatu - - - - The grid must be activated on top of a plot document - Saretak trazatze-dokumentuaren gainean aktibatuta egon behar du - - - - The legend must be activated on top of a plot document - Legendak trazatze-dokumentu baten gainean aktibatuta egon behar du - - - - plot_labels - - - Set labels - Ezarri etiketak - - - - Active axes - Ardatz aktiboak - - - - Title - Izenburua - - - - X label - X etiketa - - - - Y label - Y etiketa - - - - Index of the active axes - Ardatz aktiboen indizea - - - - Title (associated to active axes) - Izenburua (ardatz aktiboei lotutakoa) - - - - Title font size - Izenburuaren letra-tamaina - - - - X axis title - X ardatzaren izenburua - - - - X axis title font size - X ardatzaren izenburuaren letra-tamaina - - - - Y axis title - Y ardatzaren izenburua - - - - Y axis title font size - Y ardatzaren izenburuaren letra-tamaina - - - - plot_positions - - - Set positions and sizes - Ezarri posizioak eta tamainak - - - - Position - Posizioa - - - - Size - Tamaina - - - - X item position - X elementuaren posizioa - - - - Y item position - Y elementuaren posizioa - - - - Item size - Elementuaren tamaina - - - - List of modifiable items - Elementu aldagarrien zerrenda - - - - plot_save - - - Save figure - Gorde irudia - - - - Inches - Hazbeteak - - - - Dots per Inch - Puntuak hazbeteko - - - - Output image file path - Irteera-irudiaren fitxategi-bidea - - - - Show a file selection dialog - Erakutsi fitxategia hautatzeko elkarrizketa-koadroa - - - - X image size - X irudiaren tamaina - - - - Y image size - Y irudiaren tamaina - - - - Dots per point, with size will define output image resolution - Puntuak puntuko, tamainarekin irteerako irudiaren bereizmena definituko du - - - - plot_series - - - No label - Etiketarik ez - - - - Line style - Lerro-estiloa - - - - Marker - Markatzailea - - - - Configure series - Konfiguratu serieak - - - - List of available series - Erabilgarri dauden serieen zerrenda - - - - Line title - Lerro-izenburua - - - - Marker style - Markatzaile-estiloa - - - - Line width - Lerro-zabalera - - - - Marker size - Markatzaile-tamaina - - - - Line and marker color - Lerro- eta markatzaile-kolorea - - - - Remove series - Kendu seriea - - - - If checked, series will not be considered for legend - Markatuta badago, seria ez da kontuan hartuko legendan - - - - Removes this series - Serie hau kentzen du - - - diff --git a/src/Mod/Plot/resources/translations/Plot_fi.qm b/src/Mod/Plot/resources/translations/Plot_fi.qm deleted file mode 100644 index ca141f76545aeafba0d680c10fd723255e78af38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9189 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 diff --git a/src/Mod/Plot/resources/translations/Plot_fi.ts b/src/Mod/Plot/resources/translations/Plot_fi.ts deleted file mode 100644 index d593011c1b87..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_fi.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Pistekuvioiden muokkaustyökalut - - - - Plot - Pistekuvio -plot - - - - Plot_Axes - - - Configure axes - Määritä akselit - - - - Configure the axes parameters - Määritä akselit-parametrit - - - - Plot_Grid - - - Show/Hide grid - Piilota/näytä ruudukko - - - - Show/Hide grid on selected plot - Piilota/näytä ruudukko valitulle käyrän tulostukselle - - - - Plot_Labels - - - Set labels - Aseta nimet - - - - Set title and axes labels - Aseta otsikon ja akseleiden nimet - - - - Plot_Legend - - - Show/Hide legend - Näytä/Piilota kuvateksti - - - - Show/Hide legend on selected plot - Näytä/Piilota kuvateksti valitulta käyrän tulostukselta - - - - Plot_Positions - - - Set positions and sizes - Määritä asemat ja koot - - - - Set labels and legend positions and sizes - Määrä nimien sekä kuvatekstien asemat ja koot - - - - Plot_SaveFig - - - Save plot - Tallenna käyrän tulostus - - - - Save the plot as an image file - Tallenna pistekuvio kuvatiedostona - - - - Plot_Series - - - Configure series - Määritä sarjan ominaisuudet - - - - Configure series drawing style and label - Määritä sarjan piirtotyyli ja sarjan nimi - - - - plot_axes - - - Configure axes - Määritä akselit - - - - Active axes - Aktivoi akseli - - - - Apply to all axes - Sovella kaikkiin akseleihin - - - - Dimensions - Mitat - - - - X axis position - X akselin sijointi - - - - Y axis position - Y akselin sijointi - - - - Scales - Asteikot - - - - X auto - X automaattinen - - - - Y auto - Y automaattinen - - - - Index of the active axes - Aktiivisten akselien indeksi - - - - Add new axes to the plot - Lisää uusi akseli käyrän tulostukseen - - - - Remove selected axes - Poista valitut akselit - - - - Check it to apply transformations to all axes - Tarkista pitääkö muunnoksia soveltaa kaikkiin akseleihin - - - - Left bound of axes - Akselin vasen raja - - - - Right bound of axes - Akselin oikea raja - - - - Bottom bound of axes - Akselin alaraja - - - - Top bound of axes - Akselin yläraja - - - - Outward offset of X axis - Ulospäin suuntautuva X akselin siirtymä - - - - Outward offset of Y axis - Ulospäin suuntautuva Y akselin siirtymä - - - - X axis scale autoselection - X akselin asteikon automaattisovitus - - - - Y axis scale autoselection - Y akselin asteikon automaattisovitus - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib Python pakettia ei löydy joten käyrien tulostusmoduulia ei voi ladata - - - - matplotlib not found, Plot module will be disabled - matplotlib Python pakettia ei löydy joten käyrien tulostusmoduuli poistetaan käytöstä - - - - Plot document must be selected in order to save it - Käyräntulostusasiakirja pitää valita jotta sen voi tallentaa - - - - Axes 0 can not be deleted - Akselia 0 ei voi poistaa - - - - The grid must be activated on top of a plot document - Ruudukko täytyy aktivoida pistekuvioasiakirjan päällä - - - - The legend must be activated on top of a plot document - Selitykset täytyy aktivoida pistekuvioasiakirjan päälle - - - - plot_labels - - - Set labels - Aseta nimet - - - - Active axes - Aktivoi akseli - - - - Title - Otsikko - - - - X label - X akselin nimi - - - - Y label - Y akselin nimi - - - - Index of the active axes - Aktiivisten akselien indeksi - - - - Title (associated to active axes) - Otsikko (aktiivisen akselin) - - - - Title font size - Otsikon fontin koko - - - - X axis title - X akselin otsikko - - - - X axis title font size - X akselin otsikon fontin koko - - - - Y axis title - Y akselin otsikko - - - - Y axis title font size - Y akselin otsikon fontin koko - - - - plot_positions - - - Set positions and sizes - Määritä asemat ja koot - - - - Position - Sijainti - - - - Size - Koko - - - - X item position - Kohteen X suuntainen sijainti - - - - Y item position - Kohteen Y suuntainen sijainti - - - - Item size - Kohteen koko - - - - List of modifiable items - Muokattavien kohteiden luettelo - - - - plot_save - - - Save figure - Tallenna kuva - - - - Inches - Tuumaa - - - - Dots per Inch - Pistettä tuumalla - - - - Output image file path - Tulosteena tuleen kuvan tiedostopolku - - - - Show a file selection dialog - Näytä tiedostovalintaikkuna - - - - X image size - X suuntainen kuvan koko - - - - Y image size - Y suuntainen kuvan koko - - - - Dots per point, with size will define output image resolution - Pistettä per kohta, leveys määrittää kuvan - - - - plot_series - - - No label - Ei selitettä - - - - Line style - Viivatyyli - - - - Marker - Merkki - - - - Configure series - Määritä sarjan ominaisuudet - - - - List of available series - Käytettävissä olevien sarjojen luettelo - - - - Line title - Viivan otsikko - - - - Marker style - Merkin tyyli - - - - Line width - Viivan leveys - - - - Marker size - Merkin koko - - - - Line and marker color - Viivan ja merkin väri - - - - Remove series - Poista sarja - - - - If checked, series will not be considered for legend - Poista sarjan selite - - - - Removes this series - Poistaa tämän sarjan - - - diff --git a/src/Mod/Plot/resources/translations/Plot_fil.qm b/src/Mod/Plot/resources/translations/Plot_fil.qm deleted file mode 100644 index 54cb62d9ea18de1b82fd8cf6ef4af1e1e2f6dc49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9322 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 Dn@Ywi diff --git a/src/Mod/Plot/resources/translations/Plot_fil.ts b/src/Mod/Plot/resources/translations/Plot_fil.ts deleted file mode 100644 index 2b73d0e3e0a5..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_fil.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Edition tools ng Plot - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - I-configure ang mga axes - - - - Configure the axes parameters - I-configure ang mga parameter ng mga axes - - - - Plot_Grid - - - Show/Hide grid - Ipakita/Itago ang grid - - - - Show/Hide grid on selected plot - Ipakita/Itago ang grid sa napiling plot - - - - Plot_Labels - - - Set labels - Magtakda ng mga label - - - - Set title and axes labels - I-set ang mga label ng title at axes - - - - Plot_Legend - - - Show/Hide legend - Ipakita/Itago ang legend - - - - Show/Hide legend on selected plot - Ipakita/Itago ang legend sa napiling plot - - - - Plot_Positions - - - Set positions and sizes - I-set ang mga posisyon at mga laki - - - - Set labels and legend positions and sizes - I-set ang mga label at mga posisyon at mga sukat ng legend - - - - Plot_SaveFig - - - Save plot - I-save ang plot - - - - Save the plot as an image file - I-save ang plot bilang isang image file - - - - Plot_Series - - - Configure series - I-configure ang series - - - - Configure series drawing style and label - I-configure ang series drawing style at label - - - - plot_axes - - - Configure axes - I-configure ang mga axes - - - - Active axes - Aktibong axes - - - - Apply to all axes - I-apply sa lahat ng mga axes - - - - Dimensions - Mga dimensyon - - - - X axis position - Posisyon ng X axis - - - - Y axis position - Posisyon ng Y axis - - - - Scales - Mga Scale - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index ng active axes - - - - Add new axes to the plot - Magdagdag ng bagong mga axes sa plot - - - - Remove selected axes - Alisin ang mga napiling axes - - - - Check it to apply transformations to all axes - I-check ito para i-aplay ang mga pagbabago sa lahat ng axes - - - - Left bound of axes - Kaliwang bound ng axes - - - - Right bound of axes - Kanang bound ng axes - - - - Bottom bound of axes - Ibabang bound ng axes - - - - Top bound of axes - Itaas na bound ng axes - - - - Outward offset of X axis - Outward offset ng X axis - - - - Outward offset of Y axis - Outward offset ng Y axis - - - - X axis scale autoselection - X axis scale autoselection - - - - Y axis scale autoselection - Y axis scale autoselection - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - hindi natagpuan ang matplotlib, kaya hindi ma load ang Plot module - - - - matplotlib not found, Plot module will be disabled - hindi natagpuan ang matplotlib, kaya ang Plot moduleay hindi pagaganahin - - - - Plot document must be selected in order to save it - Ang dokumento ng plot ay dapat na pinili ng nasa order para ma save ito - - - - Axes 0 can not be deleted - Axes 0 ay hindi pwedeng maalis - - - - The grid must be activated on top of a plot document - Ang grid ay dapat na activated sa taas ng isang plot document - - - - The legend must be activated on top of a plot document - Ang legend ay dapat na activated sa taas ng isang plot document - - - - plot_labels - - - Set labels - Magtakda ng mga label - - - - Active axes - Aktibong axes - - - - Title - Titulo - - - - X label - X label - - - - Y label - Y label - - - - Index of the active axes - Index ng active axes - - - - Title (associated to active axes) - Titulo (nauugnay sa mga active axes) - - - - Title font size - Laki ng font ng Titulo - - - - X axis title - Titulo ng X axis - - - - X axis title font size - Laki ng font ng titulo ng X axis - - - - Y axis title - Titulo ng Y axis - - - - Y axis title font size - Laki ng font ng titulo ng Y axis - - - - plot_positions - - - Set positions and sizes - I-set ang mga posisyon at mga laki - - - - Position - Position - - - - Size - Sukat - - - - X item position - Posisyon ng X item - - - - Y item position - Posisyon ng Y item - - - - Item size - Laki ng item - - - - List of modifiable items - Listahan ng mga item na maaaring baguhin - - - - plot_save - - - Save figure - I-save ang figure - - - - Inches - Pulgada - - - - Dots per Inch - Dots sa bawat inch - - - - Output image file path - File path ng Output image - - - - Show a file selection dialog - Ipakita ang file selection dialog - - - - X image size - Laki ng X image - - - - Y image size - Laki ng Y image - - - - Dots per point, with size will define output image resolution - Dots sa bawat point, kasama ang laki na mag define ng output image resolution - - - - plot_series - - - No label - Walang label - - - - Line style - Istilo ng Linya - - - - Marker - Marker - - - - Configure series - I-configure ang series - - - - List of available series - Listahan ng mga magagamit na series - - - - Line title - Titulo ng Linya - - - - Marker style - Istilo ng Marker - - - - Line width - Lapad ng linya - - - - Marker size - Laki ng marker - - - - Line and marker color - Kulay ng linya at marker - - - - Remove series - Alisin ang series - - - - If checked, series will not be considered for legend - Kung naka-check, ang series ay hindi makokonsidera para sa legend - - - - Removes this series - Nag-aalis ng series na ito - - - diff --git a/src/Mod/Plot/resources/translations/Plot_fr.qm b/src/Mod/Plot/resources/translations/Plot_fr.qm deleted file mode 100644 index b4c11b50167552f4f3033d28d1be10fb259f1eee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9653 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 M;ujH?t!*v;1J9W|<^TWy diff --git a/src/Mod/Plot/resources/translations/Plot_fr.ts b/src/Mod/Plot/resources/translations/Plot_fr.ts deleted file mode 100644 index 54300dee3803..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_fr.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Outils d'édition de tracé - - - - Plot - Tracé - - - - Plot_Axes - - - Configure axes - Configurer les axes - - - - Configure the axes parameters - Configurer les paramètres des axes - - - - Plot_Grid - - - Show/Hide grid - Afficher/Masquer la grille - - - - Show/Hide grid on selected plot - Afficher/Masquer la grille sur le graphique sélectionné - - - - Plot_Labels - - - Set labels - Définir les étiquettes - - - - Set title and axes labels - Définir le titre et les étiquettes des axes - - - - Plot_Legend - - - Show/Hide legend - Afficher/Masquer la légende - - - - Show/Hide legend on selected plot - Afficher/Masquer la légende sur le graphique sélectionné - - - - Plot_Positions - - - Set positions and sizes - Définir les tailles et positions - - - - Set labels and legend positions and sizes - Définir les étiquettes, la position et la taille de la légende - - - - Plot_SaveFig - - - Save plot - Enregistrer le graphique - - - - Save the plot as an image file - Enregistrer le graphe comme image - - - - Plot_Series - - - Configure series - Configurer les séries - - - - Configure series drawing style and label - Configurer le style de dessin et l'étiquette - - - - plot_axes - - - Configure axes - Configurer les axes - - - - Active axes - Axes actifs - - - - Apply to all axes - Appliquer à tous les axes - - - - Dimensions - Dimensions - - - - X axis position - Position de l'axe X - - - - Y axis position - Position de l'axe Y - - - - Scales - Échelles - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index des axes actifs - - - - Add new axes to the plot - Ajouter de nouveaux axes au graphique - - - - Remove selected axes - Supprimer les axes sélectionnés - - - - Check it to apply transformations to all axes - Cocher pour appliquer les transformations à tous les axes - - - - Left bound of axes - Limite gauche des axes - - - - Right bound of axes - Limite droite des axes - - - - Bottom bound of axes - Limite inférieure des axes - - - - Top bound of axes - Limite supérieure des axes - - - - Outward offset of X axis - Décalage vers l'extérieur de l'axe X - - - - Outward offset of Y axis - Décalage vers l'extérieur de l'axe Y - - - - X axis scale autoselection - Sélection automatique de l'échelle de l'axe X - - - - Y axis scale autoselection - Sélection automatique de l'échelle de l'axe Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib est introuvable, donc le module Plot ne peut pas être chargé - - - - matplotlib not found, Plot module will be disabled - matplotlib est introuvable, le module Plot sera désactivé - - - - Plot document must be selected in order to save it - Pour l'enregistrer, le document Plot doit être sélectionné - - - - Axes 0 can not be deleted - Les axes 0 ne peuvent pas être supprimés - - - - The grid must be activated on top of a plot document - La grille doit être activée par dessus un document graphe - - - - The legend must be activated on top of a plot document - La légende doit être activée par dessus un document graphe - - - - plot_labels - - - Set labels - Définir les étiquettes - - - - Active axes - Axes actifs - - - - Title - Titre - - - - X label - Étiquette en X - - - - Y label - Étiquette en Y - - - - Index of the active axes - Index des axes actifs - - - - Title (associated to active axes) - Titre (lié aux axes actifs) - - - - Title font size - Taille de police du titre - - - - X axis title - Titre de l'axe X - - - - X axis title font size - Taille de police pour le titre de l'axe X - - - - Y axis title - Titre de l'axe y - - - - Y axis title font size - Taille de police pour le titre de l'axe Y - - - - plot_positions - - - Set positions and sizes - Définir les tailles et positions - - - - Position - Position - - - - Size - Taille - - - - X item position - Position de l'élément en X - - - - Y item position - Position de l'élément en Y - - - - Item size - Taille de l'élément - - - - List of modifiable items - Liste des éléments modifiables - - - - plot_save - - - Save figure - Enregistrer la figure - - - - Inches - Pouces - - - - Dots per Inch - Points par pouce - - - - Output image file path - Chemin d'accès du fichier image de sortie - - - - Show a file selection dialog - Afficher une fenêtre de sélection de fichier - - - - X image size - Taille de l'image en X - - - - Y image size - Taille de l'image en Y - - - - Dots per point, with size will define output image resolution - Points par point, avec la taille vont définir la résolution d'image de sortie - - - - plot_series - - - No label - Pas d'étiquette - - - - Line style - Style de ligne - - - - Marker - Marqueur - - - - Configure series - Configurer les séries - - - - List of available series - Liste des séries disponibles - - - - Line title - Titre de la courbe - - - - Marker style - Style de marqueur - - - - Line width - Largeur de ligne - - - - Marker size - Taille de marqueur - - - - Line and marker color - Couleur de ligne et de marqueur - - - - Remove series - Supprimer la série - - - - If checked, series will not be considered for legend - Si cochée, la série sera pas prise en compte pour la légende - - - - Removes this series - Supprime cette série - - - diff --git a/src/Mod/Plot/resources/translations/Plot_gl.qm b/src/Mod/Plot/resources/translations/Plot_gl.qm deleted file mode 100644 index fa308fc0e89ba6922242640f9f0db4e45a1df997..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9321 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 diff --git a/src/Mod/Plot/resources/translations/Plot_gl.ts b/src/Mod/Plot/resources/translations/Plot_gl.ts deleted file mode 100644 index e95999bde3ba..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_gl.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Ferramentas de edición de trazado - - - - Plot - Trazado - - - - Plot_Axes - - - Configure axes - Configurar eixos - - - - Configure the axes parameters - Configurar os parámetros dos eixos - - - - Plot_Grid - - - Show/Hide grid - Amosar/Agochar grella - - - - Show/Hide grid on selected plot - Amosar/Agochar grella no trazado escolmado - - - - Plot_Labels - - - Set labels - Estabelecer etiquetas - - - - Set title and axes labels - Estabelecer títulos e etiquetas dos eixos - - - - Plot_Legend - - - Show/Hide legend - Amosar/Agochar lenda - - - - Show/Hide legend on selected plot - Amosar/Agochar lenda no trazado escolmado - - - - Plot_Positions - - - Set positions and sizes - Estabelecer tamaños e posicións - - - - Set labels and legend positions and sizes - Estabelecer tamaños e posicións de etiquetas e lendas - - - - Plot_SaveFig - - - Save plot - Gardar trazado - - - - Save the plot as an image file - Gardar o trazado como ficheiro de imaxe - - - - Plot_Series - - - Configure series - Configurar series - - - - Configure series drawing style and label - Configurar o estilo de deseño en serie e etiqueta - - - - plot_axes - - - Configure axes - Configurar eixos - - - - Active axes - Eixes activos - - - - Apply to all axes - Aplicar a tódolos eixos - - - - Dimensions - Dimensións - - - - X axis position - Posición do eixo X - - - - Y axis position - Posición do eixo Y - - - - Scales - Escalas - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Índice de eixos activos - - - - Add new axes to the plot - Engadir novos eixos o trazado - - - - Remove selected axes - Rexeitar os eixos escolmados - - - - Check it to apply transformations to all axes - Marcalo para aplicar transformacións a tódolos eixos - - - - Left bound of axes - Límite esquerdo dos eixos - - - - Right bound of axes - Límite dereito dos eixos - - - - Bottom bound of axes - Límite inferior dos eixos - - - - Top bound of axes - Límite superior dos eixos - - - - Outward offset of X axis - Desprazamento cara fóra do eixo X - - - - Outward offset of Y axis - Desprazamento cara fóra do eixo Y - - - - X axis scale autoselection - Auto-escolma da escala do eixo X - - - - Y axis scale autoselection - Auto-escolma da escala do eixo Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - Non se atopou matplotlib, polo que non se pode cargar o módulo de trazado - - - - matplotlib not found, Plot module will be disabled - Non se atopou matplotlib. O módulo de trazado será inhabilitado - - - - Plot document must be selected in order to save it - Debe escolmar un documento de trazado a fin de gardalo - - - - Axes 0 can not be deleted - Os eixos 0 non se poden desbotar - - - - The grid must be activated on top of a plot document - A grella debe ser activada enriba dun documento trazado - - - - The legend must be activated on top of a plot document - A lenda debe ser activada enriba dun documento trazado - - - - plot_labels - - - Set labels - Estabelecer etiquetas - - - - Active axes - Eixes activos - - - - Title - Título - - - - X label - Etiqueta X - - - - Y label - Etiqueta Y - - - - Index of the active axes - Índice de eixos activos - - - - Title (associated to active axes) - Título (vencellado ó eixo activo) - - - - Title font size - Tamaño de fonte do título - - - - X axis title - Título do Eixe X - - - - X axis title font size - Tamaño da fonte do título do eixo X - - - - Y axis title - Título do Eixe Y - - - - Y axis title font size - Tamaño da fonte do título do eixo Y - - - - plot_positions - - - Set positions and sizes - Estabelecer tamaños e posicións - - - - Position - Position - - - - Size - Tamaño - - - - X item position - Posición do elemento en X - - - - Y item position - Posición do elemento en Y - - - - Item size - Tamaño do elemento - - - - List of modifiable items - Lista de elementos modificables - - - - plot_save - - - Save figure - Gardar figura - - - - Inches - Polgadas - - - - Dots per Inch - Puntos por polgada - - - - Output image file path - Camiño do ficheiro de saída da imaxe - - - - Show a file selection dialog - Amosa un diálogo de escolma de ficheiro - - - - X image size - Tamaño da imaxe en X - - - - Y image size - Tamaño da imaxe en Y - - - - Dots per point, with size will define output image resolution - Puntos por punto, xunto co tamaño vai definir a resolución da imaxe de saída - - - - plot_series - - - No label - Sen título - - - - Line style - Estilo de liña - - - - Marker - Marcador - - - - Configure series - Configurar series - - - - List of available series - Listaxe de series dispoñíbeis - - - - Line title - Título de liña - - - - Marker style - Estilo de marcador - - - - Line width - Largura da liña - - - - Marker size - Tamaño do marcador - - - - Line and marker color - Cor da liña e mais do marcador - - - - Remove series - Eliminar series - - - - If checked, series will not be considered for legend - Se está marcado, as series non se amosarán na lenda - - - - Removes this series - Borrar estas series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_hr.qm b/src/Mod/Plot/resources/translations/Plot_hr.qm deleted file mode 100644 index 545f0159846ac05db007973b33aaea3e1a6d4725..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8918 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 - - - - Plot - - - Plot edition tools - Alati uređivanja ispisa - - - - Plot - Ispis - - - - Plot_Axes - - - Configure axes - Konfiguriranje osi - - - - Configure the axes parameters - Konfiguriranje parametara osi - - - - Plot_Grid - - - Show/Hide grid - Pokaži/Sakrij rešetku - - - - Show/Hide grid on selected plot - Pokaži/Sakrij rešetku na odabranom planu - - - - Plot_Labels - - - Set labels - Postavi oznake - - - - Set title and axes labels - Postavljanje oznake naslova i osi - - - - Plot_Legend - - - Show/Hide legend - Pokaži/Sakrij legendu - - - - Show/Hide legend on selected plot - Pokaži/Sakrij legendu na odabranom planu - - - - Plot_Positions - - - Set positions and sizes - Postavljanje položaja i veličina - - - - Set labels and legend positions and sizes - Postavljanje oznaka i legenda pozicija i veličina - - - - Plot_SaveFig - - - Save plot - Spremi ispis - - - - Save the plot as an image file - Spremi plan kao datoteku slike - - - - Plot_Series - - - Configure series - Konfiguriranje serije - - - - Configure series drawing style and label - Konfiguracija stila crtanja i oznaka serije - - - - plot_axes - - - Configure axes - Konfiguriranje osi - - - - Active axes - Aktivne osi - - - - Apply to all axes - Primjeni na sve osi - - - - Dimensions - Dimenzije - - - - X axis position - Pozicija X osi - - - - Y axis position - Pozicija Y osi - - - - Scales - Mjerilo - - - - X auto - X automatski - - - - Y auto - Y automatski - - - - Index of the active axes - Indeks aktivnih osi - - - - Add new axes to the plot - Dodavanje nove osi na plan - - - - Remove selected axes - Uklonite odabrane osi - - - - Check it to apply transformations to all axes - Provjeravanje transformacije za primjenu na sve osi - - - - Left bound of axes - Lijevo vezane za osi - - - - Right bound of axes - Desno vezane za osi - - - - Bottom bound of axes - Vezivanje osi na donju granicu - - - - Top bound of axes - Vezivanje osi na gornju granicu - - - - Outward offset of X axis - Pomak X osi prema van - - - - Outward offset of Y axis - Pomak Y osi prema van - - - - X axis scale autoselection - X os skaliranje auto odabirom - - - - Y axis scale autoselection - Y os skaliranje auto odabirom - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib nije pronađena, tako da Plot module nije moguće učitati - - - - matplotlib not found, Plot module will be disabled - matplotlib nije pronađena, Plot moduli će biti onemogućeni - - - - Plot document must be selected in order to save it - Plot dokument mora biti odabran kako bi ga spremili - - - - Axes 0 can not be deleted - Osi 0 se ne mogu izbrisati - - - - The grid must be activated on top of a plot document - Rešetka mora biti aktivirana na gornjoj granici ispisa dokumenta - - - - The legend must be activated on top of a plot document - Legenda mora biti aktivirana na gornjoj granici ispisa dokumenta - - - - plot_labels - - - Set labels - Postavi oznake - - - - Active axes - Aktivne osi - - - - Title - Naslov - - - - X label - X oznaka - - - - Y label - Y oznaka - - - - Index of the active axes - Indeks aktivnih osi - - - - Title (associated to active axes) - Naslov (povezan na aktivne osi) - - - - Title font size - Veličina fonta naslova - - - - X axis title - Naslov X osi - - - - X axis title font size - Veličina fonta naslova X osi - - - - Y axis title - Naslov Y osi - - - - Y axis title font size - Veličina fonta naslova X osi - - - - plot_positions - - - Set positions and sizes - Postavljanje položaja i veličina - - - - Position - Položaj - - - - Size - Veličina - - - - X item position - X stavka pozicija - - - - Y item position - Y stavka pozicija - - - - Item size - Veličinu stavke - - - - List of modifiable items - Popis izmjenljivih stavki - - - - plot_save - - - Save figure - Spremanje figure - - - - Inches - Inča - - - - Dots per Inch - Točaka po inču - - - - Output image file path - Put izlazne datoteke slike - - - - Show a file selection dialog - Pokaži dijaloški odabir datoteka - - - - X image size - X veličina slike - - - - Y image size - Y veličina slike - - - - Dots per point, with size will define output image resolution - Točkica po mjestu sa veličinom će odrediti razlučivost slike - - - - plot_series - - - No label - Bez oznake - - - - Line style - Stil crte - - - - Marker - Marker - - - - Configure series - Konfiguriranje serije - - - - List of available series - Popis dostupnih serija - - - - Line title - Naslov linije - - - - Marker style - Stil Oznake - - - - Line width - Širina linije - - - - Marker size - Veličina Oznake - - - - Line and marker color - Linija i boja oznake - - - - Remove series - Uklanjanje podatkovne serije - - - - If checked, series will not be considered for legend - Ako je označeno, podatkovna serija se neće prikazati u legendi - - - - Removes this series - Uklanja ove podatkovne serije - - - diff --git a/src/Mod/Plot/resources/translations/Plot_hu.qm b/src/Mod/Plot/resources/translations/Plot_hu.qm deleted file mode 100644 index faba2c87383d88b4ed2336905ba83b545c3a8155..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9336 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 diff --git a/src/Mod/Plot/resources/translations/Plot_hu.ts b/src/Mod/Plot/resources/translations/Plot_hu.ts deleted file mode 100644 index bd3a78ddf937..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_hu.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Tervrajz szerkesztő eszközök - - - - Plot - Tervrajz - - - - Plot_Axes - - - Configure axes - Tengelyek kialakítása - - - - Configure the axes parameters - Tengelyek paramétereinek beállítása - - - - Plot_Grid - - - Show/Hide grid - Rács mutatása / eltüntetése - - - - Show/Hide grid on selected plot - A kiválasztott tervrajzon a rács mutatása / eltüntetése - - - - Plot_Labels - - - Set labels - Címkék beállítása - - - - Set title and axes labels - Cím és tengely címkék beállítása - - - - Plot_Legend - - - Show/Hide legend - Felirat mutatása / eltüntetése - - - - Show/Hide legend on selected plot - A kiválasztott tervrajzon a felirat mutatása / eltüntetése - - - - Plot_Positions - - - Set positions and sizes - Pozíciók és méretek beállítása - - - - Set labels and legend positions and sizes - Címkék és feliratok pozícióinak és méreteinek beállítása - - - - Plot_SaveFig - - - Save plot - Tervrajz mentése - - - - Save the plot as an image file - Nyomtatás kép fájlba - - - - Plot_Series - - - Configure series - Sorozatok beállítása - - - - Configure series drawing style and label - Sorozatok rajz stílusa és címke beállítása - - - - plot_axes - - - Configure axes - Tengelyek kialakítása - - - - Active axes - Aktív tengelyek - - - - Apply to all axes - Minden tengelyre alkalmazza - - - - Dimensions - Méretek - - - - X axis position - X tengely helye - - - - Y axis position - Y tengely helye - - - - Scales - Lépték - - - - X auto - X automatikus - - - - Y auto - Y automatikus - - - - Index of the active axes - Aktív tengelyek jelölése - - - - Add new axes to the plot - Új tengely hozzáadása a tervrajzhoz - - - - Remove selected axes - A kiválasztott tengelyek eltávolítása - - - - Check it to apply transformations to all axes - Átalakítás alkalmazás ellenőrzése minden tengelyre - - - - Left bound of axes - Tengelyek bal oldali határa - - - - Right bound of axes - Tengelyek jobb oldali határa - - - - Bottom bound of axes - Tengelyek alsó határa - - - - Top bound of axes - Tengelyek felső határa - - - - Outward offset of X axis - Az X tengely külső egyenestől mért távolsága - - - - Outward offset of Y axis - Az Y tengely külső egyenestől mért távolsága - - - - X axis scale autoselection - X tengely léptékének automatikus kiválasztása - - - - Y axis scale autoselection - Y tengely lépték automatikus kiválasztása - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib nem található, így a tervrajz nyomtatási modult nem lehet betölteni - - - - matplotlib not found, Plot module will be disabled - matplotlib nem található, tervrajz modul letiltja - - - - Plot document must be selected in order to save it - Tervrajz nyomtatási dokumentumot kell kijelölni a mentés érdekében - - - - Axes 0 can not be deleted - A 0 tengelyek nem törölhetőek - - - - The grid must be activated on top of a plot document - A rácsot a nyomtatott dokumentum felett kell aktiválni - - - - The legend must be activated on top of a plot document - A feliratot a nyomtatott dokumentum felett kell aktiválni - - - - plot_labels - - - Set labels - Címkék beállítása - - - - Active axes - Aktív tengelyek - - - - Title - Cím - - - - X label - X felirata - - - - Y label - Y felirata - - - - Index of the active axes - Aktív tengelyek jelölése - - - - Title (associated to active axes) - Cím (kapcsolódó az aktív tengelyekhez) - - - - Title font size - Cím betűméret - - - - X axis title - X tengely címe - - - - X axis title font size - X tengely cím betűmérete - - - - Y axis title - Y tengely címe - - - - Y axis title font size - Y tengely cím betűmérete - - - - plot_positions - - - Set positions and sizes - Pozíciók és méretek beállítása - - - - Position - Pozíció - - - - Size - Méret - - - - X item position - X elem helyzete - - - - Y item position - Y elem helyzete - - - - Item size - Elem méret - - - - List of modifiable items - Módosítható elemek listája - - - - plot_save - - - Save figure - Alakzat mentése - - - - Inches - Hüvelyk - - - - Dots per Inch - Hüvelykenkénti pontok száma - - - - Output image file path - Kimeneti képfájl elérési útvonala - - - - Show a file selection dialog - Fájl kiválasztás párbeszédpanel mutatása - - - - X image size - X kép mérete - - - - Y image size - Y kép mérete - - - - Dots per point, with size will define output image resolution - Képpont / pont, mérettel fogja megadni a kimeneti kép felbontását - - - - plot_series - - - No label - Nincs felirat - - - - Line style - Vonalstílus - - - - Marker - Jelölő - - - - Configure series - Sorozatok beállítása - - - - List of available series - Elérhető szériák listája - - - - Line title - Vonal megnevezése - - - - Marker style - Jelölő stílusa - - - - Line width - Vonalvastagság - - - - Marker size - Jelölő mérete - - - - Line and marker color - Vonal és a jelölő színe - - - - Remove series - Sorozat eltávolítása - - - - If checked, series will not be considered for legend - Ha be van jelölve akkor a szériák nem feliratként értelmezettek - - - - Removes this series - Ennek a szériának az eltávolítása - - - diff --git a/src/Mod/Plot/resources/translations/Plot_id.qm b/src/Mod/Plot/resources/translations/Plot_id.qm deleted file mode 100644 index 96656d1022d345f56d2bc0677f3c695375f2c44c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8680 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 ZjRnN;y~e%J?}UAlAeP1j(`n_L{{g4YX%PSb diff --git a/src/Mod/Plot/resources/translations/Plot_id.ts b/src/Mod/Plot/resources/translations/Plot_id.ts deleted file mode 100644 index effefba49a50..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_id.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Indonesia - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Mengkonfigurasi sumbu - - - - Configure the axes parameters - Mengkonfigurasi parameter sumbu - - - - Plot_Grid - - - Show/Hide grid - Tampilkan/Sembunyikan kisi - - - - Show/Hide grid on selected plot - Tampilkan/Sembunyikan kisi pada perencanaan yang dipilih - - - - Plot_Labels - - - Set labels - Atur label - - - - Set title and axes labels - Tetapkan label judul dan sumbu - - - - Plot_Legend - - - Show/Hide legend - Tampilkan / Sembunyikan legenda - - - - Show/Hide legend on selected plot - Tampilkan / Sembunyikan legenda pada perncanaan yang dipilih - - - - Plot_Positions - - - Set positions and sizes - Mengatur posisi dan ukuran - - - - Set labels and legend positions and sizes - Menetapkan label dan legenda posisi dan ukuran - - - - Plot_SaveFig - - - Save plot - Simpan rencana - - - - Save the plot as an image file - Simpan plot sebagai file gambar - - - - Plot_Series - - - Configure series - Mengkonfigurasi seri - - - - Configure series drawing style and label - Mengkonfigurasi seri gambar gaya dan label - - - - plot_axes - - - Configure axes - Mengkonfigurasi sumbu - - - - Active axes - Sumbu aktif - - - - Apply to all axes - Oleskan ke semua sumbu - - - - Dimensions - Ukuran - - - - X axis position - Posisi sumbu X - - - - Y axis position - Posisi sumbu Y - - - - Scales - Timbangan - - - - X auto - X otomatis - - - - Y auto - Y otomatis - - - - Index of the active axes - Indeks sumbu aktif - - - - Add new axes to the plot - Tambahkan sumbu baru ke plot - - - - Remove selected axes - Hapus sumbu yang dipilih - - - - Check it to apply transformations to all axes - Periksa untuk menerapkan transformasi ke semua sumbu - - - - Left bound of axes - Batas kiri sumbu - - - - Right bound of axes - Batas kanan sumbu - - - - Bottom bound of axes - Terikat bawah sumbu - - - - Top bound of axes - Top bound dari sumbu - - - - Outward offset of X axis - Bagian luar dari sumbu X - - - - Outward offset of Y axis - Bagian luar sumbu Y - - - - X axis scale autoselection - Skala X seleksi otomatis - - - - Y axis scale autoselection - Skala Y seleksi otomatis - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib tidak ditemukan, jadi modul Plot tidak bisa dimuat - - - - matplotlib not found, Plot module will be disabled - matplotlib tidak ditemukan, modul Plot akan dinonaktifkan - - - - Plot document must be selected in order to save it - Dokumen plot harus dipilih untuk menyimpannya - - - - Axes 0 can not be deleted - Sumbu 0 tidak dapat dihapus - - - - The grid must be activated on top of a plot document - Kotak harus diaktifkan di atas dokumen plot - - - - The legend must be activated on top of a plot document - Legenda harus diaktifkan di atas dokumen plot - - - - plot_labels - - - Set labels - Atur label - - - - Active axes - Sumbu aktif - - - - Title - Judul - - - - X label - Label X - - - - Y label - Label Y - - - - Index of the active axes - Indeks sumbu aktif - - - - Title (associated to active axes) - Judul (terkait dengan sumbu aktif) - - - - Title font size - Judul ukuran font - - - - X axis title - Judul sumbu X - - - - X axis title font size - Ukuran font judul sumbu X - - - - Y axis title - Judul sumbu Y - - - - Y axis title font size - Ukuran font sumbu y - - - - plot_positions - - - Set positions and sizes - Mengatur posisi dan ukuran - - - - Position - Position - - - - Size - Ukuran - - - - X item position - Posisi item X - - - - Y item position - Posisi item Y - - - - Item size - Ukuran item - - - - List of modifiable items - Daftar item yang dimodifikasi - - - - plot_save - - - Save figure - Menyimpan angka - - - - Inches - Inci - - - - Dots per Inch - Titik per inci - - - - Output image file path - Jalur file gambar output - - - - Show a file selection dialog - Tampilkan dialog pilihan file - - - - X image size - Ukuran gambar X - - - - Y image size - Ukuran gambar Y - - - - Dots per point, with size will define output image resolution - Titik per titik, dengan ukuran akan menentukan resolusi gambar keluaran - - - - plot_series - - - No label - Tidak ada label - - - - Line style - Gaya baris - - - - Marker - Penanda - - - - Configure series - Mengkonfigurasi seri - - - - List of available series - Daftar seri yang tersedia - - - - Line title - Judul baris - - - - Marker style - Gaya penanda - - - - Line width - Lebar garis - - - - Marker size - Ukuran penanda - - - - Line and marker color - Warna garis dan penanda - - - - Remove series - Hapus seri - - - - If checked, series will not be considered for legend - Jika diperiksa, seri tidak akan dipertimbangkan untuk legenda - - - - Removes this series - Menghapus seri ini - - - diff --git a/src/Mod/Plot/resources/translations/Plot_it.qm b/src/Mod/Plot/resources/translations/Plot_it.qm deleted file mode 100644 index 514b4a23484cd26d183a6d3decf2311fc24f3def..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9459 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 nwb~FLtRll;{S4Bdf?rO@oVFcj3rl$V^c!L0n diff --git a/src/Mod/Plot/resources/translations/Plot_it.ts b/src/Mod/Plot/resources/translations/Plot_it.ts deleted file mode 100644 index 4f0ccbf496ef..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_it.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Strumenti di modifica Plot - - - - Plot - Grafico - - - - Plot_Axes - - - Configure axes - Configura assi - - - - Configure the axes parameters - Configura i parametri degli assi - - - - Plot_Grid - - - Show/Hide grid - Mostra/Nascondi griglia - - - - Show/Hide grid on selected plot - Mostra/Nasconde la griglia sul grafico selezionato - - - - Plot_Labels - - - Set labels - Imposta etichette - - - - Set title and axes labels - Imposta il titolo e le etichette degli assi - - - - Plot_Legend - - - Show/Hide legend - Mostra/Nascondi legenda - - - - Show/Hide legend on selected plot - Mostra/Nasconde la legenda sul grafico selezionato - - - - Plot_Positions - - - Set positions and sizes - Imposta posizioni e dimensioni - - - - Set labels and legend positions and sizes - Imposta la posizione e la dimensione delle etichette e della legenda - - - - Plot_SaveFig - - - Save plot - Salva grafico - - - - Save the plot as an image file - Salva il grafico come file immagine - - - - Plot_Series - - - Configure series - Configura serie - - - - Configure series drawing style and label - Configura lo stile e le etichette della serie - - - - plot_axes - - - Configure axes - Configura assi - - - - Active axes - Assi attivi - - - - Apply to all axes - Applica a tutti gli assi - - - - Dimensions - Dimensioni - - - - X axis position - Posizione asse x - - - - Y axis position - Posizione asse y - - - - Scales - Scale - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Indice degli assi attivi - - - - Add new axes to the plot - Aggiungi nuovi assi al grafico - - - - Remove selected axes - Rimuovi assi selezionati - - - - Check it to apply transformations to all axes - Spuntare per applicare le trasformazioni a tutti gli assi - - - - Left bound of axes - Limite sinistro degli assi - - - - Right bound of axes - Limite destro degli assi - - - - Bottom bound of axes - Limite inferiore degli assi - - - - Top bound of axes - Limite superiore degli assi - - - - Outward offset of X axis - Offset verso l'esterno dell'asse X - - - - Outward offset of Y axis - Offset verso l'esterno dell'asse Y - - - - X axis scale autoselection - Selezione automatica della scala dell'asse X - - - - Y axis scale autoselection - Selezione automatica della scala dell'asse Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib non trovato, il modulo Plot non può essere caricato - - - - matplotlib not found, Plot module will be disabled - matplotlib non trovato, il modulo Plot sarà disabilitato - - - - Plot document must be selected in order to save it - Si deve selezionare un documento Plot per poterlo salvare - - - - Axes 0 can not be deleted - Gli assi 0 non possono essere eliminati - - - - The grid must be activated on top of a plot document - La griglia deve essere attivata su un documento grafico - - - - The legend must be activated on top of a plot document - La legenda deve essere attivata su un documento grafico - - - - plot_labels - - - Set labels - Imposta etichette - - - - Active axes - Assi attivi - - - - Title - Titolo - - - - X label - Etichetta X - - - - Y label - Etichetta Y - - - - Index of the active axes - Indice degli assi attivi - - - - Title (associated to active axes) - Titolo (associato ad assi attivi) - - - - Title font size - Dimensione del carattere del titolo - - - - X axis title - Titolo asse X - - - - X axis title font size - Dimensione del carattere del titolo dell'asse X - - - - Y axis title - Titolo asse Y - - - - Y axis title font size - Dimensione del carattere del titolo dell'asse Y - - - - plot_positions - - - Set positions and sizes - Imposta posizioni e dimensioni - - - - Position - Posizione - - - - Size - Dimensione - - - - X item position - Posizione elemento X - - - - Y item position - Posizione elemento Y - - - - Item size - Dimensione elemento - - - - List of modifiable items - Lista degli elementi modificabili - - - - plot_save - - - Save figure - Salva figura - - - - Inches - Pollici - - - - Dots per Inch - Punti per pollice - - - - Output image file path - Percorso del file immagine - - - - Show a file selection dialog - Visualizza una finestra di dialogo di selezione file - - - - X image size - Dimensione X dell'immagine - - - - Y image size - Dimensione Y dell'immagine - - - - Dots per point, with size will define output image resolution - Dot per punto, con la dimensione definisce la risoluzione dell'immagine - - - - plot_series - - - No label - Senza etichetta - - - - Line style - Stile linea - - - - Marker - Marcatore - - - - Configure series - Configura serie - - - - List of available series - Lista delle serie disponibili - - - - Line title - Titolo linea - - - - Marker style - Stile del marcatore - - - - Line width - Spessore linea - - - - Marker size - Dimensioni del marcatore - - - - Line and marker color - Colore linea del marcatore - - - - Remove series - Rimuovi serie - - - - If checked, series will not be considered for legend - Se selezionata, la serie non viene considerata per la legenda - - - - Removes this series - Rimuove queste serie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ja.qm b/src/Mod/Plot/resources/translations/Plot_ja.qm deleted file mode 100644 index 56ba012a75727a7ba51256d0f103aaf4744c4375..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6848 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 - - - - Plot - - - Plot edition tools - プロットエディションツール - - - - Plot - プロット - - - - Plot_Axes - - - Configure axes - 軸の設定 - - - - Configure the axes parameters - 軸パラメーターの -詳細設定 - - - - Plot_Grid - - - Show/Hide grid - グリッドの表示/非表示 - - - - Show/Hide grid on selected plot - 選択されているプロット上のグリッドを表示/非表示 - - - - Plot_Labels - - - Set labels - ラベル設定 - - - - Set title and axes labels - タイトルと軸のラベルを設定 - - - - Plot_Legend - - - Show/Hide legend - キャプションを表示/非表示 - - - - Show/Hide legend on selected plot - 選択されているプロットのキャプションを表示/非表示 - - - - Plot_Positions - - - Set positions and sizes - 位置とサイズを設定 - - - - Set labels and legend positions and sizes - ラベルとキャプションの位置とサイズを設定 - - - - Plot_SaveFig - - - Save plot - プロットを保存 - - - - Save the plot as an image file - プロットを画像ファイルに保存する - - - - Plot_Series - - - Configure series - 系列の設定 - - - - Configure series drawing style and label - 系列の描画スタイルとラベルを設定 - - - - plot_axes - - - Configure axes - 軸の設定 - - - - Active axes - アクティブな軸 - - - - Apply to all axes - すべての軸に適用 - - - - Dimensions - 寸法 - - - - X axis position - X軸の位置 - - - - Y axis position - Y軸の位置 - - - - Scales - スケール - - - - X auto - X自動 - - - - Y auto - Y自動 - - - - Index of the active axes - アクティブな軸のインデックス - - - - Add new axes to the plot - 新しい軸をプロットを追加します。 - - - - Remove selected axes - 選択した軸を削除します。 - - - - Check it to apply transformations to all axes - すべての軸に変換を適用することを確認します。 - - - - Left bound of axes - 軸の左側境界 - - - - Right bound of axes - 軸の右側境界 - - - - Bottom bound of axes - 軸の下側境界 - - - - Top bound of axes - 軸の上側境界 - - - - Outward offset of X axis - X軸の外向きオフセット - - - - Outward offset of Y axis - Y軸の外向きオフセット - - - - X axis scale autoselection - X軸スケール自動選択 - - - - Y axis scale autoselection - Y軸スケール自動選択 - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlibが見つからないためプロットモジュールをロードできません - - - - matplotlib not found, Plot module will be disabled - matplotlibが見つからないためプロットモジュールは無効化されます - - - - Plot document must be selected in order to save it - 保存するためにはプロットモジュールが選択されている必要があります - - - - Axes 0 can not be deleted - Axes 0 を削除できません - - - - The grid must be activated on top of a plot document - プロットドキュメント上でグリッドをアクティブにする必要があります - - - - The legend must be activated on top of a plot document - プロットドキュメント上で凡例をアクティブにする必要があります - - - - plot_labels - - - Set labels - ラベル設定 - - - - Active axes - アクティブな軸 - - - - Title - タイトル - - - - X label - Xラベル - - - - Y label - Yラベル - - - - Index of the active axes - アクティブな軸のインデックス - - - - Title (associated to active axes) - タイトル(アクティブな軸に関連付け) - - - - Title font size - タイトルのフォントサイズ - - - - X axis title - X軸のタイトル - - - - X axis title font size - X軸のタイトルのフォントサイズ - - - - Y axis title - Y軸のタイトル - - - - Y axis title font size - Y軸のタイトルのフォントサイズ - - - - plot_positions - - - Set positions and sizes - 位置とサイズを設定 - - - - Position - Position - - - - Size - サイズ - - - - X item position - アイテムX座標 - - - - Y item position - アイテムY座標 - - - - Item size - アイテムサイズ - - - - List of modifiable items - 変更可能なアイテムのリスト - - - - plot_save - - - Save figure - 図表を保存 - - - - Inches - インチ - - - - Dots per Inch - 1インチあたりのドット数 - - - - Output image file path - 画像ファイルパスを出力 - - - - Show a file selection dialog - ファイル選択ダイアログを表示 - - - - X image size - 画像のX方向サイズ - - - - Y image size - 画像のY方向サイズ - - - - Dots per point, with size will define output image resolution - ポイントあたりのドット数。サイズとこの値によって出力画像の解像度が定義されます - - - - plot_series - - - No label - ラベルがありません - - - - Line style - ラインのスタイル - - - - Marker - マーカー - - - - Configure series - 系列の設定 - - - - List of available series - 利用可能な系列のリスト - - - - Line title - ラインタイトル - - - - Marker style - マーカーのスタイル - - - - Line width - ライン幅 - - - - Marker size - マーカーサイズ - - - - Line and marker color - ラインとマーカーの色 - - - - Remove series - 系列を削除 - - - - If checked, series will not be considered for legend - チェックした場合、系列はキャプションを考慮しません - - - - Removes this series - この系列を削除 - - - diff --git a/src/Mod/Plot/resources/translations/Plot_kab.qm b/src/Mod/Plot/resources/translations/Plot_kab.qm deleted file mode 100644 index f0516b3566e3af2b0db48ff09955cf3c1dea7596..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9607 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 d-0K>aVO#q0PYBAY%}Xv - - - - Plot - - - Plot edition tools - Outils d'édition de tracé - - - - Plot - Tracé - - - - Plot_Axes - - - Configure axes - Configurer les axes - - - - Configure the axes parameters - Configurer les paramètres des axes - - - - Plot_Grid - - - Show/Hide grid - Afficher/Masquer la grille - - - - Show/Hide grid on selected plot - Afficher/Masquer la grille sur le graphique sélectionné - - - - Plot_Labels - - - Set labels - Définir les étiquettes - - - - Set title and axes labels - Définir le titre et les étiquettes des axes - - - - Plot_Legend - - - Show/Hide legend - Afficher/Masquer la légende - - - - Show/Hide legend on selected plot - Afficher/Masquer la légende sur le graphique sélectionné - - - - Plot_Positions - - - Set positions and sizes - Définir les tailles et positions - - - - Set labels and legend positions and sizes - Définir les étiquettes, la position et la taille de la légende - - - - Plot_SaveFig - - - Save plot - Enregistrer le graphique - - - - Save the plot as an image file - Enregistrer le graphe comme image - - - - Plot_Series - - - Configure series - Configurer les séries - - - - Configure series drawing style and label - Configurer le style de dessin et l'étiquette - - - - plot_axes - - - Configure axes - Configurer les axes - - - - Active axes - Axes actifs - - - - Apply to all axes - Appliquer à tous les axes - - - - Dimensions - Dimensions - - - - X axis position - Position de l'axe X - - - - Y axis position - Position de l'axe Y - - - - Scales - Échelles - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index des axes actifs - - - - Add new axes to the plot - Ajouter de nouveaux axes au graphique - - - - Remove selected axes - Supprimer les axes sélectionnés - - - - Check it to apply transformations to all axes - Cocher pour appliquer les transformations à tous les axes - - - - Left bound of axes - Limite gauche des axes - - - - Right bound of axes - Limite droite des axes - - - - Bottom bound of axes - Limite inférieure des axes - - - - Top bound of axes - Limite supérieure des axes - - - - Outward offset of X axis - Décalage vers l'extérieur de l'axe X - - - - Outward offset of Y axis - Décalage vers l'extérieur de l'axe Y - - - - X axis scale autoselection - Sélection automatique de l'échelle de l'axe X - - - - Y axis scale autoselection - Sélection automatique de l'échelle de l'axe Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib est introuvable, donc le module Plot ne peut pas être chargé - - - - matplotlib not found, Plot module will be disabled - matplotlib est introuvable, le module Plot sera désactivé - - - - Plot document must be selected in order to save it - Pour l'enregistrer, le document Plot doit être sélectionné - - - - Axes 0 can not be deleted - Les axes 0 ne peuvent pas être supprimés - - - - The grid must be activated on top of a plot document - La grille doit être activée par dessus un document graphe - - - - The legend must be activated on top of a plot document - La légende doit être activée par dessus un document graphe - - - - plot_labels - - - Set labels - Définir les étiquettes - - - - Active axes - Axes actifs - - - - Title - Titre - - - - X label - Étiquette en X - - - - Y label - Étiquette en Y - - - - Index of the active axes - Index des axes actifs - - - - Title (associated to active axes) - Titre (lié aux axes actifs) - - - - Title font size - Taille de police du titre - - - - X axis title - Titre de l'axe X - - - - X axis title font size - Taille de police pour le titre de l'axe X - - - - Y axis title - Titre de l'axe y - - - - Y axis title font size - Taille de police pour le titre de l'axe Y - - - - plot_positions - - - Set positions and sizes - Définir les tailles et positions - - - - Position - Position - - - - Size - Taille - - - - X item position - Position de l'élément en X - - - - Y item position - Position de l'élément en Y - - - - Item size - Taille de l'élément - - - - List of modifiable items - List of modifiable items - - - - plot_save - - - Save figure - Enregistrer la figure - - - - Inches - Pouces - - - - Dots per Inch - Points par pouce - - - - Output image file path - Chemin d'accès du fichier image de sortie - - - - Show a file selection dialog - Afficher une fenêtre de sélection de fichier - - - - X image size - Taille de l'image en X - - - - Y image size - Taille de l'image en Y - - - - Dots per point, with size will define output image resolution - Points par point, avec la taille vont définir la résolution d'image de sortie - - - - plot_series - - - No label - Pas d'étiquette - - - - Line style - Style de ligne - - - - Marker - Marqueur - - - - Configure series - Configurer les séries - - - - List of available series - Liste des séries disponibles - - - - Line title - Titre de la courbe - - - - Marker style - Style de marqueur - - - - Line width - Largeur de ligne - - - - Marker size - Taille de marqueur - - - - Line and marker color - Couleur de ligne et de marqueur - - - - Remove series - Remove series - - - - If checked, series will not be considered for legend - If checked, series will not be considered for legend - - - - Removes this series - Removes this series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ko.qm b/src/Mod/Plot/resources/translations/Plot_ko.qm deleted file mode 100644 index 09d7de2b6770efb0d0680f6b1dc9a7329c76d2e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7512 zcmcIo4R91^8U8}P(Y zBv^_+bvkzHD72JmosL=o1%!lfix8vLazKz}|z6QG5 zZtoAj`83X#y+ij|j8#43eU_dB2Yt*M8 z{N-Qq-JY8J&%mA;9W`Ixso}Z3<|`kkQ}s908H{D+{X75gz6|u* z@4qO{{@Raz^*Up|d9`D2J_=lR1Qs?`GdA~*z-J$g;&~(xJNyv*u`7@s1l|p=1nwKR zeRwqdF?%okwMCx3;qc1mV0S}vSU;pP7TOg~?InMC!l`|9z7qbzh;zgLYfe23pY{`i>3k6)P&|2$oWY1b5fsiIFB^@JajO(lkt}~pZ+~te!6X_eW<;t zMt9sCSbnFjYP>J4tE9D5<5PGNYAhPz7q5(MW?b5T_9Ekx@OytLKMpu7&CsH@rt(xC z(=q{p?Y>9jg03! zFXDfCbJ2kErBSw|h@*f(>d#ZAB|_B_FD?B`G62H@=B~mYg;~v$@}EuoZ-85*kVK;_ zw|{KoxInD!R<>$Rh=hbD^y&`1Pw25wQa-mG7TZ62`}{BxF_hb$MPN?gHDBmqmDFlutKmHx zKPF26wO*W=Jc1^C%7J33oz1IF+cp!t*UX?kn6XNn?|~oVKq$)k!9|AzE~F606n+eN zjNXtZlki{+lGD&Z!8;wl)4L*tf$t~k@_~-H7VYOcDi*Ai=BAaT6*JQbg?frLh56I# zFJ-8+HBc}C(@4dX_0IfkF~S40$dHCau`Vf+X5ysZnE%dS({X~LBd-! zuSsKV5$l9@F>s!aLmNA_m_4OC+u3>qhK;0C;3i5i(mn!pvKCg(!9A}>gU3-q@fyD5l-coAMy*JWy;DmVh> z<^@;;jL=Ow44LO5E5u~blo^E(sbmzspJ1W4t(j^B)e0H~3Z>kFYh?pPOK`NiwTlK0 z)r@9PJZ+xHSVBW51@$C1)2f!Ha&FPUql;U{M786{2I@K-iAnPZ6{>P&i-neYjZ~NV zjZ~2`snGej=u@sBII6Gc!MsFw07q+uinBtKySUV(M3a;wRl!1c%ne6*!m(0fHt$7m*5#zinCOf`eTFrZ`jp*k?*tK)WW58Y2GhbAyzjTE9;Q^rvnAh+;C0v3x5B{1mN;S-2r;}(u`DyH zi-e{zvp9M!aaAEA@7P1^=@s&B=`gI93}Yrr99?mKeQSJd;g^TuD5bltK^4)AQrSomJveM&uOsO=ul`6ey5~TxU z30j8G_1{sscCD=?9Or~Z96I;(e42EMYDCRX_6b?LbksJAF$ojTeY z#$S{sJ*HDRLLbu-Vi0x{6+wYC5xx}A;-2BC=`SoB$Qy2??_&MnVzZ|NBTsiecHIPr zDR3mP{Q0i?^x0rrmqZLTV0g%kX?=~J~Cnab-*#AWxSel z*Mr65sqAKlb{6hqMWM9V!5Y+d10;Onz}a0cd!nG&6Ui;Ci>j@(V8TKT`%k!m{kjLk z=}2y;+@v~cw9+PzD`K;hziYvA^l8N~`&_t2D6k4Etde*{ZInx@LQO66YlLQhcS;16 zSZ`IJe7CzT8DGWSRvg!Vy7EVz%?M4OGzpE{m*I&vTXOy>9U`JA2Xg5khiW;y%FPLF zyquxYL3zd67)PW;`!&o(a_c4oFn1N^t)VuU2ah diff --git a/src/Mod/Plot/resources/translations/Plot_ko.ts b/src/Mod/Plot/resources/translations/Plot_ko.ts deleted file mode 100644 index cda9d09046de..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_ko.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - 그래프 편집 도구 - - - - Plot - 그래프 - - - - Plot_Axes - - - Configure axes - 축 설정 - - - - Configure the axes parameters - 축 변수 설정 - - - - Plot_Grid - - - Show/Hide grid - 격자 표시/숨기기 - - - - Show/Hide grid on selected plot - 선택한 그래프에 격자 표시/숨기기 - - - - Plot_Labels - - - Set labels - 라벨 설정 - - - - Set title and axes labels - 제목 및 축 라벨 설정 - - - - Plot_Legend - - - Show/Hide legend - 범례 보기/숨기기 - - - - Show/Hide legend on selected plot - 선택한 그래프에 범례 표시/숨기기 - - - - Plot_Positions - - - Set positions and sizes - 위치 및 크기 설정 - - - - Set labels and legend positions and sizes - 라벨 및 범례의 위치 및 크기 설정 - - - - Plot_SaveFig - - - Save plot - 그래프 저장하기 - - - - Save the plot as an image file - 그래프를 이미지 파일로 저장하기 - - - - Plot_Series - - - Configure series - Configure series - - - - Configure series drawing style and label - Configure series drawing style and label - - - - plot_axes - - - Configure axes - 축 설정 - - - - Active axes - Active axes - - - - Apply to all axes - 모든 축에 적용하기 - - - - Dimensions - Dimensions - - - - X axis position - X 축 위치 - - - - Y axis position - Y 축 위치 - - - - Scales - Scales - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index of the active axes - - - - Add new axes to the plot - 그래프에 새로운 축 추가하기 - - - - Remove selected axes - 선택한 축 삭제하기 - - - - Check it to apply transformations to all axes - Check it to apply transformations to all axes - - - - Left bound of axes - Left bound of axes - - - - Right bound of axes - Right bound of axes - - - - Bottom bound of axes - Bottom bound of axes - - - - Top bound of axes - Top bound of axes - - - - Outward offset of X axis - Outward offset of X axis - - - - Outward offset of Y axis - Outward offset of Y axis - - - - X axis scale autoselection - X axis scale autoselection - - - - Y axis scale autoselection - Y axis scale autoselection - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib not found, so Plot module can not be loaded - - - - matplotlib not found, Plot module will be disabled - matplotlib not found, Plot module will be disabled - - - - Plot document must be selected in order to save it - Plot document must be selected in order to save it - - - - Axes 0 can not be deleted - 0번 축을 삭제할 수 없습니다. - - - - The grid must be activated on top of a plot document - The grid must be activated on top of a plot document - - - - The legend must be activated on top of a plot document - The legend must be activated on top of a plot document - - - - plot_labels - - - Set labels - 라벨 설정 - - - - Active axes - Active axes - - - - Title - 제목 - - - - X label - X 라벨 - - - - Y label - Y 라벨 - - - - Index of the active axes - Index of the active axes - - - - Title (associated to active axes) - Title (associated to active axes) - - - - Title font size - 제목 글꼴 크기 - - - - X axis title - X 축 제목 - - - - X axis title font size - X 축 제목 글꼴 크기 - - - - Y axis title - Y 축 제목 - - - - Y axis title font size - Y 축 제목 글꼴 크기 - - - - plot_positions - - - Set positions and sizes - 위치 및 크기 설정 - - - - Position - Position - - - - Size - 크기 - - - - X item position - X 항목 위치 - - - - Y item position - Y 항목 위치 - - - - Item size - 항목 크기 - - - - List of modifiable items - List of modifiable items - - - - plot_save - - - Save figure - 모양 저장하기 - - - - Inches - 인치 - - - - Dots per Inch - 인치당 도트 수 - - - - Output image file path - 출력 이미지 파일 경로 - - - - Show a file selection dialog - 파일 선택 대화 상자 표시 - - - - X image size - X 이미지 크기 - - - - Y image size - Y 이미지 크기 - - - - Dots per point, with size will define output image resolution - 포인트당 도트 수와 크기로 출력 이미지의 해상도를 정합니다. - - - - plot_series - - - No label - 라벨이 없습니다 - - - - Line style - 선 스타일 - - - - Marker - 표식 - - - - Configure series - Configure series - - - - List of available series - List of available series - - - - Line title - 선 제목 - - - - Marker style - 표식 스타일 - - - - Line width - 선 두께 - - - - Marker size - 표식 크기 - - - - Line and marker color - 선 및 표식 색 - - - - Remove series - Remove series - - - - If checked, series will not be considered for legend - If checked, series will not be considered for legend - - - - Removes this series - Removes this series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_lt.qm b/src/Mod/Plot/resources/translations/Plot_lt.qm deleted file mode 100644 index 0e2b1994faa3c40ee6fda3cf16020cd2eb796de0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9279 zcmcIpZHyFm8UHVLyZ5qtZ`^Sla6N|FlH+m$tppL;$^ns54!CfLpjDXLnZ29a*_m}` zmg8u^*AR_2AaSZ;Pa(;Z}&`lSv`^ zZisyYJA~+ZS9~gcw-7zk;Ir~KELSlifcl2v^H%05Z+tzmxis|aqay_!_`aR)8saGJ#ZfH zT}?KA_a(e1lKofC3X%A1a^UCPcz=<+_I)k6=^MWiV&$tz>koT{Xftp*3RL|dk54zV=yBqNQvbCw*jdVSgI{V8W=&7W> zb@ZS3{aosa@2`daW2ygK{eTdS4>h%Y7;>$AxarQmanL&|uRXm@gBKykz>=nQ&t3+d z-!&co?H}=6Z_~+NL!X9AO`m&I$M2__KEH*oziIAjGlfV!);xIpSs|AGsrm977hsQ5 z%`aXk3(@~v^Xq&yT0ZiH_k?JEtmVz?XJD6Wt#@`e2(fCQ^%G~Z_6Zttz(1quf4^}Ne4kF=IQ?bV^_5J| z&=UAdWbV29CGfdNUb_pKPag!ImS-|Eqt{?}H}kXa;r)!$*7?E#=(VqH;$M&}eWGo4 z2zI+8+xGS=_$tI?Z@cr0~}`X4-C({~cH7DsljV}GsK<3C z(n7S4jNpzH85X-)D579ML^YsW1Vy$Ees}Q+Tmk{_sL*w%ByFXrmehjo>ZN!#``H$= z%w`<~HWN!l(PK)i$qFV|nTd4)oA&W3duH8(hNdf%B|{?{Nbz^#j>Z3^xCy#YkCbx2 zt>keevlYOV-Je(r=aVF}Vp`~d6f2`rC~%3Rn|jvOHKphwqe`qHu{YusXkry)XA<<5#_O?^_g*u$RUe9wwMd~?)21Kg~aS5?ar>*pHb z%vi6~dVu`G9)LM?59|arFBP!QG#H7HBC`>t3I$l16&k}bjFmMNtgwTm^^~IRaLRD_ zOUF1NL%yA%H0J-vM%`3b?ywXRGx0JkB^hplqawzE)G~6e?S*{=yCL+ojH}1=Aha?p zJ$>~tW0GaxHXkL}Ee~D>tm;PtSu^jYop6d7U|y8OD3leIOs5zHby8PyhN)A^sTE+b zDrr)Vw>ghkoRS^5m;|UK%+5-}bo7!T{UX6M&iAa?{sqyMK`s+EDhqRzj;e)SC8P(d zB~Y}II%8OqisR0Dan9L?RIZV1IqDsig9(_?0!#^_R4QgeI;Kamt^vmdm4+;Ogzi|m z&55<}J5`i2j3YCm#dp)JLQr{779;66R1o?`G)=Me8JUq>Tk##or6J015Jj3WkcW_x z+cDfZ>?mJ+ioS}Ix<-mca~AbhQBAX+8be})gOx~9_y(j{i99I?yHH)J5boJ#yRKbO zChRh@shz7w`?MItdqkP&5Pj+lT&_<<(GbHPv^89%F)c`tgHk1^qKYh@nZ_NbkOa)k zQWcq+q#(^9pP0`eAKX5rXY-1IS^%3!JB)&EIV4RC3WmeL^@1fp8k>boOyTP$mIn2&Z=O9%>nL_}c z5oe_h;_&;+>2Q5cfH<^Jxhb|7?D1_`V8@WJd-m%E8!0B}zv|=~^12Q#WR-<`rF*|I zIW@mq7Bdtn|Dsz33$O`*lN!&erq^gk0lZcm#Iq#`Rc56Znmf7<*u{B~G9;+BQa48# zt%451Pk87EC#4k7PH$k?of1O#$Gj12XRLy)g)900hUajHY5j&WoN+)m^8f>asDW4tiqY?hNG zXP5Obhy_qj!W9H;RADM1{E3vLYE7ky@P%R$;9wa|lgfG}i`L0P6E&eL8U`fHN92tR z$3Yh9**10V1Rh0YF0-?%IaD|8lmjANqF359T=SqIs{t3=NNJpwJw#9deT@iKGK)I+ z6!fBjCijj}6R6qQGD?c86v_^36Qmo%QtXnZm#FMH)TA1`7pPTn8Y;?^%rh-MlPYel z+7NUa-&!!bR6{`+%RI3#)$Ks|4F}N0(wrQ~ty1AqX-?%eLXle!+35N@#(T(0oa8!7 zBe~2ben8${6*iIz-Z0}E|CW`|xFd3rSxmsiWmP8N1%f!Wp_IYtKlN1fiF&FC*tmBJ z?{MHl6$Vtn*2+j!GX~m93J$|jC(L@$apHD}%}V=G z5Q;j$k5Zs1O%W)wFa%;Ws>`Q7cesqvYM1fb}Y7tqiJ; zV`mLc6V&Ecn%yr*!FZ!vCL8r;t z-N9;9PVC{J>>D*u_%SdcaT_^y!6y(#`d4Q}GX?f?T=VK&>-eI=-y!85L(}Vnz zXP0K-2@?v2SNLr^Y}ZkWXxw&L*(q{G3mb-dIL67@2nh#85v?wxhVm@+2eeGIy#u2h z?r47V&km4-i9ND0^%5$cH0U_VJ5Qj-ncgQlG{7Ijb8>qphk7}-oq$IO<!ozD| zo=q5DsrUDV%<&zyRrOTzN>dOAz1T)ngrn6e4vgG5R}6_=P(RY2gNw`}^|rWa-r~xW zt{8QQLE%lJGw! - - - - Plot - - - Plot edition tools - Diagramų braižymo modulio keitimo įrankiai - - - - Plot - Diagramų braižymas - - - - Plot_Axes - - - Configure axes - Ašių nustatymai - - - - Configure the axes parameters - Keisti ašių parametrus - - - - Plot_Grid - - - Show/Hide grid - Rodyti/slėpti tinklelį - - - - Show/Hide grid on selected plot - Rodyti/slėpti tinklelį pasirinktame brėžinyje - - - - Plot_Labels - - - Set labels - Nustatyti pavadinimus - - - - Set title and axes labels - Nustatyti diagramos pavadinimą ir ašių pavadinimą - - - - Plot_Legend - - - Show/Hide legend - Rodyti/slėpti žymėjimus - - - - Show/Hide legend on selected plot - Rodyti/slėpti žymėjimus pasirinktame brėžinyje - - - - Plot_Positions - - - Set positions and sizes - Nustatyti padėtis ir dydžius - - - - Set labels and legend positions and sizes - Nustatyti pavadinimų ir ženklinimo padėtis bei dydžius - - - - Plot_SaveFig - - - Save plot - Saugoti diagramą - - - - Save the plot as an image file - Saugoti diagramą kaip paveikslėlį - - - - Plot_Series - - - Configure series - Keisti duomenų sekas - - - - Configure series drawing style and label - Keisti duomenų sekos stilių ir pavadinimą - - - - plot_axes - - - Configure axes - Ašių nustatymai - - - - Active axes - Darbinės ašys - - - - Apply to all axes - Taikyti visoms ašims - - - - Dimensions - Matmenys - - - - X axis position - X ašies padėtis - - - - Y axis position - Y ašies padėtis - - - - Scales - Masteliai - - - - X auto - Savaiminis X keitimas - - - - Y auto - Savaiminis Y keitimas - - - - Index of the active axes - Darbinių ašių rikiuotė - - - - Add new axes to the plot - Įtraukti naujų ašių į brėžinį - - - - Remove selected axes - Pašalinti pasirinktas ašis - - - - Check it to apply transformations to all axes - Patikrinkite tai, kad transformacijos būtų pritaikytos visoms ašims - - - - Left bound of axes - Kairysis ašių kraštas - - - - Right bound of axes - Dešinysis ašių kraštas - - - - Bottom bound of axes - Apatinis ašių kraštas - - - - Top bound of axes - Viršutinis ašių kraštas - - - - Outward offset of X axis - X ašies išorinis poslinkis - - - - Outward offset of Y axis - Y ašies išorinis poslinkis - - - - X axis scale autoselection - Savaiminis mastelio parinkimas X ašyje - - - - Y axis scale autoselection - Savaiminis mastelio parinkimas Y ašyje - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib nerastas, tad diagramų modulis negali būti įkeltas - - - - matplotlib not found, Plot module will be disabled - matplotlib nerastas, tad diagramų modulis šjungtas - - - - Plot document must be selected in order to save it - Turi būti pasirinktas diagramos dokumentas, kad jį būtų galima išsaugoti - - - - Axes 0 can not be deleted - Ašis 0 negali būti panaikinta - - - - The grid must be activated on top of a plot document - Tinklelis turi būti įjungtas virš diagramos dokumento - - - - The legend must be activated on top of a plot document - Ženklinimas turi būti įjungtas virš diagramos dokumento - - - - plot_labels - - - Set labels - Nustatyti pavadinimus - - - - Active axes - Darbinės ašys - - - - Title - Pavadinimas - - - - X label - X pavadinimas - - - - Y label - Y pavadinimas - - - - Index of the active axes - Darbinių ašių rikiuotė - - - - Title (associated to active axes) - Pavadinimas (susietas su darbinėmis ašimis) - - - - Title font size - Pavadinimo šrifto dydis - - - - X axis title - X ašies pavadinimas - - - - X axis title font size - X ašies pavadinimo šrifto dydis - - - - Y axis title - Y ašies pavadinimas - - - - Y axis title font size - Y ašies pavadinimo šrifto dydis - - - - plot_positions - - - Set positions and sizes - Nustatyti padėtis ir dydžius - - - - Position - Position - - - - Size - Dydis - - - - X item position - nario X padėtis - - - - Y item position - nario Y padėtis - - - - Item size - Nario dydis - - - - List of modifiable items - Keičiamų narių sąrašas - - - - plot_save - - - Save figure - Išsaugoti paveikslėlį - - - - Inches - Coliai - - - - Dots per Inch - Taškų colyje - - - - Output image file path - Vaizdo failo išvesties vieta - - - - Show a file selection dialog - Rodyti failų pasirinkimo dialogą - - - - X image size - Paveikslėlio plotis - - - - Y image size - Paveikslėlio aukštis - - - - Dots per point, with size will define output image resolution - Taškų skaičius tipografiniame taške, apibrėžiantis išvesties vaizdo raišką - - - - plot_series - - - No label - Be pavadinimo - - - - Line style - Linijos stilius - - - - Marker - Žymeklis - - - - Configure series - Keisti duomenų sekas - - - - List of available series - Galimų duomenų sekų sąrašas - - - - Line title - Linijos pavadinimas - - - - Marker style - Žymeklio stilius - - - - Line width - Linijos storis - - - - Marker size - Žymeklio dydis - - - - Line and marker color - Linijos ir žymeklio spalva - - - - Remove series - Pašalinti seką - - - - If checked, series will not be considered for legend - Jei pažymėta, seka nebus pateikiama žymėjimuose - - - - Removes this series - Pašalinti šią seką - - - diff --git a/src/Mod/Plot/resources/translations/Plot_nl.qm b/src/Mod/Plot/resources/translations/Plot_nl.qm deleted file mode 100644 index 6e07a620b149325ced119ac3928ab1d51b84916b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9263 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 diff --git a/src/Mod/Plot/resources/translations/Plot_nl.ts b/src/Mod/Plot/resources/translations/Plot_nl.ts deleted file mode 100644 index cc3bb739dd8c..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_nl.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Plotbewerkingsgereedschappen - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Configureer assen - - - - Configure the axes parameters - De parameters voor de assen instellen - - - - Plot_Grid - - - Show/Hide grid - Toon/Verberg raster - - - - Show/Hide grid on selected plot - Toon/Verberg raster op geselecteerde plot - - - - Plot_Labels - - - Set labels - Benamingen instellen - - - - Set title and axes labels - Hoofding en asbenamingen instellen - - - - Plot_Legend - - - Show/Hide legend - Toon/Verberg legende - - - - Show/Hide legend on selected plot - Toon/Verberg legenda op geselecteerde plot - - - - Plot_Positions - - - Set positions and sizes - Posities en groottes instellen - - - - Set labels and legend positions and sizes - Plaatsing en grootte van benamingen en legende instellen - - - - Plot_SaveFig - - - Save plot - Plot opslaan - - - - Save the plot as an image file - De plot als een afbeeldingsbestand opslaan - - - - Plot_Series - - - Configure series - Configureer series - - - - Configure series drawing style and label - Tekenstijl en benaming van series bepalen - - - - plot_axes - - - Configure axes - Configureer assen - - - - Active axes - Actieve assen - - - - Apply to all axes - Toepassen op alle assen - - - - Dimensions - Dimensies - - - - X axis position - Positie X-as - - - - Y axis position - Positie Y-as - - - - Scales - Schalen - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index van de actieve assen - - - - Add new axes to the plot - Nieuwe assen toevoegen aan plot - - - - Remove selected axes - Verwijder geselecteerde assen - - - - Check it to apply transformations to all axes - Activeer om transformaties op alle assen toe te passen - - - - Left bound of axes - Linker limiet assen - - - - Right bound of axes - Rechter limiet assen - - - - Bottom bound of axes - Ondergrens van assen - - - - Top bound of axes - Bovengrens van assen - - - - Outward offset of X axis - Buitenverschuiving van de X-as - - - - Outward offset of Y axis - Buitenverschuiving van de Y-as - - - - X axis scale autoselection - Automatische selectie van de X-as schaal - - - - Y axis scale autoselection - Automatische selectie van de Y-as schaal - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib kon niet worden gevonden, en dus kan de Plot module niet worden geladen - - - - matplotlib not found, Plot module will be disabled - matplotlib kon niet worden gevonden, en dus wordt de Plot module uitgeschakeld - - - - Plot document must be selected in order to save it - Plot document moet worden opgeslaan om deze op te slaan - - - - Axes 0 can not be deleted - 0-assen kunnen niet worden verwijderd - - - - The grid must be activated on top of a plot document - Het raster moet bovenop een 'plot' document geactiveerd worden - - - - The legend must be activated on top of a plot document - De legende moet bovenop een 'plot' document geactiveerd worden - - - - plot_labels - - - Set labels - Benamingen instellen - - - - Active axes - Actieve assen - - - - Title - Hoofding - - - - X label - X-benaming - - - - Y label - Y-benaming - - - - Index of the active axes - Index van de actieve assen - - - - Title (associated to active axes) - Titel (gekoppeld aan actieve assen) - - - - Title font size - Lettertype groote van titel - - - - X axis title - Titel X as - - - - X axis title font size - Lettergrootte titel X as - - - - Y axis title - Titel Y as - - - - Y axis title font size - Lettergrootte voor titel van Y-as - - - - plot_positions - - - Set positions and sizes - Posities en groottes instellen - - - - Position - Positie - - - - Size - Grootte - - - - X item position - X-positie van het voorwerp - - - - Y item position - Y-positie van het voorwerp - - - - Item size - Afmeting van voorwerp - - - - List of modifiable items - Lijst van aanpasbare items - - - - plot_save - - - Save figure - Figuur opslaan - - - - Inches - Inches - - - - Dots per Inch - Punten per duim - - - - Output image file path - Bestandslocatie voor resulterend beeld - - - - Show a file selection dialog - Toon bestand selectie dialoog - - - - X image size - X-afmeting van afbeelding - - - - Y image size - Y-afmeting van afbeelding - - - - Dots per point, with size will define output image resolution - Stippen per punt, dewelke de uiteindelijke beeld resolutie definiëren - - - - plot_series - - - No label - Geen benaming - - - - Line style - Lijnstijl - - - - Marker - Marker - - - - Configure series - Configureer series - - - - List of available series - Lijst van beschikbare series - - - - Line title - Lijn titel - - - - Marker style - Marker stijl - - - - Line width - Lijndikte - - - - Marker size - Marker grootte - - - - Line and marker color - Kleur van de lijn en marker - - - - Remove series - Verwijder serie - - - - If checked, series will not be considered for legend - Indien aangevinkt, wordt deze serie niet beschouwd als legende - - - - Removes this series - Verwijder deze serie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_no.qm b/src/Mod/Plot/resources/translations/Plot_no.qm deleted file mode 100644 index 7fa7e486464b226660410819605be46e898efa54..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8359 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 - - - - Plot - - - Plot edition tools - Plot edition tools - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Configure axes - - - - Configure the axes parameters - Configure the axes parameters - - - - Plot_Grid - - - Show/Hide grid - Show/Hide grid - - - - Show/Hide grid on selected plot - Show/Hide grid on selected plot - - - - Plot_Labels - - - Set labels - Set labels - - - - Set title and axes labels - Set title and axes labels - - - - Plot_Legend - - - Show/Hide legend - Show/Hide legend - - - - Show/Hide legend on selected plot - Show/Hide legend on selected plot - - - - Plot_Positions - - - Set positions and sizes - Set positions and sizes - - - - Set labels and legend positions and sizes - Set labels and legend positions and sizes - - - - Plot_SaveFig - - - Save plot - Save plot - - - - Save the plot as an image file - Save the plot as an image file - - - - Plot_Series - - - Configure series - Configure series - - - - Configure series drawing style and label - Configure series drawing style and label - - - - plot_axes - - - Configure axes - Configure axes - - - - Active axes - Aktive akser - - - - Apply to all axes - Apply to all axes - - - - Dimensions - Dimensions - - - - X axis position - X axis position - - - - Y axis position - Y axis position - - - - Scales - Scales - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index of the active axes - - - - Add new axes to the plot - Add new axes to the plot - - - - Remove selected axes - Remove selected axes - - - - Check it to apply transformations to all axes - Check it to apply transformations to all axes - - - - Left bound of axes - Left bound of axes - - - - Right bound of axes - Right bound of axes - - - - Bottom bound of axes - Bottom bound of axes - - - - Top bound of axes - Top bound of axes - - - - Outward offset of X axis - Outward offset of X axis - - - - Outward offset of Y axis - Outward offset of Y axis - - - - X axis scale autoselection - X axis scale autoselection - - - - Y axis scale autoselection - Y axis scale autoselection - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib not found, so Plot module can not be loaded - - - - matplotlib not found, Plot module will be disabled - matplotlib not found, Plot module will be disabled - - - - Plot document must be selected in order to save it - Plot document must be selected in order to save it - - - - Axes 0 can not be deleted - Axes 0 can not be deleted - - - - The grid must be activated on top of a plot document - The grid must be activated on top of a plot document - - - - The legend must be activated on top of a plot document - The legend must be activated on top of a plot document - - - - plot_labels - - - Set labels - Set labels - - - - Active axes - Aktive akser - - - - Title - Title - - - - X label - X label - - - - Y label - Y label - - - - Index of the active axes - Index of the active axes - - - - Title (associated to active axes) - Title (associated to active axes) - - - - Title font size - Title font size - - - - X axis title - X axis title - - - - X axis title font size - X axis title font size - - - - Y axis title - Y axis title - - - - Y axis title font size - Y axis title font size - - - - plot_positions - - - Set positions and sizes - Set positions and sizes - - - - Position - Posisjon - - - - Size - Size - - - - X item position - X item position - - - - Y item position - Y item position - - - - Item size - Item size - - - - List of modifiable items - List of modifiable items - - - - plot_save - - - Save figure - Save figure - - - - Inches - Inches - - - - Dots per Inch - Dots per Inch - - - - Output image file path - Output image file path - - - - Show a file selection dialog - Show a file selection dialog - - - - X image size - X image size - - - - Y image size - Y image size - - - - Dots per point, with size will define output image resolution - Dots per point, with size will define output image resolution - - - - plot_series - - - No label - No label - - - - Line style - Line style - - - - Marker - Marker - - - - Configure series - Configure series - - - - List of available series - List of available series - - - - Line title - Line title - - - - Marker style - Marker style - - - - Line width - Line width - - - - Marker size - Marker size - - - - Line and marker color - Line and marker color - - - - Remove series - Remove series - - - - If checked, series will not be considered for legend - If checked, series will not be considered for legend - - - - Removes this series - Removes this series - - - diff --git a/src/Mod/Plot/resources/translations/Plot_pl.qm b/src/Mod/Plot/resources/translations/Plot_pl.qm deleted file mode 100644 index 235c5077b2de0a3bfeb8fe01dedc4db96eb16bc1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9071 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 diff --git a/src/Mod/Plot/resources/translations/Plot_pl.ts b/src/Mod/Plot/resources/translations/Plot_pl.ts deleted file mode 100644 index ae14c7828c3c..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_pl.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Narzędzia do edycji wykresu - - - - Plot - Wykres - - - - Plot_Axes - - - Configure axes - Konfiguracja osi - - - - Configure the axes parameters - Konfiguracja parametrów osi - - - - Plot_Grid - - - Show/Hide grid - Pokaż / ukryj siatkę - - - - Show/Hide grid on selected plot - Pokaż / ukryj siatkę na wybranym wykresie - - - - Plot_Labels - - - Set labels - Ustaw etykiety - - - - Set title and axes labels - Ustaw tytuł oraz etykiety osi - - - - Plot_Legend - - - Show/Hide legend - Pokaż / ukryj legendę - - - - Show/Hide legend on selected plot - Pokaż / ukryj legendę na wybranym wykresie - - - - Plot_Positions - - - Set positions and sizes - Ustaw pozycje i rozmiary - - - - Set labels and legend positions and sizes - Ustaw etykiety oraz pozycje i rozmiary legendy - - - - Plot_SaveFig - - - Save plot - Zapisz wykres - - - - Save the plot as an image file - Zapisz wykres jako plik graficzny - - - - Plot_Series - - - Configure series - Skonfiguruj serie - - - - Configure series drawing style and label - Skonfiguruj styl rysunku serii i etykietę - - - - plot_axes - - - Configure axes - Konfiguracja osi - - - - Active axes - Aktywne osie - - - - Apply to all axes - Zastosuj dla wszystkich osi - - - - Dimensions - Wymiary - - - - X axis position - Pozycja osi X - - - - Y axis position - Pozycja osi Y - - - - Scales - Skala - - - - X auto - X automatycznie - - - - Y auto - Y automatycznie - - - - Index of the active axes - Indeks aktywnej osi - - - - Add new axes to the plot - Dodaj nowe osie do wykresu - - - - Remove selected axes - Usuń wybrane osie - - - - Check it to apply transformations to all axes - Zaznacz, aby zastosować przekształcenia na wszystkich osiach - - - - Left bound of axes - Lewa granica osi - - - - Right bound of axes - Prawa granica osi - - - - Bottom bound of axes - Dolna granica osi - - - - Top bound of axes - Górna granica osi - - - - Outward offset of X axis - Przesunięcie osi X na zewnątrz - - - - Outward offset of Y axis - Przesunięcie osi Y na zewnątrz - - - - X axis scale autoselection - Automatyczny wybór skali w osi X - - - - Y axis scale autoselection - Automatyczny wybór skali w osi Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - nie znaleziono biblioteki matplotlib, więc moduł wykresu nie może być załadowany - - - - matplotlib not found, Plot module will be disabled - nie odnaleziono biblioteki matplotlib, moduł wydruku zostanie wyłączony - - - - Plot document must be selected in order to save it - Dokument wykresu musi być wybrany, aby można było go zapisać - - - - Axes 0 can not be deleted - Nie można usunąć osi 0 - - - - The grid must be activated on top of a plot document - Siatka musi być aktywowana na górnej części dokumentu wykresu - - - - The legend must be activated on top of a plot document - Legenda musi być aktywowana w górnej części dokumentu wykresu - - - - plot_labels - - - Set labels - Ustaw etykiety - - - - Active axes - Aktywne osie - - - - Title - Tytuł - - - - X label - Etykieta osi X - - - - Y label - Etykieta osi Y - - - - Index of the active axes - Indeks aktywnej osi - - - - Title (associated to active axes) - Tytuł (powiązany z aktywną osią) - - - - Title font size - Rozmiar czcionki dla tytułu - - - - X axis title - Tytuł osi X - - - - X axis title font size - Rozmiar czcionki dla tytułu osi X - - - - Y axis title - Tytuł osi Y - - - - Y axis title font size - Rozmiar czcionki dla tytułu osi Y - - - - plot_positions - - - Set positions and sizes - Ustaw pozycje i rozmiary - - - - Position - Pozycja - - - - Size - Rozmiar - - - - X item position - Współrzędna X położenia elementu - - - - Y item position - Współrzędna Y położenia elementu - - - - Item size - Rozmiar elementu - - - - List of modifiable items - Lista modyfikowalnych elementów - - - - plot_save - - - Save figure - Zapisz rysunek - - - - Inches - Cale - - - - Dots per Inch - Punktów na cal - - - - Output image file path - Ścieżka pliku obrazu wyjściowego - - - - Show a file selection dialog - Pokaż okno dialogowe wyboru pliku - - - - X image size - Szerokość obrazu - - - - Y image size - Wysokość obrazu - - - - Dots per point, with size will define output image resolution - Ilość kropek na punkt, których wielkość określa rozdzielczość obrazu wyjściowego - - - - plot_series - - - No label - Brak etykiety - - - - Line style - Styl linii - - - - Marker - Znacznik - - - - Configure series - Skonfiguruj serie - - - - List of available series - Lista dostępnych serii - - - - Line title - Tytuł wiersza - - - - Marker style - Styl znacznika - - - - Line width - Szerokość linii - - - - Marker size - Rozmiar znacznika - - - - Line and marker color - Kolor linii i znacznika - - - - Remove series - Usuń serie - - - - If checked, series will not be considered for legend - Jeśli opcja jest zaznaczona, serie nie będą uwzględniane w legendzie - - - - Removes this series - Usuwa tę serię - - - diff --git a/src/Mod/Plot/resources/translations/Plot_pt-BR.qm b/src/Mod/Plot/resources/translations/Plot_pt-BR.qm deleted file mode 100644 index dce24b65dee029af915e1e5118ef32fb8fc41ab3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9204 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 - - - - Plot - - - Plot edition tools - Ferramentas de edição de plot - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Configurar os eixos - - - - Configure the axes parameters - Configurar os parâmetros dos eixos - - - - Plot_Grid - - - Show/Hide grid - Mostrar/ocultar grade - - - - Show/Hide grid on selected plot - Mostrar/ocultar grade no plot selecionado - - - - Plot_Labels - - - Set labels - Rotular - - - - Set title and axes labels - Colocar títulos e rótulos nos eixos - - - - Plot_Legend - - - Show/Hide legend - Mostrar/ocultar legenda - - - - Show/Hide legend on selected plot - Mostrar/ocultar legenda no plot selecionado - - - - Plot_Positions - - - Set positions and sizes - Colocar posições e escalas - - - - Set labels and legend positions and sizes - Colocar rótulos e legenda de posições e escalas - - - - Plot_SaveFig - - - Save plot - Salvar o plot - - - - Save the plot as an image file - Salvar a imagem como um arquivo de impressão - - - - Plot_Series - - - Configure series - Configurar séries - - - - Configure series drawing style and label - Configurar estilos de desenho e rotulagem - - - - plot_axes - - - Configure axes - Configurar os eixos - - - - Active axes - Eixos ativos - - - - Apply to all axes - Aplicar a todos os eixos - - - - Dimensions - Dimensões - - - - X axis position - Posição do eixo x - - - - Y axis position - Posição do eixo y - - - - Scales - Escalas - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Índice dos eixos ativos - - - - Add new axes to the plot - Adicionar novos eixos ao plot - - - - Remove selected axes - Remover os eixos selecionados - - - - Check it to apply transformations to all axes - Marcar para aplicar as transformações a todos os eixos - - - - Left bound of axes - Limite esquerdo dos eixos - - - - Right bound of axes - Limite direito dos eixos - - - - Bottom bound of axes - Limite inferior dos eixos - - - - Top bound of axes - Limite superior dos eixos - - - - Outward offset of X axis - Offset para fora do eixo x - - - - Outward offset of Y axis - Offset para fora do eixo y - - - - X axis scale autoselection - Seleção automática de escala de eixo x - - - - Y axis scale autoselection - Seleção automática de escala de eixo y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib não encontrado, o módulo plot não pode ser carregado - - - - matplotlib not found, Plot module will be disabled - matplotlib não encontrado, o módulo plot será desativado - - - - Plot document must be selected in order to save it - Um documento plot deve ser selecionado para salvá-lo - - - - Axes 0 can not be deleted - Eixos 0 não podem ser excluídos - - - - The grid must be activated on top of a plot document - A grade deve ser enquadrada no topo do documento a ser impresso - - - - The legend must be activated on top of a plot document - O cabeçalho deve ser enquadrado no topo do documento a ser impresso - - - - plot_labels - - - Set labels - Rotular - - - - Active axes - Eixos ativos - - - - Title - Título - - - - X label - rótulo X - - - - Y label - rótulo Y - - - - Index of the active axes - Índice dos eixos ativos - - - - Title (associated to active axes) - Título (associado aos eixos ativos) - - - - Title font size - Tamanho de fonte do título - - - - X axis title - Título do eixo x - - - - X axis title font size - Tamanho de fonte do título de eixo x - - - - Y axis title - Título do eixo y - - - - Y axis title font size - Tamanho de fonte do título de eixo y - - - - plot_positions - - - Set positions and sizes - Colocar posições e escalas - - - - Position - Posição - - - - Size - Tamanho - - - - X item position - Posição do item x - - - - Y item position - Posição do item y - - - - Item size - Tamanho do item - - - - List of modifiable items - Lista de itens modificáveis - - - - plot_save - - - Save figure - Salvar a figura - - - - Inches - Polegadas - - - - Dots per Inch - Pontos por polegada - - - - Output image file path - Caminho de arquivo de imagem de saída - - - - Show a file selection dialog - Mostrar uma caixa de diálogo de seleção de arquivo - - - - X image size - Tamanho x da imagem - - - - Y image size - Tamanho y da imagem - - - - Dots per point, with size will define output image resolution - Pontos por polegadas, com tamanho irão definir a resolução de imagem de saída - - - - plot_series - - - No label - Sem rótulo - - - - Line style - Estilo de linha - - - - Marker - Marcador - - - - Configure series - Configurar séries - - - - List of available series - Lista de séries disponíveis - - - - Line title - Título de linha - - - - Marker style - Estilo de marcador - - - - Line width - Espessura de linha - - - - Marker size - Tamanho do marcador - - - - Line and marker color - Cor de linha e marcador - - - - Remove series - Remover série - - - - If checked, series will not be considered for legend - Se selecionado a serie não será considerada para a legenda - - - - Removes this series - Remove esta série - - - diff --git a/src/Mod/Plot/resources/translations/Plot_pt-PT.qm b/src/Mod/Plot/resources/translations/Plot_pt-PT.qm deleted file mode 100644 index 133942486da7d91487d83b76a811bdbb5dbc0fae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9340 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 diff --git a/src/Mod/Plot/resources/translations/Plot_pt-PT.ts b/src/Mod/Plot/resources/translations/Plot_pt-PT.ts deleted file mode 100644 index 54b41d248b66..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_pt-PT.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Ferramentas de edição de plotagem - - - - Plot - Traçar - - - - Plot_Axes - - - Configure axes - Configurar Eixos - - - - Configure the axes parameters - Configurar os parâmetros dos eixos - - - - Plot_Grid - - - Show/Hide grid - Mostrar/Ocultar Grelha - - - - Show/Hide grid on selected plot - Mostrar/ocultar grelha na plotagem selecionada - - - - Plot_Labels - - - Set labels - Definir Nomes - - - - Set title and axes labels - Definir Título e Nomes dos Eixos - - - - Plot_Legend - - - Show/Hide legend - Mostrar/Ocultar Legenda - - - - Show/Hide legend on selected plot - Mostrar/ocultar legenda na plotagem selecionada - - - - Plot_Positions - - - Set positions and sizes - Definir Tamanhos e Posições - - - - Set labels and legend positions and sizes - Definir Nomes, Tamanhos e Posições das Legendas - - - - Plot_SaveFig - - - Save plot - Salvar a plotagem - - - - Save the plot as an image file - Salvar a plotagem como ficheiro de imagem - - - - Plot_Series - - - Configure series - Configurar Séries - - - - Configure series drawing style and label - Configurar estilos de desenho e rotulagem - - - - plot_axes - - - Configure axes - Configurar Eixos - - - - Active axes - Ativar Eixos - - - - Apply to all axes - Aplicar para todos os eixos - - - - Dimensions - Dimensões - - - - X axis position - Posição do eixo X - - - - Y axis position - Posição do eixo X - - - - Scales - Escalas - - - - X auto - Automático X - - - - Y auto - Automático Y - - - - Index of the active axes - Index dos eixos ativos - - - - Add new axes to the plot - Adicionar novos eixos à plotagem - - - - Remove selected axes - Remover os eixos selecionados - - - - Check it to apply transformations to all axes - Marcar para aplicar as transformações a todos os eixos - - - - Left bound of axes - Limite esquerdo dos eixos - - - - Right bound of axes - Limite direito dos eixos - - - - Bottom bound of axes - Limite inferior dos eixos - - - - Top bound of axes - Limite superior dos eixos - - - - Outward offset of X axis - Deslocamento (offset) para fora do eixo x - - - - Outward offset of Y axis - Deslocamento (offset) para fora do eixo y - - - - X axis scale autoselection - Seleção automática de escala do eixo X - - - - Y axis scale autoselection - Seleção automática de escala de eixo Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib não encontrado, então o módulo de traçagem não pode ser carregado - - - - matplotlib not found, Plot module will be disabled - matplotlib não encontrado, o módulo plot será desativado - - - - Plot document must be selected in order to save it - Um documento plot deve ser selecionado para ser salvo - - - - Axes 0 can not be deleted - Eixos 0 não podem ser apagados - - - - The grid must be activated on top of a plot document - A grelha deve ser ativada no topo do documento a ser impresso - - - - The legend must be activated on top of a plot document - O cabeçalho deve ser enquadrado no topo do documento a ser impresso - - - - plot_labels - - - Set labels - Definir Nomes - - - - Active axes - Ativar Eixos - - - - Title - Título - - - - X label - Nome do X - - - - Y label - Nome do Y - - - - Index of the active axes - Index dos eixos ativos - - - - Title (associated to active axes) - Título (associado ao eixo ativo) - - - - Title font size - Tamanho da Letra do Título - - - - X axis title - Título do Eixo X - - - - X axis title font size - Tamanho da Letra do Título do Eixo X - - - - Y axis title - Título do Eixo Y - - - - Y axis title font size - Tamanho da Letra do Título do Eixo Y - - - - plot_positions - - - Set positions and sizes - Definir Tamanhos e Posições - - - - Position - Posição - - - - Size - Tamanho - - - - X item position - Posição do item X - - - - Y item position - Posição do item Y - - - - Item size - Tamanho do Item - - - - List of modifiable items - Lista de itens modificáveis - - - - plot_save - - - Save figure - Guardar Figura - - - - Inches - Polegadas - - - - Dots per Inch - Pontos por polegada - - - - Output image file path - Caminho do ficheiro de imagem de saída - - - - Show a file selection dialog - Mostrar a janela da seleção de ficheiro - - - - X image size - Tamanho da imagem X - - - - Y image size - Tamanho da imagem Y - - - - Dots per point, with size will define output image resolution - Pontos por polegadas, com tamanho irão definir a resolução de imagem de saída - - - - plot_series - - - No label - Sem rótulo - - - - Line style - Estilo de linha - - - - Marker - Marcador - - - - Configure series - Configurar Séries - - - - List of available series - Lista de séries disponíveis - - - - Line title - Título de linha - - - - Marker style - Estilo de marcador - - - - Line width - Largura da linha - - - - Marker size - Tamanho do marcador - - - - Line and marker color - Cor de linha e de marcador - - - - Remove series - Remover série - - - - If checked, series will not be considered for legend - Se selecionado a serie não será considerada para a legenda - - - - Removes this series - Remove esta série - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ro.qm b/src/Mod/Plot/resources/translations/Plot_ro.qm deleted file mode 100644 index b98a636b0252313117f31a86f15c23d6efaac9c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9324 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 diff --git a/src/Mod/Plot/resources/translations/Plot_ro.ts b/src/Mod/Plot/resources/translations/Plot_ro.ts deleted file mode 100644 index c1c24983277a..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_ro.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Unelte de reprezentare grafică - - - - Plot - Reprezentare grafică - - - - Plot_Axes - - - Configure axes - Configurare axe - - - - Configure the axes parameters - Configurează parametrii axelor - - - - Plot_Grid - - - Show/Hide grid - Afisare/Ascundere grila - - - - Show/Hide grid on selected plot - Afisare/Ascundere grila pe graficul selectat - - - - Plot_Labels - - - Set labels - Seteaza etichete - - - - Set title and axes labels - Seteaza titlul si etichetele axelor - - - - Plot_Legend - - - Show/Hide legend - Afisare/Ascundere legenda - - - - Show/Hide legend on selected plot - Afisare/Ascundere legenda in graficul selectat - - - - Plot_Positions - - - Set positions and sizes - Seteaza poziţia si dimensiunile - - - - Set labels and legend positions and sizes - Definiți etichetele, poziția și dimensiunea legendei - - - - Plot_SaveFig - - - Save plot - Salvați graficul - - - - Save the plot as an image file - Salvează graficul ca un fișier imagine - - - - Plot_Series - - - Configure series - Configurarea seriilor - - - - Configure series drawing style and label - Configurarea stilului de desenare si etichetei pentru serii - - - - plot_axes - - - Configure axes - Configurare axe - - - - Active axes - Axe active - - - - Apply to all axes - Se aplica la toate axele - - - - Dimensions - Dimensiuni - - - - X axis position - Pozitia axei x - - - - Y axis position - Pozitia axei y - - - - Scales - Scari - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Indicii axelor active - - - - Add new axes to the plot - Adauga axe noi la grafic - - - - Remove selected axes - Elimina axele selectate - - - - Check it to apply transformations to all axes - Bifati pentru a aplica transformarea tuturor axelor - - - - Left bound of axes - Marginea stanga a axelor - - - - Right bound of axes - Marginea dreapta a axelor - - - - Bottom bound of axes - Marginea de jos a axelor - - - - Top bound of axes - Marginea de sus a axelor - - - - Outward offset of X axis - Deplasare spre exterior pe axa x - - - - Outward offset of Y axis - Deplasare spre interior pe axa Y - - - - X axis scale autoselection - Selecție automată pentru scara axei X - - - - Y axis scale autoselection - Selecție automată pentru scara axei Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib nu a fost găsit, astfel că modulul Plot nu poate fi încărcat - - - - matplotlib not found, Plot module will be disabled - matplotlib nu a fost găsit, astfel că modulul Plot va fi dezactivat - - - - Plot document must be selected in order to save it - Pentru a fi salvat, documentul Plot trebuie să fie selectat - - - - Axes 0 can not be deleted - Axele 0 nu pot fi sterse - - - - The grid must be activated on top of a plot document - Grila trebuie activată pe partea de sus a graficului unui document - - - - The legend must be activated on top of a plot document - Legenda trebuie activată pe partea de sus a graficului documentului - - - - plot_labels - - - Set labels - Seteaza etichete - - - - Active axes - Axe active - - - - Title - Titlu - - - - X label - eticheta X - - - - Y label - eticheta Y - - - - Index of the active axes - Indicii axelor active - - - - Title (associated to active axes) - Titlu (asociat cu axele active) - - - - Title font size - Dimensiunea font-ului pentru titlu - - - - X axis title - Titlu pentru axa X - - - - X axis title font size - Dimensiunea font-ului pentru axa X - - - - Y axis title - Titlu pentru axa Y - - - - Y axis title font size - Dimensiunea font-ului pentru axa Y - - - - plot_positions - - - Set positions and sizes - Seteaza poziţia si dimensiunile - - - - Position - Position - - - - Size - Dimensiune - - - - X item position - Pozitia pe X - - - - Y item position - Pozitia pe Y - - - - Item size - Dimensiune element - - - - List of modifiable items - Lista obiectelor modificable - - - - plot_save - - - Save figure - Salveaza figura - - - - Inches - Țoli - - - - Dots per Inch - Puncte pe Țol - - - - Output image file path - Calea pentru fisierul imagine rezultat - - - - Show a file selection dialog - Prezinta dialogul de selectie a fisierelor - - - - X image size - Dimensiune imagine pe X - - - - Y image size - Dimensiune imagine pe Y - - - - Dots per point, with size will define output image resolution - Puncte pe pixel, cu care se vor defini rezoluția imaginii de ieșire - - - - plot_series - - - No label - Fara eticheta - - - - Line style - Stilul de linie - - - - Marker - Marcator - - - - Configure series - Configurarea seriilor - - - - List of available series - Lista seriilor disponibile - - - - Line title - Titlul liniei - - - - Marker style - Stil marcator - - - - Line width - Latimea liniei - - - - Marker size - Dimensiune marcator - - - - Line and marker color - Culoare linie si marker - - - - Remove series - Elimină seria - - - - If checked, series will not be considered for legend - Dacă e bifat, seria nu va fi luată în considerare pentru legendă - - - - Removes this series - Elimină această serie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_ru.qm b/src/Mod/Plot/resources/translations/Plot_ru.qm deleted file mode 100644 index 2aee4d63ed51998539a69dc087d4c20dbd061eaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9280 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 QXItdmmNoL7?X}JS1Iy#3WdHyG diff --git a/src/Mod/Plot/resources/translations/Plot_ru.ts b/src/Mod/Plot/resources/translations/Plot_ru.ts deleted file mode 100644 index 55eaea070772..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_ru.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Инструменты редактирования графиков - - - - Plot - График - - - - Plot_Axes - - - Configure axes - Настройка осей - - - - Configure the axes parameters - Настройка параметров осей - - - - Plot_Grid - - - Show/Hide grid - Показать/скрыть сетку - - - - Show/Hide grid on selected plot - Показывать/Скрыть вспомогательную сетку на графике - - - - Plot_Labels - - - Set labels - Настроить подписи - - - - Set title and axes labels - Настроить подписи заголовка и осей - - - - Plot_Legend - - - Show/Hide legend - Показать/скрыть легенду - - - - Show/Hide legend on selected plot - Показать/Скрыть легенду для выбранного графика - - - - Plot_Positions - - - Set positions and sizes - Настройка расположения и размеров - - - - Set labels and legend positions and sizes - Настройка расположения и размеров легенды и подписей - - - - Plot_SaveFig - - - Save plot - Сохранить диаграмму - - - - Save the plot as an image file - Сохранить график как файл изображения - - - - Plot_Series - - - Configure series - Настройка числовых рядов - - - - Configure series drawing style and label - Настройка стиля рисования и маркеров числового ряда - - - - plot_axes - - - Configure axes - Настройка осей - - - - Active axes - Активные оси - - - - Apply to all axes - Применить для всех осей - - - - Dimensions - Размеры - - - - X axis position - Расположение оси X - - - - Y axis position - Расположение оси Y - - - - Scales - Масштабы шкал - - - - X auto - X автомасштабирование - - - - Y auto - Y автомасштабирование - - - - Index of the active axes - Индекс активных осей - - - - Add new axes to the plot - Добавление новых осей к диаграмму - - - - Remove selected axes - Удалить выбранные оси - - - - Check it to apply transformations to all axes - Проверить возможность преобразования всех осей - - - - Left bound of axes - Левая граница осей - - - - Right bound of axes - Правая граница осей - - - - Bottom bound of axes - Нижняя граница осей - - - - Top bound of axes - Верхняя граница осей - - - - Outward offset of X axis - Наружное смещение по оси X - - - - Outward offset of Y axis - Наружное смещение по оси Y - - - - X axis scale autoselection - Автоматический выбор шкалы оси X - - - - Y axis scale autoselection - Автоматический выбор шкалы оси Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - библиотека matplotlib, не найдена, поэтому модуль графиков не может быть загружен - - - - matplotlib not found, Plot module will be disabled - библиотека matplotlib, не найдена, модуль графиков будет отключен - - - - Plot document must be selected in order to save it - Документ с графиком должен быть выбран для сохранения - - - - Axes 0 can not be deleted - Нулевые оси не могут быть удалены - - - - The grid must be activated on top of a plot document - Осевая сетка должна быть активирована поверх графика - - - - The legend must be activated on top of a plot document - Легенда должна быть активирована поверх графика - - - - plot_labels - - - Set labels - Настроить подписи - - - - Active axes - Активные оси - - - - Title - Заголовок - - - - X label - Значение по X - - - - Y label - Значение по Y - - - - Index of the active axes - Индекс активных осей - - - - Title (associated to active axes) - Название (связанное с действующими осями) - - - - Title font size - Размер шрифта заголовка - - - - X axis title - Название оси X - - - - X axis title font size - Размер шрифта названия оси Х - - - - Y axis title - Название оси Y - - - - Y axis title font size - Размер шрифта названия оси Y - - - - plot_positions - - - Set positions and sizes - Настройка расположения и размеров - - - - Position - Положение - - - - Size - Размер - - - - X item position - Расположение элемента по оси X - - - - Y item position - Расположение элемента по оси Y - - - - Item size - Размер элемента - - - - List of modifiable items - Список модифицируемых элементов - - - - plot_save - - - Save figure - Сохранить рисунок - - - - Inches - Дюймы - - - - Dots per Inch - Точек на дюйм - - - - Output image file path - Выходной путь изображения - - - - Show a file selection dialog - Показать диалог выбора файла - - - - X image size - Размер изображения по X - - - - Y image size - Размер изображения по Y - - - - Dots per point, with size will define output image resolution - Точек на единицу площади , разрешение исходящего изображения будет влиять на размер - - - - plot_series - - - No label - Нет метки - - - - Line style - Стиль линии - - - - Marker - Маркер - - - - Configure series - Настройка числовых рядов - - - - List of available series - Список доступных числовых рядов - - - - Line title - Название линии - - - - Marker style - Стиль маркера - - - - Line width - Ширина линии - - - - Marker size - Размер маркера - - - - Line and marker color - Цвет линии и маркера - - - - Remove series - Удалить числовой ряд - - - - If checked, series will not be considered for legend - Если отмечено числовой ряд не будет включаться в легенду - - - - Removes this series - Удаляет этот числовой ряд - - - diff --git a/src/Mod/Plot/resources/translations/Plot_sk.qm b/src/Mod/Plot/resources/translations/Plot_sk.qm deleted file mode 100644 index d4232b83b128690d4c0288b0234e05ecf98e32aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8797 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 diff --git a/src/Mod/Plot/resources/translations/Plot_sk.ts b/src/Mod/Plot/resources/translations/Plot_sk.ts deleted file mode 100644 index 7d4e47b3aaf7..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_sk.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Nástroje úpravy grafu - - - - Plot - Graf - - - - Plot_Axes - - - Configure axes - Nastaviť osi - - - - Configure the axes parameters - Nastaviť parametre osí - - - - Plot_Grid - - - Show/Hide grid - Zobraziť/skryť mriežku - - - - Show/Hide grid on selected plot - Zobraziť/skryť mriežku vybraného grafu - - - - Plot_Labels - - - Set labels - Nastaviť popisy - - - - Set title and axes labels - Nastaviť nadpis a popisy osí - - - - Plot_Legend - - - Show/Hide legend - Zobraziť/skryť legendu - - - - Show/Hide legend on selected plot - Zobraziť/skryť legendu vo vybranom grafe - - - - Plot_Positions - - - Set positions and sizes - Nastavenie pozície a veľkosti - - - - Set labels and legend positions and sizes - Nastavenie pozície a veľkosti popisov a legendy - - - - Plot_SaveFig - - - Save plot - Uložiť graf - - - - Save the plot as an image file - Uložiť graf ako obrázok - - - - Plot_Series - - - Configure series - Nastavenie série - - - - Configure series drawing style and label - Nastavenie štýlu a popisu pre sériu - - - - plot_axes - - - Configure axes - Nastaviť osi - - - - Active axes - Aktívne osi - - - - Apply to all axes - Aplikovať na všetky osi - - - - Dimensions - Rozmery - - - - X axis position - Poloha osi X - - - - Y axis position - Poloha osi Y - - - - Scales - Mierky - - - - X auto - X automaticky - - - - Y auto - Y automaticky - - - - Index of the active axes - Popis aktívnych osí - - - - Add new axes to the plot - Pridať nové osi do grafu - - - - Remove selected axes - Odobrať vybrané osi - - - - Check it to apply transformations to all axes - Zaškrtnite pre povolenie transformácií vo všetkých osách - - - - Left bound of axes - Ľavá medza osí - - - - Right bound of axes - Pravá medza osí - - - - Bottom bound of axes - Spodná medza osí - - - - Top bound of axes - Horná medza osí - - - - Outward offset of X axis - Vonkajšie odsadenie osi X - - - - Outward offset of Y axis - Vonkajšie odsadenie osi Y - - - - X axis scale autoselection - Automatická mierka osi X - - - - Y axis scale autoselection - Automatická mierka osi Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - modul Graf nemohol byť načítaný, pretože knižnica matplotlib nebola nájdená - - - - matplotlib not found, Plot module will be disabled - knižnica matplotlib nebola nájdená, modul Graf bude deaktivovaný - - - - Plot document must be selected in order to save it - Dokument grafu musí byť vybraný, aby mohol byť uložený - - - - Axes 0 can not be deleted - Osi 0 nemôžu byť zmazané - - - - The grid must be activated on top of a plot document - Mriežka grafu musí byť aktivovaná hore v dokumente grafu - - - - The legend must be activated on top of a plot document - Legenda musí byť aktivovaná hore v dokumente grafu - - - - plot_labels - - - Set labels - Nastaviť popisy - - - - Active axes - Aktívne osi - - - - Title - Nadpis - - - - X label - Popis osi X - - - - Y label - Popis osi Y - - - - Index of the active axes - Popis aktívnych osí - - - - Title (associated to active axes) - Nadpis (pripojený k aktívnym osám) - - - - Title font size - Veľkosť písma nadpisu - - - - X axis title - Nadpis na ose X - - - - X axis title font size - Veľkosť písma nadpisu na ose X - - - - Y axis title - Nadpis na ose Y - - - - Y axis title font size - Velľkosť písma nadpisu na ose Y - - - - plot_positions - - - Set positions and sizes - Nastavenie pozície a veľkosti - - - - Position - Pozícia - - - - Size - Veľkosť - - - - X item position - Poloha položky v smere X - - - - Y item position - Poloha položky v smere Y - - - - Item size - Veľkosť položky - - - - List of modifiable items - Zoznam upraviteľných položiek - - - - plot_save - - - Save figure - Uložiť znázornenie - - - - Inches - Palce - - - - Dots per Inch - Body na palec - - - - Output image file path - Umiestnenie súboru výstupného obrázku - - - - Show a file selection dialog - Zobraziť dialóg pre výber súboru - - - - X image size - Veľkosť obrázku v smere X - - - - Y image size - Veľkosť obrázku v smere Y - - - - Dots per point, with size will define output image resolution - Počet bodiek na bod, spolu s veľkosťou, definujú výstupné rozlíšenie obrázku - - - - plot_series - - - No label - Bez popisu - - - - Line style - Štýl čiary - - - - Marker - Značka - - - - Configure series - Nastavenie série - - - - List of available series - Zoznam dostupných sérií - - - - Line title - Nadpis na čiare - - - - Marker style - Štýl značky - - - - Line width - Hrúbka čiary - - - - Marker size - Veľkosť značky - - - - Line and marker color - Farba čiary a značky - - - - Remove series - Odstrániť sériu - - - - If checked, series will not be considered for legend - Ak je zaškrtnuté, séria nebude použitá pre legendu - - - - Removes this series - Odstráni túto sériu - - - diff --git a/src/Mod/Plot/resources/translations/Plot_sl.qm b/src/Mod/Plot/resources/translations/Plot_sl.qm deleted file mode 100644 index 009b1fe6bb0970174b082c8e0028988bac1af29b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8646 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 diff --git a/src/Mod/Plot/resources/translations/Plot_sl.ts b/src/Mod/Plot/resources/translations/Plot_sl.ts deleted file mode 100644 index bb41642e92fb..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_sl.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Orodja za urejanje izrisa - - - - Plot - Izriši - - - - Plot_Axes - - - Configure axes - Nastavi osi - - - - Configure the axes parameters - Nastavi parametre osi - - - - Plot_Grid - - - Show/Hide grid - Prikaži/Skrij mrežo - - - - Show/Hide grid on selected plot - Prikaži/skrij mrežo na izbranem izrisu - - - - Plot_Labels - - - Set labels - Nastavi oznake - - - - Set title and axes labels - Nastavi naziv in oznake osi - - - - Plot_Legend - - - Show/Hide legend - Prikaži/Skrij legendo - - - - Show/Hide legend on selected plot - Prikaži/skrij legendo na izbranem izrisu - - - - Plot_Positions - - - Set positions and sizes - Nastavi položaje in velikosti - - - - Set labels and legend positions and sizes - Nastavi velikosti in položaje oznak in legend - - - - Plot_SaveFig - - - Save plot - Shrani izris - - - - Save the plot as an image file - Shrani izris kot odtis - - - - Plot_Series - - - Configure series - Nastavi serijo - - - - Configure series drawing style and label - Nastavi slog risanja in oznako serije - - - - plot_axes - - - Configure axes - Nastavi osi - - - - Active axes - Dejavne osi - - - - Apply to all axes - Uporabi za vse osi - - - - Dimensions - Mere - - - - X axis position - Položaj osi X - - - - Y axis position - Položaj osi Y - - - - Scales - Merila - - - - X auto - Samodejno X - - - - Y auto - Samodejno Y - - - - Index of the active axes - Kazalo dejavnih osi - - - - Add new axes to the plot - Dodaj nove osi k izrisu - - - - Remove selected axes - Odstrani izbrane osi - - - - Check it to apply transformations to all axes - Preveri ga, da se preobilkovanja uporabijo za vse osi - - - - Left bound of axes - Leva meja osi - - - - Right bound of axes - Desna meja osi - - - - Bottom bound of axes - Spodnja meja osi - - - - Top bound of axes - Zgornja meja osi - - - - Outward offset of X axis - Zunanji odmik osi X - - - - Outward offset of Y axis - Zunanji odmik osi Y - - - - X axis scale autoselection - Samodejna izbira merila osi X - - - - Y axis scale autoselection - Samodejna izbira merila osi Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - Knjižnica matplotlib ni bila najdena, tako da modula za izris ni mogoče naložiti - - - - matplotlib not found, Plot module will be disabled - Knjižnica matplotlib ni bila najdena, tako da bo modul za izris onemogočen - - - - Plot document must be selected in order to save it - Dokument izrisa mora biti izbran, da ga lahko shranite - - - - Axes 0 can not be deleted - Osi 0 ni mogoče izbrisati - - - - The grid must be activated on top of a plot document - Mreža mora biti aktivirana na vrhu dokumenta za izris - - - - The legend must be activated on top of a plot document - Legenda mora biti aktivirana na vrhu dokumenta za izris - - - - plot_labels - - - Set labels - Nastavi oznake - - - - Active axes - Dejavne osi - - - - Title - Naziv - - - - X label - Oznaka X - - - - Y label - Oznaka Y - - - - Index of the active axes - Kazalo dejavnih osi - - - - Title (associated to active axes) - Naziv (povezan z dejavnima osema) - - - - Title font size - Velikost pisave naziva - - - - X axis title - Naziv osi X - - - - X axis title font size - Velikost pisave naziva osi X - - - - Y axis title - Naziv osi Y - - - - Y axis title font size - Velikost pisave naziva osi Y - - - - plot_positions - - - Set positions and sizes - Nastavi položaje in velikosti - - - - Position - Position - - - - Size - Velikost - - - - X item position - Položaj predmeta X - - - - Y item position - Položaj predmeta Y - - - - Item size - Velikost predmeta - - - - List of modifiable items - Seznam spremenljivih predmetov - - - - plot_save - - - Save figure - Shrani sliko - - - - Inches - Palci - - - - Dots per Inch - Pik na palec - - - - Output image file path - Pot datoteke izhodne slike - - - - Show a file selection dialog - Prikaži pogovorno okno za izbiro datoteke - - - - X image size - Velikost slike X - - - - Y image size - Velikost slike Y - - - - Dots per point, with size will define output image resolution - Pik na točko; z velikostjo bo določena ločljivost izhodne slike - - - - plot_series - - - No label - Brez oznake - - - - Line style - Slog črt - - - - Marker - Oznaka - - - - Configure series - Nastavi serijo - - - - List of available series - Seznam razpoložljivih serij - - - - Line title - Naziv črte - - - - Marker style - Slog oznake - - - - Line width - Širina črte - - - - Marker size - Velikost oznake - - - - Line and marker color - Barva črt in oznake - - - - Remove series - Odstrani serijo - - - - If checked, series will not be considered for legend - Če je označeno, serija ne bo upoštevana za legendo - - - - Removes this series - Odstrani to serijo - - - diff --git a/src/Mod/Plot/resources/translations/Plot_sr.qm b/src/Mod/Plot/resources/translations/Plot_sr.qm deleted file mode 100644 index e4af87e959a938e6f79802463d5c17b060d0357d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8722 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 X^A!Y7V{6UTE#d!ltdUo@HMIX9ikWO< diff --git a/src/Mod/Plot/resources/translations/Plot_sr.ts b/src/Mod/Plot/resources/translations/Plot_sr.ts deleted file mode 100644 index d287cbdecb4f..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_sr.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Алати за уређивање дијаграма - - - - Plot - Дијаграм - - - - Plot_Axes - - - Configure axes - Конфигуриши оcе - - - - Configure the axes parameters - Конфигуриши параметре оcа - - - - Plot_Grid - - - Show/Hide grid - Прикажи/Cакриј координатну мрежу - - - - Show/Hide grid on selected plot - Прикажи/Cакриј координатну мрежу на одабраном диаграму - - - - Plot_Labels - - - Set labels - Пcтави ознаке - - - - Set title and axes labels - Поcтави наcлов и ознаке оcа - - - - Plot_Legend - - - Show/Hide legend - Прикажи/Cакриј легенду - - - - Show/Hide legend on selected plot - Прикажи/Cакриј легенду на одабраном графикону - - - - Plot_Positions - - - Set positions and sizes - Поcтави позиције и величине - - - - Set labels and legend positions and sizes - Поcтави позицију и величину ознака и легенде - - - - Plot_SaveFig - - - Save plot - Cачувај диаграм - - - - Save the plot as an image file - Cачувај диаграм као cлику - - - - Plot_Series - - - Configure series - Конфигуриши cерије - - - - Configure series drawing style and label - Конфигуриши cтил цртежа и ознаке cерија - - - - plot_axes - - - Configure axes - Конфигуриши оcе - - - - Active axes - Активне оcе - - - - Apply to all axes - Примени на cве оcе - - - - Dimensions - Димензије - - - - X axis position - Позиција X оcе - - - - Y axis position - Позиција Y оcе - - - - Scales - Cкале - - - - X auto - X аутоматски - - - - Y auto - Y аутоматски - - - - Index of the active axes - Индекc активних оcа - - - - Add new axes to the plot - Додај нову оcу у графикон - - - - Remove selected axes - Уклони одабране оcе - - - - Check it to apply transformations to all axes - Штиклирај да примениш транcформације на cве оcе - - - - Left bound of axes - Лева граница оcа - - - - Right bound of axes - Деcна граница оcа - - - - Bottom bound of axes - Доња граница оcа - - - - Top bound of axes - Горња граница оcа - - - - Outward offset of X axis - Cпољни одмак X оcе - - - - Outward offset of Y axis - Cпољни одмак Y оcе - - - - X axis scale autoselection - Аутоматcки избор cкале X оcе - - - - Y axis scale autoselection - Аутоматcки избор cкале Y оcе - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib није пронађен, па Диаграм модул није могуће учитати - - - - matplotlib not found, Plot module will be disabled - matplotlib није пронађен, Диаграм модул ће бити иcкључен - - - - Plot document must be selected in order to save it - Диаграм документ мора бити одабран да би га cачували - - - - Axes 0 can not be deleted - Оcа 0 cе не може обриcати - - - - The grid must be activated on top of a plot document - Координатни cиcтем мора бити активиран на врху дијаграма - - - - The legend must be activated on top of a plot document - Легенда мора бити активирана изнад дијаграма - - - - plot_labels - - - Set labels - Пcтави ознаке - - - - Active axes - Активне оcе - - - - Title - Наслов - - - - X label - X ознака - - - - Y label - Y ознака - - - - Index of the active axes - Индекc активних оcа - - - - Title (associated to active axes) - Наcлов (додељен активној оcи) - - - - Title font size - Величина фонта за наслов - - - - X axis title - Наcлов X оcе - - - - X axis title font size - Величина фонта наcлова X оcе - - - - Y axis title - Наcлов Y оcе - - - - Y axis title font size - Величина фонта наcлова Y оcе - - - - plot_positions - - - Set positions and sizes - Поcтави позиције и величине - - - - Position - Position - - - - Size - Величина - - - - X item position - Позиција X cтавке - - - - Y item position - Позиција Y cтавке - - - - Item size - Величина cтавке - - - - List of modifiable items - Лиcта променљивих cтавки - - - - plot_save - - - Save figure - Cачувај фигуру - - - - Inches - Инча - - - - Dots per Inch - Тачака по инчу - - - - Output image file path - Пут до одредишне датотеке cлике - - - - Show a file selection dialog - Прикажи дијалог избора датотеке - - - - X image size - Величина X cлике - - - - Y image size - Величина Y cлике - - - - Dots per point, with size will define output image resolution - Тачке по јединици површине, cа величином ће cе дефиниcати резолуција извезене cлике - - - - plot_series - - - No label - Нема ознака - - - - Line style - Cтил линије - - - - Marker - Маркер - - - - Configure series - Конфигуриши cерије - - - - List of available series - Лиcта раcположивих cерија - - - - Line title - Наcлов линије - - - - Marker style - Cтил маркера - - - - Line width - Ширина линије - - - - Marker size - Величина маркера - - - - Line and marker color - Боја линије и маркера - - - - Remove series - Уклони cерије - - - - If checked, series will not be considered for legend - Ако је означено, серија се неће сматрати легендом - - - - Removes this series - Уклања ову cерију - - - diff --git a/src/Mod/Plot/resources/translations/Plot_sv-SE.qm b/src/Mod/Plot/resources/translations/Plot_sv-SE.qm deleted file mode 100644 index a62e281f8a7b545836dd8455e9db11b8c6338f54..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8724 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 - - - - Plot - - - Plot edition tools - Verktyg för utskriftsredigering - - - - Plot - Skriv ut - - - - Plot_Axes - - - Configure axes - Konfigurera axlar - - - - Configure the axes parameters - Konfigurera axelparametrarna - - - - Plot_Grid - - - Show/Hide grid - Visa/Dölj nät - - - - Show/Hide grid on selected plot - Visa/Dölj axlar på vald utskrift - - - - Plot_Labels - - - Set labels - Ange etiketter - - - - Set title and axes labels - Ange titel och etiketter på axlar - - - - Plot_Legend - - - Show/Hide legend - Visa/Dölj legend - - - - Show/Hide legend on selected plot - Visa/Dölj legend på vald utskrift - - - - Plot_Positions - - - Set positions and sizes - Ställ in positioner och storlekar - - - - Set labels and legend positions and sizes - Ange positioner och storlekar för etiketter och legend - - - - Plot_SaveFig - - - Save plot - Spara utskrift - - - - Save the plot as an image file - Spara plotten som bildfil - - - - Plot_Series - - - Configure series - Konfigurera serien - - - - Configure series drawing style and label - Konfigurera seriens utseende och etikett - - - - plot_axes - - - Configure axes - Konfigurera axlar - - - - Active axes - Aktiva axlar - - - - Apply to all axes - Verkställ för alla axlar - - - - Dimensions - Dimensioner - - - - X axis position - X axel position - - - - Y axis position - Y axel position - - - - Scales - Skalor - - - - X auto - X auto - - - - Y auto - Y auto - - - - Index of the active axes - Index för aktiva axlar - - - - Add new axes to the plot - Lägg till nya axlar för utskrift - - - - Remove selected axes - Ta bort valda axlar - - - - Check it to apply transformations to all axes - Markera för att applicera transform på alla axlar - - - - Left bound of axes - Vänster gräns för axlar - - - - Right bound of axes - Höger gräns för axlar - - - - Bottom bound of axes - Nedre gräns för axlar - - - - Top bound of axes - Övre gräns för axlar - - - - Outward offset of X axis - Yttre förskjutning av X-axeln - - - - Outward offset of Y axis - Yttre förskjutning av X-axeln - - - - X axis scale autoselection - X axel autoskala - - - - Y axis scale autoselection - Y axel autoskala - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib hittades inte, så Plot-modulen kan inte läsas in - - - - matplotlib not found, Plot module will be disabled - matplotlib hittades inte, Plot-modul kommer inaktiveras - - - - Plot document must be selected in order to save it - Plotdokument måste väljas för att spara det - - - - Axes 0 can not be deleted - Axel 0 kan inte tas bort - - - - The grid must be activated on top of a plot document - Rutnätet måste vara aktiverat ovanpå ett plot-dokument - - - - The legend must be activated on top of a plot document - Förklaringen måste vara aktiverad ovanpå ett plot-dokument - - - - plot_labels - - - Set labels - Ange etiketter - - - - Active axes - Aktiva axlar - - - - Title - Titel - - - - X label - X etikett - - - - Y label - Y etikett - - - - Index of the active axes - Index för aktiva axlar - - - - Title (associated to active axes) - Titel (associerad med aktiva axlar) - - - - Title font size - Titel typsnitt storlek - - - - X axis title - X axel etikett - - - - X axis title font size - X axel titel typsnitt storlek - - - - Y axis title - Y axel titel - - - - Y axis title font size - Y axel titel typsnitt storlek - - - - plot_positions - - - Set positions and sizes - Ställ in positioner och storlekar - - - - Position - Position - - - - Size - Storlek - - - - X item position - X objekt placering - - - - Y item position - Y objekt placering - - - - Item size - Objektstorlek - - - - List of modifiable items - Lista över ändringsbara objekt - - - - plot_save - - - Save figure - Spara figur - - - - Inches - Tum - - - - Dots per Inch - Punkter per tum - - - - Output image file path - Filsökväg till exporterad bild - - - - Show a file selection dialog - Visa fildialog - - - - X image size - BIldstorlek (X) - - - - Y image size - BIldstorlek (Y) - - - - Dots per point, with size will define output image resolution - Prickar per punkt, med storlek kommer att definiera utskriftens bildupplösning - - - - plot_series - - - No label - Ingen etikett - - - - Line style - Linje stil - - - - Marker - Markör - - - - Configure series - Konfigurera serien - - - - List of available series - Lista av tillgängliga serier - - - - Line title - Linje titel - - - - Marker style - Markör stil - - - - Line width - Linjebredd - - - - Marker size - Markör storlek - - - - Line and marker color - Linje- och markörfärg - - - - Remove series - Radera serie - - - - If checked, series will not be considered for legend - Om markerad kommer serien inte att användas för förklaring - - - - Removes this series - Tar bort denna serie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_tr.qm b/src/Mod/Plot/resources/translations/Plot_tr.qm deleted file mode 100644 index 909d4625aafdb4d9378b08b4b67d295642ebd66c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8940 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 - - - - Plot - - - Plot edition tools - Arsa düzenleme araçları - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Eksenleri yapılandırmak - - - - Configure the axes parameters - Eksen parametrelerini yapılandırma - - - - Plot_Grid - - - Show/Hide grid - kılavuz Göster/gizle - - - - Show/Hide grid on selected plot - Seçili arsa üzerinde ızgarayı göster / gizle - - - - Plot_Labels - - - Set labels - Etiketi ayarla - - - - Set title and axes labels - Başlık ve eksen etiketlerini ayarlama - - - - Plot_Legend - - - Show/Hide legend - Efsaneyi Göster / Gizle - - - - Show/Hide legend on selected plot - Seçili arsa üzerinde gösterge göster / gizle - - - - Plot_Positions - - - Set positions and sizes - Konumları ve boyutlarını ayarlama - - - - Set labels and legend positions and sizes - Etiketleri ve açıklama konumlarını ve boyutlarını ayarlama - - - - Plot_SaveFig - - - Save plot - Komutu kaydet - - - - Save the plot as an image file - Arsa dosyasını resim dosyası olarak kaydedin - - - - Plot_Series - - - Configure series - Diziyi yapılandır - - - - Configure series drawing style and label - Seri çizim stilini ve etiketini yapılandır - - - - plot_axes - - - Configure axes - Eksenleri yapılandırmak - - - - Active axes - Aktif eksenler - - - - Apply to all axes - Tüm eksenlere uygula - - - - Dimensions - Ebatlar - - - - X axis position - X ekseni konumu - - - - Y axis position - Y ekseni konumu - - - - Scales - Ölçekler - - - - X auto - X Otomatik - - - - Y auto - Y Otomatik - - - - Index of the active axes - Etkin eksenler indeksi - - - - Add new axes to the plot - Arsaya yeni eksenler ekleyin - - - - Remove selected axes - Seçilen ekseni kaldır - - - - Check it to apply transformations to all axes - Tüm eksenlere dönüşümler uygulamak için bunu kontrol edin - - - - Left bound of axes - Eksenlerin sol sınırı - - - - Right bound of axes - Eksenlerin sağ sınırı - - - - Bottom bound of axes - Eksenlerin alt sınırı - - - - Top bound of axes - Eksenlerin üst sınırı - - - - Outward offset of X axis - X ekseninin dışa kaydırması - - - - Outward offset of Y axis - Y ekseninin dışa kaydırmas - - - - X axis scale autoselection - X ekseni ölçeği otomatik seçimi - - - - Y axis scale autoselection - Y eksen ölçeğinde otomatik seçim - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib bulunamadı, bu nedenle Arsa modülü yüklenemedi - - - - matplotlib not found, Plot module will be disabled - matplotlib bulunamadı, Arsa modülü devre dışı bırakılacak - - - - Plot document must be selected in order to save it - Plot belgesi kaydetmek için seçilmelidir - - - - Axes 0 can not be deleted - Eksen 0 silinemez - - - - The grid must be activated on top of a plot document - Izgara bir arsa belgesinin üstünde etkinleştirilmelidir - - - - The legend must be activated on top of a plot document - Efsane, arsa belgesinin üstünde etkinleştirilmelidir - - - - plot_labels - - - Set labels - Etiketi ayarla - - - - Active axes - Aktif eksenler - - - - Title - Başlık - - - - X label - X etiketi - - - - Y label - Y etiketi - - - - Index of the active axes - Etkin eksenler indeksi - - - - Title (associated to active axes) - Başlık (etkin eksenlerle ilişkili) - - - - Title font size - Başlık yazı tipi boyutu - - - - X axis title - X ekseni başlığı - - - - X axis title font size - X ekseni başlık yazı tipi boyutu - - - - Y axis title - Y ekseni başlığı - - - - Y axis title font size - Y ekseni başlık yazı tipi boyutu - - - - plot_positions - - - Set positions and sizes - Konumları ve boyutlarını ayarlama - - - - Position - Position - - - - Size - Boyut - - - - X item position - X öğe konumu - - - - Y item position - Y öğe konumu - - - - Item size - Öğe boyutu - - - - List of modifiable items - Değiştirilebilir öğelerin listesi - - - - plot_save - - - Save figure - Rakam kaydet - - - - Inches - İnç - - - - Dots per Inch - İnç başına Nokta Sayısı - - - - Output image file path - Çıktı görüntü dosyası yolu - - - - Show a file selection dialog - Dosya seçimi iletişim kutusunu göster - - - - X image size - X görüntü boyutu - - - - Y image size - Y görüntü boyutu - - - - Dots per point, with size will define output image resolution - Nokta başına nokta sayısı, boyutu ile çıktı görüntü çözünürlüğünü tanımlar - - - - plot_series - - - No label - Etiket yok - - - - Line style - Çizgi stili - - - - Marker - İşaretleyici - - - - Configure series - Diziyi yapılandır - - - - List of available series - Mevcut serilerin listesi - - - - Line title - Satır başlığı - - - - Marker style - İşaretçi stili - - - - Line width - Çizgi Kalınlığı - - - - Marker size - İşaretci boyutu - - - - Line and marker color - Çizgi ve marker renk - - - - Remove series - Seriyi kaldır - - - - If checked, series will not be considered for legend - İşaretlenirse, efsane için seri kabul edilmez - - - - Removes this series - Bu diziyi kaldırır - - - diff --git a/src/Mod/Plot/resources/translations/Plot_uk.qm b/src/Mod/Plot/resources/translations/Plot_uk.qm deleted file mode 100644 index 9f89aefb203312972165b85ac6bd2765a175e93d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8906 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 - - - - Plot - - - Plot edition tools - Інструменти для роботи з діаграмами - - - - Plot - Діаграма - - - - Plot_Axes - - - Configure axes - Налаштування осей - - - - Configure the axes parameters - Налаштування параметрів осей - - - - Plot_Grid - - - Show/Hide grid - Показати/приховати сітку - - - - Show/Hide grid on selected plot - Показати/приховати сітку на обраній діаграмі - - - - Plot_Labels - - - Set labels - Вказати бирки - - - - Set title and axes labels - Вказати заголовок та бирки для осей - - - - Plot_Legend - - - Show/Hide legend - Показати/приховати легенду - - - - Show/Hide legend on selected plot - Показати/приховати легенду на обраній діаграмі - - - - Plot_Positions - - - Set positions and sizes - Встановити розміщення та розміри - - - - Set labels and legend positions and sizes - Встановити розміщення та розміри для бирок та легенди - - - - Plot_SaveFig - - - Save plot - Зберегти діаграму - - - - Save the plot as an image file - Зберегти діаграму як файл зображення - - - - Plot_Series - - - Configure series - Налаштування серії - - - - Configure series drawing style and label - Налаштування серії, стиль креслення та бирки - - - - plot_axes - - - Configure axes - Налаштування осей - - - - Active axes - Активні осі - - - - Apply to all axes - Застосувати до всіх осей - - - - Dimensions - Розміри - - - - X axis position - Положення осі X - - - - Y axis position - Положення осі Y - - - - Scales - Шкали - - - - X auto - X авто - - - - Y auto - Y авто - - - - Index of the active axes - Індекс активних осей - - - - Add new axes to the plot - Додати нові осі - - - - Remove selected axes - Вилучити обрані осі - - - - Check it to apply transformations to all axes - Позначте це, щоб застосувати перетворення до всіх осей - - - - Left bound of axes - Ліва межа для осей - - - - Right bound of axes - Права межа для осей - - - - Bottom bound of axes - Нижня межа для осей - - - - Top bound of axes - Верхня межа для осей - - - - Outward offset of X axis - Зовнішнє зміщення осі X - - - - Outward offset of Y axis - Зовнішнє зміщення осі Y - - - - X axis scale autoselection - Автовибір масштабу осі Х - - - - Y axis scale autoselection - Автовибір масштабу осі Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - matplotlib не знайдено, тому модуль Діаграма не можливо завантажити - - - - matplotlib not found, Plot module will be disabled - matplotlib не знайдено, модуль Діаграма буде вимкнено - - - - Plot document must be selected in order to save it - Потрібно обрати документ Діаграми для збереження - - - - Axes 0 can not be deleted - Вісь 0 не може бути вилученою - - - - The grid must be activated on top of a plot document - Сітка має бути активована поверх діаграми - - - - The legend must be activated on top of a plot document - Опис позначок має бути активований поверх діаграми - - - - plot_labels - - - Set labels - Вказати бирки - - - - Active axes - Активні осі - - - - Title - Назва - - - - X label - X бирка - - - - Y label - Y бирка - - - - Index of the active axes - Індекс активних осей - - - - Title (associated to active axes) - Назва (пов'язана з активною віссю) - - - - Title font size - Розмір шрифту для назви - - - - X axis title - Назва осі X - - - - X axis title font size - Розмір шрифту для назви осі X - - - - Y axis title - Назва осі Y - - - - Y axis title font size - Розмір шрифту для назви осі Y - - - - plot_positions - - - Set positions and sizes - Встановити розміщення та розміри - - - - Position - Позиція - - - - Size - Розмір - - - - X item position - Положення X елемента - - - - Y item position - Положення Y елемента - - - - Item size - Розмір елемента - - - - List of modifiable items - Список елементів, які можливо змінювати - - - - plot_save - - - Save figure - Зберегти фігуру - - - - Inches - Дюйми - - - - Dots per Inch - Точок на дюйм - - - - Output image file path - Шлях до вихідного зображення - - - - Show a file selection dialog - Показати діалог вибору файлів - - - - X image size - X розмір зображення - - - - Y image size - Y розмір зображення - - - - Dots per point, with size will define output image resolution - Крапок на одиницю, з розміром буде визначати розширення вихідного зображення - - - - plot_series - - - No label - Без бирки - - - - Line style - Стиль лінії - - - - Marker - Позначка - - - - Configure series - Налаштування серії - - - - List of available series - Список доступних серій - - - - Line title - Назва лінії - - - - Marker style - Стиль позначки - - - - Line width - Ширина лінії - - - - Marker size - Розмір позначки - - - - Line and marker color - Колір лінії та позначки - - - - Remove series - Видалити послідовність - - - - If checked, series will not be considered for legend - Якщо позначено, то послідовність не буде використовуватися для напису - - - - Removes this series - Вилучити цю послідовність - - - diff --git a/src/Mod/Plot/resources/translations/Plot_val-ES.qm b/src/Mod/Plot/resources/translations/Plot_val-ES.qm deleted file mode 100644 index 803cdb532af9521c924f7b85c9216e4ef2d70ac1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9552 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 - - - - Plot - - - Plot edition tools - Eines d'edició de gràfiques - - - - Plot - Gràfica - - - - Plot_Axes - - - Configure axes - Configura els eixos - - - - Configure the axes parameters - Configura els paràmetres d'eixos - - - - Plot_Grid - - - Show/Hide grid - Mostra o amaga la quadrícula - - - - Show/Hide grid on selected plot - Mostra o amaga la quadrícula de la gràfica seleccionada - - - - Plot_Labels - - - Set labels - Defineix les etiquetes - - - - Set title and axes labels - Defineix les etiquetes de títol i eixos - - - - Plot_Legend - - - Show/Hide legend - Mostra o amaga la llegenda - - - - Show/Hide legend on selected plot - Mostra o amaga la llegenda sobre la gràfica seleccionada - - - - Plot_Positions - - - Set positions and sizes - Defineix mides i posicions - - - - Set labels and legend positions and sizes - Defineix etiquetes i posicions de llegenda i mides - - - - Plot_SaveFig - - - Save plot - Guarda la gràfica - - - - Save the plot as an image file - Guarda la gràfica com a fitxer d'imatge - - - - Plot_Series - - - Configure series - Configura la sèrie - - - - Configure series drawing style and label - Configura l'estil de dibuix i l'etiqueta - - - - plot_axes - - - Configure axes - Configura els eixos - - - - Active axes - Eixos actius - - - - Apply to all axes - Aplica a tots els eixos - - - - Dimensions - Dimensions - - - - X axis position - posició de l'eix X - - - - Y axis position - posició de l'eix Y - - - - Scales - Escales - - - - X auto - X automàtica - - - - Y auto - Y automàtica - - - - Index of the active axes - Índex dels eixos actius - - - - Add new axes to the plot - Afig nous eixos a la gràfica - - - - Remove selected axes - Elimina els eixos seleccionats - - - - Check it to apply transformations to all axes - Marqueu-ho per a aplicar les transformacions a tots els eixos - - - - Left bound of axes - Límit esquerre dels eixos - - - - Right bound of axes - Límit dret dels eixos - - - - Bottom bound of axes - Límit inferior dels eixos - - - - Top bound of axes - Límit superior dels eixos - - - - Outward offset of X axis - Desplaçament cap a fora de l'eix X - - - - Outward offset of Y axis - Desplaçament cap a fora de l'eix Y - - - - X axis scale autoselection - Selecció automàtica de l'escala de l'eix X - - - - Y axis scale autoselection - Selecció automàtica de l'escala de l'eix Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - No s'ha trobat matplotlib, així que no es pot carregar mòdul Gràfica - - - - matplotlib not found, Plot module will be disabled - No s'ha trobat matplotlib, el mòdul Gràfica s'inhabilitarà - - - - Plot document must be selected in order to save it - Cal seleccionar una gràfica per tal de guardar-la - - - - Axes 0 can not be deleted - Els eixos 0 no es poden suprimir - - - - The grid must be activated on top of a plot document - La quadrícula ha d'estar activada per damunt d'un document de gràfica - - - - The legend must be activated on top of a plot document - La llegenda ha d'estar activada per damunt d'un document de gràfica - - - - plot_labels - - - Set labels - Defineix les etiquetes - - - - Active axes - Eixos actius - - - - Title - Títol - - - - X label - Etiqueta de l'eix X - - - - Y label - Etiqueta de l'eix Y - - - - Index of the active axes - Índex dels eixos actius - - - - Title (associated to active axes) - Títol (associat als eixos actius) - - - - Title font size - Mida de la lletra del títol - - - - X axis title - Títol de l'eix X - - - - X axis title font size - Mida de la lletra del títol de l'eix X - - - - Y axis title - Títol de l'eix Y - - - - Y axis title font size - Mida de la lletra del títol de l'eix Y - - - - plot_positions - - - Set positions and sizes - Defineix mides i posicions - - - - Position - Position - - - - Size - Mida - - - - X item position - Posició de l'element en X - - - - Y item position - Posició de l'element en Y - - - - Item size - Mida de l'element - - - - List of modifiable items - Llista dels elements modificables - - - - plot_save - - - Save figure - Guarda la figura - - - - Inches - Polzades - - - - Dots per Inch - Punts per polzada - - - - Output image file path - Camí del fitxer d'imatge d'eixida - - - - Show a file selection dialog - Mostra un diàleg de selecció de fitxers - - - - X image size - Mida de la imatge en X - - - - Y image size - Mida de la imatge en Y - - - - Dots per point, with size will define output image resolution - Punts per cada punt, amb mida definirà la resolució d'imatge d'eixida - - - - plot_series - - - No label - Sense etiqueta - - - - Line style - Estil de línia - - - - Marker - Marcador - - - - Configure series - Configura la sèrie - - - - List of available series - Llista de les sèries disponibles - - - - Line title - Títol de línia - - - - Marker style - Estil de marcador - - - - Line width - Amplària de línia - - - - Marker size - Mida del marcador - - - - Line and marker color - Color de línia i marcador - - - - Remove series - Suprimeix la sèrie - - - - If checked, series will not be considered for legend - Si està marcada, la sèrie no es tindrà en compte per a la llegenda - - - - Removes this series - Suprimeix aquesta sèrie - - - diff --git a/src/Mod/Plot/resources/translations/Plot_vi.qm b/src/Mod/Plot/resources/translations/Plot_vi.qm deleted file mode 100644 index e9908496b581e6efd1f0ebe237b3cd8506f52257..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8982 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 F{{{PDGfV&g diff --git a/src/Mod/Plot/resources/translations/Plot_vi.ts b/src/Mod/Plot/resources/translations/Plot_vi.ts deleted file mode 100644 index be0fc8829154..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_vi.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - Các công cụ chỉnh sửa Plot - - - - Plot - Plot - - - - Plot_Axes - - - Configure axes - Định hình các trục - - - - Configure the axes parameters - Định hình bán kính trục - - - - Plot_Grid - - - Show/Hide grid - Hiện/Ẩn hệ thống ô lưới - - - - Show/Hide grid on selected plot - Hiện/Ẩn hệ thống ô lưới trong khu vực plot đã chọn - - - - Plot_Labels - - - Set labels - Đặt nhãn - - - - Set title and axes labels - Đặt tiêu đề và nhãn các trục - - - - Plot_Legend - - - Show/Hide legend - Hiện/Ẩn ghi chú - - - - Show/Hide legend on selected plot - Hiện/Ẩn ghi chú trong khu vực plot đã chọn - - - - Plot_Positions - - - Set positions and sizes - Chọn vị trí và kích cỡ - - - - Set labels and legend positions and sizes - Chọn nhãn, vị trí và kích cỡ của ghi chú - - - - Plot_SaveFig - - - Save plot - Lưu plot - - - - Save the plot as an image file - Lưu plot thành một tệp ảnh - - - - Plot_Series - - - Configure series - Định hình chuỗi - - - - Configure series drawing style and label - Định hình chuỗi kiểu bản vẽ và nhãn - - - - plot_axes - - - Configure axes - Định hình các trục - - - - Active axes - Các trục hiện hành - - - - Apply to all axes - Áp dụng cho tất cả các trục - - - - Dimensions - Kích thước - - - - X axis position - Vị trí trục X - - - - Y axis position - Vị trí trục Y - - - - Scales - Tỷ lệ - - - - X auto - X tự động - - - - Y auto - Y tự động - - - - Index of the active axes - Đầu vào của các trục hiện hành - - - - Add new axes to the plot - Thêm các trục mới vào plot - - - - Remove selected axes - Xóa bỏ các trục đã chọn - - - - Check it to apply transformations to all axes - Kiểm tra nó để áp dụng biến đổi cho tất cả các trục - - - - Left bound of axes - Giới hạn trái của các trục - - - - Right bound of axes - Giới hạn phải của các trục - - - - Bottom bound of axes - Giới hạn dưới của các trục - - - - Top bound of axes - Giới hạn dưới của các trục - - - - Outward offset of X axis - Offset bên ngoài cho trục X - - - - Outward offset of Y axis - Offset bên ngoài cho trục Y - - - - X axis scale autoselection - Tự động chọn tỷ lệ trục X - - - - Y axis scale autoselection - Tự động chọn tỷ lệ trục Y - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - không tìm thấy thư viện Matplotlib, do đó mô-đun biểu đồ không tải được - - - - matplotlib not found, Plot module will be disabled - không tìm thấy thư viện Matplotlib, do đó mô-đun biểu đồ sẽ bị vô hiệu hóa - - - - Plot document must be selected in order to save it - Tài liệu plot phải được chọn để lưu nó - - - - Axes 0 can not be deleted - Không thể xóa các trục 0 - - - - The grid must be activated on top of a plot document - Lưới phải được kích hoạt trên đầu trang của một tài liệu plot - - - - The legend must be activated on top of a plot document - Chú giải phải được kích hoạt trên đầu trang của một tài liệu plot - - - - plot_labels - - - Set labels - Đặt nhãn - - - - Active axes - Các trục hiện hành - - - - Title - Tiêu đề - - - - X label - Nhãn X - - - - Y label - Nhãn Y - - - - Index of the active axes - Đầu vào của các trục hiện hành - - - - Title (associated to active axes) - Tiêu đề (liên quan đến trục hoạt động) - - - - Title font size - Kích thước phông chữ tiêu đề - - - - X axis title - Tiêu đề trục X - - - - X axis title font size - Kích thước phông chữ tiêu đề trục X - - - - Y axis title - Tiêu đề trục Y - - - - Y axis title font size - Kích thước phông chữ tiêu đề trục Y - - - - plot_positions - - - Set positions and sizes - Chọn vị trí và kích cỡ - - - - Position - Position - - - - Size - Kích cỡ - - - - X item position - Vị trí mục X - - - - Y item position - Vị trí mục Y - - - - Item size - Kích thước mục - - - - List of modifiable items - Danh sách các mục có thể sửa đổi - - - - plot_save - - - Save figure - Lưu hình - - - - Inches - Inches - - - - Dots per Inch - Số điểm trên mỗi inch (Dpi) - - - - Output image file path - Đường dẫn tệp hình ảnh đầu ra - - - - Show a file selection dialog - Hiển thị hộp thoại chọn tệp - - - - X image size - Kích thước hình ảnh X - - - - Y image size - Kích thước hình ảnh Y - - - - Dots per point, with size will define output image resolution - Số điểm trên mỗi inch, cùng với kích thước sẽ xác định độ phân giải hình ảnh đầu ra - - - - plot_series - - - No label - Không có nhãn - - - - Line style - Kiểu đường - - - - Marker - Điểm đánh dấu - - - - Configure series - Định hình chuỗi - - - - List of available series - Danh sách các chuỗi có sẵn - - - - Line title - Tiêu đề đường - - - - Marker style - Kiểu đánh dấu - - - - Line width - Chiều rộng đường vẽ - - - - Marker size - Kích thước điểm đánh dấu - - - - Line and marker color - Màu đường vẽ và điểm đánh dấu - - - - Remove series - Xóa chuỗi - - - - If checked, series will not be considered for legend - Nếu chọn ô này, chuỗi sẽ không được xem xét cho chú giải - - - - Removes this series - Xóa chuỗi này - - - diff --git a/src/Mod/Plot/resources/translations/Plot_zh-CN.qm b/src/Mod/Plot/resources/translations/Plot_zh-CN.qm deleted file mode 100644 index ca0a7160fe163e3bb8db4b31d9077df8ca3c34f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6135 zcmbVQYitzP6~4Cj{qp*OaU7QpM5qSwDn&_oB*K7bT+G_+y4aQhGrK#xJN4|&c4yYc zp_oU_BQnKCP~;L+5kb$?C6xoI72zdM&J;+L9YDgB?@1sqCpU zgjm06HvQ-dA>MoD+H1!F&3ooqzpem$x7b?xr1|SdUk5u5bKU5;$La!Lq@G>qnO3zo`U2w^>eX z{}=p!yXEw`Mew`F^4}Yef!#e;_Y;7t;tlJZ>Hz4AvDLNNTK59rDF4{H_?3%*cY$@s z@9)65Ve78nf~}dM?}J>)dA61}IO+dALFb#ZuEG7RcmDgG7r^eI^TC0B@T1ICIe!M|UFQ1g+$*5B zo~_QmxVCNvJLW&RdKzzmz6Gvd{siQ$=iT0s7LfbE9sC4vSsm`)`M_KGUibTN!SBvy z&kFSn+*cc0&8I!9FM;1~i%0xv82lXbB+uY|Re6$UaUJoTyr97O*`@QF*1~$EbmQIc z0nTE!y1b=rH*W&Iw?sl_tSo^Orp*rz#cc2gvEZ&*l2vQ=k0Lza!UMaj29IvNy{Sh# zSdIrdAuOt*oZwVhmK431|$VsDK^ybk@U;8uJWX z&PoMd7m}LfmvWM7j7f7zKE=lcRY(~siagc3f-F8Uw10H>rr0V?ktYz7dlo+}h6OH~ z62pj@LHGvjD1@5Ux*>bVN%Y$1m_W;y^;$TfKoKM%qzYj!nPD(btqnbkS$FnnP#gh4 zv&i*qORj9e;uuk(#)ciU0*qW|)wCUc9J-~Mh+LgPgZTxAy7^RlWvl9L# zn;$lh3I~0kXnxJ2vKY=7G8~VNaAKT~3S2~#1PskWg*JRv-@Wgjsj2bio`xc%M8*Q6 zIY9Re2+AS!*b|+lfvdVus>|2Fg;RWwn22(U+M9_l8m9=UK(lMe?pxU1pZC zpr&i#+L#dP;zW3>fP_Ix@d+g&r{X;3PGt&+)6JuLUQAn7bbP9TaI6#KLP9}n1{`|O z4MxPSIh`{!sp^JASlEI7)08{ueP)Q<`Zpbs<&8o_osvcmX&Y4AtA_40H}&2>I-0ZJ zlvaEA6y88Yfrkn}+TbcgLmx={bak{(sKd{l2nSaW>P%36k>Af_`M1n%lM zsPK!?*wiGLy8bvWD_a5~Udj|m{l#V@)}b>})*>gTYILxTYQ0s8BrcN&7{C`$s( zhgF@w8{UcU5VN9iFc$LN#>%1TTiT2zA}oi}@Q_t5o>r(%EhNPRC#S+f3X_R~B}t@R zT%n;F?1s>o??~3vaQBuq@@w&xnz3aqP?NAb((Lf~_<8JZXtS53Ns*PUEGA>WYOtnH zVeWA>mnrI5$G)(^MbY`eKK~LDCp=L}l1M~`RU#q@k_CiApT9l3wRMZ-(7E2d={n8l zrI3yBRwOYL$0>F)~a27;#{++H7q$|5d_kG;)Y4Vbggs)KRNHb{|_w?NBWL4pkP=p#1p%_wT zr>qW83@YczRj)Bf&$ssOTaYT?qlCU3+?Ss&b2;wQ_Z1s181AI=)Nv2Ylv`gOQ9|Ssxq5%+2v=tD{Q9VqfQE1 z6d0{C?F2Hy>Iaix1+M#E-$={hn04U7@Tq+%joTTG7)1CjCC;b1Ac{k>B&Q5j*!o7I zJPy*Du!9QIaoJb`jq0*5lgP`x<6xTlMmk>2)88Y8S&S7pySR<^v8GeBGh<@ zQf9#rBUIpl3z|jCM#_TWNgJNjg_M(>*3xtVKq{i6%#{_vZw!WJEW!<4;jsDS{K_$o kFdH`Fx-TPcZE({*i{uBN1BJTuViimb2J@JxOhnlK0c{<90ssI2 diff --git a/src/Mod/Plot/resources/translations/Plot_zh-CN.ts b/src/Mod/Plot/resources/translations/Plot_zh-CN.ts deleted file mode 100644 index 871b125dd15d..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_zh-CN.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - 图表编辑工具 - - - - Plot - 图表 - - - - Plot_Axes - - - Configure axes - 配置坐标轴 - - - - Configure the axes parameters - 设置坐标轴参数 - - - - Plot_Grid - - - Show/Hide grid - 显示/隐藏网格 - - - - Show/Hide grid on selected plot - 在选定图表上显示/隐藏网格 - - - - Plot_Labels - - - Set labels - 设置标签 - - - - Set title and axes labels - 设置标题和坐标轴标签 - - - - Plot_Legend - - - Show/Hide legend - 显示/隐藏图例 - - - - Show/Hide legend on selected plot - 在选定图表上显示/隐藏图例 - - - - Plot_Positions - - - Set positions and sizes - 设置位置和大小 - - - - Set labels and legend positions and sizes - 设置标签和图例位置及大小 - - - - Plot_SaveFig - - - Save plot - 保存图表 - - - - Save the plot as an image file - 保存图表到图像文件 - - - - Plot_Series - - - Configure series - 配置系列 - - - - Configure series drawing style and label - 配置图表样式及标签 - - - - plot_axes - - - Configure axes - 配置坐标轴 - - - - Active axes - 选中的坐标轴 - - - - Apply to all axes - 应用于所有坐标轴 - - - - Dimensions - 尺寸 - - - - X axis position - X轴位置 - - - - Y axis position - Y轴位置 - - - - Scales - 比例 - - - - X auto - X轴自动 - - - - Y auto - Y轴自动 - - - - Index of the active axes - 选中坐标轴索引 - - - - Add new axes to the plot - 向图表添加新坐标轴 - - - - Remove selected axes - 删除所选坐标轴 - - - - Check it to apply transformations to all axes - 选中以对所有坐标轴应用变换 - - - - Left bound of axes - 坐标轴左边界 - - - - Right bound of axes - 坐标轴右边界 - - - - Bottom bound of axes - 坐标轴下边界 - - - - Top bound of axes - 坐标轴上边界 - - - - Outward offset of X axis - X轴外部偏移量 - - - - Outward offset of Y axis - Y轴外部偏移量 - - - - X axis scale autoselection - 自动选择X轴比例 - - - - Y axis scale autoselection - 自动选择Y轴比例 - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - 未找到matplotlib, 因此图表模块未能加载 - - - - matplotlib not found, Plot module will be disabled - 未找到matplotlib, 图表模块将被禁用 - - - - Plot document must be selected in order to save it - 必须选中图表文档以保存 - - - - Axes 0 can not be deleted - 无法删除坐标轴0 - - - - The grid must be activated on top of a plot document - 网格必须于图表文档顶层激活 - - - - The legend must be activated on top of a plot document - 图例必须于图表文档顶层激活 - - - - plot_labels - - - Set labels - 设置标签 - - - - Active axes - 选中的坐标轴 - - - - Title - 标题 - - - - X label - X标签 - - - - Y label - Y标签 - - - - Index of the active axes - 选中坐标轴索引 - - - - Title (associated to active axes) - 标题(与活动轴关联) - - - - Title font size - 标题字体大小 - - - - X axis title - X轴标题 - - - - X axis title font size - X轴标题字体大小 - - - - Y axis title - Y轴标题 - - - - Y axis title font size - Y轴标题字体大小 - - - - plot_positions - - - Set positions and sizes - 设置位置和大小 - - - - Position - 位置 - - - - Size - 大小 - - - - X item position - X轴项目位置 - - - - Y item position - Y轴项目位置 - - - - Item size - 项目大小 - - - - List of modifiable items - 可更改项目的列表 - - - - plot_save - - - Save figure - 保存图表 - - - - Inches - 英寸 - - - - Dots per Inch - 每英寸点数(DPI) - - - - Output image file path - 输出图像文件路径 - - - - Show a file selection dialog - 显示选择文件对话框 - - - - X image size - X向图像大小 - - - - Y image size - Y向图像大小 - - - - Dots per point, with size will define output image resolution - 每点内的点数, 根据尺寸来定义输出影像的解析度 - - - - plot_series - - - No label - 无标签 - - - - Line style - 线条样式 - - - - Marker - 标记 - - - - Configure series - 配置系列 - - - - List of available series - 可用系列列表 - - - - Line title - 直线标题 - - - - Marker style - 标记样式 - - - - Line width - 线宽 - - - - Marker size - 标记大小 - - - - Line and marker color - 直线和标记颜色 - - - - Remove series - 删除系列 - - - - If checked, series will not be considered for legend - 如果选中,系列不会被认作图例 - - - - Removes this series - 删除此系列 - - - diff --git a/src/Mod/Plot/resources/translations/Plot_zh-TW.qm b/src/Mod/Plot/resources/translations/Plot_zh-TW.qm deleted file mode 100644 index 22b4be9bfd6013adc499be0b7c3ad3f31a37216e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6063 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 G!u|*CfpaVX diff --git a/src/Mod/Plot/resources/translations/Plot_zh-TW.ts b/src/Mod/Plot/resources/translations/Plot_zh-TW.ts deleted file mode 100644 index 7e5b6c0aa84b..000000000000 --- a/src/Mod/Plot/resources/translations/Plot_zh-TW.ts +++ /dev/null @@ -1,461 +0,0 @@ - - - - - Plot - - - Plot edition tools - 製圖編輯工具 - - - - Plot - 製圖 - - - - Plot_Axes - - - Configure axes - 配置軸 - - - - Configure the axes parameters - 設定軸之參數 - - - - Plot_Grid - - - Show/Hide grid - 顯示/隱藏格線 - - - - Show/Hide grid on selected plot - 於所選圖面上顯示/隱藏格線 - - - - Plot_Labels - - - Set labels - 設定標示 - - - - Set title and axes labels - 設定標題和軸標示 - - - - Plot_Legend - - - Show/Hide legend - 顯示/隱藏圖例 - - - - Show/Hide legend on selected plot - 於所選圖面上顯示/隱藏圖例 - - - - Plot_Positions - - - Set positions and sizes - 設定位置和尺寸 - - - - Set labels and legend positions and sizes - 設定標示和圖例之位置和尺寸 - - - - Plot_SaveFig - - - Save plot - 儲存製圖 - - - - Save the plot as an image file - 儲存圖形為影像檔 - - - - Plot_Series - - - Configure series - 配置組 - - - - Configure series drawing style and label - 配置工程圖型式及圖標組 - - - - plot_axes - - - Configure axes - 配置軸 - - - - Active axes - 選用軸 - - - - Apply to all axes - 適用所有軸 - - - - Dimensions - 尺寸 - - - - X axis position - X軸位置 - - - - Y axis position - Y軸位置 - - - - Scales - 刻度 - - - - X auto - X軸自動 - - - - Y auto - Y軸自動 - - - - Index of the active axes - 選用軸之索引 - - - - Add new axes to the plot - 於圖面加入新的軸 - - - - Remove selected axes - 移除所選之軸 - - - - Check it to apply transformations to all axes - 選擇此項可提供所有軸之轉換 - - - - Left bound of axes - 軸之左側範圍 - - - - Right bound of axes - 軸之右側範圍 - - - - Bottom bound of axes - 軸之底部範圍 - - - - Top bound of axes - 軸之上部範圍 - - - - Outward offset of X axis - X軸之外部偏移 - - - - Outward offset of Y axis - Y軸之外部偏移 - - - - X axis scale autoselection - X軸自動縮放 - - - - Y axis scale autoselection - Y軸自動縮放 - - - - plot_console - - - matplotlib not found, so Plot module can not be loaded - 無matplotlib而無法載入製圖模組 - - - - matplotlib not found, Plot module will be disabled - 無matplotlib時製圖模組將無法使用 - - - - Plot document must be selected in order to save it - 為進行儲存必須選擇製圖文件 - - - - Axes 0 can not be deleted - 不能刪除軸 0 - - - - The grid must be activated on top of a plot document - 必須於製圖文件之上方啟動格線 - - - - The legend must be activated on top of a plot document - 必須於製圖文件之上方啟動圖例 - - - - plot_labels - - - Set labels - 設定標示 - - - - Active axes - 選用軸 - - - - Title - 標題 - - - - X label - X軸標示 - - - - Y label - Y軸標示 - - - - Index of the active axes - 選用軸之索引 - - - - Title (associated to active axes) - 標題(與選用軸相關聯) - - - - Title font size - 標題字體尺寸 - - - - X axis title - X軸標題 - - - - X axis title font size - X軸標題字體尺寸 - - - - Y axis title - Y軸標題 - - - - Y axis title font size - Y軸標題字體尺寸 - - - - plot_positions - - - Set positions and sizes - 設定位置和尺寸 - - - - Position - 位置 - - - - Size - 尺寸 - - - - X item position - X項位置 - - - - Y item position - Y項位置 - - - - Item size - 項之尺寸 - - - - List of modifiable items - 可更改項目的清單 - - - - plot_save - - - Save figure - 儲存圖案 - - - - Inches - 英寸 - - - - Dots per Inch - 每英寸點數(DPI) - - - - Output image file path - 輸出圖像檔路徑 - - - - Show a file selection dialog - 顯示檔案選擇對話框 - - - - X image size - X圖尺寸 - - - - Y image size - Y圖尺寸 - - - - Dots per point, with size will define output image resolution - 每點內的點數,具有尺寸可以定義輸出影像之解析度 - - - - plot_series - - - No label - 無標示 - - - - Line style - 線型式 - - - - Marker - 標注 - - - - Configure series - 配置組 - - - - List of available series - 可用系列清單 - - - - Line title - 線標題 - - - - Marker style - 標注型式 - - - - Line width - 線寬 - - - - Marker size - 標注尺寸 - - - - Line and marker color - 線和標注色彩 - - - - Remove series - 刪除系列 - - - - If checked, series will not be considered for legend - 如果已選擇,系列不會被認作圖例 - - - - Removes this series - 移除此系列 - - -