henkan 0.7.0 → 0.9.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/README.md +4 -2
- package/dist/index.cjs.js +8 -156
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.mjs +10 -152
- package/dist/index.mjs.map +2 -2
- package/dist/types/constants.d.ts +0 -3
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/types.d.ts +0 -6
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils.d.ts +7 -17
- package/dist/types/utils.d.ts.map +1 -1
- package/docs/api/README.md +0 -1
- package/docs/api/functions/capitalizeString.md +1 -1
- package/docs/api/functions/convertJMdict.md +1 -1
- package/docs/api/functions/convertKanjiDic.md +1 -1
- package/docs/api/functions/convertKradFile.md +1 -1
- package/docs/api/functions/convertRadkFile.md +1 -1
- package/docs/api/functions/convertTanakaCorpus.md +1 -1
- package/docs/api/functions/generateAnkiNote.md +1 -1
- package/docs/api/functions/generateAnkiNotesFile.md +1 -1
- package/docs/api/functions/getKanji.md +1 -1
- package/docs/api/functions/getKanjiExtended.md +1 -1
- package/docs/api/functions/getWord.md +1 -1
- package/docs/api/functions/isStringArray.md +1 -1
- package/docs/api/functions/isValidArray.md +1 -1
- package/docs/api/functions/isValidArrayWithFirstElement.md +1 -1
- package/docs/api/functions/shuffleArray.md +1 -1
- package/docs/api/functions/synthesizeSpeech.md +13 -25
- package/docs/api/interfaces/DictKanji.md +5 -5
- package/docs/api/interfaces/DictKanjiForm.md +4 -4
- package/docs/api/interfaces/DictKanjiMisc.md +5 -5
- package/docs/api/interfaces/DictKanjiReading.md +3 -3
- package/docs/api/interfaces/DictKanjiReadingMeaning.md +3 -3
- package/docs/api/interfaces/DictKanjiReadingMeaningGroup.md +3 -3
- package/docs/api/interfaces/DictKanjiWithRadicals.md +3 -3
- package/docs/api/interfaces/DictMeaning.md +11 -11
- package/docs/api/interfaces/DictRadical.md +4 -4
- package/docs/api/interfaces/DictReading.md +5 -5
- package/docs/api/interfaces/DictWord.md +8 -8
- package/docs/api/interfaces/ExamplePart.md +7 -7
- package/docs/api/interfaces/GlossSpecificNumber.md +3 -3
- package/docs/api/interfaces/Grammar.md +15 -15
- package/docs/api/interfaces/GrammarMeaning.md +3 -3
- package/docs/api/interfaces/Kana.md +11 -11
- package/docs/api/interfaces/Kanji.md +22 -22
- package/docs/api/interfaces/KanjiComponent.md +3 -3
- package/docs/api/interfaces/KanjiForm.md +4 -4
- package/docs/api/interfaces/NoteAndTag.md +3 -3
- package/docs/api/interfaces/Phrase.md +5 -5
- package/docs/api/interfaces/Radical.md +16 -16
- package/docs/api/interfaces/Reading.md +5 -5
- package/docs/api/interfaces/ResultEntry.md +7 -7
- package/docs/api/interfaces/TanakaExample.md +7 -7
- package/docs/api/interfaces/Translation.md +3 -3
- package/docs/api/interfaces/UsefulRegExps.md +8 -20
- package/docs/api/interfaces/Word.md +14 -14
- package/docs/api/type-aliases/Dict.md +1 -1
- package/docs/api/type-aliases/DictName.md +1 -1
- package/docs/api/type-aliases/EntryType.md +1 -1
- package/docs/api/type-aliases/JLPT.md +1 -1
- package/docs/api/type-aliases/Result.md +1 -1
- package/package.json +2 -2
- package/docs/api/functions/makeSSML.md +0 -33
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Kanji
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:512](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:512](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L512)
|
|
10
10
|
|
|
11
11
|
Kanji information
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@ Converted from [DictKanji](DictKanji.md) and extra info added
|
|
|
22
22
|
|
|
23
23
|
> `optional` **components**: [`KanjiComponent`](KanjiComponent.md)[]
|
|
24
24
|
|
|
25
|
-
Defined in: [types.ts:544](https://github.com/Ronokof/Henkan/blob/
|
|
25
|
+
Defined in: [types.ts:544](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L544)
|
|
26
26
|
|
|
27
27
|
The kanji radicals/components
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ The kanji radicals/components
|
|
|
32
32
|
|
|
33
33
|
> `optional` **deckPath**: `string`
|
|
34
34
|
|
|
35
|
-
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/
|
|
35
|
+
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L408)
|
|
36
36
|
|
|
37
37
|
The full path of the Anki deck
|
|
38
38
|
|
|
@@ -46,7 +46,7 @@ The full path of the Anki deck
|
|
|
46
46
|
|
|
47
47
|
> `optional` **doNotCreateNote**: `true`
|
|
48
48
|
|
|
49
|
-
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/
|
|
49
|
+
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L416)
|
|
50
50
|
|
|
51
51
|
Whether or not this entry should be converted into an Anki note
|
|
52
52
|
|
|
@@ -60,7 +60,7 @@ Whether or not this entry should be converted into an Anki note
|
|
|
60
60
|
|
|
61
61
|
> `optional` **frequency**: `string`
|
|
62
62
|
|
|
63
|
-
Defined in: [types.ts:560](https://github.com/Ronokof/Henkan/blob/
|
|
63
|
+
Defined in: [types.ts:560](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L560)
|
|
64
64
|
|
|
65
65
|
#### See
|
|
66
66
|
|
|
@@ -72,7 +72,7 @@ Defined in: [types.ts:560](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
72
72
|
|
|
73
73
|
> `optional` **fromJpdb**: `true`
|
|
74
74
|
|
|
75
|
-
Defined in: [types.ts:572](https://github.com/Ronokof/Henkan/blob/
|
|
75
|
+
Defined in: [types.ts:572](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L572)
|
|
76
76
|
|
|
77
77
|
Whether or not this kanji object contains information **only** from `jpdb.io`
|
|
78
78
|
|
|
@@ -82,7 +82,7 @@ Whether or not this kanji object contains information **only** from `jpdb.io`
|
|
|
82
82
|
|
|
83
83
|
> `optional` **grade**: `string`
|
|
84
84
|
|
|
85
|
-
Defined in: [types.ts:556](https://github.com/Ronokof/Henkan/blob/
|
|
85
|
+
Defined in: [types.ts:556](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L556)
|
|
86
86
|
|
|
87
87
|
#### See
|
|
88
88
|
|
|
@@ -94,7 +94,7 @@ Defined in: [types.ts:556](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
94
94
|
|
|
95
95
|
> `readonly` `optional` **id**: `string`
|
|
96
96
|
|
|
97
|
-
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/
|
|
97
|
+
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L400)
|
|
98
98
|
|
|
99
99
|
ID used for the Anki note ID
|
|
100
100
|
|
|
@@ -108,7 +108,7 @@ ID used for the Anki note ID
|
|
|
108
108
|
|
|
109
109
|
> `readonly` **kanji**: `string`
|
|
110
110
|
|
|
111
|
-
Defined in: [types.ts:516](https://github.com/Ronokof/Henkan/blob/
|
|
111
|
+
Defined in: [types.ts:516](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L516)
|
|
112
112
|
|
|
113
113
|
#### See
|
|
114
114
|
|
|
@@ -120,7 +120,7 @@ Defined in: [types.ts:516](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
120
120
|
|
|
121
121
|
> `optional` **kokuji**: `true`
|
|
122
122
|
|
|
123
|
-
Defined in: [types.ts:564](https://github.com/Ronokof/Henkan/blob/
|
|
123
|
+
Defined in: [types.ts:564](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L564)
|
|
124
124
|
|
|
125
125
|
Whether or not the kanji is kokuji
|
|
126
126
|
|
|
@@ -130,7 +130,7 @@ Whether or not the kanji is kokuji
|
|
|
130
130
|
|
|
131
131
|
> `optional` **kunyomi**: `string`[]
|
|
132
132
|
|
|
133
|
-
Defined in: [types.ts:532](https://github.com/Ronokof/Henkan/blob/
|
|
133
|
+
Defined in: [types.ts:532](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L532)
|
|
134
134
|
|
|
135
135
|
The kanji kunyomi readings
|
|
136
136
|
|
|
@@ -140,7 +140,7 @@ The kanji kunyomi readings
|
|
|
140
140
|
|
|
141
141
|
> `optional` **meanings**: `string`[]
|
|
142
142
|
|
|
143
|
-
Defined in: [types.ts:524](https://github.com/Ronokof/Henkan/blob/
|
|
143
|
+
Defined in: [types.ts:524](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L524)
|
|
144
144
|
|
|
145
145
|
#### See
|
|
146
146
|
|
|
@@ -152,7 +152,7 @@ Defined in: [types.ts:524](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
152
152
|
|
|
153
153
|
> `optional` **mnemonic**: `string`
|
|
154
154
|
|
|
155
|
-
Defined in: [types.ts:548](https://github.com/Ronokof/Henkan/blob/
|
|
155
|
+
Defined in: [types.ts:548](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L548)
|
|
156
156
|
|
|
157
157
|
The kanji mnemonic
|
|
158
158
|
|
|
@@ -162,7 +162,7 @@ The kanji mnemonic
|
|
|
162
162
|
|
|
163
163
|
> `optional` **nanori**: `string`[]
|
|
164
164
|
|
|
165
|
-
Defined in: [types.ts:536](https://github.com/Ronokof/Henkan/blob/
|
|
165
|
+
Defined in: [types.ts:536](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L536)
|
|
166
166
|
|
|
167
167
|
#### See
|
|
168
168
|
|
|
@@ -174,7 +174,7 @@ Defined in: [types.ts:536](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
174
174
|
|
|
175
175
|
> `readonly` `optional` **noteID**: `` `kanji_${string}` ``
|
|
176
176
|
|
|
177
|
-
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/
|
|
177
|
+
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L396)
|
|
178
178
|
|
|
179
179
|
ID used for the resulting Anki note
|
|
180
180
|
|
|
@@ -188,7 +188,7 @@ ID used for the resulting Anki note
|
|
|
188
188
|
|
|
189
189
|
> `optional` **noteTypeName**: `string`
|
|
190
190
|
|
|
191
|
-
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/
|
|
191
|
+
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L404)
|
|
192
192
|
|
|
193
193
|
Anki note type name
|
|
194
194
|
|
|
@@ -202,7 +202,7 @@ Anki note type name
|
|
|
202
202
|
|
|
203
203
|
> `optional` **onyomi**: `string`[]
|
|
204
204
|
|
|
205
|
-
Defined in: [types.ts:528](https://github.com/Ronokof/Henkan/blob/
|
|
205
|
+
Defined in: [types.ts:528](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L528)
|
|
206
206
|
|
|
207
207
|
The kanji onyomi readings
|
|
208
208
|
|
|
@@ -212,7 +212,7 @@ The kanji onyomi readings
|
|
|
212
212
|
|
|
213
213
|
> `optional` **source**: `string`
|
|
214
214
|
|
|
215
|
-
Defined in: [types.ts:568](https://github.com/Ronokof/Henkan/blob/
|
|
215
|
+
Defined in: [types.ts:568](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L568)
|
|
216
216
|
|
|
217
217
|
The source (besides KANJIDIC) from which data for this kanji has been extracted
|
|
218
218
|
|
|
@@ -222,7 +222,7 @@ The source (besides KANJIDIC) from which data for this kanji has been extracted
|
|
|
222
222
|
|
|
223
223
|
> `optional` **strokes**: `string`
|
|
224
224
|
|
|
225
|
-
Defined in: [types.ts:520](https://github.com/Ronokof/Henkan/blob/
|
|
225
|
+
Defined in: [types.ts:520](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L520)
|
|
226
226
|
|
|
227
227
|
#### See
|
|
228
228
|
|
|
@@ -234,7 +234,7 @@ Defined in: [types.ts:520](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
234
234
|
|
|
235
235
|
> `optional` **svg**: `string`
|
|
236
236
|
|
|
237
|
-
Defined in: [types.ts:540](https://github.com/Ronokof/Henkan/blob/
|
|
237
|
+
Defined in: [types.ts:540](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L540)
|
|
238
238
|
|
|
239
239
|
The kanji SVG filename
|
|
240
240
|
|
|
@@ -244,7 +244,7 @@ The kanji SVG filename
|
|
|
244
244
|
|
|
245
245
|
> `optional` **tags**: `string`[]
|
|
246
246
|
|
|
247
|
-
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/
|
|
247
|
+
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L412)
|
|
248
248
|
|
|
249
249
|
Tags generated based on the entry's information
|
|
250
250
|
|
|
@@ -258,6 +258,6 @@ Tags generated based on the entry's information
|
|
|
258
258
|
|
|
259
259
|
> `optional` **words**: [`Word`](Word.md)[]
|
|
260
260
|
|
|
261
|
-
Defined in: [types.ts:552](https://github.com/Ronokof/Henkan/blob/
|
|
261
|
+
Defined in: [types.ts:552](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L552)
|
|
262
262
|
|
|
263
263
|
Words that use the kanji
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: KanjiComponent
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:496](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:496](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L496)
|
|
10
10
|
|
|
11
11
|
Kanji component information
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ Kanji component information
|
|
|
16
16
|
|
|
17
17
|
> `readonly` **component**: `string`
|
|
18
18
|
|
|
19
|
-
Defined in: [types.ts:500](https://github.com/Ronokof/Henkan/blob/
|
|
19
|
+
Defined in: [types.ts:500](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L500)
|
|
20
20
|
|
|
21
21
|
The component character
|
|
22
22
|
|
|
@@ -26,6 +26,6 @@ The component character
|
|
|
26
26
|
|
|
27
27
|
> `optional` **meaning**: `string`
|
|
28
28
|
|
|
29
|
-
Defined in: [types.ts:504](https://github.com/Ronokof/Henkan/blob/
|
|
29
|
+
Defined in: [types.ts:504](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L504)
|
|
30
30
|
|
|
31
31
|
The meaning of the component
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: KanjiForm
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:438](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:438](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L438)
|
|
10
10
|
|
|
11
11
|
A kanji form of the word
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Converted from a [DictKanjiForm](DictKanjiForm.md)
|
|
|
18
18
|
|
|
19
19
|
> `optional` **common**: `true`
|
|
20
20
|
|
|
21
|
-
Defined in: [types.ts:450](https://github.com/Ronokof/Henkan/blob/
|
|
21
|
+
Defined in: [types.ts:450](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L450)
|
|
22
22
|
|
|
23
23
|
Whether or not the kanji form is common
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ Whether or not the kanji form is common
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **kanjiForm**: `string`
|
|
30
30
|
|
|
31
|
-
Defined in: [types.ts:442](https://github.com/Ronokof/Henkan/blob/
|
|
31
|
+
Defined in: [types.ts:442](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L442)
|
|
32
32
|
|
|
33
33
|
The kanji form
|
|
34
34
|
|
|
@@ -38,6 +38,6 @@ The kanji form
|
|
|
38
38
|
|
|
39
39
|
> `optional` **notes**: `string`[]
|
|
40
40
|
|
|
41
|
-
Defined in: [types.ts:446](https://github.com/Ronokof/Henkan/blob/
|
|
41
|
+
Defined in: [types.ts:446](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L446)
|
|
42
42
|
|
|
43
43
|
Optional notes for the kanji form
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: NoteAndTag
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:422](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:422](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L422)
|
|
10
10
|
|
|
11
11
|
A pair of a "kanji form"/"reading"/"sense" note and its associated tag
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ A pair of a "kanji form"/"reading"/"sense" note and its associated tag
|
|
|
16
16
|
|
|
17
17
|
> `readonly` `optional` **note**: `string`
|
|
18
18
|
|
|
19
|
-
Defined in: [types.ts:426](https://github.com/Ronokof/Henkan/blob/
|
|
19
|
+
Defined in: [types.ts:426](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L426)
|
|
20
20
|
|
|
21
21
|
The note
|
|
22
22
|
|
|
@@ -26,6 +26,6 @@ The note
|
|
|
26
26
|
|
|
27
27
|
> `readonly` `optional` **tag**: `string`
|
|
28
28
|
|
|
29
|
-
Defined in: [types.ts:430](https://github.com/Ronokof/Henkan/blob/
|
|
29
|
+
Defined in: [types.ts:430](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L430)
|
|
30
30
|
|
|
31
31
|
The tag
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Phrase
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:622](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:622](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L622)
|
|
10
10
|
|
|
11
11
|
Phrase information
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Converted from [TanakaExample](TanakaExample.md)
|
|
|
18
18
|
|
|
19
19
|
> `readonly` `optional` **glossNumber**: [`GlossSpecificNumber`](GlossSpecificNumber.md)
|
|
20
20
|
|
|
21
|
-
Defined in: [types.ts:638](https://github.com/Ronokof/Henkan/blob/
|
|
21
|
+
Defined in: [types.ts:638](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L638)
|
|
22
22
|
|
|
23
23
|
#### See
|
|
24
24
|
|
|
@@ -30,7 +30,7 @@ Defined in: [types.ts:638](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
30
30
|
|
|
31
31
|
> `readonly` **originalPhrase**: `string`
|
|
32
32
|
|
|
33
|
-
Defined in: [types.ts:634](https://github.com/Ronokof/Henkan/blob/
|
|
33
|
+
Defined in: [types.ts:634](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L634)
|
|
34
34
|
|
|
35
35
|
#### See
|
|
36
36
|
|
|
@@ -42,7 +42,7 @@ Defined in: [types.ts:634](https://github.com/Ronokof/Henkan/blob/5a5b65a6c9451f
|
|
|
42
42
|
|
|
43
43
|
> `readonly` **phrase**: `string`
|
|
44
44
|
|
|
45
|
-
Defined in: [types.ts:626](https://github.com/Ronokof/Henkan/blob/
|
|
45
|
+
Defined in: [types.ts:626](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L626)
|
|
46
46
|
|
|
47
47
|
The Japanese phrase, either with furigana attached or not
|
|
48
48
|
|
|
@@ -52,7 +52,7 @@ The Japanese phrase, either with furigana attached or not
|
|
|
52
52
|
|
|
53
53
|
> `readonly` **translation**: `string`
|
|
54
54
|
|
|
55
|
-
Defined in: [types.ts:630](https://github.com/Ronokof/Henkan/blob/
|
|
55
|
+
Defined in: [types.ts:630](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L630)
|
|
56
56
|
|
|
57
57
|
#### See
|
|
58
58
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Radical
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:578](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:578](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L578)
|
|
10
10
|
|
|
11
11
|
Kanji radical/component information
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Kanji radical/component information
|
|
|
20
20
|
|
|
21
21
|
> `optional` **deckPath**: `string`
|
|
22
22
|
|
|
23
|
-
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/
|
|
23
|
+
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L408)
|
|
24
24
|
|
|
25
25
|
The full path of the Anki deck
|
|
26
26
|
|
|
@@ -34,7 +34,7 @@ The full path of the Anki deck
|
|
|
34
34
|
|
|
35
35
|
> `optional` **doNotCreateNote**: `true`
|
|
36
36
|
|
|
37
|
-
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/
|
|
37
|
+
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L416)
|
|
38
38
|
|
|
39
39
|
Whether or not this entry should be converted into an Anki note
|
|
40
40
|
|
|
@@ -48,7 +48,7 @@ Whether or not this entry should be converted into an Anki note
|
|
|
48
48
|
|
|
49
49
|
> `optional` **fromJpdb**: `true`
|
|
50
50
|
|
|
51
|
-
Defined in: [types.ts:614](https://github.com/Ronokof/Henkan/blob/
|
|
51
|
+
Defined in: [types.ts:614](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L614)
|
|
52
52
|
|
|
53
53
|
Whether or not this radical/component object contains information **only** from `jpdb.io`
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@ Whether or not this radical/component object contains information **only** from
|
|
|
58
58
|
|
|
59
59
|
> `readonly` `optional` **id**: `string`
|
|
60
60
|
|
|
61
|
-
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/
|
|
61
|
+
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L400)
|
|
62
62
|
|
|
63
63
|
ID used for the Anki note ID
|
|
64
64
|
|
|
@@ -72,7 +72,7 @@ ID used for the Anki note ID
|
|
|
72
72
|
|
|
73
73
|
> `optional` **kanji**: [`Kanji`](Kanji.md)[]
|
|
74
74
|
|
|
75
|
-
Defined in: [types.ts:606](https://github.com/Ronokof/Henkan/blob/
|
|
75
|
+
Defined in: [types.ts:606](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L606)
|
|
76
76
|
|
|
77
77
|
Kanji that include the radical/component
|
|
78
78
|
|
|
@@ -82,7 +82,7 @@ Kanji that include the radical/component
|
|
|
82
82
|
|
|
83
83
|
> **meanings**: `string`[]
|
|
84
84
|
|
|
85
|
-
Defined in: [types.ts:590](https://github.com/Ronokof/Henkan/blob/
|
|
85
|
+
Defined in: [types.ts:590](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L590)
|
|
86
86
|
|
|
87
87
|
The radical/component meanings
|
|
88
88
|
|
|
@@ -92,7 +92,7 @@ The radical/component meanings
|
|
|
92
92
|
|
|
93
93
|
> `optional` **mnemonic**: `string`
|
|
94
94
|
|
|
95
|
-
Defined in: [types.ts:602](https://github.com/Ronokof/Henkan/blob/
|
|
95
|
+
Defined in: [types.ts:602](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L602)
|
|
96
96
|
|
|
97
97
|
The radical/component mnemonic
|
|
98
98
|
|
|
@@ -102,7 +102,7 @@ The radical/component mnemonic
|
|
|
102
102
|
|
|
103
103
|
> `readonly` `optional` **noteID**: `` `radical_${string}` ``
|
|
104
104
|
|
|
105
|
-
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/
|
|
105
|
+
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L396)
|
|
106
106
|
|
|
107
107
|
ID used for the resulting Anki note
|
|
108
108
|
|
|
@@ -116,7 +116,7 @@ ID used for the resulting Anki note
|
|
|
116
116
|
|
|
117
117
|
> `optional` **noteTypeName**: `string`
|
|
118
118
|
|
|
119
|
-
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/
|
|
119
|
+
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L404)
|
|
120
120
|
|
|
121
121
|
Anki note type name
|
|
122
122
|
|
|
@@ -130,7 +130,7 @@ Anki note type name
|
|
|
130
130
|
|
|
131
131
|
> `readonly` **radical**: `string`
|
|
132
132
|
|
|
133
|
-
Defined in: [types.ts:582](https://github.com/Ronokof/Henkan/blob/
|
|
133
|
+
Defined in: [types.ts:582](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L582)
|
|
134
134
|
|
|
135
135
|
The radical/component character
|
|
136
136
|
|
|
@@ -140,7 +140,7 @@ The radical/component character
|
|
|
140
140
|
|
|
141
141
|
> **reading**: `string`
|
|
142
142
|
|
|
143
|
-
Defined in: [types.ts:586](https://github.com/Ronokof/Henkan/blob/
|
|
143
|
+
Defined in: [types.ts:586](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L586)
|
|
144
144
|
|
|
145
145
|
The radical/component reading (in kana)
|
|
146
146
|
|
|
@@ -150,7 +150,7 @@ The radical/component reading (in kana)
|
|
|
150
150
|
|
|
151
151
|
> `optional` **sources**: `string`[]
|
|
152
152
|
|
|
153
|
-
Defined in: [types.ts:610](https://github.com/Ronokof/Henkan/blob/
|
|
153
|
+
Defined in: [types.ts:610](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L610)
|
|
154
154
|
|
|
155
155
|
The sources from which data for this radical/component has been extracted
|
|
156
156
|
|
|
@@ -160,7 +160,7 @@ The sources from which data for this radical/component has been extracted
|
|
|
160
160
|
|
|
161
161
|
> `optional` **strokes**: `string`
|
|
162
162
|
|
|
163
|
-
Defined in: [types.ts:594](https://github.com/Ronokof/Henkan/blob/
|
|
163
|
+
Defined in: [types.ts:594](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L594)
|
|
164
164
|
|
|
165
165
|
The stroke count of the radical/component
|
|
166
166
|
|
|
@@ -170,7 +170,7 @@ The stroke count of the radical/component
|
|
|
170
170
|
|
|
171
171
|
> `optional` **svg**: `string`
|
|
172
172
|
|
|
173
|
-
Defined in: [types.ts:598](https://github.com/Ronokof/Henkan/blob/
|
|
173
|
+
Defined in: [types.ts:598](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L598)
|
|
174
174
|
|
|
175
175
|
The radical/component SVG filename
|
|
176
176
|
|
|
@@ -180,7 +180,7 @@ The radical/component SVG filename
|
|
|
180
180
|
|
|
181
181
|
> `optional` **tags**: `string`[]
|
|
182
182
|
|
|
183
|
-
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/
|
|
183
|
+
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L412)
|
|
184
184
|
|
|
185
185
|
Tags generated based on the entry's information
|
|
186
186
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Reading
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:458](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:458](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L458)
|
|
10
10
|
|
|
11
11
|
A reading of the word
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Converted from [DictReading](DictReading.md)
|
|
|
18
18
|
|
|
19
19
|
> `optional` **audio**: `string`
|
|
20
20
|
|
|
21
|
-
Defined in: [types.ts:474](https://github.com/Ronokof/Henkan/blob/
|
|
21
|
+
Defined in: [types.ts:474](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L474)
|
|
22
22
|
|
|
23
23
|
The filename of an audio file for the reading
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ The filename of an audio file for the reading
|
|
|
28
28
|
|
|
29
29
|
> `optional` **common**: `true`
|
|
30
30
|
|
|
31
|
-
Defined in: [types.ts:470](https://github.com/Ronokof/Henkan/blob/
|
|
31
|
+
Defined in: [types.ts:470](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L470)
|
|
32
32
|
|
|
33
33
|
Whether or not the reading is common
|
|
34
34
|
|
|
@@ -38,7 +38,7 @@ Whether or not the reading is common
|
|
|
38
38
|
|
|
39
39
|
> `optional` **notes**: `string`[]
|
|
40
40
|
|
|
41
|
-
Defined in: [types.ts:466](https://github.com/Ronokof/Henkan/blob/
|
|
41
|
+
Defined in: [types.ts:466](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L466)
|
|
42
42
|
|
|
43
43
|
Optional notes for the reading
|
|
44
44
|
|
|
@@ -48,6 +48,6 @@ Optional notes for the reading
|
|
|
48
48
|
|
|
49
49
|
> `readonly` **reading**: `string`
|
|
50
50
|
|
|
51
|
-
Defined in: [types.ts:462](https://github.com/Ronokof/Henkan/blob/
|
|
51
|
+
Defined in: [types.ts:462](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L462)
|
|
52
52
|
|
|
53
53
|
The reading (in kana)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: ResultEntry\<EntryType\>
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:392](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:392](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L392)
|
|
10
10
|
|
|
11
11
|
Basic Anki note information
|
|
12
12
|
|
|
@@ -30,7 +30,7 @@ Basic Anki note information
|
|
|
30
30
|
|
|
31
31
|
> `optional` **deckPath**: `string`
|
|
32
32
|
|
|
33
|
-
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/
|
|
33
|
+
Defined in: [types.ts:408](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L408)
|
|
34
34
|
|
|
35
35
|
The full path of the Anki deck
|
|
36
36
|
|
|
@@ -40,7 +40,7 @@ The full path of the Anki deck
|
|
|
40
40
|
|
|
41
41
|
> `optional` **doNotCreateNote**: `true`
|
|
42
42
|
|
|
43
|
-
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/
|
|
43
|
+
Defined in: [types.ts:416](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L416)
|
|
44
44
|
|
|
45
45
|
Whether or not this entry should be converted into an Anki note
|
|
46
46
|
|
|
@@ -50,7 +50,7 @@ Whether or not this entry should be converted into an Anki note
|
|
|
50
50
|
|
|
51
51
|
> `readonly` `optional` **id**: `string`
|
|
52
52
|
|
|
53
|
-
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/
|
|
53
|
+
Defined in: [types.ts:400](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L400)
|
|
54
54
|
|
|
55
55
|
ID used for the Anki note ID
|
|
56
56
|
|
|
@@ -60,7 +60,7 @@ ID used for the Anki note ID
|
|
|
60
60
|
|
|
61
61
|
> `readonly` `optional` **noteID**: `` `${EntryType}_${string}` ``
|
|
62
62
|
|
|
63
|
-
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/
|
|
63
|
+
Defined in: [types.ts:396](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L396)
|
|
64
64
|
|
|
65
65
|
ID used for the resulting Anki note
|
|
66
66
|
|
|
@@ -70,7 +70,7 @@ ID used for the resulting Anki note
|
|
|
70
70
|
|
|
71
71
|
> `optional` **noteTypeName**: `string`
|
|
72
72
|
|
|
73
|
-
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/
|
|
73
|
+
Defined in: [types.ts:404](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L404)
|
|
74
74
|
|
|
75
75
|
Anki note type name
|
|
76
76
|
|
|
@@ -80,6 +80,6 @@ Anki note type name
|
|
|
80
80
|
|
|
81
81
|
> `optional` **tags**: `string`[]
|
|
82
82
|
|
|
83
|
-
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/
|
|
83
|
+
Defined in: [types.ts:412](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L412)
|
|
84
84
|
|
|
85
85
|
Tags generated based on the entry's information
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: TanakaExample
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:347](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:347](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L347)
|
|
10
10
|
|
|
11
11
|
Tanaka Corpus `examples.utf` examples
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@ Tanaka Corpus `examples.utf` examples
|
|
|
16
16
|
|
|
17
17
|
> `readonly` `optional` **furigana**: `string`
|
|
18
18
|
|
|
19
|
-
Defined in: [types.ts:367](https://github.com/Ronokof/Henkan/blob/
|
|
19
|
+
Defined in: [types.ts:367](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L367)
|
|
20
20
|
|
|
21
21
|
The Japanese phrase, with furigana attached
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ The Japanese phrase, with furigana attached
|
|
|
26
26
|
|
|
27
27
|
> `optional` **glossNumber**: [`GlossSpecificNumber`](GlossSpecificNumber.md)
|
|
28
28
|
|
|
29
|
-
Defined in: [types.ts:371](https://github.com/Ronokof/Henkan/blob/
|
|
29
|
+
Defined in: [types.ts:371](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L371)
|
|
30
30
|
|
|
31
31
|
The word-gloss pair
|
|
32
32
|
|
|
@@ -36,7 +36,7 @@ The word-gloss pair
|
|
|
36
36
|
|
|
37
37
|
> `readonly` **id**: `` `${number}_${number}` ``
|
|
38
38
|
|
|
39
|
-
Defined in: [types.ts:351](https://github.com/Ronokof/Henkan/blob/
|
|
39
|
+
Defined in: [types.ts:351](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L351)
|
|
40
40
|
|
|
41
41
|
The ID of the example
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ The ID of the example
|
|
|
46
46
|
|
|
47
47
|
> `readonly` **parts**: [`ExamplePart`](ExamplePart.md)[]
|
|
48
48
|
|
|
49
|
-
Defined in: [types.ts:363](https://github.com/Ronokof/Henkan/blob/
|
|
49
|
+
Defined in: [types.ts:363](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L363)
|
|
50
50
|
|
|
51
51
|
The `B` section, split into parts
|
|
52
52
|
|
|
@@ -56,7 +56,7 @@ The `B` section, split into parts
|
|
|
56
56
|
|
|
57
57
|
> `readonly` **phrase**: `string`
|
|
58
58
|
|
|
59
|
-
Defined in: [types.ts:355](https://github.com/Ronokof/Henkan/blob/
|
|
59
|
+
Defined in: [types.ts:355](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L355)
|
|
60
60
|
|
|
61
61
|
The Japanese phrase (found in the `A` section, **before** the tab)
|
|
62
62
|
|
|
@@ -66,6 +66,6 @@ The Japanese phrase (found in the `A` section, **before** the tab)
|
|
|
66
66
|
|
|
67
67
|
> `readonly` **translation**: `string`
|
|
68
68
|
|
|
69
|
-
Defined in: [types.ts:359](https://github.com/Ronokof/Henkan/blob/
|
|
69
|
+
Defined in: [types.ts:359](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L359)
|
|
70
70
|
|
|
71
71
|
The English translation of the phrase (found in the `A` section, **after** the tab)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: Translation
|
|
8
8
|
|
|
9
|
-
Defined in: [types.ts:482](https://github.com/Ronokof/Henkan/blob/
|
|
9
|
+
Defined in: [types.ts:482](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L482)
|
|
10
10
|
|
|
11
11
|
A translation of the word
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Converted from [DictMeaning](DictMeaning.md)
|
|
|
18
18
|
|
|
19
19
|
> `optional` **notes**: `string`[]
|
|
20
20
|
|
|
21
|
-
Defined in: [types.ts:490](https://github.com/Ronokof/Henkan/blob/
|
|
21
|
+
Defined in: [types.ts:490](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L490)
|
|
22
22
|
|
|
23
23
|
Information about the translation
|
|
24
24
|
|
|
@@ -28,6 +28,6 @@ Information about the translation
|
|
|
28
28
|
|
|
29
29
|
> `readonly` **translation**: `string`
|
|
30
30
|
|
|
31
|
-
Defined in: [types.ts:486](https://github.com/Ronokof/Henkan/blob/
|
|
31
|
+
Defined in: [types.ts:486](https://github.com/Ronokof/Henkan/blob/b6db5e7fec28444596a47dc5b282a83bd96b58ce/src/types.ts#L486)
|
|
32
32
|
|
|
33
33
|
The translation
|