mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 07:27:35 +08:00
replace ui text to Chinese
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
:show-close="false"
|
:show-close="false"
|
||||||
>
|
>
|
||||||
<template v-if="!copiedDependenciesStatus.puppeteerExecutableAvailable">
|
<template v-if="!copiedDependenciesStatus.puppeteerExecutableAvailable">
|
||||||
<div>Downloading Dedicate Browser</div>
|
<div>正在下载核心组件</div>
|
||||||
<el-progress :percentage="browserDownloadPercentage" :format="(n) => `${n.toFixed(1)}%`" />
|
<el-progress :percentage="browserDownloadPercentage" :format="(n) => `${n.toFixed(1)}%`" />
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="BossZhipin cookies (copy with EditThisCookie Extension from a window which has been logined)"
|
label="BOSS直聘 Cookie (使用EditThisCookie扩展程序,从你已登录过BOSS直聘的浏览器复制)"
|
||||||
prop="bossZhipinCookies"
|
prop="bossZhipinCookies"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
@@ -11,10 +11,10 @@
|
|||||||
type="textarea"
|
type="textarea"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="Dingtalk robot access token" prop="dingtalkRobotAccessToken">
|
<el-form-item label="钉钉机器人 AccessToken" prop="dingtalkRobotAccessToken">
|
||||||
<el-input v-model="formContent.dingtalkRobotAccessToken" />
|
<el-input v-model="formContent.dingtalkRobotAccessToken" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="Your Expect Companies (separate with comma)" prop="expectCompanies">
|
<el-form-item label="期望公司(以逗号分隔)" prop="expectCompanies">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="formContent.expectCompanies"
|
v-model="formContent.expectCompanies"
|
||||||
:autosize="{ minRows: 4 }"
|
:autosize="{ minRows: 4 }"
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item class="last-form-item">
|
<el-form-item class="last-form-item">
|
||||||
<el-button @click="handleSave">Just save the configuration</el-button>
|
<el-button @click="handleSave">仅保存配置</el-button>
|
||||||
<el-button type="primary" @click="handleSubmit"> I'm ready, geekgeekgo! </el-button>
|
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="geek-auto-start-chat-with-boss__running-status">
|
<div class="geek-auto-start-chat-with-boss__running-status">
|
||||||
<article>
|
<article>
|
||||||
<h1>Hi buddy!</h1>
|
<h1>👋 BOSS炸弹正在运行</h1>
|
||||||
<p>I'm finding your expected job and will start a chat with recruiter.</p>
|
<p>💬 正在为你开聊BOSS,请静候佳音</p>
|
||||||
<p>You can view the positions you've chatted with in BossZhipin App on your cellphone.</p>
|
<p>📱 你可以在<b>手机</b> / <b>平板电脑</b>上,使用BOSS直聘App与为你开聊的BOSS聊天</p>
|
||||||
<p>Good luck to you!</p>
|
<p>🍀 祝你求职顺利!</p>
|
||||||
</article>
|
</article>
|
||||||
<el-button :disabled="isStopping" @click="handleStop">Stop</el-button>
|
<el-button :disabled="isStopping" @click="handleStop">停止开聊</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: 'GeekAutoStartChatWithBoss',
|
path: 'GeekAutoStartChatWithBoss',
|
||||||
component: () => import('@renderer/page/Configuration/GeekAutoStartChatWithBoss.vue'),
|
component: () => import('@renderer/page/Configuration/GeekAutoStartChatWithBoss.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: '"geek auto start chat with boss" configuration'
|
title: '"BOSS炸弹" 设置'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -30,7 +30,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: 'runningStatus',
|
path: 'runningStatus',
|
||||||
component: () => import('@renderer/page/GeekAutoStartChatWithBoss/RunningStatus.vue'),
|
component: () => import('@renderer/page/GeekAutoStartChatWithBoss/RunningStatus.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'geek auto start chat with boss is running!'
|
title: 'BOSS炸弹 正在为你开聊BOSS'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user