fix: language
This commit is contained in:
parent
b52b01c7e5
commit
808fc7cb58
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
<div class="border-t color-secondary flex-between mt-12" style="padding-top: 12px">
|
<div class="border-t color-secondary flex-between mt-12" style="padding-top: 12px">
|
||||||
<div>
|
<div>
|
||||||
<span class="mr-8"> {{ $t('chat.KnowledgeSource.consume') }} tokens: {{ data?.message_tokens + data?.answer_tokens }} </span>
|
<span class="mr-8"> {{ $t('chat.KnowledgeSource.consume') }}: {{ data?.message_tokens + data?.answer_tokens }} </span>
|
||||||
<span> {{ $t('chat.KnowledgeSource.consumeTime') }}: {{ data?.run_time?.toFixed(2) }} s</span>
|
<span> {{ $t('chat.KnowledgeSource.consumeTime') }}: {{ data?.run_time?.toFixed(2) }} s</span>
|
||||||
</div>
|
</div>
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
@ -8,14 +8,14 @@ export default {
|
|||||||
chatId: 'Chat ID',
|
chatId: 'Chat ID',
|
||||||
userInput: 'User Input',
|
userInput: 'User Input',
|
||||||
quote: 'Quote',
|
quote: 'Quote',
|
||||||
download: 'Click to Download File',
|
download: 'Download File',
|
||||||
passwordValidator: {
|
passwordValidator: {
|
||||||
title: 'Enter password to open the link',
|
title: 'Enter password to open the link',
|
||||||
errorMessage1: 'Password cannot be empty',
|
errorMessage1: 'Password cannot be empty',
|
||||||
errorMessage2: 'Incorrect password'
|
errorMessage2: 'Incorrect password'
|
||||||
},
|
},
|
||||||
operation: {
|
operation: {
|
||||||
play: 'Click to Play',
|
play: 'Play',
|
||||||
pause: 'Stop',
|
pause: 'Stop',
|
||||||
regeneration: 'Re-answer',
|
regeneration: 'Re-answer',
|
||||||
like: 'Agree',
|
like: 'Agree',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user