feat: introduce trigger functionality (#27644)

Signed-off-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: Stream <Stream_2@qq.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zhsama <torvalds@linux.do>
Co-authored-by: Harry <xh001x@hotmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: yessenia <yessenia.contact@gmail.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: WTW0313 <twwu@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Yeuoly
2025-11-12 17:59:37 +08:00
committed by GitHub
parent ca7794305b
commit b76e17b25d
785 changed files with 41186 additions and 3725 deletions

View File

@@ -82,7 +82,7 @@ const translation = {
teamMember_one: '{{count,number}} สมาชิกทีม',
unlimitedApiRate: 'ไม่มีข้อจำกัดอัตราการเรียก API',
self: 'โฮสต์ด้วยตัวเอง',
apiRateLimitUnit: '{{count,number}}/วัน',
apiRateLimitUnit: '{{count,number}}/เดือน',
teamMember_other: '{{count,number}} สมาชิกทีม',
teamWorkspace: '{{count,number}} ทีมทำงาน',
priceTip: 'ต่อพื้นที่ทำงาน/',

View File

@@ -8,7 +8,7 @@ const translation = {
published: 'เผย แพร่',
publish: 'ตีพิมพ์',
update: 'อัพเดต',
run: 'วิ่ง',
run: 'ทดสอบการทำงาน',
running: 'กำลัง เรียก ใช้',
inRunMode: 'ในโหมดเรียกใช้',
inPreview: 'ในการแสดงตัวอย่าง',
@@ -18,11 +18,8 @@ const translation = {
runHistory: 'ประวัติการวิ่ง',
goBackToEdit: 'กลับไปที่ตัวแก้ไข',
conversationLog: 'บันทึกการสนทนา',
features: 'หน้าตา',
featuresDescription: 'ปรับปรุงประสบการณ์ผู้ใช้เว็บแอป',
ImageUploadLegacyTip: 'ตอนนี้คุณสามารถสร้างตัวแปรชนิดไฟล์ในฟอร์มเริ่มต้นได้แล้ว เราจะไม่รองรับฟีเจอร์การอัปโหลดรูปภาพอีกต่อไปในอนาคต',
fileUploadTip: 'ฟีเจอร์การอัปโหลดรูปภาพได้รับการอัปเกรดเป็นการอัปโหลดไฟล์',
featuresDocLink: 'ศึกษาเพิ่มเติม',
debugAndPreview: 'ดูตัวอย่าง',
restart: 'เริ่มใหม่',
currentDraft: 'ร่างปัจจุบัน',
@@ -111,10 +108,11 @@ const translation = {
exportSVG: 'ส่งออกเป็น SVG',
needAnswerNode: 'ต้องเพิ่มโหนดคำตอบ',
addBlock: 'เพิ่มโนด',
needEndNode: 'ต้องเพิ่มโหนดจบ',
needOutputNode: 'ต้องเพิ่มโหนดเอาต์พุต',
tagBound: 'จำนวนแอปพลิเคชันที่ใช้แท็กนี้',
currentWorkflow: 'เวิร์กโฟลว์ปัจจุบัน',
currentView: 'ปัจจุบัน View',
moreActions: 'การดําเนินการเพิ่มเติม',
},
env: {
envPanelTitle: 'ตัวแปรสภาพแวดล้อม',
@@ -139,6 +137,19 @@ const translation = {
export: 'ส่งออก DSL ด้วยค่าลับ',
},
},
globalVar: {
title: 'ตัวแปรระบบ',
description: 'ตัวแปรระบบเป็นตัวแปรแบบโกลบอลที่โหนดใด ๆ สามารถอ้างอิงได้โดยไม่ต้องเดินสายเมื่อชนิดข้อมูลถูกต้อง เช่น รหัสผู้ใช้ปลายทางและรหัสเวิร์กโฟลว์',
fieldsDescription: {
conversationId: 'รหัสการสนทนา',
dialogCount: 'จำนวนการสนทนา',
userId: 'รหัสผู้ใช้',
triggerTimestamp: 'ตราประทับเวลาที่แอปเริ่มทำงาน',
appId: 'รหัสแอปพลิเคชัน',
workflowId: 'รหัสเวิร์กโฟลว์',
workflowRunId: 'รหัสการรันเวิร์กโฟลว์',
},
},
chatVariable: {
panelTitle: 'ตัวแปรการสนทนา',
panelDescription: 'ตัวแปรการสนทนาใช้เพื่อจัดเก็บข้อมูลแบบโต้ตอบที่ LLM จําเป็นต้องจดจํา รวมถึงประวัติการสนทนา ไฟล์ที่อัปโหลด การตั้งค่าของผู้ใช้ พวกเขาอ่าน-เขียน',
@@ -242,7 +253,7 @@ const translation = {
},
blocks: {
'start': 'เริ่ม',
'end': 'ปลาย',
'end': 'เอาต์พุต',
'answer': 'ตอบ',
'llm': 'นิติศาสตราจารย์',
'knowledge-retrieval': 'การดึงความรู้',
@@ -268,7 +279,7 @@ const translation = {
},
blocksAbout: {
'start': 'กําหนดพารามิเตอร์เริ่มต้นสําหรับการเปิดใช้เวิร์กโฟลว์',
'end': 'กําหนดชนิดสิ้นสุดและผลลัพธ์ของเวิร์กโฟลว์',
'end': 'กหนดเอาต์พุตและประเภทผลลัพธ์ของเวิร์กโฟลว์',
'answer': 'กําหนดเนื้อหาการตอบกลับของการสนทนาแชท',
'llm': 'การเรียกใช้โมเดลภาษาขนาดใหญ่เพื่อตอบคําถามหรือประมวลผลภาษาธรรมชาติ',
'knowledge-retrieval': 'ช่วยให้คุณสามารถสอบถามเนื้อหาข้อความที่เกี่ยวข้องกับคําถามของผู้ใช้จากความรู้',
@@ -311,7 +322,7 @@ const translation = {
},
panel: {
userInputField: 'ฟิลด์ป้อนข้อมูลของผู้ใช้',
helpLink: 'ลิงค์ช่วยเหลือ',
helpLink: 'วิธีใช้',
about: 'ประมาณ',
createdBy: 'สร้างโดย',
nextStep: 'ขั้นตอนถัดไป',
@@ -321,13 +332,13 @@ const translation = {
checklistResolved: 'ปัญหาทั้งหมดได้รับการแก้ไขแล้ว',
change: 'เปลี่ยน',
optional: '(ไม่บังคับ)',
moveToThisNode: 'ย้ายไปที่โหนดนี้',
organizeBlocks: 'จัดระเบียบโหนด',
addNextStep: 'เพิ่มขั้นตอนถัดไปในกระบวนการทำงานนี้',
changeBlock: 'เปลี่ยนโหนด',
selectNextStep: 'เลือกขั้นตอนถัดไป',
minimize: 'ออกจากโหมดเต็มหน้าจอ',
maximize: 'เพิ่มประสิทธิภาพผ้าใบ',
scrollToSelectedNode: 'เลื่อนไปยังโหนดที่เลือก',
optional_and_hidden: '(ตัวเลือก & ซ่อน)',
},
nodes: {