Skip to content

Commit 7d9afb7

Browse files
author
王丹
committed
fix: optimize
1 parent d3a6a60 commit 7d9afb7

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

ui/src/components/ai-chat/ExecutionDetailDialog.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
>
180180
<h5 class="p-8-12">
181181
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
182-
(System)
183182
</h5>
184183
<div class="p-8-12 border-t-dashed lighter">
185184
{{ item.system || '-' }}
@@ -506,7 +505,6 @@
506505
>
507506
<h5 class="p-8-12">
508507
{{ $t('views.application.applicationForm.form.roleSettings.label') }}
509-
(System)
510508
</h5>
511509
<div class="p-8-12 border-t-dashed lighter">
512510
{{ item.system || '-' }}

ui/src/locales/lang/en-US/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888
title: 'Knowledge Source',
8989
referenceParagraph: 'Quote',
9090
consume: 'Tokens',
91-
consumeTime: 'Time'
91+
consumeTime: 'Run Time'
9292
},
9393
paragraphSource: {
9494
title: 'Knowledge Reference',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
placeholder: 'Please select an AI model'
5353
},
5454
roleSettings: {
55-
label: 'Role settings',
55+
label: 'System Role',
5656
placeholder: 'You are xxx assistant'
5757
},
5858

@@ -75,7 +75,7 @@ export default {
7575
`
7676
},
7777
historyRecord: {
78-
label: 'Historical chat records'
78+
label: 'Chat History'
7979
},
8080
relatedKnowledge: {
8181
label: 'Related Knowledge',

ui/src/locales/lang/zh-CN/views/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
placeholder: '请选择 AI 模型'
4848
},
4949
roleSettings: {
50-
label: '角色设定',
50+
label: '系统角色',
5151
placeholder: '你是 xxx 小助手'
5252
},
5353
prompt: {

0 commit comments

Comments
 (0)