mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 03:20:41 +00:00
Modify the English label expression
This commit is contained in:
@@ -52,15 +52,15 @@ lang_dicts = {
|
|||||||
"sql_schema_info": "the schema information of database {}: {}\n",
|
"sql_schema_info": "the schema information of database {}: {}\n",
|
||||||
"current_dialogue_mode": "Current dialogue mode",
|
"current_dialogue_mode": "Current dialogue mode",
|
||||||
"database_smart_assistant": "Database smart assistant",
|
"database_smart_assistant": "Database smart assistant",
|
||||||
"sql_vs_setting": "In the automatic execution mode, DB-GPT can have the ability to execute SQL, read knowledge from the network, automatically store and learn",
|
"sql_vs_setting": "In the automatic execution mode, DB-GPT can have the ability to execute SQL, read data from the network, automatically store and learn",
|
||||||
"knowledge_qa": "Documents QA",
|
"knowledge_qa": "Documents QA",
|
||||||
"configure_knowledge_base": "Configure Knowledge Base",
|
"configure_knowledge_base": "Configure Documents",
|
||||||
"new_klg_name": "New Knowledge Base name",
|
"new_klg_name": "New document name",
|
||||||
"add_as_new_klg": "Add as new knowledge base",
|
"add_as_new_klg": "Add as new documents",
|
||||||
"add_file_to_klg": "Add file to knowledge base",
|
"add_file_to_klg": "Add file to documents",
|
||||||
"upload_file": "Upload file",
|
"upload_file": "Upload file",
|
||||||
"add_file": "Add file",
|
"add_file": "Add file",
|
||||||
"upload_and_load_to_klg": "Upload and load to knowledge base",
|
"upload_and_load_to_klg": "Upload and load to documents",
|
||||||
"upload_folder": "Upload folder",
|
"upload_folder": "Upload folder",
|
||||||
"add_folder": "Add folder",
|
"add_folder": "Add folder",
|
||||||
"send": "Send",
|
"send": "Send",
|
||||||
|
Reference in New Issue
Block a user