mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
addition i18n (#2631)
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
"confirm_delete_folder_tip": "Confirm to delete this folder? All apps and corresponding conversation records under it will be deleted. Please confirm!",
|
||||
"copy_one_app": "Create Duplicate",
|
||||
"create_copy_success": "Duplicate Created Successfully",
|
||||
"create_empty_app": "Create Blank App",
|
||||
"create_empty_plugin": "Create Blank Plugin",
|
||||
"create_empty_workflow": "Create Blank Workflow",
|
||||
"create_empty_app": "Create Default App",
|
||||
"create_empty_plugin": "Create Default Plugin",
|
||||
"create_empty_workflow": "Create Default Workflow",
|
||||
"cron": {
|
||||
"every_day": "Run Daily",
|
||||
"every_month": "Run Monthly",
|
||||
@@ -108,6 +108,15 @@
|
||||
"template": {
|
||||
"simple_robot": "Simple Robot"
|
||||
},
|
||||
"template.hard_strict": "Strict Q&A template",
|
||||
"template.hard_strict_des": "Based on the question and answer template, stricter requirements are imposed on the model's answers.",
|
||||
"template.qa_template": "Q&A template",
|
||||
"template.qa_template_des": "A knowledge base suitable for QA question and answer structure, which allows AI to answer strictly according to preset content",
|
||||
"template.simple_robot": "Simple robot",
|
||||
"template.standard_strict": "Standard strict template",
|
||||
"template.standard_strict_des": "Based on the standard template, stricter requirements are imposed on the model's answers.",
|
||||
"template.standard_template": "Standard template",
|
||||
"template.standard_template_des": "Standard prompt words for knowledge bases with unfixed structures.",
|
||||
"templateMarket": {
|
||||
"Search_template": "Search Template",
|
||||
"Template_market": "Template Market",
|
||||
@@ -182,4 +191,4 @@
|
||||
"user_select": "User Selection",
|
||||
"user_select_tip": "This module can configure multiple options for selection during the dialogue. Different options can lead to different workflow branches."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -336,7 +336,7 @@
|
||||
"Random": "Divergent",
|
||||
"Search team tags": "Search Tags",
|
||||
"Select TTS": "Select Voice Playback Mode",
|
||||
"Select app from template": "Select from Template",
|
||||
"Select app from template": "Template",
|
||||
"Select quote template": "Select Quote Prompt Template",
|
||||
"Set a name for your app": "Set a Name for Your App",
|
||||
"Setting ai property": "Click to Configure AI Model Properties",
|
||||
@@ -957,6 +957,7 @@
|
||||
"Run result": "Run Result",
|
||||
"Show result": "Show Result"
|
||||
},
|
||||
"dynamic_input": "dynamic input",
|
||||
"inputType": {
|
||||
"JSON Editor": "JSON Input Box",
|
||||
"Manual input": "Manual Input",
|
||||
|
Reference in New Issue
Block a user