mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +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
|
|
@ -1043,6 +1043,17 @@ export default {
|
|||
'(default)': '(по умолчанию)',
|
||||
'(set)': '(установлено)',
|
||||
'(not set)': '(не задано)',
|
||||
Modality: 'Модальность',
|
||||
'Context Window': 'Контекстное окно',
|
||||
text: 'текст',
|
||||
'text-only': 'только текст',
|
||||
image: 'изображение',
|
||||
pdf: 'PDF',
|
||||
audio: 'аудио',
|
||||
video: 'видео',
|
||||
'not set': 'не задано',
|
||||
none: 'нет',
|
||||
unknown: 'неизвестно',
|
||||
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
||||
"Не удалось переключиться на модель '{{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