@syllst/ja 0.1.1 → 0.1.2

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.
Files changed (81) hide show
  1. package/dist/index.js +49 -14
  2. package/dist/syllabi/dialogue/index.d.ts +7 -0
  3. package/dist/syllabi/dialogue/index.js +43 -0
  4. package/dist/syllabi/dialogue/lessons/lesson-01.mdx.js +181 -0
  5. package/dist/syllabi/dialogue/lessons/lesson-02.mdx.js +193 -0
  6. package/dist/syllabi/dialogue/lessons/lesson-03.mdx.js +169 -0
  7. package/dist/syllabi/dialogue/lessons/lesson-04.mdx.js +182 -0
  8. package/dist/syllabi/dialogue/lessons/lesson-05.mdx.js +176 -0
  9. package/dist/syllabi/dialogue/lessons/lesson-06.mdx.js +167 -0
  10. package/dist/syllabi/dialogue/lessons/lesson-07.mdx.js +168 -0
  11. package/dist/syllabi/dialogue/lessons/lesson-08.mdx.js +200 -0
  12. package/dist/syllabi/essentials/index.d.ts +7 -0
  13. package/dist/syllabi/essentials/index.js +39 -0
  14. package/dist/syllabi/essentials/lessons/lesson-01.mdx.js +207 -0
  15. package/dist/syllabi/essentials/lessons/lesson-02.mdx.js +205 -0
  16. package/dist/syllabi/essentials/lessons/lesson-03.mdx.js +212 -0
  17. package/dist/syllabi/essentials/lessons/lesson-04.mdx.js +192 -0
  18. package/dist/syllabi/essentials/lessons/lesson-05.mdx.js +213 -0
  19. package/dist/syllabi/essentials/lessons/lesson-06.mdx.js +241 -0
  20. package/dist/syllabi/food/index.d.ts +7 -0
  21. package/dist/syllabi/food/index.js +43 -0
  22. package/dist/syllabi/food/lessons/lesson-01.mdx.js +170 -0
  23. package/dist/syllabi/food/lessons/lesson-02.mdx.js +178 -0
  24. package/dist/syllabi/food/lessons/lesson-03.mdx.js +189 -0
  25. package/dist/syllabi/food/lessons/lesson-04.mdx.js +180 -0
  26. package/dist/syllabi/food/lessons/lesson-05.mdx.js +164 -0
  27. package/dist/syllabi/food/lessons/lesson-06.mdx.js +179 -0
  28. package/dist/syllabi/food/lessons/lesson-07.mdx.js +193 -0
  29. package/dist/syllabi/food/lessons/lesson-08.mdx.js +188 -0
  30. package/dist/syllabi/katakana/index.d.ts +7 -0
  31. package/dist/syllabi/numbers/index.d.ts +7 -0
  32. package/dist/syllabi/numbers/index.js +37 -0
  33. package/dist/syllabi/numbers/lessons/lesson-01.mdx.js +190 -0
  34. package/dist/syllabi/numbers/lessons/lesson-02.mdx.js +194 -0
  35. package/dist/syllabi/numbers/lessons/lesson-03.mdx.js +197 -0
  36. package/dist/syllabi/numbers/lessons/lesson-04.mdx.js +215 -0
  37. package/dist/syllabi/numbers/lessons/lesson-05.mdx.js +227 -0
  38. package/dist/syllabi/travel/index.d.ts +7 -0
  39. package/dist/syllabi/travel/index.js +41 -0
  40. package/dist/syllabi/travel/lessons/lesson-01.mdx.js +156 -0
  41. package/dist/syllabi/travel/lessons/lesson-02.mdx.js +175 -0
  42. package/dist/syllabi/travel/lessons/lesson-03.mdx.js +177 -0
  43. package/dist/syllabi/travel/lessons/lesson-04.mdx.js +181 -0
  44. package/dist/syllabi/travel/lessons/lesson-05.mdx.js +162 -0
  45. package/dist/syllabi/travel/lessons/lesson-06.mdx.js +179 -0
  46. package/dist/syllabi/travel/lessons/lesson-07.mdx.js +194 -0
  47. package/package.json +31 -6
  48. package/src/syllabi/dialogue/lessons/lesson-01.mdx +177 -0
  49. package/src/syllabi/dialogue/lessons/lesson-02.mdx +189 -0
  50. package/src/syllabi/dialogue/lessons/lesson-03.mdx +165 -0
  51. package/src/syllabi/dialogue/lessons/lesson-04.mdx +178 -0
  52. package/src/syllabi/dialogue/lessons/lesson-05.mdx +172 -0
  53. package/src/syllabi/dialogue/lessons/lesson-06.mdx +163 -0
  54. package/src/syllabi/dialogue/lessons/lesson-07.mdx +164 -0
  55. package/src/syllabi/dialogue/lessons/lesson-08.mdx +196 -0
  56. package/src/syllabi/essentials/lessons/lesson-01.mdx +203 -0
  57. package/src/syllabi/essentials/lessons/lesson-02.mdx +201 -0
  58. package/src/syllabi/essentials/lessons/lesson-03.mdx +208 -0
  59. package/src/syllabi/essentials/lessons/lesson-04.mdx +188 -0
  60. package/src/syllabi/essentials/lessons/lesson-05.mdx +209 -0
  61. package/src/syllabi/essentials/lessons/lesson-06.mdx +237 -0
  62. package/src/syllabi/food/lessons/lesson-01.mdx +166 -0
  63. package/src/syllabi/food/lessons/lesson-02.mdx +174 -0
  64. package/src/syllabi/food/lessons/lesson-03.mdx +185 -0
  65. package/src/syllabi/food/lessons/lesson-04.mdx +176 -0
  66. package/src/syllabi/food/lessons/lesson-05.mdx +160 -0
  67. package/src/syllabi/food/lessons/lesson-06.mdx +175 -0
  68. package/src/syllabi/food/lessons/lesson-07.mdx +189 -0
  69. package/src/syllabi/food/lessons/lesson-08.mdx +184 -0
  70. package/src/syllabi/numbers/lessons/lesson-01.mdx +186 -0
  71. package/src/syllabi/numbers/lessons/lesson-02.mdx +190 -0
  72. package/src/syllabi/numbers/lessons/lesson-03.mdx +193 -0
  73. package/src/syllabi/numbers/lessons/lesson-04.mdx +211 -0
  74. package/src/syllabi/numbers/lessons/lesson-05.mdx +223 -0
  75. package/src/syllabi/travel/lessons/lesson-01.mdx +152 -0
  76. package/src/syllabi/travel/lessons/lesson-02.mdx +171 -0
  77. package/src/syllabi/travel/lessons/lesson-03.mdx +173 -0
  78. package/src/syllabi/travel/lessons/lesson-04.mdx +177 -0
  79. package/src/syllabi/travel/lessons/lesson-05.mdx +158 -0
  80. package/src/syllabi/travel/lessons/lesson-06.mdx +175 -0
  81. package/src/syllabi/travel/lessons/lesson-07.mdx +190 -0
@@ -0,0 +1,190 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-travel-lesson-07
4
+ title: "だい 7 か — たびの きんきゅう じたい"
5
+ description: "Travel Emergencies: lost items, illness, police, and getting help in Japan"
6
+ order: 7
7
+ parentId: japanese-travel
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - travel
12
+ - emergencies
13
+ - vocabulary
14
+ metadata:
15
+ estimatedTime: 30
16
+ prerequisites:
17
+ - japanese-travel-lesson-01
18
+ learningObjectives:
19
+ - id: obj-ja-travel-07-help
20
+ description: "Call for help and explain an emergency in Japanese"
21
+ skill: situational-response
22
+ - id: obj-ja-travel-07-lost
23
+ description: "Report lost items and explain symptoms at a pharmacy"
24
+ skill: word-production
25
+ - id: obj-ja-travel-07-numbers
26
+ description: "Know and use Japanese emergency phone numbers"
27
+ skill: word-recognition
28
+ ---
29
+
30
+ # だい 7 か (Lesson 7) — Travel Emergencies
31
+
32
+ ## Introduction
33
+
34
+ Emergencies can happen to any traveler. Japan is one of the world's safest countries, but knowing how to get help when something goes wrong is essential preparation. This lesson covers what to say in the most common travel emergency situations.
35
+
36
+ ## Emergency Vocabulary
37
+
38
+ :::vocabulary-set{id="ja-travel-07-emergency" title="Emergency Words"}
39
+
40
+ ::vocab-item{id="tasukete" word="たすけてください" pronunciation="tasukete kudasai" meaning="Help me! / Please help!"}
41
+
42
+ ::vocab-item{id="kyuukyuusha" word="きゅうきゅうしゃ" pronunciation="kyuukyuusha" meaning="Ambulance"}
43
+
44
+ ::vocab-item{id="keisatsu" word="けいさつ" pronunciation="keisatsu" meaning="Police"}
45
+
46
+ ::vocab-item{id="shoubousha" word="しょうぼうしゃ" pronunciation="shoubousha" meaning="Fire truck / fire brigade"}
47
+
48
+ ::vocab-item{id="byouin" word="びょういん" pronunciation="byouin" meaning="Hospital"}
49
+
50
+ ::vocab-item{id="kusuriya" word="くすりや" pronunciation="kusuriya" meaning="Pharmacy / drugstore"}
51
+
52
+ ::vocab-item{id="daijoubu" word="だいじょうぶですか" pronunciation="daijoubu desu ka" meaning="Are you okay? / Is it alright?"}
53
+
54
+ :::
55
+
56
+ ## Emergency Phone Numbers
57
+
58
+ | Emergency | Number |
59
+ |-----------|--------|
60
+ | Police (けいさつ) | 110 |
61
+ | Fire and Ambulance (しょうぼう・きゅうきゅう) | 119 |
62
+ | Japan Visitor Hotline (English) | 050-3816-2787 |
63
+ | Japan Travel Phone | 0570-000-811 |
64
+
65
+ ## Lost Items Vocabulary
66
+
67
+ :::vocabulary-set{id="ja-travel-07-lost" title="Lost Items Vocabulary"}
68
+
69
+ ::vocab-item{id="nakushimashita" word="〜を なくしました" pronunciation="~ wo nakushimashita" meaning="I lost ~ / I have lost ~"}
70
+
71
+ ::vocab-item{id="wasuremashita" word="〜を わすれました" pronunciation="~ wo wasuremashita" meaning="I forgot ~ / I left ~ behind"}
72
+
73
+ ::vocab-item{id="nusumaremashita" word="〜を ぬすまれました" pronunciation="~ wo nusumaremashita" meaning="My ~ was stolen"}
74
+
75
+ ::vocab-item{id="koban-report" word="こうばんで とどけました" pronunciation="kouban de todokemashita" meaning="I reported it at the police box"}
76
+
77
+ ::vocab-item{id="travel-insurance" word="りょこうほけん" pronunciation="ryokou hoken" meaning="Travel insurance"}
78
+
79
+ :::
80
+
81
+ ## Illness and Medical Vocabulary
82
+
83
+ :::vocabulary-set{id="ja-travel-07-illness" title="Illness and Medical Words"}
84
+
85
+ ::vocab-item{id="guai-warui" word="ぐあいが わるい" pronunciation="guai ga warui" meaning="I feel unwell / I am not feeling well"}
86
+
87
+ ::vocab-item{id="atama-itai" word="あたまが いたい" pronunciation="atama ga itai" meaning="I have a headache"}
88
+
89
+ ::vocab-item{id="onaka-itai" word="おなかが いたい" pronunciation="onaka ga itai" meaning="I have a stomach ache"}
90
+
91
+ ::vocab-item{id="netsu" word="ねつが あります" pronunciation="netsu ga arimasu" meaning="I have a fever"}
92
+
93
+ ::vocab-item{id="alergy" word="アレルギーが あります" pronunciation="arergii ga arimasu" meaning="I have an allergy"}
94
+
95
+ ::vocab-item{id="kusuri" word="くすり" pronunciation="kusuri" meaning="Medicine"}
96
+
97
+ :::
98
+
99
+ ## Reporting to the Police
100
+
101
+ | Situation | Japanese |
102
+ |-----------|---------|
103
+ | My wallet was stolen | さいふを ぬすまれました |
104
+ | I lost my passport | パスポートを なくしました |
105
+ | I need a police report for insurance | ほけんのために とどけしょを ください |
106
+ | I need an interpreter | つうやくを おねがいします |
107
+
108
+ ## Sample Emergency Conversations
109
+
110
+ ### Lost Bag
111
+
112
+ **You**: すみません!かばんを なくしました。
113
+ (Excuse me! I lost my bag.)
114
+
115
+ **Officer**: いつ、どこで なくしましたか?
116
+ (When and where did you lose it?)
117
+
118
+ **You**: でんしゃの なかで なくしたと おもいます。
119
+ (I think I lost it on the train.)
120
+
121
+ **Officer**: おとしものセンターに いきましょう。
122
+ (Let's go to the lost and found.)
123
+
124
+ ### At the Pharmacy
125
+
126
+ **You**: あたまが いたいです。くすりは ありますか?
127
+ (I have a headache. Do you have medicine for it?)
128
+
129
+ **Pharmacist**: これは どうですか?
130
+ (How about this one?)
131
+
132
+ **You**: アスピリンに アレルギーが あります。
133
+ (I have an allergy to aspirin.)
134
+
135
+ ## Practice Exercises
136
+
137
+ :::exercise{id="ja-travel-07-emergency-call" type="matching" title="Emergency Numbers" skill="word-recognition" objectiveId="obj-ja-travel-07-numbers"}
138
+
139
+ **Question:** Match each emergency to its phone number
140
+
141
+ - 警察 (Police)
142
+ - 救急・消防 (Ambulance/Fire)
143
+
144
+ **Answer:**
145
+
146
+ - 警察 (Police) → 110
147
+ - 救急・消防 (Ambulance/Fire) → 119
148
+
149
+ **Explanation:** In Japan, police and fire/ambulance use different emergency numbers. 110 is for the police (けいさつ) for crimes, accidents, and general emergencies. 119 is for fire (しょうぼう) and ambulance (きゅうきゅうしゃ) for medical emergencies.
150
+
151
+ :::
152
+
153
+ :::exercise{id="ja-travel-07-lost-phrase" type="fill-in-blank" title="Reporting Lost Items" skill="word-production" objectiveId="obj-ja-travel-07-lost"}
154
+
155
+ **Question:** How do you say "I lost my passport"?
156
+
157
+ **Answer:**
158
+
159
+ **パスポート**を **なくしました**。
160
+
161
+ **Explanation:** The pattern [item] を なくしました is used for items you have lost. Use ぬすまれました instead if the item was stolen. Reporting a lost passport should be done at a こうばん (police box) or the nearest embassy.
162
+
163
+ :::
164
+
165
+ :::exercise{id="ja-travel-07-illness" type="multiple-choice" title="Expressing Illness" skill="situational-response" objectiveId="obj-ja-travel-07-help"}
166
+
167
+ **Question:** Which phrase do you use when you feel unwell?
168
+
169
+ **Options:**
170
+ - おなかが すいています (I am hungry)
171
+ - ぐあいが わるいです (I feel unwell)
172
+ - つかれました (I am tired)
173
+ - さむいです (I am cold)
174
+
175
+ **Answer:** 2
176
+
177
+ **Explanation:** ぐあいが わるいです is the general expression for feeling ill or unwell. It signals to others that you need medical attention. You can follow up with specific symptoms like あたまが いたい (headache) or ねつが あります (I have a fever).
178
+
179
+ :::
180
+
181
+ ## Congratulations!
182
+
183
+ You have completed the Japanese Travel syllabus. You can now:
184
+ - Navigate airports, trains, taxis, and buses
185
+ - Check into hotels and ryokan
186
+ - Ask for and understand directions
187
+ - Visit temples, shrines, and cultural sites
188
+ - Handle travel emergencies confidently
189
+
190
+ Continue building your Japanese with the Food and Dialogue syllabi to become even more comfortable in Japan.