feat(web): nodeProperties's ui update
This commit is contained in:
@@ -417,7 +417,8 @@ export const en = {
|
||||
refresh: 'Refresh',
|
||||
return: 'Return',
|
||||
statusEnabled: 'Available',
|
||||
statusDisabled: 'Unavailable'
|
||||
statusDisabled: 'Unavailable',
|
||||
remove: 'Remove',
|
||||
},
|
||||
model: {
|
||||
searchPlaceholder: 'search model…',
|
||||
@@ -1798,9 +1799,11 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
temperature: 'Temperature',
|
||||
max_tokens: 'Max Tokens',
|
||||
context: 'Context',
|
||||
contextPlaceholder: '{x} Set Variable',
|
||||
memory: 'Memory',
|
||||
enable_window: 'Memory Window',
|
||||
inner: 'Built-in',
|
||||
messagesPlaceholder: 'Write prompts here, type "{" to insert variables, type "insert" to insert',
|
||||
},
|
||||
start: {
|
||||
variables: 'Input Fields',
|
||||
@@ -1811,7 +1814,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
array: 'Dropdown Options',
|
||||
object: 'Object',
|
||||
|
||||
addVariable: 'Add Variable',
|
||||
editVariable: 'Edit Variable',
|
||||
variableType: 'Variable Type',
|
||||
variableName: 'Variable Name',
|
||||
@@ -1835,6 +1837,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
'parameter-extractor': {
|
||||
model_id: 'Model',
|
||||
text: 'Input Variable',
|
||||
textPlaceholder: '{x} Set Variable',
|
||||
params: 'Extract Parameters',
|
||||
prompt: 'Instruction',
|
||||
|
||||
@@ -1855,6 +1858,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
'array[number]': 'Array[Number]',
|
||||
'array[boolean]': 'Array[Boolean]',
|
||||
'array[object]': 'Array[Object]',
|
||||
addParams: 'Add Extract Variable',
|
||||
promptPlaceholder: 'Write prompts here, type "{" to insert variables, type "insert" to insert',
|
||||
},
|
||||
'var-aggregator': {
|
||||
group: 'Aggregation Group',
|
||||
@@ -1924,6 +1929,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
loop: {
|
||||
cycle_vars: 'Loop Variables',
|
||||
condition: 'Loop Termination Condition',
|
||||
addCondition: 'Add Condition',
|
||||
max_loop: 'Maximum Loop Count',
|
||||
},
|
||||
assigner: {
|
||||
@@ -1960,6 +1966,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
type: 'Type',
|
||||
value: 'Value',
|
||||
addCase: 'Add Condition',
|
||||
addVariable: 'Add Variables',
|
||||
},
|
||||
|
||||
clear: 'Clear',
|
||||
|
||||
@@ -965,7 +965,8 @@ export const zh = {
|
||||
refresh: '刷新',
|
||||
return: '返回',
|
||||
statusEnabled: '可用',
|
||||
statusDisabled: '不可用'
|
||||
statusDisabled: '不可用',
|
||||
remove: '删除',
|
||||
},
|
||||
product: {
|
||||
applicationManagement: '应用管理',
|
||||
@@ -1891,9 +1892,11 @@ export const zh = {
|
||||
temperature: '温度',
|
||||
max_tokens: '最大令牌数',
|
||||
context: '上下文',
|
||||
contextPlaceholder: '{x} 设置变量',
|
||||
memory: '记忆',
|
||||
enable_window: '记忆窗口',
|
||||
inner: '内置',
|
||||
messagesPlaceholder: '在此处编写提示,输入“{”插入变量,输入“insert”插入',
|
||||
},
|
||||
start: {
|
||||
variables: '输入字段',
|
||||
@@ -1904,7 +1907,6 @@ export const zh = {
|
||||
array: '下拉选项',
|
||||
object: '对象',
|
||||
|
||||
addVariable: '添加变量',
|
||||
editVariable: '编辑变量',
|
||||
variableType: '变量类型',
|
||||
variableName: '变量名称',
|
||||
@@ -1924,10 +1926,12 @@ export const zh = {
|
||||
query: '查询变量',
|
||||
knowledge_retrieval: '知识库',
|
||||
recallConfig: '召回测试',
|
||||
addKnowledge: '添加知识库'
|
||||
},
|
||||
'parameter-extractor': {
|
||||
model_id: '模型',
|
||||
text: '输入变量',
|
||||
textPlaceholder: '{x} 设置变量',
|
||||
params: '提取参数',
|
||||
prompt: '指令',
|
||||
|
||||
@@ -1948,6 +1952,8 @@ export const zh = {
|
||||
'array[number]': 'Array[Number]',
|
||||
'array[boolean]': 'Array[Boolean]',
|
||||
'array[object]': 'Array[Object]',
|
||||
addParams: '添加提取变量',
|
||||
promptPlaceholder: '在此处编写提示,输入“{”插入变量,输入“insert”插入',
|
||||
},
|
||||
'var-aggregator': {
|
||||
group: '聚合分组',
|
||||
@@ -2017,6 +2023,7 @@ export const zh = {
|
||||
loop: {
|
||||
cycle_vars: '循环变量',
|
||||
condition: '循环终止条件',
|
||||
addCondition: '添加条件',
|
||||
max_loop: '最大循环次数',
|
||||
},
|
||||
assigner: {
|
||||
@@ -2053,6 +2060,7 @@ export const zh = {
|
||||
type: '类型',
|
||||
value: '值',
|
||||
addCase: '添加条件',
|
||||
addVariable: '添加变量',
|
||||
},
|
||||
|
||||
clear: '清空',
|
||||
|
||||
Reference in New Issue
Block a user