|
| 1 | +msgid "" |
| 2 | +msgstr "" |
| 3 | +"Language: en\n" |
| 4 | + |
| 5 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveBorderEdges.label" |
| 6 | +msgstr "Preserve Border Edges" |
| 7 | + |
| 8 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveBorderEdges.tooltip" |
| 9 | +msgstr "If you want to suppress hole generation during simplification, enable this option." |
| 10 | + |
| 11 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveSurfaceCurvature.label" |
| 12 | +msgstr "Preserve Surface Curvature" |
| 13 | + |
| 14 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.PreserveSurfaceCurvature.tooltip" |
| 15 | +msgstr "Change the cost formula to preserve gently curved surfaces." |
| 16 | + |
| 17 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.UseBarycentricCoordinateInterpolation.label" |
| 18 | +msgstr "Use Barycentric Coordinate Interpolation" |
| 19 | + |
| 20 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.UseBarycentricCoordinateInterpolation.tooltip" |
| 21 | +msgstr "If you find that the texture is distorted, try toggling this option." |
| 22 | + |
| 23 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.MinNormalDot.label" |
| 24 | +msgstr "Min Normal Dot" |
| 25 | + |
| 26 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.MinNormalDot.tooltip" |
| 27 | +msgstr "Specifies how much normal misalignment to allow when generating lightweight polygons.For example, cos90°=0 allows up to 90° displacement, and cos180°=-1 allows up to 180° displacement." |
| 28 | + |
| 29 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.EnableSmartLink.label" |
| 30 | +msgstr "Enable Smart Link" |
| 31 | + |
| 32 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.EnableSmartLink.tooltip" |
| 33 | +msgstr "If this option is enabled, vertices that are not originally connected but are close to each other will be included in the first merge candidates. Increases the initialization cost." |
| 34 | + |
| 35 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.SmartLinkOptions" |
| 36 | +msgstr "Smart Link Options" |
| 37 | + |
| 38 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkDistance.label" |
| 39 | +msgstr "Vertex Link Distance" |
| 40 | + |
| 41 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkDistance.tooltip" |
| 42 | +msgstr "When smart link is enabled, this is used to select candidates for merging vertices that are not originally connected to each other. Increasing this value also increases the initialization cost." |
| 43 | + |
| 44 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkColorDistance.label" |
| 45 | +msgstr "Vertex Link Color Distance" |
| 46 | + |
| 47 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkColorDistance.tooltip" |
| 48 | +msgstr "Larger values may improve the shape of the polygons after lightening, but at the cost of unnatural vertex colors." |
| 49 | + |
| 50 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkUvDistance.label" |
| 51 | +msgstr "Vertex Link UV Distance" |
| 52 | + |
| 53 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkUvDistance.tooltip" |
| 54 | +msgstr "Larger values may improve the shape of the polygons after lightening, but at the cost of making the UVs unnatural." |
| 55 | + |
| 56 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkMinNormalDot.label" |
| 57 | +msgstr "Vertex Link Min Normal Dot" |
| 58 | + |
| 59 | +msgid "Meshia.MeshSimplification.MeshSimplifierOptions.VertexLinkMinNormalDot.tooltip" |
| 60 | +msgstr "Use different min normal dot for smart link. The more stringent of the two is used for smart link." |
| 61 | + |
| 62 | +msgid "locale:en" |
| 63 | +msgstr "English" |
0 commit comments