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}}',
|
||||
|
Reference in New Issue
Block a user