From 1496403ce90ba848988abffe0586e4ee64bc2d51 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Thu, 1 Dec 2022 15:53:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=B2=E5=AE=89=E8=A3=85=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E7=AB=AF=E5=8F=A3=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/app-store/installed/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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') }} - +