mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
@@ -31,7 +31,8 @@ const CustomRightDrawer = ({
|
||||
zIndex={100}
|
||||
maxW={maxW}
|
||||
w={'100%'}
|
||||
h={'90vh'}
|
||||
top={'60px'}
|
||||
bottom={0}
|
||||
borderLeftRadius={'lg'}
|
||||
border={'base'}
|
||||
boxShadow={'2'}
|
||||
|
@@ -92,6 +92,7 @@
|
||||
"plugin_dispatch_tip": "It is up to the model to decide which plug-ins to add additional capabilities to. If the plug-in is selected, the knowledge base call is also treated as a special plug-in.",
|
||||
"publish_channel": "Publish channel",
|
||||
"publish_success": "Publish success",
|
||||
"saved_success": "Saved success",
|
||||
"search_app": "Search app",
|
||||
"setting_app": "Settings",
|
||||
"setting_plugin": "Setting plugin",
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"workflow": {
|
||||
"Back_to_current_version": "Back to current version",
|
||||
"My edit": "My edit",
|
||||
"Switch_failed": "Switch failed",
|
||||
"Switch_success": "switch successfully",
|
||||
"Team cloud": "Team cloud",
|
||||
"exit_tips": "Your changes have not been saved. Exiting directly will not save your edits."
|
||||
|
@@ -91,6 +91,7 @@
|
||||
"plugin_dispatch_tip": "给模型附加额外的能力,具体调用哪些插件,将由模型自主决定。\n若选择了插件,知识库调用将自动作为一个特殊的插件。",
|
||||
"publish_channel": "发布渠道",
|
||||
"publish_success": "发布成功",
|
||||
"saved_success": "保存成功",
|
||||
"search_app": "搜索应用",
|
||||
"setting_app": "应用配置",
|
||||
"setting_plugin": "插件配置",
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"workflow": {
|
||||
"Back_to_current_version": "回到初始状态",
|
||||
"My edit": "我的编辑",
|
||||
"Switch_failed": "切换失败",
|
||||
"Switch_success": "切换成功",
|
||||
"Team cloud": "团队云端",
|
||||
"exit_tips": "您的更改尚未保存,「直接退出」将不会保存您的编辑记录。"
|
||||
|
Reference in New Issue
Block a user