addition i18n (#2631)

This commit is contained in:
papapatrick
2024-09-06 16:57:47 +08:00
committed by GitHub
parent 9334a0dcf6
commit fb59b60761
10 changed files with 55 additions and 34 deletions

View File

@@ -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."
}
}
}

View File

@@ -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",

View File

@@ -99,7 +99,15 @@
"setting_app": "应用配置",
"setting_plugin": "插件配置",
"template": {
"simple_robot": "简易机器人"
"simple_robot": "简易机器人",
"standard_template": "标准模板",
"standard_template_des": "标准提示词,用于结构不固定的知识库。",
"qa_template": "问答模板",
"qa_template_des": "适合 QA 问答结构的知识库可以让AI较为严格的按预设内容回答",
"standard_strict": "标准严格模板",
"standard_strict_des": "在标准模板基础上,对模型的回答做更严格的要求。",
"hard_strict": "严格问答模板",
"hard_strict_des": "在问答模板基础上,对模型的回答做更严格的要求。"
},
"templateMarket": {
"Search_template": "搜索模板",
@@ -182,4 +190,4 @@
"manage": "写权限基础上,可配置发布渠道、查看对话日志、分配该应用权限"
}
}
}
}

View File

@@ -927,6 +927,7 @@
},
"view_chat_detail": "查看对话详情",
"workflow": {
"dynamic_input": "动态输入",
"Can not delete node": "该节点不允许删除",
"Change input type tip": "修改输入类型会清空已填写的值,请确认!",
"Check Failed": "工作流校验失败,请检查节点是否正确填值,以及连线是否正常",