1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"i18nTextDefine_mass": "MaaS",
"i18nTextDefine_knowledgebase": "Knowledge Base Manage",
"i18nTextDefine_KnowledgeBaseList": "Knowledge Base",
"maas": {
"send": "Send",
"stopGenerating": "Stop Generating",
"deleteTitle": "Delete Warning",
"copy_to_clipboard": "Copy to Clipboard",
"copy_failed": "Copy Failed",
"copy": "Copy",
"delete": "Delete",
"nameDuplicateTip": "The name is duplicated, please re-enter it.",
"knowledgeBase": {
"deleteKnowledgeBaseContent": "Confirm deletion of this knowledge base? Data cannot be recovered after deletion, please confirm!"
},
"application": {
"deleteApplicationContent": "Confirm deletion of this application? Data cannot be recovered after deletion, please confirm!",
"promptTip": "The prompt needs to be larger than 20 characters."
},
"questionPlaceholder" : "Enter a Question, Press [Enter] to Send / Press [Ctrl(Alt/Shift) + Enter] for New Line",
"is_chatting": "Chatting in progress... please wait until it finishes"
}
}
|