diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index b504a5005..aebfe46cb 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -731,6 +731,7 @@ export default { operatorHelper: '将对选中应用进行 {0} 操作,是否继续?', checkInstalledWarn: '未检测到 {0} ,请进入应用商店点击安装!', gotoInstalled: '去安装', + search: '搜索', }, website: { website: '网站', diff --git a/frontend/src/views/app-store/installed/index.vue b/frontend/src/views/app-store/installed/index.vue index 8564f58fd..6d5fafb7e 100644 --- a/frontend/src/views/app-store/installed/index.vue +++ b/frontend/src/views/app-store/installed/index.vue @@ -19,7 +19,7 @@ v-model="searchName" @click="search()" > - {{ '搜索' }} + {{ $t('app.search') }} @@ -31,9 +31,9 @@ {{ $t('app.canUpdate') }} - +