Translate thinking seconds

This commit is contained in:
Matt Rubens 2025-03-17 16:05:39 -04:00
parent f97a51da38
commit 7bedb02573
17 changed files with 31 additions and 16 deletions

0
scripts/find-missing-translations.js Normal file → Executable file
View file

View 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 />}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Pensant"
"thinking": "Pensant",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Denke nach"
"thinking": "Denke nach",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Thinking"
"thinking": "Thinking",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Pensando"
"thinking": "Pensando",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Réflexion"
"thinking": "Réflexion",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "विचार कर रहा है"
"thinking": "विचार कर रहा है",
"seconds": "{{count}} सेकंड"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Sto pensando"
"thinking": "Sto pensando",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "考え中"
"thinking": "考え中",
"seconds": "{{count}}秒"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "생각 중"
"thinking": "생각 중",
"seconds": "{{count}}초"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Myślenie"
"thinking": "Myślenie",
"seconds": "{{count}} s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Pensando"
"thinking": "Pensando",
"seconds": "{{count}}s"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Düşünüyor"
"thinking": "Düşünüyor",
"seconds": "{{count}}sn"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "Đang suy nghĩ"
"thinking": "Đang suy nghĩ",
"seconds": "{{count}} giây"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "思考中"
"thinking": "思考中",
"seconds": "{{count}}秒"
}
}

View file

@ -197,6 +197,7 @@
}
},
"reasoning": {
"thinking": "思考中"
"thinking": "思考中",
"seconds": "{{count}}秒"
}
}