mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat(coding-plan): implement Coding Plan configuration management and update prompts
This commit is contained in:
parent
76d31d50c4
commit
a8a05188cb
15 changed files with 639 additions and 18 deletions
|
|
@ -1409,6 +1409,18 @@ export default {
|
|||
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
||||
'Tipos de autenticação suportados: openai, anthropic, gemini, vertex-ai, etc.',
|
||||
|
||||
// ============================================================================
|
||||
// Coding Plan Authentication
|
||||
// ============================================================================
|
||||
'New model configurations are available for Bailian Coding Plan. Update now?':
|
||||
'Novas configurações de modelo estão disponíveis para o Bailian Coding Plan. Atualizar agora?',
|
||||
'Coding Plan configuration updated successfully. New models are now available.':
|
||||
'Configuração do Coding Plan atualizada com sucesso. Novos modelos agora estão disponíveis.',
|
||||
'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
|
||||
'Chave de API do Coding Plan não encontrada. Por favor, re-autentique com o Coding Plan.',
|
||||
'Failed to update Coding Plan configuration: {{message}}':
|
||||
'Falha ao atualizar a configuração do Coding Plan: {{message}}',
|
||||
|
||||
// ============================================================================
|
||||
// Auth Dialog - View Titles and Labels
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue