- few bugs solved regarding the newly created empty objects

This commit is contained in:
Marius Stanciu
2019-12-06 23:00:43 +02:00
committed by Marius
parent d683402884
commit 2ca509ca04
35 changed files with 283 additions and 250 deletions

View File

@@ -1759,11 +1759,11 @@ msgid "Saved to"
msgstr "Gespeichert in"
#: FlatCAMObj.py:6332 FlatCAMObj.py:6342
msgid "The used postprocessor file has to have in it's name: 'toolchange_custom'"
msgid "The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr "Die verwendete Postprozessor-Datei muss im Namen enthalten sein: 'toolchange_custom'"
#: FlatCAMObj.py:6346
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "Es gibt keine Postprozessor-Datei."
#: FlatCAMObj.py:6623
@@ -6533,11 +6533,11 @@ msgstr "Anzahl der Zeiteinheiten, in denen die Spindel verweilen soll."
#: flatcamGUI/ObjectUI.py:889 flatcamGUI/PreferencesUI.py:2253
#: flatcamGUI/PreferencesUI.py:3140
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Postprozessor"
#: flatcamGUI/ObjectUI.py:891 flatcamGUI/PreferencesUI.py:2255
msgid "The postprocessor JSON file that dictates\n"
msgid "The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr "Die Postprozessor-JSON-Datei, die diktiert\n"
"Gcode-Ausgabe."
@@ -6880,7 +6880,7 @@ msgstr "Um zu entfernen möglich\n"
#: flatcamGUI/ObjectUI.py:1457 flatcamGUI/PreferencesUI.py:3108
msgid "Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr "Drehzahl der Spindel in U / min (optional).\n"
"Wenn LASER-Postprozessor verwendet wird,\n"
@@ -6892,7 +6892,7 @@ msgid "PostProcessor"
msgstr "Postprozessor"
#: flatcamGUI/ObjectUI.py:1491 flatcamGUI/PreferencesUI.py:3142
msgid "The Postprocessor file that dictates\n"
msgid "The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr "Die Postprozessor-Datei, die diktiert\n"
"den Maschinencode (wie GCode, RML, HPGL)."
@@ -7067,7 +7067,7 @@ msgid "Type here any G-Code commands you would\n"
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr "Geben Sie hier alle G-Code-Befehle ein\n"
@@ -15261,7 +15261,7 @@ msgstr "Kein Geometriename in args. Geben Sie einen Namen ein und versuchen Sie
#~ msgstr "Mehrere Tiefe-Nutzung: Richtig oder Falsch."
#~ msgid ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgstr ""
#~ "Die Postprozessor-Datei, die diktiert\n"

View File

@@ -1854,8 +1854,8 @@ msgstr "Dwelltime"
#: FlatCAMCommon.py:531 flatcamGUI/ObjectUI.py:939
#: flatcamGUI/PreferencesUI.py:2411 flatcamGUI/PreferencesUI.py:3318
msgid "Postprocessor"
msgstr "Postprocessor"
msgid "Preprocessor"
msgstr "Preprocessor"
#: FlatCAMCommon.py:532
msgid "ExtraCut"
@@ -2071,11 +2071,11 @@ msgstr ""
#: FlatCAMCommon.py:613
msgid ""
"Postprocessor.\n"
"Preprocessor.\n"
"A selection of files that will alter the generated G-code\n"
"to fit for a number of use cases."
msgstr ""
"Postprocessor.\n"
"Preprocessor.\n"
"A selection of files that will alter the generated G-code\n"
"to fit for a number of use cases."
@@ -2098,12 +2098,12 @@ msgid ""
"Toolchange.\n"
"It will create a toolchange event.\n"
"The kind of toolchange is determined by\n"
"the postprocessor file."
"the preprocessor file."
msgstr ""
"Toolchange.\n"
"It will create a toolchange event.\n"
"The kind of toolchange is determined by\n"
"the postprocessor file."
"the preprocessor file."
#: FlatCAMCommon.py:628
msgid ""
@@ -2691,13 +2691,13 @@ msgstr "Saved to"
#: FlatCAMObj.py:6506 FlatCAMObj.py:6516
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
#: FlatCAMObj.py:6520
msgid "There is no postprocessor file."
msgstr "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "There is no preprocessor file."
#: FlatCAMObj.py:6764
msgid "Script Editor"
@@ -7732,10 +7732,10 @@ msgstr "Number of time units for spindle to dwell."
#: flatcamGUI/ObjectUI.py:941 flatcamGUI/PreferencesUI.py:2413
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
#: flatcamGUI/ObjectUI.py:950 flatcamGUI/ObjectUI.py:1554
@@ -8155,11 +8155,11 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1510 flatcamGUI/PreferencesUI.py:3286
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
#: flatcamGUI/ObjectUI.py:1542 flatcamGUI/PreferencesUI.py:5455
@@ -8169,10 +8169,10 @@ msgstr "PostProcessor"
#: flatcamGUI/ObjectUI.py:1544 flatcamGUI/PreferencesUI.py:3320
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
#: flatcamGUI/ObjectUI.py:1588
@@ -8387,7 +8387,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""
@@ -8397,7 +8397,7 @@ msgstr ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
@@ -8409,20 +8409,20 @@ msgstr ""
#| "or a Toolchange Macro.\n"
#| "The FlatCAM variables are surrounded by '%' symbol.\n"
#| "\n"
#| "WARNING: it can be used only with a postprocessor file\n"
#| "WARNING: it can be used only with a preprocessor file\n"
#| "that has 'toolchange_custom' in it's name and this is built\n"
#| "having as template the 'Toolchange Custom' posprocessor file."
msgid ""
"Type here any G-Code commands you would like to be executed when Toolchange "
"event is encountered. This will constitute a Custom Toolchange GCode, or a "
"Toolchange Macro. The FlatCAM variables are surrounded by '%' symbol. \n"
"WARNING: it can be used only with a postprocessor file that has "
"WARNING: it can be used only with a preprocessor file that has "
"'toolchange_custom' in it's name."
msgstr ""
"Type here any G-Code commands you would like to be executed when Toolchange "
"event is encountered. This will constitute a Custom Toolchange GCode, or a "
"Toolchange Macro. The FlatCAM variables are surrounded by '%' symbol. \n"
"WARNING: it can be used only with a postprocessor file that has "
"WARNING: it can be used only with a preprocessor file that has "
"'toolchange_custom' in it's name."
#: flatcamGUI/ObjectUI.py:1864 flatcamGUI/PreferencesUI.py:3794
@@ -18945,10 +18945,10 @@ msgstr "No Geometry name in args. Provide a name and try again."
#~ msgstr "Multidepth usage: True or False."
#~ msgid ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgstr ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgid "Display Annotation:"

View File

@@ -1917,7 +1917,7 @@ msgstr "Habitar"
#: FlatCAMCommon.py:531 flatcamGUI/ObjectUI.py:939
#: flatcamGUI/PreferencesUI.py:2411 flatcamGUI/PreferencesUI.py:3318
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Postprocesador"
#: FlatCAMCommon.py:532
@@ -2096,7 +2096,7 @@ msgstr ""
#: FlatCAMCommon.py:613
msgid ""
"Postprocessor.\n"
"Preprocessor.\n"
"A selection of files that will alter the generated G-code\n"
"to fit for a number of use cases."
msgstr ""
@@ -2115,7 +2115,7 @@ msgid ""
"Toolchange.\n"
"It will create a toolchange event.\n"
"The kind of toolchange is determined by\n"
"the postprocessor file."
"the preprocessor file."
msgstr ""
#: FlatCAMCommon.py:628
@@ -2737,12 +2737,12 @@ msgstr "Guardado en"
#: FlatCAMObj.py:6506 FlatCAMObj.py:6516
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr ""
"El archivo de postprocesador usado debe tener su nombre: 'toolchange_custom'"
#: FlatCAMObj.py:6520
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "No hay archivo de postprocesador."
#: FlatCAMObj.py:6764
@@ -7849,7 +7849,7 @@ msgstr "Número de unidades de tiempo para que el husillo permanezca."
#: flatcamGUI/ObjectUI.py:941 flatcamGUI/PreferencesUI.py:2413
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"El archivo JSON del postprocesador que dicta\n"
@@ -8282,7 +8282,7 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1510 flatcamGUI/PreferencesUI.py:3286
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Velocidad del husillo en RPM (opcional).\n"
@@ -8296,7 +8296,7 @@ msgstr "Postprocesador"
#: flatcamGUI/ObjectUI.py:1544 flatcamGUI/PreferencesUI.py:3320
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"El archivo de postprocesador que dicta\n"
@@ -8518,7 +8518,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""
@@ -8541,14 +8541,14 @@ msgstr ""
#| "or a Toolchange Macro.\n"
#| "The FlatCAM variables are surrounded by '%' symbol.\n"
#| "\n"
#| "WARNING: it can be used only with a postprocessor file\n"
#| "WARNING: it can be used only with a preprocessor file\n"
#| "that has 'toolchange_custom' in it's name and this is built\n"
#| "having as template the 'Toolchange Custom' posprocessor file."
msgid ""
"Type here any G-Code commands you would like to be executed when Toolchange "
"event is encountered. This will constitute a Custom Toolchange GCode, or a "
"Toolchange Macro. The FlatCAM variables are surrounded by '%' symbol. \n"
"WARNING: it can be used only with a postprocessor file that has "
"WARNING: it can be used only with a preprocessor file that has "
"'toolchange_custom' in it's name."
msgstr ""
"Escriba aquí cualquier comando de código G que desee\n"
@@ -17652,7 +17652,7 @@ msgstr ""
#~ msgstr "Uso de profundidad múltiple: Verdadero o Falso."
#~ msgid ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgstr ""
#~ "El archivo de postprocesador que dicta.\n"

View File

@@ -1966,13 +1966,13 @@ msgstr "Enregistré dans"
#: FlatCAMObj.py:6332 FlatCAMObj.py:6342
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr ""
"Le fichier de post-traitement utilisé doit avoir pour nom: "
"'toolchange_custom'"
#: FlatCAMObj.py:6346
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "Il n'y a pas de fichier de post-processeur."
#: FlatCAMObj.py:6623
@@ -7102,12 +7102,12 @@ msgstr "Nombre d'unités de temps pendant lesquelles la broche s'arrête."
#: flatcamGUI/ObjectUI.py:889 flatcamGUI/PreferencesUI.py:2253
#: flatcamGUI/PreferencesUI.py:3140
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Post-processeur"
#: flatcamGUI/ObjectUI.py:891 flatcamGUI/PreferencesUI.py:2255
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"Le fichier JSON post-processeur qui dicte\n"
@@ -7532,7 +7532,7 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1457 flatcamGUI/PreferencesUI.py:3108
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Vitesse de la broche en tours / minute (facultatif).\n"
@@ -7546,7 +7546,7 @@ msgstr "Post-processeur"
#: flatcamGUI/ObjectUI.py:1491 flatcamGUI/PreferencesUI.py:3142
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"Le fichier post-processeur qui dicte\n"
@@ -7742,7 +7742,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""

View File

@@ -1960,12 +1960,12 @@ msgstr "Salvo em"
#: FlatCAMObj.py:6332 FlatCAMObj.py:6342
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr ""
"O arquivo de pós-processamento deve ter em seu nome: 'toolchange_custom'"
#: FlatCAMObj.py:6346
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "Não há arquivo de pós-processamento."
#: FlatCAMObj.py:6623
@@ -7038,12 +7038,12 @@ msgstr "Número de unidades de tempo para o fuso residir."
#: flatcamGUI/ObjectUI.py:889 flatcamGUI/PreferencesUI.py:2253
#: flatcamGUI/PreferencesUI.py:3140
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Pós-processador"
#: flatcamGUI/ObjectUI.py:891 flatcamGUI/PreferencesUI.py:2255
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"O arquivo de pós-processamento (JSON) que define\n"
@@ -7461,7 +7461,7 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1457 flatcamGUI/PreferencesUI.py:3108
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Velocidade do spindle em RPM (opcional).\n"
@@ -7475,7 +7475,7 @@ msgstr "Pós-processador"
#: flatcamGUI/ObjectUI.py:1491 flatcamGUI/PreferencesUI.py:3142
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"Arquivo de Pós-processamento que determina o código\n"
@@ -7669,7 +7669,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""

View File

@@ -1817,7 +1817,7 @@ msgstr "Pauza"
#: FlatCAMCommon.py:531 flatcamGUI/ObjectUI.py:915
#: flatcamGUI/PreferencesUI.py:2294 flatcamGUI/PreferencesUI.py:3201
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Postprocesor"
#: FlatCAMCommon.py:532
@@ -1992,7 +1992,7 @@ msgstr "dwelltime = durata de asteptare ca motorul să ajunga la turatia setată
#: FlatCAMCommon.py:613
msgid ""
"Postprocessor.\n"
"Preprocessor.\n"
"A selection of files that will alter the generated G-code\n"
"to fit for a number of use cases."
msgstr ""
@@ -2011,7 +2011,7 @@ msgid ""
"Toolchange.\n"
"It will create a toolchange event.\n"
"The kind of toolchange is determined by\n"
"the postprocessor file."
"the preprocessor file."
msgstr ""
#: FlatCAMCommon.py:628
@@ -2544,12 +2544,12 @@ msgstr "Salvat in"
#: FlatCAMObj.py:6388 FlatCAMObj.py:6398
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr ""
"Postprocesorul folosit trebuie să aibă in numele sau: 'toolchange_custom'"
#: FlatCAMObj.py:6402
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "Nu exista nici-un fişier postprocesor."
#: FlatCAMObj.py:6679
@@ -7642,7 +7642,7 @@ msgstr "Timpul (ori secunde ori milisec) cat se stă in pauză."
#: flatcamGUI/ObjectUI.py:917 flatcamGUI/PreferencesUI.py:2296
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"Fișierul JSON postprocesor care dictează\n"
@@ -8076,7 +8076,7 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1486 flatcamGUI/PreferencesUI.py:3169
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Viteza motorului in RPM (optional).\n"
@@ -8090,7 +8090,7 @@ msgstr "Postprocesor"
#: flatcamGUI/ObjectUI.py:1520 flatcamGUI/PreferencesUI.py:3203
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"Fişierul postprocesor care controlează generarea\n"
@@ -8312,7 +8312,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""
@@ -8335,14 +8335,14 @@ msgstr ""
#| "or a Toolchange Macro.\n"
#| "The FlatCAM variables are surrounded by '%' symbol.\n"
#| "\n"
#| "WARNING: it can be used only with a postprocessor file\n"
#| "WARNING: it can be used only with a preprocessor file\n"
#| "that has 'toolchange_custom' in it's name and this is built\n"
#| "having as template the 'Toolchange Custom' posprocessor file."
msgid ""
"Type here any G-Code commands you would like to be executed when Toolchange "
"event is encountered. This will constitute a Custom Toolchange GCode, or a "
"Toolchange Macro. The FlatCAM variables are surrounded by '%' symbol. \n"
"WARNING: it can be used only with a postprocessor file that has "
"WARNING: it can be used only with a preprocessor file that has "
"'toolchange_custom' in it's name."
msgstr ""
"Plasează aici acele comenzi G-Code care se dorește să fie executate\n"
@@ -18034,7 +18034,7 @@ msgstr ""
#~ "pentru a ajunge la adâncimea de tăiere."
#~ msgid ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgstr ""
#~ "Un fişier care prelucrează codul G-Code astfel încât să\n"

View File

@@ -1914,11 +1914,11 @@ msgstr "Сохранено в"
#: FlatCAMObj.py:6320 FlatCAMObj.py:6330
msgid ""
"The used postprocessor file has to have in it's name: 'toolchange_custom'"
"The used preprocessor file has to have in it's name: 'toolchange_custom'"
msgstr "Используемый файл постпроцессора должен иметь имя: 'toolchange_custom'"
#: FlatCAMObj.py:6334
msgid "There is no postprocessor file."
msgid "There is no preprocessor file."
msgstr "Это не файл постпроцессора."
#: FlatCAMObj.py:6611
@@ -7026,12 +7026,12 @@ msgstr "Количество единиц времени для остановк
#: flatcamGUI/ObjectUI.py:891 flatcamGUI/PreferencesUI.py:2256
#: flatcamGUI/PreferencesUI.py:3143
msgid "Postprocessor"
msgid "Preprocessor"
msgstr "Постпроцессор"
#: flatcamGUI/ObjectUI.py:893 flatcamGUI/PreferencesUI.py:2258
msgid ""
"The postprocessor JSON file that dictates\n"
"The preprocessor JSON file that dictates\n"
"Gcode output."
msgstr ""
"JSON-файл постпроцессора, который влияет\n"
@@ -7455,7 +7455,7 @@ msgstr ""
#: flatcamGUI/ObjectUI.py:1459 flatcamGUI/PreferencesUI.py:3111
msgid ""
"Speed of the spindle in RPM (optional).\n"
"If LASER postprocessor is used,\n"
"If LASER preprocessor is used,\n"
"this value is the power of laser."
msgstr ""
"Скорость шпинделя в об/мин (опционально).\n"
@@ -7469,7 +7469,7 @@ msgstr "Постпроцессор"
#: flatcamGUI/ObjectUI.py:1493 flatcamGUI/PreferencesUI.py:3145
msgid ""
"The Postprocessor file that dictates\n"
"The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output."
msgstr ""
"Файл постпроцессора, который диктует\n"
@@ -7665,7 +7665,7 @@ msgid ""
"or a Toolchange Macro.\n"
"The FlatCAM variables are surrounded by '%' symbol.\n"
"\n"
"WARNING: it can be used only with a postprocessor file\n"
"WARNING: it can be used only with a preprocessor file\n"
"that has 'toolchange_custom' in it's name and this is built\n"
"having as template the 'Toolchange Custom' posprocessor file."
msgstr ""
@@ -16467,7 +16467,7 @@ msgstr "Нет имени геометрии в аргументах. Укажи
#~ msgstr "Многократное использование: Истина или Ложь."
#~ msgid ""
#~ "The postprocessor file that dictates\n"
#~ "The preprocessor file that dictates\n"
#~ "Machine Code output."
#~ msgstr ""
#~ "Файл постпроцессора, который диктует\n"