Skip to content

Commit 4d6c054

Browse files
authored
fix: improve english translation (#61)
1 parent 43161b9 commit 4d6c054

File tree

1 file changed

+5
-5
lines changed
  • packages/chili-core/src/i18n

1 file changed

+5
-5
lines changed

packages/chili-core/src/i18n/en.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export default {
4646
"ellipse.majorRadius": "majorRadius",
4747
"ellipse.minorRadius": "minorRadius",
4848
"command.act.alignCamera": "AlignCamera",
49-
"command.boolean.common": "Common",
49+
"command.boolean.common": "Intersect",
5050
"command.boolean.cut": "Cut",
51-
"command.boolean.fuse": "Fuse",
51+
"command.boolean.fuse": "Join",
5252
"command.convert.fuse": "Fuse",
53-
"command.convert.prism": "Prism",
53+
"command.convert.prism": "Extrude",
5454
"command.convert.revol": "Revolve",
5555
"command.convert.sweep": "Sweep",
5656
"command.convert.toFace": "ToFace",
@@ -190,7 +190,7 @@ export default {
190190
"prompt.select.noModelSelected": "No model selected",
191191
"prompt.select.shape": "Please select shape",
192192
"prompt.select.solids": "Please select solids",
193-
"prompt.select.vertexs": "Please select vertexs",
193+
"prompt.select.vertexs": "Please select vertexes",
194194
"prompt.select.wires": "Please select wires",
195195
"toast.snap.notFoundValidPoint": "No valid point",
196196
"properties.group.transform": "Transform",
@@ -227,7 +227,7 @@ export default {
227227
"toast.converter.error": "Converter error",
228228
"toast.converter.invalidColor": "The color is invalid",
229229
"toast.delete{0}Objects": "Deleted {0} objects",
230-
"toast.document.noActived": "No document actived",
230+
"toast.document.noActived": "No document activated",
231231
"toast.document.saved": "Document saved",
232232
"toast.downloading": "Downloading",
233233
"toast.excuting{0}": "Excuting {0}",

0 commit comments

Comments
 (0)