feat: Optimize i18n keys and remove unused keys, supporting static files in I18nT (#2092)

* feat: packages web i18n

* delete file

* feat:i18n add i18nT

* handle keys

* delete unusedKeys

* fix build

* update dev.md
This commit is contained in:
jingyang
2024-07-19 16:28:07 +08:00
committed by GitHub
parent f7b55b501f
commit 57ff38e16f
64 changed files with 552 additions and 1547 deletions

View File

@@ -1,19 +1,19 @@
{
"Add new input": "Add input",
"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",
"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."
@@ -28,4 +28,4 @@
"Custom outputs": "Custom outputs",
"Error": "Error"
}
}
}