mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
feat: workflow add note node (#5164)
This commit is contained in:
@@ -412,6 +412,25 @@ const translation = {
|
||||
iteration_other: '{{count}}个迭代',
|
||||
currentIteration: '当前迭代',
|
||||
},
|
||||
note: {
|
||||
addNote: '添加注释',
|
||||
editor: {
|
||||
placeholder: '输入注释...',
|
||||
small: '小',
|
||||
medium: '中',
|
||||
large: '大',
|
||||
bold: '加粗',
|
||||
italic: '斜体',
|
||||
strikethrough: '删除线',
|
||||
link: '链接',
|
||||
openLink: '打开',
|
||||
unlink: '取消链接',
|
||||
enterUrl: '输入链接...',
|
||||
invalidUrl: '无效的链接',
|
||||
bulletList: '列表',
|
||||
showAuthor: '显示作者',
|
||||
},
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: '由{{user}}终止',
|
||||
|
||||
Reference in New Issue
Block a user