forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarket.json
32 lines (32 loc) · 1.13 KB
/
market.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}
}