mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 07:06:33 +00:00
28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"Cancel": "No",
|
|
"Confirm": "Yes",
|
|
"Warning": "Warning",
|
|
"app": {
|
|
"App Detail": "App Detail",
|
|
"My Apps": "My Apps"
|
|
},
|
|
"chat": {
|
|
"Confirm to clear history": "Confirm to clear history?",
|
|
"New Chat": "New Chat",
|
|
"You need to a chat app": "You need to a chat app"
|
|
},
|
|
"home": {
|
|
"Quickly build AI question and answer library": "Quickly build AI question and answer library",
|
|
"Start Now": "Start Now",
|
|
"Visual AI orchestration": "Visual AI orchestration"
|
|
},
|
|
"navbar": {
|
|
"Account": "Account",
|
|
"Apps": "Apps",
|
|
"Chat": "Chat",
|
|
"Datasets": "DataSets",
|
|
"Store": "Store",
|
|
"Tools": "Tools"
|
|
}
|
|
}
|