mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* rebase * i18n-1 * add error info i18n * fix * fix * refactor: 删除error.json * delete useI18n
36 lines
1.7 KiB
JSON
36 lines
1.7 KiB
JSON
{
|
|
"Code": "Code",
|
|
"add_new_input": "Add input",
|
|
"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."
|
|
},
|
|
"confirm_delete_field_tip": "Confirm to delete the field?",
|
|
"create_link_error": "Create link exception",
|
|
"custom_input": "Custom input",
|
|
"delete_api": "Are you sure you want to delete this API key? \nAfter deletion, the key will become invalid immediately and the corresponding conversation log will not be deleted. Please confirm!",
|
|
"edit_input": "Edit input",
|
|
"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_name_already_exists": "Field name already exists",
|
|
"field_required": "Required",
|
|
"field_used_as_tool_input": "As tool input",
|
|
"ifelse": {
|
|
"Input value": "Input",
|
|
"Select value": "Select"
|
|
},
|
|
"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",
|
|
"response": {
|
|
"Code log": "Log",
|
|
"Custom inputs": "Custom inputs",
|
|
"Custom outputs": "Custom outputs",
|
|
"Error": "Error"
|
|
},
|
|
"tool_input": "Tool",
|
|
"update_link_error": "Update link exception",
|
|
"variable_picker_tips": "enter node name or variable name to search"
|
|
}
|