chore: update i18n locale files

This commit is contained in:
chen893 2026-03-13 01:33:48 +08:00
parent 3671600e2a
commit 94005ee948
6 changed files with 202 additions and 124 deletions

View file

@ -99,6 +99,7 @@ export default {
'Analysiert das Projekt und erstellt eine maßgeschneiderte QWEN.md-Datei.',
'List available Qwen Code tools. Usage: /tools [desc]':
'Verfügbare Qwen Code Werkzeuge auflisten. Verwendung: /tools [desc]',
'List available skills.': 'Verfügbare Skills auflisten.',
'Available Qwen Code CLI tools:': 'Verfügbare Qwen Code CLI-Werkzeuge:',
'No tools available': 'Keine Werkzeuge verfügbar',
'View or change the approval mode for tool usage':
@ -376,6 +377,7 @@ export default {
'Diese Editoren werden derzeit unterstützt. Bitte beachten Sie, dass einige Editoren nicht im Sandbox-Modus verwendet werden können.',
'Your preferred editor is:': 'Ihr bevorzugter Editor ist:',
'Manage extensions': 'Erweiterungen verwalten',
'Manage installed extensions': 'Installierte Erweiterungen verwalten',
'List active extensions': 'Aktive Erweiterungen auflisten',
'Update extensions. Usage: update <extension-names>|--all':
'Erweiterungen aktualisieren. Verwendung: update <Erweiterungsnamen>|--all',
@ -585,6 +587,38 @@ export default {
'Fehler beim Konfigurieren von {{terminalName}}.',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'Ihr Terminal ist bereits für optimale Erfahrung mit mehrzeiliger Eingabe konfiguriert (Umschalt+Enter und Strg+Enter).',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': 'Qwen Code-Hooks verwalten',
'List all configured hooks': 'Alle konfigurierten Hooks auflisten',
'Enable a disabled hook': 'Einen deaktivierten Hook aktivieren',
'Disable an active hook': 'Einen aktiven Hook deaktivieren',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'Den Nachrichtenverlauf der aktuellen Sitzung in eine Datei exportieren',
'Export session to HTML format': 'Sitzung in das HTML-Format exportieren',
'Export session to JSON format': 'Sitzung in das JSON-Format exportieren',
'Export session to JSONL format (one message per line)':
'Sitzung in das JSONL-Format exportieren (eine Nachricht pro Zeile)',
'Export session to markdown format':
'Sitzung in das Markdown-Format exportieren',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'Personalisierte Programmier-Einblicke aus Ihrem Chatverlauf generieren',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': 'Eine vorherige Sitzung fortsetzen',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Einen Tool-Aufruf wiederherstellen. Dadurch werden Konversations- und Dateiverlauf auf den Zustand zurückgesetzt, in dem der Tool-Aufruf vorgeschlagen wurde',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'Terminal-Typ konnte nicht erkannt werden. Unterstützte Terminals: VS Code, Cursor, Windsurf und Trae.',
'Terminal "{{terminal}}" is not supported yet.':
@ -1610,25 +1644,4 @@ export default {
'↑/↓: Navigieren | Space/Enter: Umschalten | Esc: Abbrechen',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: Navigieren | Enter: Auswählen | Esc: Abbrechen',
'Disable an active hook': 'Einen aktiven Hook deaktivieren',
'Enable a disabled hook': 'Einen deaktivierten Hook aktivieren',
'Export current session message history to a file':
'Den Nachrichtenverlauf der aktuellen Sitzung in eine Datei exportieren',
'Export session to HTML format': 'Sitzung in das HTML-Format exportieren',
'Export session to JSON format': 'Sitzung in das JSON-Format exportieren',
'Export session to JSONL format (one message per line)':
'Sitzung in das JSONL-Format exportieren (eine Nachricht pro Zeile)',
'Export session to markdown format':
'Sitzung in das Markdown-Format exportieren',
'generate personalized programming insights from your chat history':
'Personalisierte Programmier-Einblicke aus Ihrem Chatverlauf generieren',
'List all configured hooks': 'Alle konfigurierten Hooks auflisten',
'List available skills.': 'Verfügbare Skills auflisten.',
'list available Qwen Code tools. Usage: /tools [desc]':
'Verfügbare Qwen Code-Tools auflisten. Verwendung: /tools [desc]',
'Manage installed extensions': 'Installierte Erweiterungen verwalten',
'Manage Qwen Code hooks': 'Qwen Code-Hooks verwalten',
'Resume a previous session': 'Eine vorherige Sitzung fortsetzen',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Einen Tool-Aufruf wiederherstellen. Dadurch werden Konversations- und Dateiverlauf auf den Zustand zurückgesetzt, in dem der Tool-Aufruf vorgeschlagen wurde',
};

View file

@ -118,6 +118,7 @@ export default {
'Analyzes the project and creates a tailored QWEN.md file.',
'List available Qwen Code tools. Usage: /tools [desc]':
'List available Qwen Code tools. Usage: /tools [desc]',
'List available skills.': 'List available skills.',
'Available Qwen Code CLI tools:': 'Available Qwen Code CLI tools:',
'No tools available': 'No tools available',
'View or change the approval mode for tool usage':
@ -459,6 +460,7 @@ export default {
'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
'Your preferred editor is:': 'Your preferred editor is:',
'Manage extensions': 'Manage extensions',
'Manage installed extensions': 'Manage installed extensions',
'List active extensions': 'List active extensions',
'Update extensions. Usage: update <extension-names>|--all':
'Update extensions. Usage: update <extension-names>|--all',
@ -659,6 +661,37 @@ export default {
'Failed to configure {{terminalName}}.',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
'List all configured hooks': 'List all configured hooks',
'Enable a disabled hook': 'Enable a disabled hook',
'Disable an active hook': 'Disable an active hook',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'Export current session message history to a file',
'Export session to HTML format': 'Export session to HTML format',
'Export session to JSON format': 'Export session to JSON format',
'Export session to JSONL format (one message per line)':
'Export session to JSONL format (one message per line)',
'Export session to markdown format': 'Export session to markdown format',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'generate personalized programming insights from your chat history',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': 'Resume a previous session',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.',
'Terminal "{{terminal}}" is not supported yet.':
@ -1662,24 +1695,4 @@ export default {
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
'Disable an active hook': 'Disable an active hook',
'Enable a disabled hook': 'Enable a disabled hook',
'Export current session message history to a file':
'Export current session message history to a file',
'Export session to HTML format': 'Export session to HTML format',
'Export session to JSON format': 'Export session to JSON format',
'Export session to JSONL format (one message per line)':
'Export session to JSONL format (one message per line)',
'Export session to markdown format': 'Export session to markdown format',
'generate personalized programming insights from your chat history':
'generate personalized programming insights from your chat history',
'List all configured hooks': 'List all configured hooks',
'List available skills.': 'List available skills.',
'list available Qwen Code tools. Usage: /tools [desc]':
'list available Qwen Code tools. Usage: /tools [desc]',
'Manage installed extensions': 'Manage installed extensions',
'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
'Resume a previous session': 'Resume a previous session',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
};

View file

@ -85,6 +85,7 @@ export default {
'プロジェクトを分析し、カスタマイズされた QWEN.md ファイルを作成',
'List available Qwen Code tools. Usage: /tools [desc]':
'利用可能な Qwen Code ツールを一覧表示。使い方: /tools [desc]',
'List available skills.': '利用可能なスキルを一覧表示する。',
'Available Qwen Code CLI tools:': '利用可能な Qwen Code CLI ツール:',
'No tools available': '利用可能なツールはありません',
'View or change the approval mode for tool usage':
@ -328,6 +329,7 @@ export default {
'ワークスペース内のすべてのディレクトリを表示',
'set external editor preference': '外部エディタの設定',
'Manage extensions': '拡張機能を管理',
'Manage installed extensions': 'インストール済みの拡張機能を管理する',
'List active extensions': '有効な拡張機能を一覧表示',
'Update extensions. Usage: update <extension-names>|--all':
'拡張機能を更新。使い方: update <拡張機能名>|--all',
@ -371,6 +373,38 @@ export default {
'{{terminalName}} の設定に失敗しました',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'ターミナルは複数行入力(Shift+Enter と Ctrl+Enter)に最適化されています',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': 'Qwen Code のフックを管理する',
'List all configured hooks': '設定済みのフックをすべて表示する',
'Enable a disabled hook': '無効なフックを有効にする',
'Disable an active hook': '有効なフックを無効にする',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'現在のセッションのメッセージ履歴をファイルにエクスポートする',
'Export session to HTML format': 'セッションを HTML 形式でエクスポートする',
'Export session to JSON format': 'セッションを JSON 形式でエクスポートする',
'Export session to JSONL format (one message per line)':
'セッションを JSONL 形式でエクスポートする1 行に 1 メッセージ)',
'Export session to markdown format':
'セッションを Markdown 形式でエクスポートする',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'チャット履歴からパーソナライズされたプログラミングインサイトを生成する',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': '前のセッションを再開する',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'ツール呼び出しを復元します。これにより、会話とファイルの履歴はそのツール呼び出しが提案された時点の状態に戻ります',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'ターミナルの種類を検出できませんでした。サポートされているターミナル: VS Code、Cursor、Windsurf、Trae',
'Terminal "{{terminal}}" is not supported yet.':
@ -1114,25 +1148,4 @@ export default {
'↑/↓: ナビゲート | Space/Enter: 切り替え | Esc: キャンセル',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: ナビゲート | Enter: 選択 | Esc: キャンセル',
'Disable an active hook': '有効なフックを無効にする',
'Enable a disabled hook': '無効なフックを有効にする',
'Export current session message history to a file':
'現在のセッションのメッセージ履歴をファイルにエクスポートする',
'Export session to HTML format': 'セッションを HTML 形式でエクスポートする',
'Export session to JSON format': 'セッションを JSON 形式でエクスポートする',
'Export session to JSONL format (one message per line)':
'セッションを JSONL 形式でエクスポートする1 行に 1 メッセージ)',
'Export session to markdown format':
'セッションを Markdown 形式でエクスポートする',
'generate personalized programming insights from your chat history':
'チャット履歴からパーソナライズされたプログラミングインサイトを生成する',
'List all configured hooks': '設定済みのフックをすべて表示する',
'List available skills.': '利用可能なスキルを一覧表示する。',
'list available Qwen Code tools. Usage: /tools [desc]':
'利用可能な Qwen Code ツールを一覧表示する。使用方法: /tools [desc]',
'Manage installed extensions': 'インストール済みの拡張機能を管理する',
'Manage Qwen Code hooks': 'Qwen Code のフックを管理する',
'Resume a previous session': '前のセッションを再開する',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'ツール呼び出しを復元します。これにより、会話とファイルの履歴はそのツール呼び出しが提案された時点の状態に戻ります',
};

View file

@ -111,6 +111,7 @@ export default {
'Analisa o projeto e cria um arquivo QWEN.md personalizado.',
'List available Qwen Code tools. Usage: /tools [desc]':
'Listar ferramentas Qwen Code disponíveis. Uso: /tools [desc]',
'List available skills.': 'Listar habilidades disponíveis.',
'Available Qwen Code CLI tools:': 'Ferramentas CLI do Qwen Code disponíveis:',
'No tools available': 'Nenhuma ferramenta disponível',
'View or change the approval mode for tool usage':
@ -401,6 +402,7 @@ export default {
'Estes editores são suportados atualmente. Note que alguns editores não podem ser usados no modo sandbox.',
'Your preferred editor is:': 'Seu editor preferido é:',
'Manage extensions': 'Gerenciar extensões',
'Manage installed extensions': 'Gerenciar extensões instaladas',
'List active extensions': 'Listar extensões ativas',
'Update extensions. Usage: update <extension-names>|--all':
'Atualizar extensões. Uso: update <nomes-das-extensoes>|--all',
@ -590,6 +592,38 @@ export default {
'Falha ao configurar {{terminalName}}.',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'Seu terminal já está configurado para uma experiência ideal com entrada multilinhas (Shift+Enter e Ctrl+Enter).',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': 'Gerenciar hooks do Qwen Code',
'List all configured hooks': 'Listar todos os hooks configurados',
'Enable a disabled hook': 'Ativar um hook desativado',
'Disable an active hook': 'Desativar um hook ativo',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'Exportar o histórico de mensagens da sessão atual para um arquivo',
'Export session to HTML format': 'Exportar a sessão para o formato HTML',
'Export session to JSON format': 'Exportar a sessão para o formato JSON',
'Export session to JSONL format (one message per line)':
'Exportar a sessão para o formato JSONL (uma mensagem por linha)',
'Export session to markdown format':
'Exportar a sessão para o formato Markdown',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'Gerar insights personalizados de programação a partir do seu histórico de chat',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': 'Retomar uma sessão anterior',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Restaurar uma chamada de ferramenta. Isso redefinirá o histórico da conversa e dos arquivos para o estado em que a chamada da ferramenta foi sugerida',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'Não foi possível detectar o tipo de terminal. Terminais suportados: VS Code, Cursor, Windsurf e Trae.',
'Terminal "{{terminal}}" is not supported yet.':
@ -1605,25 +1639,4 @@ export default {
'↑/↓: Navegar | Space/Enter: Alternar | Esc: Cancelar',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: Navegar | Enter: Selecionar | Esc: Cancelar',
'Disable an active hook': 'Desativar um hook ativo',
'Enable a disabled hook': 'Ativar um hook desativado',
'Export current session message history to a file':
'Exportar o histórico de mensagens da sessão atual para um arquivo',
'Export session to HTML format': 'Exportar a sessão para o formato HTML',
'Export session to JSON format': 'Exportar a sessão para o formato JSON',
'Export session to JSONL format (one message per line)':
'Exportar a sessão para o formato JSONL (uma mensagem por linha)',
'Export session to markdown format':
'Exportar a sessão para o formato Markdown',
'generate personalized programming insights from your chat history':
'Gerar insights personalizados de programação a partir do seu histórico de chat',
'List all configured hooks': 'Listar todos os hooks configurados',
'List available skills.': 'Listar habilidades disponíveis.',
'list available Qwen Code tools. Usage: /tools [desc]':
'Listar as ferramentas disponíveis do Qwen Code. Uso: /tools [desc]',
'Manage installed extensions': 'Gerenciar extensões instaladas',
'Manage Qwen Code hooks': 'Gerenciar hooks do Qwen Code',
'Resume a previous session': 'Retomar uma sessão anterior',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Restaurar uma chamada de ferramenta. Isso redefinirá o histórico da conversa e dos arquivos para o estado em que a chamada da ferramenta foi sugerida',
};

View file

@ -119,6 +119,7 @@ export default {
'Анализ проекта и создание адаптированного файла QWEN.md',
'List available Qwen Code tools. Usage: /tools [desc]':
'Просмотр доступных инструментов Qwen Code. Использование: /tools [desc]',
'List available skills.': 'Показать доступные навыки.',
'Available Qwen Code CLI tools:': 'Доступные инструменты Qwen Code CLI:',
'No tools available': 'Нет доступных инструментов',
'View or change the approval mode for tool usage':
@ -398,6 +399,7 @@ export default {
'В настоящее время поддерживаются следующие редакторы. Обратите внимание, что некоторые редакторы нельзя использовать в режиме песочницы.',
'Your preferred editor is:': 'Ваш предпочитаемый редактор:',
'Manage extensions': 'Управление расширениями',
'Manage installed extensions': 'Управлять установленными расширениями',
'List active extensions': 'Показать активные расширения',
'Update extensions. Usage: update <extension-names>|--all':
'Обновить расширения. Использование: update <extension-names>|--all',
@ -596,6 +598,38 @@ export default {
'Не удалось настроить {{terminalName}}.',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'Ваш терминал уже настроен для оптимальной работы с многострочным вводом (Shift+Enter и Ctrl+Enter).',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': 'Управлять хуками Qwen Code',
'List all configured hooks': 'Показать все настроенные хуки',
'Enable a disabled hook': 'Включить отключенный хук',
'Disable an active hook': 'Отключить активный хук',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'Экспортировать историю сообщений текущей сессии в файл',
'Export session to HTML format': 'Экспортировать сессию в формат HTML',
'Export session to JSON format': 'Экспортировать сессию в формат JSON',
'Export session to JSONL format (one message per line)':
'Экспортировать сессию в формат JSONL (одно сообщение на строку)',
'Export session to markdown format':
'Экспортировать сессию в формат Markdown',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'Создать персонализированные инсайты по программированию на основе истории чата',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': 'Продолжить предыдущую сессию',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Восстановить вызов инструмента. Это вернет историю разговора и файлов к состоянию на момент, когда был предложен этот вызов инструмента',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'Не удалось определить тип терминала. Поддерживаемые терминалы: VS Code, Cursor, Windsurf и Trae.',
'Terminal "{{terminal}}" is not supported yet.':
@ -1617,25 +1651,4 @@ export default {
'↑/↓: Навигация | Space/Enter: Переключить | Esc: Отмена',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: Навигация | Enter: Выбор | Esc: Отмена',
'Disable an active hook': 'Отключить активный хук',
'Enable a disabled hook': 'Включить отключенный хук',
'Export current session message history to a file':
'Экспортировать историю сообщений текущей сессии в файл',
'Export session to HTML format': 'Экспортировать сессию в формат HTML',
'Export session to JSON format': 'Экспортировать сессию в формат JSON',
'Export session to JSONL format (one message per line)':
'Экспортировать сессию в формат JSONL (одно сообщение на строку)',
'Export session to markdown format':
'Экспортировать сессию в формат Markdown',
'generate personalized programming insights from your chat history':
'Создать персонализированные инсайты по программированию на основе истории чата',
'List all configured hooks': 'Показать все настроенные хуки',
'List available skills.': 'Показать доступные навыки.',
'list available Qwen Code tools. Usage: /tools [desc]':
'Показать доступные инструменты Qwen Code. Использование: /tools [desc]',
'Manage installed extensions': 'Управлять установленными расширениями',
'Manage Qwen Code hooks': 'Управлять хуками Qwen Code',
'Resume a previous session': 'Продолжить предыдущую сессию',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'Восстановить вызов инструмента. Это вернет историю разговора и файлов к состоянию на момент, когда был предложен этот вызов инструмента',
};

View file

@ -116,6 +116,7 @@ export default {
'分析项目并创建定制的 QWEN.md 文件',
'List available Qwen Code tools. Usage: /tools [desc]':
'列出可用的 Qwen Code 工具。用法:/tools [desc]',
'List available skills.': '列出可用技能。',
'Available Qwen Code CLI tools:': '可用的 Qwen Code CLI 工具:',
'No tools available': '没有可用工具',
'View or change the approval mode for tool usage':
@ -437,6 +438,7 @@ export default {
'当前支持以下编辑器。请注意,某些编辑器无法在沙箱模式下使用。',
'Your preferred editor is:': '您的首选编辑器是:',
'Manage extensions': '管理扩展',
'Manage installed extensions': '管理已安装的扩展',
'List active extensions': '列出活动扩展',
'Update extensions. Usage: update <extension-names>|--all':
'更新扩展。用法update <extension-names>|--all',
@ -623,6 +625,37 @@ export default {
'Failed to configure {{terminalName}}.': '配置 {{terminalName}} 失败。',
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
'您的终端已配置为支持多行输入Shift+Enter 和 Ctrl+Enter的最佳体验。',
// ============================================================================
// Commands - Hooks
// ============================================================================
'Manage Qwen Code hooks': '管理 Qwen Code Hook',
'List all configured hooks': '列出所有已配置的 Hook',
'Enable a disabled hook': '启用已禁用的 Hook',
'Disable an active hook': '禁用已启用的 Hook',
// ============================================================================
// Commands - Session Export
// ============================================================================
'Export current session message history to a file':
'将当前会话的消息记录导出到文件',
'Export session to HTML format': '将会话导出为 HTML 文件',
'Export session to JSON format': '将会话导出为 JSON 文件',
'Export session to JSONL format (one message per line)':
'将会话导出为 JSONL 文件(每行一条消息)',
'Export session to markdown format': '将会话导出为 Markdown 文件',
// ============================================================================
// Commands - Insights
// ============================================================================
'generate personalized programming insights from your chat history':
'根据你的聊天记录生成个性化编程洞察',
// ============================================================================
// Commands - Session History
// ============================================================================
'Resume a previous session': '恢复先前会话',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'恢复某次工具调用。这将把对话与文件历史重置到提出该工具调用建议时的状态',
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
'无法检测终端类型。支持的终端VS Code、Cursor、Windsurf 和 Trae。',
'Terminal "{{terminal}}" is not supported yet.':
@ -1482,24 +1515,4 @@ export default {
'↑/↓: 导航 | Space/Enter: 切换 | Esc: 取消',
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
'↑/↓: 导航 | Enter: 选择 | Esc: 取消',
'Disable an active hook': '禁用已启用的 Hook',
'Enable a disabled hook': '启用已禁用的 Hook',
'Export current session message history to a file':
'将当前会话的消息记录导出到文件',
'Export session to HTML format': '将会话导出为 HTML 文件',
'Export session to JSON format': '将会话导出为 JSON 文件',
'Export session to JSONL format (one message per line)':
'将会话导出为 JSONL 文件(每行一条消息)',
'Export session to markdown format': '将会话导出为 Markdown 文件',
'generate personalized programming insights from your chat history':
'根据你的聊天记录生成个性化编程洞察',
'List all configured hooks': '列出所有已配置的 Hook',
'List available skills.': '列出可用技能。',
'list available Qwen Code tools. Usage: /tools [desc]':
'列出可用的 Qwen Code 工具。用法:/tools [desc]',
'Manage installed extensions': '管理已安装的扩展',
'Manage Qwen Code hooks': '管理 Qwen Code Hook',
'Resume a previous session': '恢复先前会话',
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
'恢复某次工具调用。这将把对话与文件历史重置到提出该工具调用建议时的状态',
};