fix: restore i18n keys for 'Press Ctrl+O to show full tool output'

The previous commit reverted the code to use the original i18n key
but the locale files still had the renamed key, causing translations
to not resolve.
This commit is contained in:
wenshao 2026-04-09 15:07:33 +08:00
parent 55116f86e3
commit 36aadd7fa1
6 changed files with 10 additions and 9 deletions

View file

@ -1971,8 +1971,8 @@ export default {
verbose: 'ausführlich',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'Vollständige Tool-Ausgabe und Denkprozess im ausführlichen Modus anzeigen (mit Strg+O umschalten).',
'Press Ctrl+O to toggle verbose mode':
'Strg+O zum Umschalten des ausführlichen Modus drücken',
'Press Ctrl+O to show full tool output':
'Strg+O für vollständige Tool-Ausgabe drücken',
'Switch to plan mode or exit plan mode':
'Switch to plan mode or exit plan mode',

View file

@ -2011,7 +2011,8 @@ export default {
verbose: 'verbose',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).',
'Press Ctrl+O to toggle verbose mode': 'Press Ctrl+O to toggle verbose mode',
'Press Ctrl+O to show full tool output':
'Press Ctrl+O to show full tool output',
'Switch to plan mode or exit plan mode':
'Switch to plan mode or exit plan mode',

View file

@ -1463,7 +1463,7 @@ export default {
verbose: '詳細',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'詳細モードで完全なツール出力と思考を表示しますCtrl+O で切り替え)。',
'Press Ctrl+O to toggle verbose mode': 'Ctrl+O で詳細モードを切り替え',
'Press Ctrl+O to show full tool output': 'Ctrl+O で完全なツール出力を表示',
'Switch to plan mode or exit plan mode':
'Switch to plan mode or exit plan mode',

View file

@ -1961,8 +1961,8 @@ export default {
verbose: 'detalhado',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'Mostrar saída completa da ferramenta e raciocínio no modo detalhado (alternar com Ctrl+O).',
'Press Ctrl+O to toggle verbose mode':
'Pressione Ctrl+O para alternar o modo detalhado',
'Press Ctrl+O to show full tool output':
'Pressione Ctrl+O para exibir a saída completa da ferramenta',
'Switch to plan mode or exit plan mode':
'Switch to plan mode or exit plan mode',

View file

@ -1968,8 +1968,8 @@ export default {
verbose: 'подробный',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'Показывать полный вывод инструментов и процесс рассуждений в подробном режиме (переключить с помощью Ctrl+O).',
'Press Ctrl+O to toggle verbose mode':
'Нажмите Ctrl+O для переключения подробного режима',
'Press Ctrl+O to show full tool output':
'Нажмите Ctrl+O для показа полного вывода инструментов',
'Switch to plan mode or exit plan mode':
'Switch to plan mode or exit plan mode',

View file

@ -1816,7 +1816,7 @@ export default {
verbose: '详细',
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
'详细模式下显示完整工具输出和思考过程Ctrl+O 切换)。',
'Press Ctrl+O to toggle verbose mode': '按 Ctrl+O 切换详细模式',
'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
'Switch to plan mode or exit plan mode': '切换到计划模式或退出计划模式',
'Exited plan mode. Previous approval mode restored.':