From 8c7a4b87d003a1a778c8405477a505972a23a862 Mon Sep 17 00:00:00 2001 From: letr <123731298+letr007@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:34:13 +0800 Subject: [PATCH] fix(webui): maintain international consistency of the 'repo' button (#4358) --- dashboard/src/i18n/locales/en-US/features/extension.json | 1 + dashboard/src/i18n/locales/zh-CN/features/extension.json | 1 + dashboard/src/views/ExtensionPage.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard/src/i18n/locales/en-US/features/extension.json b/dashboard/src/i18n/locales/en-US/features/extension.json index 94de58b97..2cb7c7f72 100644 --- a/dashboard/src/i18n/locales/en-US/features/extension.json +++ b/dashboard/src/i18n/locales/en-US/features/extension.json @@ -27,6 +27,7 @@ "configure": "Configure", "viewInfo": "Handlers", "viewDocs": "Documentation", + "viewRepo": "Repository", "close": "Close", "save": "Save", "saveAndClose": "Save and Close", diff --git a/dashboard/src/i18n/locales/zh-CN/features/extension.json b/dashboard/src/i18n/locales/zh-CN/features/extension.json index a493f575a..7cc5312e7 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/extension.json +++ b/dashboard/src/i18n/locales/zh-CN/features/extension.json @@ -27,6 +27,7 @@ "configure": "配置", "viewInfo": "行为", "viewDocs": "文档", + "viewRepo": "仓库", "close": "关闭", "save": "保存", "saveAndClose": "保存并关闭", diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index 6baacbbe1..93364bd13 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -2029,7 +2029,7 @@ watch(isListView, (newVal) => { style="height: 24px" > - 仓库 + {{ tm("buttons.viewRepo") }}