hotfix: fix translation (#23757)

This commit is contained in:
NeatGuyCoding
2025-08-11 22:36:39 +08:00
committed by GitHub
parent 2944a4fd43
commit bc1cfd4373
17 changed files with 98 additions and 13 deletions

View File

@@ -269,6 +269,8 @@ const translation = {
noKnowledgeBasesFound: 'Базы знаний не найдены',
noAppsFound: 'Приложения не найдены',
noWorkflowNodesFound: 'Узлы расчетной схемы не найдены',
tryDifferentTerm: 'Попробуйте другой поисковый термин или удалите фильтр {{mode}}',
trySpecificSearch: 'Попробуйте {{shortcuts}} для конкретного поиска',
},
groups: {
knowledgeBases: 'Базы знаний',
@@ -289,6 +291,9 @@ const translation = {
searchHint: 'Начните печатать, чтобы мгновенно искать все',
commandHint: 'Введите @ для просмотра по категориям',
selectSearchType: 'Выберите, что искать',
resultCount: '{{count}} результат',
resultCount_other: '{{count}} результатов',
inScope: 'в {{scope}}s',
},
}