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