fix: enhance dataset menu and add service API translations (#26931)

This commit is contained in:
Wu Tianwei
2025-10-15 16:46:46 +08:00
committed by GitHub
parent 433dad7e1a
commit 3474c179e6
22 changed files with 213 additions and 11 deletions

View File

@@ -226,6 +226,17 @@ const translation = {
updated: 'Обновлено',
externalKnowledgeBase: 'Внешняя база знаний',
createFromPipeline: 'Создание из конвейера знаний',
serviceApi: {
card: {
apiReference: 'Справочник API',
title: 'API бэкенд-сервиса',
apiKey: 'API ключ',
endpoint: 'Конечная точка API сервиса',
},
enabled: 'На службе',
title: 'Сервисный API',
disabled: 'Отключено',
},
}
export default translation