mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
feat: plugin input type add select and custom var (#2571)
* feat: plugin input type add select and custom var * fix * fix ui * fix * fix
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"Login": "Login",
|
||||
"Move": "Move",
|
||||
"Name": "Name",
|
||||
"Not_selected": "Not selected",
|
||||
"Rename": "Rename",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
@@ -293,6 +294,9 @@
|
||||
"zoomout_tip": "zoomOut ctrl +",
|
||||
"zoomout_tip_mac": "zoomOut ⌘ +"
|
||||
},
|
||||
"comon": {
|
||||
"Continue_Adding": "Continue Adding"
|
||||
},
|
||||
"confirm_choice": "Confirm selection",
|
||||
"contribute_app_template": "Contribution template",
|
||||
"core": {
|
||||
@@ -982,9 +986,12 @@
|
||||
"Manual input": "Manual input",
|
||||
"Manual select": "Manual select",
|
||||
"Reference": "Variable reference",
|
||||
"custom": "Custom",
|
||||
"dynamicTargetInput": "Dynamic external data",
|
||||
"file_link": "File link",
|
||||
"input": "Single line input box",
|
||||
"number input": "Number input box",
|
||||
"select": "Select",
|
||||
"selectApp": "App selection",
|
||||
"selectDataset": "Knowledge base selection",
|
||||
"selectLLMModel": "Dialogue model selection",
|
||||
|
@@ -27,6 +27,7 @@
|
||||
"Login": "登录",
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
"Not_selected": "未选择",
|
||||
"Rename": "重命名",
|
||||
"Resume": "恢复",
|
||||
"Running": "运行中",
|
||||
@@ -293,6 +294,9 @@
|
||||
"zoomout_tip": "放大 ctrl +",
|
||||
"zoomout_tip_mac": "放大 ⌘ +"
|
||||
},
|
||||
"comon": {
|
||||
"Continue_Adding": "继续添加"
|
||||
},
|
||||
"confirm_choice": "确认选择",
|
||||
"contribute_app_template": "贡献模板",
|
||||
"core": {
|
||||
@@ -638,8 +642,7 @@
|
||||
"success": "开始同步"
|
||||
}
|
||||
},
|
||||
"training": {
|
||||
}
|
||||
"training": {}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "辅助数据",
|
||||
@@ -982,9 +985,12 @@
|
||||
"Manual input": "手动输入",
|
||||
"Manual select": "手动选择",
|
||||
"Reference": "变量引用",
|
||||
"custom": "自定义变量",
|
||||
"dynamicTargetInput": "动态外部数据",
|
||||
"file_link": "文件上传",
|
||||
"input": "单行输入框",
|
||||
"number input": "数字输入框",
|
||||
"select": "单选框",
|
||||
"selectApp": "应用选择",
|
||||
"selectDataset": "知识库选择",
|
||||
"selectLLMModel": "对话模型选择",
|
||||
@@ -1130,10 +1136,10 @@
|
||||
"package_tip": {
|
||||
"buy": "您购买的套餐等级低于当前套餐,该套餐将在当前套餐过期后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"renewal": "您正在续费套餐。您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。"
|
||||
"upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。您可在账号—个人信息—套餐详情里,查看套餐使用情况。"
|
||||
},
|
||||
"to_recharge": "余额不足,去充值",
|
||||
"wechat": "微信扫码支付: {{price}}元\n请勿关闭页面",
|
||||
"wechat": "请微信扫码支付: {{price}}元\n请勿关闭页面",
|
||||
"yuan": "{{amount}}元"
|
||||
},
|
||||
"permission": {
|
||||
|
Reference in New Issue
Block a user