diff --git a/ui/src/locales/lang/en-US/ai-chat.ts b/ui/src/locales/lang/en-US/ai-chat.ts index 235377e8c..9e8e981bb 100644 --- a/ui/src/locales/lang/en-US/ai-chat.ts +++ b/ui/src/locales/lang/en-US/ai-chat.ts @@ -1,7 +1,7 @@ export default { noHistory: 'No History', - createChat: 'Create New Chat', - history: 'History', + createChat: 'New Chat', + history: 'Chat History', only20history: 'Only showing the last 20 chats', question_count: 'Questions', exportRecords: 'Export Chat Records', @@ -17,11 +17,11 @@ export default { operation: { play: 'Click to Play', pause: 'Stop', - regeneration: 'Regenerate Answer', - like: 'Like', - cancelLike: 'Cancel Like', - oppose: 'Dislike', - cancelOppose: 'Cancel Dislike', + regeneration: 'Re-answer', + like: 'Agree', + cancelLike: 'Cancel Agree', + oppose: 'Disagree', + cancelOppose: 'Cancel Disagree', continue: 'Continue', stopChat: 'Stop Output' }, @@ -86,9 +86,9 @@ export default { }, KnowledgeSource: { title: 'Knowledge Source', - referenceParagraph: 'Referenced Segment', - consume: 'Consumption', - consumeTime: 'Time Consumed' + referenceParagraph: 'Quote', + consume: 'Tokens', + consumeTime: 'Time' }, paragraphSource: { title: 'Knowledge Reference', diff --git a/ui/src/locales/lang/en-US/views/application-overview.ts b/ui/src/locales/lang/en-US/views/application-overview.ts index baa551698..614b85e1a 100644 --- a/ui/src/locales/lang/en-US/views/application-overview.ts +++ b/ui/src/locales/lang/en-US/views/application-overview.ts @@ -44,7 +44,7 @@ export default { }, LimitDialog: { dialogTitle: 'Access Restrictions', - showSourceLabel: 'Show Source', + showSourceLabel: 'Show Return Knowledge Reference', clientQueryLimitLabel: 'Each Client Query Limit', authentication: 'Authentication', authenticationValue: 'Authentication Password', @@ -61,7 +61,7 @@ export default { SettingDisplayDialog: { dialogTitle: 'Display Settings', languageLabel: 'Language', - showSourceLabel: 'Show Source', + showSourceLabel: 'Show Return Knowledge Reference', showExecutionDetail: 'Show Execution Detail', restoreDefault: 'Reset to default', customThemeColor: 'Custom Theme Color', diff --git a/ui/src/locales/lang/en-US/views/application-workflow.ts b/ui/src/locales/lang/en-US/views/application-workflow.ts index b54baba64..228d3f0fa 100644 --- a/ui/src/locales/lang/en-US/views/application-workflow.ts +++ b/ui/src/locales/lang/en-US/views/application-workflow.ts @@ -14,10 +14,10 @@ export default { restoreVersion: 'Restore Version', restoreCurrentVersion: 'Restore This Version', addComponent: 'Add Component', - public: 'Release', - releaseHistory: 'Release History', + public: 'Publish', + releaseHistory: 'Publish History', autoSave: 'Auto Save', - latestRelease: 'Latest Release', + latestRelease: 'Latest Publish', copyParam: 'Copy Parameter' }, tip: { diff --git a/ui/src/locales/lang/en-US/views/application.ts b/ui/src/locales/lang/en-US/views/application.ts index b03c3c1ef..ed3d3f25c 100644 --- a/ui/src/locales/lang/en-US/views/application.ts +++ b/ui/src/locales/lang/en-US/views/application.ts @@ -109,7 +109,7 @@ export default { } }, buttons: { - publish: 'Save&Release', + publish: 'Save&Publish', addModel: 'Add Model' }, dialog: { diff --git a/ui/src/locales/lang/zh-CN/ai-chat.ts b/ui/src/locales/lang/zh-CN/ai-chat.ts index 40385a908..4acabcf35 100644 --- a/ui/src/locales/lang/zh-CN/ai-chat.ts +++ b/ui/src/locales/lang/zh-CN/ai-chat.ts @@ -86,7 +86,7 @@ export default { KnowledgeSource: { title: '知识来源', referenceParagraph: '引用分段', - consume: '消耗', + consume: '消耗tokens', consumeTime: '耗时' }, paragraphSource: { diff --git a/ui/src/locales/lang/zh-Hant/ai-chat.ts b/ui/src/locales/lang/zh-Hant/ai-chat.ts index e5faa5c44..fb7049d03 100644 --- a/ui/src/locales/lang/zh-Hant/ai-chat.ts +++ b/ui/src/locales/lang/zh-Hant/ai-chat.ts @@ -85,7 +85,7 @@ export default { KnowledgeSource: { title: '知識來源', referenceParagraph: '引用段落', - consume: '消耗', + consume: '消耗tokens', consumeTime: '耗時' }, paragraphSource: { diff --git a/ui/src/views/application-overview/index.vue b/ui/src/views/application-overview/index.vue index ebe5041fb..fd8508b3e 100644 --- a/ui/src/views/application-overview/index.vue +++ b/ui/src/views/application-overview/index.vue @@ -148,7 +148,7 @@ {{ $t('views.applicationOverview.monitor.monitoringStatistics') }}