@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
|
@@ -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
|
-
}
|