mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
I18n: Completed i18n&&proofread some translations (#2619)
* i18n-1 * i18n: Completed the remaining parts of i18n and proofread some translations * i18n: add default lang&&add app template i18n
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
{
|
||||
"Delete_all": "Delete all",
|
||||
"chat_history": "chat record",
|
||||
"chat_input_guide_lexicon_is_empty": "No vocabulary has been configured yet",
|
||||
"citations": "{{num}} citations",
|
||||
"Delete_all": "Clear All Lexicon",
|
||||
"chat_history": "Conversation History",
|
||||
"chat_input_guide_lexicon_is_empty": "Lexicon not configured yet",
|
||||
"citations": "{{num}} References",
|
||||
"click_contextual_preview": "Click to see contextual preview",
|
||||
"config_input_guide": "Configure input boot",
|
||||
"config_input_guide_lexicon": "Configure thesaurus",
|
||||
"config_input_guide_lexicon_title": "Configure thesaurus",
|
||||
"content_empty": "Content is empty",
|
||||
"contextual": "context",
|
||||
"contextual_preview": "Contextual preview",
|
||||
"csv_input_lexicon_tip": "Only supports CSV batch import, click to download the template",
|
||||
"custom_input_guide_url": "Custom thesaurus address",
|
||||
"delete_all_input_guide_confirm": "Confirm to delete all input guide lexicons",
|
||||
"empty_directory": "There is nothing left to choose from in this directory~",
|
||||
"file_amount_over": "Exceed maximum number of files {{max}}",
|
||||
"in_progress": "in progress",
|
||||
"input_guide": "Input guide",
|
||||
"config_input_guide": "Set Up Input Guide",
|
||||
"config_input_guide_lexicon": "Set Up Lexicon",
|
||||
"config_input_guide_lexicon_title": "Set Up Lexicon",
|
||||
"content_empty": "No Content",
|
||||
"contextual": "{{num}} Contexts",
|
||||
"contextual_preview": "Contextual Preview {{num}} Items",
|
||||
"csv_input_lexicon_tip": "Only CSV batch import is supported, click to download the template",
|
||||
"custom_input_guide_url": "Custom Lexicon URL",
|
||||
"delete_all_input_guide_confirm": "Are you sure you want to clear the input guide lexicon?",
|
||||
"empty_directory": "This directory is empty~",
|
||||
"file_amount_over": "Exceeded maximum file quantity {{max}}",
|
||||
"in_progress": "In Progress",
|
||||
"input_guide": "Input Guide",
|
||||
"input_guide_lexicon": "Lexicon",
|
||||
"input_guide_tip": "You can configure some preset questions. When the user enters a question, the relevant question is retrieved from these preset questions for prompt.",
|
||||
"insert_input_guide,_some_data_already_exists": "Duplicate data, automatically filtered, insert: {{len}} data",
|
||||
"is_chatting": "Chatting...please wait for the end",
|
||||
"items": "strip",
|
||||
"module_runtime_and": "module run time and",
|
||||
"multiple_AI_conversations": "Multiple AI conversations",
|
||||
"new_chat": "new conversation",
|
||||
"new_input_guide_lexicon": "New lexicon",
|
||||
"no_workflow_response": "No running data",
|
||||
"plugins_output": "Plugin output",
|
||||
"question_tip": "From left to right, the response order of each module",
|
||||
"rearrangement": "Search results rearranged",
|
||||
"input_guide_tip": "You can set up some preset questions. When the user inputs a question, related questions from these presets will be suggested.",
|
||||
"insert_input_guide,_some_data_already_exists": "Duplicate data detected, automatically filtered, {{len}} items inserted",
|
||||
"is_chatting": "Chatting in progress... please wait until it finishes",
|
||||
"items": "Items",
|
||||
"module_runtime_and": "Total Module Runtime",
|
||||
"multiple_AI_conversations": "Multiple AI Conversations",
|
||||
"new_chat": "New Conversation",
|
||||
"new_input_guide_lexicon": "New Lexicon",
|
||||
"no_workflow_response": "No workflow data",
|
||||
"plugins_output": "Plugin Output",
|
||||
"question_tip": "From top to bottom, the response order of each module",
|
||||
"rearrangement": "Rearrangement of Retrieval Results",
|
||||
"response": {
|
||||
"node_inputs": "Node input"
|
||||
"node_inputs": "Node Inputs"
|
||||
},
|
||||
"select_file": "Select file",
|
||||
"select_img": "Select images",
|
||||
"stream_output": "stream output",
|
||||
"view_citations": "View citations",
|
||||
"web_site_sync": "Web site synchronization"
|
||||
"select_file": "Select File",
|
||||
"select_img": "Select Image",
|
||||
"stream_output": "Stream Output",
|
||||
"view_citations": "View References",
|
||||
"web_site_sync": "Web Site Sync"
|
||||
}
|
||||
|
Reference in New Issue
Block a user