mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
fix(i18n): add missing translation keys for /context command
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
254748e69c
commit
8a03c0261b
6 changed files with 28 additions and 0 deletions
|
|
@ -1645,6 +1645,11 @@ export default {
|
|||
Messages: 'Nachrichten',
|
||||
'Show context window usage breakdown.':
|
||||
'Zeigt die Aufschlüsselung der Kontextfenster-Nutzung an.',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'Führen Sie /context detail für eine Aufschlüsselung nach Elementen aus.',
|
||||
active: 'aktiv',
|
||||
'body loaded': 'Inhalt geladen',
|
||||
memory: 'Speicher',
|
||||
'{{region}} configuration updated successfully.':
|
||||
'{{region}}-Konfiguration erfolgreich aktualisiert.',
|
||||
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
||||
|
|
|
|||
|
|
@ -1696,6 +1696,10 @@ export default {
|
|||
Messages: 'Messages',
|
||||
'Show context window usage breakdown.':
|
||||
'Show context window usage breakdown.',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'Run /context detail for per-item breakdown.',
|
||||
'body loaded': 'body loaded',
|
||||
memory: 'memory',
|
||||
'{{region}} configuration updated successfully.':
|
||||
'{{region}} configuration updated successfully.',
|
||||
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
||||
|
|
|
|||
|
|
@ -1150,6 +1150,11 @@ export default {
|
|||
Messages: 'メッセージ',
|
||||
'Show context window usage breakdown.':
|
||||
'コンテキストウィンドウの使用状況を表示します。',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'/context detail を実行すると項目ごとの内訳を表示します。',
|
||||
active: '有効',
|
||||
'body loaded': '本文読み込み済み',
|
||||
memory: 'メモリ',
|
||||
'{{region}} configuration updated successfully.':
|
||||
'{{region}} の設定が正常に更新されました。',
|
||||
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
||||
|
|
|
|||
|
|
@ -1639,6 +1639,11 @@ export default {
|
|||
Messages: 'Mensagens',
|
||||
'Show context window usage breakdown.':
|
||||
'Exibe a divisão de uso da janela de contexto.',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'Execute /context detail para detalhamento por item.',
|
||||
active: 'ativo',
|
||||
'body loaded': 'conteúdo carregado',
|
||||
memory: 'memória',
|
||||
'{{region}} configuration updated successfully.':
|
||||
'Configuração do {{region}} atualizada com sucesso.',
|
||||
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
||||
|
|
|
|||
|
|
@ -1574,6 +1574,11 @@ export default {
|
|||
Messages: 'Сообщения',
|
||||
'Show context window usage breakdown.':
|
||||
'Показать разбивку использования контекстного окна.',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'Выполните /context detail для детализации по элементам.',
|
||||
active: 'активно',
|
||||
'body loaded': 'содержимое загружено',
|
||||
memory: 'память',
|
||||
// MCP Management Dialog
|
||||
// ============================================================================
|
||||
'MCP Management': 'Управление MCP',
|
||||
|
|
|
|||
|
|
@ -1519,6 +1519,10 @@ export default {
|
|||
'No API response yet. Send a message to see actual usage.':
|
||||
'暂无 API 响应。发送消息以查看实际使用情况。',
|
||||
'Show context window usage breakdown.': '显示上下文窗口使用情况分解。',
|
||||
'Run /context detail for per-item breakdown.':
|
||||
'运行 /context detail 查看详细分解。',
|
||||
'body loaded': '内容已加载',
|
||||
memory: '记忆',
|
||||
'{{region}} configuration updated successfully.': '{{region}} 配置更新成功。',
|
||||
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
||||
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue