-
Notifications
You must be signed in to change notification settings - Fork 0
/
words.json
44 lines (44 loc) · 1.65 KB
/
words.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
{ "words": [{
"name": "Pisan Zapra",
"definition": "The time needed to eat a banana",
"origin": "Malaysia",
"language": "Malay",
"sentence": "This surely varies from person to person, and from banana to banana, but general consensus is that it takes around two minutes to consume one.",
"partOfSpeech": "Noun",
"color": "Tomato",
"link": "https://en.wikipedia.org/wiki/Malay_language",
"font": "Ubuntu",
"image": "./../public/images/pisan_zapra.jpg",
"imageCaption": "",
"imageSource": "",
"user": ""
}, {
"name": "Schadenfreude",
"definition": "The satisfaction we find in another person’s failure or suffering.",
"origin": "Germany",
"language": "German",
"sentence": "The source of the pleasure (which in polite circles we are supposed to find shameful) is at heart simply relief (rather than nastiness): that another person has been shown to be, like oneself, inadequate and unfortunate.",
"partOfSpeech": "Noun",
"color": "Hotpink",
"link": "https://en.wikipedia.org/wiki/German_language",
"font": "Open Sans",
"image": "./../public/images/Schadenfreude.png",
"imageCaption": "",
"imageSource": "",
"user": ""
}, {
"name": "Age-otori",
"definition": "The feeling of looking worse after a haircut.",
"origin": "",
"language": "Japanese",
"sentence": "Captures how hard it is for our plans to come off well.",
"partOfSpeech": "Noun",
"color": "Teal",
"link": "https://en.wikipedia.org/wiki/Japanese_language",
"font": "Lato",
"image": "./../public/images/age_otori.jpg",
"imageCaption": "",
"imageSource": "",
"user": ""
}]
}