- added a fix in the Gerber parser when adding the geometry in the self.apertures dict for the case that the current aperture is None (Allegro does that)
- finished support for internationalization by adding a set of .po/.mo files for the English language. Unfortunately the final action can be done only when Beta will be out of Beta (no more changes) or when I will decide to stop working on this app. - changed the tooltip for 'feedrate_rapids' parameter to point out that this parameter is useful only for the Marlin postprocessor
This commit is contained in:
173
locale_template/camlib.pot
Normal file
173
locale_template/camlib.pot
Normal file
@@ -0,0 +1,173 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2019-03-10 02:11+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=cp1252\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:202
|
||||
msgid "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1389
|
||||
msgid "[success]Object was mirrored ..."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1391
|
||||
msgid "[ERROR_NOTCL] Failed to mirror. No object selected"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1427
|
||||
msgid "[success]Object was rotated ..."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1429
|
||||
msgid "[ERROR_NOTCL] Failed to rotate. No object selected"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1463
|
||||
msgid "[success]Object was skewed ..."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:1465
|
||||
msgid "[ERROR_NOTCL] Failed to skew. No object selected"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:2641 D:\1.DEV\FlatCAM_beta\camlib.py:2701
|
||||
msgid "[WARNING] Coordinates missing, line ignored: %s"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:2642 D:\1.DEV\FlatCAM_beta\camlib.py:2702
|
||||
msgid "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:2671
|
||||
msgid "[ERROR] Region does not have enough points. File will be processed but there are parser errors. Line number: %s"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3025
|
||||
msgid ""
|
||||
"[ERROR]Gerber Parser ERROR.\n"
|
||||
"%s:"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3203 D:\1.DEV\FlatCAM_beta\camlib.py:3212
|
||||
msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3241
|
||||
msgid "[success]Gerber Scale done."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3274
|
||||
msgid "[ERROR_NOTCL]An (x,y) pair of values are needed. Probable you entered only one value in the Offset field."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3298
|
||||
msgid "[success]Gerber Offset done."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:3674
|
||||
msgid "[ERROR_NOTCL] This is GCODE mark: %s"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4203
|
||||
msgid ""
|
||||
"[ERROR_NOTCL] An internal error has ocurred. See shell.\n"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4204
|
||||
msgid ""
|
||||
"[ERROR] Excellon Parser error.\n"
|
||||
"Parsing Failed. Line %d: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4281
|
||||
msgid ""
|
||||
"[WARNING] Excellon.create_geometry() -> a drill location was skipped due of not having a tool associated.\n"
|
||||
"Check the resulting GCode."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4817
|
||||
msgid "[ERROR] There is no such parameter: %s"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4882
|
||||
msgid ""
|
||||
"[WARNING] The Cut Z parameter has positive value. It is the depth value to drill into material.\n"
|
||||
"The Cut Z parameter needs to have a negative value, assuming it is a typo therefore the app will convert the value to negative. Check the resulting CNC code (Gcode etc)."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4889 D:\1.DEV\FlatCAM_beta\camlib.py:5357
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5628
|
||||
msgid "[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:4903 D:\1.DEV\FlatCAM_beta\camlib.py:5334
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5605
|
||||
msgid ""
|
||||
"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the format (x, y) \n"
|
||||
"but now there is only one value, not two. "
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5105 D:\1.DEV\FlatCAM_beta\camlib.py:5195
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5246
|
||||
msgid "[ERROR_NOTCL]The loaded Excellon file has no drills ..."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5200
|
||||
msgid "[ERROR_NOTCL] Wrong optimization type selected."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5345 D:\1.DEV\FlatCAM_beta\camlib.py:5616
|
||||
msgid "[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad combinations of other parameters."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5350 D:\1.DEV\FlatCAM_beta\camlib.py:5621
|
||||
msgid ""
|
||||
"[WARNING] The Cut Z parameter has positive value. It is the depth value to cut into material.\n"
|
||||
"The Cut Z parameter needs to have a negative value, assuming it is a typo therefore the app will convert the value to negative.Check the resulting CNC code (Gcode etc)."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5362 D:\1.DEV\FlatCAM_beta\camlib.py:5633
|
||||
msgid "[ERROR_NOTCL] Travel Z parameter is None or zero."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5366 D:\1.DEV\FlatCAM_beta\camlib.py:5637
|
||||
msgid ""
|
||||
"[WARNING] The Travel Z parameter has negative value. It is the height value to travel between cuts.\n"
|
||||
"The Z Travel parameter needs to have a positive value, assuming it is a typo therefore the app will convert the value to positive.Check the resulting CNC code (Gcode etc)."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5373 D:\1.DEV\FlatCAM_beta\camlib.py:5644
|
||||
msgid "[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5503
|
||||
msgid "[ERROR]Expected a Geometry, got %s"
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5509
|
||||
msgid "[ERROR_NOTCL]Trying to generate a CNC Job from a Geometry object without solid_geometry."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5548
|
||||
msgid ""
|
||||
"[ERROR_NOTCL]The Tool Offset value is too negative to use for the current_geometry.\n"
|
||||
"Raise the value (in module) and try again."
|
||||
msgstr ""
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\camlib.py:5770
|
||||
msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user