File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
pages/editor/GraphicalEditor/SentenceEditor Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ msgstr "Intro texts"
9494msgid "intro:;"
9595msgstr "intro:;"
9696
97+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:185
98+ msgid "Live2D 动作"
99+ msgstr "Live2D Motion"
100+
101+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:199
102+ msgid "Live2D 表情"
103+ msgstr "Live2D Expression"
104+
97105#: src/pages/editor/GraphicalEditor/SentenceEditor/index.tsx:173
98106msgid "miniAvatar:选择小头像;"
99107msgstr "miniAvatar: Choose a file of avatar;"
Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ msgstr "Intro テキスト"
9494msgid "intro:;"
9595msgstr "intro:;"
9696
97+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:185
98+ msgid "Live2D 动作"
99+ msgstr "Live2D モーション"
100+
101+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:199
102+ msgid "Live2D 表情"
103+ msgstr "Live2D 表情"
104+
97105#: src/pages/editor/GraphicalEditor/SentenceEditor/index.tsx:173
98106msgid "miniAvatar:选择小头像;"
99107msgstr "miniAvatar: アバターファイルを選択;"
Original file line number Diff line number Diff line change @@ -110,6 +110,14 @@ msgstr "Intro 文本"
110110msgid "intro:;"
111111msgstr "intro:;"
112112
113+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:185
114+ msgid "Live2D 动作"
115+ msgstr "Live2D 动作"
116+
117+ #: src/pages/editor/GraphicalEditor/SentenceEditor/ChangeFigure.tsx:199
118+ msgid "Live2D 表情"
119+ msgstr "Live2D 表情"
120+
113121#: src/pages/editor/GraphicalEditor/SentenceEditor/index.tsx:173
114122msgid "miniAvatar:选择小头像;"
115123msgstr "miniAvatar:选择小头像;"
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export default function ChangeFigure(props: ISentenceEditorProps) {
182182 </ CommonOptions >
183183 { figureFile . value . includes ( '.json' ) && (
184184 < >
185- < CommonOptions key = "24" title = "live2D Motion" >
185+ < CommonOptions key = "24" title = { t `Live2D 动作` } >
186186 < Dropdown
187187 value = { currentMotion . value }
188188 selectedOptions = { [ currentMotion . value ] }
@@ -196,7 +196,7 @@ export default function ChangeFigure(props: ISentenceEditorProps) {
196196 </ Dropdown >
197197 </ CommonOptions >
198198
199- < CommonOptions key = "25" title = "live2D Expression" >
199+ < CommonOptions key = "25" title = { t `Live2D 表情` } >
200200 < Dropdown
201201 value = { currentExpression . value }
202202 selectedOptions = { [ currentExpression . value ] }
You can’t perform that action at this time.
0 commit comments