From 331ae81e503bbdf713a54bbd7739bbe09fa83c1f Mon Sep 17 00:00:00 2001 From: bossgeekgo Date: Wed, 21 Feb 2024 01:20:53 +0800 Subject: [PATCH] replace ui text to Chinese --- .../DependenciesSetupProgressIndicatorDialog/index.vue | 2 +- .../page/Configuration/GeekAutoStartChatWithBoss.vue | 10 +++++----- .../page/GeekAutoStartChatWithBoss/RunningStatus.vue | 10 +++++----- packages/ui/src/renderer/src/router/index.ts | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue b/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue index ddb07c2..7f7e8e2 100644 --- a/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue +++ b/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue @@ -7,7 +7,7 @@ :show-close="false" > diff --git a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue index 53de824..516362c 100644 --- a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue +++ b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue @@ -2,7 +2,7 @@
- + - + - Just save the configuration - I'm ready, geekgeekgo! + 仅保存配置 + 保存配置,并开始求职!
diff --git a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue index bc110ac..a4362bd 100644 --- a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue +++ b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue @@ -1,12 +1,12 @@ diff --git a/packages/ui/src/renderer/src/router/index.ts b/packages/ui/src/renderer/src/router/index.ts index cc8d52b..d7d6051 100644 --- a/packages/ui/src/renderer/src/router/index.ts +++ b/packages/ui/src/renderer/src/router/index.ts @@ -17,7 +17,7 @@ const routes: Array = [ path: 'GeekAutoStartChatWithBoss', component: () => import('@renderer/page/Configuration/GeekAutoStartChatWithBoss.vue'), meta: { - title: '"geek auto start chat with boss" configuration' + title: '"BOSS炸弹" 设置' } } ] @@ -30,7 +30,7 @@ const routes: Array = [ path: 'runningStatus', component: () => import('@renderer/page/GeekAutoStartChatWithBoss/RunningStatus.vue'), meta: { - title: 'geek auto start chat with boss is running!' + title: 'BOSS炸弹 正在为你开聊BOSS' } } ]