@polyglot-bundles/vi-word-lists 0.2.11 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +21 -1
- package/src/index.ts +25 -25
- package/src/json/a1/a1-colors.json +80 -0
- package/src/json/a1/a1-family.json +66 -0
- package/src/json/a1/a1-food.json +80 -0
- package/src/json/a1/a1-greetings.json +80 -0
- package/src/json/a1/a1-numbers.json +80 -0
- package/src/json/a2/a2-body-parts.json +150 -0
- package/src/json/a2/a2-clothing.json +115 -0
- package/src/json/a2/a2-places.json +115 -0
- package/src/json/b1/b1-emotions.json +115 -0
- package/src/json/b1/b1-professions.json +115 -0
- package/src/json/b1/b1-weather.json +115 -0
- package/src/json/b2/abstract-concepts.json +48 -18
- package/src/json/pre-a1/survival-phrases.json +57 -21
- package/src/levels/a2.ts +16 -0
- package/src/levels/b1.ts +16 -0
- package/src/levels/b2.ts +16 -0
- package/src/levels/pre-a1.ts +16 -0
- package/src/vocab.ts +28 -0
- package/src/json/a1/basic-greetings.json +0 -60
- package/src/json/a1/colors.json +0 -60
- package/src/json/a1/family-members.json +0 -50
- package/src/json/a1/food-basics.json +0 -60
- package/src/json/a1/numbers-1-10.json +0 -60
- package/src/json/a2/body-parts.json +0 -110
- package/src/json/a2/clothing.json +0 -85
- package/src/json/a2/places.json +0 -85
- package/src/json/b1/emotions.json +0 -85
- package/src/json/b1/professions.json +0 -85
- package/src/json/b1/weather.json +0 -85
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "a1-food-basics",
|
|
3
|
-
"name": "Food Basics",
|
|
4
|
-
"desc": "Basic food vocabulary in Vietnamese",
|
|
5
|
-
"cat": "food",
|
|
6
|
-
"level": "A1",
|
|
7
|
-
"difficulty": "beginner",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "nước",
|
|
11
|
-
"translation": "water",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "bánh mì",
|
|
16
|
-
"translation": "bread",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "sữa",
|
|
21
|
-
"translation": "milk",
|
|
22
|
-
"partOfSpeech": "noun"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "táo",
|
|
26
|
-
"translation": "apple",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "cà phê",
|
|
31
|
-
"translation": "coffee",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "trà",
|
|
36
|
-
"translation": "tea",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "cơm",
|
|
41
|
-
"translation": "rice",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "thịt",
|
|
46
|
-
"translation": "meat",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "cá",
|
|
51
|
-
"translation": "fish",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "rau",
|
|
56
|
-
"translation": "vegetables",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "a1-numbers-1-10",
|
|
3
|
-
"name": "Numbers 1-10",
|
|
4
|
-
"desc": "Numbers one through ten in Vietnamese",
|
|
5
|
-
"cat": "numbers",
|
|
6
|
-
"level": "A1",
|
|
7
|
-
"difficulty": "beginner",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "một",
|
|
11
|
-
"translation": "one",
|
|
12
|
-
"partOfSpeech": "number"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "hai",
|
|
16
|
-
"translation": "two",
|
|
17
|
-
"partOfSpeech": "number"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "ba",
|
|
21
|
-
"translation": "three",
|
|
22
|
-
"partOfSpeech": "number"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "bốn",
|
|
26
|
-
"translation": "four",
|
|
27
|
-
"partOfSpeech": "number"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "năm",
|
|
31
|
-
"translation": "five",
|
|
32
|
-
"partOfSpeech": "number"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "sáu",
|
|
36
|
-
"translation": "six",
|
|
37
|
-
"partOfSpeech": "number"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "bảy",
|
|
41
|
-
"translation": "seven",
|
|
42
|
-
"partOfSpeech": "number"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "tám",
|
|
46
|
-
"translation": "eight",
|
|
47
|
-
"partOfSpeech": "number"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "chín",
|
|
51
|
-
"translation": "nine",
|
|
52
|
-
"partOfSpeech": "number"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "mười",
|
|
56
|
-
"translation": "ten",
|
|
57
|
-
"partOfSpeech": "number"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "a2-body-parts",
|
|
3
|
-
"name": "Body Parts",
|
|
4
|
-
"desc": "Human body parts and anatomy",
|
|
5
|
-
"cat": "anatomy",
|
|
6
|
-
"level": "A2",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "đầu",
|
|
11
|
-
"translation": "head",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "tóc",
|
|
16
|
-
"translation": "hair",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "mắt",
|
|
21
|
-
"translation": "eye",
|
|
22
|
-
"partOfSpeech": "noun"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "mũi",
|
|
26
|
-
"translation": "nose",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "miệng",
|
|
31
|
-
"translation": "mouth",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "răng",
|
|
36
|
-
"translation": "tooth",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "lưỡi",
|
|
41
|
-
"translation": "tongue",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "tai",
|
|
46
|
-
"translation": "ear",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "cổ",
|
|
51
|
-
"translation": "neck",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "vai",
|
|
56
|
-
"translation": "shoulder",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "tay",
|
|
61
|
-
"translation": "arm / hand",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "khuỷu tay",
|
|
66
|
-
"translation": "elbow",
|
|
67
|
-
"partOfSpeech": "noun"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "ngón tay",
|
|
71
|
-
"translation": "finger",
|
|
72
|
-
"partOfSpeech": "noun"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "bụng",
|
|
76
|
-
"translation": "stomach / belly",
|
|
77
|
-
"partOfSpeech": "noun"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "chân",
|
|
81
|
-
"translation": "leg / foot",
|
|
82
|
-
"partOfSpeech": "noun"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"word": "đầu gối",
|
|
86
|
-
"translation": "knee",
|
|
87
|
-
"partOfSpeech": "noun"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"word": "bàn chân",
|
|
91
|
-
"translation": "foot",
|
|
92
|
-
"partOfSpeech": "noun"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"word": "ngón chân",
|
|
96
|
-
"translation": "toe",
|
|
97
|
-
"partOfSpeech": "noun"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"word": "da",
|
|
101
|
-
"translation": "skin",
|
|
102
|
-
"partOfSpeech": "noun"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"word": "xương",
|
|
106
|
-
"translation": "bone",
|
|
107
|
-
"partOfSpeech": "noun"
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "a2-clothing",
|
|
3
|
-
"name": "Clothing",
|
|
4
|
-
"desc": "Clothing and accessories",
|
|
5
|
-
"cat": "clothing",
|
|
6
|
-
"level": "A2",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "áo",
|
|
11
|
-
"translation": "shirt / clothing",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "áo sơ mi",
|
|
16
|
-
"translation": "shirt",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "áo thun",
|
|
21
|
-
"translation": "T-shirt",
|
|
22
|
-
"partOfSpeech": "noun"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "quần",
|
|
26
|
-
"translation": "pants / trousers",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "quần jeans",
|
|
31
|
-
"translation": "jeans",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "váy",
|
|
36
|
-
"translation": "dress / skirt",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "giày",
|
|
41
|
-
"translation": "shoes",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "dép",
|
|
46
|
-
"translation": "sandals / flip-flops",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "mũ",
|
|
51
|
-
"translation": "hat / cap",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "khăn",
|
|
56
|
-
"translation": "scarf / towel",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "găng tay",
|
|
61
|
-
"translation": "gloves",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "tất",
|
|
66
|
-
"translation": "socks",
|
|
67
|
-
"partOfSpeech": "noun"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "áo khoác",
|
|
71
|
-
"translation": "jacket / coat",
|
|
72
|
-
"partOfSpeech": "noun"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "áo len",
|
|
76
|
-
"translation": "sweater",
|
|
77
|
-
"partOfSpeech": "noun"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "đồng hồ",
|
|
81
|
-
"translation": "watch",
|
|
82
|
-
"partOfSpeech": "noun"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
package/src/json/a2/places.json
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "a2-places",
|
|
3
|
-
"name": "Places",
|
|
4
|
-
"desc": "Common places and buildings",
|
|
5
|
-
"cat": "places",
|
|
6
|
-
"level": "A2",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "nhà",
|
|
11
|
-
"translation": "house / home",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "trường học",
|
|
16
|
-
"translation": "school",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "bệnh viện",
|
|
21
|
-
"translation": "hospital",
|
|
22
|
-
"partOfSpeech": "noun"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "cửa hàng",
|
|
26
|
-
"translation": "shop / store",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "siêu thị",
|
|
31
|
-
"translation": "supermarket",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "nhà hàng",
|
|
36
|
-
"translation": "restaurant",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "quán cà phê",
|
|
41
|
-
"translation": "coffee shop",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "khách sạn",
|
|
46
|
-
"translation": "hotel",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "ngân hàng",
|
|
51
|
-
"translation": "bank",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "bưu điện",
|
|
56
|
-
"translation": "post office",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "thư viện",
|
|
61
|
-
"translation": "library",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "công viên",
|
|
66
|
-
"translation": "park",
|
|
67
|
-
"partOfSpeech": "noun"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "sân bay",
|
|
71
|
-
"translation": "airport",
|
|
72
|
-
"partOfSpeech": "noun"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "nhà ga",
|
|
76
|
-
"translation": "train station",
|
|
77
|
-
"partOfSpeech": "noun"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "trạm xe buýt",
|
|
81
|
-
"translation": "bus stop",
|
|
82
|
-
"partOfSpeech": "noun"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "b1-emotions",
|
|
3
|
-
"name": "Emotions",
|
|
4
|
-
"desc": "Emotions and feelings",
|
|
5
|
-
"cat": "emotions",
|
|
6
|
-
"level": "B1",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "vui",
|
|
11
|
-
"translation": "happy / glad",
|
|
12
|
-
"partOfSpeech": "adjective"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "buồn",
|
|
16
|
-
"translation": "sad",
|
|
17
|
-
"partOfSpeech": "adjective"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "giận",
|
|
21
|
-
"translation": "angry",
|
|
22
|
-
"partOfSpeech": "adjective"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "sợ",
|
|
26
|
-
"translation": "afraid / scared",
|
|
27
|
-
"partOfSpeech": "adjective"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "lo",
|
|
31
|
-
"translation": "worried",
|
|
32
|
-
"partOfSpeech": "adjective"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "thất vọng",
|
|
36
|
-
"translation": "disappointed",
|
|
37
|
-
"partOfSpeech": "adjective"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "hạnh phúc",
|
|
41
|
-
"translation": "happy / joyful",
|
|
42
|
-
"partOfSpeech": "adjective"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "yêu",
|
|
46
|
-
"translation": "love",
|
|
47
|
-
"partOfSpeech": "verb"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "thích",
|
|
51
|
-
"translation": "like",
|
|
52
|
-
"partOfSpeech": "verb"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "ghét",
|
|
56
|
-
"translation": "hate",
|
|
57
|
-
"partOfSpeech": "verb"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "nhớ",
|
|
61
|
-
"translation": "miss / remember",
|
|
62
|
-
"partOfSpeech": "verb"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "hy vọng",
|
|
66
|
-
"translation": "hope",
|
|
67
|
-
"partOfSpeech": "verb"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "tin",
|
|
71
|
-
"translation": "believe / trust",
|
|
72
|
-
"partOfSpeech": "verb"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "xúc động",
|
|
76
|
-
"translation": "moved / touched",
|
|
77
|
-
"partOfSpeech": "adjective"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "tự hào",
|
|
81
|
-
"translation": "proud",
|
|
82
|
-
"partOfSpeech": "adjective"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "b1-professions",
|
|
3
|
-
"name": "Professions",
|
|
4
|
-
"desc": "Jobs and professions",
|
|
5
|
-
"cat": "work",
|
|
6
|
-
"level": "B1",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "giáo viên",
|
|
11
|
-
"translation": "teacher",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "bác sĩ",
|
|
16
|
-
"translation": "doctor",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "y tá",
|
|
21
|
-
"translation": "nurse",
|
|
22
|
-
"partOfSpeech": "noun"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "kỹ sư",
|
|
26
|
-
"translation": "engineer",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "luật sư",
|
|
31
|
-
"translation": "lawyer",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "đầu bếp",
|
|
36
|
-
"translation": "chef / cook",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "nhân viên",
|
|
41
|
-
"translation": "employee / staff",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "giám đốc",
|
|
46
|
-
"translation": "director / manager",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "thư ký",
|
|
51
|
-
"translation": "secretary",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "tài xế",
|
|
56
|
-
"translation": "driver",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "nông dân",
|
|
61
|
-
"translation": "farmer",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "thợ mộc",
|
|
66
|
-
"translation": "carpenter",
|
|
67
|
-
"partOfSpeech": "noun"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "họa sĩ",
|
|
71
|
-
"translation": "painter / artist",
|
|
72
|
-
"partOfSpeech": "noun"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "nhạc sĩ",
|
|
76
|
-
"translation": "musician",
|
|
77
|
-
"partOfSpeech": "noun"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "ca sĩ",
|
|
81
|
-
"translation": "singer",
|
|
82
|
-
"partOfSpeech": "noun"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
package/src/json/b1/weather.json
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "b1-weather",
|
|
3
|
-
"name": "Weather",
|
|
4
|
-
"desc": "Weather and climate terms",
|
|
5
|
-
"cat": "nature",
|
|
6
|
-
"level": "B1",
|
|
7
|
-
"difficulty": "intermediate",
|
|
8
|
-
"words": [
|
|
9
|
-
{
|
|
10
|
-
"word": "thời tiết",
|
|
11
|
-
"translation": "weather",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"word": "nắng",
|
|
16
|
-
"translation": "sunny",
|
|
17
|
-
"partOfSpeech": "adjective"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"word": "mưa",
|
|
21
|
-
"translation": "rain / rainy",
|
|
22
|
-
"partOfSpeech": "noun / verb"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"word": "gió",
|
|
26
|
-
"translation": "wind / windy",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"word": "lạnh",
|
|
31
|
-
"translation": "cold",
|
|
32
|
-
"partOfSpeech": "adjective"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"word": "nóng",
|
|
36
|
-
"translation": "hot",
|
|
37
|
-
"partOfSpeech": "adjective"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"word": "ấm",
|
|
41
|
-
"translation": "warm",
|
|
42
|
-
"partOfSpeech": "adjective"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"word": "mát",
|
|
46
|
-
"translation": "cool",
|
|
47
|
-
"partOfSpeech": "adjective"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"word": "bão",
|
|
51
|
-
"translation": "storm / typhoon",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"word": "tuyết",
|
|
56
|
-
"translation": "snow",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"word": "sương mù",
|
|
61
|
-
"translation": "fog / foggy",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"word": "mây",
|
|
66
|
-
"translation": "cloud / cloudy",
|
|
67
|
-
"partOfSpeech": "noun"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"word": "sấm",
|
|
71
|
-
"translation": "thunder",
|
|
72
|
-
"partOfSpeech": "noun"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"word": "sét",
|
|
76
|
-
"translation": "lightning",
|
|
77
|
-
"partOfSpeech": "noun"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"word": "lũ lụt",
|
|
81
|
-
"translation": "flood",
|
|
82
|
-
"partOfSpeech": "noun"
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|