mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: add editing support for trigger subscriptions (#29957)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -21,6 +21,7 @@ const translation = {
|
||||
cancel: 'Cancel',
|
||||
clear: 'Clear',
|
||||
save: 'Save',
|
||||
saving: 'Saving...',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
deleteConfirmTitle: 'Delete?',
|
||||
|
||||
@ -30,6 +30,11 @@ const translation = {
|
||||
unauthorized: 'Manual',
|
||||
},
|
||||
actions: {
|
||||
edit: {
|
||||
title: 'Edit Subscription',
|
||||
success: 'Subscription updated successfully',
|
||||
error: 'Failed to update subscription',
|
||||
},
|
||||
delete: 'Delete',
|
||||
deleteConfirm: {
|
||||
title: 'Delete {{name}}?',
|
||||
|
||||
Reference in New Issue
Block a user