@polyglot-bundles/vi-word-lists 0.2.11 → 0.4.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 +23 -2
- package/src/index.ts +64 -549
- 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/a1.ts +2 -2
- 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
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a2-places",
|
|
3
|
+
"name": "Places",
|
|
4
|
+
"description": "Common places and buildings",
|
|
5
|
+
"examGrade": "A2",
|
|
6
|
+
"difficulty": "intermediate",
|
|
7
|
+
"category": "places",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a2:places:1",
|
|
11
|
+
"word": "nhà",
|
|
12
|
+
"translation": "house / home",
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "A2"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a2:places:2",
|
|
18
|
+
"word": "trường học",
|
|
19
|
+
"translation": "school",
|
|
20
|
+
"partOfSpeech": "noun",
|
|
21
|
+
"examGrade": "A2"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a2:places:3",
|
|
25
|
+
"word": "bệnh viện",
|
|
26
|
+
"translation": "hospital",
|
|
27
|
+
"partOfSpeech": "noun",
|
|
28
|
+
"examGrade": "A2"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a2:places:4",
|
|
32
|
+
"word": "cửa hàng",
|
|
33
|
+
"translation": "shop / store",
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "A2"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a2:places:5",
|
|
39
|
+
"word": "siêu thị",
|
|
40
|
+
"translation": "supermarket",
|
|
41
|
+
"partOfSpeech": "noun",
|
|
42
|
+
"examGrade": "A2"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a2:places:6",
|
|
46
|
+
"word": "nhà hàng",
|
|
47
|
+
"translation": "restaurant",
|
|
48
|
+
"partOfSpeech": "noun",
|
|
49
|
+
"examGrade": "A2"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a2:places:7",
|
|
53
|
+
"word": "quán cà phê",
|
|
54
|
+
"translation": "coffee shop",
|
|
55
|
+
"partOfSpeech": "noun",
|
|
56
|
+
"examGrade": "A2"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a2:places:8",
|
|
60
|
+
"word": "khách sạn",
|
|
61
|
+
"translation": "hotel",
|
|
62
|
+
"partOfSpeech": "noun",
|
|
63
|
+
"examGrade": "A2"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:a2:places:9",
|
|
67
|
+
"word": "ngân hàng",
|
|
68
|
+
"translation": "bank",
|
|
69
|
+
"partOfSpeech": "noun",
|
|
70
|
+
"examGrade": "A2"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:a2:places:10",
|
|
74
|
+
"word": "bưu điện",
|
|
75
|
+
"translation": "post office",
|
|
76
|
+
"partOfSpeech": "noun",
|
|
77
|
+
"examGrade": "A2"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "vi:vocab:a2:places:11",
|
|
81
|
+
"word": "thư viện",
|
|
82
|
+
"translation": "library",
|
|
83
|
+
"partOfSpeech": "noun",
|
|
84
|
+
"examGrade": "A2"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "vi:vocab:a2:places:12",
|
|
88
|
+
"word": "công viên",
|
|
89
|
+
"translation": "park",
|
|
90
|
+
"partOfSpeech": "noun",
|
|
91
|
+
"examGrade": "A2"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "vi:vocab:a2:places:13",
|
|
95
|
+
"word": "sân bay",
|
|
96
|
+
"translation": "airport",
|
|
97
|
+
"partOfSpeech": "noun",
|
|
98
|
+
"examGrade": "A2"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "vi:vocab:a2:places:14",
|
|
102
|
+
"word": "nhà ga",
|
|
103
|
+
"translation": "train station",
|
|
104
|
+
"partOfSpeech": "noun",
|
|
105
|
+
"examGrade": "A2"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "vi:vocab:a2:places:15",
|
|
109
|
+
"word": "trạm xe buýt",
|
|
110
|
+
"translation": "bus stop",
|
|
111
|
+
"partOfSpeech": "noun",
|
|
112
|
+
"examGrade": "A2"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "b1-emotions",
|
|
3
|
+
"name": "Emotions",
|
|
4
|
+
"description": "Emotions and feelings",
|
|
5
|
+
"examGrade": "B1",
|
|
6
|
+
"difficulty": "intermediate",
|
|
7
|
+
"category": "emotions",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:b1:emotions:1",
|
|
11
|
+
"word": "vui",
|
|
12
|
+
"translation": "happy / glad",
|
|
13
|
+
"partOfSpeech": "adjective",
|
|
14
|
+
"examGrade": "B1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:b1:emotions:2",
|
|
18
|
+
"word": "buồn",
|
|
19
|
+
"translation": "sad",
|
|
20
|
+
"partOfSpeech": "adjective",
|
|
21
|
+
"examGrade": "B1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:b1:emotions:3",
|
|
25
|
+
"word": "giận",
|
|
26
|
+
"translation": "angry",
|
|
27
|
+
"partOfSpeech": "adjective",
|
|
28
|
+
"examGrade": "B1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:b1:emotions:4",
|
|
32
|
+
"word": "sợ",
|
|
33
|
+
"translation": "afraid / scared",
|
|
34
|
+
"partOfSpeech": "adjective",
|
|
35
|
+
"examGrade": "B1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:b1:emotions:5",
|
|
39
|
+
"word": "lo",
|
|
40
|
+
"translation": "worried",
|
|
41
|
+
"partOfSpeech": "adjective",
|
|
42
|
+
"examGrade": "B1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:b1:emotions:6",
|
|
46
|
+
"word": "thất vọng",
|
|
47
|
+
"translation": "disappointed",
|
|
48
|
+
"partOfSpeech": "adjective",
|
|
49
|
+
"examGrade": "B1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:b1:emotions:7",
|
|
53
|
+
"word": "hạnh phúc",
|
|
54
|
+
"translation": "happy / joyful",
|
|
55
|
+
"partOfSpeech": "adjective",
|
|
56
|
+
"examGrade": "B1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:b1:emotions:8",
|
|
60
|
+
"word": "yêu",
|
|
61
|
+
"translation": "love",
|
|
62
|
+
"partOfSpeech": "verb",
|
|
63
|
+
"examGrade": "B1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:b1:emotions:9",
|
|
67
|
+
"word": "thích",
|
|
68
|
+
"translation": "like",
|
|
69
|
+
"partOfSpeech": "verb",
|
|
70
|
+
"examGrade": "B1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:b1:emotions:10",
|
|
74
|
+
"word": "ghét",
|
|
75
|
+
"translation": "hate",
|
|
76
|
+
"partOfSpeech": "verb",
|
|
77
|
+
"examGrade": "B1"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "vi:vocab:b1:emotions:11",
|
|
81
|
+
"word": "nhớ",
|
|
82
|
+
"translation": "miss / remember",
|
|
83
|
+
"partOfSpeech": "verb",
|
|
84
|
+
"examGrade": "B1"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "vi:vocab:b1:emotions:12",
|
|
88
|
+
"word": "hy vọng",
|
|
89
|
+
"translation": "hope",
|
|
90
|
+
"partOfSpeech": "verb",
|
|
91
|
+
"examGrade": "B1"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "vi:vocab:b1:emotions:13",
|
|
95
|
+
"word": "tin",
|
|
96
|
+
"translation": "believe / trust",
|
|
97
|
+
"partOfSpeech": "verb",
|
|
98
|
+
"examGrade": "B1"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "vi:vocab:b1:emotions:14",
|
|
102
|
+
"word": "xúc động",
|
|
103
|
+
"translation": "moved / touched",
|
|
104
|
+
"partOfSpeech": "adjective",
|
|
105
|
+
"examGrade": "B1"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "vi:vocab:b1:emotions:15",
|
|
109
|
+
"word": "tự hào",
|
|
110
|
+
"translation": "proud",
|
|
111
|
+
"partOfSpeech": "adjective",
|
|
112
|
+
"examGrade": "B1"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "b1-professions",
|
|
3
|
+
"name": "Professions",
|
|
4
|
+
"description": "Jobs and professions",
|
|
5
|
+
"examGrade": "B1",
|
|
6
|
+
"difficulty": "intermediate",
|
|
7
|
+
"category": "work",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:b1:professions:1",
|
|
11
|
+
"word": "giáo viên",
|
|
12
|
+
"translation": "teacher",
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "B1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:b1:professions:2",
|
|
18
|
+
"word": "bác sĩ",
|
|
19
|
+
"translation": "doctor",
|
|
20
|
+
"partOfSpeech": "noun",
|
|
21
|
+
"examGrade": "B1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:b1:professions:3",
|
|
25
|
+
"word": "y tá",
|
|
26
|
+
"translation": "nurse",
|
|
27
|
+
"partOfSpeech": "noun",
|
|
28
|
+
"examGrade": "B1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:b1:professions:4",
|
|
32
|
+
"word": "kỹ sư",
|
|
33
|
+
"translation": "engineer",
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "B1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:b1:professions:5",
|
|
39
|
+
"word": "luật sư",
|
|
40
|
+
"translation": "lawyer",
|
|
41
|
+
"partOfSpeech": "noun",
|
|
42
|
+
"examGrade": "B1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:b1:professions:6",
|
|
46
|
+
"word": "đầu bếp",
|
|
47
|
+
"translation": "chef / cook",
|
|
48
|
+
"partOfSpeech": "noun",
|
|
49
|
+
"examGrade": "B1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:b1:professions:7",
|
|
53
|
+
"word": "nhân viên",
|
|
54
|
+
"translation": "employee / staff",
|
|
55
|
+
"partOfSpeech": "noun",
|
|
56
|
+
"examGrade": "B1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:b1:professions:8",
|
|
60
|
+
"word": "giám đốc",
|
|
61
|
+
"translation": "director / manager",
|
|
62
|
+
"partOfSpeech": "noun",
|
|
63
|
+
"examGrade": "B1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:b1:professions:9",
|
|
67
|
+
"word": "thư ký",
|
|
68
|
+
"translation": "secretary",
|
|
69
|
+
"partOfSpeech": "noun",
|
|
70
|
+
"examGrade": "B1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:b1:professions:10",
|
|
74
|
+
"word": "tài xế",
|
|
75
|
+
"translation": "driver",
|
|
76
|
+
"partOfSpeech": "noun",
|
|
77
|
+
"examGrade": "B1"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "vi:vocab:b1:professions:11",
|
|
81
|
+
"word": "nông dân",
|
|
82
|
+
"translation": "farmer",
|
|
83
|
+
"partOfSpeech": "noun",
|
|
84
|
+
"examGrade": "B1"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "vi:vocab:b1:professions:12",
|
|
88
|
+
"word": "thợ mộc",
|
|
89
|
+
"translation": "carpenter",
|
|
90
|
+
"partOfSpeech": "noun",
|
|
91
|
+
"examGrade": "B1"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "vi:vocab:b1:professions:13",
|
|
95
|
+
"word": "họa sĩ",
|
|
96
|
+
"translation": "painter / artist",
|
|
97
|
+
"partOfSpeech": "noun",
|
|
98
|
+
"examGrade": "B1"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "vi:vocab:b1:professions:14",
|
|
102
|
+
"word": "nhạc sĩ",
|
|
103
|
+
"translation": "musician",
|
|
104
|
+
"partOfSpeech": "noun",
|
|
105
|
+
"examGrade": "B1"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "vi:vocab:b1:professions:15",
|
|
109
|
+
"word": "ca sĩ",
|
|
110
|
+
"translation": "singer",
|
|
111
|
+
"partOfSpeech": "noun",
|
|
112
|
+
"examGrade": "B1"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "b1-weather",
|
|
3
|
+
"name": "Weather",
|
|
4
|
+
"description": "Weather and climate terms",
|
|
5
|
+
"examGrade": "B1",
|
|
6
|
+
"difficulty": "intermediate",
|
|
7
|
+
"category": "nature",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:b1:weather:1",
|
|
11
|
+
"word": "thời tiết",
|
|
12
|
+
"translation": "weather",
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "B1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:b1:weather:2",
|
|
18
|
+
"word": "nắng",
|
|
19
|
+
"translation": "sunny",
|
|
20
|
+
"partOfSpeech": "adjective",
|
|
21
|
+
"examGrade": "B1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:b1:weather:3",
|
|
25
|
+
"word": "mưa",
|
|
26
|
+
"translation": "rain / rainy",
|
|
27
|
+
"partOfSpeech": "noun / verb",
|
|
28
|
+
"examGrade": "B1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:b1:weather:4",
|
|
32
|
+
"word": "gió",
|
|
33
|
+
"translation": "wind / windy",
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "B1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:b1:weather:5",
|
|
39
|
+
"word": "lạnh",
|
|
40
|
+
"translation": "cold",
|
|
41
|
+
"partOfSpeech": "adjective",
|
|
42
|
+
"examGrade": "B1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:b1:weather:6",
|
|
46
|
+
"word": "nóng",
|
|
47
|
+
"translation": "hot",
|
|
48
|
+
"partOfSpeech": "adjective",
|
|
49
|
+
"examGrade": "B1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:b1:weather:7",
|
|
53
|
+
"word": "ấm",
|
|
54
|
+
"translation": "warm",
|
|
55
|
+
"partOfSpeech": "adjective",
|
|
56
|
+
"examGrade": "B1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:b1:weather:8",
|
|
60
|
+
"word": "mát",
|
|
61
|
+
"translation": "cool",
|
|
62
|
+
"partOfSpeech": "adjective",
|
|
63
|
+
"examGrade": "B1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:b1:weather:9",
|
|
67
|
+
"word": "bão",
|
|
68
|
+
"translation": "storm / typhoon",
|
|
69
|
+
"partOfSpeech": "noun",
|
|
70
|
+
"examGrade": "B1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:b1:weather:10",
|
|
74
|
+
"word": "tuyết",
|
|
75
|
+
"translation": "snow",
|
|
76
|
+
"partOfSpeech": "noun",
|
|
77
|
+
"examGrade": "B1"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "vi:vocab:b1:weather:11",
|
|
81
|
+
"word": "sương mù",
|
|
82
|
+
"translation": "fog / foggy",
|
|
83
|
+
"partOfSpeech": "noun",
|
|
84
|
+
"examGrade": "B1"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "vi:vocab:b1:weather:12",
|
|
88
|
+
"word": "mây",
|
|
89
|
+
"translation": "cloud / cloudy",
|
|
90
|
+
"partOfSpeech": "noun",
|
|
91
|
+
"examGrade": "B1"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "vi:vocab:b1:weather:13",
|
|
95
|
+
"word": "sấm",
|
|
96
|
+
"translation": "thunder",
|
|
97
|
+
"partOfSpeech": "noun",
|
|
98
|
+
"examGrade": "B1"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "vi:vocab:b1:weather:14",
|
|
102
|
+
"word": "sét",
|
|
103
|
+
"translation": "lightning",
|
|
104
|
+
"partOfSpeech": "noun",
|
|
105
|
+
"examGrade": "B1"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "vi:vocab:b1:weather:15",
|
|
109
|
+
"word": "lũ lụt",
|
|
110
|
+
"translation": "flood",
|
|
111
|
+
"partOfSpeech": "noun",
|
|
112
|
+
"examGrade": "B1"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -1,85 +1,115 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "b2-abstract-concepts",
|
|
3
3
|
"name": "Abstract Concepts",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"level": "B2",
|
|
4
|
+
"description": "Abstract philosophical and social concepts",
|
|
5
|
+
"examGrade": "B2",
|
|
7
6
|
"difficulty": "advanced",
|
|
7
|
+
"category": "abstract",
|
|
8
8
|
"words": [
|
|
9
9
|
{
|
|
10
|
+
"id": "vi:vocab:b2:abstract-concepts:1",
|
|
10
11
|
"word": "tự do",
|
|
11
12
|
"translation": "freedom / liberty",
|
|
12
|
-
"partOfSpeech": "noun"
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "B2"
|
|
13
15
|
},
|
|
14
16
|
{
|
|
17
|
+
"id": "vi:vocab:b2:abstract-concepts:2",
|
|
15
18
|
"word": "hòa bình",
|
|
16
19
|
"translation": "peace",
|
|
17
|
-
"partOfSpeech": "noun"
|
|
20
|
+
"partOfSpeech": "noun",
|
|
21
|
+
"examGrade": "B2"
|
|
18
22
|
},
|
|
19
23
|
{
|
|
24
|
+
"id": "vi:vocab:b2:abstract-concepts:3",
|
|
20
25
|
"word": "công bằng",
|
|
21
26
|
"translation": "justice / fairness",
|
|
22
|
-
"partOfSpeech": "noun / adjective"
|
|
27
|
+
"partOfSpeech": "noun / adjective",
|
|
28
|
+
"examGrade": "B2"
|
|
23
29
|
},
|
|
24
30
|
{
|
|
31
|
+
"id": "vi:vocab:b2:abstract-concepts:4",
|
|
25
32
|
"word": "sự thật",
|
|
26
33
|
"translation": "truth",
|
|
27
|
-
"partOfSpeech": "noun"
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "B2"
|
|
28
36
|
},
|
|
29
37
|
{
|
|
38
|
+
"id": "vi:vocab:b2:abstract-concepts:5",
|
|
30
39
|
"word": "niềm tin",
|
|
31
40
|
"translation": "belief / faith",
|
|
32
|
-
"partOfSpeech": "noun"
|
|
41
|
+
"partOfSpeech": "noun",
|
|
42
|
+
"examGrade": "B2"
|
|
33
43
|
},
|
|
34
44
|
{
|
|
45
|
+
"id": "vi:vocab:b2:abstract-concepts:6",
|
|
35
46
|
"word": "hy vọng",
|
|
36
47
|
"translation": "hope",
|
|
37
|
-
"partOfSpeech": "noun"
|
|
48
|
+
"partOfSpeech": "noun",
|
|
49
|
+
"examGrade": "B2"
|
|
38
50
|
},
|
|
39
51
|
{
|
|
52
|
+
"id": "vi:vocab:b2:abstract-concepts:7",
|
|
40
53
|
"word": "ước mơ",
|
|
41
54
|
"translation": "dream / aspiration",
|
|
42
|
-
"partOfSpeech": "noun"
|
|
55
|
+
"partOfSpeech": "noun",
|
|
56
|
+
"examGrade": "B2"
|
|
43
57
|
},
|
|
44
58
|
{
|
|
59
|
+
"id": "vi:vocab:b2:abstract-concepts:8",
|
|
45
60
|
"word": "trách nhiệm",
|
|
46
61
|
"translation": "responsibility",
|
|
47
|
-
"partOfSpeech": "noun"
|
|
62
|
+
"partOfSpeech": "noun",
|
|
63
|
+
"examGrade": "B2"
|
|
48
64
|
},
|
|
49
65
|
{
|
|
66
|
+
"id": "vi:vocab:b2:abstract-concepts:9",
|
|
50
67
|
"word": "nghĩa vụ",
|
|
51
68
|
"translation": "duty / obligation",
|
|
52
|
-
"partOfSpeech": "noun"
|
|
69
|
+
"partOfSpeech": "noun",
|
|
70
|
+
"examGrade": "B2"
|
|
53
71
|
},
|
|
54
72
|
{
|
|
73
|
+
"id": "vi:vocab:b2:abstract-concepts:10",
|
|
55
74
|
"word": "quyền lợi",
|
|
56
75
|
"translation": "right / benefit",
|
|
57
|
-
"partOfSpeech": "noun"
|
|
76
|
+
"partOfSpeech": "noun",
|
|
77
|
+
"examGrade": "B2"
|
|
58
78
|
},
|
|
59
79
|
{
|
|
80
|
+
"id": "vi:vocab:b2:abstract-concepts:11",
|
|
60
81
|
"word": "dân chủ",
|
|
61
82
|
"translation": "democracy",
|
|
62
|
-
"partOfSpeech": "noun"
|
|
83
|
+
"partOfSpeech": "noun",
|
|
84
|
+
"examGrade": "B2"
|
|
63
85
|
},
|
|
64
86
|
{
|
|
87
|
+
"id": "vi:vocab:b2:abstract-concepts:12",
|
|
65
88
|
"word": "độc lập",
|
|
66
89
|
"translation": "independence",
|
|
67
|
-
"partOfSpeech": "noun / adjective"
|
|
90
|
+
"partOfSpeech": "noun / adjective",
|
|
91
|
+
"examGrade": "B2"
|
|
68
92
|
},
|
|
69
93
|
{
|
|
94
|
+
"id": "vi:vocab:b2:abstract-concepts:13",
|
|
70
95
|
"word": "phát triển",
|
|
71
96
|
"translation": "development",
|
|
72
|
-
"partOfSpeech": "noun / verb"
|
|
97
|
+
"partOfSpeech": "noun / verb",
|
|
98
|
+
"examGrade": "B2"
|
|
73
99
|
},
|
|
74
100
|
{
|
|
101
|
+
"id": "vi:vocab:b2:abstract-concepts:14",
|
|
75
102
|
"word": "tiến bộ",
|
|
76
103
|
"translation": "progress",
|
|
77
|
-
"partOfSpeech": "noun / adjective"
|
|
104
|
+
"partOfSpeech": "noun / adjective",
|
|
105
|
+
"examGrade": "B2"
|
|
78
106
|
},
|
|
79
107
|
{
|
|
108
|
+
"id": "vi:vocab:b2:abstract-concepts:15",
|
|
80
109
|
"word": "thành công",
|
|
81
110
|
"translation": "success",
|
|
82
|
-
"partOfSpeech": "noun / adjective"
|
|
111
|
+
"partOfSpeech": "noun / adjective",
|
|
112
|
+
"examGrade": "B2"
|
|
83
113
|
}
|
|
84
114
|
]
|
|
85
115
|
}
|