|
|
@@ -65,6 +65,23 @@
|
|
|
"delete": "Delete",
|
|
|
"online": "Online",
|
|
|
"offline": "Offline",
|
|
|
+
|
|
|
+ "delete_success": "Deletion Successful",
|
|
|
+ "delete_fail": "Deletion Failed",
|
|
|
+ "create_success": "Creation Successful",
|
|
|
+ "create_fail": "Creation Failed",
|
|
|
+ "edit_success": "Edit Successful",
|
|
|
+ "edit_fail": "Edit Failed",
|
|
|
+ "no_permission": "No Permission",
|
|
|
+ "empty_tip": "Name cannot be empty",
|
|
|
+ "empty_tip_request": "Please fill in the required fields",
|
|
|
+ "rules": {
|
|
|
+ "name_rule": "Name cannot be empty",
|
|
|
+ "system_rule": "System cannot be empty",
|
|
|
+ "lim_rule": "Model cannot be empty",
|
|
|
+ "kb_rule": "Knowledge base cannot be empty"
|
|
|
+ },
|
|
|
+
|
|
|
"createUser": "Create User",
|
|
|
"addedModel": "Added Models",
|
|
|
"unaddModel": "Models to be Added",
|
|
|
@@ -142,6 +159,12 @@
|
|
|
"select_delete": "Delete",
|
|
|
"tips_fresh": "Refresh",
|
|
|
"tips_density": "Density",
|
|
|
+ "font_size": {
|
|
|
+ "mini": "迷你",
|
|
|
+ "small": "偏小",
|
|
|
+ "medium": "中等",
|
|
|
+ "large": "偏大"
|
|
|
+ },
|
|
|
"search_placeholder": "Search",
|
|
|
"create_file": "Create file",
|
|
|
"upload_file": "Upload file",
|
|
|
@@ -216,7 +239,17 @@
|
|
|
"label_parser": "Parsing Method",
|
|
|
"label_layout": "Layout Recognition",
|
|
|
"label_prompt_placeholder": "Please fill in the prompt",
|
|
|
- "save_btn": "Save"
|
|
|
+ "save_btn": "Save",
|
|
|
+ "config_info": {
|
|
|
+ "h4_1": "Block Method Description",
|
|
|
+ "h4_2": "Example",
|
|
|
+ "h4_3": "Dialogue Example",
|
|
|
+ "p_1_1": "Supported file formats are",
|
|
|
+ "p_1_2": "This method applies a simple approach to block files:",
|
|
|
+ "p_1_3": "The system will use a visual detection model to split continuous text into multiple segments.",
|
|
|
+ "p_1_4": "Next, these continuous segments are combined into blocks with a token count not exceeding 'Token Count'.",
|
|
|
+ "p_2_1": "The following screenshots are provided to aid understanding."
|
|
|
+ }
|
|
|
},
|
|
|
"permission": {
|
|
|
"query": "Query",
|