mirror of https://github.com/langgenius/dify.git
add description for workflow
This commit is contained in:
parent
096cc74373
commit
ce2b2755af
|
|
@ -29,7 +29,7 @@ const translation = {
|
|||
completionDescription: 'Build an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
|
||||
completionWarning: 'This type of app will no longer be supported.',
|
||||
agentDescription: 'Build an intelligent Agent which can autonomously choose tools to complete the tasks',
|
||||
workflowDescription: 'Description text here',
|
||||
workflowDescription: 'Build an application that generates high-quality text based on workflow orchestrates with a high degree of customization. It is suitable for experienced users.',
|
||||
workflowWarning: 'Currently in beta',
|
||||
chatbotType: 'Chatbot orchestrate method',
|
||||
basic: 'Basic Orchestrate',
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ const translation = {
|
|||
completionDescription: '构建一个根据提示生成高质量文本的应用程序,例如生成文章、摘要、翻译等。',
|
||||
completionWarning: '该类型不久后将不再支持创建',
|
||||
agentDescription: '构建一个智能Agent,可以自主选择工具来完成任务',
|
||||
workflowDescription: 'Description text here',
|
||||
workflowDescription: '以工作流的形式编排生成型应用,提供更多的自定义能力。 它适合有经验的用户。',
|
||||
workflowWarning: '正在进行 Beta 测试',
|
||||
chatbotType: '聊天助手编排方法',
|
||||
basic: '基础编排',
|
||||
|
|
|
|||
Loading…
Reference in New Issue