fix(webui): maintain international consistency of the 'repo' button (#4358)

This commit is contained in:
letr
2026-01-08 13:34:13 +08:00
committed by GitHub
parent 8ff12e3972
commit 8c7a4b87d0
3 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"configure": "Configure",
"viewInfo": "Handlers",
"viewDocs": "Documentation",
"viewRepo": "Repository",
"close": "Close",
"save": "Save",
"saveAndClose": "Save and Close",

View File

@@ -27,6 +27,7 @@
"configure": "配置",
"viewInfo": "行为",
"viewDocs": "文档",
"viewRepo": "仓库",
"close": "关闭",
"save": "保存",
"saveAndClose": "保存并关闭",

View File

@@ -2029,7 +2029,7 @@ watch(isListView, (newVal) => {
style="height: 24px"
>
<v-icon icon="mdi-github" start size="x-small"></v-icon>
仓库
{{ tm("buttons.viewRepo") }}
</v-btn>
<v-btn
v-if="!plugin?.installed"