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: {
|
larkSetting: {
|
||||||
title: 'Lark Configuration',
|
title: 'Lark Configuration',
|
||||||
appIdPlaceholder: 'Please enter APP ID',
|
appIdPlaceholder: 'Please enter App ID',
|
||||||
appSecretPlaceholder: 'Please enter APP secret',
|
appSecretPlaceholder: 'Please enter App secret',
|
||||||
verificationTokenPlaceholder: 'Please enter verification token',
|
verificationTokenPlaceholder: 'Please enter verification token',
|
||||||
urlInfo:
|
urlInfo:
|
||||||
'-Events and callbacks - event configuration - configure the "request address" of the subscription method',
|
'-Events and callbacks - event configuration - configure the "request address" of the subscription method',
|
||||||
|
|||||||
@ -3,6 +3,7 @@ export default {
|
|||||||
createDataset: 'Create Knowledge',
|
createDataset: 'Create Knowledge',
|
||||||
general: 'General',
|
general: 'General',
|
||||||
web: 'Web Site',
|
web: 'Web Site',
|
||||||
|
lark: 'Lark',
|
||||||
relatedApplications: 'Linked App',
|
relatedApplications: 'Linked App',
|
||||||
document_count: 'docs',
|
document_count: 'docs',
|
||||||
relatedApp_count: 'linked apps',
|
relatedApp_count: 'linked apps',
|
||||||
|
|||||||
@ -151,7 +151,7 @@
|
|||||||
:placeholder="$t('views.application.applicationAccess.larkSetting.appIdPlaceholder')"
|
:placeholder="$t('views.application.applicationAccess.larkSetting.appIdPlaceholder')"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</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
|
<el-input
|
||||||
v-model="datasetForm.app_secret"
|
v-model="datasetForm.app_secret"
|
||||||
type="password"
|
type="password"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user