Feat node search (#23685)

Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: zhujiruo <zhujiruo@foxmail.com>
Co-authored-by: Matri Qi <matrixdom@126.com>
Co-authored-by: croatialu <wuli.croatia@foxmail.com>
Co-authored-by: HyaCinth <88471803+HyaCiovo@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
crazywoola
2025-08-10 19:19:52 -07:00
committed by GitHub
parent 36b221b170
commit 7ee170f0a7
41 changed files with 2216 additions and 17 deletions

View File

@@ -251,6 +251,46 @@ const translation = {
maxActiveRequests: '最大活跃请求数',
maxActiveRequestsPlaceholder: '0 表示不限制',
maxActiveRequestsTip: '当前应用的最大活跃请求数0 表示不限制)',
gotoAnything: {
searchPlaceholder: '搜索或输入 @ 以使用命令...',
searchTitle: '搜索任何内容',
searching: '搜索中...',
noResults: '未找到结果',
searchFailed: '搜索失败',
searchTemporarilyUnavailable: '搜索暂时不可用',
servicesUnavailableMessage: '某些搜索服务可能遇到问题,请稍后再试。',
someServicesUnavailable: '某些搜索服务不可用',
resultCount: '{{count}} 个结果',
resultCount_other: '{{count}} 个结果',
inScope: '在 {{scope}}s 中',
clearToSearchAll: '清除 @ 以搜索全部',
useAtForSpecific: '使用 @ 进行特定类型搜索',
actions: {
searchApplications: '搜索应用程序',
searchApplicationsDesc: '搜索并导航到您的应用程序',
searchPlugins: '搜索插件',
searchPluginsDesc: '搜索并导航到您的插件',
searchKnowledgeBases: '搜索知识库',
searchKnowledgeBasesDesc: '搜索并导航到您的知识库',
searchWorkflowNodes: '搜索工作流节点',
searchWorkflowNodesDesc: '按名称或类型查找并跳转到当前工作流中的节点',
searchWorkflowNodesHelp: '此功能仅在查看工作流时有效。首先导航到工作流。',
},
emptyState: {
noAppsFound: '未找到应用',
noPluginsFound: '未找到插件',
noKnowledgeBasesFound: '未找到知识库',
noWorkflowNodesFound: '未找到工作流节点',
tryDifferentTerm: '尝试不同的搜索词或移除 {{mode}} 过滤器',
trySpecificSearch: '尝试使用 {{shortcuts}} 进行特定搜索',
},
groups: {
apps: '应用程序',
plugins: '插件',
knowledgeBases: '知识库',
workflowNodes: '工作流节点',
},
},
}
export default translation

View File

@@ -958,6 +958,11 @@ const translation = {
settingsTab: '设置',
lastRunTab: '上次运行',
relationsTab: '关系',
copyLastRun: '复制上次运行值',
noLastRunFound: '未找到上次运行记录',
noMatchingInputsFound: '上次运行中未找到匹配的输入',
lastRunInputsCopied: '已复制{{count}}个输入值',
copyLastRunError: '复制上次运行输入失败',
noData: {
description: '上次运行的结果将显示在这里',
runThisNode: '运行此节点',