-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathi18n-en.json
More file actions
77 lines (77 loc) · 1.79 KB
/
i18n-en.json
File metadata and controls
77 lines (77 loc) · 1.79 KB
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
{
"ACTIVITY": {
"PAGETITLE": "Dashboard",
"POINTS": "Points",
"PROGRESS": "Progress",
"SUBMISSION": "Submission"
},
"ASSESSMENT": {
"PAGETITLE": "Assessment"
},
"EVENTS": {
"ATTENDED": "Attended",
"BOOK": "Book",
"BROWSE": "Browse",
"CANCELBOOKING": "Cancel Booking",
"CHECKIN": "Check-in",
"VIEWCHECKIN": "View Check-in",
"DOWNLOAD": "Download",
"MYBOOKINGS": "My Bookings",
"PAGETITLE": "Events"
},
"FORGOTPASSWORD": {
"INPUTTITLE": "Please enter your email address to reset password",
"PAGETITLE": "Forgot Password",
"SENDBUTTON": "Send to Mailbox"
},
"GENERAL": {
"DONE": "Done",
"DOWNLOAD": "Download",
"NEXT": "Next",
"PREV": "Prev",
"SKIP": "Skip",
"SUBMIT": "Submit",
"BACKTO": "Back to Login"
},
"LOGIN": {
"HEADER": "Welcome to Practera",
"PAGETITLE": "Login",
"PASSWORDFORGOT": "Forgot Your Password?"
},
"REGISTRATION": {
"HEADER": "Great - you are almost there! Just one more step...",
"PAGETITLE": "Set Password"
},
"RANKING": {
"DETAIL": "Ranking Details",
"ME": "Me",
"MONTHLYPOINTS": "Points (Monthly)",
"PAGETITLE": "Ranking (Monthly)",
"TOTALPOINTS": "Points (Total)"
},
"RESETPASSWORD": {
"PAGETITLE": "Reset Password"
},
"SETTINGS": {
"HELP": "Email Help",
"LEADERBOARD": "Settings",
"LOGOUT": "Logout",
"PAGETITLE": "Account",
"PROFILE": "My Profile ",
"SUPPORT": "Support",
"SWITCHER": "Program Switcher",
"TUTORIAL": "Tutorial",
"TERMS": "Terms of Use"
},
"TABS": {
"ACCOUNT": "Account",
"DASHBOARD": "Dashboard",
"EVENTS": "Events",
"RANKING": "Ranking"
},
"TERMCONDITIONS": {
"PAGETITLE": "Terms and Conditions",
"AGREE": "I agree",
"NEXT": "Next"
}
}