mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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>
|
||||
<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>
|
||||
</div>
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ export default {
|
|||
chatId: 'Chat ID',
|
||||
userInput: 'User Input',
|
||||
quote: 'Quote',
|
||||
download: 'Click to Download File',
|
||||
download: 'Download File',
|
||||
passwordValidator: {
|
||||
title: 'Enter password to open the link',
|
||||
errorMessage1: 'Password cannot be empty',
|
||||
errorMessage2: 'Incorrect password'
|
||||
},
|
||||
operation: {
|
||||
play: 'Click to Play',
|
||||
play: 'Play',
|
||||
pause: 'Stop',
|
||||
regeneration: 'Re-answer',
|
||||
like: 'Agree',
|
||||
|
|
|
|||
Loading…
Reference in New Issue