Skip to content

Commit 1b26a82

Browse files
committed
fix: Locales
1 parent dab5504 commit 1b26a82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/src/locales/lang/zh-CN/workflow.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
text: '将输入的分段列表写入当前知识库,并完成向量化处理',
9090
},
9191
dataSourceWebNode: {
92-
label: 'Web站点',
92+
label: 'Web 站点',
9393
text: '输入根地址自动抓取 Web 数据(单链接对应单文档),输出含内容的文档列表',
9494
field_label: '文档列表',
9595
},
@@ -109,7 +109,7 @@ export default {
109109
},
110110
},
111111
classify: {
112-
aiCapability: 'AI能力',
112+
aiCapability: 'AI 能力',
113113
businessLogic: '业务逻辑',
114114
other: '其他',
115115
dataProcessing: '数据处理',

ui/src/locales/lang/zh-Hant/workflow.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
text: '將輸入的分段列表寫入當前知識庫,並完成向量化處理',
8686
},
8787
dataSourceWebNode: {
88-
label: 'Web網站',
88+
label: 'Web 網站',
8989
text: '輸入根地址自動抓取Web數據(單鏈接對應單文檔),輸出含內容的文檔列表',
9090
field_label: '文件列表',
9191
},
@@ -105,7 +105,7 @@ export default {
105105
},
106106
},
107107
classify: {
108-
aiCapability: 'AI能力',
108+
aiCapability: 'AI 能力',
109109
businessLogic: '業務邏輯',
110110
other: '其他',
111111
dataProcessing: '數據處理',

0 commit comments

Comments
 (0)