forked from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathen.json
238 lines (238 loc) · 7.87 KB
/
en.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"components": {
"footer": {
"copyright": "Copyright 2024 ® Software Architecture Group 1A"
},
"login": {
"title": "Log in",
"nameLabel": "Enter your name",
"namePlaceholder": "Name",
"passwordPlaceholder": "Password",
"passwordLabel": "Enter your password",
"loginButton": "Log in",
"registerText": "Don't have an account?",
"registerLink": "Sign up",
"loginAlert": "Login successful"
},
"nav": {
"home": "Home",
"gameModes": "Game Modes",
"classic": "Classic",
"wisebattery": "Wise Battery",
"humancalculator": "Human Calculator",
"users": "Users",
"social": "Social",
"groups": "Groups",
"usergroups": "My groups",
"friends": "Friends",
"stats": "Statistics",
"ranking": "Ranking",
"profile": "Profile",
"myprofile": "My profile",
"about": "About Us",
"options": "Options",
"disconnect": "Disconnect",
"api": "API docs",
"history": "History"
},
"register": {
"title": "Sign up",
"nameLabel": "Enter your name",
"namePlaceholder": "Name",
"passwordPlaceholder": "Password",
"passwordLabel": "Enter your password",
"password2Label": "Re-enter password",
"registerButton": "Sign up",
"loginText": "Already have an account?",
"loginLink": "Log in",
"registerAlert": "User registered successfully",
"registerError": "Passwords do not match"
},
"profile": {
"profile": "User Profile",
"name": "User Name",
"date": "Account Creation Date",
"recentGames": "Recent Games",
"gameMode": "Game Mode",
"correct": "Correct Answers",
"incorrect": "Incorrect Answers",
"score": "Score",
"avgTime": "Average Time",
"seconds": "seconds",
"noGames": "No recent games."
}
},
"pages": {
"classic": {
"finished": "Game Over!",
"score": "Your Score:",
"playAgain": "Play Again",
"back": "Back to Menu",
"question": "Question",
"time": "Time Remaining:",
"easterEgg": "You got them all right! You are Jordi Hurtado's secondary account.",
"answer": "Answer"
},
"wisebattery": {
"finished": "Game Over!",
"score": "Your Score:",
"playAgain": "Play Again",
"back": "Back to Menu",
"question": "Question",
"time": "Time Remaining:"
},
"humancalculator": {
"finished": "Game Over!",
"score": "Your Score:",
"playAgain": "Play Again",
"back": "Back to Menu",
"question": "Question",
"time": "Time Remaining:"
},
"config": {
"title": "Settings",
"language": "Language",
"topics": "Question Topics",
"countries": "Countries",
"literature": "Literature",
"cinema": "Cinema",
"art": "Art",
"programming": "Programming",
"save": "Apply Changes",
"timeBetweenClassic": "Time Between Questions (Classic)",
"questionCountClassic": "Number of Questions (Classic)",
"totalTimeBattery": "Total Time (Wise Battery)"
},
"home": {
"title": "Welcome to WIQ!",
"choose": "Choose a Game Mode",
"classic": "Classic",
"classicDescription": "In Classic mode, you will have to answer a set number of questions within a limited time. Show off your knowledge and speed to overcome this challenge!",
"wisebattery": "Wise Battery",
"wisebatteryDescription": "In Wise Battery mode, you will test your knowledge by answering as many questions as you can within a fixed time. The more questions you get right, the better your score! Are you ready for this timed challenge?",
"humancalculator": "Human Calculator",
"humancalculatorDescription": "In Human Calculator mode, you will have to solve mathematical operations within a limited time. Showcase your math skills and speed to overcome this challenge!",
"error": "There was an error loading the questions. Please try again later."
},
"profile": {
"title": "Profile",
"nameLabel": "Username:",
"dateLabel": "Account Creation Date:",
"recentGames": "Recent Games",
"gameMode": "Game Mode",
"correct": "Correct Answers",
"incorrect": "Incorrect Answers",
"score": "Score",
"avgTime": "Average Time",
"seconds": "seconds",
"noGames": "You haven't played any games yet.",
"error": "Error loading the user profile. Please try again later."
},
"history": {
"title": "Game history",
"name": "Username",
"dateLabel": "Account creation date:",
"ngame": "Game",
"error": "Error loading the game history. Please try again later."
},
"ranking": {
"loading": "Loading...",
"loadingText": "Ranking is being queried, please wait a moment.",
"error": "Error:",
"errorLabel": "An error occurred while retrieving the ranking",
"rank-mode": "Ranking - Mode",
"classic": "Classic",
"wisebattery": "Wise Battery",
"humancalculator": "Human Calculator",
"user": "User",
"avgPoints": "Average Points",
"totalPoints": "Total Points",
"ratioCorrect": "Correct Ratio (%)",
"avgTime": "Time per Question (s):",
"reboot": "Reset to Default",
"errorText": "An error occurred while retrieving the ranking"
},
"about": {
"title": "WIQ_es1a Team",
"description": "Our development team",
"name": "Name",
"uo": "University",
"github": "GitHub",
"mygithub": "My GitHub"
},
"stats": {
"loading": "Loading...",
"loadingText": "Statistics are being queried, please wait a moment.",
"username": "Username",
"search": "Search",
"searchText": "Please check if the form values are correct and try again",
"classic": "Classic",
"wisebattery": "Wise Battery",
"humancalculator": "Human Calculator",
"noStats": "User has not played any games.",
"stats": "Statistics of",
"mode": "Mode",
"gamesPlayed": "Games Played",
"pointsPerGame": "Points Per Game",
"totalpoints": "Total Points",
"totalCorrect": "Total Correct Answers",
"totalIncorrect": "Total Incorrect Answers",
"correctRatio": "Correct Ratio",
"avgTime": "Time per Question (s)"
},
"wrongroute": {
"title": "Page Not Found",
"message": "The page you were looking for is not available",
"home": "Back to Home"
},
"userspage": {
"list": "User List",
"user": "User",
"actions": "Actions",
"friend": "Friend",
"addFriend": "Add Friend",
"loading": "Loading users...",
"error": "Error loading users: "
},
"friendlist": {
"loading": "Loading...",
"loadingText": "Your search is being processed, please wait a moment.",
"list": "Friend List",
"profile": "View Profile",
"delete": "Delete Friend",
"noFriends": "You currently have no friends."
},
"groupdetails": {
"details": "Group details",
"loading": "Loading...",
"createdBy": "Created by",
"when": "on the",
"participants": "Participants",
"avatar": "Avatar",
"name": "Name",
"viewProfile": "View profile",
"loadingText": "Your search is being processed, please wait a moment.",
"noParticipants": "There are no participants in this group."
},
"groups": {
"title": "Create a group",
"name": "Name",
"create": "Create",
"errorPrefix": "Error: ",
"joinable": "Groups you can join",
"join": "Join group",
"noGroups": "There are no groups available to join."
},
"groupsTable": {
"groupName": "Group name",
"creationDate": "Creation date",
"creator": "Creator"
},
"usergroups": {
"title": "Your groups",
"seegroup": "See group",
"creationDate": "Creation date",
"creator": "Creator"
}
}
}