From eb2c88f802f2351a7580672bf34e895b009b021b Mon Sep 17 00:00:00 2001 From: Ocetars Date: Thu, 4 Dec 2025 15:23:53 +0800 Subject: [PATCH] =?UTF-8?q?style(extension):=20=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/i18n/locales/en-US/features/extension.json | 5 +++-- dashboard/src/i18n/locales/zh-CN/features/extension.json | 5 +++-- dashboard/src/views/ExtensionPage.vue | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/extension.json b/dashboard/src/i18n/locales/en-US/features/extension.json index 4a9884533..e3fa817c3 100644 --- a/dashboard/src/i18n/locales/en-US/features/extension.json +++ b/dashboard/src/i18n/locales/en-US/features/extension.json @@ -176,8 +176,9 @@ }, "conflicts": { "title": "Command Conflicts Detected", - "message": "This may cause some commands to not work properly. It is recommended to go to Command Management to resolve.", + "message": "This will cause some commands to work abnormally. It is recommended to go to the [Command Management] panel to handle it.", "pairs": "command conflicts", - "goToManage": "Go to Manage" + "goToManage": "Go to Manage", + "later": "Later" } } diff --git a/dashboard/src/i18n/locales/zh-CN/features/extension.json b/dashboard/src/i18n/locales/zh-CN/features/extension.json index b33922ae5..6f90c5de8 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/extension.json +++ b/dashboard/src/i18n/locales/zh-CN/features/extension.json @@ -176,8 +176,9 @@ }, "conflicts": { "title": "检测到指令冲突", - "message": "这可能导致部分指令无法正常工作,建议前往指令管理页面处理。", + "message": "这会导致部分指令工作异常,建议前往【指令管理】面板进行处理。", "pairs": "对指令冲突", - "goToManage": "前往处理" + "goToManage": "前往处理", + "later": "稍后处理" } } diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index 97b3d0996..3485aa19e 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -1273,7 +1273,7 @@ watch(marketSearch, (newVal) => { - {{ tm('buttons.cancel') }} + {{ tm('conflicts.later') }} {{ tm('conflicts.goToManage') }}