From 63ec99f67a3bb22e4a1d259ee70e0c033b61c491 Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Fri, 4 Jul 2025 22:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E7=BF=BB=E8=AF=91=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/i18n/locales/en-US/core/common.json | 1 + dashboard/src/i18n/locales/zh-CN/core/common.json | 1 + 2 files changed, 2 insertions(+) diff --git a/dashboard/src/i18n/locales/en-US/core/common.json b/dashboard/src/i18n/locales/en-US/core/common.json index 71fc16e72..823eacdcf 100644 --- a/dashboard/src/i18n/locales/en-US/core/common.json +++ b/dashboard/src/i18n/locales/en-US/core/common.json @@ -2,6 +2,7 @@ "save": "Save", "cancel": "Cancel", "close": "Close", + "copy": "Copy", "delete": "Delete", "edit": "Edit", "add": "Add", diff --git a/dashboard/src/i18n/locales/zh-CN/core/common.json b/dashboard/src/i18n/locales/zh-CN/core/common.json index a2353da4c..e79778ec2 100644 --- a/dashboard/src/i18n/locales/zh-CN/core/common.json +++ b/dashboard/src/i18n/locales/zh-CN/core/common.json @@ -2,6 +2,7 @@ "save": "保存", "cancel": "取消", "close": "关闭", + "copy": "复制", "delete": "删除", "edit": "编辑", "add": "添加",