mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Translate thinking seconds
This commit is contained in:
parent
f97a51da38
commit
7bedb02573
17 changed files with 31 additions and 16 deletions
0
scripts/find-missing-translations.js
Normal file → Executable file
0
scripts/find-missing-translations.js
Normal file → Executable file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Denke nach"
|
||||
"thinking": "Denke nach",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Thinking"
|
||||
"thinking": "Thinking",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Pensando"
|
||||
"thinking": "Pensando",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Réflexion"
|
||||
"thinking": "Réflexion",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "विचार कर रहा है"
|
||||
"thinking": "विचार कर रहा है",
|
||||
"seconds": "{{count}} सेकंड"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Sto pensando"
|
||||
"thinking": "Sto pensando",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "考え中"
|
||||
"thinking": "考え中",
|
||||
"seconds": "{{count}}秒"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "생각 중"
|
||||
"thinking": "생각 중",
|
||||
"seconds": "{{count}}초"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Myślenie"
|
||||
"thinking": "Myślenie",
|
||||
"seconds": "{{count}} s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Pensando"
|
||||
"thinking": "Pensando",
|
||||
"seconds": "{{count}}s"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Düşünüyor"
|
||||
"thinking": "Düşünüyor",
|
||||
"seconds": "{{count}}sn"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "Đang suy nghĩ"
|
||||
"thinking": "Đang suy nghĩ",
|
||||
"seconds": "{{count}} giây"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "思考中"
|
||||
"thinking": "思考中",
|
||||
"seconds": "{{count}}秒"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@
|
|||
}
|
||||
},
|
||||
"reasoning": {
|
||||
"thinking": "思考中"
|
||||
"thinking": "思考中",
|
||||
"seconds": "{{count}}秒"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue