Skip to content

Commit f29fc37

Browse files
committed
fix: lark document i18n error
--bug=1053850 --user=王孝刚 [知识库]英文语言模式-添加飞书文档页面未国际化&提示的翻译错误 https://www.tapd.cn/57709429/s/1675482
1 parent 0f0b6b9 commit f29fc37

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ui/src/locales/lang/en-US/views/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ export default {
206206
},
207207
larkSetting: {
208208
title: 'Lark Configuration',
209-
appIdPlaceholder: 'Please enter APP ID',
210-
appSecretPlaceholder: 'Please enter APP secret',
209+
appIdPlaceholder: 'Please enter App ID',
210+
appSecretPlaceholder: 'Please enter App secret',
211211
verificationTokenPlaceholder: 'Please enter verification token',
212212
urlInfo:
213213
'-Events and callbacks - event configuration - configure the "request address" of the subscription method',

ui/src/locales/lang/en-US/views/dataset.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
createDataset: 'Create Knowledge',
44
general: 'General',
55
web: 'Web Site',
6+
lark: 'Lark',
67
relatedApplications: 'Linked App',
78
document_count: 'docs',
89
relatedApp_count: 'linked apps',

ui/src/views/dataset/component/CreateDatasetDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
:placeholder="$t('views.application.applicationAccess.larkSetting.appIdPlaceholder')"
152152
/>
153153
</el-form-item>
154-
<el-form-item label="App Secret" prop="app_id" v-if="datasetForm.type === '2'">
154+
<el-form-item label="App Secret" prop="app_secret" v-if="datasetForm.type === '2'">
155155
<el-input
156156
v-model="datasetForm.app_secret"
157157
type="password"

0 commit comments

Comments
 (0)