From 48054b05ce17ed03a6f69e3e2d6ab063af71b62d Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 30 Dec 2022 16:29:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=BB=BA=E7=BD=91=E7=AB=99=20?= =?UTF-8?q?=E6=97=A0=E6=95=B0=E6=8D=AE=E5=BA=93=E6=83=85=E5=86=B5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA?= 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/detail/params/index.vue | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 7495d9e88..38e2dfbe0 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -804,6 +804,7 @@ export default { forceDeleteHelper: '强制删除,会忽略删除过程中产生的错误并最终删除元数据', deleteBackup: '删除备份', deleteBackupHelper: '同时删除应用备份', + noService: '无{0}', toInstall: '去安装', }, website: { diff --git a/frontend/src/views/app-store/detail/params/index.vue b/frontend/src/views/app-store/detail/params/index.vue index a04438447..585681272 100644 --- a/frontend/src/views/app-store/detail/params/index.vue +++ b/frontend/src/views/app-store/detail/params/index.vue @@ -35,7 +35,9 @@ > - {{ $t('app.toInstall') }} + + {{ $t('app.toInstall') }} +