@qwen-code/sdk 0.1.6-preview.0 → 0.1.6
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 +17 -9
- package/dist/cli/cli.js +101221 -78905
- package/dist/cli/locales/de.js +298 -5
- package/dist/cli/locales/en.js +288 -5
- package/dist/cli/locales/ja.js +287 -5
- package/dist/cli/locales/pt.js +293 -5
- package/dist/cli/locales/ru.js +288 -5
- package/dist/cli/locales/zh.js +273 -4
- package/dist/cli/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/dist/cli/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/package.json +1 -1
package/dist/cli/locales/pt.js
CHANGED
|
@@ -599,6 +599,120 @@ export default {
|
|
|
599
599
|
'List all configured hooks': 'Listar todos os hooks configurados',
|
|
600
600
|
'Enable a disabled hook': 'Ativar um hook desativado',
|
|
601
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 - Source
|
|
633
|
+
Project: 'Projeto',
|
|
634
|
+
User: 'Usuário',
|
|
635
|
+
System: 'Sistema',
|
|
636
|
+
Extension: 'Extensão',
|
|
637
|
+
'Local Settings': 'Configurações Locais',
|
|
638
|
+
'User Settings': 'Configurações do Usuário',
|
|
639
|
+
'System Settings': 'Configurações do Sistema',
|
|
640
|
+
Extensions: 'Extensões',
|
|
641
|
+
// Hooks - Status
|
|
642
|
+
'✓ Enabled': '✓ Ativado',
|
|
643
|
+
'✗ Disabled': '✗ Desativado',
|
|
644
|
+
// Hooks - Event Descriptions (short)
|
|
645
|
+
'Before tool execution': 'Antes da execução da ferramenta',
|
|
646
|
+
'After tool execution': 'Após a execução da ferramenta',
|
|
647
|
+
'After tool execution fails': 'Após a falha da execução da ferramenta',
|
|
648
|
+
'When notifications are sent': 'Quando notificações são enviadas',
|
|
649
|
+
'When the user submits a prompt': 'Quando o usuário envia um prompt',
|
|
650
|
+
'When a new session is started': 'Quando uma nova sessão é iniciada',
|
|
651
|
+
'Right before Qwen Code concludes its response':
|
|
652
|
+
'Logo antes do Qwen Code concluir sua resposta',
|
|
653
|
+
'When a subagent (Agent tool call) is started':
|
|
654
|
+
'Quando um subagente (chamada de ferramenta Agent) é iniciado',
|
|
655
|
+
'Right before a subagent concludes its response':
|
|
656
|
+
'Logo antes de um subagente concluir sua resposta',
|
|
657
|
+
'Before conversation compaction': 'Antes da compactação da conversa',
|
|
658
|
+
'When a session is ending': 'Quando uma sessão está terminando',
|
|
659
|
+
'When a permission dialog is displayed':
|
|
660
|
+
'Quando um diálogo de permissão é exibido',
|
|
661
|
+
// Hooks - Event Descriptions (detailed)
|
|
662
|
+
'Input to command is JSON of tool call arguments.':
|
|
663
|
+
'A entrada para o comando é JSON dos argumentos da chamada da ferramenta.',
|
|
664
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
665
|
+
'A entrada para o comando é JSON com campos "inputs" (argumentos da chamada da ferramenta) e "response" (resposta da chamada da ferramenta).',
|
|
666
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
667
|
+
'A entrada para o comando é JSON com tool_name, tool_input, tool_use_id, error, error_type, is_interrupt e is_timeout.',
|
|
668
|
+
'Input to command is JSON with notification message and type.':
|
|
669
|
+
'A entrada para o comando é JSON com mensagem e tipo de notificação.',
|
|
670
|
+
'Input to command is JSON with original user prompt text.':
|
|
671
|
+
'A entrada para o comando é JSON com o texto original do prompt do usuário.',
|
|
672
|
+
'Input to command is JSON with session start source.':
|
|
673
|
+
'A entrada para o comando é JSON com a fonte de início da sessão.',
|
|
674
|
+
'Input to command is JSON with session end reason.':
|
|
675
|
+
'A entrada para o comando é JSON com o motivo do fim da sessão.',
|
|
676
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
677
|
+
'A entrada para o comando é JSON com agent_id e agent_type.',
|
|
678
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
679
|
+
'A entrada para o comando é JSON com agent_id, agent_type e agent_transcript_path.',
|
|
680
|
+
'Input to command is JSON with compaction details.':
|
|
681
|
+
'A entrada para o comando é JSON com detalhes da compactação.',
|
|
682
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
683
|
+
'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.',
|
|
684
|
+
// Hooks - Exit Code Descriptions
|
|
685
|
+
'stdout/stderr not shown': 'stdout/stderr não exibido',
|
|
686
|
+
'show stderr to model and continue conversation':
|
|
687
|
+
'mostrar stderr ao modelo e continuar conversa',
|
|
688
|
+
'show stderr to user only': 'mostrar stderr apenas ao usuário',
|
|
689
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
690
|
+
'stdout exibido no modo transcrição (ctrl+o)',
|
|
691
|
+
'show stderr to model immediately': 'mostrar stderr ao modelo imediatamente',
|
|
692
|
+
'show stderr to user only but continue with tool call':
|
|
693
|
+
'mostrar stderr apenas ao usuário mas continuar com chamada de ferramenta',
|
|
694
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
695
|
+
'bloquear processamento, apagar prompt original e mostrar stderr apenas ao usuário',
|
|
696
|
+
'stdout shown to Qwen': 'stdout mostrado ao Qwen',
|
|
697
|
+
'show stderr to user only (blocking errors ignored)':
|
|
698
|
+
'mostrar stderr apenas ao usuário (erros de bloqueio ignorados)',
|
|
699
|
+
'command completes successfully': 'comando concluído com sucesso',
|
|
700
|
+
'stdout shown to subagent': 'stdout mostrado ao subagente',
|
|
701
|
+
'show stderr to subagent and continue having it run':
|
|
702
|
+
'mostrar stderr ao subagente e continuar executando',
|
|
703
|
+
'stdout appended as custom compact instructions':
|
|
704
|
+
'stdout anexado como instruções de compactação personalizadas',
|
|
705
|
+
'block compaction': 'bloquear compactação',
|
|
706
|
+
'show stderr to user only but continue with compaction':
|
|
707
|
+
'mostrar stderr apenas ao usuário mas continuar com compactação',
|
|
708
|
+
'use hook decision if provided': 'usar decisão do hook se fornecida',
|
|
709
|
+
// Hooks - Messages
|
|
710
|
+
'Config not loaded.': 'Configuração não carregada.',
|
|
711
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
712
|
+
'Hooks não estão ativados. Ative hooks nas configurações para usar este recurso.',
|
|
713
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
714
|
+
'Nenhum hook configurado. Adicione hooks no seu arquivo settings.json.',
|
|
715
|
+
'Configured Hooks ({{count}} total)': 'Hooks Configurados ({{count}} total)',
|
|
602
716
|
|
|
603
717
|
// ============================================================================
|
|
604
718
|
// Commands - Session Export
|
|
@@ -712,7 +826,6 @@ export default {
|
|
|
712
826
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
713
827
|
'O modo de aprovação do workspace existe e tem prioridade. A alteração no nível do usuário não terá efeito.',
|
|
714
828
|
'Apply To': 'Aplicar A',
|
|
715
|
-
'User Settings': 'Configurações do Usuário',
|
|
716
829
|
'Workspace Settings': 'Configurações do Workspace',
|
|
717
830
|
|
|
718
831
|
// ============================================================================
|
|
@@ -769,7 +882,6 @@ export default {
|
|
|
769
882
|
'List configured MCP servers and tools':
|
|
770
883
|
'Listar servidores e ferramentas MCP configurados',
|
|
771
884
|
'Restarts MCP servers.': 'Reinicia os servidores MCP.',
|
|
772
|
-
'Config not loaded.': 'Configuração não carregada.',
|
|
773
885
|
'Could not retrieve tool registry.':
|
|
774
886
|
'Não foi possível recuperar o registro de ferramentas.',
|
|
775
887
|
'No MCP servers configured with OAuth authentication.':
|
|
@@ -979,7 +1091,6 @@ export default {
|
|
|
979
1091
|
'No server selected': 'Nenhum servidor selecionado',
|
|
980
1092
|
'(disabled)': '(desativado)',
|
|
981
1093
|
'Error:': 'Erro:',
|
|
982
|
-
Extension: 'Extensão',
|
|
983
1094
|
tool: 'ferramenta',
|
|
984
1095
|
tools: 'ferramentas',
|
|
985
1096
|
connected: 'conectado',
|
|
@@ -1053,6 +1164,12 @@ export default {
|
|
|
1053
1164
|
"Allow execution of: '{{command}}'?":
|
|
1054
1165
|
"Permitir a execução de: '{{command}}'?",
|
|
1055
1166
|
'Yes, allow always ...': 'Sim, permitir sempre ...',
|
|
1167
|
+
'Always allow in this project': 'Sempre permitir neste projeto',
|
|
1168
|
+
'Always allow {{action}} in this project':
|
|
1169
|
+
'Sempre permitir {{action}} neste projeto',
|
|
1170
|
+
'Always allow for this user': 'Sempre permitir para este usuário',
|
|
1171
|
+
'Always allow {{action}} for this user':
|
|
1172
|
+
'Sempre permitir {{action}} para este usuário',
|
|
1056
1173
|
'Yes, and auto-accept edits': 'Sim, e aceitar edições automaticamente',
|
|
1057
1174
|
'Yes, and manually approve edits': 'Sim, e aprovar edições manualmente',
|
|
1058
1175
|
'No, keep planning (esc)': 'Não, continuar planejando (esc)',
|
|
@@ -1219,6 +1336,74 @@ export default {
|
|
|
1219
1336
|
// ============================================================================
|
|
1220
1337
|
'Manage folder trust settings':
|
|
1221
1338
|
'Gerenciar configurações de confiança de pasta',
|
|
1339
|
+
'Manage permission rules': 'Gerenciar regras de permissão',
|
|
1340
|
+
Allow: 'Permitir',
|
|
1341
|
+
Ask: 'Perguntar',
|
|
1342
|
+
Deny: 'Negar',
|
|
1343
|
+
Workspace: 'Área de trabalho',
|
|
1344
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1345
|
+
'O Qwen Code não perguntará antes de usar ferramentas permitidas.',
|
|
1346
|
+
'Qwen Code will ask before using these tools.':
|
|
1347
|
+
'O Qwen Code perguntará antes de usar essas ferramentas.',
|
|
1348
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1349
|
+
'O Qwen Code não tem permissão para usar ferramentas negadas.',
|
|
1350
|
+
'Manage trusted directories for this workspace.':
|
|
1351
|
+
'Gerenciar diretórios confiáveis para esta área de trabalho.',
|
|
1352
|
+
'Any use of the {{tool}} tool': 'Qualquer uso da ferramenta {{tool}}',
|
|
1353
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1354
|
+
"Comandos {{tool}} correspondentes a '{{pattern}}'",
|
|
1355
|
+
'From user settings': 'Das configurações do usuário',
|
|
1356
|
+
'From project settings': 'Das configurações do projeto',
|
|
1357
|
+
'From session': 'Da sessão',
|
|
1358
|
+
'Project settings (local)': 'Configurações do projeto (local)',
|
|
1359
|
+
'Saved in .qwen/settings.local.json': 'Salvo em .qwen/settings.local.json',
|
|
1360
|
+
'Project settings': 'Configurações do projeto',
|
|
1361
|
+
'Checked in at .qwen/settings.json': 'Registrado em .qwen/settings.json',
|
|
1362
|
+
'User settings': 'Configurações do usuário',
|
|
1363
|
+
'Saved in at ~/.qwen/settings.json': 'Salvo em ~/.qwen/settings.json',
|
|
1364
|
+
'Add a new rule…': 'Adicionar nova regra…',
|
|
1365
|
+
'Add {{type}} permission rule': 'Adicionar regra de permissão {{type}}',
|
|
1366
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1367
|
+
'Regras de permissão são um nome de ferramenta, opcionalmente seguido por um especificador entre parênteses.',
|
|
1368
|
+
'e.g.,': 'ex.',
|
|
1369
|
+
or: 'ou',
|
|
1370
|
+
'Enter permission rule…': 'Insira a regra de permissão…',
|
|
1371
|
+
'Enter to submit · Esc to cancel': 'Enter para enviar · Esc para cancelar',
|
|
1372
|
+
'Where should this rule be saved?': 'Onde esta regra deve ser salva?',
|
|
1373
|
+
'Enter to confirm · Esc to cancel':
|
|
1374
|
+
'Enter para confirmar · Esc para cancelar',
|
|
1375
|
+
'Delete {{type}} rule?': 'Excluir regra {{type}}?',
|
|
1376
|
+
'Are you sure you want to delete this permission rule?':
|
|
1377
|
+
'Tem certeza de que deseja excluir esta regra de permissão?',
|
|
1378
|
+
'Permissions:': 'Permissões:',
|
|
1379
|
+
'(←/→ or tab to cycle)': '(←/→ ou Tab para alternar)',
|
|
1380
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1381
|
+
'↑↓ para navegar · Enter para selecionar · Digite para pesquisar · Esc para cancelar',
|
|
1382
|
+
'Search…': 'Pesquisar…',
|
|
1383
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1384
|
+
'Use /trust para gerenciar as configurações de confiança de pasta desta área de trabalho.',
|
|
1385
|
+
// Workspace directory management
|
|
1386
|
+
'Add directory…': 'Adicionar diretório…',
|
|
1387
|
+
'Add directory to workspace': 'Adicionar diretório à área de trabalho',
|
|
1388
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1389
|
+
'O Qwen Code pode ler arquivos na área de trabalho e fazer edições quando a aceitação automática está ativada.',
|
|
1390
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1391
|
+
'O Qwen Code poderá ler arquivos neste diretório e fazer edições quando a aceitação automática está ativada.',
|
|
1392
|
+
'Enter the path to the directory:': 'Insira o caminho do diretório:',
|
|
1393
|
+
'Enter directory path…': 'Insira o caminho do diretório…',
|
|
1394
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1395
|
+
'Tab para completar · Enter para adicionar · Esc para cancelar',
|
|
1396
|
+
'Remove directory?': 'Remover diretório?',
|
|
1397
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1398
|
+
'Tem certeza de que deseja remover este diretório da área de trabalho?',
|
|
1399
|
+
' (Original working directory)': ' (Diretório de trabalho original)',
|
|
1400
|
+
' (from settings)': ' (das configurações)',
|
|
1401
|
+
'Directory does not exist.': 'O diretório não existe.',
|
|
1402
|
+
'Path is not a directory.': 'O caminho não é um diretório.',
|
|
1403
|
+
'This directory is already in the workspace.':
|
|
1404
|
+
'Este diretório já está na área de trabalho.',
|
|
1405
|
+
'Already covered by existing directory: {{dir}}':
|
|
1406
|
+
'Já coberto pelo diretório existente: {{dir}}',
|
|
1222
1407
|
|
|
1223
1408
|
// ============================================================================
|
|
1224
1409
|
// Status Bar
|
|
@@ -1592,8 +1777,8 @@ export default {
|
|
|
1592
1777
|
// Auth Dialog - View Titles and Labels
|
|
1593
1778
|
// ============================================================================
|
|
1594
1779
|
'Coding Plan': 'Coding Plan',
|
|
1595
|
-
"Paste your api key of
|
|
1596
|
-
'Cole sua chave de API do
|
|
1780
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1781
|
+
'Cole sua chave de API do ModelStudio Coding Plan e pronto!',
|
|
1597
1782
|
Custom: 'Personalizado',
|
|
1598
1783
|
'More instructions about configuring `modelProviders` manually.':
|
|
1599
1784
|
'Mais instruções sobre como configurar `modelProviders` manualmente.',
|
|
@@ -1615,6 +1800,35 @@ export default {
|
|
|
1615
1800
|
'Novas configurações de modelo estão disponíveis para o {{region}}. Atualizar agora?',
|
|
1616
1801
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1617
1802
|
'Configuração do {{region}} atualizada com sucesso. Modelo alterado para "{{model}}".',
|
|
1803
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1804
|
+
'Autenticado com sucesso com {{region}}. Chave de API e configurações de modelo salvas em settings.json (com backup).',
|
|
1805
|
+
|
|
1806
|
+
// ============================================================================
|
|
1807
|
+
// Context Usage Component
|
|
1808
|
+
// ============================================================================
|
|
1809
|
+
'Context Usage': 'Uso do Contexto',
|
|
1810
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1811
|
+
'Ainda não há resposta da API. Envie uma mensagem para ver o uso real.',
|
|
1812
|
+
'Estimated pre-conversation overhead': 'Sobrecarga estimada pré-conversa',
|
|
1813
|
+
'Context window': 'Janela de Contexto',
|
|
1814
|
+
tokens: 'tokens',
|
|
1815
|
+
Used: 'Usado',
|
|
1816
|
+
Free: 'Livre',
|
|
1817
|
+
'Autocompact buffer': 'Buffer de autocompactação',
|
|
1818
|
+
'Usage by category': 'Uso por categoria',
|
|
1819
|
+
'System prompt': 'Prompt do sistema',
|
|
1820
|
+
'Built-in tools': 'Ferramentas integradas',
|
|
1821
|
+
'MCP tools': 'Ferramentas MCP',
|
|
1822
|
+
'Memory files': 'Arquivos de memória',
|
|
1823
|
+
Skills: 'Habilidades',
|
|
1824
|
+
Messages: 'Mensagens',
|
|
1825
|
+
'Show context window usage breakdown.':
|
|
1826
|
+
'Exibe a divisão de uso da janela de contexto.',
|
|
1827
|
+
'Run /context detail for per-item breakdown.':
|
|
1828
|
+
'Execute /context detail para detalhamento por item.',
|
|
1829
|
+
active: 'ativo',
|
|
1830
|
+
'body loaded': 'conteúdo carregado',
|
|
1831
|
+
memory: 'memória',
|
|
1618
1832
|
'{{region}} configuration updated successfully.':
|
|
1619
1833
|
'Configuração do {{region}} atualizada com sucesso.',
|
|
1620
1834
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1650,4 +1864,78 @@ export default {
|
|
|
1650
1864
|
'↑/↓: Navegar | Space/Enter: Alternar | Esc: Cancelar',
|
|
1651
1865
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1652
1866
|
'↑/↓: Navegar | Enter: Selecionar | Esc: Cancelar',
|
|
1867
|
+
|
|
1868
|
+
// ============================================================================
|
|
1869
|
+
// Commands - Auth
|
|
1870
|
+
// ============================================================================
|
|
1871
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1872
|
+
'Configurar autenticação Qwen com Qwen-OAuth ou Alibaba Cloud Coding Plan',
|
|
1873
|
+
'Authenticate using Qwen OAuth': 'Autenticar usando Qwen OAuth',
|
|
1874
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1875
|
+
'Autenticar usando Alibaba Cloud Coding Plan',
|
|
1876
|
+
'Region for Coding Plan (china/global)':
|
|
1877
|
+
'Região para Coding Plan (china/global)',
|
|
1878
|
+
'API key for Coding Plan': 'Chave de API para Coding Plan',
|
|
1879
|
+
'Show current authentication status': 'Mostrar status atual de autenticação',
|
|
1880
|
+
'Authentication completed successfully.':
|
|
1881
|
+
'Autenticação concluída com sucesso.',
|
|
1882
|
+
'Starting Qwen OAuth authentication...':
|
|
1883
|
+
'Iniciando autenticação Qwen OAuth...',
|
|
1884
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1885
|
+
'Autenticado com sucesso via Qwen OAuth.',
|
|
1886
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1887
|
+
'Falha ao autenticar com Qwen OAuth: {{error}}',
|
|
1888
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1889
|
+
'Processando autenticação Alibaba Cloud Coding Plan...',
|
|
1890
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1891
|
+
'Autenticado com sucesso via Alibaba Cloud Coding Plan.',
|
|
1892
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1893
|
+
'Falha ao autenticar com Coding Plan: {{error}}',
|
|
1894
|
+
'中国 (China)': '中国 (China)',
|
|
1895
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1896
|
+
Global: 'Global',
|
|
1897
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1898
|
+
'Select region for Coding Plan:': 'Selecione a região para Coding Plan:',
|
|
1899
|
+
'Enter your Coding Plan API key: ':
|
|
1900
|
+
'Insira sua chave de API do Coding Plan: ',
|
|
1901
|
+
'Select authentication method:': 'Selecione o método de autenticação:',
|
|
1902
|
+
'\n=== Authentication Status ===\n': '\n=== Status de Autenticação ===\n',
|
|
1903
|
+
'⚠️ No authentication method configured.\n':
|
|
1904
|
+
'⚠️ Nenhum método de autenticação configurado.\n',
|
|
1905
|
+
'Run one of the following commands to get started:\n':
|
|
1906
|
+
'Execute um dos seguintes comandos para começar:\n',
|
|
1907
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1908
|
+
' qwen auth qwen-oauth - Autenticar com Qwen OAuth (gratuito)',
|
|
1909
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1910
|
+
' qwen auth coding-plan - Autenticar com Alibaba Cloud Coding Plan\n',
|
|
1911
|
+
'Or simply run:': 'Ou simplesmente execute:',
|
|
1912
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1913
|
+
' qwen auth - Configuração interativa de autenticação\n',
|
|
1914
|
+
'✓ Authentication Method: Qwen OAuth': '✓ Método de autenticação: Qwen OAuth',
|
|
1915
|
+
' Type: Free tier': ' Tipo: Gratuito',
|
|
1916
|
+
' Limit: Up to 1,000 requests/day': ' Limite: Até 1.000 solicitações/dia',
|
|
1917
|
+
' Models: Qwen latest models\n': ' Modelos: Modelos Qwen mais recentes\n',
|
|
1918
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1919
|
+
'✓ Método de autenticação: Alibaba Cloud Coding Plan',
|
|
1920
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1921
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1922
|
+
' Region: {{region}}': ' Região: {{region}}',
|
|
1923
|
+
' Current Model: {{model}}': ' Modelo atual: {{model}}',
|
|
1924
|
+
' Config Version: {{version}}': ' Versão da configuração: {{version}}',
|
|
1925
|
+
' Status: API key configured\n': ' Status: Chave de API configurada\n',
|
|
1926
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1927
|
+
'⚠️ Método de autenticação: Alibaba Cloud Coding Plan (Incompleto)',
|
|
1928
|
+
' Issue: API key not found in environment or settings\n':
|
|
1929
|
+
' Problema: Chave de API não encontrada no ambiente ou configurações\n',
|
|
1930
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1931
|
+
' Execute `qwen auth coding-plan` para reconfigurar.\n',
|
|
1932
|
+
'✓ Authentication Method: {{type}}': '✓ Método de autenticação: {{type}}',
|
|
1933
|
+
' Status: Configured\n': ' Status: Configurado\n',
|
|
1934
|
+
'Failed to check authentication status: {{error}}':
|
|
1935
|
+
'Falha ao verificar status de autenticação: {{error}}',
|
|
1936
|
+
'Select an option:': 'Selecione uma opção:',
|
|
1937
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1938
|
+
'Modo raw não disponível. Execute em um terminal interativo.',
|
|
1939
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1940
|
+
'(Use ↑ ↓ para navegar, Enter para selecionar, Ctrl+C para sair)\n',
|
|
1653
1941
|
};
|