mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Fix casing of axis' names (#11258)
This commit is contained in:
committed by
GitHub
parent
b62187f076
commit
2bcbb688a1
@@ -4685,7 +4685,7 @@ msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please "
|
||||
"Conflicts of G-code paths have been found at layer %d, Z = %.2lfmm. Please "
|
||||
"separate the conflicted objects farther (%s <-> %s)."
|
||||
msgstr ""
|
||||
|
||||
@@ -8346,7 +8346,7 @@ msgid ""
|
||||
"When using support material for the support interface, we recommend the "
|
||||
"following settings:\n"
|
||||
"0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and "
|
||||
"disable independent support layer height"
|
||||
"disable independent support layer height."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8356,11 +8356,11 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"When using soluble material for the support interface, We recommend the "
|
||||
"When using soluble material for the support interface, we recommend the "
|
||||
"following settings:\n"
|
||||
"0 top z distance, 0 interface spacing, interlaced rectilinear pattern, "
|
||||
"disable independent support layer height \n"
|
||||
"and use soluble materials for both support interface and support base"
|
||||
"0 top Z distance, 0 interface spacing, interlaced rectilinear pattern, "
|
||||
"disable independent support layer height\n"
|
||||
"and use soluble materials for both support interface and support base."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -11488,11 +11488,9 @@ msgid ""
|
||||
"option in most cases.\n"
|
||||
"\n"
|
||||
"Use Outer/Inner for the same external wall quality and dimensional accuracy "
|
||||
"benefits of Inner/Outer/Inner option. However, the z seams will appear less "
|
||||
"benefits of Inner/Outer/Inner option. However, the Z seams will appear less "
|
||||
"consistent as the first extrusion of a new layer starts on a visible "
|
||||
"surface.\n"
|
||||
"\n"
|
||||
" "
|
||||
"surface."
|
||||
msgstr ""
|
||||
|
||||
msgid "Inner/Outer"
|
||||
@@ -11908,7 +11906,7 @@ msgstr ""
|
||||
#, no-c-format, no-boost-format
|
||||
msgid ""
|
||||
"Enter the shrinkage percentage that the filament will get after cooling (94% "
|
||||
"if you measure 94mm instead of 100mm). The part will be scaled in xy to "
|
||||
"if you measure 94mm instead of 100mm). The part will be scaled in XY to "
|
||||
"compensate. Only the filament used for the perimeter is taken into account.\n"
|
||||
"Be sure to allow enough space between objects, as this compensation is done "
|
||||
"after the checks."
|
||||
@@ -12604,7 +12602,7 @@ msgid "Precise Z height"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Enable this to get precise z height of object after slicing. It will get the "
|
||||
"Enable this to get precise Z height of object after slicing. It will get the "
|
||||
"precise object height by fine-tuning the layer heights of the last few "
|
||||
"layers. Note that this is an experimental parameter."
|
||||
msgstr ""
|
||||
@@ -14067,7 +14065,7 @@ msgid "Speed of internal solid infill, not the top and bottom surface."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Spiralize smooths out the z moves of the outer contour. And turns a solid "
|
||||
"Spiralize smooths out the Z moves of the outer contour. And turns a solid "
|
||||
"model into a single walled print with solid bottom layers. The final "
|
||||
"generated model has no seam."
|
||||
msgstr ""
|
||||
@@ -14265,7 +14263,7 @@ msgstr ""
|
||||
msgid "Tree (manual)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Support/object xy distance"
|
||||
msgid "Support/object XY distance"
|
||||
msgstr ""
|
||||
|
||||
msgid "XY separation between an object and its support."
|
||||
@@ -14454,7 +14452,7 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Support layer uses layer height independent with object layer. This is to "
|
||||
"support customizing z-gap and save print time. This option will be invalid "
|
||||
"support customizing Z-gap and save print time. This option will be invalid "
|
||||
"when the prime tower is enabled."
|
||||
msgstr ""
|
||||
|
||||
@@ -15558,7 +15556,7 @@ msgid ""
|
||||
"Contains a string with the information about what scaling was applied to the "
|
||||
"individual objects. Indexing of the objects is zero-based (first object has "
|
||||
"index 0).\n"
|
||||
"Example: 'x:100% y:50% z:100'."
|
||||
"Example: 'x:100% y:50% z:100%'."
|
||||
msgstr ""
|
||||
|
||||
msgid "Input filename without extension"
|
||||
@@ -15568,11 +15566,11 @@ msgid "Source filename of the first object, without extension."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The vector has two elements: x and y coordinate of the point. Values in mm."
|
||||
"The vector has two elements: X and Y coordinate of the point. Values in mm."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The vector has two elements: x and y dimension of the bounding box. Values "
|
||||
"The vector has two elements: X and Y dimension of the bounding box. Values "
|
||||
"in mm."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user