-
Notifications
You must be signed in to change notification settings - Fork 0
/
lang.json
65 lines (65 loc) · 1.6 KB
/
lang.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
{
"frame": {
"title": "LC3CTF",
"bottom": "Powered by Arms Race",
"toggle": "Toggle navigation",
"login": "Sign in",
"logged_in": "Logged in as",
"logout": "Log out"
},
"main": {
"title": "LC3 CTF",
"text": "Welcome to LC3 CTF!"
},
"about": {
"title": "About",
"news": "News",
"news_text": "No news yet",
"rules": "Rules",
"rules_text": "No rules yet"
},
"tasks": {
"title": "Tasks"
},
"task": {
"description": "Description",
"attachment": "Attachment",
"submit": "Submit",
"success": "Correct flag!",
"failure": "Incorrect flag",
"solution_format": "solved by %d",
"no_description": "(none)",
"placeholder": "flag{insert_flag_here}"
},
"scoreboard": {
"title": "Scoreboard",
"player": "Player",
"score": "Score"
},
"achivements": {
"title": "Achivements"
},
"error": {
"title": "Error",
"unknown": {
"ec": 403,
"msg": "Unknown error"
},
"login_required": {
"ec": 403,
"msg": "You need to be logged in to see this page"
},
"invalid_credentials": {
"ec": 403,
"msg": "Invalid username or password"
},
"task_not_found": {
"ec": 403,
"msg": "TBD"
},
"404": {
"ec": 404,
"msg": "Content not found"
}
}
}