ObjectUI.pot 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR ORGANIZATION
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PACKAGE VERSION\n"
  8. "POT-Creation-Date: 2019-03-10 02:29+0200\n"
  9. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  10. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  11. "Language-Team: LANGUAGE <LL@li.org>\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=cp1252\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Generated-By: pygettext.py 1.5\n"
  16. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:24
  17. msgid "FlatCAM Object"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:48
  20. msgid ""
  21. "BASIC is suitable for a beginner. Many parameters\n"
  22. "are hidden from the user in this mode.\n"
  23. "ADVANCED mode will make available all parameters.\n"
  24. "\n"
  25. "To change the application LEVEL, go to:\n"
  26. "Edit -> Preferences -> General and check:\n"
  27. "'APP. LEVEL' radio button."
  28. msgstr ""
  29. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:70
  30. msgid "<b>Scale:</b>"
  31. msgstr ""
  32. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:72
  33. msgid "Change the size of the object."
  34. msgstr ""
  35. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:80
  36. msgid "Factor:"
  37. msgstr ""
  38. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:82
  39. msgid ""
  40. "Factor by which to multiply\n"
  41. "geometric features of this object."
  42. msgstr ""
  43. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:91 D:\1.DEV\FlatCAM_beta\ObjectUI.py:256
  44. msgid "Scale"
  45. msgstr ""
  46. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:93
  47. msgid "Perform scaling operation."
  48. msgstr ""
  49. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:99
  50. msgid "<b>Offset:</b>"
  51. msgstr ""
  52. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:101
  53. msgid "Change the position of this object."
  54. msgstr ""
  55. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:108
  56. msgid "Vector:"
  57. msgstr ""
  58. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:110
  59. msgid ""
  60. "Amount by which to move the object\n"
  61. "in the x and y axes in (x, y) format."
  62. msgstr ""
  63. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:118 D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
  64. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
  65. msgid "Offset"
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:120
  68. msgid "Perform the offset operation."
  69. msgstr ""
  70. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:134
  71. msgid "Gerber Object"
  72. msgstr ""
  73. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:141 D:\1.DEV\FlatCAM_beta\ObjectUI.py:567
  74. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:891
  75. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1404
  76. msgid "<b>Plot Options:</b>"
  77. msgstr ""
  78. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:147
  79. msgid "Solid "
  80. msgstr ""
  81. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:149
  82. msgid "Solid color polygons."
  83. msgstr ""
  84. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:155
  85. msgid "M-Color "
  86. msgstr ""
  87. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:157
  88. msgid "Draw polygons in different colors."
  89. msgstr ""
  90. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:163
  91. msgid "Plot"
  92. msgstr ""
  93. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:165 D:\1.DEV\FlatCAM_beta\ObjectUI.py:608
  94. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:937
  95. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1490
  96. msgid "Plot (show) this object."
  97. msgstr ""
  98. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:173 D:\1.DEV\FlatCAM_beta\ObjectUI.py:579
  99. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:897
  100. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1426
  101. msgid "<b>Name:</b>"
  102. msgstr ""
  103. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:183
  104. msgid "<b>Apertures:</b>"
  105. msgstr ""
  106. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:185
  107. msgid "Apertures Table for the Gerber Object."
  108. msgstr ""
  109. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:194
  110. msgid ""
  111. "Toggle the display of the Gerber Apertures Table.\n"
  112. "When unchecked, it will delete all mark shapes\n"
  113. "that are drawn on canvas."
  114. msgstr ""
  115. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:205
  116. msgid "Mark All"
  117. msgstr ""
  118. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:207
  119. msgid ""
  120. "When checked it will display all the apertures.\n"
  121. "When unchecked, it will delete all mark shapes\n"
  122. "that are drawn on canvas."
  123. msgstr ""
  124. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
  125. msgid "Code"
  126. msgstr ""
  127. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
  128. msgid "Dim"
  129. msgstr ""
  130. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219
  131. msgid "Size"
  132. msgstr ""
  133. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:219 D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
  134. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
  135. msgid "Type"
  136. msgstr ""
  137. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:223
  138. msgid "Index"
  139. msgstr ""
  140. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:225
  141. msgid "Aperture Code"
  142. msgstr ""
  143. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:227
  144. msgid "Type of aperture: circular, rectangle, macros etc"
  145. msgstr ""
  146. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:229
  147. msgid "Aperture Size:"
  148. msgstr ""
  149. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:231
  150. msgid ""
  151. "Aperture Dimensions:\n"
  152. " - (width, height) for R, O type.\n"
  153. " - (dia, nVertices) for P type"
  154. msgstr ""
  155. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:235
  156. msgid "Mark the aperture instances on canvas."
  157. msgstr ""
  158. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:243
  159. msgid "Scale Factor:"
  160. msgstr ""
  161. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:245
  162. msgid ""
  163. "Change the size of the selected apertures.\n"
  164. "Factor by which to multiply\n"
  165. "geometric features of this object."
  166. msgstr ""
  167. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:258
  168. msgid "Perform scaling operation on the selected apertures."
  169. msgstr ""
  170. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:264
  171. msgid "Buffer Factor:"
  172. msgstr ""
  173. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:266
  174. msgid ""
  175. "Change the size of the selected apertures.\n"
  176. "Factor by which to expand/shrink\n"
  177. "geometric features of this object."
  178. msgstr ""
  179. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:277
  180. msgid "Buffer"
  181. msgstr ""
  182. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:279
  183. msgid "Perform buffer operation on the selected apertures."
  184. msgstr ""
  185. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:287
  186. msgid "<b>Generate new Gerber Object:</b>"
  187. msgstr ""
  188. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:289
  189. msgid "Will generate a new Gerber object from the changed apertures."
  190. msgstr ""
  191. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:295
  192. msgid "Go"
  193. msgstr ""
  194. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:297
  195. msgid ""
  196. "Will generate a new Gerber object from the changed apertures.\n"
  197. "This new object can then be isolated etc."
  198. msgstr ""
  199. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:313
  200. msgid "<b>Isolation Routing:</b>"
  201. msgstr ""
  202. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:315
  203. msgid ""
  204. "Create a Geometry object with\n"
  205. "toolpaths to cut outside polygons."
  206. msgstr ""
  207. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:322
  208. msgid "Tool dia:"
  209. msgstr ""
  210. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:324
  211. msgid ""
  212. "Diameter of the cutting tool.\n"
  213. "If you want to have an isolation path\n"
  214. "inside the actual shape of the Gerber\n"
  215. "feature, use a negative value for\n"
  216. "this parameter."
  217. msgstr ""
  218. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:335
  219. msgid "Passes:"
  220. msgstr ""
  221. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:337
  222. msgid ""
  223. "Width of the isolation gap in\n"
  224. "number (integer) of tool widths."
  225. msgstr ""
  226. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:345
  227. msgid "Pass overlap:"
  228. msgstr ""
  229. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:347
  230. msgid ""
  231. "How much (fraction) of the tool width to overlap each tool pass.\n"
  232. "Example:\n"
  233. "A value here of 0.25 means an overlap of 25% from the tool diameter found above."
  234. msgstr ""
  235. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:357
  236. msgid "Milling Type:"
  237. msgstr ""
  238. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:359
  239. msgid ""
  240. "Milling type:\n"
  241. "- climb / best for precision milling and to reduce tool usage\n"
  242. "- conventional / useful when there is no backlash compensation"
  243. msgstr ""
  244. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:364
  245. msgid "Climb"
  246. msgstr ""
  247. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:365
  248. msgid "Conv."
  249. msgstr ""
  250. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:369
  251. msgid "Combine"
  252. msgstr ""
  253. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:371
  254. msgid "Combine all passes into one object"
  255. msgstr ""
  256. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:376
  257. msgid "\"Follow\""
  258. msgstr ""
  259. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:378
  260. msgid ""
  261. "Generate a 'Follow' geometry.\n"
  262. "This means that it will cut through\n"
  263. "the middle of the trace."
  264. msgstr ""
  265. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:385
  266. msgid "<b>Generate Isolation Geometry:</b>"
  267. msgstr ""
  268. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:387
  269. msgid ""
  270. "Create a Geometry object with toolpaths to cut \n"
  271. "isolation outside, inside or on both sides of the\n"
  272. "object. For a Gerber object outside means outside\n"
  273. "of the Gerber feature and inside means inside of\n"
  274. "the Gerber feature, if possible at all. This means\n"
  275. "that only if the Gerber feature has openings inside, they\n"
  276. "will be isolated. If what is wanted is to cut isolation\n"
  277. "inside the actual Gerber feature, use a negative tool\n"
  278. "diameter above."
  279. msgstr ""
  280. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:406
  281. msgid "FULL Geo"
  282. msgstr ""
  283. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:408
  284. msgid ""
  285. "Create the Geometry Object\n"
  286. "for isolation routing. It contains both\n"
  287. "the interiors and exteriors geometry."
  288. msgstr ""
  289. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:417
  290. msgid "Ext Geo"
  291. msgstr ""
  292. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:419
  293. msgid ""
  294. "Create the Geometry Object\n"
  295. "for isolation routing containing\n"
  296. "only the exteriors geometry."
  297. msgstr ""
  298. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:426
  299. msgid "Int Geo"
  300. msgstr ""
  301. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:428
  302. msgid ""
  303. "Create the Geometry Object\n"
  304. "for isolation routing containing\n"
  305. "only the interiors geometry."
  306. msgstr ""
  307. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:446
  308. msgid "<b>Clear N-copper:</b>"
  309. msgstr ""
  310. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:448
  311. msgid ""
  312. "Create a Geometry object with\n"
  313. "toolpaths to cut all non-copper regions."
  314. msgstr ""
  315. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:454
  316. msgid "NCC Tool"
  317. msgstr ""
  318. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:456
  319. msgid ""
  320. "Create the Geometry Object\n"
  321. "for non-copper routing."
  322. msgstr ""
  323. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:462
  324. msgid "<b>Board cutout:</b>"
  325. msgstr ""
  326. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:464
  327. msgid ""
  328. "Create toolpaths to cut around\n"
  329. "the PCB and separate it from\n"
  330. "the original board."
  331. msgstr ""
  332. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:470
  333. msgid "Cutout Tool"
  334. msgstr ""
  335. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:472
  336. msgid ""
  337. "Generate the geometry for\n"
  338. "the board cutout."
  339. msgstr ""
  340. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:478
  341. msgid "<b>Non-copper regions:</b>"
  342. msgstr ""
  343. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:480
  344. msgid ""
  345. "Create polygons covering the\n"
  346. "areas without copper on the PCB.\n"
  347. "Equivalent to the inverse of this\n"
  348. "object. Can be used to remove all\n"
  349. "copper from a specified region."
  350. msgstr ""
  351. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:492 D:\1.DEV\FlatCAM_beta\ObjectUI.py:526
  352. msgid "Boundary Margin:"
  353. msgstr ""
  354. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:494
  355. msgid ""
  356. "Specify the edge of the PCB\n"
  357. "by drawing a box around all\n"
  358. "objects with this minimum\n"
  359. "distance."
  360. msgstr ""
  361. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:505 D:\1.DEV\FlatCAM_beta\ObjectUI.py:536
  362. msgid "Rounded Geo"
  363. msgstr ""
  364. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:507
  365. msgid "Resulting geometry will have rounded corners."
  366. msgstr ""
  367. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:512 D:\1.DEV\FlatCAM_beta\ObjectUI.py:546
  368. msgid "Generate Geo"
  369. msgstr ""
  370. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:516
  371. msgid "<b>Bounding Box:</b>"
  372. msgstr ""
  373. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:518
  374. msgid ""
  375. "Create a geometry surrounding the Gerber object.\n"
  376. "Square shape."
  377. msgstr ""
  378. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:528
  379. msgid ""
  380. "Distance of the edges of the box\n"
  381. "to the nearest polygon."
  382. msgstr ""
  383. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:538
  384. msgid ""
  385. "If the bounding box is \n"
  386. "to have rounded corners\n"
  387. "their radius is equal to\n"
  388. "the margin."
  389. msgstr ""
  390. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:548
  391. msgid "Generate the Geometry object."
  392. msgstr ""
  393. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:559
  394. msgid "Excellon Object"
  395. msgstr ""
  396. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:568
  397. msgid "Solid"
  398. msgstr ""
  399. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:570
  400. msgid "Solid circles."
  401. msgstr ""
  402. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:598 D:\1.DEV\FlatCAM_beta\ObjectUI.py:916
  403. msgid "<b>Tools Table</b>"
  404. msgstr ""
  405. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:600
  406. msgid ""
  407. "Tools in this Excellon object\n"
  408. "when are used for drilling."
  409. msgstr ""
  410. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:606 D:\1.DEV\FlatCAM_beta\ObjectUI.py:935
  411. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1488
  412. msgid "Plot Object"
  413. msgstr ""
  414. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618
  415. msgid "Diameter"
  416. msgstr ""
  417. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618 D:\1.DEV\FlatCAM_beta\ObjectUI.py:813
  418. msgid "Drills"
  419. msgstr ""
  420. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:618 D:\1.DEV\FlatCAM_beta\ObjectUI.py:814
  421. msgid "Slots"
  422. msgstr ""
  423. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:619
  424. msgid "Offset Z"
  425. msgstr ""
  426. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:623
  427. msgid ""
  428. "This is the Tool Number.\n"
  429. "When ToolChange is checked, on toolchange event this value\n"
  430. "will be showed as a T1, T2 ... Tn in the Machine Code."
  431. msgstr ""
  432. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:627 D:\1.DEV\FlatCAM_beta\ObjectUI.py:961
  433. msgid ""
  434. "Tool Diameter. It's value (in current FlatCAM units) \n"
  435. "is the cut width into the material."
  436. msgstr ""
  437. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:630
  438. msgid ""
  439. "The number of Drill holes. Holes that are drilled with\n"
  440. "a drill bit."
  441. msgstr ""
  442. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:633
  443. msgid ""
  444. "The number of Slot holes. Holes that are created by\n"
  445. "milling them with an endmill bit."
  446. msgstr ""
  447. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:636
  448. msgid ""
  449. "Some drill bits (the larger ones) need to drill deeper\n"
  450. "to create the desired exit hole diameter due of the tip shape.\n"
  451. "The value here can compensate the Cut Z parameter."
  452. msgstr ""
  453. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:640
  454. msgid "Toggle display of the drills for the current tool."
  455. msgstr ""
  456. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:646
  457. msgid "<b>Create CNC Job</b>"
  458. msgstr ""
  459. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:648
  460. msgid ""
  461. "Create a CNC Job object\n"
  462. "for this drill object."
  463. msgstr ""
  464. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:657
  465. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1120
  466. msgid "Cut Z:"
  467. msgstr ""
  468. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:659
  469. msgid ""
  470. "Drill depth (negative)\n"
  471. "below the copper surface."
  472. msgstr ""
  473. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:667
  474. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1156
  475. msgid "Travel Z:"
  476. msgstr ""
  477. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:669
  478. msgid ""
  479. "Tool height when travelling\n"
  480. "across the XY plane."
  481. msgstr ""
  482. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:677
  483. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1176
  484. msgid "Tool change"
  485. msgstr ""
  486. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:679
  487. msgid ""
  488. "Include tool-change sequence\n"
  489. "in G-Code (Pause for tool change)."
  490. msgstr ""
  491. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:685
  492. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1169
  493. msgid "Tool change Z:"
  494. msgstr ""
  495. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:687
  496. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1171
  497. msgid ""
  498. "Z-axis position (height) for\n"
  499. "tool change."
  500. msgstr ""
  501. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:696
  502. msgid "Start move Z:"
  503. msgstr ""
  504. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:698
  505. msgid ""
  506. "Tool height just before starting the work.\n"
  507. "Delete the value if you don't need this feature."
  508. msgstr ""
  509. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:706
  510. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1202
  511. msgid "End move Z:"
  512. msgstr ""
  513. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:708
  514. msgid ""
  515. "Z-axis position (height) for\n"
  516. "the last move."
  517. msgstr ""
  518. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:716
  519. msgid "Feedrate (Plunge):"
  520. msgstr ""
  521. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:718
  522. msgid ""
  523. "Tool speed while drilling\n"
  524. "(in units per minute).\n"
  525. "This is for linear move G01."
  526. msgstr ""
  527. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:727
  528. msgid "Feedrate Rapids:"
  529. msgstr ""
  530. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:729
  531. msgid ""
  532. "Tool speed while drilling\n"
  533. "(in units per minute).\n"
  534. "This is for the rapid move G00.\n"
  535. "It is useful only in conjunction \n"
  536. "with Marlin postprocessor."
  537. msgstr ""
  538. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:740
  539. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1265
  540. msgid "Spindle speed:"
  541. msgstr ""
  542. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:742
  543. msgid ""
  544. "Speed of the spindle\n"
  545. "in RPM (optional)"
  546. msgstr ""
  547. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:750
  548. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1278
  549. msgid "Dwell:"
  550. msgstr ""
  551. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:752
  552. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1280
  553. msgid ""
  554. "Pause to allow the spindle to reach its\n"
  555. "speed before cutting."
  556. msgstr ""
  557. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:757
  558. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1287
  559. msgid "Number of milliseconds for spindle to dwell."
  560. msgstr ""
  561. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:765
  562. msgid "Postprocessor:"
  563. msgstr ""
  564. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:767
  565. msgid ""
  566. "The json file that dictates\n"
  567. "gcode output."
  568. msgstr ""
  569. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:776
  570. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1310
  571. msgid "Probe Z depth:"
  572. msgstr ""
  573. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:778
  574. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1312
  575. msgid ""
  576. "The maximum depth that the probe is allowed\n"
  577. "to probe. Negative value, in current units."
  578. msgstr ""
  579. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:788
  580. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1324
  581. msgid "Feedrate Probe:"
  582. msgstr ""
  583. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:790
  584. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1326
  585. msgid "The feedrate used while the probe is probing."
  586. msgstr ""
  587. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:799
  588. msgid ""
  589. "Select from the Tools Table above\n"
  590. "the tools you want to include."
  591. msgstr ""
  592. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:806
  593. msgid "<b>Type: </b>"
  594. msgstr ""
  595. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:808
  596. msgid ""
  597. "Choose what to use for GCode generation:\n"
  598. "'Drills', 'Slots' or 'Both'.\n"
  599. "When choosing 'Slots' or 'Both', slots will be\n"
  600. "converted to a series of drills."
  601. msgstr ""
  602. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:815
  603. msgid "Both"
  604. msgstr ""
  605. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:823
  606. msgid "Create GCode"
  607. msgstr ""
  608. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:825
  609. msgid "Generate the CNC Job."
  610. msgstr ""
  611. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:830
  612. msgid "<b>Mill Holes</b>"
  613. msgstr ""
  614. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:832
  615. msgid "Create Geometry for milling holes."
  616. msgstr ""
  617. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:837
  618. msgid ""
  619. "Select from the Tools Table above\n"
  620. " the hole dias that are to be milled."
  621. msgstr ""
  622. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:844
  623. msgid "Drills Tool dia:"
  624. msgstr ""
  625. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:846 D:\1.DEV\FlatCAM_beta\ObjectUI.py:862
  626. msgid "Diameter of the cutting tool."
  627. msgstr ""
  628. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:851
  629. msgid "Mill Drills Geo"
  630. msgstr ""
  631. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:853
  632. msgid ""
  633. "Create the Geometry Object\n"
  634. "for milling DRILLS toolpaths."
  635. msgstr ""
  636. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:860
  637. msgid "Slots Tool dia:"
  638. msgstr ""
  639. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:867
  640. msgid "Mill Slots Geo"
  641. msgstr ""
  642. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:869
  643. msgid ""
  644. "Create the Geometry Object\n"
  645. "for milling SLOTS toolpaths."
  646. msgstr ""
  647. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:887
  648. msgid "Geometry Object"
  649. msgstr ""
  650. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:918
  651. msgid ""
  652. "Tools in this Geometry object used for cutting.\n"
  653. "The 'Offset' entry will set an offset for the cut.\n"
  654. "'Offset' can be inside, outside, on path (none) and custom.\n"
  655. "'Type' entry is only informative and it allow to know the \n"
  656. "intent of using the current tool. \n"
  657. "It can be Rough(ing), Finish(ing) or Iso(lation).\n"
  658. "The 'Tool type'(TT) can be circular with 1 to 4 teeths(C1..C4),\n"
  659. "ball(B), or V-Shaped(V). \n"
  660. "When V-shaped is selected the 'Type' entry is automatically \n"
  661. "set to Isolation, the CutZ parameter in the UI form is\n"
  662. "grayed out and Cut Z is automatically calculated from the newly \n"
  663. "showed UI form entries named V-Tip Dia and V-Tip Angle."
  664. msgstr ""
  665. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
  666. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
  667. msgid "Dia"
  668. msgstr ""
  669. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:949
  670. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1506
  671. msgid "TT"
  672. msgstr ""
  673. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:955
  674. msgid ""
  675. "This is the Tool Number.\n"
  676. "When ToolChange is checked, on toolchange event this value\n"
  677. "will be showed as a T1, T2 ... Tn"
  678. msgstr ""
  679. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:966
  680. msgid ""
  681. "The value for the Offset can be:\n"
  682. "- Path -> There is no offset, the tool cut will be done through the geometry line.\n"
  683. "- In(side) -> The tool cut will follow the geometry inside. It will create a 'pocket'.\n"
  684. "- Out(side) -> The tool cut will follow the geometry line on the outside."
  685. msgstr ""
  686. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:973
  687. msgid ""
  688. "The (Operation) Type has only informative value. Usually the UI form values \n"
  689. "are choosed based on the operation type and this will serve as a reminder.\n"
  690. "Can be 'Roughing', 'Finishing' or 'Isolation'.\n"
  691. "For Roughing we may choose a lower Feedrate and multiDepth cut.\n"
  692. "For Finishing we may choose a higher Feedrate, without multiDepth.\n"
  693. "For Isolation we need a lower Feedrate as it use a milling bit with a fine tip."
  694. msgstr ""
  695. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:982
  696. msgid ""
  697. "The Tool Type (TT) can be:\n"
  698. "- Circular with 1 ... 4 teeth -> it is informative only. Being circular the cut width in material\n"
  699. "is exactly the tool diameter.\n"
  700. "- Ball -> informative only and make reference to the Ball type endmill.\n"
  701. "- V-Shape -> it will disable de Z-Cut parameter in the UI form and enable two additional UI form\n"
  702. "fields: V-Tip Dia and V-Tip Angle. Adjusting those two values will adjust the Z-Cut parameter such\n"
  703. "as the cut width into material will be equal with the value in the Tool Diameter column of this table.\n"
  704. "Choosing the V-Shape Tool Type automatically will select the Operation Type as Isolation."
  705. msgstr ""
  706. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:993
  707. msgid ""
  708. "Plot column. It is visible only for MultiGeo geometries, meaning geometries that holds the geometry\n"
  709. "data into the tools. For those geometries, deleting the tool will delete the geometry data also,\n"
  710. "so be WARNED. From the checkboxes on each row it can be enabled/disabled the plot on canvas\n"
  711. "for the corresponding tool."
  712. msgstr ""
  713. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1007
  714. msgid "Tool Offset:"
  715. msgstr ""
  716. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1009
  717. msgid ""
  718. "The value to offset the cut when \n"
  719. "the Offset type selected is 'Offset'.\n"
  720. "The value can be positive for 'outside'\n"
  721. "cut and negative for 'inside' cut."
  722. msgstr ""
  723. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1033
  724. msgid "<b>Tool Dia:</b>"
  725. msgstr ""
  726. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1035
  727. msgid "Diameter for the new tool"
  728. msgstr ""
  729. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1049
  730. msgid "Add"
  731. msgstr ""
  732. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1051
  733. msgid ""
  734. "Add a new tool to the Tool Table\n"
  735. "with the diameter specified above."
  736. msgstr ""
  737. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1057
  738. msgid "Copy"
  739. msgstr ""
  740. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1059
  741. msgid ""
  742. "Copy a selection of tools in the Tool Table\n"
  743. "by first selecting a row in the Tool Table."
  744. msgstr ""
  745. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1065
  746. msgid "Delete"
  747. msgstr ""
  748. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1067
  749. msgid ""
  750. "Delete a selection of tools in the Tool Table\n"
  751. "by first selecting a row in the Tool Table."
  752. msgstr ""
  753. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1084
  754. msgid "<b>Tool Data</b>"
  755. msgstr ""
  756. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1086
  757. msgid ""
  758. "The data used for creating GCode.\n"
  759. "Each tool store it's own set of such data."
  760. msgstr ""
  761. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1097
  762. msgid "V-Tip Dia:"
  763. msgstr ""
  764. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1099
  765. msgid "The tip diameter for V-Shape Tool"
  766. msgstr ""
  767. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1108
  768. msgid "V-Tip Angle:"
  769. msgstr ""
  770. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1110
  771. msgid ""
  772. "The tip angle for V-Shape Tool.\n"
  773. "In degree."
  774. msgstr ""
  775. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1122
  776. msgid ""
  777. "Cutting depth (negative)\n"
  778. "below the copper surface."
  779. msgstr ""
  780. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1132
  781. msgid "Multi-Depth:"
  782. msgstr ""
  783. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1134
  784. msgid ""
  785. "Use multiple passes to limit\n"
  786. "the cut depth in each pass. Will\n"
  787. "cut multiple times until Cut Z is\n"
  788. "reached.\n"
  789. "To the right, input the depth of \n"
  790. "each pass (positive value)."
  791. msgstr ""
  792. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1147
  793. msgid "Depth of each pass (positive)."
  794. msgstr ""
  795. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1158
  796. msgid ""
  797. "Height of the tool when\n"
  798. "moving without cutting."
  799. msgstr ""
  800. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1178
  801. msgid ""
  802. "Include tool-change sequence\n"
  803. "in the Machine Code (Pause for tool change)."
  804. msgstr ""
  805. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1204
  806. msgid ""
  807. "This is the height (Z) at which the CNC\n"
  808. "will go as the last move."
  809. msgstr ""
  810. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1214
  811. msgid "Feed Rate X-Y:"
  812. msgstr ""
  813. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1216
  814. msgid ""
  815. "Cutting speed in the XY\n"
  816. "plane in units per minute"
  817. msgstr ""
  818. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1226
  819. msgid "Feed Rate Z (Plunge):"
  820. msgstr ""
  821. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1228
  822. msgid ""
  823. "Cutting speed in the Z\n"
  824. "plane in units per minute"
  825. msgstr ""
  826. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1238
  827. msgid "Feed Rate Rapids:"
  828. msgstr ""
  829. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1240
  830. msgid ""
  831. "Cutting speed in the XY\n"
  832. "plane in units per minute\n"
  833. "for the rapid movements G00.\n"
  834. "It is useful only in conjunction \n"
  835. "with Marlin postprocessor."
  836. msgstr ""
  837. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1253
  838. msgid "Cut over 1st pt"
  839. msgstr ""
  840. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1255
  841. msgid ""
  842. "In order to remove possible\n"
  843. "copper leftovers where first cut\n"
  844. "meet with last cut, we generate an\n"
  845. "extended cut over the first cut section."
  846. msgstr ""
  847. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1267
  848. msgid ""
  849. "Speed of the spindle in RPM (optional).\n"
  850. "If LASER postprocessor is used,\n"
  851. "this value is the power of laser."
  852. msgstr ""
  853. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1297
  854. msgid "PostProcessor:"
  855. msgstr ""
  856. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1299
  857. msgid ""
  858. "The Postprocessor file that dictates\n"
  859. "the Machine Code (like GCode, RML, HPGL) output."
  860. msgstr ""
  861. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1337
  862. msgid ""
  863. "Add at least one tool in the tool-table.\n"
  864. "Click the header to select all, or Ctrl + LMB\n"
  865. "for custom selection of tools."
  866. msgstr ""
  867. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1345
  868. msgid "Generate"
  869. msgstr ""
  870. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1347
  871. msgid "Generate the CNC Job object."
  872. msgstr ""
  873. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1356
  874. msgid "<b>Paint Area:</b>"
  875. msgstr ""
  876. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1358
  877. msgid ""
  878. "Creates tool paths to cover the\n"
  879. "whole area of a polygon (remove\n"
  880. "all copper). You will be asked\n"
  881. "to click on the desired polygon."
  882. msgstr ""
  883. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1368
  884. msgid "Paint Tool"
  885. msgstr ""
  886. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1370
  887. msgid "Launch Paint Tool in Tools Tab."
  888. msgstr ""
  889. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1388
  890. msgid "CNC Job Object"
  891. msgstr ""
  892. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1407
  893. msgid "<b>Plot kind:</b>"
  894. msgstr ""
  895. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1409
  896. msgid ""
  897. "This selects the kind of geometries on the canvas to plot.\n"
  898. "Those can be either of type 'Travel' which means the moves\n"
  899. "above the work piece or it can be of type 'Cut',\n"
  900. "which means the moves that cut into the material."
  901. msgstr ""
  902. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1418
  903. msgid "All"
  904. msgstr ""
  905. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1419
  906. msgid "Travel"
  907. msgstr ""
  908. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1420
  909. msgid "Cut"
  910. msgstr ""
  911. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1432
  912. msgid "<b>Travelled dist.:</b>"
  913. msgstr ""
  914. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1434
  915. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1441
  916. msgid ""
  917. "This is the total travelled distance on X-Y plane.\n"
  918. "In current units."
  919. msgstr ""
  920. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1470
  921. msgid "<b>CNC Tools Table</b>"
  922. msgstr ""
  923. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1472
  924. msgid ""
  925. "Tools in this CNCJob object used for cutting.\n"
  926. "The tool diameter is used for plotting on canvas.\n"
  927. "The 'Offset' entry will set an offset for the cut.\n"
  928. "'Offset' can be inside, outside, on path (none) and custom.\n"
  929. "'Type' entry is only informative and it allow to know the \n"
  930. "intent of using the current tool. \n"
  931. "It can be Rough(ing), Finish(ing) or Iso(lation).\n"
  932. "The 'Tool type'(TT) can be circular with 1 to 4 teeths(C1..C4),\n"
  933. "ball(B), or V-Shaped(V)."
  934. msgstr ""
  935. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1507
  936. msgid "P"
  937. msgstr ""
  938. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1513
  939. msgid "Update Plot"
  940. msgstr ""
  941. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1515
  942. msgid "Update the plot."
  943. msgstr ""
  944. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1522
  945. msgid "<b>Export CNC Code:</b>"
  946. msgstr ""
  947. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1524
  948. msgid ""
  949. "Export and save G-Code to\n"
  950. "make this object to a file."
  951. msgstr ""
  952. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1530
  953. msgid "Prepend to CNC Code:"
  954. msgstr ""
  955. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1532
  956. msgid ""
  957. "Type here any G-Code commands you would\n"
  958. "like to add to the beginning of the generated file."
  959. msgstr ""
  960. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1543
  961. msgid "Append to CNC Code"
  962. msgstr ""
  963. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1545
  964. msgid ""
  965. "Type here any G-Code commands you would\n"
  966. "like to append to the generated file.\n"
  967. "I.e.: M2 (End of program)"
  968. msgstr ""
  969. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1564
  970. msgid "Toolchange G-Code:"
  971. msgstr ""
  972. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1566
  973. msgid ""
  974. "Type here any G-Code commands you would\n"
  975. "like to be executed when Toolchange event is encountered.\n"
  976. "This will constitute a Custom Toolchange GCode,\n"
  977. "or a Toolchange Macro.\n"
  978. "The FlatCAM variables are surrounded by '%' symbol.\n"
  979. "\n"
  980. "WARNING: it can be used only with a postprocessor file\n"
  981. "that has 'toolchange_custom' in it's name and this is built\n"
  982. "having as template the 'Toolchange Custom' posprocessor file."
  983. msgstr ""
  984. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1586
  985. msgid "Use Toolchange Macro"
  986. msgstr ""
  987. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1588
  988. msgid ""
  989. "Check this box if you want to use\n"
  990. "a Custom Toolchange GCode (macro)."
  991. msgstr ""
  992. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1604
  993. msgid ""
  994. "A list of the FlatCAM variables that can be used\n"
  995. "in the Toolchange event.\n"
  996. "They have to be surrounded by the '%' symbol"
  997. msgstr ""
  998. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1613
  999. msgid "Parameters"
  1000. msgstr ""
  1001. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1616
  1002. msgid "FlatCAM CNC parameters"
  1003. msgstr ""
  1004. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1617
  1005. msgid "tool = tool number"
  1006. msgstr ""
  1007. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1618
  1008. msgid "tooldia = tool diameter"
  1009. msgstr ""
  1010. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1619
  1011. msgid "t_drills = for Excellon, total number of drills"
  1012. msgstr ""
  1013. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1620
  1014. msgid "x_toolchange = X coord for Toolchange"
  1015. msgstr ""
  1016. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1621
  1017. msgid "y_toolchange = Y coord for Toolchange"
  1018. msgstr ""
  1019. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1622
  1020. msgid "z_toolchange = Z coord for Toolchange"
  1021. msgstr ""
  1022. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1623
  1023. msgid "z_cut = Z coord for Toolchange"
  1024. msgstr ""
  1025. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1624
  1026. msgid "z_move = Z coord for Toolchange"
  1027. msgstr ""
  1028. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1625
  1029. msgid "z_depthpercut = the step value for multidepth cut"
  1030. msgstr ""
  1031. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1626
  1032. msgid "spindlesspeed = the value for the spindle speed"
  1033. msgstr ""
  1034. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1627
  1035. msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM"
  1036. msgstr ""
  1037. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1645
  1038. msgid "View CNC Code"
  1039. msgstr ""
  1040. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1647
  1041. msgid ""
  1042. "Opens TAB to view/modify/print G-Code\n"
  1043. "file."
  1044. msgstr ""
  1045. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1654
  1046. msgid "Save CNC Code"
  1047. msgstr ""
  1048. #: D:\1.DEV\FlatCAM_beta\ObjectUI.py:1656
  1049. msgid ""
  1050. "Opens dialog to save G-Code\n"
  1051. "file."
  1052. msgstr ""