@syllst/ka 0.2.1 → 0.2.3
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/dist/index-B9OHu0Ax.js +52 -0
- package/dist/index-B9OHu0Ax.js.map +1 -0
- package/dist/index-DCpqhby8.js +52 -0
- package/dist/index-DCpqhby8.js.map +1 -0
- package/dist/index-DflZY235.js +52 -0
- package/dist/index-DflZY235.js.map +1 -0
- package/dist/index-Dp1OEIeC.js +48 -0
- package/dist/index-Dp1OEIeC.js.map +1 -0
- package/dist/index.js +37 -13
- package/dist/index.js.map +1 -1
- package/dist/lesson-01-CSwZqadZ.js +193 -0
- package/dist/lesson-01-CSwZqadZ.js.map +1 -0
- package/dist/lesson-01-CjeVy1Pm.js +148 -0
- package/dist/lesson-01-CjeVy1Pm.js.map +1 -0
- package/dist/lesson-01-Dln4m4gy.js +185 -0
- package/dist/lesson-01-Dln4m4gy.js.map +1 -0
- package/dist/lesson-02-CKmyOzkz.js +189 -0
- package/dist/lesson-02-CKmyOzkz.js.map +1 -0
- package/dist/lesson-02-CjWc8Ndm.js +159 -0
- package/dist/lesson-02-CjWc8Ndm.js.map +1 -0
- package/dist/lesson-02-D6EZkoTX.js +186 -0
- package/dist/lesson-02-D6EZkoTX.js.map +1 -0
- package/dist/lesson-03-D-UB6j-3.js +155 -0
- package/dist/lesson-03-D-UB6j-3.js.map +1 -0
- package/dist/lesson-03-D4MQ-BF0.js +197 -0
- package/dist/lesson-03-D4MQ-BF0.js.map +1 -0
- package/dist/lesson-03-i2GGdsRN.js +181 -0
- package/dist/lesson-03-i2GGdsRN.js.map +1 -0
- package/dist/lesson-04-D2tqk_vu.js +166 -0
- package/dist/lesson-04-D2tqk_vu.js.map +1 -0
- package/dist/lesson-04-DciNjG8E.js +186 -0
- package/dist/lesson-04-DciNjG8E.js.map +1 -0
- package/dist/lesson-04-vbP_pH7H.js +201 -0
- package/dist/lesson-04-vbP_pH7H.js.map +1 -0
- package/dist/lesson-05-DDD4BdBD.js +197 -0
- package/dist/lesson-05-DDD4BdBD.js.map +1 -0
- package/dist/lesson-05-Du04UDw8.js +175 -0
- package/dist/lesson-05-Du04UDw8.js.map +1 -0
- package/dist/lesson-05-VfiWFnKX.js +192 -0
- package/dist/lesson-05-VfiWFnKX.js.map +1 -0
- package/dist/lesson-06-B247Ezo8.js +161 -0
- package/dist/lesson-06-B247Ezo8.js.map +1 -0
- package/dist/lesson-06-CT_T2-CF.js +201 -0
- package/dist/lesson-06-CT_T2-CF.js.map +1 -0
- package/dist/lesson-06-Cv5qUy34.js +208 -0
- package/dist/lesson-06-Cv5qUy34.js.map +1 -0
- package/dist/lesson-07-9svk0QSq.js +215 -0
- package/dist/lesson-07-9svk0QSq.js.map +1 -0
- package/dist/lesson-07-DGrnNH3e.js +223 -0
- package/dist/lesson-07-DGrnNH3e.js.map +1 -0
- package/dist/lesson-07-XGTm5Tp2.js +182 -0
- package/dist/lesson-07-XGTm5Tp2.js.map +1 -0
- package/dist/lesson-08-C5Oqga49.js +213 -0
- package/dist/lesson-08-C5Oqga49.js.map +1 -0
- package/dist/lesson-08-CDZOUysk.js +228 -0
- package/dist/lesson-08-CDZOUysk.js.map +1 -0
- package/dist/lesson-08-DiHa8O85.js +196 -0
- package/dist/lesson-08-DiHa8O85.js.map +1 -0
- package/dist/syllabi/dialogue/index.d.ts +7 -0
- package/dist/syllabi/dialogue/index.js +10 -0
- package/dist/syllabi/dialogue/index.js.map +1 -0
- package/dist/syllabi/essentials/index.js +7 -37
- package/dist/syllabi/essentials/index.js.map +1 -1
- package/dist/syllabi/grammar/index.d.ts +7 -0
- package/dist/syllabi/grammar/index.js +10 -0
- package/dist/syllabi/grammar/index.js.map +1 -0
- package/dist/syllabi/reading/index.d.ts +7 -0
- package/dist/syllabi/reading/index.js +10 -0
- package/dist/syllabi/reading/index.js.map +1 -0
- package/package.json +27 -8
- package/src/syllabi/dialogue/lessons/lesson-01.mdx +188 -0
- package/src/syllabi/dialogue/lessons/lesson-02.mdx +184 -0
- package/src/syllabi/dialogue/lessons/lesson-03.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-04.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-05.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-06.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-07.mdx +218 -0
- package/src/syllabi/dialogue/lessons/lesson-08.mdx +223 -0
- package/src/syllabi/grammar/lessons/lesson-01.mdx +143 -0
- package/src/syllabi/grammar/lessons/lesson-02.mdx +154 -0
- package/src/syllabi/grammar/lessons/lesson-03.mdx +150 -0
- package/src/syllabi/grammar/lessons/lesson-04.mdx +161 -0
- package/src/syllabi/grammar/lessons/lesson-05.mdx +170 -0
- package/src/syllabi/grammar/lessons/lesson-06.mdx +156 -0
- package/src/syllabi/grammar/lessons/lesson-07.mdx +177 -0
- package/src/syllabi/grammar/lessons/lesson-08.mdx +191 -0
- package/src/syllabi/reading/lessons/lesson-01.mdx +180 -0
- package/src/syllabi/reading/lessons/lesson-02.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-03.mdx +176 -0
- package/src/syllabi/reading/lessons/lesson-04.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-05.mdx +187 -0
- package/src/syllabi/reading/lessons/lesson-06.mdx +203 -0
- package/src/syllabi/reading/lessons/lesson-07.mdx +210 -0
- package/src/syllabi/reading/lessons/lesson-08.mdx +208 -0
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-reading-lesson-06
|
|
4
|
+
title: "გაკვეთილი 6 — პრაქტიკული დოკუმენტები (Practical Documents)"
|
|
5
|
+
description: "Reading addresses, phone numbers, and basic forms in Georgian"
|
|
6
|
+
order: 6
|
|
7
|
+
parentId: georgian-reading
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- reading
|
|
12
|
+
- practical
|
|
13
|
+
- documents
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 35
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-reading-lesson-05
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-read-06-read-addresses
|
|
20
|
+
description: "Read and understand Georgian addresses and location information"
|
|
21
|
+
skill: text-decoding
|
|
22
|
+
- id: obj-read-06-form-vocab
|
|
23
|
+
description: "Recognize key vocabulary on Georgian forms and documents"
|
|
24
|
+
skill: word-recognition
|
|
25
|
+
- id: obj-read-06-document-comprehension
|
|
26
|
+
description: "Extract relevant information from practical Georgian documents"
|
|
27
|
+
skill: reading-comprehension
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# გაკვეთილი 6 (Lesson 6) — Practical Documents
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
Practical reading skills go beyond menus and signs. You will encounter Georgian text on hotel registration forms, taxi receipts, booking confirmations, and address labels. This lesson prepares you to extract the information you need from these everyday documents.
|
|
35
|
+
|
|
36
|
+
## Address Vocabulary
|
|
37
|
+
|
|
38
|
+
:::vocabulary-set{id="ka-read-06-address" title="Address Terms"}
|
|
39
|
+
|
|
40
|
+
::vocab-item{id="gamziri" word="გამზირი" pronunciation="gam-zi-ri" meaning="avenue / boulevard"}
|
|
41
|
+
|
|
42
|
+
::vocab-item{id="quchis" word="ქუჩა" pronunciation="qu-cha" meaning="street"}
|
|
43
|
+
|
|
44
|
+
::vocab-item{id="shinaarsi" word="შინაარსი" pronunciation="shi-na-ar-si" meaning="content / description"}
|
|
45
|
+
|
|
46
|
+
::vocab-item{id="nomeri-addr" word="ნომერი" pronunciation="no-me-ri" meaning="number"}
|
|
47
|
+
|
|
48
|
+
::vocab-item{id="qalaqi" word="ქალაქი" pronunciation="qa-la-qi" meaning="city / town"}
|
|
49
|
+
|
|
50
|
+
::vocab-item{id="sofel" word="სოფელი" pronunciation="so-fe-li" meaning="village"}
|
|
51
|
+
|
|
52
|
+
::vocab-item{id="indeksi" word="საფოსტო ინდექსი" pronunciation="sa-fos-to in-deq-si" meaning="postal code / zip code"}
|
|
53
|
+
|
|
54
|
+
:::
|
|
55
|
+
|
|
56
|
+
## Reading a Georgian Address
|
|
57
|
+
|
|
58
|
+
A typical Georgian address reads:
|
|
59
|
+
|
|
60
|
+
**თბილისი, რუსთაველის გამზირი, №8**
|
|
61
|
+
(Tbilisi, Rustaveli Avenue, No. 8)
|
|
62
|
+
|
|
63
|
+
**ქუთაისი, ლაშა-გიორგის ქუჩა, №15, ბინა 4**
|
|
64
|
+
(Kutaisi, Lasha-Giorgi Street, No. 15, Apartment 4)
|
|
65
|
+
|
|
66
|
+
Key address terms:
|
|
67
|
+
- **გამზირი** = avenue (wide street)
|
|
68
|
+
- **ქუჩა** = street
|
|
69
|
+
- **ბინა** = apartment / flat
|
|
70
|
+
- **№** = number
|
|
71
|
+
|
|
72
|
+
## Form Vocabulary
|
|
73
|
+
|
|
74
|
+
:::vocabulary-set{id="ka-read-06-forms" title="Form Fields"}
|
|
75
|
+
|
|
76
|
+
::vocab-item{id="saxeli" word="სახელი" pronunciation="sa-khe-li" meaning="first name"}
|
|
77
|
+
|
|
78
|
+
::vocab-item{id="gvari-form" word="გვარი" pronunciation="gva-ri" meaning="surname / family name"}
|
|
79
|
+
|
|
80
|
+
::vocab-item{id="dagb-tariqi" word="დაბადების თარიღი" pronunciation="da-ba-de-bis ta-righ" meaning="date of birth"}
|
|
81
|
+
|
|
82
|
+
::vocab-item{id="moqalaqeoba" word="მოქალაქეობა" pronunciation="mo-qa-la-qe-o-ba" meaning="citizenship / nationality"}
|
|
83
|
+
|
|
84
|
+
::vocab-item{id="pasporti" word="პასპორტი" pronunciation="pas-por-ti" meaning="passport"}
|
|
85
|
+
|
|
86
|
+
::vocab-item{id="telefonis-nomeri" word="ტელეფონის ნომერი" pronunciation="te-le-fo-nis no-me-ri" meaning="phone number"}
|
|
87
|
+
|
|
88
|
+
::vocab-item{id="momxmareblis-saxeli" word="ელ-ფოსტა" pronunciation="el-fos-ta" meaning="email / electronic mail"}
|
|
89
|
+
|
|
90
|
+
:::
|
|
91
|
+
|
|
92
|
+
## A Sample Hotel Registration Form
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
**სასტუმროს სარეგისტრაციო ბარათი**
|
|
97
|
+
*(Hotel Registration Card)*
|
|
98
|
+
|
|
99
|
+
სახელი: _______________
|
|
100
|
+
*(First Name)*
|
|
101
|
+
|
|
102
|
+
გვარი: _______________
|
|
103
|
+
*(Surname)*
|
|
104
|
+
|
|
105
|
+
მოქალაქეობა: _______________
|
|
106
|
+
*(Nationality)*
|
|
107
|
+
|
|
108
|
+
პასპორტის ნომერი: _______________
|
|
109
|
+
*(Passport Number)*
|
|
110
|
+
|
|
111
|
+
ჩასვლის თარიღი: _______________
|
|
112
|
+
*(Arrival Date)*
|
|
113
|
+
|
|
114
|
+
გასვლის თარიღი: _______________
|
|
115
|
+
*(Departure Date)*
|
|
116
|
+
|
|
117
|
+
ტელეფონის ნომერი: _______________
|
|
118
|
+
*(Phone Number)*
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Reading Dates in Georgian
|
|
123
|
+
|
|
124
|
+
Georgian dates use the format: **day + month name + year**
|
|
125
|
+
|
|
126
|
+
| Georgian Month | Transliteration | Meaning |
|
|
127
|
+
|----------------|-----------------|---------|
|
|
128
|
+
| იანვარი | ia-nva-ri | January |
|
|
129
|
+
| თებერვალი | te-ber-va-li | February |
|
|
130
|
+
| მარტი | mar-ti | March |
|
|
131
|
+
| აპრილი | ap-ri-li | April |
|
|
132
|
+
| მაისი | ma-i-si | May |
|
|
133
|
+
| ივნისი | iv-ni-si | June |
|
|
134
|
+
|
|
135
|
+
Example: **15 მარტი 2025** = 15 March 2025
|
|
136
|
+
|
|
137
|
+
## Cultural Note: Georgian Surnames
|
|
138
|
+
|
|
139
|
+
Georgian surnames have distinct masculine and feminine forms. Masculine surnames often end in **-ი** or **-ძე** (dzе, meaning "son of") or **-შვილი** (shvili, meaning "child of"). Feminine surnames often end in **-ა**. For example, the male surname **გელაშვილი** (Gelashvili) becomes **გელაშვილი** for females as well — though historically it was **გელაშვილა**. This makes Georgian names recognizable and grammatically systematic.
|
|
140
|
+
|
|
141
|
+
## Practice Exercises
|
|
142
|
+
|
|
143
|
+
:::exercise{id="ka-read-06-address-decode" type="fill-in-blank" title="Read the Address" skill="text-decoding" objectiveId="obj-read-06-read-addresses"}
|
|
144
|
+
|
|
145
|
+
**Question:** Read the address and answer the questions
|
|
146
|
+
|
|
147
|
+
Address: **თბილისი, რუსთაველის გამზირი, №8**
|
|
148
|
+
|
|
149
|
+
1. What city is this in? ___
|
|
150
|
+
2. What is the street type? ___
|
|
151
|
+
3. What is the number? ___
|
|
152
|
+
|
|
153
|
+
**Answer:**
|
|
154
|
+
|
|
155
|
+
1. Tbilisi (თბილისი)
|
|
156
|
+
2. Avenue / Boulevard (გამზირი)
|
|
157
|
+
3. 8 (№8)
|
|
158
|
+
|
|
159
|
+
**Explanation:** Georgian addresses follow the pattern: city, street name + type, number. თბილისი is Tbilisi, რუსთაველის is the genitive of the name Rustaveli, გამზირი means avenue.
|
|
160
|
+
|
|
161
|
+
:::
|
|
162
|
+
|
|
163
|
+
:::exercise{id="ka-read-06-form-vocab" type="matching" title="Form Fields" skill="word-recognition" objectiveId="obj-read-06-form-vocab"}
|
|
164
|
+
|
|
165
|
+
**Question:** Match each Georgian form field label to its English equivalent
|
|
166
|
+
|
|
167
|
+
- სახელი
|
|
168
|
+
- გვარი
|
|
169
|
+
- მოქალაქეობა
|
|
170
|
+
- პასპორტი
|
|
171
|
+
- ელ-ფოსტა
|
|
172
|
+
|
|
173
|
+
**Answer:**
|
|
174
|
+
|
|
175
|
+
- სახელი → first name
|
|
176
|
+
- გვარი → surname
|
|
177
|
+
- მოქალაქეობა → citizenship / nationality
|
|
178
|
+
- პასპორტი → passport
|
|
179
|
+
- ელ-ფოსტა → email
|
|
180
|
+
|
|
181
|
+
**Explanation:** სახელი literally means "name." გვარი is the family name/surname. მოქალაქეობა comes from მოქალაქე (citizen). ელ-ფოსტა is a direct calque from "electronic post."
|
|
182
|
+
|
|
183
|
+
:::
|
|
184
|
+
|
|
185
|
+
:::exercise{id="ka-read-06-document-comprehension" type="multiple-choice" title="Extract Information" skill="reading-comprehension" objectiveId="obj-read-06-document-comprehension"}
|
|
186
|
+
|
|
187
|
+
**Question:** On the hotel registration form, which field asks for your family name?
|
|
188
|
+
|
|
189
|
+
**Options:**
|
|
190
|
+
- სახელი
|
|
191
|
+
- გვარი
|
|
192
|
+
- მოქალაქეობა
|
|
193
|
+
- ელ-ფოსტა
|
|
194
|
+
|
|
195
|
+
**Answer:** 2
|
|
196
|
+
|
|
197
|
+
**Explanation:** გვარი is the family name / surname. სახელი is the first/given name. This distinction matters on forms — putting your first name in the გვარი field and your surname in the სახელი field is a common mistake.
|
|
198
|
+
|
|
199
|
+
:::
|
|
200
|
+
|
|
201
|
+
## What's Next
|
|
202
|
+
|
|
203
|
+
In Lesson 7, you will practice reading short news-style headlines and text — a step up in reading complexity and vocabulary range.
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-reading-lesson-07
|
|
4
|
+
title: "გაკვეთილი 7 — სათაურების კითხვა (News Headlines)"
|
|
5
|
+
description: "Reading and understanding short Georgian news-style headlines and text"
|
|
6
|
+
order: 7
|
|
7
|
+
parentId: georgian-reading
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: B1
|
|
10
|
+
categories:
|
|
11
|
+
- reading
|
|
12
|
+
- news
|
|
13
|
+
- comprehension
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 35
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-reading-lesson-06
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-read-07-headline-decode
|
|
20
|
+
description: "Read Georgian news headlines and extract the main topic"
|
|
21
|
+
skill: text-decoding
|
|
22
|
+
- id: obj-read-07-news-comprehension
|
|
23
|
+
description: "Understand the who, what, and where of simple news sentences"
|
|
24
|
+
skill: reading-comprehension
|
|
25
|
+
- id: obj-read-07-news-vocab
|
|
26
|
+
description: "Recognize common vocabulary used in Georgian news contexts"
|
|
27
|
+
skill: word-recognition
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# გაკვეთილი 7 (Lesson 7) — News Headlines
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
News headlines use compressed, direct language. They often omit articles and some grammatical markers to fit a topic into a short phrase. Reading Georgian news-style text is excellent practice because it introduces a wider vocabulary and more complex sentence patterns while remaining short enough to analyze fully.
|
|
35
|
+
|
|
36
|
+
## News Vocabulary
|
|
37
|
+
|
|
38
|
+
:::vocabulary-set{id="ka-read-07-news" title="News Vocabulary"}
|
|
39
|
+
|
|
40
|
+
::vocab-item{id="siakhleebi" word="სიახლეები" pronunciation="si-a-khle-e-bi" meaning="news"}
|
|
41
|
+
|
|
42
|
+
::vocab-item{id="motkhrobis" word="მოვლენები" pronunciation="mov-le-ne-bi" meaning="events"}
|
|
43
|
+
|
|
44
|
+
::vocab-item{id="ambebi" word="ამბები" pronunciation="am-be-bi" meaning="news / happenings (informal)"}
|
|
45
|
+
|
|
46
|
+
::vocab-item{id="gamocxadeba" word="გამოაცხადა" pronunciation="ga-mo-ats-kha-da" meaning="announced (3rd person past)"}
|
|
47
|
+
|
|
48
|
+
::vocab-item{id="gamarjveba" word="გამარჯვება" pronunciation="ga-mar-jve-ba" meaning="victory"}
|
|
49
|
+
|
|
50
|
+
::vocab-item{id="shekhvedra" word="შეხვედრა" pronunciation="she-khved-ra" meaning="meeting"}
|
|
51
|
+
|
|
52
|
+
::vocab-item{id="gaxsna" word="გახსნა" pronunciation="ga-khsna" meaning="opening (of an exhibition, event, etc.)"}
|
|
53
|
+
|
|
54
|
+
:::
|
|
55
|
+
|
|
56
|
+
## Reading Georgian Headlines
|
|
57
|
+
|
|
58
|
+
Headlines in Georgian typically follow a Subject-Object-Verb pattern or use nominalized verbs. Here are sample headlines with analysis:
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
**სათაური 1:** თბილისში ახალი მუზეუმი გაიხსნა
|
|
63
|
+
|
|
64
|
+
*(Tbilisshi akhali muzeu-mi ga-i-khsna)*
|
|
65
|
+
|
|
66
|
+
**Word by word:**
|
|
67
|
+
- თბილისში = in Tbilisi
|
|
68
|
+
- ახალი = new
|
|
69
|
+
- მუზეუმი = museum
|
|
70
|
+
- გაიხსნა = opened (was opened)
|
|
71
|
+
|
|
72
|
+
**Translation:** A new museum opened in Tbilisi
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
**სათაური 2:** ქართული ნაკრები გაიმარჯვა
|
|
77
|
+
|
|
78
|
+
*(Kartuli nakre-bi ga-i-mar-jva)*
|
|
79
|
+
|
|
80
|
+
**Word by word:**
|
|
81
|
+
- ქართული = Georgian (adjective)
|
|
82
|
+
- ნაკრები = national team
|
|
83
|
+
- გაიმარჯვა = won / was victorious
|
|
84
|
+
|
|
85
|
+
**Translation:** The Georgian national team won
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
**სათაური 3:** საერთაშორისო შეხვედრა თბილისში
|
|
90
|
+
|
|
91
|
+
*(Sa-er-ta-sho-ri-so she-khved-ra Tbi-lis-shi)*
|
|
92
|
+
|
|
93
|
+
**Word by word:**
|
|
94
|
+
- საერთაშორისო = international
|
|
95
|
+
- შეხვედრა = meeting
|
|
96
|
+
- თბილისში = in Tbilisi
|
|
97
|
+
|
|
98
|
+
**Translation:** International meeting in Tbilisi
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
:::vocabulary-set{id="ka-read-07-headline-vocab" title="Headline Vocabulary"}
|
|
103
|
+
|
|
104
|
+
::vocab-item{id="muzeumiread" word="მუზეუმი" pronunciation="mu-ze-u-mi" meaning="museum"}
|
|
105
|
+
|
|
106
|
+
::vocab-item{id="nakrebhi" word="ნაკრები" pronunciation="nak-re-bi" meaning="national team / selection"}
|
|
107
|
+
|
|
108
|
+
::vocab-item{id="gamarkjva" word="გაიმარჯვა" pronunciation="ga-i-mar-jva" meaning="won / was victorious"}
|
|
109
|
+
|
|
110
|
+
::vocab-item{id="saertashor" word="საერთაშორისო" pronunciation="sa-er-ta-sho-ri-so" meaning="international"}
|
|
111
|
+
|
|
112
|
+
::vocab-item{id="akhali" word="ახალი" pronunciation="a-kha-li" meaning="new"}
|
|
113
|
+
|
|
114
|
+
:::
|
|
115
|
+
|
|
116
|
+
## Longer News Text
|
|
117
|
+
|
|
118
|
+
Read the following short news passage:
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
**ახალი ამბები**
|
|
123
|
+
|
|
124
|
+
თბილისში ახალი კულტურის ცენტრი გაიხსნა. ცენტრი მდებარეობს ძველ ქალაქში. ხელმძღვანელმა განაცხადა: "ეს ისტორიული მომენტია ქართული კულტურისთვის."
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
**Translation:**
|
|
129
|
+
|
|
130
|
+
New Cultural Center Opens in Tbilisi. The center is located in the Old Town. The director announced: "This is a historic moment for Georgian culture."
|
|
131
|
+
|
|
132
|
+
:::vocabulary-set{id="ka-read-07-passage" title="News Passage Vocabulary"}
|
|
133
|
+
|
|
134
|
+
::vocab-item{id="kulturis-centri" word="კულტურის ცენტრი" pronunciation="kul-tu-ris tsen-tri" meaning="cultural center"}
|
|
135
|
+
|
|
136
|
+
::vocab-item{id="mdebareobs" word="მდებარეობს" pronunciation="mde-ba-re-obs" meaning="is located"}
|
|
137
|
+
|
|
138
|
+
::vocab-item{id="ganackhada" word="განაცხადა" pronunciation="ga-na-tskha-da" meaning="announced (formal)"}
|
|
139
|
+
|
|
140
|
+
::vocab-item{id="istoriuli" word="ისტორიული" pronunciation="is-to-ri-u-li" meaning="historic / historical"}
|
|
141
|
+
|
|
142
|
+
::vocab-item{id="kulturistvis" word="კულტურისთვის" pronunciation="kul-tu-ris-tvis" meaning="for culture"}
|
|
143
|
+
|
|
144
|
+
:::
|
|
145
|
+
|
|
146
|
+
## Cultural Note: Georgian Media
|
|
147
|
+
|
|
148
|
+
Georgia has a vibrant independent media landscape. Georgian-language news outlets include Rustavi 2, Imedi TV, and the Public Broadcaster (GPB). The news website **civil.ge** provides English-language coverage of Georgian affairs. Reading Georgian headlines is an excellent way to maintain your language skills while staying informed about Georgia's dynamic political and cultural scene.
|
|
149
|
+
|
|
150
|
+
## Practice Exercises
|
|
151
|
+
|
|
152
|
+
:::exercise{id="ka-read-07-headline-decode" type="fill-in-blank" title="Decode the Headline" skill="text-decoding" objectiveId="obj-read-07-headline-decode"}
|
|
153
|
+
|
|
154
|
+
**Question:** Translate each headline into English
|
|
155
|
+
|
|
156
|
+
1. ქართული ნაკრები გაიმარჯვა = The Georgian national team ___
|
|
157
|
+
2. ახალი მუზეუმი გაიხსნა = A new museum ___
|
|
158
|
+
3. საერთაშორისო შეხვედრა თბილისში = International ___ in Tbilisi
|
|
159
|
+
|
|
160
|
+
**Answer:**
|
|
161
|
+
|
|
162
|
+
1. won
|
|
163
|
+
2. opened
|
|
164
|
+
3. meeting
|
|
165
|
+
|
|
166
|
+
**Explanation:** ნაკრები = national team, გაიმარჯვა = won. მუზეუმი = museum, გაიხსნა = opened. შეხვედრა = meeting. These verb forms (past passive or intransitive past) are common in Georgian news reporting.
|
|
167
|
+
|
|
168
|
+
:::
|
|
169
|
+
|
|
170
|
+
:::exercise{id="ka-read-07-news-comprehension" type="multiple-choice" title="News Comprehension" skill="reading-comprehension" objectiveId="obj-read-07-news-comprehension"}
|
|
171
|
+
|
|
172
|
+
**Question:** According to the news passage, where is the new cultural center located?
|
|
173
|
+
|
|
174
|
+
**Options:**
|
|
175
|
+
- In a new district of Tbilisi
|
|
176
|
+
- In the Old Town
|
|
177
|
+
- Near the train station
|
|
178
|
+
- Outside the city
|
|
179
|
+
|
|
180
|
+
**Answer:** 2
|
|
181
|
+
|
|
182
|
+
**Explanation:** The passage states: ცენტრი მდებარეობს ძველ ქალაქში — "The center is located in the Old Town." ძველი = old, ქალაქი = town/city, -ში = in. So ძველ ქალაქში = in the Old Town.
|
|
183
|
+
|
|
184
|
+
:::
|
|
185
|
+
|
|
186
|
+
:::exercise{id="ka-read-07-news-vocab" type="matching" title="News Vocabulary" skill="word-recognition" objectiveId="obj-read-07-news-vocab"}
|
|
187
|
+
|
|
188
|
+
**Question:** Match the Georgian news word to its English meaning
|
|
189
|
+
|
|
190
|
+
- სიახლეები
|
|
191
|
+
- გაიხსნა
|
|
192
|
+
- ახალი
|
|
193
|
+
- საერთაშორისო
|
|
194
|
+
- მდებარეობს
|
|
195
|
+
|
|
196
|
+
**Answer:**
|
|
197
|
+
|
|
198
|
+
- სიახლეები → news
|
|
199
|
+
- გაიხსნა → opened / was opened
|
|
200
|
+
- ახალი → new
|
|
201
|
+
- საერთაშორისო → international
|
|
202
|
+
- მდებარეობს → is located
|
|
203
|
+
|
|
204
|
+
**Explanation:** სიახლეები comes from სიახლე (novelty/new thing) — literally "new things," hence "news." საერთაშორისო is a compound: საერთო (common/shared) + შორის (between) + ო (suffix) = international.
|
|
205
|
+
|
|
206
|
+
:::
|
|
207
|
+
|
|
208
|
+
## What's Next
|
|
209
|
+
|
|
210
|
+
In the final lesson of this syllabus, you will read short cultural texts about Georgian traditions — the richest and most rewarding reading challenge yet.
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-reading-lesson-08
|
|
4
|
+
title: "გაკვეთილი 8 — კულტურული ტექსტები (Cultural Texts)"
|
|
5
|
+
description: "Short passages about Georgian culture, traditions, and identity"
|
|
6
|
+
order: 8
|
|
7
|
+
parentId: georgian-reading
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: B1
|
|
10
|
+
categories:
|
|
11
|
+
- reading
|
|
12
|
+
- culture
|
|
13
|
+
- traditions
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 40
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-reading-lesson-07
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-read-08-cultural-decode
|
|
20
|
+
description: "Read a short cultural passage in Georgian with comprehension"
|
|
21
|
+
skill: text-decoding
|
|
22
|
+
- id: obj-read-08-culture-comprehension
|
|
23
|
+
description: "Understand the main ideas in a text about Georgian culture"
|
|
24
|
+
skill: reading-comprehension
|
|
25
|
+
- id: obj-read-08-culture-vocab
|
|
26
|
+
description: "Recognize vocabulary related to Georgian culture and traditions"
|
|
27
|
+
skill: word-recognition
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# გაკვეთილი 8 (Lesson 8) — Cultural Texts
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
This final lesson of the Reading syllabus presents short passages about Georgian culture. Cultural texts introduce richer vocabulary and more complex sentence structures. Reading about culture in the target language deepens both your linguistic knowledge and your understanding of Georgia itself.
|
|
35
|
+
|
|
36
|
+
## Cultural Vocabulary
|
|
37
|
+
|
|
38
|
+
:::vocabulary-set{id="ka-read-08-culture" title="Cultural Vocabulary"}
|
|
39
|
+
|
|
40
|
+
::vocab-item{id="kulturaread" word="კულტურა" pronunciation="kul-tu-ra" meaning="culture"}
|
|
41
|
+
|
|
42
|
+
::vocab-item{id="tradicia" word="ტრადიცია" pronunciation="tra-di-tsi-a" meaning="tradition"}
|
|
43
|
+
|
|
44
|
+
::vocab-item{id="istoria" word="ისტორია" pronunciation="is-to-ri-a" meaning="history"}
|
|
45
|
+
|
|
46
|
+
::vocab-item{id="tomari" word="ხალხი" pronunciation="khal-khi" meaning="people / folk"}
|
|
47
|
+
|
|
48
|
+
::vocab-item{id="qveli" word="ყველი" pronunciation="qve-li" meaning="cheese"}
|
|
49
|
+
|
|
50
|
+
::vocab-item{id="satamashoebi" word="ღვინო-ქართული" pronunciation="ghvi-no-qar-tu-li" meaning="Georgian wine (the concept)"}
|
|
51
|
+
|
|
52
|
+
::vocab-item{id="suphra" word="სუფრა" pronunciation="sup-ra" meaning="feast / Georgian table tradition"}
|
|
53
|
+
|
|
54
|
+
:::
|
|
55
|
+
|
|
56
|
+
## Cultural Text 1: ქართული სუფრა (The Georgian Feast)
|
|
57
|
+
|
|
58
|
+
Read the following passage:
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
**ქართული სუფრა**
|
|
63
|
+
|
|
64
|
+
სუფრა ქართული კულტურის განუყოფელი ნაწილია. ეს ტრადიციული სუფრა გულისხმობს ბევრ კერძს, ღვინოს და სადღეგრძელოებს. სუფრას ხელმძღვანელობს ტამადა — სტუმართმოყვარეობის სიმბოლო. ქართველები ამბობენ: "სუფრა — ეს ჩვენი ქვეყნის გული."
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
**Transliteration:**
|
|
69
|
+
|
|
70
|
+
Sup-ra kar-tu-li kul-tu-ris ga-nu-yo-fe-li nat-si-li-a. Es tra-di-tsi-u-li sup-ra gu-lis-khm-obs bev-r ker-dzs, ghvi-nos da sad-ghe-grdze-lo-e-bbs. Sup-ras khelm-dzghva-ne-lobs ta-ma-da — stumr-mos-ya-re-o-bis sim-bo-lo. Kar-tve-le-bi am-bo-ben: "Sup-ra — es chve-ni qvey-nis gu-li."
|
|
71
|
+
|
|
72
|
+
**Translation:**
|
|
73
|
+
|
|
74
|
+
The supra is an inseparable part of Georgian culture. This traditional feast involves many dishes, wine, and toasts. The supra is led by a tamada — a symbol of hospitality. Georgians say: "The supra — it is the heart of our country."
|
|
75
|
+
|
|
76
|
+
:::vocabulary-set{id="ka-read-08-supra" title="Supra Vocabulary"}
|
|
77
|
+
|
|
78
|
+
::vocab-item{id="ganuyofeli" word="განუყოფელი" pronunciation="ga-nu-yo-fe-li" meaning="inseparable / integral"}
|
|
79
|
+
|
|
80
|
+
::vocab-item{id="nawtili" word="ნაწილი" pronunciation="nat-si-li" meaning="part"}
|
|
81
|
+
|
|
82
|
+
::vocab-item{id="guliskhmobd" word="გულისხმობს" pronunciation="gu-lis-khm-obs" meaning="involves / means / implies"}
|
|
83
|
+
|
|
84
|
+
::vocab-item{id="sadghegrdzelo" word="სადღეგრძელო" pronunciation="sad-ghe-grdze-lo" meaning="toast (drinking toast)"}
|
|
85
|
+
|
|
86
|
+
::vocab-item{id="qveynis" word="ქვეყნის" pronunciation="qvey-nis" meaning="of the country (genitive)"}
|
|
87
|
+
|
|
88
|
+
:::
|
|
89
|
+
|
|
90
|
+
## Cultural Text 2: ქართული ღვინო (Georgian Wine)
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
**ქართული ღვინო**
|
|
95
|
+
|
|
96
|
+
საქართველო ღვინის ერთ-ერთი უძველესი სამშობლოა. ქართველები ღვინოს 8000 წელზე მეტია ამზადებენ. ტრადიციული მეთოდია ქვევრი — მიწაში ჩამარხული თიხის ჭურჭელი. ქვევრის ღვინო UNESCO-ს არამატერიალური კულტურული მემკვიდრეობის სიაშია.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
**Translation:**
|
|
101
|
+
|
|
102
|
+
Georgia is one of the oldest homelands of wine. Georgians have been making wine for more than 8000 years. The traditional method is the qvevri — a clay vessel buried in the ground. Qvevri wine is on UNESCO's intangible cultural heritage list.
|
|
103
|
+
|
|
104
|
+
:::vocabulary-set{id="ka-read-08-wine" title="Wine Text Vocabulary"}
|
|
105
|
+
|
|
106
|
+
::vocab-item{id="udzvelesi" word="უძველესი" pronunciation="u-dzve-le-si" meaning="most ancient / oldest"}
|
|
107
|
+
|
|
108
|
+
::vocab-item{id="samshoblo" word="სამშობლო" pronunciation="sam-shob-lo" meaning="homeland / native land"}
|
|
109
|
+
|
|
110
|
+
::vocab-item{id="qvevri" word="ქვევრი" pronunciation="qvev-ri" meaning="qvevri (traditional clay wine vessel)"}
|
|
111
|
+
|
|
112
|
+
::vocab-item{id="tikhis" word="თიხის" pronunciation="ti-khis" meaning="of clay (genitive)"}
|
|
113
|
+
|
|
114
|
+
::vocab-item{id="memkvidreoba" word="მემკვიდრეობა" pronunciation="mem-kvid-re-o-ba" meaning="heritage / inheritance"}
|
|
115
|
+
|
|
116
|
+
:::
|
|
117
|
+
|
|
118
|
+
## Cultural Text 3: ქართული ენა (Georgian Language)
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
**ქართული ენა**
|
|
123
|
+
|
|
124
|
+
ქართული ენა კავკასიური ენების ოჯახს ეკუთვნის. ქართული დამწერლობა — მხედრული — ერთ-ერთი უნიკალური დამწერლობაა მსოფლიოში. ენა 3000 წელზე მეტი ისტორიის მქონეა. ქართული ლიტერატურის შედევრია "ვეფხისტყაოსანი" — XII საუკუნის ეპოსი.
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
**Translation:**
|
|
129
|
+
|
|
130
|
+
The Georgian language belongs to the Kartvelian language family. The Georgian script — Mkhedruli — is one of the unique scripts in the world. The language has a history of more than 3000 years. The masterpiece of Georgian literature is "The Knight in the Panther's Skin" — a 12th century epic.
|
|
131
|
+
|
|
132
|
+
:::vocabulary-set{id="ka-read-08-language" title="Language Text Vocabulary"}
|
|
133
|
+
|
|
134
|
+
::vocab-item{id="damtserl" word="დამწერლობა" pronunciation="dam-tser-lo-ba" meaning="writing system / script"}
|
|
135
|
+
|
|
136
|
+
::vocab-item{id="mkhdruli" word="მხედრული" pronunciation="mkhed-ru-li" meaning="Mkhedruli (Georgian script name)"}
|
|
137
|
+
|
|
138
|
+
::vocab-item{id="unikaluri" word="უნიკალური" pronunciation="u-ni-ka-lu-ri" meaning="unique"}
|
|
139
|
+
|
|
140
|
+
::vocab-item{id="msoflioshi" word="მსოფლიოში" pronunciation="mso-fli-o-shi" meaning="in the world"}
|
|
141
|
+
|
|
142
|
+
::vocab-item{id="shedevri" word="შედევრი" pronunciation="she-dev-ri" meaning="masterpiece"}
|
|
143
|
+
|
|
144
|
+
:::
|
|
145
|
+
|
|
146
|
+
## Cultural Note: Reading Georgian Literature
|
|
147
|
+
|
|
148
|
+
The ultimate goal of reading Georgian is access to its extraordinary literary tradition. Georgia has one of the world's oldest continuous literary traditions, with texts dating back to the 5th century. The 12th-century epic **ვეფხისტყაოსანი** (The Knight in the Panther's Skin) by **შოთა რუსთაველი** (Shota Rustaveli) is considered the national poem. Even basic Georgian reading ability lets you begin to appreciate the beauty of the original script in which this tradition lives.
|
|
149
|
+
|
|
150
|
+
## Practice Exercises
|
|
151
|
+
|
|
152
|
+
:::exercise{id="ka-read-08-supra-decode" type="fill-in-blank" title="Read Cultural Text 1" skill="text-decoding" objectiveId="obj-read-08-cultural-decode"}
|
|
153
|
+
|
|
154
|
+
**Question:** Read the supra text and fill in the blanks in the English translation
|
|
155
|
+
|
|
156
|
+
The supra is an ___ part of Georgian culture. It involves many dishes, ___, and toasts. The supra is led by a ___. Georgians say it is the ___ of their country.
|
|
157
|
+
|
|
158
|
+
**Answer:**
|
|
159
|
+
|
|
160
|
+
inseparable / wine / tamada / heart
|
|
161
|
+
|
|
162
|
+
**Explanation:** განუყოფელი = inseparable, ღვინო = wine, ტამადა = tamada (toastmaster), გული = heart. Reading for main ideas means extracting these key content words from the passage.
|
|
163
|
+
|
|
164
|
+
:::
|
|
165
|
+
|
|
166
|
+
:::exercise{id="ka-read-08-comprehension" type="multiple-choice" title="Cultural Comprehension" skill="reading-comprehension" objectiveId="obj-read-08-culture-comprehension"}
|
|
167
|
+
|
|
168
|
+
**Question:** According to Cultural Text 2, what is unique about Georgian wine-making?
|
|
169
|
+
|
|
170
|
+
**Options:**
|
|
171
|
+
- Georgia only grows red grapes
|
|
172
|
+
- Georgians have been making wine for over 8000 years using clay vessels
|
|
173
|
+
- Georgian wine is made in France
|
|
174
|
+
- The tamada selects all the wine
|
|
175
|
+
|
|
176
|
+
**Answer:** 2
|
|
177
|
+
|
|
178
|
+
**Explanation:** The text states Georgians have been making wine for more than 8000 years (8000 წელზე მეტია) and use the qvevri (ქვევრი), a clay vessel buried in the ground (მიწაში ჩამარხული თიხის ჭურჭელი). Both facts together make Georgian wine-making uniquely ancient and technically distinct.
|
|
179
|
+
|
|
180
|
+
:::
|
|
181
|
+
|
|
182
|
+
:::exercise{id="ka-read-08-culture-vocab" type="matching" title="Cultural Vocabulary" skill="word-recognition" objectiveId="obj-read-08-culture-vocab"}
|
|
183
|
+
|
|
184
|
+
**Question:** Match each Georgian cultural term to its English meaning
|
|
185
|
+
|
|
186
|
+
- სუფრა
|
|
187
|
+
- ტამადა
|
|
188
|
+
- ქვევრი
|
|
189
|
+
- მხედრული
|
|
190
|
+
- შედევრი
|
|
191
|
+
|
|
192
|
+
**Answer:**
|
|
193
|
+
|
|
194
|
+
- სუფრა → Georgian feast / table tradition
|
|
195
|
+
- ტამადა → toastmaster (feast leader)
|
|
196
|
+
- ქვევრი → traditional clay wine vessel
|
|
197
|
+
- მხედრული → Mkhedruli (Georgian script)
|
|
198
|
+
- შედევრი → masterpiece
|
|
199
|
+
|
|
200
|
+
**Explanation:** These five words represent the core of Georgian cultural identity: the feast tradition (სუფრა), its leader (ტამადა), the wine vessel (ქვევრი), the unique script (მხედრული), and the literary tradition (შედევრი). Knowing these words gives you access to discussions of Georgian culture at any level.
|
|
201
|
+
|
|
202
|
+
:::
|
|
203
|
+
|
|
204
|
+
## Congratulations
|
|
205
|
+
|
|
206
|
+
You have completed the Georgian Reading syllabus. You have progressed from reading single Georgian letters to decoding cultural texts about Georgia's ancient wine tradition, literary heritage, and feast culture. Continue your Georgian journey with the Grammar syllabus for deeper structural understanding, and with the Dialogue syllabus for practical conversational fluency.
|
|
207
|
+
|
|
208
|
+
**გისურვებთ წარმატებას!** (gi-sur-vebt tsarm-a-te-bas) — Wishing you success!
|