mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
feat(auth): enhance AuthDialog with error handling and update API key link
This commit is contained in:
parent
a8a05188cb
commit
54d9073cc0
9 changed files with 47 additions and 5 deletions
|
|
@ -1398,6 +1398,10 @@ export default {
|
|||
// ============================================================================
|
||||
// Coding Plan Authentication
|
||||
// ============================================================================
|
||||
'Please enter your API key:': 'Bitte geben Sie Ihren API-Schlüssel ein:',
|
||||
'API key cannot be empty.': 'API-Schlüssel darf nicht leer sein.',
|
||||
'You can get your exclusive Coding Plan API-KEY here:':
|
||||
'Hier können Sie Ihren exklusiven Coding Plan API-KEY erhalten:',
|
||||
'New model configurations are available for Bailian Coding Plan. Update now?':
|
||||
'Neue Modellkonfigurationen sind für Bailian Coding Plan verfügbar. Jetzt aktualisieren?',
|
||||
'Coding Plan configuration updated successfully. New models are now available.':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue