fix: lark document i18n error

--bug=1053850 --user=王孝刚 [知识库]英文语言模式-添加飞书文档页面未国际化&提示的翻译错误 https://www.tapd.cn/57709429/s/1675482
This commit is contained in:
wxg0103 2025-03-25 10:27:53 +08:00 committed by wxg
parent 0f0b6b976e
commit 82b06d130a
3 changed files with 4 additions and 3 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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"