-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
93 lines (92 loc) · 3.53 KB
/
config.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"application":"VoterBox",
"version":"1.0.0.0",
"developer":{
"name":"",
"team":"",
"email":"",
"mobile":""
},
"created_date":"",
"last_update":"",
"license":"",
"lang":{
"en_us":{
"polling_box":{
"login_page":{
"title":"Enter Candidate's voters code"
},
"polling_page":{
"title":"Tab On Your Candidate"
},
"success_page":{
"title":"Vote Successful",
"message":"Your voices are being heard and you’re proving to our ancestors that their struggles were not in vain. Now we have one more thing we need to do to walk in our true power, and that is to vote.<br><br>Click on the button to return you ",
"button":""
},
"failed_page":{
"title":"Your Vote failed",
"message":"We all have to vote like our lives and the world depend on it, because they do. The only way to be certain of the future is to make it ourselves.",
"button":""
},
"exist_page":{
"title":"Your Vote All Exist ",
"message":"We all have to vote like our lives and the world depend on it, because they do. The only way to be certain of the future is to make it ourselves.",
"button":""
}
},
"administration":{
"copyright":"Copyright © Your Website 2020",
"login_page":{
"title":"Welcome to Votebox!",
"CustomCheck":"Remember Me",
"button":"Login",
"link":"Forgot Password?"
},
"dash_page":{
"title":""
},
"voter_page":{
"title01":"Create Student's Voter Card",
"label01":"Student Name",
"label02":"Index",
"label03":"PIN",
"button":"Save",
"title04":"Student List",
"label05":"Student Name",
"label06":"Index Num.",
"label07":"Voter's Pin",
"label08":"Status"
},
"election_page":{
"title01":"Create election",
"label01":"Election Year",
"label02":"Election Name",
"button01":"Submit",
"title02":"Student List",
"label03":"S/N",
"label04":"Election Year",
"label05":"Election Name",
"link01":"Add Candidate",
"link02":" View VoteBox"
},
"candidate_page":{
"title01":"Create election",
"label01":"Candidate 1",
"label02":"Picture Url",
"button01":"Submit",
"title02":"Student List",
"label03":"S/N",
"label04":"Candidate Name",
"link01":"Picture"
},
"vote_box_page":{
"title01":"Student List",
"label01":"S/N",
"label02":"Candidate Name",
"label03":"Total Vote Count"
}
}
}
}
}