-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfakeNews.json
77 lines (74 loc) · 2.52 KB
/
fakeNews.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
[
{
"id": 1,
"date": "05/22/2019",
"en": {
"title": "Website development goes well!",
"body": "We are making a thing and it is looking good."
},
"jp": {
"title": "サイト発達よくやる",
"body": "このサイトやつ…かっこいいね"
}
},
{
"id": 2,
"date": "05/22/2019",
"en": {
"title": "Meetings continue",
"body": "You know the drill; Tuesdays from 5-7 PM in Olson 53a."
},
"jp": {
"title": "ミーティング",
"body": "計画通り ミーティングが続く。"
}
},
{
"id": 3,
"date": "05/26/2019",
"en": {
"title": "Kaiwa Hour Website is launched!",
"body": "That took some hard work."
},
"jp": {
"title": "会話アワーサイト、ゴゴゴゴゴ!",
"body": "お疲れ様です。"
}
},
{
"id": 4,
"date": "07/09/2019",
"en": {
"title": "Kaiwa Hour continues during the summer",
"body": "Meetings will continue to be held in Olson 53a, Tuesdays 5-7 PM. Beat the heat and join the conversation!"
},
"jp": {
"title": "夏休みでも会話アワーが続きます",
"body": "普通通りミーティングが 火曜日 午後5-7 Olson 53aで行われます。後で「会話後飯」。Let's go 行きましょう!"
}
},
{
"id": 5,
"date": "10/08/2019",
"en": {
"title": "Welcome back everyone!",
"body": "As fall quarter at UC Davis begins, Kaiwa Hour resumes normal operations. Welcome back everyone!"
},
"jp": {
"title": "お帰り、みなさん",
"body": "秋の学期が始まると、会話アワーも普通の行動を再起動します。お帰り、皆さん!"
}
},
{
"id": 6,
"date": "7/09/2020",
"en": {
"title": "Awaiting the end of COVID-19",
"body": "...Kaiwa Hour will not be (physically) meeting until large face-to-face gatherings are once again permitted."
},
"jp": {
"title": "COVID-19の終わり期待中",
"body": "今、大ミーティングが禁止なんですが… T.T"
}
}
]