mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 06:00:49 +00:00
Merge branch 'main' into feat/improve-auth-dialog-ux
This commit is contained in:
commit
112318d092
63 changed files with 1999 additions and 952 deletions
|
|
@ -1044,6 +1044,17 @@ export default {
|
|||
'(default)': '(padrão)',
|
||||
'(set)': '(definido)',
|
||||
'(not set)': '(não definido)',
|
||||
Modality: 'Modalidade',
|
||||
'Context Window': 'Janela de Contexto',
|
||||
text: 'texto',
|
||||
'text-only': 'somente texto',
|
||||
image: 'imagem',
|
||||
pdf: 'PDF',
|
||||
audio: 'áudio',
|
||||
video: 'vídeo',
|
||||
'not set': 'não definido',
|
||||
none: 'nenhum',
|
||||
unknown: 'desconhecido',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
|
||||
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue