From ca28f503b7665110304a0cfc28e164f851ae9b28 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sat, 7 Feb 2026 18:58:23 +0000 Subject: [PATCH] chore(ui): refine thinking command palette copy --- packages/ui/src/lib/i18n/messages/en/commands.ts | 10 +++++----- packages/ui/src/lib/i18n/messages/es/commands.ts | 10 +++++----- packages/ui/src/lib/i18n/messages/fr/commands.ts | 10 +++++----- packages/ui/src/lib/i18n/messages/ja/commands.ts | 10 +++++----- packages/ui/src/lib/i18n/messages/ru/commands.ts | 10 +++++----- packages/ui/src/lib/i18n/messages/zh-Hans/commands.ts | 10 +++++----- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/packages/ui/src/lib/i18n/messages/en/commands.ts b/packages/ui/src/lib/i18n/messages/en/commands.ts index 4ed5e054..84758e65 100644 --- a/packages/ui/src/lib/i18n/messages/en/commands.ts +++ b/packages/ui/src/lib/i18n/messages/en/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "Clear the prompt textarea", "commands.clearInput.keywords": "clear, reset", - "commands.thinkingBlocks.label.show": "Show Thinking Blocks", - "commands.thinkingBlocks.label.hide": "Hide Thinking Blocks", - "commands.thinkingBlocks.description": "Show/hide AI thinking process", + "commands.thinkingBlocks.label.show": "Show Thinking", + "commands.thinkingBlocks.label.hide": "Hide Thinking", + "commands.thinkingBlocks.description": "Show or hide AI thinking sections", "commands.thinkingBlocks.keywords": "thinking, reasoning, toggle, show, hide", "commands.timelineToolCalls.label.show": "Show Timeline Tool Calls", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "Enabled", "commands.common.disabled": "Disabled", - "commands.thinkingBlocksDefault.label": "Thinking Blocks Default · {state}", - "commands.thinkingBlocksDefault.description": "Toggle whether thinking blocks start expanded", + "commands.thinkingBlocksDefault.label": "Thinking View: {state}", + "commands.thinkingBlocksDefault.description": "Collapse / Expand AI thinking sections when shown", "commands.thinkingBlocksDefault.keywords": "thinking, reasoning, expand, collapse, default", "commands.diffViewSplit.label": "Use Split Diff View", diff --git a/packages/ui/src/lib/i18n/messages/es/commands.ts b/packages/ui/src/lib/i18n/messages/es/commands.ts index 150db676..fea31cd1 100644 --- a/packages/ui/src/lib/i18n/messages/es/commands.ts +++ b/packages/ui/src/lib/i18n/messages/es/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "Borrar el área de texto del prompt", "commands.clearInput.keywords": "limpiar, reiniciar", - "commands.thinkingBlocks.label.show": "Mostrar bloques de pensamiento", - "commands.thinkingBlocks.label.hide": "Ocultar bloques de pensamiento", - "commands.thinkingBlocks.description": "Mostrar/ocultar el proceso de pensamiento de la IA", + "commands.thinkingBlocks.label.show": "Mostrar pensamiento", + "commands.thinkingBlocks.label.hide": "Ocultar pensamiento", + "commands.thinkingBlocks.description": "Mostrar u ocultar secciones de pensamiento de IA", "commands.thinkingBlocks.keywords": "pensamiento, razonamiento, alternar, mostrar, ocultar", "commands.timelineToolCalls.label.show": "Mostrar llamadas de herramienta en la línea de tiempo", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "Activado", "commands.common.disabled": "Desactivado", - "commands.thinkingBlocksDefault.label": "Bloques de pensamiento por defecto · {state}", - "commands.thinkingBlocksDefault.description": "Alternar si los bloques de pensamiento empiezan expandidos", + "commands.thinkingBlocksDefault.label": "Vista de pensamiento: {state}", + "commands.thinkingBlocksDefault.description": "Contraer / Expandir secciones de pensamiento de IA cuando se muestran", "commands.thinkingBlocksDefault.keywords": "pensamiento, razonamiento, expandir, colapsar, por defecto", "commands.diffViewSplit.label": "Usar vista de diff dividida", diff --git a/packages/ui/src/lib/i18n/messages/fr/commands.ts b/packages/ui/src/lib/i18n/messages/fr/commands.ts index b19499e6..826b8a00 100644 --- a/packages/ui/src/lib/i18n/messages/fr/commands.ts +++ b/packages/ui/src/lib/i18n/messages/fr/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "Effacer la zone de texte du prompt", "commands.clearInput.keywords": "effacer, réinitialiser, prompt", - "commands.thinkingBlocks.label.show": "Afficher les blocs de réflexion", - "commands.thinkingBlocks.label.hide": "Masquer les blocs de réflexion", - "commands.thinkingBlocks.description": "Afficher/masquer le processus de réflexion de l'IA", + "commands.thinkingBlocks.label.show": "Afficher la réflexion", + "commands.thinkingBlocks.label.hide": "Masquer la réflexion", + "commands.thinkingBlocks.description": "Afficher ou masquer les sections de réflexion de l'IA", "commands.thinkingBlocks.keywords": "réflexion, raisonnement, basculer, afficher, masquer", "commands.timelineToolCalls.label.show": "Afficher les appels d'outil dans la timeline", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "Activé", "commands.common.disabled": "Désactivé", - "commands.thinkingBlocksDefault.label": "Blocs de réflexion par défaut · {state}", - "commands.thinkingBlocksDefault.description": "Choisir si les blocs de réflexion démarrent développés", + "commands.thinkingBlocksDefault.label": "Vue de la réflexion: {state}", + "commands.thinkingBlocksDefault.description": "Réduire / Développer les sections de réflexion de l'IA lorsqu'elles sont affichées", "commands.thinkingBlocksDefault.keywords": "réflexion, raisonnement, développer, réduire, défaut", "commands.diffViewSplit.label": "Utiliser la vue diff côte à côte", diff --git a/packages/ui/src/lib/i18n/messages/ja/commands.ts b/packages/ui/src/lib/i18n/messages/ja/commands.ts index d22d2a2f..809c3a03 100644 --- a/packages/ui/src/lib/i18n/messages/ja/commands.ts +++ b/packages/ui/src/lib/i18n/messages/ja/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "プロンプト入力欄をクリア", "commands.clearInput.keywords": "クリア, リセット, clear, reset", - "commands.thinkingBlocks.label.show": "思考ブロックを表示", - "commands.thinkingBlocks.label.hide": "思考ブロックを非表示", - "commands.thinkingBlocks.description": "AI の思考過程を表示/非表示", + "commands.thinkingBlocks.label.show": "思考を表示", + "commands.thinkingBlocks.label.hide": "思考を非表示", + "commands.thinkingBlocks.description": "AI の思考セクションを表示/非表示", "commands.thinkingBlocks.keywords": "思考, 推論, 切り替え, 表示, 非表示, thinking, reasoning, toggle, show, hide", "commands.timelineToolCalls.label.show": "タイムラインのツールコールを表示", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "有効", "commands.common.disabled": "無効", - "commands.thinkingBlocksDefault.label": "思考ブロックの既定 · {state}", - "commands.thinkingBlocksDefault.description": "思考ブロックを既定で展開するか切り替え", + "commands.thinkingBlocksDefault.label": "思考ビュー: {state}", + "commands.thinkingBlocksDefault.description": "表示中は AI の思考セクションを折りたたみ / 展開", "commands.thinkingBlocksDefault.keywords": "思考, 推論, 展開, 折りたたみ, 既定, thinking, reasoning, expand, collapse, default", "commands.diffViewSplit.label": "分割 diff 表示を使用", diff --git a/packages/ui/src/lib/i18n/messages/ru/commands.ts b/packages/ui/src/lib/i18n/messages/ru/commands.ts index ded3ac35..1c2ad298 100644 --- a/packages/ui/src/lib/i18n/messages/ru/commands.ts +++ b/packages/ui/src/lib/i18n/messages/ru/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "Очистить поле prompt", "commands.clearInput.keywords": "очистить, сброс", - "commands.thinkingBlocks.label.show": "Показать блоки размышлений", - "commands.thinkingBlocks.label.hide": "Скрыть блоки размышлений", - "commands.thinkingBlocks.description": "Показать/скрыть процесс рассуждений AI", + "commands.thinkingBlocks.label.show": "Показать размышления", + "commands.thinkingBlocks.label.hide": "Скрыть размышления", + "commands.thinkingBlocks.description": "Показать или скрыть секции размышлений ИИ", "commands.thinkingBlocks.keywords": "thinking, reasoning, переключить, показать, скрыть", "commands.timelineToolCalls.label.show": "Показать Tool Calls в таймлайне", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "Включено", "commands.common.disabled": "Выключено", - "commands.thinkingBlocksDefault.label": "Блоки размышлений по умолчанию · {state}", - "commands.thinkingBlocksDefault.description": "Переключить, разворачивать ли блоки размышлений по умолчанию", + "commands.thinkingBlocksDefault.label": "Вид размышлений: {state}", + "commands.thinkingBlocksDefault.description": "Свернуть / Развернуть секции размышлений ИИ, когда они показаны", "commands.thinkingBlocksDefault.keywords": "thinking, reasoning, развернуть, свернуть, по умолчанию", "commands.diffViewSplit.label": "Раздельный просмотр diff", diff --git a/packages/ui/src/lib/i18n/messages/zh-Hans/commands.ts b/packages/ui/src/lib/i18n/messages/zh-Hans/commands.ts index 20a25633..6a6f9351 100644 --- a/packages/ui/src/lib/i18n/messages/zh-Hans/commands.ts +++ b/packages/ui/src/lib/i18n/messages/zh-Hans/commands.ts @@ -82,9 +82,9 @@ export const commandMessages = { "commands.clearInput.description": "清空 prompt 输入框", "commands.clearInput.keywords": "clear, reset, 清空, 重置", - "commands.thinkingBlocks.label.show": "显示思考块", - "commands.thinkingBlocks.label.hide": "隐藏思考块", - "commands.thinkingBlocks.description": "显示/隐藏 AI 思考过程", + "commands.thinkingBlocks.label.show": "显示思考", + "commands.thinkingBlocks.label.hide": "隐藏思考", + "commands.thinkingBlocks.description": "显示或隐藏 AI 思考部分", "commands.thinkingBlocks.keywords": "thinking, reasoning, toggle, show, hide, 思考, 推理, 切换, 显示, 隐藏", "commands.timelineToolCalls.label.show": "显示时间轴工具调用", @@ -99,8 +99,8 @@ export const commandMessages = { "commands.common.enabled": "启用", "commands.common.disabled": "禁用", - "commands.thinkingBlocksDefault.label": "思考块默认 · {state}", - "commands.thinkingBlocksDefault.description": "切换思考块是否默认展开", + "commands.thinkingBlocksDefault.label": "思考视图: {state}", + "commands.thinkingBlocksDefault.description": "在显示时折叠 / 展开 AI 思考部分", "commands.thinkingBlocksDefault.keywords": "thinking, reasoning, expand, collapse, default, 思考, 推理, 展开, 折叠, 默认", "commands.diffViewSplit.label": "使用分栏 Diff 视图",