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') }}