-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
154 lines (154 loc) · 3.96 KB
/
db.json
File metadata and controls
154 lines (154 loc) · 3.96 KB
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
{
"dictionary": [
{
"word": "dog",
"pos": "noun",
"definition": "a highly variable domestic mammal closely related to the gray wolf",
"french": "chien"
},
{
"word": "balloon",
"pos": "noun",
"definition": "a nonporous bag of light material that can be inflated especially with air or gas",
"french": "ballon"
},
{
"word": "happy",
"pos": "adjective",
"definition": "enjoying or characterized by well-being and contentment",
"french": "heureux"
},
{
"word": "run",
"pos": "verb",
"definition": "to go faster than a walk",
"french": "courir"
},
{
"word": "software",
"pos": "noun",
"definition": "programs for a computer",
"french": "logiciel"
},
{
"word": "swim",
"pos": "verb",
"definition": "to propel oneself in water by natural means (such as movements of the limbs, fins, or tail)",
"french": "nager"
},
{
"word": "ant",
"pos": "noun",
"definition": "any of a family (Formicidae) of colonial hymenopterous insects with a complex social organization and various castes performing special duties",
"french": "fourmi"
},
{
"word": "green",
"pos": "adjective",
"definition": "of the color green",
"french": "vert"
},
{
"word": "badly",
"pos": "adverb",
"definition": "in a bad manner",
"french": "mal"
},
{
"word": "stoic",
"pos": "adjective",
"definition": "not affected by or showing passion or feeling",
"french": "stoique"
},
{
"word": "bird",
"pos": "noun",
"definition": "any of a class (Aves) of warm-blooded vertebrates distinguished by having the body more or less completely covered with feathers and the forelimbs modified as wings",
"french": "oiseau"
},
{
"word": "grave",
"pos": "noun",
"definition": "an excavation for burial of a body",
"french": "tombe"
},
{
"word": "student",
"pos": "noun",
"definition": "one who attends a school",
"french": "edudiant"
},
{
"word": "plant",
"pos": "verb",
"definition": "to put or set in the ground for growth",
"french": "planter"
},
{
"word": "bridge",
"pos": "noun",
"definition": "a structure carrying a pathway or roadway over a depression or obstacle (such as a river)",
"french": "pont"
},
{
"word": "doctor",
"pos": "noun",
"definition": "a person skilled or specializing in healing arts",
"french": "medecin"
},
{
"word": "cry",
"pos": "verb",
"definition": "to shed tears often noisily",
"french": "pleurer"
},
{
"word": "humble",
"pos": "adjective",
"definition": "not proud or haughty : not arrogant or assertive",
"french": "humble"
},
{
"word": "better",
"pos": "adverb",
"definition": "to a higher or greater degree",
"french": "mieux"
},
{
"word": "delight",
"pos": "verb",
"definition": "to give keen enjoyment",
"french": "ravir"
},
{
"word": "space",
"pos": "noun",
"definition": "the region beyond the earth's atmosphere or beyond the solar system",
"french": "espace"
},
{
"word": "bamboozle",
"pos": "verb",
"definition": "to deceive by underhanded methods",
"french": "embobiner"
},
{
"word": "wonk",
"pos": "noun",
"definition": "a person preoccupied with arcane details or procedures in a specialized field",
"french": "bosseur"
},
{
"word": "star",
"pos": "noun",
"definition": "a natural luminous body visible in the sky especially at night",
"french": "etoile"
},
{
"word": "car",
"pos": "noun",
"definition": "a vehicle moving on wheels",
"french": "voiture"
}
]
}