diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 5b48789ee..61387fdbb 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -1435,7 +1435,19 @@ const cn = { selMod: '请为所有节点绑定module', none: '无', previewExit: '继续编辑', - iconColor: '图标颜色' + iconColor: '图标颜色', + maxWidth: '最大宽度', + nodeWidth: '节点宽度', + nodeHeight: '节点高度', + spaceWidth: '水平间距', + spaceHeight: '垂直间距', + onLayout: '开始排版', + top: '置顶', + bottom: '置底', + delete: '删除', + cut: '剪切', + copy: '复制', + paste: '粘贴' }, update: '更新' }, diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index a9fd68f78..97b93aaf3 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -1440,9 +1440,21 @@ const en = { selMod: 'Please bind module for all nodes', none: 'None', previewExit: 'Continue', - iconColor: 'Icon color' + iconColor: 'Icon color', + maxWidth: 'Max width', + nodeWidth: 'Node width', + nodeHeight: 'Node height', + spaceWidth: 'Space width', + spaceHeight: 'Space height', + onLayout: 'Layout', + top: 'Top', + bottom: 'Bottom', + delete: 'Delete', + cut: 'Cut', + copy: 'Copy', + paste: 'Paste' }, - update: '更新' + update: 'Update' }, date: { week: { diff --git a/nezha-fronted/src/components/common/project/L5/CanvasContextMenu.vue b/nezha-fronted/src/components/common/project/L5/CanvasContextMenu.vue index b37d1bd00..92d5dbdec 100644 --- a/nezha-fronted/src/components/common/project/L5/CanvasContextMenu.vue +++ b/nezha-fronted/src/components/common/project/L5/CanvasContextMenu.vue @@ -1,37 +1,40 @@