From c69f9b09ecb483a147420e9fd975bbf45bc95b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 16 May 2022 00:32:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=96=87=E6=A1=88=E4=B8=BA=E5=85=8B=E9=9A=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en/index.ts | 2 +- src/i18n/zh/index.ts | 2 +- src/views/project/items/components/ProjectItemsCard/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/en/index.ts b/src/i18n/en/index.ts index 70c76bec..140a3add 100644 --- a/src/i18n/en/index.ts +++ b/src/i18n/en/index.ts @@ -17,7 +17,7 @@ const global = { // right key r_edit: 'Edit', r_preview: 'Preview', - r_copy: 'Copy', + r_copy: 'Clone', r_rename: 'Rename', r_publish: 'Publish', r_unpublish: 'Unpublish', diff --git a/src/i18n/zh/index.ts b/src/i18n/zh/index.ts index e96409b0..0fd4dd05 100644 --- a/src/i18n/zh/index.ts +++ b/src/i18n/zh/index.ts @@ -17,7 +17,7 @@ const global = { // 功能键 r_edit: '编辑', r_preview: '预览', - r_copy: '复制', + r_copy: '克隆', r_rename: '重命名', r_publish: '发布', r_unpublish: '取消发布', diff --git a/src/views/project/items/components/ProjectItemsCard/index.vue b/src/views/project/items/components/ProjectItemsCard/index.vue index 37b15d9a..04a3a0f5 100644 --- a/src/views/project/items/components/ProjectItemsCard/index.vue +++ b/src/views/project/items/components/ProjectItemsCard/index.vue @@ -92,8 +92,8 @@ const { CopyIcon, TrashIcon, PencilIcon, + DownloadIcon, BrowsersOutlineIcon, - DownloadOutlineIcon, HammerIcon, SendIcon } = icon.ionicons5 @@ -152,7 +152,7 @@ const selectOptions = ref([ { label: renderLang('global.r_download'), key: 'download', - icon: renderIcon(DownloadOutlineIcon) + icon: renderIcon(DownloadIcon) }, { type: 'divider',