-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-example.json
40 lines (40 loc) · 1.56 KB
/
data-example.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
{
"timeSchedule": [
"08:00",
"08:50",
"09:10",
"10:00",
"10:10",
"11:00",
"11:10",
"12:00",
"13:00",
"13:50",
"14:00",
"14:50",
"15:00",
"15:50"
],
"classTable": {
"monday": ["English", "Math", "Biology", "World History", "PE", "Spanish", "Art"],
"tuesday": ["Math", "Chemistry", "English", "Computer Science", "PE", "Spanish", "Study Hall"],
"wednesday": ["English", "Math", "Biology", "World History", "PE", "Art", "Study Hall"],
"thursday": ["Math", "Chemistry", "English", "Computer Science", "Spanish", "Art", "Study Hall"],
"friday": ["English", "Math", "Biology", "World History", "PE", "Spanish", "Art"]
},
"messages": {
"doneForWeek": "Lessons are done for the week",
"noClassesNow": "There are no lessons for now",
"lastClassFridayWas": "The last class on Friday was {lastClass} class",
"lastClassFridayLastWeekWas": "The last class on last Friday was {lastClass} class",
"lastClassWas": "The last class today was {lastClassToday} class",
"lastClassYesterdayWas": "The last class yesterday was {lastClass} class",
"nextClassMondayIs": "The first class on Monday is {nextFirstClass} class",
"nextClassTomorrowIs": "The first class tomorrow is {nextFirstClass} class",
"nextClassTodayIs": "The first class today is {nextClass} class",
"previousClassWas": "It was previously {previousClass} class",
"currentlyIn": "You're currently in {currentClass} class",
"nextClassIs": "The next class is {nextClass} class",
"onBreak": "You're currently on break"
}
}