diff --git a/scripts/find-missing-translations.js b/scripts/find-missing-translations.js old mode 100644 new mode 100755 diff --git a/webview-ui/src/components/chat/ReasoningBlock.tsx b/webview-ui/src/components/chat/ReasoningBlock.tsx index bc52537908..baa93485f9 100644 --- a/webview-ui/src/components/chat/ReasoningBlock.tsx +++ b/webview-ui/src/components/chat/ReasoningBlock.tsx @@ -83,7 +83,7 @@ export const ReasoningBlock = ({ content, elapsed, isCollapsed = false, onToggle {elapsedRef.current > 1000 && ( <> -
{Math.round(elapsedRef.current / 1000)}s
+
{t("reasoning.seconds", { count: Math.round(elapsedRef.current / 1000) })}
)} {isCollapsed ? : } diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 74d89fad44..7e8aa5681e 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Pensant" + "thinking": "Pensant", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index cf4b2fbb8a..56466f7a6e 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Denke nach" + "thinking": "Denke nach", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/en/chat.json b/webview-ui/src/i18n/locales/en/chat.json index 80abc3110b..8cbf7dfb07 100644 --- a/webview-ui/src/i18n/locales/en/chat.json +++ b/webview-ui/src/i18n/locales/en/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Thinking" + "thinking": "Thinking", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index ba91a7428f..31ed145b2d 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Pensando" + "thinking": "Pensando", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index 06432f359e..9ab34b5d01 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Réflexion" + "thinking": "Réflexion", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index e3e3095316..224cc432e2 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "विचार कर रहा है" + "thinking": "विचार कर रहा है", + "seconds": "{{count}} सेकंड" } } diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index 9c477e99a5..cb88d4f60e 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Sto pensando" + "thinking": "Sto pensando", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index 179121d62f..3027931d7d 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "考え中" + "thinking": "考え中", + "seconds": "{{count}}秒" } } diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index 3c4357205f..d328233bff 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "생각 중" + "thinking": "생각 중", + "seconds": "{{count}}초" } } diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index a400cf72c9..9d06c656fa 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Myślenie" + "thinking": "Myślenie", + "seconds": "{{count}} s" } } diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index 9adcb56c73..3d5c59ff8c 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Pensando" + "thinking": "Pensando", + "seconds": "{{count}}s" } } diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 7300fa237a..7fd27e4753 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Düşünüyor" + "thinking": "Düşünüyor", + "seconds": "{{count}}sn" } } diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index b74b49d7d5..12c00678b5 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "Đang suy nghĩ" + "thinking": "Đang suy nghĩ", + "seconds": "{{count}} giây" } } diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index ab136dcb02..835cb24c0e 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "思考中" + "thinking": "思考中", + "seconds": "{{count}}秒" } } diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index caa6eda3b3..cf5d00b82b 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -197,6 +197,7 @@ } }, "reasoning": { - "thinking": "思考中" + "thinking": "思考中", + "seconds": "{{count}}秒" } }