@@ -83,7 +83,7 @@ export const ReasoningBlock = ({ content, elapsed, isCollapsed = false, onToggle
{elapsedRef.current > 1000 && (
<>
<CounterClockwiseClockIcon className="scale-80" />
- <div>{Math.round(elapsedRef.current / 1000)}s</div>
+ <div>{t("reasoning.seconds", { count: Math.round(elapsedRef.current / 1000) })}</div>
</>
)}
{isCollapsed ? <CaretDownIcon /> : <CaretUpIcon />}
@@ -197,6 +197,7 @@
}
},
"reasoning": {
- "thinking": "Pensant"
+ "thinking": "Pensant",
+ "seconds": "{{count}}s"
- "thinking": "Denke nach"
+ "thinking": "Denke nach",
- "thinking": "Thinking"
+ "thinking": "Thinking",
- "thinking": "Pensando"
+ "thinking": "Pensando",
- "thinking": "Réflexion"
+ "thinking": "Réflexion",
- "thinking": "विचार कर रहा है"
+ "thinking": "विचार कर रहा है",
+ "seconds": "{{count}} सेकंड"
- "thinking": "Sto pensando"
+ "thinking": "Sto pensando",
- "thinking": "考え中"
+ "thinking": "考え中",
+ "seconds": "{{count}}秒"
- "thinking": "생각 중"
+ "thinking": "생각 중",
+ "seconds": "{{count}}초"
- "thinking": "Myślenie"
+ "thinking": "Myślenie",
+ "seconds": "{{count}} s"
- "thinking": "Düşünüyor"
+ "thinking": "Düşünüyor",
+ "seconds": "{{count}}sn"
- "thinking": "Đang suy nghĩ"
+ "thinking": "Đang suy nghĩ",
+ "seconds": "{{count}} giây"
- "thinking": "思考中"
+ "thinking": "思考中",