Files
FastGPT/packages/web/i18n/en/workflow.json
Archer e2ae571d15 4.8.6 fix (#1970)
* fix: full text search match query

* perf: mongo schema import, Avoid duplicate import

* feat: mongo log store

* doc

* fix: sandbox outputs

* perf: desc color

* fix: node init

* perf code

* perf: chat header
2024-07-10 15:52:39 +08:00

32 lines
1.3 KiB
JSON

{
"Add new input": "Add input",
"Code": "Code",
"Confirm delete field tip": "Confirm to delete the field?",
"Custom input": "Custom input",
"Edit input": "Edit input",
"Field Name already exists": "Field name already exists",
"Field description": "Field description",
"Field description placeholder": "Describes the functionality of this input field, which affects the quality of model generation if the parameter is called for a tool",
"Field required": "Required",
"Field used as tool input": "As tool input",
"Input description": "Input descriotion",
"Only the Reference type is supported": "Only the Reference type is supported",
"Optional value type": "Optional value type",
"Optional value type tip": "One or more data types can be specified, and users can only select the configured type when adding fields in winter",
"Tool input": "Tool",
"code": {
"Reset template": "Reset template",
"Reset template confirm": "Are you sure to restore the code template? All input and output to template values will be reset, please be careful to save the current code."
},
"ifelse": {
"Input value": "Input",
"Select value": "Select"
},
"response": {
"Code log": "Log",
"Custom inputs": "Custom inputs",
"Custom outputs": "Custom outputs",
"Error": "Error"
}
}