mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
feat(cli): refactor about dialog and add proxy field
This commit is contained in:
parent
c87197d420
commit
f0b2a7ef98
15 changed files with 270 additions and 176 deletions
|
|
@ -60,10 +60,15 @@ export default {
|
|||
'show version info': 'Versionsinformationen anzeigen',
|
||||
'submit a bug report': 'Fehlerbericht einreichen',
|
||||
'About Qwen Code': 'Über Qwen Code',
|
||||
Status: 'Status',
|
||||
|
||||
// ============================================================================
|
||||
// System Information Fields
|
||||
// ============================================================================
|
||||
'Qwen Code': 'Qwen Code',
|
||||
Runtime: 'Laufzeit',
|
||||
OS: 'Betriebssystem',
|
||||
Auth: 'Authentifizierung',
|
||||
'CLI Version': 'CLI-Version',
|
||||
'Git Commit': 'Git-Commit',
|
||||
Model: 'Modell',
|
||||
|
|
@ -76,6 +81,7 @@ export default {
|
|||
'Session ID': 'Sitzungs-ID',
|
||||
'Auth Method': 'Authentifizierungsmethode',
|
||||
'Base URL': 'Basis-URL',
|
||||
Proxy: 'Proxy',
|
||||
'Memory Usage': 'Speichernutzung',
|
||||
'IDE Client': 'IDE-Client',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue