4.8.10 test (#2401)
* perf: i18n * perf: i18n and img tip * perf: readme * perf: hide tool ai response * fix: copy app * fix: parse image url regx * perf: folder collection forbid update
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
},
|
||||
"upload_file_max_amount": "Max files",
|
||||
"upload_file_max_amount_tip": "1. The maximum number of files to be uploaded at a time.\n2. The maximum number of files that can be remembered in the dialog window: Files in the history are automatically retrieved for each round of conversation, and files that are out of range are forgotten.",
|
||||
"variable": {
|
||||
"select type_desc": "You can define a global variable that does not need to be filled in by the user.\n\nThe value of this variable can come from the API interface, the Query of the shared link, or be assigned through the [Variable Update] module.",
|
||||
"textarea_type_desc": "A dialog box that allows the user to enter up to 4000 words."
|
||||
},
|
||||
"version": {
|
||||
"Revert success": "Revert success"
|
||||
},
|
||||
|
||||
@@ -600,8 +600,7 @@
|
||||
"success": "Start syncing"
|
||||
}
|
||||
},
|
||||
"training": {
|
||||
}
|
||||
"training": {}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "Auxiliary data",
|
||||
@@ -1270,7 +1269,9 @@
|
||||
"Sub plan": "Subscription plan",
|
||||
"Sub plan tip": "Free use of {{title}} or upgrade to a higher plan",
|
||||
"Team plan and usage": "Plan and usage",
|
||||
"web_site_sync": "Website sync",
|
||||
"Training weight": "Training priority: {{weight}}",
|
||||
"rerank": "Rerank",
|
||||
"Update extra ai points": "Extra AI points",
|
||||
"Update extra dataset size": "Extra storage",
|
||||
"Upgrade plan": "Upgrade plan",
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
{
|
||||
"app_key_tips": "These keys have the current application identification, refer to the document for specific use ",
|
||||
"create_api_key": "Create new Key",
|
||||
"create_link": "Create link",
|
||||
"default_response": "Default Response",
|
||||
"edit_api_key": "Edit Key information",
|
||||
"edit_link": "Edit",
|
||||
"feishu_name": "Lark",
|
||||
"link_name": "Name of the share link",
|
||||
"qpm_tips": "How many times per minute can each IP ask at most",
|
||||
"qpm_is_empty": "QPM cannot be empty",
|
||||
"app_key_tips": "These keys have the current application identification, refer to the document for specific use ",
|
||||
"key_alias": "key alias, for display only ",
|
||||
"key_tips": "You can use the API Key to access certain interfaces (you can't access the app, you need to use the API key within the app to access the app)",
|
||||
"link_name": "Name of the share link",
|
||||
"official_account": {
|
||||
"params": "Wechat params"
|
||||
},
|
||||
"qpm_is_empty": "QPM cannot be empty",
|
||||
"qpm_tips": "How many times per minute can each IP ask at most",
|
||||
"token_auth": "Token authentication",
|
||||
"token_auth_tips": "Identity verification server address, if this value is filled, a request will be sent to the specified server before each conversation to perform identity verification",
|
||||
"token_auth_use_cases": "View usage instructions for identity verification"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user