Introduction to the usage method of adding multi-language interface support

This commit is contained in:
xuyuan23
2023-05-28 22:00:57 +08:00
parent 49d174336a
commit d67f149052
3 changed files with 13 additions and 5 deletions

View File

@@ -45,15 +45,15 @@ lang_dicts = {
"please_choose_database": "Please choose database",
"sql_generate_diagnostics": "SQL Generation & Diagnostics",
"knowledge_qa_type_llm_native_dialogue": "LLM native dialogue",
"knowledge_qa_type_default_knowledge_base_dialogue": "Default Knowledge Base",
"knowledge_qa_type_add_knowledge_base_dialogue": "Added Knowledge Base",
"knowledge_qa_type_default_knowledge_base_dialogue": "Default documents",
"knowledge_qa_type_add_knowledge_base_dialogue": "Added documents",
"dialogue_use_plugin": "Dialogue Extension",
"create_knowledge_base": "Create Knowledge Base",
"sql_schema_info": "the schema information of database {}: {}\n",
"current_dialogue_mode": "Current dialogue mode",
"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",
"knowledge_qa": "Knowledge QA",
"knowledge_qa": "Documents QA",
"configure_knowledge_base": "Configure Knowledge Base",
"new_klg_name": "New Knowledge Base name",
"add_as_new_klg": "Add as new knowledge base",