fix: language

This commit is contained in:
wangdan-fit2cloud 2025-02-07 14:35:23 +08:00
parent b52b01c7e5
commit 808fc7cb58
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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',