mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
1. Add run_gettext.sh
2. Update locale
This commit is contained in:
parent
8b0e307941
commit
1ab212512e
16 changed files with 535 additions and 26 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:52+0800\n"
|
||||
"POT-Creation-Date: 2023-05-27 18:30+0800\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"
|
||||
|
@ -6929,6 +6929,45 @@ msgstr ""
|
|||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue