waha-shared 1.0.167 → 1.0.169
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/data/areas/areas.schema.json +101 -0
- package/dist/data/aslTimestamps/aslTimestamps.schema.json +82 -0
- package/dist/data/bibleAudios/bibleAudios.schema.json +61 -0
- package/dist/data/bibleBooks/bibleBooks.schema.json +124 -0
- package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +19 -0
- package/dist/data/bibleStatuses/bibleStatuses.json +235 -58
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +58 -0
- package/dist/data/bibleTexts/bibleTexts.schema.json +74 -0
- package/dist/data/clones/clones.schema.json +75 -0
- package/dist/data/countries/countries.schema.json +109 -0
- package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +56 -0
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +41 -0
- package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +33 -0
- package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +47 -0
- package/dist/data/curriculumTopics/curriculumTopics.schema.json +33 -0
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +6409 -0
- package/dist/data/dblTextLicenses/dblTextLicenses.json +14951 -0
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +19 -0
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +19 -0
- package/dist/data/languageAssets/languageAssets.json +499305 -0
- package/dist/data/languageAssets/languageAssets.schema.json +25 -0
- package/dist/data/languages/languages.json +2 -2
- package/dist/data/languages/languages.schema.json +374 -0
- package/dist/data/mediaDurations/mediaDurations.json +32 -0
- package/dist/data/mediaDurations/mediaDurations.schema.json +27 -0
- package/dist/data/notification/notification.schema.json +121 -0
- package/dist/data/numeralMaps/numeralMaps.schema.json +80 -0
- package/dist/data/orphanedBibleTexts/orphanedBibleTexts.json +2750 -0
- package/dist/data/phoneLanguages/phoneLanguages.schema.json +48 -0
- package/dist/data/questions/questions.schema.json +52 -0
- package/dist/data/releaseNotes/releaseNotes.json +82 -2
- package/dist/data/releaseNotes/releaseNotes.schema.json +33 -0
- package/dist/data/screenshots/screenshots.schema.json +21 -0
- package/dist/data/scripts/scripts.json +20 -0
- package/dist/data/scripts/scripts.schema.json +26 -0
- package/dist/data/sets/sets.schema.json +135 -0
- package/dist/data/specialIds/specialIds.schema.json +132 -0
- package/dist/data/translationsApp/translationsApp.json +388 -0
- package/dist/data/translationsApp/translationsApp.schema.json +1602 -0
- package/dist/data/translationsFtb/translationsFtb.json +68 -0
- package/dist/data/translationsFtb/translationsFtb.schema.json +361 -0
- package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +232 -0
- package/dist/data/translationsQuestion/translationsQuestion.json +32 -0
- package/dist/data/translationsQuestion/translationsQuestion.schema.json +35 -0
- package/dist/data/translationsSet/translationsSet.json +789 -0
- package/dist/data/translationsSet/translationsSet.schema.json +96 -0
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +240 -0
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +32 -0
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +35 -0
- package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +18 -0
- package/dist/data/youtubeVideos/youtubeVideos.schema.json +18 -0
- package/package.json +1 -1
|
@@ -681,6 +681,74 @@
|
|
|
681
681
|
"ZEC": "Zəkəriyyə Peyğəmbərin Kitabından",
|
|
682
682
|
"ZEP": "Sefanya Peyğəmbərin Kitabından"
|
|
683
683
|
},
|
|
684
|
+
"bni": {
|
|
685
|
+
"1CH": "বংশাবলির প্রথম পুস্তক থেকে",
|
|
686
|
+
"1CO": "করিন্থীয়দের প্রতি প্রথম পত্র থেকে",
|
|
687
|
+
"1JN": "যোহনের প্রথম পত্র থেকে",
|
|
688
|
+
"1KI": "রাজাবলির প্রথম পুস্তক থেকে",
|
|
689
|
+
"1PE": "পিতরের প্রথম পত্র থেকে",
|
|
690
|
+
"1SA": "শমূয়েলের প্রথম পুস্তক থেকে",
|
|
691
|
+
"1TH": "থিষলনীকীয়দের প্রতি প্রথম পত্র থেকে",
|
|
692
|
+
"1TI": "তিমথির প্রতি প্রথম পত্র থেকে",
|
|
693
|
+
"2CH": "বংশাবলির দ্বিতীয় পুস্তক থেকে",
|
|
694
|
+
"2CO": "করিন্থীয়দের প্রতি দ্বিতীয় পত্র থেকে",
|
|
695
|
+
"2JN": "যোহনের দ্বিতীয় পত্র থেকে",
|
|
696
|
+
"2KI": "রাজাবলির দ্বিতীয় পুস্তক থেকে",
|
|
697
|
+
"2PE": "পিতরের দ্বিতীয় পত্র থেকে",
|
|
698
|
+
"2SA": "শমূয়েলের দ্বিতীয় পুস্তক থেকে",
|
|
699
|
+
"2TH": "থিষলনীকীয়দের প্রতি দ্বিতীয় পত্র থেকে",
|
|
700
|
+
"2TI": "তিমথির প্রতি দ্বিতীয় পত্র থেকে",
|
|
701
|
+
"3JN": "যোহনের তৃতীয় পত্র থেকে",
|
|
702
|
+
"ACT": "প্রেরিতদের কার্যবিবরণ থেকে",
|
|
703
|
+
"AMO": "আমোষ পুস্তক থেকে",
|
|
704
|
+
"COL": "কলসীয়দের প্রতি পত্র থেকে",
|
|
705
|
+
"DAN": "দানিয়েল পুস্তক থেকে",
|
|
706
|
+
"DEU": "দ্বিতীয় বিবরণ পুস্তক থেকে",
|
|
707
|
+
"ECC": "উপদেশক পুস্তক থেকে",
|
|
708
|
+
"EPH": "ইফিষীয়দের প্রতি পত্র থেকে",
|
|
709
|
+
"EST": "ইষ্টের পুস্তক থেকে",
|
|
710
|
+
"EXO": "যাত্রা পুস্তক থেকে",
|
|
711
|
+
"EZK": "যিহিষ্কেল পুস্তক থেকে",
|
|
712
|
+
"EZR": "ইষ্রা পুস্তক থেকে",
|
|
713
|
+
"GAL": "গালাতীয়দের প্রতি পত্র থেকে",
|
|
714
|
+
"GEN": "আদি পুস্তক থেকে",
|
|
715
|
+
"HAB": "হবক্কূক পুস্তক থেকে",
|
|
716
|
+
"HAG": "হগয় পুস্তক থেকে",
|
|
717
|
+
"HEB": "ইব্রীয়দের প্রতি পত্র থেকে",
|
|
718
|
+
"HOS": "হোশেয় পুস্তক থেকে",
|
|
719
|
+
"ISA": "যিশাইয় পুস্তক থেকে",
|
|
720
|
+
"JAS": "যাকোবের পত্র থেকে",
|
|
721
|
+
"JDG": "বিচারকর্তৃগণ পুস্তক থেকে",
|
|
722
|
+
"JER": "যিরমিয় পুস্তক থেকে",
|
|
723
|
+
"JHN": "যোহন পুস্তক থেকে",
|
|
724
|
+
"JOB": "ইয়োব পুস্তক থেকে",
|
|
725
|
+
"JOL": "যোয়েল পুস্তক থেকে",
|
|
726
|
+
"JON": "যোনা পুস্তক থেকে",
|
|
727
|
+
"JOS": "যিহোশূয় পুস্তক থেকে",
|
|
728
|
+
"JUD": "যিহূদার পত্র থেকে",
|
|
729
|
+
"LAM": "বিলাপ পুস্তক থেকে",
|
|
730
|
+
"LEV": "লেবীয় পুস্তক থেকে",
|
|
731
|
+
"LUK": "লূক পুস্তক থেকে",
|
|
732
|
+
"MAL": "মালাখি পুস্তক থেকে",
|
|
733
|
+
"MAT": "মথি পুস্তক থেকে",
|
|
734
|
+
"MIC": "মীখা পুস্তক থেকে",
|
|
735
|
+
"MRK": "মার্ক পুস্তক থেকে",
|
|
736
|
+
"NAM": "নহূম পুস্তক থেকে",
|
|
737
|
+
"NEH": "নহিমিয় পুস্তক থেকে",
|
|
738
|
+
"NUM": "গণনা পুস্তক থেকে",
|
|
739
|
+
"OBA": "ওবদিয় পুস্তক থেকে",
|
|
740
|
+
"PHM": "ফিলীমনের প্রতি পত্র থেকে",
|
|
741
|
+
"PHP": "ফিলিপীয়দের প্রতি পত্র থেকে",
|
|
742
|
+
"PRO": "হিতোপদেশ পুস্তক থেকে",
|
|
743
|
+
"PSA": "গীতসংহিতা পুস্তক থেকে",
|
|
744
|
+
"REV": "প্রকাশিত বাক্য পুস্তক থেকে",
|
|
745
|
+
"ROM": "রোমীয়দের প্রতি পত্র থেকে",
|
|
746
|
+
"RUT": "রূত পুস্তক থেকে",
|
|
747
|
+
"SNG": "পরমগীত পুস্তক থেকে",
|
|
748
|
+
"TIT": "তীতের প্রতি পত্র থেকে",
|
|
749
|
+
"ZEC": "সখরিয় পুস্তক থেকে",
|
|
750
|
+
"ZEP": "সফনিয় পুস্তক থেকে"
|
|
751
|
+
},
|
|
684
752
|
"ceb": {
|
|
685
753
|
"1CH": "Gikan sa basahon sa 1 Cronicas",
|
|
686
754
|
"1CO": "Gikan sa basahon sa 1 Mga Taga-Corinto",
|
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"required": [
|
|
5
|
+
"$schema",
|
|
6
|
+
"data"
|
|
7
|
+
],
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"properties": {
|
|
10
|
+
"$schema": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Path to the JSON schema file"
|
|
13
|
+
},
|
|
14
|
+
"data": {
|
|
15
|
+
"title": "From the Book Translations",
|
|
16
|
+
"additionalProperties": {
|
|
17
|
+
"description": "Translations for a single language (identified by a 3-letter code)_",
|
|
18
|
+
"properties": {
|
|
19
|
+
"1CH": {
|
|
20
|
+
"minLength": 1,
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"1CO": {
|
|
24
|
+
"minLength": 1,
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"1JN": {
|
|
28
|
+
"minLength": 1,
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"1KI": {
|
|
32
|
+
"minLength": 1,
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
"1PE": {
|
|
36
|
+
"minLength": 1,
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"1SA": {
|
|
40
|
+
"minLength": 1,
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"1TH": {
|
|
44
|
+
"minLength": 1,
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"1TI": {
|
|
48
|
+
"minLength": 1,
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"2CH": {
|
|
52
|
+
"minLength": 1,
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"2CO": {
|
|
56
|
+
"minLength": 1,
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"2JN": {
|
|
60
|
+
"minLength": 1,
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"2KI": {
|
|
64
|
+
"minLength": 1,
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"2PE": {
|
|
68
|
+
"minLength": 1,
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"2SA": {
|
|
72
|
+
"minLength": 1,
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
75
|
+
"2TH": {
|
|
76
|
+
"minLength": 1,
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
"2TI": {
|
|
80
|
+
"minLength": 1,
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"3JN": {
|
|
84
|
+
"minLength": 1,
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"ACT": {
|
|
88
|
+
"minLength": 1,
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"AMO": {
|
|
92
|
+
"minLength": 1,
|
|
93
|
+
"type": "string"
|
|
94
|
+
},
|
|
95
|
+
"COL": {
|
|
96
|
+
"minLength": 1,
|
|
97
|
+
"type": "string"
|
|
98
|
+
},
|
|
99
|
+
"DAN": {
|
|
100
|
+
"minLength": 1,
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
"DEU": {
|
|
104
|
+
"minLength": 1,
|
|
105
|
+
"type": "string"
|
|
106
|
+
},
|
|
107
|
+
"ECC": {
|
|
108
|
+
"minLength": 1,
|
|
109
|
+
"type": "string"
|
|
110
|
+
},
|
|
111
|
+
"EPH": {
|
|
112
|
+
"minLength": 1,
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"EST": {
|
|
116
|
+
"minLength": 1,
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"EXO": {
|
|
120
|
+
"minLength": 1,
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
"EZK": {
|
|
124
|
+
"minLength": 1,
|
|
125
|
+
"type": "string"
|
|
126
|
+
},
|
|
127
|
+
"EZR": {
|
|
128
|
+
"minLength": 1,
|
|
129
|
+
"type": "string"
|
|
130
|
+
},
|
|
131
|
+
"GAL": {
|
|
132
|
+
"minLength": 1,
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"GEN": {
|
|
136
|
+
"minLength": 1,
|
|
137
|
+
"type": "string"
|
|
138
|
+
},
|
|
139
|
+
"HAB": {
|
|
140
|
+
"minLength": 1,
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
"HAG": {
|
|
144
|
+
"minLength": 1,
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"HEB": {
|
|
148
|
+
"minLength": 1,
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
"HOS": {
|
|
152
|
+
"minLength": 1,
|
|
153
|
+
"type": "string"
|
|
154
|
+
},
|
|
155
|
+
"ISA": {
|
|
156
|
+
"minLength": 1,
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"JAS": {
|
|
160
|
+
"minLength": 1,
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"JDG": {
|
|
164
|
+
"minLength": 1,
|
|
165
|
+
"type": "string"
|
|
166
|
+
},
|
|
167
|
+
"JER": {
|
|
168
|
+
"minLength": 1,
|
|
169
|
+
"type": "string"
|
|
170
|
+
},
|
|
171
|
+
"JHN": {
|
|
172
|
+
"minLength": 1,
|
|
173
|
+
"type": "string"
|
|
174
|
+
},
|
|
175
|
+
"JOB": {
|
|
176
|
+
"minLength": 1,
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
179
|
+
"JOL": {
|
|
180
|
+
"minLength": 1,
|
|
181
|
+
"type": "string"
|
|
182
|
+
},
|
|
183
|
+
"JON": {
|
|
184
|
+
"minLength": 1,
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
187
|
+
"JOS": {
|
|
188
|
+
"minLength": 1,
|
|
189
|
+
"type": "string"
|
|
190
|
+
},
|
|
191
|
+
"JUD": {
|
|
192
|
+
"minLength": 1,
|
|
193
|
+
"type": "string"
|
|
194
|
+
},
|
|
195
|
+
"LAM": {
|
|
196
|
+
"minLength": 1,
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"LEV": {
|
|
200
|
+
"minLength": 1,
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"LUK": {
|
|
204
|
+
"minLength": 1,
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
207
|
+
"MAL": {
|
|
208
|
+
"minLength": 1,
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"MAT": {
|
|
212
|
+
"minLength": 1,
|
|
213
|
+
"type": "string"
|
|
214
|
+
},
|
|
215
|
+
"MIC": {
|
|
216
|
+
"minLength": 1,
|
|
217
|
+
"type": "string"
|
|
218
|
+
},
|
|
219
|
+
"MRK": {
|
|
220
|
+
"minLength": 1,
|
|
221
|
+
"type": "string"
|
|
222
|
+
},
|
|
223
|
+
"NAM": {
|
|
224
|
+
"minLength": 1,
|
|
225
|
+
"type": "string"
|
|
226
|
+
},
|
|
227
|
+
"NEH": {
|
|
228
|
+
"minLength": 1,
|
|
229
|
+
"type": "string"
|
|
230
|
+
},
|
|
231
|
+
"NUM": {
|
|
232
|
+
"minLength": 1,
|
|
233
|
+
"type": "string"
|
|
234
|
+
},
|
|
235
|
+
"OBA": {
|
|
236
|
+
"minLength": 1,
|
|
237
|
+
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"PHM": {
|
|
240
|
+
"minLength": 1,
|
|
241
|
+
"type": "string"
|
|
242
|
+
},
|
|
243
|
+
"PHP": {
|
|
244
|
+
"minLength": 1,
|
|
245
|
+
"type": "string"
|
|
246
|
+
},
|
|
247
|
+
"PRO": {
|
|
248
|
+
"minLength": 1,
|
|
249
|
+
"type": "string"
|
|
250
|
+
},
|
|
251
|
+
"PSA": {
|
|
252
|
+
"minLength": 1,
|
|
253
|
+
"type": "string"
|
|
254
|
+
},
|
|
255
|
+
"REV": {
|
|
256
|
+
"minLength": 1,
|
|
257
|
+
"type": "string"
|
|
258
|
+
},
|
|
259
|
+
"ROM": {
|
|
260
|
+
"minLength": 1,
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"RUT": {
|
|
264
|
+
"minLength": 1,
|
|
265
|
+
"type": "string"
|
|
266
|
+
},
|
|
267
|
+
"SNG": {
|
|
268
|
+
"minLength": 1,
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
271
|
+
"TIT": {
|
|
272
|
+
"minLength": 1,
|
|
273
|
+
"type": "string"
|
|
274
|
+
},
|
|
275
|
+
"ZEC": {
|
|
276
|
+
"minLength": 1,
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"ZEP": {
|
|
280
|
+
"minLength": 1,
|
|
281
|
+
"type": "string"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"required": [
|
|
285
|
+
"1CH",
|
|
286
|
+
"1CO",
|
|
287
|
+
"1JN",
|
|
288
|
+
"1KI",
|
|
289
|
+
"1PE",
|
|
290
|
+
"1SA",
|
|
291
|
+
"1TH",
|
|
292
|
+
"1TI",
|
|
293
|
+
"2CH",
|
|
294
|
+
"2CO",
|
|
295
|
+
"2JN",
|
|
296
|
+
"2KI",
|
|
297
|
+
"2PE",
|
|
298
|
+
"2SA",
|
|
299
|
+
"2TH",
|
|
300
|
+
"2TI",
|
|
301
|
+
"3JN",
|
|
302
|
+
"ACT",
|
|
303
|
+
"AMO",
|
|
304
|
+
"COL",
|
|
305
|
+
"DAN",
|
|
306
|
+
"DEU",
|
|
307
|
+
"ECC",
|
|
308
|
+
"EPH",
|
|
309
|
+
"EST",
|
|
310
|
+
"EXO",
|
|
311
|
+
"EZK",
|
|
312
|
+
"EZR",
|
|
313
|
+
"GAL",
|
|
314
|
+
"GEN",
|
|
315
|
+
"HAB",
|
|
316
|
+
"HAG",
|
|
317
|
+
"HEB",
|
|
318
|
+
"HOS",
|
|
319
|
+
"ISA",
|
|
320
|
+
"JAS",
|
|
321
|
+
"JDG",
|
|
322
|
+
"JER",
|
|
323
|
+
"JHN",
|
|
324
|
+
"JOB",
|
|
325
|
+
"JOL",
|
|
326
|
+
"JON",
|
|
327
|
+
"JOS",
|
|
328
|
+
"JUD",
|
|
329
|
+
"LAM",
|
|
330
|
+
"LEV",
|
|
331
|
+
"LUK",
|
|
332
|
+
"MAL",
|
|
333
|
+
"MAT",
|
|
334
|
+
"MIC",
|
|
335
|
+
"MRK",
|
|
336
|
+
"NAM",
|
|
337
|
+
"NEH",
|
|
338
|
+
"NUM",
|
|
339
|
+
"OBA",
|
|
340
|
+
"PHM",
|
|
341
|
+
"PHP",
|
|
342
|
+
"PRO",
|
|
343
|
+
"PSA",
|
|
344
|
+
"REV",
|
|
345
|
+
"ROM",
|
|
346
|
+
"RUT",
|
|
347
|
+
"SNG",
|
|
348
|
+
"TIT",
|
|
349
|
+
"ZEC",
|
|
350
|
+
"ZEP"
|
|
351
|
+
],
|
|
352
|
+
"type": "object"
|
|
353
|
+
},
|
|
354
|
+
"propertyNames": {
|
|
355
|
+
"description": "Language id (3 lowercase letters).",
|
|
356
|
+
"pattern": "^[a-z]{3}$"
|
|
357
|
+
},
|
|
358
|
+
"type": "object"
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"required": [
|
|
5
|
+
"$schema",
|
|
6
|
+
"data"
|
|
7
|
+
],
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"properties": {
|
|
10
|
+
"$schema": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Path to the JSON schema file"
|
|
13
|
+
},
|
|
14
|
+
"data": {
|
|
15
|
+
"$id": "https://waha_app/schemas/introductionTranslations_schema_json",
|
|
16
|
+
"title": "Introduction Translations",
|
|
17
|
+
"type": "object",
|
|
18
|
+
"description": "Schema for introductionTranslations_json. Root keys are 3-letter language identifiers (ISO-639 style). Each language object contains an 'introduction' string and an 'introductions' object mapping lesson identifiers (e.g. 03.005.001) or the key 'eq' to localized string content.",
|
|
19
|
+
"propertyNames": {
|
|
20
|
+
"pattern": "^[a-z]{3}$",
|
|
21
|
+
"description": "Language id (3 lowercase letters)."
|
|
22
|
+
},
|
|
23
|
+
"additionalProperties": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"description": "Translations for a single language (identified by a 3-letter code).",
|
|
26
|
+
"properties": {
|
|
27
|
+
"introduction": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"introductions": {
|
|
31
|
+
"type": "object",
|
|
32
|
+
"description": "Mapping of lesson identifiers (NN.NNN.NNN) or 'eq' to translated strings.",
|
|
33
|
+
"properties": {
|
|
34
|
+
"03.005.001": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"minLength": 1
|
|
37
|
+
},
|
|
38
|
+
"03.005.002": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"minLength": 1
|
|
41
|
+
},
|
|
42
|
+
"03.005.003": {
|
|
43
|
+
"type": "string",
|
|
44
|
+
"minLength": 1
|
|
45
|
+
},
|
|
46
|
+
"03.005.004": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"minLength": 1
|
|
49
|
+
},
|
|
50
|
+
"03.005.005": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"minLength": 1
|
|
53
|
+
},
|
|
54
|
+
"03.005.006": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"minLength": 1
|
|
57
|
+
},
|
|
58
|
+
"03.005.007": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"minLength": 1
|
|
61
|
+
},
|
|
62
|
+
"03.005.008": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"minLength": 1
|
|
65
|
+
},
|
|
66
|
+
"03.005.009": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"minLength": 1
|
|
69
|
+
},
|
|
70
|
+
"03.005.010": {
|
|
71
|
+
"type": "string",
|
|
72
|
+
"minLength": 1
|
|
73
|
+
},
|
|
74
|
+
"03.005.011": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"minLength": 1
|
|
77
|
+
},
|
|
78
|
+
"03.005.012": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"minLength": 1
|
|
81
|
+
},
|
|
82
|
+
"03.006.001": {
|
|
83
|
+
"type": "string",
|
|
84
|
+
"minLength": 1
|
|
85
|
+
},
|
|
86
|
+
"03.006.002": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"minLength": 1
|
|
89
|
+
},
|
|
90
|
+
"03.006.003": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"minLength": 1
|
|
93
|
+
},
|
|
94
|
+
"03.006.004": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"minLength": 1
|
|
97
|
+
},
|
|
98
|
+
"03.006.005": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"minLength": 1
|
|
101
|
+
},
|
|
102
|
+
"03.006.006": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"minLength": 1
|
|
105
|
+
},
|
|
106
|
+
"03.006.007": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"minLength": 1
|
|
109
|
+
},
|
|
110
|
+
"03.006.008": {
|
|
111
|
+
"type": "string",
|
|
112
|
+
"minLength": 1
|
|
113
|
+
},
|
|
114
|
+
"03.006.009": {
|
|
115
|
+
"type": "string",
|
|
116
|
+
"minLength": 1
|
|
117
|
+
},
|
|
118
|
+
"03.006.010": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"minLength": 1
|
|
121
|
+
},
|
|
122
|
+
"03.006.011": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"minLength": 1
|
|
125
|
+
},
|
|
126
|
+
"03.006.012": {
|
|
127
|
+
"type": "string",
|
|
128
|
+
"minLength": 1
|
|
129
|
+
},
|
|
130
|
+
"03.007.001": {
|
|
131
|
+
"type": "string",
|
|
132
|
+
"minLength": 1
|
|
133
|
+
},
|
|
134
|
+
"03.007.002": {
|
|
135
|
+
"type": "string",
|
|
136
|
+
"minLength": 1
|
|
137
|
+
},
|
|
138
|
+
"03.007.003": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"minLength": 1
|
|
141
|
+
},
|
|
142
|
+
"03.007.004": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"minLength": 1
|
|
145
|
+
},
|
|
146
|
+
"03.007.005": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"minLength": 1
|
|
149
|
+
},
|
|
150
|
+
"03.007.006": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"minLength": 1
|
|
153
|
+
},
|
|
154
|
+
"03.007.007": {
|
|
155
|
+
"type": "string",
|
|
156
|
+
"minLength": 1
|
|
157
|
+
},
|
|
158
|
+
"03.007.008": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"minLength": 1
|
|
161
|
+
},
|
|
162
|
+
"03.007.009": {
|
|
163
|
+
"type": "string",
|
|
164
|
+
"minLength": 1
|
|
165
|
+
},
|
|
166
|
+
"03.007.010": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"minLength": 1
|
|
169
|
+
},
|
|
170
|
+
"03.007.011": {
|
|
171
|
+
"type": "string",
|
|
172
|
+
"minLength": 1
|
|
173
|
+
},
|
|
174
|
+
"03.007.012": {
|
|
175
|
+
"type": "string",
|
|
176
|
+
"minLength": 1
|
|
177
|
+
},
|
|
178
|
+
"eq": {
|
|
179
|
+
"type": "string",
|
|
180
|
+
"minLength": 1
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"required": [
|
|
184
|
+
"03.005.001",
|
|
185
|
+
"03.005.002",
|
|
186
|
+
"03.005.003",
|
|
187
|
+
"03.005.004",
|
|
188
|
+
"03.005.005",
|
|
189
|
+
"03.005.006",
|
|
190
|
+
"03.005.007",
|
|
191
|
+
"03.005.008",
|
|
192
|
+
"03.005.009",
|
|
193
|
+
"03.005.010",
|
|
194
|
+
"03.005.011",
|
|
195
|
+
"03.005.012",
|
|
196
|
+
"03.006.001",
|
|
197
|
+
"03.006.002",
|
|
198
|
+
"03.006.003",
|
|
199
|
+
"03.006.004",
|
|
200
|
+
"03.006.005",
|
|
201
|
+
"03.006.006",
|
|
202
|
+
"03.006.007",
|
|
203
|
+
"03.006.008",
|
|
204
|
+
"03.006.009",
|
|
205
|
+
"03.006.010",
|
|
206
|
+
"03.006.011",
|
|
207
|
+
"03.006.012",
|
|
208
|
+
"03.007.001",
|
|
209
|
+
"03.007.002",
|
|
210
|
+
"03.007.003",
|
|
211
|
+
"03.007.004",
|
|
212
|
+
"03.007.005",
|
|
213
|
+
"03.007.006",
|
|
214
|
+
"03.007.007",
|
|
215
|
+
"03.007.008",
|
|
216
|
+
"03.007.009",
|
|
217
|
+
"03.007.010",
|
|
218
|
+
"03.007.011",
|
|
219
|
+
"03.007.012",
|
|
220
|
+
"eq"
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"required": [
|
|
225
|
+
"introduction",
|
|
226
|
+
"introductions"
|
|
227
|
+
],
|
|
228
|
+
"additionalProperties": false
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|