Merge branch 'main' into feat/rag-2

# Conflicts:
#	api/core/app/entities/queue_entities.py
#	api/core/workflow/graph_engine/entities/event.py
This commit is contained in:
jyong
2025-08-29 11:29:51 +08:00
106 changed files with 5142 additions and 2399 deletions

View File

@ -277,6 +277,10 @@ const translation = {
themeLightDesc: 'Используйте светлый внешний вид',
themeSystemDesc: 'Следуйте внешнему виду вашей операционной системы',
slashDesc: 'Выполняйте команды, такие как /theme, /lang',
accountDesc: 'Перейдите на страницу учетной записи',
feedbackDesc: 'Обсуждения обратной связи с открытым сообществом',
docDesc: 'Откройте справочную документацию',
communityDesc: 'Открытое сообщество Discord',
},
emptyState: {
noPluginsFound: 'Плагины не найдены',
@ -311,6 +315,7 @@ const translation = {
inScope: 'в {{scope}}s',
noMatchingCommands: 'Соответствующие команды не найдены',
tryDifferentSearch: 'Попробуйте использовать другой поисковый запрос',
slashHint: 'Введите / чтобы увидеть все доступные команды',
},
}