File size: 2,821 Bytes
91d9d20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
    "process": {
        "name": "Source: %1",
        "version": "Version: %1",
        "restart": "Restart After: %1ms",
        "restarting": "Restarting...",
        "exit": "Shutdown With Code: %1"
    },
    "database": {
        "authenticate": {
            "type": "DataBase: %1",
            "error": "Unable To Connect To DataBase %1, Error: %2"
        },
        "reAuthenticated": "Reconnecting To DataBase: %1",
        "model": "Connect Model: %1",
        "create": {
            "success": "Created Data For: %1",
            "fail": "Unable To Create Data For %1, Error: %2"
        }
    },
    "dashboard": {
        "port": "Port: %1",
        "ip": "IP: %1",
        "host": "URL: %1"
    },
    "facebook": {
        "login": {
            "user": "User: %1",
            "notUser": "User Undefined.",
            "region": "Region: %1",
            "notRegion": "Cant Detemined Region.",
            "error": "Cant Login.",
            "wrong": "Wrong Login Information.",
            "missTimeCheckpoint": "Approve Waiting Time Expired.",
            "checkpoint": "You Have Checkpoint Enabled. Please Approve.",
            "reconnect": "Reconnecting.",
            "logout": "Connection Lost.",
            "checkpointImage": "You Have Enabled Checkpoint Visuals. Please Login Again Using Cookie..."
        },
        "relogin": {
            "force": "Reconnecting.",
            "error": "Cant Login Again."
        },
        "missing": "Missing Login Information.",
        "apis": "Loaded: %1 APIs",
        "access": {
            "token": "Token: %1",
            "error": "Cant Get Token, Error: %1",
            "codeSMS": "Code: ",
            "checkpoint": "You Have Enabled Checkpoint.",
            "wrongSMS": "Wrong Code."
        },
        "refreshCookie": "Refreshed: %1"
    },
    "control": {
        "modules": {
            "len": "Success Loaded %1 Modules",
            "reload": "Reloaded %1."
        },
        "model": {
            "connect": "Model Control Connection Successful!",
            "notExist": "Command \"%1\" does not exist, is it \"%2\"?",
            "noPluginCalled": "Use %1help list to see a list of commands!",
            "userBanned": "You are unable to use bot!\nReason: %1\nBan at: %2",
            "threadBanned": "Your thread are unable to use bot!\nReason: %1\nBan at: %2"
        },
        "Client": {
            "connect": "Mqtt Connection Successful!",
            "error": "Mqtt An Error Occurred: %1"
        }
    },
    "updater": {
        "newVersion": "Version %1 Has Officially Launched, Link: https://github.com/GiaKhang1810/mira-bot-v1/blob/main/changelog.json",
        "error": "Unable to Update, Please Update Manually, Error: %1"
    }
}