-
Notifications
You must be signed in to change notification settings - Fork 0
/
constants.json
77 lines (77 loc) · 3.1 KB
/
constants.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
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
{
"files": {
"conifg_path": "config.ini"
},
"actions": {
"security_assistant": {
"Manage your accounts": 0,
"Manage temporairy emails": 1,
"Exit": -1
},
"temp_emails_manager": {
"Create email": 0,
"Check emails": 1,
"Go back": -1
},
"account_manager":{
"Add an account": 0,
"List your accounts": 1,
"Go back": -1
}
},
"messages": {
"register_master_passowrd": "Please register your master password",
"confirm_master_password_registration": "Please confirm the registerted master password",
"wrong_master_password_confirmation": "Wrong password, re-enter the registerted master password",
"ask_for_master_password": "Please enter the master password:",
"incorrect_master_password": "That password isn't right. Please, re-enter your password:",
"unauthorized_access": "Unauthorized access!",
"security_assistant_welcome_message": "This is your Security Assitant, How can I help you ?",
"temp_emails_manager_welcome_message": "This is your Email Manager, How can I help you ?",
"account_manager_welcome_message": "This is your Account Manager, How can I help you ?",
"account_login_input": "Type in the login for this account: ",
"account_password_input": "Type in the new account password: ",
"account_sitename_input": "Type in the app name for this account: ",
"account_link_input": "Paste in the link of this app: ",
"add_another_account": "Would you like to add an additional account?",
"create_another_email": "Would you like to create an additional temporairy email?",
"custom_domain_question": "Do you wish to use a custom domain name?",
"custom_login_question": "Do you have a login name in mind?",
"custom_domain_input": "Please enter your custom domain name: ",
"custom_login_input": "Please enter your custom login: ",
"temp_email_address": "Your temporary email is: ",
"copied_to_clipboard": "Data is copied to clipboard",
"enter_mail": "Please Enter the email address: ",
"refresh_mail_box": "Would you like to refresh your mail box?",
"fetch_accounts": "Accounts retrieved successfully!",
"success": "Successfull Operation!",
"confirmation": "Confirm?"
},
"style": {
"theme": {
"default": "blue",
"error": "red",
"warning": "yellow",
"success": "green",
"box": "magenta"
},
"inquirer": {
"props" : {
"questionmark": "#ffffff",
"question": "#ffff00",
"answer": "#008000",
"pointer": "#61afef"
},
"override": false
}
},
"external_service": {
"API": "https://www.1secmail.com/api/v1/",
"domaines": [
"1secmail.com",
"1secmail.org",
"1secmail.net"
],
"1sec_url": "https://www.1secmail.com/mailbox"
}
}