summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/assets/i18n/en_maas.json
blob: ed85771c38b1c9c9de48cbc37183dc34f0e4e64d (plain)
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"
    }
}