mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 06:00:49 +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
|
|
@ -1399,6 +1399,18 @@ export default {
|
|||
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
||||
'Поддерживаемые типы аутентификации: openai, anthropic, gemini, vertex-ai и др.',
|
||||
|
||||
// ============================================================================
|
||||
// Coding Plan Authentication
|
||||
// ============================================================================
|
||||
'New model configurations are available for Bailian Coding Plan. Update now?':
|
||||
'Доступны новые конфигурации моделей для Bailian Coding Plan. Обновить сейчас?',
|
||||
'Coding Plan configuration updated successfully. New models are now available.':
|
||||
'Конфигурация Coding Plan успешно обновлена. Новые модели теперь доступны.',
|
||||
'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
|
||||
'API-ключ Coding Plan не найден. Пожалуйста, повторно авторизуйтесь с Coding Plan.',
|
||||
'Failed to update Coding Plan configuration: {{message}}':
|
||||
'Не удалось обновить конфигурацию Coding Plan: {{message}}',
|
||||
|
||||
// ============================================================================
|
||||
// Auth Dialog - View Titles and Labels
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue