diff --git a/editor/locale/lang.zh-TW.js b/editor/locale/lang.zh-TW.js index 9d140280..c67de9f6 100644 --- a/editor/locale/lang.zh-TW.js +++ b/editor/locale/lang.zh-TW.js @@ -79,7 +79,7 @@ svgEditor.readLang({ "fit_to_sel": "適合選取的物件", "align_relative_to": "相對對齊 ...", "relativeTo": "相對於:", - "網頁": "網頁", + "page": "網頁", "largest_object": "最大的物件", "selected_objects": "選取物件", "smallest_object": "最小的物件", @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Copy", "paste": "Paste", "paste_in_place": "Paste in Place", - "刪除": "Delete", + "delete": "Delete", "group": "Group", "move_front": "Bring to Front", "move_up": "Bring Forward", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});