mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore: improve the copywrite of the assigner node append mode description (#7467)
This commit is contained in:
parent
028fd52c9b
commit
6c25d7bed3
|
@ -440,7 +440,7 @@ const translation = {
|
||||||
assigner: {
|
assigner: {
|
||||||
'assignedVariable': 'Assigned Variable',
|
'assignedVariable': 'Assigned Variable',
|
||||||
'writeMode': 'Write Mode',
|
'writeMode': 'Write Mode',
|
||||||
'writeModeTip': 'When ASSIGNED VARIABLE is an array, append mode adds to the end.',
|
'writeModeTip': 'Append mode: Available for array variables only.',
|
||||||
'over-write': 'Overwrite',
|
'over-write': 'Overwrite',
|
||||||
'append': 'Append',
|
'append': 'Append',
|
||||||
'plus': 'Plus',
|
'plus': 'Plus',
|
||||||
|
|
|
@ -440,7 +440,7 @@ const translation = {
|
||||||
assigner: {
|
assigner: {
|
||||||
'assignedVariable': '赋值的变量',
|
'assignedVariable': '赋值的变量',
|
||||||
'writeMode': '写入模式',
|
'writeMode': '写入模式',
|
||||||
'writeModeTip': '赋值的变量为数组时,可添加变量至数组末尾。',
|
'writeModeTip': '使用追加模式时,赋值的变量必须是数组类型。',
|
||||||
'over-write': '覆盖',
|
'over-write': '覆盖',
|
||||||
'append': '追加',
|
'append': '追加',
|
||||||
'plus': '加',
|
'plus': '加',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user