feat: workflow add note node (#5164)
This commit is contained in:
@@ -412,6 +412,25 @@ const translation = {
|
||||
iteration_other: '{{count}} Iterations',
|
||||
currentIteration: 'Current Iteration',
|
||||
},
|
||||
note: {
|
||||
addNote: 'Add Note',
|
||||
editor: {
|
||||
placeholder: 'Write your note...',
|
||||
small: 'Small',
|
||||
medium: 'Medium',
|
||||
large: 'Large',
|
||||
bold: 'Bold',
|
||||
italic: 'Italic',
|
||||
strikethrough: 'Strikethrough',
|
||||
link: 'Link',
|
||||
openLink: 'Open',
|
||||
unlink: 'Unlink',
|
||||
enterUrl: 'Enter URL...',
|
||||
invalidUrl: 'Invalid URL',
|
||||
bulletList: 'Bullet List',
|
||||
showAuthor: 'Show Author',
|
||||
},
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: 'Stop by {{user}}',
|
||||
|
||||
@@ -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