mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-01 11:53:24 +08:00
* feat:提交前端代码 * feat:提交logo样式切换 * feat:替换avatar、部分位置icon、chatchat相关说明、git链接、Wiki链接、关于、设置、反馈与建议等功能,关闭lobehub自检更新功能 * fix:移除多余代码 --------- Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"addAgent": "Add Agent",
|
|
"addAgentAndConverse": "Add Agent and Converse",
|
|
"addAgentSuccess": "Successfully Added",
|
|
"guide": {
|
|
"func1": {
|
|
"desc1": "Enter the settings page you want to submit to the assistant by clicking on the settings icon in the upper right corner of the chat window.",
|
|
"desc2": "Click on the 'Submit to Assistant Market' button in the upper right corner.",
|
|
"tag": "Method 1",
|
|
"title": "Submit via LobeChat"
|
|
},
|
|
"func2": {
|
|
"button": "Go to Github Assistant Repository",
|
|
"desc": "If you want to add the assistant to the index, create an entry in the plugins directory using agent-template.json or agent-template-full.json, write a brief description and appropriate tags, and then create a pull request.",
|
|
"tag": "Method 2",
|
|
"title": "Submit via Github"
|
|
}
|
|
},
|
|
"search": {
|
|
"placeholder": "Search agent name, description or keywords..."
|
|
},
|
|
"sidebar": {
|
|
"comment": "Comments",
|
|
"prompt": "Prompts",
|
|
"title": "Agent Details"
|
|
},
|
|
"submitAgent": "Submit Agent",
|
|
"title": {
|
|
"allAgents": "All Agents",
|
|
"recentSubmits": "Recent Submits"
|
|
}
|
|
}
|