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
|
{
"language": "Language",
"robot_address": "Robot’s IP address",
"problem_list": "Problems",
"python": "Python",
"prolog": "Prolog",
"robot": "Robot",
"logout": "Logout",
"profile": "Profile",
"change_pass": "Change password",
"btn_plan": "Plan",
"btn_hint": "Hint",
"btn_test": "Test",
"btn_run": "Run",
"btn_stop": "Stop",
"btn_more": "More...",
"signin_header": "Please sign in",
"signin_via": "Login via",
"signin_or": "or",
"signin_button": "Sign in",
"signin_footer": "New here? ",
"signin_footer_signup": "Sign Up",
"username": "Username",
"password": "Password",
"name" : "Display name",
"email": "E-mail",
"cancel": "Cancel",
"signup_header": "Sign up",
"signup_button": "Sign up",
"username_placeholder": "Desired username",
"name_placeholder" : "Desired display name",
"password_verify": "Verify password",
"password_verify_placeholder": "Repeat the password again",
"username_title": "Choose a alpha-numeric username of 5-15 characters.",
"name_title": "Choose a display name.",
"email_title": "Enter a valid email address.",
"password_title": "Choose a password with at least one number, one lowercase and one uppercase letter and at least 6 characters.",
"change_password_header": "Change password",
"password_new": "New Password",
"password_new_placeholder": "Enter a new password",
"change_password_button": "Change password",
"signed_in_as": "Signed in as ",
"go_back": "Go back",
"joined": "Joined",
"last_login": "Last seen",
"statistics": "Statistics",
"problem_group": "Problem group",
"problems_count": "All",
"done": "Done",
"in_progress": "In progress"
}
|