mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: lark document i18n error
--bug=1053850 --user=王孝刚 [知识库]英文语言模式-添加飞书文档页面未国际化&提示的翻译错误 https://www.tapd.cn/57709429/s/1675482
This commit is contained in:
parent
0f0b6b976e
commit
82b06d130a
|
|
@ -206,8 +206,8 @@ export default {
|
|||
},
|
||||
larkSetting: {
|
||||
title: 'Lark Configuration',
|
||||
appIdPlaceholder: 'Please enter APP ID',
|
||||
appSecretPlaceholder: 'Please enter APP secret',
|
||||
appIdPlaceholder: 'Please enter App ID',
|
||||
appSecretPlaceholder: 'Please enter App secret',
|
||||
verificationTokenPlaceholder: 'Please enter verification token',
|
||||
urlInfo:
|
||||
'-Events and callbacks - event configuration - configure the "request address" of the subscription method',
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ export default {
|
|||
createDataset: 'Create Knowledge',
|
||||
general: 'General',
|
||||
web: 'Web Site',
|
||||
lark: 'Lark',
|
||||
relatedApplications: 'Linked App',
|
||||
document_count: 'docs',
|
||||
relatedApp_count: 'linked apps',
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@
|
|||
:placeholder="$t('views.application.applicationAccess.larkSetting.appIdPlaceholder')"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="App Secret" prop="app_id" v-if="datasetForm.type === '2'">
|
||||
<el-form-item label="App Secret" prop="app_secret" v-if="datasetForm.type === '2'">
|
||||
<el-input
|
||||
v-model="datasetForm.app_secret"
|
||||
type="password"
|
||||
|
|
|
|||
Loading…
Reference in New Issue