@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/vi-word-lists",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -9,9 +9,29 @@
|
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts"
|
|
11
11
|
},
|
|
12
|
+
"./pre-a1": {
|
|
13
|
+
"import": "./dist/levels/pre-a1.js",
|
|
14
|
+
"types": "./dist/levels/pre-a1.d.ts"
|
|
15
|
+
},
|
|
12
16
|
"./a1": {
|
|
13
17
|
"import": "./dist/levels/a1.js",
|
|
14
18
|
"types": "./dist/levels/a1.d.ts"
|
|
19
|
+
},
|
|
20
|
+
"./a2": {
|
|
21
|
+
"import": "./dist/levels/a2.js",
|
|
22
|
+
"types": "./dist/levels/a2.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./b1": {
|
|
25
|
+
"import": "./dist/levels/b1.js",
|
|
26
|
+
"types": "./dist/levels/b1.d.ts"
|
|
27
|
+
},
|
|
28
|
+
"./b2": {
|
|
29
|
+
"import": "./dist/levels/b2.js",
|
|
30
|
+
"types": "./dist/levels/b2.d.ts"
|
|
31
|
+
},
|
|
32
|
+
"./vocab": {
|
|
33
|
+
"import": "./dist/vocab.js",
|
|
34
|
+
"types": "./dist/vocab.d.ts"
|
|
15
35
|
}
|
|
16
36
|
},
|
|
17
37
|
"files": [
|
package/src/index.ts
CHANGED
|
@@ -64,55 +64,55 @@ const descriptors = [
|
|
|
64
64
|
source: SUBTITLE_FREQUENCY_LIST,
|
|
65
65
|
}, () => import("./json/a1/a1-vocabulary-04.json")),
|
|
66
66
|
jsonDescriptor({
|
|
67
|
-
id: "a1-
|
|
67
|
+
id: "a1-greetings",
|
|
68
68
|
name: "Basic Greetings",
|
|
69
|
-
description: "Basic
|
|
69
|
+
description: "Basic greeting phrases in Vietnamese",
|
|
70
70
|
examGrade: "A1",
|
|
71
|
-
category: "
|
|
71
|
+
category: "greetings",
|
|
72
72
|
difficulty: "beginner",
|
|
73
73
|
itemCount: 10,
|
|
74
74
|
source: UNKNOWN_SOURCE,
|
|
75
|
-
}, () => import("./json/a1/
|
|
75
|
+
}, () => import("./json/a1/a1-greetings.json")),
|
|
76
76
|
jsonDescriptor({
|
|
77
77
|
id: "a1-colors",
|
|
78
78
|
name: "Colors",
|
|
79
|
-
description: "
|
|
79
|
+
description: "Common colors in Vietnamese",
|
|
80
80
|
examGrade: "A1",
|
|
81
|
-
category: "
|
|
81
|
+
category: "colors",
|
|
82
82
|
difficulty: "beginner",
|
|
83
83
|
itemCount: 10,
|
|
84
84
|
source: UNKNOWN_SOURCE,
|
|
85
|
-
}, () => import("./json/a1/colors.json")),
|
|
85
|
+
}, () => import("./json/a1/a1-colors.json")),
|
|
86
86
|
jsonDescriptor({
|
|
87
|
-
id: "a1-family
|
|
87
|
+
id: "a1-family",
|
|
88
88
|
name: "Family Members",
|
|
89
|
-
description: "Family
|
|
89
|
+
description: "Family member vocabulary in Vietnamese",
|
|
90
90
|
examGrade: "A1",
|
|
91
|
-
category: "
|
|
91
|
+
category: "family",
|
|
92
92
|
difficulty: "beginner",
|
|
93
93
|
itemCount: 8,
|
|
94
94
|
source: UNKNOWN_SOURCE,
|
|
95
|
-
}, () => import("./json/a1/family
|
|
95
|
+
}, () => import("./json/a1/a1-family.json")),
|
|
96
96
|
jsonDescriptor({
|
|
97
|
-
id: "a1-food
|
|
97
|
+
id: "a1-food",
|
|
98
98
|
name: "Food Basics",
|
|
99
|
-
description: "
|
|
99
|
+
description: "Basic food vocabulary in Vietnamese",
|
|
100
100
|
examGrade: "A1",
|
|
101
|
-
category: "
|
|
101
|
+
category: "food",
|
|
102
102
|
difficulty: "beginner",
|
|
103
103
|
itemCount: 10,
|
|
104
104
|
source: UNKNOWN_SOURCE,
|
|
105
|
-
}, () => import("./json/a1/food
|
|
105
|
+
}, () => import("./json/a1/a1-food.json")),
|
|
106
106
|
jsonDescriptor({
|
|
107
|
-
id: "a1-numbers
|
|
107
|
+
id: "a1-numbers",
|
|
108
108
|
name: "Numbers 1-10",
|
|
109
|
-
description: "Numbers 1-10
|
|
109
|
+
description: "Numbers 1-10 in Vietnamese",
|
|
110
110
|
examGrade: "A1",
|
|
111
|
-
category: "
|
|
111
|
+
category: "numbers",
|
|
112
112
|
difficulty: "beginner",
|
|
113
113
|
itemCount: 10,
|
|
114
114
|
source: UNKNOWN_SOURCE,
|
|
115
|
-
}, () => import("./json/a1/numbers
|
|
115
|
+
}, () => import("./json/a1/a1-numbers.json")),
|
|
116
116
|
jsonDescriptor({
|
|
117
117
|
id: "pre-a1-survival-phrases",
|
|
118
118
|
name: "Survival Phrases",
|
|
@@ -132,7 +132,7 @@ const descriptors = [
|
|
|
132
132
|
difficulty: "intermediate",
|
|
133
133
|
itemCount: 20,
|
|
134
134
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
135
|
-
}, () => import("./json/a2/body-parts.json")),
|
|
135
|
+
}, () => import("./json/a2/a2-body-parts.json")),
|
|
136
136
|
jsonDescriptor({
|
|
137
137
|
id: "a2-clothing",
|
|
138
138
|
name: "Clothing",
|
|
@@ -142,7 +142,7 @@ const descriptors = [
|
|
|
142
142
|
difficulty: "intermediate",
|
|
143
143
|
itemCount: 15,
|
|
144
144
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
145
|
-
}, () => import("./json/a2/clothing.json")),
|
|
145
|
+
}, () => import("./json/a2/a2-clothing.json")),
|
|
146
146
|
jsonDescriptor({
|
|
147
147
|
id: "a2-places",
|
|
148
148
|
name: "Places",
|
|
@@ -152,7 +152,7 @@ const descriptors = [
|
|
|
152
152
|
difficulty: "intermediate",
|
|
153
153
|
itemCount: 15,
|
|
154
154
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
155
|
-
}, () => import("./json/a2/places.json")),
|
|
155
|
+
}, () => import("./json/a2/a2-places.json")),
|
|
156
156
|
jsonDescriptor({
|
|
157
157
|
id: "b1-emotions",
|
|
158
158
|
name: "Emotions",
|
|
@@ -162,7 +162,7 @@ const descriptors = [
|
|
|
162
162
|
difficulty: "intermediate",
|
|
163
163
|
itemCount: 15,
|
|
164
164
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
165
|
-
}, () => import("./json/b1/emotions.json")),
|
|
165
|
+
}, () => import("./json/b1/b1-emotions.json")),
|
|
166
166
|
jsonDescriptor({
|
|
167
167
|
id: "b1-professions",
|
|
168
168
|
name: "Professions",
|
|
@@ -172,7 +172,7 @@ const descriptors = [
|
|
|
172
172
|
difficulty: "intermediate",
|
|
173
173
|
itemCount: 15,
|
|
174
174
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
175
|
-
}, () => import("./json/b1/professions.json")),
|
|
175
|
+
}, () => import("./json/b1/b1-professions.json")),
|
|
176
176
|
jsonDescriptor({
|
|
177
177
|
id: "b1-weather",
|
|
178
178
|
name: "Weather",
|
|
@@ -182,7 +182,7 @@ const descriptors = [
|
|
|
182
182
|
difficulty: "intermediate",
|
|
183
183
|
itemCount: 15,
|
|
184
184
|
source: { name: "Vietnamese frequency and thematic vocabulary" },
|
|
185
|
-
}, () => import("./json/b1/weather.json")),
|
|
185
|
+
}, () => import("./json/b1/b1-weather.json")),
|
|
186
186
|
jsonDescriptor({
|
|
187
187
|
id: "b2-abstract-concepts",
|
|
188
188
|
name: "Abstract Concepts",
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a1-colors",
|
|
3
|
+
"name": "Colors",
|
|
4
|
+
"description": "Basic color words in Vietnamese",
|
|
5
|
+
"examGrade": "A1",
|
|
6
|
+
"difficulty": "beginner",
|
|
7
|
+
"category": "colors",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a1:colors:1",
|
|
11
|
+
"word": "đỏ",
|
|
12
|
+
"translation": "red",
|
|
13
|
+
"partOfSpeech": "adjective",
|
|
14
|
+
"examGrade": "A1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a1:colors:2",
|
|
18
|
+
"word": "xanh dương",
|
|
19
|
+
"translation": "blue",
|
|
20
|
+
"partOfSpeech": "adjective",
|
|
21
|
+
"examGrade": "A1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a1:colors:3",
|
|
25
|
+
"word": "xanh lá",
|
|
26
|
+
"translation": "green",
|
|
27
|
+
"partOfSpeech": "adjective",
|
|
28
|
+
"examGrade": "A1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a1:colors:4",
|
|
32
|
+
"word": "vàng",
|
|
33
|
+
"translation": "yellow",
|
|
34
|
+
"partOfSpeech": "adjective",
|
|
35
|
+
"examGrade": "A1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a1:colors:5",
|
|
39
|
+
"word": "đen",
|
|
40
|
+
"translation": "black",
|
|
41
|
+
"partOfSpeech": "adjective",
|
|
42
|
+
"examGrade": "A1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a1:colors:6",
|
|
46
|
+
"word": "trắng",
|
|
47
|
+
"translation": "white",
|
|
48
|
+
"partOfSpeech": "adjective",
|
|
49
|
+
"examGrade": "A1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a1:colors:7",
|
|
53
|
+
"word": "cam",
|
|
54
|
+
"translation": "orange",
|
|
55
|
+
"partOfSpeech": "adjective",
|
|
56
|
+
"examGrade": "A1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a1:colors:8",
|
|
60
|
+
"word": "tím",
|
|
61
|
+
"translation": "purple",
|
|
62
|
+
"partOfSpeech": "adjective",
|
|
63
|
+
"examGrade": "A1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:a1:colors:9",
|
|
67
|
+
"word": "hồng",
|
|
68
|
+
"translation": "pink",
|
|
69
|
+
"partOfSpeech": "adjective",
|
|
70
|
+
"examGrade": "A1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:a1:colors:10",
|
|
74
|
+
"word": "nâu",
|
|
75
|
+
"translation": "brown",
|
|
76
|
+
"partOfSpeech": "adjective",
|
|
77
|
+
"examGrade": "A1"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a1-family",
|
|
3
|
+
"name": "Family Members",
|
|
4
|
+
"description": "Family member words in Vietnamese",
|
|
5
|
+
"examGrade": "A1",
|
|
6
|
+
"difficulty": "beginner",
|
|
7
|
+
"category": "family",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a1:family-members:1",
|
|
11
|
+
"word": "mẹ",
|
|
12
|
+
"translation": "mother",
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "A1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a1:family-members:2",
|
|
18
|
+
"word": "bố",
|
|
19
|
+
"translation": "father",
|
|
20
|
+
"partOfSpeech": "noun",
|
|
21
|
+
"examGrade": "A1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a1:family-members:3",
|
|
25
|
+
"word": "chị gái",
|
|
26
|
+
"translation": "older sister",
|
|
27
|
+
"partOfSpeech": "noun",
|
|
28
|
+
"examGrade": "A1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a1:family-members:4",
|
|
32
|
+
"word": "anh trai",
|
|
33
|
+
"translation": "older brother",
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "A1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a1:family-members:5",
|
|
39
|
+
"word": "con gái",
|
|
40
|
+
"translation": "daughter",
|
|
41
|
+
"partOfSpeech": "noun",
|
|
42
|
+
"examGrade": "A1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a1:family-members:6",
|
|
46
|
+
"word": "con trai",
|
|
47
|
+
"translation": "son",
|
|
48
|
+
"partOfSpeech": "noun",
|
|
49
|
+
"examGrade": "A1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a1:family-members:7",
|
|
53
|
+
"word": "bà",
|
|
54
|
+
"translation": "grandmother",
|
|
55
|
+
"partOfSpeech": "noun",
|
|
56
|
+
"examGrade": "A1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a1:family-members:8",
|
|
60
|
+
"word": "ông",
|
|
61
|
+
"translation": "grandfather",
|
|
62
|
+
"partOfSpeech": "noun",
|
|
63
|
+
"examGrade": "A1"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a1-food",
|
|
3
|
+
"name": "Food Basics",
|
|
4
|
+
"description": "Basic food vocabulary in Vietnamese",
|
|
5
|
+
"examGrade": "A1",
|
|
6
|
+
"difficulty": "beginner",
|
|
7
|
+
"category": "food",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a1:food-basics:1",
|
|
11
|
+
"word": "nước",
|
|
12
|
+
"translation": "water",
|
|
13
|
+
"partOfSpeech": "noun",
|
|
14
|
+
"examGrade": "A1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a1:food-basics:2",
|
|
18
|
+
"word": "bánh mì",
|
|
19
|
+
"translation": "bread",
|
|
20
|
+
"partOfSpeech": "noun",
|
|
21
|
+
"examGrade": "A1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a1:food-basics:3",
|
|
25
|
+
"word": "sữa",
|
|
26
|
+
"translation": "milk",
|
|
27
|
+
"partOfSpeech": "noun",
|
|
28
|
+
"examGrade": "A1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a1:food-basics:4",
|
|
32
|
+
"word": "táo",
|
|
33
|
+
"translation": "apple",
|
|
34
|
+
"partOfSpeech": "noun",
|
|
35
|
+
"examGrade": "A1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a1:food-basics:5",
|
|
39
|
+
"word": "cà phê",
|
|
40
|
+
"translation": "coffee",
|
|
41
|
+
"partOfSpeech": "noun",
|
|
42
|
+
"examGrade": "A1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a1:food-basics:6",
|
|
46
|
+
"word": "trà",
|
|
47
|
+
"translation": "tea",
|
|
48
|
+
"partOfSpeech": "noun",
|
|
49
|
+
"examGrade": "A1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a1:food-basics:7",
|
|
53
|
+
"word": "cơm",
|
|
54
|
+
"translation": "rice",
|
|
55
|
+
"partOfSpeech": "noun",
|
|
56
|
+
"examGrade": "A1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a1:food-basics:8",
|
|
60
|
+
"word": "thịt",
|
|
61
|
+
"translation": "meat",
|
|
62
|
+
"partOfSpeech": "noun",
|
|
63
|
+
"examGrade": "A1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:a1:food-basics:9",
|
|
67
|
+
"word": "cá",
|
|
68
|
+
"translation": "fish",
|
|
69
|
+
"partOfSpeech": "noun",
|
|
70
|
+
"examGrade": "A1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:a1:food-basics:10",
|
|
74
|
+
"word": "rau",
|
|
75
|
+
"translation": "vegetables",
|
|
76
|
+
"partOfSpeech": "noun",
|
|
77
|
+
"examGrade": "A1"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a1-greetings",
|
|
3
|
+
"name": "Basic Greetings",
|
|
4
|
+
"description": "Basic greeting phrases in Vietnamese",
|
|
5
|
+
"examGrade": "A1",
|
|
6
|
+
"difficulty": "beginner",
|
|
7
|
+
"category": "greetings",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a1:greetings:1",
|
|
11
|
+
"word": "xin chào",
|
|
12
|
+
"translation": "hello",
|
|
13
|
+
"partOfSpeech": "phrase",
|
|
14
|
+
"examGrade": "A1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a1:greetings:2",
|
|
18
|
+
"word": "chào buổi sáng",
|
|
19
|
+
"translation": "good morning",
|
|
20
|
+
"partOfSpeech": "phrase",
|
|
21
|
+
"examGrade": "A1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a1:greetings:3",
|
|
25
|
+
"word": "chào buổi tối",
|
|
26
|
+
"translation": "good evening",
|
|
27
|
+
"partOfSpeech": "phrase",
|
|
28
|
+
"examGrade": "A1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a1:greetings:4",
|
|
32
|
+
"word": "chúc ngủ ngon",
|
|
33
|
+
"translation": "good night",
|
|
34
|
+
"partOfSpeech": "phrase",
|
|
35
|
+
"examGrade": "A1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a1:greetings:5",
|
|
39
|
+
"word": "tạm biệt",
|
|
40
|
+
"translation": "goodbye",
|
|
41
|
+
"partOfSpeech": "phrase",
|
|
42
|
+
"examGrade": "A1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a1:greetings:6",
|
|
46
|
+
"word": "hẹn gặp lại",
|
|
47
|
+
"translation": "see you again",
|
|
48
|
+
"partOfSpeech": "phrase",
|
|
49
|
+
"examGrade": "A1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a1:greetings:7",
|
|
53
|
+
"word": "cảm ơn",
|
|
54
|
+
"translation": "thank you",
|
|
55
|
+
"partOfSpeech": "phrase",
|
|
56
|
+
"examGrade": "A1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a1:greetings:8",
|
|
60
|
+
"word": "làm ơn",
|
|
61
|
+
"translation": "please",
|
|
62
|
+
"partOfSpeech": "phrase",
|
|
63
|
+
"examGrade": "A1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:a1:greetings:9",
|
|
67
|
+
"word": "xin lỗi",
|
|
68
|
+
"translation": "sorry",
|
|
69
|
+
"partOfSpeech": "phrase",
|
|
70
|
+
"examGrade": "A1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:a1:greetings:10",
|
|
74
|
+
"word": "vâng",
|
|
75
|
+
"translation": "yes",
|
|
76
|
+
"partOfSpeech": "interjection",
|
|
77
|
+
"examGrade": "A1"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "a1-numbers",
|
|
3
|
+
"name": "Numbers 1-10",
|
|
4
|
+
"description": "Numbers one through ten in Vietnamese",
|
|
5
|
+
"examGrade": "A1",
|
|
6
|
+
"difficulty": "beginner",
|
|
7
|
+
"category": "numbers",
|
|
8
|
+
"words": [
|
|
9
|
+
{
|
|
10
|
+
"id": "vi:vocab:a1:numbers-1-10:1",
|
|
11
|
+
"word": "một",
|
|
12
|
+
"translation": "one",
|
|
13
|
+
"partOfSpeech": "number",
|
|
14
|
+
"examGrade": "A1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "vi:vocab:a1:numbers-1-10:2",
|
|
18
|
+
"word": "hai",
|
|
19
|
+
"translation": "two",
|
|
20
|
+
"partOfSpeech": "number",
|
|
21
|
+
"examGrade": "A1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "vi:vocab:a1:numbers-1-10:3",
|
|
25
|
+
"word": "ba",
|
|
26
|
+
"translation": "three",
|
|
27
|
+
"partOfSpeech": "number",
|
|
28
|
+
"examGrade": "A1"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "vi:vocab:a1:numbers-1-10:4",
|
|
32
|
+
"word": "bốn",
|
|
33
|
+
"translation": "four",
|
|
34
|
+
"partOfSpeech": "number",
|
|
35
|
+
"examGrade": "A1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "vi:vocab:a1:numbers-1-10:5",
|
|
39
|
+
"word": "năm",
|
|
40
|
+
"translation": "five",
|
|
41
|
+
"partOfSpeech": "number",
|
|
42
|
+
"examGrade": "A1"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "vi:vocab:a1:numbers-1-10:6",
|
|
46
|
+
"word": "sáu",
|
|
47
|
+
"translation": "six",
|
|
48
|
+
"partOfSpeech": "number",
|
|
49
|
+
"examGrade": "A1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "vi:vocab:a1:numbers-1-10:7",
|
|
53
|
+
"word": "bảy",
|
|
54
|
+
"translation": "seven",
|
|
55
|
+
"partOfSpeech": "number",
|
|
56
|
+
"examGrade": "A1"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "vi:vocab:a1:numbers-1-10:8",
|
|
60
|
+
"word": "tám",
|
|
61
|
+
"translation": "eight",
|
|
62
|
+
"partOfSpeech": "number",
|
|
63
|
+
"examGrade": "A1"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "vi:vocab:a1:numbers-1-10:9",
|
|
67
|
+
"word": "chín",
|
|
68
|
+
"translation": "nine",
|
|
69
|
+
"partOfSpeech": "number",
|
|
70
|
+
"examGrade": "A1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "vi:vocab:a1:numbers-1-10:10",
|
|
74
|
+
"word": "mười",
|
|
75
|
+
"translation": "ten",
|
|
76
|
+
"partOfSpeech": "number",
|
|
77
|
+
"examGrade": "A1"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|