From 6ebfa2b744c30071e6b49dcc3baee29690e3c82c Mon Sep 17 00:00:00 2001 From: xintaofei Date: Mon, 13 Apr 2026 12:08:51 +0800 Subject: [PATCH] fix(i18n): add ellipsis to reasoning thinking label across all locales Co-Authored-By: Claude Opus 4.6 (1M context) --- src/i18n/messages/ar.json | 2 +- src/i18n/messages/de.json | 2 +- src/i18n/messages/en.json | 2 +- src/i18n/messages/es.json | 2 +- src/i18n/messages/fr.json | 2 +- src/i18n/messages/ja.json | 2 +- src/i18n/messages/ko.json | 2 +- src/i18n/messages/pt.json | 2 +- src/i18n/messages/zh-CN.json | 2 +- src/i18n/messages/zh-TW.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index bc4f199..ede13da 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -1552,7 +1552,7 @@ "running": "قيد التشغيل" }, "reasoning": { - "thinking": "جارٍ التفكير", + "thinking": "جارٍ التفكير…", "thoughtForFewSeconds": "تفكير", "thoughtForSeconds": "تفكير" }, diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index ffc596a..49fdde3 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -1552,7 +1552,7 @@ "running": "Läuft" }, "reasoning": { - "thinking": "Denkt nach", + "thinking": "Denkt nach…", "thoughtForFewSeconds": "Nachgedacht", "thoughtForSeconds": "Nachgedacht" }, diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 16e5f25..b8ef15f 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -1552,7 +1552,7 @@ "running": "Running" }, "reasoning": { - "thinking": "Thinking", + "thinking": "Thinking…", "thoughtForFewSeconds": "Thought", "thoughtForSeconds": "Thought" }, diff --git a/src/i18n/messages/es.json b/src/i18n/messages/es.json index 0d72bff..681c6dc 100644 --- a/src/i18n/messages/es.json +++ b/src/i18n/messages/es.json @@ -1552,7 +1552,7 @@ "running": "En ejecución" }, "reasoning": { - "thinking": "Pensando", + "thinking": "Pensando…", "thoughtForFewSeconds": "Pensamiento", "thoughtForSeconds": "Pensamiento" }, diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 09b0f71..b6d5d82 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -1552,7 +1552,7 @@ "running": "En cours" }, "reasoning": { - "thinking": "Réflexion", + "thinking": "Réflexion…", "thoughtForFewSeconds": "Réflexion", "thoughtForSeconds": "Réflexion" }, diff --git a/src/i18n/messages/ja.json b/src/i18n/messages/ja.json index e4bf717..1996d81 100644 --- a/src/i18n/messages/ja.json +++ b/src/i18n/messages/ja.json @@ -1552,7 +1552,7 @@ "running": "実行中" }, "reasoning": { - "thinking": "考え中", + "thinking": "考え中…", "thoughtForFewSeconds": "考えた", "thoughtForSeconds": "考えた" }, diff --git a/src/i18n/messages/ko.json b/src/i18n/messages/ko.json index 6021a50..0a4ef59 100644 --- a/src/i18n/messages/ko.json +++ b/src/i18n/messages/ko.json @@ -1552,7 +1552,7 @@ "running": "실행 중" }, "reasoning": { - "thinking": "생각 중", + "thinking": "생각 중…", "thoughtForFewSeconds": "생각함", "thoughtForSeconds": "생각함" }, diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 035225d..384cec7 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -1552,7 +1552,7 @@ "running": "Em execução" }, "reasoning": { - "thinking": "Pensando", + "thinking": "Pensando…", "thoughtForFewSeconds": "Pensamento", "thoughtForSeconds": "Pensamento" }, diff --git a/src/i18n/messages/zh-CN.json b/src/i18n/messages/zh-CN.json index 797a5b8..f727b1a 100644 --- a/src/i18n/messages/zh-CN.json +++ b/src/i18n/messages/zh-CN.json @@ -1552,7 +1552,7 @@ "running": "运行中" }, "reasoning": { - "thinking": "思考中", + "thinking": "思考中…", "thoughtForFewSeconds": "思考", "thoughtForSeconds": "思考" }, diff --git a/src/i18n/messages/zh-TW.json b/src/i18n/messages/zh-TW.json index b6e53cf..88cf58f 100644 --- a/src/i18n/messages/zh-TW.json +++ b/src/i18n/messages/zh-TW.json @@ -1552,7 +1552,7 @@ "running": "執行中" }, "reasoning": { - "thinking": "思考中", + "thinking": "思考中…", "thoughtForFewSeconds": "思考", "thoughtForSeconds": "思考" },