chore: improve prompt auto generator (#6514)

This commit is contained in:
Joel
2024-07-22 11:44:12 +08:00
committed by GitHub
parent dfb6f4fec6
commit a6350daa02
20 changed files with 454 additions and 237 deletions

View File

@@ -24,7 +24,7 @@ const translation = {
resetConfig: '重置',
debugConfig: '除錯',
addFeature: '新增功能',
automatic: '自動編排',
automatic: '產生',
stopResponding: '停止響應',
agree: '贊同',
disagree: '反對',
@@ -199,23 +199,6 @@ const translation = {
},
},
},
automatic: {
title: '自動編排',
description: '描述您的場景Dify 將為您編排一個應用。',
intendedAudience: '目標使用者是誰?',
intendedAudiencePlaceHolder: '例如:學生',
solveProblem: '希望 AI 為他們解決什麼問題?',
solveProblemPlaceHolder: '例如:評估學業水平',
generate: '生成',
audiencesRequired: '目標使用者必填',
problemRequired: '解決問題必填',
resTitle: '我們為您編排了以下應用程式',
apply: '應用',
noData: '在左側描述您的用例,編排預覽將在此處顯示。',
loading: '為您編排應用程式中…',
overwriteTitle: '覆蓋現有配置?',
overwriteMessage: '應用此編排將覆蓋現有配置。',
},
resetConfig: {
title: '確認重置?',
message: '重置將丟失當前頁面所有修改,恢復至上次釋出時的配置',