fix(cli): update Coding Plan Global/Intl labels and fix description logic

- Fix AuthDialog to show correct description for coding-plan-intl mode
- Update i18n keys from 'Coding Plan (Bailian, Global/Intl)' to 'Bailian Coding Plan (Global/Intl)'
- Sync translations across all locales (en, zh, de, ja, pt, ru)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mingholy.lmh 2026-02-18 08:29:34 +08:00
parent 39360dc058
commit c1789a0458
11 changed files with 361 additions and 309 deletions

View file

@ -1254,11 +1254,11 @@ export default {
'API-KEY': 'API-KEY',
'Coding Plan': 'Coding Plan',
'Coding Plan (Bailian, China)': 'Coding Plan (百炼, 中国)',
'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (百炼, 全球/国际)',
'Bailian Coding Plan (Global/Intl)': 'Bailian Coding Plan (百炼, 全球/国际)',
"Paste your api key of Bailian Coding Plan and you're all set!":
'粘贴您的百炼 Coding Plan API Key即可完成设置',
"Paste your api key of Coding Plan (Global/Intl) and you're all set!":
'粘贴您的 Coding Plan (全球/国际) API Key即可完成设置',
"Paste your api key of Bailian Coding Plan (Global/Intl) and you're all set!":
'粘贴您的 Bailian Coding Plan (全球/国际) API Key即可完成设置',
Custom: '自定义',
'More instructions about configuring `modelProviders` manually.':
'关于手动配置 `modelProviders` 的更多说明。',
@ -1271,11 +1271,10 @@ export default {
// ============================================================================
'New model configurations are available for Bailian Coding Plan (China). Update now?':
'百炼 Coding Plan (中国) 有新的模型配置可用。是否立即更新?',
'New model configurations are available for Coding Plan (Global/Intl). Update now?':
'Coding Plan (全球/国际) 有新的模型配置可用。是否立即更新?',
'New model configurations are available for Bailian Coding Plan (Global/Intl). Update now?':
'Bailian Coding Plan (全球/国际) 有新的模型配置可用。是否立即更新?',
'{{region}} configuration updated successfully. New models are now available.':
'{{region}} 配置更新成功。新模型现已可用。',
'Authenticated successfully with {{region}}. API key is stored in settings.env.':
'成功通过 {{region}} 认证。API Key 已存储在 settings.env 中。',
'Coding Plan (Global/Intl)': 'Coding Plan (全球/国际)',
};