mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00

* perf: revert tip * feat: create copy app * perf: file stream read * perf: read directory over 100 files * perf: index * fix: team chat api error * lock * fix: i18n file
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"Code": "Code",
|
|
"Field required": "Required",
|
|
"code": {
|
|
"Reset template": "Reset template",
|
|
"Reset template confirm": "Are you sure to restore the code template? 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"
|
|
}
|
|
}
|