diff --git a/packages/cli/src/i18n/locales/de.js b/packages/cli/src/i18n/locales/de.js index 9a007a68f..1e58046f3 100644 --- a/packages/cli/src/i18n/locales/de.js +++ b/packages/cli/src/i18n/locales/de.js @@ -1610,4 +1610,25 @@ 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.': 'Verfuegbare Skills auflisten.', + 'list available Qwen Code tools. Usage: /tools [desc]': + 'Verfuegbare 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 zurueckgesetzt, in dem der Tool-Aufruf vorgeschlagen wurde', }; diff --git a/packages/cli/src/i18n/locales/ja.js b/packages/cli/src/i18n/locales/ja.js index 3a1bf21c6..a52cb472a 100644 --- a/packages/cli/src/i18n/locales/ja.js +++ b/packages/cli/src/i18n/locales/ja.js @@ -1114,4 +1114,25 @@ 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': + 'ツール呼び出しを復元します。これにより、会話とファイルの履歴はそのツール呼び出しが提案された時点の状態に戻ります', }; diff --git a/packages/cli/src/i18n/locales/pt.js b/packages/cli/src/i18n/locales/pt.js index 37efeda6f..5907355cf 100644 --- a/packages/cli/src/i18n/locales/pt.js +++ b/packages/cli/src/i18n/locales/pt.js @@ -1605,4 +1605,25 @@ 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 historico de mensagens da sessao atual para um arquivo', + 'Export session to HTML format': 'Exportar a sessao para o formato HTML', + 'Export session to JSON format': 'Exportar a sessao para o formato JSON', + 'Export session to JSONL format (one message per line)': + 'Exportar a sessao para o formato JSONL (uma mensagem por linha)', + 'Export session to markdown format': + 'Exportar a sessao para o formato Markdown', + 'generate personalized programming insights from your chat history': + 'Gerar insights personalizados de programacao a partir do seu historico de chat', + 'List all configured hooks': 'Listar todos os hooks configurados', + 'List available skills.': 'Listar habilidades disponiveis.', + 'list available Qwen Code tools. Usage: /tools [desc]': + 'Listar as ferramentas disponiveis do Qwen Code. Uso: /tools [desc]', + 'Manage installed extensions': 'Gerenciar extensoes instaladas', + 'Manage Qwen Code hooks': 'Gerenciar hooks do Qwen Code', + 'Resume a previous session': 'Retomar uma sessao 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 redefinira o historico da conversa e dos arquivos para o estado em que a chamada da ferramenta foi sugerida', }; diff --git a/packages/cli/src/i18n/locales/ru.js b/packages/cli/src/i18n/locales/ru.js index eaecb4228..284a821e0 100644 --- a/packages/cli/src/i18n/locales/ru.js +++ b/packages/cli/src/i18n/locales/ru.js @@ -1617,4 +1617,25 @@ 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': + 'Восстановить вызов инструмента. Это вернет историю разговора и файлов к состоянию на момент, когда был предложен этот вызов инструмента', };