mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -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
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-05-27 18:30+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -7091,6 +7091,54 @@ 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 ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。PrusaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果"
|
||||
"找不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并"
|
||||
"且所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为"
|
||||
"零,以禁用连接到单个填充线的锚点周长。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (无锚线)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(无限制)"
|
||||
|
||||
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 ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。PrusaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果"
|
||||
"找不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长"
|
||||
"线段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "外墙的加速度。它通常使用比内壁速度慢的加速度,以获得更好的质量"
|
||||
|
||||
|
@ -12216,24 +12264,12 @@ msgstr ""
|
|||
#~ msgid "Bridges"
|
||||
#~ msgstr "桥接"
|
||||
|
||||
#~ msgid "Sparse infill anchor length"
|
||||
#~ msgstr "稀疏填充锚线长度"
|
||||
|
||||
#~ msgid "0 (no open anchors)"
|
||||
#~ msgstr "0 (无锚线)"
|
||||
|
||||
#~ msgid "5 mm"
|
||||
#~ msgstr "5 mm"
|
||||
|
||||
#~ msgid "10 mm"
|
||||
#~ msgstr "10 mm"
|
||||
|
||||
#~ msgid "1000 (unlimited)"
|
||||
#~ msgstr "1000(无限制)"
|
||||
|
||||
#~ msgid "Maximum length of the infill anchor"
|
||||
#~ msgstr "填充锚线的最大长度"
|
||||
|
||||
#~ msgid "0 (not anchored)"
|
||||
#~ msgstr "0(无)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue