feat: thinking i18n
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: '下载'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user