Skip to content

Commit 93679f4

Browse files
authored
Merge pull request #1511 from wwwld1/main
Update Chinese translation for bezierVertex in zh-Hans.json
2 parents a0faace + fe863d1 commit 93679f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/data/reference/zh-Hans.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -660,11 +660,11 @@
660660
"y2": "数字:第一个控制点的 y 坐标",
661661
"x3": "数字:第二个控制点的 x 坐标",
662662
"y3": "数字:第二个控制点的 y 坐标",
663-
"x4": "数字:第一个锚点的 x 坐标",
664-
"y4": "数字:第二个锚点的 x 坐标",
665-
"z2": "Number: z-coordinate for the first control point (for WebGL mode)",
666-
"z3": "Number: z-coordinate for the second control point (for WebGL mode)",
667-
"z4": "Number: z-coordinate for the anchor point (for WebGL mode)"
663+
"x4": "数字:锚点的 x 坐标",
664+
"y4": "数字:锚点的 y 坐标",
665+
"z2": "数字:第一个控制点的 z 坐标(适用于WebGL模式)",
666+
"z3": "数字:第二个控制点的 z 坐标(适用于WebGL模式)",
667+
"z4": "数字:锚点的 z 坐标(适用于WebGL模式)"
668668
}
669669
},
670670
"curveVertex": {

0 commit comments

Comments
 (0)