@mmmbuto/qwen-code-termux 0.12.0-termux → 0.14.0-termux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +188 -55
- package/bundled/loop/SKILL.md +61 -0
- package/bundled/qc-helper/SKILL.md +151 -0
- package/bundled/qc-helper/docs/_meta.ts +30 -0
- package/bundled/qc-helper/docs/common-workflow.md +571 -0
- package/bundled/qc-helper/docs/configuration/_meta.ts +10 -0
- package/bundled/qc-helper/docs/configuration/auth.md +366 -0
- package/bundled/qc-helper/docs/configuration/memory.md +0 -0
- package/bundled/qc-helper/docs/configuration/model-providers.md +542 -0
- package/bundled/qc-helper/docs/configuration/qwen-ignore.md +55 -0
- package/bundled/qc-helper/docs/configuration/settings.md +655 -0
- package/bundled/qc-helper/docs/configuration/themes.md +160 -0
- package/bundled/qc-helper/docs/configuration/trusted-folders.md +61 -0
- package/bundled/qc-helper/docs/configuration.md +73 -0
- package/bundled/qc-helper/docs/extension/_meta.ts +9 -0
- package/bundled/qc-helper/docs/extension/extension-releasing.md +204 -0
- package/bundled/qc-helper/docs/extension/getting-started-extensions.md +299 -0
- package/bundled/qc-helper/docs/extension/introduction.md +338 -0
- package/bundled/qc-helper/docs/features/_meta.ts +19 -0
- package/bundled/qc-helper/docs/features/approval-mode.md +263 -0
- package/bundled/qc-helper/docs/features/arena.md +218 -0
- package/bundled/qc-helper/docs/features/channels/_meta.ts +7 -0
- package/bundled/qc-helper/docs/features/channels/dingtalk.md +134 -0
- package/bundled/qc-helper/docs/features/channels/overview.md +336 -0
- package/bundled/qc-helper/docs/features/channels/plugins.md +87 -0
- package/bundled/qc-helper/docs/features/channels/telegram.md +120 -0
- package/bundled/qc-helper/docs/features/channels/weixin.md +106 -0
- package/bundled/qc-helper/docs/features/checkpointing.md +77 -0
- package/bundled/qc-helper/docs/features/commands.md +312 -0
- package/bundled/qc-helper/docs/features/headless.md +318 -0
- package/bundled/qc-helper/docs/features/hooks.md +720 -0
- package/bundled/qc-helper/docs/features/language.md +139 -0
- package/bundled/qc-helper/docs/features/lsp.md +417 -0
- package/bundled/qc-helper/docs/features/mcp.md +281 -0
- package/bundled/qc-helper/docs/features/sandbox.md +241 -0
- package/bundled/qc-helper/docs/features/scheduled-tasks.md +139 -0
- package/bundled/qc-helper/docs/features/skills.md +289 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +515 -0
- package/bundled/qc-helper/docs/features/token-caching.md +29 -0
- package/bundled/qc-helper/docs/ide-integration/_meta.ts +4 -0
- package/bundled/qc-helper/docs/ide-integration/ide-companion-spec.md +182 -0
- package/bundled/qc-helper/docs/ide-integration/ide-integration.md +144 -0
- package/bundled/qc-helper/docs/integration-github-action.md +241 -0
- package/bundled/qc-helper/docs/integration-jetbrains.md +81 -0
- package/bundled/qc-helper/docs/integration-vscode.md +39 -0
- package/bundled/qc-helper/docs/integration-zed.md +72 -0
- package/bundled/qc-helper/docs/overview.md +64 -0
- package/bundled/qc-helper/docs/quickstart.md +273 -0
- package/bundled/qc-helper/docs/reference/_meta.ts +3 -0
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +72 -0
- package/bundled/qc-helper/docs/support/Uninstall.md +42 -0
- package/bundled/qc-helper/docs/support/_meta.ts +6 -0
- package/bundled/qc-helper/docs/support/tos-privacy.md +112 -0
- package/bundled/qc-helper/docs/support/troubleshooting.md +123 -0
- package/bundled/review/SKILL.md +261 -0
- package/cli.js +298314 -244746
- package/locales/de.js +358 -7
- package/locales/en.js +347 -7
- package/locales/ja.js +347 -7
- package/locales/pt.js +353 -7
- package/locales/ru.js +348 -7
- package/locales/zh.js +333 -7
- package/package.json +12 -7
- package/sandbox-macos-permissive-open.sb +3 -1
- package/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/CHANGELOG.md +0 -77
package/locales/pt.js
CHANGED
|
@@ -111,6 +111,7 @@ export default {
|
|
|
111
111
|
'Analisa o projeto e cria um arquivo QWEN.md personalizado.',
|
|
112
112
|
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
113
113
|
'Listar ferramentas Qwen Code disponíveis. Uso: /tools [desc]',
|
|
114
|
+
'List available skills.': 'Listar habilidades disponíveis.',
|
|
114
115
|
'Available Qwen Code CLI tools:': 'Ferramentas CLI do Qwen Code disponíveis:',
|
|
115
116
|
'No tools available': 'Nenhuma ferramenta disponível',
|
|
116
117
|
'View or change the approval mode for tool usage':
|
|
@@ -401,6 +402,7 @@ export default {
|
|
|
401
402
|
'Estes editores são suportados atualmente. Note que alguns editores não podem ser usados no modo sandbox.',
|
|
402
403
|
'Your preferred editor is:': 'Seu editor preferido é:',
|
|
403
404
|
'Manage extensions': 'Gerenciar extensões',
|
|
405
|
+
'Manage installed extensions': 'Gerenciar extensões instaladas',
|
|
404
406
|
'List active extensions': 'Listar extensões ativas',
|
|
405
407
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
406
408
|
'Atualizar extensões. Uso: update <nomes-das-extensoes>|--all',
|
|
@@ -590,6 +592,165 @@ export default {
|
|
|
590
592
|
'Falha ao configurar {{terminalName}}.',
|
|
591
593
|
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
|
|
592
594
|
'Seu terminal já está configurado para uma experiência ideal com entrada multilinhas (Shift+Enter e Ctrl+Enter).',
|
|
595
|
+
// ============================================================================
|
|
596
|
+
// Commands - Hooks
|
|
597
|
+
// ============================================================================
|
|
598
|
+
'Manage Qwen Code hooks': 'Gerenciar hooks do Qwen Code',
|
|
599
|
+
'List all configured hooks': 'Listar todos os hooks configurados',
|
|
600
|
+
'Enable a disabled hook': 'Ativar um hook desativado',
|
|
601
|
+
'Disable an active hook': 'Desativar um hook ativo',
|
|
602
|
+
// Hooks - Dialog
|
|
603
|
+
Hooks: 'Hooks',
|
|
604
|
+
'Loading hooks...': 'Carregando hooks...',
|
|
605
|
+
'Error loading hooks:': 'Erro ao carregar hooks:',
|
|
606
|
+
'Press Escape to close': 'Pressione Escape para fechar',
|
|
607
|
+
'No hook selected': 'Nenhum hook selecionado',
|
|
608
|
+
// Hooks - List Step
|
|
609
|
+
'No hook events found.': 'Nenhum evento de hook encontrado.',
|
|
610
|
+
'{{count}} hook configured': '{{count}} hook configurado',
|
|
611
|
+
'{{count}} hooks configured': '{{count}} hooks configurados',
|
|
612
|
+
'This menu is read-only. To add or modify hooks, edit settings.json directly or ask Qwen Code.':
|
|
613
|
+
'Este menu é somente leitura. Para adicionar ou modificar hooks, edite settings.json diretamente ou pergunte ao Qwen Code.',
|
|
614
|
+
'Enter to select · Esc to cancel':
|
|
615
|
+
'Enter para selecionar · Esc para cancelar',
|
|
616
|
+
// Hooks - Detail Step
|
|
617
|
+
'Exit codes:': 'Códigos de saída:',
|
|
618
|
+
'Configured hooks:': 'Hooks configurados:',
|
|
619
|
+
'No hooks configured for this event.':
|
|
620
|
+
'Nenhum hook configurado para este evento.',
|
|
621
|
+
'To add hooks, edit settings.json directly or ask Qwen.':
|
|
622
|
+
'Para adicionar hooks, edite settings.json diretamente ou pergunte ao Qwen.',
|
|
623
|
+
'Enter to select · Esc to go back': 'Enter para selecionar · Esc para voltar',
|
|
624
|
+
// Hooks - Config Detail Step
|
|
625
|
+
'Hook details': 'Detalhes do Hook',
|
|
626
|
+
'Event:': 'Evento:',
|
|
627
|
+
'Extension:': 'Extensão:',
|
|
628
|
+
'Desc:': 'Descrição:',
|
|
629
|
+
'No hook config selected': 'Nenhuma configuração de hook selecionada',
|
|
630
|
+
'To modify or remove this hook, edit settings.json directly or ask Qwen to help.':
|
|
631
|
+
'Para modificar ou remover este hook, edite settings.json diretamente ou pergunte ao Qwen.',
|
|
632
|
+
// Hooks - Disabled Step
|
|
633
|
+
'Hook Configuration - Disabled': 'Configuração de Hook - Desativado',
|
|
634
|
+
'All hooks are currently disabled. You have {{count}} that are not running.':
|
|
635
|
+
'Todos os hooks estão desativados. Você tem {{count}} que não estão em execução.',
|
|
636
|
+
'{{count}} configured hook': '{{count}} hook configurado',
|
|
637
|
+
'{{count}} configured hooks': '{{count}} hooks configurados',
|
|
638
|
+
'When hooks are disabled:': 'Quando os hooks estão desativados:',
|
|
639
|
+
'No hook commands will execute': 'Nenhum comando de hook será executado',
|
|
640
|
+
'StatusLine will not be displayed': 'StatusLine não será exibido',
|
|
641
|
+
'Tool operations will proceed without hook validation':
|
|
642
|
+
'As operações de ferramentas prosseguirão sem validação de hook',
|
|
643
|
+
'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.':
|
|
644
|
+
'Para reativar os hooks, remova "disableAllHooks" do settings.json ou pergunte ao Qwen Code.',
|
|
645
|
+
// Hooks - Source
|
|
646
|
+
Project: 'Projeto',
|
|
647
|
+
User: 'Usuário',
|
|
648
|
+
System: 'Sistema',
|
|
649
|
+
Extension: 'Extensão',
|
|
650
|
+
'Local Settings': 'Configurações Locais',
|
|
651
|
+
'User Settings': 'Configurações do Usuário',
|
|
652
|
+
'System Settings': 'Configurações do Sistema',
|
|
653
|
+
Extensions: 'Extensões',
|
|
654
|
+
// Hooks - Status
|
|
655
|
+
'✓ Enabled': '✓ Ativado',
|
|
656
|
+
'✗ Disabled': '✗ Desativado',
|
|
657
|
+
// Hooks - Event Descriptions (short)
|
|
658
|
+
'Before tool execution': 'Antes da execução da ferramenta',
|
|
659
|
+
'After tool execution': 'Após a execução da ferramenta',
|
|
660
|
+
'After tool execution fails': 'Após a falha da execução da ferramenta',
|
|
661
|
+
'When notifications are sent': 'Quando notificações são enviadas',
|
|
662
|
+
'When the user submits a prompt': 'Quando o usuário envia um prompt',
|
|
663
|
+
'When a new session is started': 'Quando uma nova sessão é iniciada',
|
|
664
|
+
'Right before Qwen Code concludes its response':
|
|
665
|
+
'Logo antes do Qwen Code concluir sua resposta',
|
|
666
|
+
'When a subagent (Agent tool call) is started':
|
|
667
|
+
'Quando um subagente (chamada de ferramenta Agent) é iniciado',
|
|
668
|
+
'Right before a subagent concludes its response':
|
|
669
|
+
'Logo antes de um subagente concluir sua resposta',
|
|
670
|
+
'Before conversation compaction': 'Antes da compactação da conversa',
|
|
671
|
+
'When a session is ending': 'Quando uma sessão está terminando',
|
|
672
|
+
'When a permission dialog is displayed':
|
|
673
|
+
'Quando um diálogo de permissão é exibido',
|
|
674
|
+
// Hooks - Event Descriptions (detailed)
|
|
675
|
+
'Input to command is JSON of tool call arguments.':
|
|
676
|
+
'A entrada para o comando é JSON dos argumentos da chamada da ferramenta.',
|
|
677
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
678
|
+
'A entrada para o comando é JSON com campos "inputs" (argumentos da chamada da ferramenta) e "response" (resposta da chamada da ferramenta).',
|
|
679
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
680
|
+
'A entrada para o comando é JSON com tool_name, tool_input, tool_use_id, error, error_type, is_interrupt e is_timeout.',
|
|
681
|
+
'Input to command is JSON with notification message and type.':
|
|
682
|
+
'A entrada para o comando é JSON com mensagem e tipo de notificação.',
|
|
683
|
+
'Input to command is JSON with original user prompt text.':
|
|
684
|
+
'A entrada para o comando é JSON com o texto original do prompt do usuário.',
|
|
685
|
+
'Input to command is JSON with session start source.':
|
|
686
|
+
'A entrada para o comando é JSON com a fonte de início da sessão.',
|
|
687
|
+
'Input to command is JSON with session end reason.':
|
|
688
|
+
'A entrada para o comando é JSON com o motivo do fim da sessão.',
|
|
689
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
690
|
+
'A entrada para o comando é JSON com agent_id e agent_type.',
|
|
691
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
692
|
+
'A entrada para o comando é JSON com agent_id, agent_type e agent_transcript_path.',
|
|
693
|
+
'Input to command is JSON with compaction details.':
|
|
694
|
+
'A entrada para o comando é JSON com detalhes da compactação.',
|
|
695
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
696
|
+
'A entrada para o comando é JSON com tool_name, tool_input e tool_use_id. Saída é JSON com hookSpecificOutput contendo decisão de permitir ou negar.',
|
|
697
|
+
// Hooks - Exit Code Descriptions
|
|
698
|
+
'stdout/stderr not shown': 'stdout/stderr não exibido',
|
|
699
|
+
'show stderr to model and continue conversation':
|
|
700
|
+
'mostrar stderr ao modelo e continuar conversa',
|
|
701
|
+
'show stderr to user only': 'mostrar stderr apenas ao usuário',
|
|
702
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
703
|
+
'stdout exibido no modo transcrição (ctrl+o)',
|
|
704
|
+
'show stderr to model immediately': 'mostrar stderr ao modelo imediatamente',
|
|
705
|
+
'show stderr to user only but continue with tool call':
|
|
706
|
+
'mostrar stderr apenas ao usuário mas continuar com chamada de ferramenta',
|
|
707
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
708
|
+
'bloquear processamento, apagar prompt original e mostrar stderr apenas ao usuário',
|
|
709
|
+
'stdout shown to Qwen': 'stdout mostrado ao Qwen',
|
|
710
|
+
'show stderr to user only (blocking errors ignored)':
|
|
711
|
+
'mostrar stderr apenas ao usuário (erros de bloqueio ignorados)',
|
|
712
|
+
'command completes successfully': 'comando concluído com sucesso',
|
|
713
|
+
'stdout shown to subagent': 'stdout mostrado ao subagente',
|
|
714
|
+
'show stderr to subagent and continue having it run':
|
|
715
|
+
'mostrar stderr ao subagente e continuar executando',
|
|
716
|
+
'stdout appended as custom compact instructions':
|
|
717
|
+
'stdout anexado como instruções de compactação personalizadas',
|
|
718
|
+
'block compaction': 'bloquear compactação',
|
|
719
|
+
'show stderr to user only but continue with compaction':
|
|
720
|
+
'mostrar stderr apenas ao usuário mas continuar com compactação',
|
|
721
|
+
'use hook decision if provided': 'usar decisão do hook se fornecida',
|
|
722
|
+
// Hooks - Messages
|
|
723
|
+
'Config not loaded.': 'Configuração não carregada.',
|
|
724
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
725
|
+
'Hooks não estão ativados. Ative hooks nas configurações para usar este recurso.',
|
|
726
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
727
|
+
'Nenhum hook configurado. Adicione hooks no seu arquivo settings.json.',
|
|
728
|
+
'Configured Hooks ({{count}} total)': 'Hooks Configurados ({{count}} total)',
|
|
729
|
+
|
|
730
|
+
// ============================================================================
|
|
731
|
+
// Commands - Session Export
|
|
732
|
+
// ============================================================================
|
|
733
|
+
'Export current session message history to a file':
|
|
734
|
+
'Exportar o histórico de mensagens da sessão atual para um arquivo',
|
|
735
|
+
'Export session to HTML format': 'Exportar a sessão para o formato HTML',
|
|
736
|
+
'Export session to JSON format': 'Exportar a sessão para o formato JSON',
|
|
737
|
+
'Export session to JSONL format (one message per line)':
|
|
738
|
+
'Exportar a sessão para o formato JSONL (uma mensagem por linha)',
|
|
739
|
+
'Export session to markdown format':
|
|
740
|
+
'Exportar a sessão para o formato Markdown',
|
|
741
|
+
|
|
742
|
+
// ============================================================================
|
|
743
|
+
// Commands - Insights
|
|
744
|
+
// ============================================================================
|
|
745
|
+
'generate personalized programming insights from your chat history':
|
|
746
|
+
'Gerar insights personalizados de programação a partir do seu histórico de chat',
|
|
747
|
+
|
|
748
|
+
// ============================================================================
|
|
749
|
+
// Commands - Session History
|
|
750
|
+
// ============================================================================
|
|
751
|
+
'Resume a previous session': 'Retomar uma sessão anterior',
|
|
752
|
+
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
|
|
753
|
+
'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',
|
|
593
754
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
594
755
|
'Não foi possível detectar o tipo de terminal. Terminais suportados: VS Code, Cursor, Windsurf e Trae.',
|
|
595
756
|
'Terminal "{{terminal}}" is not supported yet.':
|
|
@@ -678,7 +839,6 @@ export default {
|
|
|
678
839
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
679
840
|
'O modo de aprovação do workspace existe e tem prioridade. A alteração no nível do usuário não terá efeito.',
|
|
680
841
|
'Apply To': 'Aplicar A',
|
|
681
|
-
'User Settings': 'Configurações do Usuário',
|
|
682
842
|
'Workspace Settings': 'Configurações do Workspace',
|
|
683
843
|
|
|
684
844
|
// ============================================================================
|
|
@@ -735,7 +895,6 @@ export default {
|
|
|
735
895
|
'List configured MCP servers and tools':
|
|
736
896
|
'Listar servidores e ferramentas MCP configurados',
|
|
737
897
|
'Restarts MCP servers.': 'Reinicia os servidores MCP.',
|
|
738
|
-
'Config not loaded.': 'Configuração não carregada.',
|
|
739
898
|
'Could not retrieve tool registry.':
|
|
740
899
|
'Não foi possível recuperar o registro de ferramentas.',
|
|
741
900
|
'No MCP servers configured with OAuth authentication.':
|
|
@@ -751,6 +910,15 @@ export default {
|
|
|
751
910
|
"Falha ao autenticar com o servidor MCP '{{name}}': {{error}}",
|
|
752
911
|
"Re-discovering tools from '{{name}}'...":
|
|
753
912
|
"Redescobrindo ferramentas de '{{name}}'...",
|
|
913
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
914
|
+
"{{count}} ferramenta(s) descoberta(s) de '{{name}}'.",
|
|
915
|
+
'Authentication complete. Returning to server details...':
|
|
916
|
+
'Autenticação concluída. Retornando aos detalhes do servidor...',
|
|
917
|
+
'Authentication successful.': 'Autenticação bem-sucedida.',
|
|
918
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
919
|
+
'Se o navegador não abrir, copie e cole esta URL no seu navegador:',
|
|
920
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
921
|
+
'⚠️ Certifique-se de copiar a URL COMPLETA – ela pode ocupar várias linhas.',
|
|
754
922
|
|
|
755
923
|
// ============================================================================
|
|
756
924
|
// Commands - Chat
|
|
@@ -922,6 +1090,8 @@ export default {
|
|
|
922
1090
|
Disable: 'Desativar',
|
|
923
1091
|
Enable: 'Ativar',
|
|
924
1092
|
Authenticate: 'Autenticar',
|
|
1093
|
+
'Re-authenticate': 'Reautenticar',
|
|
1094
|
+
'Clear Authentication': 'Limpar autenticação',
|
|
925
1095
|
disabled: 'desativado',
|
|
926
1096
|
'Server:': 'Servidor:',
|
|
927
1097
|
Reconnect: 'Reconectar',
|
|
@@ -934,7 +1104,6 @@ export default {
|
|
|
934
1104
|
'No server selected': 'Nenhum servidor selecionado',
|
|
935
1105
|
'(disabled)': '(desativado)',
|
|
936
1106
|
'Error:': 'Erro:',
|
|
937
|
-
Extension: 'Extensão',
|
|
938
1107
|
tool: 'ferramenta',
|
|
939
1108
|
tools: 'ferramentas',
|
|
940
1109
|
connected: 'conectado',
|
|
@@ -1008,6 +1177,12 @@ export default {
|
|
|
1008
1177
|
"Allow execution of: '{{command}}'?":
|
|
1009
1178
|
"Permitir a execução de: '{{command}}'?",
|
|
1010
1179
|
'Yes, allow always ...': 'Sim, permitir sempre ...',
|
|
1180
|
+
'Always allow in this project': 'Sempre permitir neste projeto',
|
|
1181
|
+
'Always allow {{action}} in this project':
|
|
1182
|
+
'Sempre permitir {{action}} neste projeto',
|
|
1183
|
+
'Always allow for this user': 'Sempre permitir para este usuário',
|
|
1184
|
+
'Always allow {{action}} for this user':
|
|
1185
|
+
'Sempre permitir {{action}} para este usuário',
|
|
1011
1186
|
'Yes, and auto-accept edits': 'Sim, e aceitar edições automaticamente',
|
|
1012
1187
|
'Yes, and manually approve edits': 'Sim, e aprovar edições manualmente',
|
|
1013
1188
|
'No, keep planning (esc)': 'Não, continuar planejando (esc)',
|
|
@@ -1164,8 +1339,8 @@ export default {
|
|
|
1164
1339
|
unknown: 'desconhecido',
|
|
1165
1340
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1166
1341
|
"Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
|
|
1167
|
-
'Qwen 3.
|
|
1168
|
-
'Qwen 3.
|
|
1342
|
+
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1343
|
+
'Qwen 3.6 Plus — modelo híbrido eficiente com desempenho líder em programação',
|
|
1169
1344
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1170
1345
|
'O modelo Qwen Vision mais recente do Alibaba Cloud ModelStudio (versão: qwen3-vl-plus-2025-09-23)',
|
|
1171
1346
|
|
|
@@ -1174,6 +1349,74 @@ export default {
|
|
|
1174
1349
|
// ============================================================================
|
|
1175
1350
|
'Manage folder trust settings':
|
|
1176
1351
|
'Gerenciar configurações de confiança de pasta',
|
|
1352
|
+
'Manage permission rules': 'Gerenciar regras de permissão',
|
|
1353
|
+
Allow: 'Permitir',
|
|
1354
|
+
Ask: 'Perguntar',
|
|
1355
|
+
Deny: 'Negar',
|
|
1356
|
+
Workspace: 'Área de trabalho',
|
|
1357
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1358
|
+
'O Qwen Code não perguntará antes de usar ferramentas permitidas.',
|
|
1359
|
+
'Qwen Code will ask before using these tools.':
|
|
1360
|
+
'O Qwen Code perguntará antes de usar essas ferramentas.',
|
|
1361
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1362
|
+
'O Qwen Code não tem permissão para usar ferramentas negadas.',
|
|
1363
|
+
'Manage trusted directories for this workspace.':
|
|
1364
|
+
'Gerenciar diretórios confiáveis para esta área de trabalho.',
|
|
1365
|
+
'Any use of the {{tool}} tool': 'Qualquer uso da ferramenta {{tool}}',
|
|
1366
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1367
|
+
"Comandos {{tool}} correspondentes a '{{pattern}}'",
|
|
1368
|
+
'From user settings': 'Das configurações do usuário',
|
|
1369
|
+
'From project settings': 'Das configurações do projeto',
|
|
1370
|
+
'From session': 'Da sessão',
|
|
1371
|
+
'Project settings (local)': 'Configurações do projeto (local)',
|
|
1372
|
+
'Saved in .qwen/settings.local.json': 'Salvo em .qwen/settings.local.json',
|
|
1373
|
+
'Project settings': 'Configurações do projeto',
|
|
1374
|
+
'Checked in at .qwen/settings.json': 'Registrado em .qwen/settings.json',
|
|
1375
|
+
'User settings': 'Configurações do usuário',
|
|
1376
|
+
'Saved in at ~/.qwen/settings.json': 'Salvo em ~/.qwen/settings.json',
|
|
1377
|
+
'Add a new rule…': 'Adicionar nova regra…',
|
|
1378
|
+
'Add {{type}} permission rule': 'Adicionar regra de permissão {{type}}',
|
|
1379
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1380
|
+
'Regras de permissão são um nome de ferramenta, opcionalmente seguido por um especificador entre parênteses.',
|
|
1381
|
+
'e.g.,': 'ex.',
|
|
1382
|
+
or: 'ou',
|
|
1383
|
+
'Enter permission rule…': 'Insira a regra de permissão…',
|
|
1384
|
+
'Enter to submit · Esc to cancel': 'Enter para enviar · Esc para cancelar',
|
|
1385
|
+
'Where should this rule be saved?': 'Onde esta regra deve ser salva?',
|
|
1386
|
+
'Enter to confirm · Esc to cancel':
|
|
1387
|
+
'Enter para confirmar · Esc para cancelar',
|
|
1388
|
+
'Delete {{type}} rule?': 'Excluir regra {{type}}?',
|
|
1389
|
+
'Are you sure you want to delete this permission rule?':
|
|
1390
|
+
'Tem certeza de que deseja excluir esta regra de permissão?',
|
|
1391
|
+
'Permissions:': 'Permissões:',
|
|
1392
|
+
'(←/→ or tab to cycle)': '(←/→ ou Tab para alternar)',
|
|
1393
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1394
|
+
'↑↓ para navegar · Enter para selecionar · Digite para pesquisar · Esc para cancelar',
|
|
1395
|
+
'Search…': 'Pesquisar…',
|
|
1396
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1397
|
+
'Use /trust para gerenciar as configurações de confiança de pasta desta área de trabalho.',
|
|
1398
|
+
// Workspace directory management
|
|
1399
|
+
'Add directory…': 'Adicionar diretório…',
|
|
1400
|
+
'Add directory to workspace': 'Adicionar diretório à área de trabalho',
|
|
1401
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1402
|
+
'O Qwen Code pode ler arquivos na área de trabalho e fazer edições quando a aceitação automática está ativada.',
|
|
1403
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1404
|
+
'O Qwen Code poderá ler arquivos neste diretório e fazer edições quando a aceitação automática está ativada.',
|
|
1405
|
+
'Enter the path to the directory:': 'Insira o caminho do diretório:',
|
|
1406
|
+
'Enter directory path…': 'Insira o caminho do diretório…',
|
|
1407
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1408
|
+
'Tab para completar · Enter para adicionar · Esc para cancelar',
|
|
1409
|
+
'Remove directory?': 'Remover diretório?',
|
|
1410
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1411
|
+
'Tem certeza de que deseja remover este diretório da área de trabalho?',
|
|
1412
|
+
' (Original working directory)': ' (Diretório de trabalho original)',
|
|
1413
|
+
' (from settings)': ' (das configurações)',
|
|
1414
|
+
'Directory does not exist.': 'O diretório não existe.',
|
|
1415
|
+
'Path is not a directory.': 'O caminho não é um diretório.',
|
|
1416
|
+
'This directory is already in the workspace.':
|
|
1417
|
+
'Este diretório já está na área de trabalho.',
|
|
1418
|
+
'Already covered by existing directory: {{dir}}':
|
|
1419
|
+
'Já coberto pelo diretório existente: {{dir}}',
|
|
1177
1420
|
|
|
1178
1421
|
// ============================================================================
|
|
1179
1422
|
// Status Bar
|
|
@@ -1547,8 +1790,8 @@ export default {
|
|
|
1547
1790
|
// Auth Dialog - View Titles and Labels
|
|
1548
1791
|
// ============================================================================
|
|
1549
1792
|
'Coding Plan': 'Coding Plan',
|
|
1550
|
-
"Paste your api key of
|
|
1551
|
-
'Cole sua chave de API do
|
|
1793
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1794
|
+
'Cole sua chave de API do ModelStudio Coding Plan e pronto!',
|
|
1552
1795
|
Custom: 'Personalizado',
|
|
1553
1796
|
'More instructions about configuring `modelProviders` manually.':
|
|
1554
1797
|
'Mais instruções sobre como configurar `modelProviders` manualmente.',
|
|
@@ -1570,6 +1813,35 @@ export default {
|
|
|
1570
1813
|
'Novas configurações de modelo estão disponíveis para o {{region}}. Atualizar agora?',
|
|
1571
1814
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1572
1815
|
'Configuração do {{region}} atualizada com sucesso. Modelo alterado para "{{model}}".',
|
|
1816
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1817
|
+
'Autenticado com sucesso com {{region}}. Chave de API e configurações de modelo salvas em settings.json (com backup).',
|
|
1818
|
+
|
|
1819
|
+
// ============================================================================
|
|
1820
|
+
// Context Usage Component
|
|
1821
|
+
// ============================================================================
|
|
1822
|
+
'Context Usage': 'Uso do Contexto',
|
|
1823
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1824
|
+
'Ainda não há resposta da API. Envie uma mensagem para ver o uso real.',
|
|
1825
|
+
'Estimated pre-conversation overhead': 'Sobrecarga estimada pré-conversa',
|
|
1826
|
+
'Context window': 'Janela de Contexto',
|
|
1827
|
+
tokens: 'tokens',
|
|
1828
|
+
Used: 'Usado',
|
|
1829
|
+
Free: 'Livre',
|
|
1830
|
+
'Autocompact buffer': 'Buffer de autocompactação',
|
|
1831
|
+
'Usage by category': 'Uso por categoria',
|
|
1832
|
+
'System prompt': 'Prompt do sistema',
|
|
1833
|
+
'Built-in tools': 'Ferramentas integradas',
|
|
1834
|
+
'MCP tools': 'Ferramentas MCP',
|
|
1835
|
+
'Memory files': 'Arquivos de memória',
|
|
1836
|
+
Skills: 'Habilidades',
|
|
1837
|
+
Messages: 'Mensagens',
|
|
1838
|
+
'Show context window usage breakdown.':
|
|
1839
|
+
'Exibe a divisão de uso da janela de contexto.',
|
|
1840
|
+
'Run /context detail for per-item breakdown.':
|
|
1841
|
+
'Execute /context detail para detalhamento por item.',
|
|
1842
|
+
active: 'ativo',
|
|
1843
|
+
'body loaded': 'conteúdo carregado',
|
|
1844
|
+
memory: 'memória',
|
|
1573
1845
|
'{{region}} configuration updated successfully.':
|
|
1574
1846
|
'Configuração do {{region}} atualizada com sucesso.',
|
|
1575
1847
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1605,4 +1877,78 @@ export default {
|
|
|
1605
1877
|
'↑/↓: Navegar | Space/Enter: Alternar | Esc: Cancelar',
|
|
1606
1878
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1607
1879
|
'↑/↓: Navegar | Enter: Selecionar | Esc: Cancelar',
|
|
1880
|
+
|
|
1881
|
+
// ============================================================================
|
|
1882
|
+
// Commands - Auth
|
|
1883
|
+
// ============================================================================
|
|
1884
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1885
|
+
'Configurar autenticação Qwen com Qwen-OAuth ou Alibaba Cloud Coding Plan',
|
|
1886
|
+
'Authenticate using Qwen OAuth': 'Autenticar usando Qwen OAuth',
|
|
1887
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1888
|
+
'Autenticar usando Alibaba Cloud Coding Plan',
|
|
1889
|
+
'Region for Coding Plan (china/global)':
|
|
1890
|
+
'Região para Coding Plan (china/global)',
|
|
1891
|
+
'API key for Coding Plan': 'Chave de API para Coding Plan',
|
|
1892
|
+
'Show current authentication status': 'Mostrar status atual de autenticação',
|
|
1893
|
+
'Authentication completed successfully.':
|
|
1894
|
+
'Autenticação concluída com sucesso.',
|
|
1895
|
+
'Starting Qwen OAuth authentication...':
|
|
1896
|
+
'Iniciando autenticação Qwen OAuth...',
|
|
1897
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1898
|
+
'Autenticado com sucesso via Qwen OAuth.',
|
|
1899
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1900
|
+
'Falha ao autenticar com Qwen OAuth: {{error}}',
|
|
1901
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1902
|
+
'Processando autenticação Alibaba Cloud Coding Plan...',
|
|
1903
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1904
|
+
'Autenticado com sucesso via Alibaba Cloud Coding Plan.',
|
|
1905
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1906
|
+
'Falha ao autenticar com Coding Plan: {{error}}',
|
|
1907
|
+
'中国 (China)': '中国 (China)',
|
|
1908
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1909
|
+
Global: 'Global',
|
|
1910
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1911
|
+
'Select region for Coding Plan:': 'Selecione a região para Coding Plan:',
|
|
1912
|
+
'Enter your Coding Plan API key: ':
|
|
1913
|
+
'Insira sua chave de API do Coding Plan: ',
|
|
1914
|
+
'Select authentication method:': 'Selecione o método de autenticação:',
|
|
1915
|
+
'\n=== Authentication Status ===\n': '\n=== Status de Autenticação ===\n',
|
|
1916
|
+
'⚠️ No authentication method configured.\n':
|
|
1917
|
+
'⚠️ Nenhum método de autenticação configurado.\n',
|
|
1918
|
+
'Run one of the following commands to get started:\n':
|
|
1919
|
+
'Execute um dos seguintes comandos para começar:\n',
|
|
1920
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1921
|
+
' qwen auth qwen-oauth - Autenticar com Qwen OAuth (gratuito)',
|
|
1922
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1923
|
+
' qwen auth coding-plan - Autenticar com Alibaba Cloud Coding Plan\n',
|
|
1924
|
+
'Or simply run:': 'Ou simplesmente execute:',
|
|
1925
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1926
|
+
' qwen auth - Configuração interativa de autenticação\n',
|
|
1927
|
+
'✓ Authentication Method: Qwen OAuth': '✓ Método de autenticação: Qwen OAuth',
|
|
1928
|
+
' Type: Free tier': ' Tipo: Gratuito',
|
|
1929
|
+
' Limit: Up to 1,000 requests/day': ' Limite: Até 1.000 solicitações/dia',
|
|
1930
|
+
' Models: Qwen latest models\n': ' Modelos: Modelos Qwen mais recentes\n',
|
|
1931
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1932
|
+
'✓ Método de autenticação: Alibaba Cloud Coding Plan',
|
|
1933
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1934
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1935
|
+
' Region: {{region}}': ' Região: {{region}}',
|
|
1936
|
+
' Current Model: {{model}}': ' Modelo atual: {{model}}',
|
|
1937
|
+
' Config Version: {{version}}': ' Versão da configuração: {{version}}',
|
|
1938
|
+
' Status: API key configured\n': ' Status: Chave de API configurada\n',
|
|
1939
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1940
|
+
'⚠️ Método de autenticação: Alibaba Cloud Coding Plan (Incompleto)',
|
|
1941
|
+
' Issue: API key not found in environment or settings\n':
|
|
1942
|
+
' Problema: Chave de API não encontrada no ambiente ou configurações\n',
|
|
1943
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1944
|
+
' Execute `qwen auth coding-plan` para reconfigurar.\n',
|
|
1945
|
+
'✓ Authentication Method: {{type}}': '✓ Método de autenticação: {{type}}',
|
|
1946
|
+
' Status: Configured\n': ' Status: Configurado\n',
|
|
1947
|
+
'Failed to check authentication status: {{error}}':
|
|
1948
|
+
'Falha ao verificar status de autenticação: {{error}}',
|
|
1949
|
+
'Select an option:': 'Selecione uma opção:',
|
|
1950
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1951
|
+
'Modo raw não disponível. Execute em um terminal interativo.',
|
|
1952
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1953
|
+
'(Use ↑ ↓ para navegar, Enter para selecionar, Ctrl+C para sair)\n',
|
|
1608
1954
|
};
|