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

@@ -90,7 +90,7 @@ const translation = {
exportJPEG: 'Ekspor sebagai JPEG',
addBlock: 'Tambahkan Node',
processData: 'Proses Data',
needEndNode: 'Node Akhir harus ditambahkan',
needOutputNode: 'Node Output harus ditambahkan',
manageInTools: 'Kelola di Alat',
pointerMode: 'Mode Penunjuk',
accessAPIReference: 'Referensi API Akses',
@@ -137,6 +137,19 @@ const translation = {
envPanelTitle: 'Variabel Lingkungan',
envDescription: 'Variabel lingkungan dapat digunakan untuk menyimpan informasi pribadi dan kredensial. Mereka hanya baca dan dapat dipisahkan dari file DSL selama ekspor.',
},
globalVar: {
title: 'Variabel Sistem',
description: 'Variabel sistem adalah variabel global yang dapat dirujuk oleh node apa pun tanpa koneksi jika tipenya sesuai, seperti ID pengguna akhir dan ID alur kerja.',
fieldsDescription: {
conversationId: 'ID percakapan',
dialogCount: 'Jumlah percakapan',
userId: 'ID pengguna',
triggerTimestamp: 'Cap waktu saat aplikasi mulai berjalan',
appId: 'ID aplikasi',
workflowId: 'ID alur kerja',
workflowRunId: 'ID eksekusi alur kerja',
},
},
chatVariable: {
modal: {
valuePlaceholder: 'Nilai default, biarkan kosong untuk tidak diatur',
@@ -249,7 +262,7 @@ const translation = {
'answer': 'Jawaban',
'parameter-extractor': 'Ekstraktor Parameter',
'document-extractor': 'Ekstraktor Dokumen',
'end': 'Ujung',
'end': 'Keluaran',
'if-else': 'JIKA/LAIN',
'loop-start': 'Mulai Loop',
'variable-aggregator': 'Agregator Variabel',
@@ -275,7 +288,7 @@ const translation = {
'variable-assigner': 'Agregatkan variabel multi-cabang menjadi satu variabel untuk konfigurasi terpadu simpul hilir.',
'loop': 'Jalankan perulangan logika hingga kondisi penghentian terpenuhi atau jumlah perulangan maksimum tercapai.',
'variable-aggregator': 'Agregatkan variabel multi-cabang menjadi satu variabel untuk konfigurasi terpadu simpul hilir.',
'end': 'Menentukan jenis akhir dan hasil alur kerja',
'end': 'Menentukan output dan jenis hasil alur kerja',
'list-operator': 'Digunakan untuk memfilter atau mengurutkan konten array.',
'datasource': 'Sumber Data Tentang',
'knowledge-index': 'Basis Pengetahuan Tentang',
@@ -321,7 +334,7 @@ const translation = {
userInputField: 'Bidang Input Pengguna',
checklistResolved: 'Semua masalah terselesaikan',
createdBy: 'Dibuat oleh',
helpLink: 'Tautan Bantuan',
helpLink: 'Docs',
changeBlock: 'Ubah Node',
runThisStep: 'Jalankan langkah ini',
maximize: 'Maksimalkan Kanvas',