mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
add i18n
This commit is contained in:
parent
597ce85335
commit
a19f1b1ab3
8 changed files with 74 additions and 11 deletions
|
|
@ -899,6 +899,9 @@ export default {
|
|||
// MCP Management - Core translations
|
||||
Disable: 'Отключить',
|
||||
Enable: 'Включить',
|
||||
Authenticate: 'Аутентификация',
|
||||
disabled: 'отключен',
|
||||
'Server:': 'Сервер:',
|
||||
Reconnect: 'Переподключить',
|
||||
'View tools': 'Просмотреть инструменты',
|
||||
'(disabled)': '(отключен)',
|
||||
|
|
@ -1547,6 +1550,14 @@ export default {
|
|||
'Run qwen --debug to see error logs':
|
||||
'Запустите qwen --debug для просмотра журналов ошибок',
|
||||
|
||||
// MCP OAuth Authentication
|
||||
'OAuth Authentication': 'OAuth-аутентификация',
|
||||
'Press Enter to start authentication, Esc to go back':
|
||||
'Нажмите Enter для начала аутентификации, Esc для возврата',
|
||||
'Authenticating... Please complete the login in your browser.':
|
||||
'Аутентификация... Пожалуйста, завершите вход в браузере.',
|
||||
'Press Enter or Esc to go back': 'Нажмите Enter или Esc для возврата',
|
||||
|
||||
// MCP Tool List
|
||||
'No tools available for this server.':
|
||||
'Для этого сервера нет доступных инструментов.',
|
||||
|
|
@ -1555,6 +1566,7 @@ export default {
|
|||
'open-world': 'открытый мир',
|
||||
idempotent: 'идемпотентный',
|
||||
'Tools for {{name}}': 'Инструменты для {{name}}',
|
||||
'Tools for {{serverName}}': 'Инструменты для {{serverName}}',
|
||||
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
||||
|
||||
// MCP Tool Detail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue