feat: thinking i18n

This commit is contained in:
2026-03-16 14:26:04 +08:00
parent 030d2231c5
commit 6f749d5dff
3 changed files with 6 additions and 4 deletions

View File

@@ -151,7 +151,8 @@ export default {
copySuccess: 'Text copied to clipboard', copySuccess: 'Text copied to clipboard',
copyFaild: 'Copy failed. Your browser may be restricting clipboard access. Please try copying manually.', copyFaild: 'Copy failed. Your browser may be restricting clipboard access. Please try copying manually.',
Download: 'Download', Download: 'Download',
deleteSuccess: 'Successfully deleted' deleteSuccess: 'Successfully deleted',
thinking: 'Thinking...',
}, },
// Version Tree // Version Tree

View File

@@ -146,7 +146,8 @@ export default {
copyFaild: copyFaild:
'复制失败。您的浏览器可能限制了剪贴板访问,请允许浏览器访问剪贴板或尝试手动复制。', '复制失败。您的浏览器可能限制了剪贴板访问,请允许浏览器访问剪贴板或尝试手动复制。',
Download: '下载', Download: '下载',
deleteSuccess:'删除成功' deleteSuccess: '删除成功',
thinking:'已思考'
}, },
// Version Tree // Version Tree
@@ -186,6 +187,6 @@ export default {
//3d面板 //3d面板
threeModel: { threeModel: {
loading: '加载中', loading: '加载中',
download: '下载', download: '下载'
} }
} }

View File

@@ -22,7 +22,7 @@
class="thinking-header flex align-center" class="thinking-header flex align-center"
@click="toggleThinkingCollapsed" @click="toggleThinkingCollapsed"
> >
<span>思考中</span> <span>{{ t('agent.thinking') }}</span>
<!-- <SvgIcon :name="content.thinkingCollapsed ? 'arrowDown' : 'arrowUp'" size="16" color="#666" /> --> <!-- <SvgIcon :name="content.thinkingCollapsed ? 'arrowDown' : 'arrowUp'" size="16" color="#666" /> -->
</div> </div>
<div class="thinking-content" v-show="!content.thinkingCollapsed"> <div class="thinking-content" v-show="!content.thinkingCollapsed">