waha-shared 1.0.170 → 1.0.172
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.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.schema.json +374 -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.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.schema.json +1602 -0
- package/dist/data/translationsFtb/translationsFtb.schema.json +361 -0
- package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +232 -0
- package/dist/data/translationsQuestion/translationsQuestion.schema.json +35 -0
- package/dist/data/translationsSet/translationsSet.schema.json +96 -0
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +240 -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
|
@@ -0,0 +1,1602 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"required": ["$schema", "data"],
|
|
5
|
+
"additionalProperties": false,
|
|
6
|
+
"properties": {
|
|
7
|
+
"$schema": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"description": "Path to the JSON schema file"
|
|
10
|
+
},
|
|
11
|
+
"data": {
|
|
12
|
+
"title": "App Translations",
|
|
13
|
+
"$id": "https://waha_app/schemas/appTranslations_schema_json",
|
|
14
|
+
"additionalProperties": {
|
|
15
|
+
"description": "Translations for a single language (identified by a 3-letter code)_",
|
|
16
|
+
"properties": {
|
|
17
|
+
"name": {
|
|
18
|
+
"minLength": 1,
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"version": {
|
|
22
|
+
"minLength": 1,
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"a11y_add_secondary_language_hint": {
|
|
26
|
+
"minLength": 1,
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"a11y_article_hint": {
|
|
30
|
+
"minLength": 1,
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"a11y_banner_dismiss_hint": {
|
|
34
|
+
"minLength": 1,
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"a11y_bible_audio_controls_label": {
|
|
38
|
+
"minLength": 1,
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"a11y_bible_translation_hint": {
|
|
42
|
+
"minLength": 1,
|
|
43
|
+
"type": "string"
|
|
44
|
+
},
|
|
45
|
+
"a11y_bookmark_hint": {
|
|
46
|
+
"minLength": 1,
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"a11y_bookmark_label": {
|
|
50
|
+
"minLength": 1,
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"a11y_change_languages_hint": {
|
|
54
|
+
"minLength": 1,
|
|
55
|
+
"type": "string"
|
|
56
|
+
},
|
|
57
|
+
"a11y_chapter_button_hint": {
|
|
58
|
+
"minLength": 1,
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"a11y_choose_primary_language_hint": {
|
|
62
|
+
"minLength": 1,
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"a11y_clear_passcode_hint": {
|
|
66
|
+
"minLength": 1,
|
|
67
|
+
"type": "string"
|
|
68
|
+
},
|
|
69
|
+
"a11y_download_set_label": {
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
"a11y_extra_controls_hint": {
|
|
74
|
+
"minLength": 1,
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"a11y_extra_controls_label": {
|
|
78
|
+
"minLength": 1,
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"a11y_font_size_decrement_label": {
|
|
82
|
+
"minLength": 1,
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"a11y_font_size_increment_label": {
|
|
86
|
+
"minLength": 1,
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
"a11y_font_size_label": {
|
|
90
|
+
"minLength": 1,
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"a11y_give_button_hint": {
|
|
94
|
+
"minLength": 1,
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"a11y_group_help_hint": {
|
|
98
|
+
"minLength": 1,
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"a11y_lesson_actions_hint": {
|
|
102
|
+
"minLength": 1,
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
105
|
+
"a11y_lesson_actions_label": {
|
|
106
|
+
"minLength": 1,
|
|
107
|
+
"type": "string"
|
|
108
|
+
},
|
|
109
|
+
"a11y_lesson_hint": {
|
|
110
|
+
"minLength": 1,
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
"a11y_lesson_label": {
|
|
114
|
+
"minLength": 1,
|
|
115
|
+
"type": "string"
|
|
116
|
+
},
|
|
117
|
+
"a11y_lesson_question_label": {
|
|
118
|
+
"minLength": 1,
|
|
119
|
+
"type": "string"
|
|
120
|
+
},
|
|
121
|
+
"a11y_lesson_text_hint": {
|
|
122
|
+
"minLength": 1,
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"a11y_mute_label": {
|
|
126
|
+
"minLength": 1,
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"a11y_play_button_label": {
|
|
130
|
+
"minLength": 1,
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
"a11y_playback_speed_decrement_label": {
|
|
134
|
+
"minLength": 1,
|
|
135
|
+
"type": "string"
|
|
136
|
+
},
|
|
137
|
+
"a11y_playback_speed_increment_label": {
|
|
138
|
+
"minLength": 1,
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"a11y_playback_speed_label": {
|
|
142
|
+
"minLength": 1,
|
|
143
|
+
"type": "string"
|
|
144
|
+
},
|
|
145
|
+
"a11y_radio_hint": {
|
|
146
|
+
"minLength": 1,
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"a11y_remove_language_label": {
|
|
150
|
+
"minLength": 1,
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"a11y_scrubber_decrement_label": {
|
|
154
|
+
"minLength": 1,
|
|
155
|
+
"type": "string"
|
|
156
|
+
},
|
|
157
|
+
"a11y_scrubber_increment_label": {
|
|
158
|
+
"minLength": 1,
|
|
159
|
+
"type": "string"
|
|
160
|
+
},
|
|
161
|
+
"a11y_scrubber_label": {
|
|
162
|
+
"minLength": 1,
|
|
163
|
+
"type": "string"
|
|
164
|
+
},
|
|
165
|
+
"a11y_search_hint": {
|
|
166
|
+
"minLength": 1,
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"a11y_security_mode_label": {
|
|
170
|
+
"minLength": 1,
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"a11y_set_hint": {
|
|
174
|
+
"minLength": 1,
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
177
|
+
"a11y_share_lesson_label": {
|
|
178
|
+
"minLength": 1,
|
|
179
|
+
"type": "string"
|
|
180
|
+
},
|
|
181
|
+
"a11y_tab_hint": {
|
|
182
|
+
"minLength": 1,
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"a11y_video_label": {
|
|
186
|
+
"minLength": 1,
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"a11y_view_bible_hint": {
|
|
190
|
+
"minLength": 1,
|
|
191
|
+
"type": "string"
|
|
192
|
+
},
|
|
193
|
+
"a11y_view_in_progress_language_hint": {
|
|
194
|
+
"minLength": 1,
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
197
|
+
"a11y_view_launched_language_hint": {
|
|
198
|
+
"minLength": 1,
|
|
199
|
+
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"about": {
|
|
202
|
+
"minLength": 1,
|
|
203
|
+
"type": "string"
|
|
204
|
+
},
|
|
205
|
+
"add_language": {
|
|
206
|
+
"minLength": 1,
|
|
207
|
+
"type": "string"
|
|
208
|
+
},
|
|
209
|
+
"all": {
|
|
210
|
+
"minLength": 1,
|
|
211
|
+
"type": "string"
|
|
212
|
+
},
|
|
213
|
+
"all_languages": {
|
|
214
|
+
"minLength": 1,
|
|
215
|
+
"type": "string"
|
|
216
|
+
},
|
|
217
|
+
"app_store_listing_description": {
|
|
218
|
+
"minLength": 1,
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
221
|
+
"app_store_listing_screenshot_foundations": {
|
|
222
|
+
"minLength": 1,
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
225
|
+
"app_store_listing_screenshot_languages": {
|
|
226
|
+
"minLength": 1,
|
|
227
|
+
"type": "string"
|
|
228
|
+
},
|
|
229
|
+
"app_store_listing_screenshot_bible": {
|
|
230
|
+
"minLength": 1,
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
"app_store_listing_screenshot_lesson": {
|
|
234
|
+
"minLength": 1,
|
|
235
|
+
"type": "string"
|
|
236
|
+
},
|
|
237
|
+
"app_store_listing_screenshot_reviews_1": {
|
|
238
|
+
"minLength": 1,
|
|
239
|
+
"type": "string"
|
|
240
|
+
},
|
|
241
|
+
"app_store_listing_screenshot_reviews_2": {
|
|
242
|
+
"minLength": 1,
|
|
243
|
+
"type": "string"
|
|
244
|
+
},
|
|
245
|
+
"app_store_listing_screenshot_set": {
|
|
246
|
+
"minLength": 1,
|
|
247
|
+
"type": "string"
|
|
248
|
+
},
|
|
249
|
+
"app_store_listing_screenshot_share": {
|
|
250
|
+
"minLength": 1,
|
|
251
|
+
"type": "string"
|
|
252
|
+
},
|
|
253
|
+
"app_store_listing_screenshot_testimonial": {
|
|
254
|
+
"minLength": 1,
|
|
255
|
+
"type": "string"
|
|
256
|
+
},
|
|
257
|
+
"app_store_listing_screenshot_topics": {
|
|
258
|
+
"minLength": 1,
|
|
259
|
+
"type": "string"
|
|
260
|
+
},
|
|
261
|
+
"app_store_listing_subtitle": {
|
|
262
|
+
"minLength": 1,
|
|
263
|
+
"type": "string"
|
|
264
|
+
},
|
|
265
|
+
"app_store_listing_title": {
|
|
266
|
+
"minLength": 1,
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"appearance": {
|
|
270
|
+
"minLength": 1,
|
|
271
|
+
"type": "string"
|
|
272
|
+
},
|
|
273
|
+
"application": {
|
|
274
|
+
"minLength": 1,
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
277
|
+
"article_categories_65004e85fba2e8c9d281a73e": {
|
|
278
|
+
"minLength": 1,
|
|
279
|
+
"type": "string"
|
|
280
|
+
},
|
|
281
|
+
"article_categories_65004e8eaf7c1d3f8289315a": {
|
|
282
|
+
"minLength": 1,
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
"article_categories_65004f8eead7951cf3c33243": {
|
|
286
|
+
"minLength": 1,
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
"article_categories_65005061a72598db83565c66": {
|
|
290
|
+
"minLength": 1,
|
|
291
|
+
"type": "string"
|
|
292
|
+
},
|
|
293
|
+
"article_categories_65400527806b42d2e6ae4fd0": {
|
|
294
|
+
"minLength": 1,
|
|
295
|
+
"type": "string"
|
|
296
|
+
},
|
|
297
|
+
"article_categories_65ca47557375e35a56523645": {
|
|
298
|
+
"minLength": 1,
|
|
299
|
+
"type": "string"
|
|
300
|
+
},
|
|
301
|
+
"article_cta_body": {
|
|
302
|
+
"minLength": 1,
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"article_cta_header": {
|
|
306
|
+
"minLength": 1,
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"articles": {
|
|
310
|
+
"minLength": 1,
|
|
311
|
+
"type": "string"
|
|
312
|
+
},
|
|
313
|
+
"audio": {
|
|
314
|
+
"minLength": 1,
|
|
315
|
+
"type": "string"
|
|
316
|
+
},
|
|
317
|
+
"back": {
|
|
318
|
+
"minLength": 1,
|
|
319
|
+
"type": "string"
|
|
320
|
+
},
|
|
321
|
+
"bible": {
|
|
322
|
+
"minLength": 1,
|
|
323
|
+
"type": "string"
|
|
324
|
+
},
|
|
325
|
+
"bookmarks": {
|
|
326
|
+
"minLength": 1,
|
|
327
|
+
"type": "string"
|
|
328
|
+
},
|
|
329
|
+
"bookmarks_description": {
|
|
330
|
+
"minLength": 1,
|
|
331
|
+
"type": "string"
|
|
332
|
+
},
|
|
333
|
+
"bridge_language_explanation": {
|
|
334
|
+
"minLength": 1,
|
|
335
|
+
"type": "string"
|
|
336
|
+
},
|
|
337
|
+
"calculator": {
|
|
338
|
+
"minLength": 1,
|
|
339
|
+
"type": "string"
|
|
340
|
+
},
|
|
341
|
+
"calculator_description": {
|
|
342
|
+
"minLength": 1,
|
|
343
|
+
"type": "string"
|
|
344
|
+
},
|
|
345
|
+
"cancel": {
|
|
346
|
+
"minLength": 1,
|
|
347
|
+
"type": "string"
|
|
348
|
+
},
|
|
349
|
+
"cant_share_until_download": {
|
|
350
|
+
"minLength": 1,
|
|
351
|
+
"type": "string"
|
|
352
|
+
},
|
|
353
|
+
"cast_to_tv": {
|
|
354
|
+
"minLength": 1,
|
|
355
|
+
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
"casting": {
|
|
358
|
+
"minLength": 1,
|
|
359
|
+
"type": "string"
|
|
360
|
+
},
|
|
361
|
+
"change_chapter": {
|
|
362
|
+
"minLength": 1,
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"change_languages": {
|
|
366
|
+
"minLength": 1,
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
369
|
+
"change_passcode": {
|
|
370
|
+
"minLength": 1,
|
|
371
|
+
"type": "string"
|
|
372
|
+
},
|
|
373
|
+
"change_security_app": {
|
|
374
|
+
"minLength": 1,
|
|
375
|
+
"type": "string"
|
|
376
|
+
},
|
|
377
|
+
"change_security_app_description": {
|
|
378
|
+
"minLength": 1,
|
|
379
|
+
"type": "string"
|
|
380
|
+
},
|
|
381
|
+
"change_timeout": {
|
|
382
|
+
"minLength": 1,
|
|
383
|
+
"type": "string"
|
|
384
|
+
},
|
|
385
|
+
"change_video_language": {
|
|
386
|
+
"minLength": 1,
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
"changing_layout_direction": {
|
|
390
|
+
"minLength": 1,
|
|
391
|
+
"type": "string"
|
|
392
|
+
},
|
|
393
|
+
"chapter_fetching": {
|
|
394
|
+
"minLength": 1,
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
"chapter_not_available": {
|
|
398
|
+
"minLength": 1,
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"chapter_offline": {
|
|
402
|
+
"minLength": 1,
|
|
403
|
+
"type": "string"
|
|
404
|
+
},
|
|
405
|
+
"choose_passcode": {
|
|
406
|
+
"minLength": 1,
|
|
407
|
+
"type": "string"
|
|
408
|
+
},
|
|
409
|
+
"clear": {
|
|
410
|
+
"minLength": 1,
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"close": {
|
|
414
|
+
"minLength": 1,
|
|
415
|
+
"type": "string"
|
|
416
|
+
},
|
|
417
|
+
"confirm": {
|
|
418
|
+
"minLength": 1,
|
|
419
|
+
"type": "string"
|
|
420
|
+
},
|
|
421
|
+
"confirm_passcode": {
|
|
422
|
+
"minLength": 1,
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
"connect_to_continue": {
|
|
426
|
+
"minLength": 1,
|
|
427
|
+
"type": "string"
|
|
428
|
+
},
|
|
429
|
+
"contact_us": {
|
|
430
|
+
"minLength": 1,
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"continue": {
|
|
434
|
+
"minLength": 1,
|
|
435
|
+
"type": "string"
|
|
436
|
+
},
|
|
437
|
+
"contribute": {
|
|
438
|
+
"minLength": 1,
|
|
439
|
+
"type": "string"
|
|
440
|
+
},
|
|
441
|
+
"copied_to_clipboard": {
|
|
442
|
+
"minLength": 1,
|
|
443
|
+
"type": "string"
|
|
444
|
+
},
|
|
445
|
+
"dark": {
|
|
446
|
+
"minLength": 1,
|
|
447
|
+
"type": "string"
|
|
448
|
+
},
|
|
449
|
+
"dark_mode": {
|
|
450
|
+
"minLength": 1,
|
|
451
|
+
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
"default": {
|
|
454
|
+
"minLength": 1,
|
|
455
|
+
"type": "string"
|
|
456
|
+
},
|
|
457
|
+
"disciple_making_course": {
|
|
458
|
+
"minLength": 1,
|
|
459
|
+
"type": "string"
|
|
460
|
+
},
|
|
461
|
+
"dm_course_locked_blurb": {
|
|
462
|
+
"minLength": 1,
|
|
463
|
+
"type": "string"
|
|
464
|
+
},
|
|
465
|
+
"done": {
|
|
466
|
+
"minLength": 1,
|
|
467
|
+
"type": "string"
|
|
468
|
+
},
|
|
469
|
+
"download": {
|
|
470
|
+
"minLength": 1,
|
|
471
|
+
"type": "string"
|
|
472
|
+
},
|
|
473
|
+
"download_app": {
|
|
474
|
+
"minLength": 1,
|
|
475
|
+
"type": "string"
|
|
476
|
+
},
|
|
477
|
+
"download_over_data": {
|
|
478
|
+
"minLength": 1,
|
|
479
|
+
"type": "string"
|
|
480
|
+
},
|
|
481
|
+
"download_paused": {
|
|
482
|
+
"minLength": 1,
|
|
483
|
+
"type": "string"
|
|
484
|
+
},
|
|
485
|
+
"downloading": {
|
|
486
|
+
"minLength": 1,
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
"downloading_to_share": {
|
|
490
|
+
"minLength": 1,
|
|
491
|
+
"type": "string"
|
|
492
|
+
},
|
|
493
|
+
"edit": {
|
|
494
|
+
"minLength": 1,
|
|
495
|
+
"type": "string"
|
|
496
|
+
},
|
|
497
|
+
"email": {
|
|
498
|
+
"minLength": 1,
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"enter_passcode": {
|
|
502
|
+
"minLength": 1,
|
|
503
|
+
"type": "string"
|
|
504
|
+
},
|
|
505
|
+
"favorites": {
|
|
506
|
+
"minLength": 1,
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"fellowship": {
|
|
510
|
+
"minLength": 1,
|
|
511
|
+
"type": "string"
|
|
512
|
+
},
|
|
513
|
+
"fetch_bible_error": {
|
|
514
|
+
"minLength": 1,
|
|
515
|
+
"type": "string"
|
|
516
|
+
},
|
|
517
|
+
"fetch_bible_no_internet": {
|
|
518
|
+
"minLength": 1,
|
|
519
|
+
"type": "string"
|
|
520
|
+
},
|
|
521
|
+
"filter_articles": {
|
|
522
|
+
"minLength": 1,
|
|
523
|
+
"type": "string"
|
|
524
|
+
},
|
|
525
|
+
"finish": {
|
|
526
|
+
"minLength": 1,
|
|
527
|
+
"type": "string"
|
|
528
|
+
},
|
|
529
|
+
"font_size": {
|
|
530
|
+
"minLength": 1,
|
|
531
|
+
"type": "string"
|
|
532
|
+
},
|
|
533
|
+
"foundations": {
|
|
534
|
+
"minLength": 1,
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
"get_started_foundations": {
|
|
538
|
+
"minLength": 1,
|
|
539
|
+
"type": "string"
|
|
540
|
+
},
|
|
541
|
+
"get_started_training": {
|
|
542
|
+
"minLength": 1,
|
|
543
|
+
"type": "string"
|
|
544
|
+
},
|
|
545
|
+
"give": {
|
|
546
|
+
"minLength": 1,
|
|
547
|
+
"type": "string"
|
|
548
|
+
},
|
|
549
|
+
"give_blurb": {
|
|
550
|
+
"minLength": 1,
|
|
551
|
+
"type": "string"
|
|
552
|
+
},
|
|
553
|
+
"give_to_language": {
|
|
554
|
+
"minLength": 1,
|
|
555
|
+
"type": "string"
|
|
556
|
+
},
|
|
557
|
+
"got_it": {
|
|
558
|
+
"minLength": 1,
|
|
559
|
+
"type": "string"
|
|
560
|
+
},
|
|
561
|
+
"help_tips": {
|
|
562
|
+
"minLength": 1,
|
|
563
|
+
"type": "string"
|
|
564
|
+
},
|
|
565
|
+
"heres_whats_new": {
|
|
566
|
+
"minLength": 1,
|
|
567
|
+
"type": "string"
|
|
568
|
+
},
|
|
569
|
+
"home": {
|
|
570
|
+
"minLength": 1,
|
|
571
|
+
"type": "string"
|
|
572
|
+
},
|
|
573
|
+
"in_development": {
|
|
574
|
+
"minLength": 1,
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"instant": {
|
|
578
|
+
"minLength": 1,
|
|
579
|
+
"type": "string"
|
|
580
|
+
},
|
|
581
|
+
"internet_required_download": {
|
|
582
|
+
"minLength": 1,
|
|
583
|
+
"type": "string"
|
|
584
|
+
},
|
|
585
|
+
"internet_required_download_share": {
|
|
586
|
+
"minLength": 1,
|
|
587
|
+
"type": "string"
|
|
588
|
+
},
|
|
589
|
+
"introduction": {
|
|
590
|
+
"minLength": 1,
|
|
591
|
+
"type": "string"
|
|
592
|
+
},
|
|
593
|
+
"language_names": {
|
|
594
|
+
"additionalProperties": {
|
|
595
|
+
"minLength": 1,
|
|
596
|
+
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"description": "Mapping of language codes (ISO 639 or internal codes) to their localized display names",
|
|
599
|
+
"propertyNames": {
|
|
600
|
+
"description": "Language id (3 lowercase letters).",
|
|
601
|
+
"pattern": "^[a-z]{3}$"
|
|
602
|
+
},
|
|
603
|
+
"type": "object"
|
|
604
|
+
},
|
|
605
|
+
"language_types_app_interface": {
|
|
606
|
+
"minLength": 1,
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
"language_types_meet": {
|
|
610
|
+
"minLength": 1,
|
|
611
|
+
"type": "string"
|
|
612
|
+
},
|
|
613
|
+
"language_types_meet_primary": {
|
|
614
|
+
"minLength": 1,
|
|
615
|
+
"type": "string"
|
|
616
|
+
},
|
|
617
|
+
"language_types_meet_secondary": {
|
|
618
|
+
"minLength": 1,
|
|
619
|
+
"type": "string"
|
|
620
|
+
},
|
|
621
|
+
"language_types_video_bridge": {
|
|
622
|
+
"minLength": 1,
|
|
623
|
+
"type": "string"
|
|
624
|
+
},
|
|
625
|
+
"later": {
|
|
626
|
+
"minLength": 1,
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
"learn": {
|
|
630
|
+
"minLength": 1,
|
|
631
|
+
"type": "string"
|
|
632
|
+
},
|
|
633
|
+
"learn_more": {
|
|
634
|
+
"minLength": 1,
|
|
635
|
+
"type": "string"
|
|
636
|
+
},
|
|
637
|
+
"light": {
|
|
638
|
+
"minLength": 1,
|
|
639
|
+
"type": "string"
|
|
640
|
+
},
|
|
641
|
+
"listen_to_story_again": {
|
|
642
|
+
"minLength": 1,
|
|
643
|
+
"type": "string"
|
|
644
|
+
},
|
|
645
|
+
"loading_file_size": {
|
|
646
|
+
"minLength": 1,
|
|
647
|
+
"type": "string"
|
|
648
|
+
},
|
|
649
|
+
"mark_complete": {
|
|
650
|
+
"minLength": 1,
|
|
651
|
+
"type": "string"
|
|
652
|
+
},
|
|
653
|
+
"meet": {
|
|
654
|
+
"minLength": 1,
|
|
655
|
+
"type": "string"
|
|
656
|
+
},
|
|
657
|
+
"meeting_history": {
|
|
658
|
+
"minLength": 1,
|
|
659
|
+
"type": "string"
|
|
660
|
+
},
|
|
661
|
+
"megabyte": {
|
|
662
|
+
"minLength": 1,
|
|
663
|
+
"type": "string"
|
|
664
|
+
},
|
|
665
|
+
"message": {
|
|
666
|
+
"minLength": 1,
|
|
667
|
+
"type": "string"
|
|
668
|
+
},
|
|
669
|
+
"more": {
|
|
670
|
+
"minLength": 1,
|
|
671
|
+
"type": "string"
|
|
672
|
+
},
|
|
673
|
+
"my_primary_language": {
|
|
674
|
+
"minLength": 1,
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
"no_connection": {
|
|
678
|
+
"minLength": 1,
|
|
679
|
+
"type": "string"
|
|
680
|
+
},
|
|
681
|
+
"no_files_to_delete": {
|
|
682
|
+
"minLength": 1,
|
|
683
|
+
"type": "string"
|
|
684
|
+
},
|
|
685
|
+
"no_languages_found": {
|
|
686
|
+
"minLength": 1,
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
689
|
+
"not_now": {
|
|
690
|
+
"minLength": 1,
|
|
691
|
+
"type": "string"
|
|
692
|
+
},
|
|
693
|
+
"note_add": {
|
|
694
|
+
"minLength": 1,
|
|
695
|
+
"type": "string"
|
|
696
|
+
},
|
|
697
|
+
"note_delete": {
|
|
698
|
+
"minLength": 1,
|
|
699
|
+
"type": "string"
|
|
700
|
+
},
|
|
701
|
+
"note_edit": {
|
|
702
|
+
"minLength": 1,
|
|
703
|
+
"type": "string"
|
|
704
|
+
},
|
|
705
|
+
"note_placeholder": {
|
|
706
|
+
"minLength": 1,
|
|
707
|
+
"type": "string"
|
|
708
|
+
},
|
|
709
|
+
"note_saved": {
|
|
710
|
+
"minLength": 1,
|
|
711
|
+
"type": "string"
|
|
712
|
+
},
|
|
713
|
+
"notes_view": {
|
|
714
|
+
"minLength": 1,
|
|
715
|
+
"type": "string"
|
|
716
|
+
},
|
|
717
|
+
"notifications": {
|
|
718
|
+
"minLength": 1,
|
|
719
|
+
"type": "string"
|
|
720
|
+
},
|
|
721
|
+
"notifications_enable": {
|
|
722
|
+
"minLength": 1,
|
|
723
|
+
"type": "string"
|
|
724
|
+
},
|
|
725
|
+
"ok": {
|
|
726
|
+
"minLength": 1,
|
|
727
|
+
"type": "string"
|
|
728
|
+
},
|
|
729
|
+
"passcode_set": {
|
|
730
|
+
"minLength": 1,
|
|
731
|
+
"type": "string"
|
|
732
|
+
},
|
|
733
|
+
"percent_available": {
|
|
734
|
+
"minLength": 1,
|
|
735
|
+
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
"piano": {
|
|
738
|
+
"minLength": 1,
|
|
739
|
+
"type": "string"
|
|
740
|
+
},
|
|
741
|
+
"piano_description": {
|
|
742
|
+
"minLength": 1,
|
|
743
|
+
"type": "string"
|
|
744
|
+
},
|
|
745
|
+
"playback_speed": {
|
|
746
|
+
"minLength": 1,
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"popups_app_interface_help": {
|
|
750
|
+
"minLength": 1,
|
|
751
|
+
"type": "string"
|
|
752
|
+
},
|
|
753
|
+
"popups_casting_stop_confirm": {
|
|
754
|
+
"minLength": 1,
|
|
755
|
+
"type": "string"
|
|
756
|
+
},
|
|
757
|
+
"popups_code_request_success_message": {
|
|
758
|
+
"minLength": 1,
|
|
759
|
+
"type": "string"
|
|
760
|
+
},
|
|
761
|
+
"popups_codes_no_match_message": {
|
|
762
|
+
"minLength": 1,
|
|
763
|
+
"type": "string"
|
|
764
|
+
},
|
|
765
|
+
"popups_codes_no_match_title": {
|
|
766
|
+
"minLength": 1,
|
|
767
|
+
"type": "string"
|
|
768
|
+
},
|
|
769
|
+
"popups_foundations_description_believer": {
|
|
770
|
+
"minLength": 1,
|
|
771
|
+
"type": "string"
|
|
772
|
+
},
|
|
773
|
+
"popups_foundations_description_seeker": {
|
|
774
|
+
"minLength": 1,
|
|
775
|
+
"type": "string"
|
|
776
|
+
},
|
|
777
|
+
"popups_group_help_message": {
|
|
778
|
+
"minLength": 1,
|
|
779
|
+
"type": "string"
|
|
780
|
+
},
|
|
781
|
+
"popups_group_help_title": {
|
|
782
|
+
"minLength": 1,
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
785
|
+
"popups_meet_help": {
|
|
786
|
+
"minLength": 1,
|
|
787
|
+
"type": "string"
|
|
788
|
+
},
|
|
789
|
+
"popups_notification_opt_in_message": {
|
|
790
|
+
"minLength": 1,
|
|
791
|
+
"type": "string"
|
|
792
|
+
},
|
|
793
|
+
"popups_notification_opt_in_title": {
|
|
794
|
+
"minLength": 1,
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"popups_play_help_message": {
|
|
798
|
+
"minLength": 1,
|
|
799
|
+
"type": "string"
|
|
800
|
+
},
|
|
801
|
+
"popups_play_help_title": {
|
|
802
|
+
"minLength": 1,
|
|
803
|
+
"type": "string"
|
|
804
|
+
},
|
|
805
|
+
"popups_remove_meeting_message": {
|
|
806
|
+
"minLength": 1,
|
|
807
|
+
"type": "string"
|
|
808
|
+
},
|
|
809
|
+
"popups_remove_meeting_title": {
|
|
810
|
+
"minLength": 1,
|
|
811
|
+
"type": "string"
|
|
812
|
+
},
|
|
813
|
+
"popups_submit_feedback_error_message": {
|
|
814
|
+
"minLength": 1,
|
|
815
|
+
"type": "string"
|
|
816
|
+
},
|
|
817
|
+
"popups_submit_feedback_error_title": {
|
|
818
|
+
"minLength": 1,
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
"popups_submit_feedback_success_message": {
|
|
822
|
+
"minLength": 1,
|
|
823
|
+
"type": "string"
|
|
824
|
+
},
|
|
825
|
+
"popups_submit_feedback_success_title": {
|
|
826
|
+
"minLength": 1,
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
829
|
+
"popups_topics_description": {
|
|
830
|
+
"minLength": 1,
|
|
831
|
+
"type": "string"
|
|
832
|
+
},
|
|
833
|
+
"popups_training_description_believer": {
|
|
834
|
+
"minLength": 1,
|
|
835
|
+
"type": "string"
|
|
836
|
+
},
|
|
837
|
+
"popups_unlock_successful_message": {
|
|
838
|
+
"minLength": 1,
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
"popups_unlock_successful_title": {
|
|
842
|
+
"minLength": 1,
|
|
843
|
+
"type": "string"
|
|
844
|
+
},
|
|
845
|
+
"popups_unlocked_learn_help_message": {
|
|
846
|
+
"minLength": 1,
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
849
|
+
"popups_unlocked_learn_help_title": {
|
|
850
|
+
"minLength": 1,
|
|
851
|
+
"type": "string"
|
|
852
|
+
},
|
|
853
|
+
"popups_watch_on_youtube_blurb": {
|
|
854
|
+
"minLength": 1,
|
|
855
|
+
"type": "string"
|
|
856
|
+
},
|
|
857
|
+
"privacy_policy": {
|
|
858
|
+
"minLength": 1,
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
"question": {
|
|
862
|
+
"minLength": 1,
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
865
|
+
"question_dm_course": {
|
|
866
|
+
"minLength": 1,
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
"question_god_journey_option_1": {
|
|
870
|
+
"minLength": 1,
|
|
871
|
+
"type": "string"
|
|
872
|
+
},
|
|
873
|
+
"question_god_journey_option_2": {
|
|
874
|
+
"minLength": 1,
|
|
875
|
+
"type": "string"
|
|
876
|
+
},
|
|
877
|
+
"question_god_journey_option_3": {
|
|
878
|
+
"minLength": 1,
|
|
879
|
+
"type": "string"
|
|
880
|
+
},
|
|
881
|
+
"question_god_journey_option_4": {
|
|
882
|
+
"minLength": 1,
|
|
883
|
+
"type": "string"
|
|
884
|
+
},
|
|
885
|
+
"question_god_journey_question": {
|
|
886
|
+
"minLength": 1,
|
|
887
|
+
"type": "string"
|
|
888
|
+
},
|
|
889
|
+
"question_hear_waha": {
|
|
890
|
+
"minLength": 1,
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
"question_how_familiar_bible_option_1_body": {
|
|
894
|
+
"minLength": 1,
|
|
895
|
+
"type": "string"
|
|
896
|
+
},
|
|
897
|
+
"question_how_familiar_bible_option_1_title": {
|
|
898
|
+
"minLength": 1,
|
|
899
|
+
"type": "string"
|
|
900
|
+
},
|
|
901
|
+
"question_how_familiar_bible_option_2_body": {
|
|
902
|
+
"minLength": 1,
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
"question_how_familiar_bible_option_2_title": {
|
|
906
|
+
"minLength": 1,
|
|
907
|
+
"type": "string"
|
|
908
|
+
},
|
|
909
|
+
"question_how_familiar_bible_option_3_body": {
|
|
910
|
+
"minLength": 1,
|
|
911
|
+
"type": "string"
|
|
912
|
+
},
|
|
913
|
+
"question_how_familiar_bible_option_3_title": {
|
|
914
|
+
"minLength": 1,
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
917
|
+
"question_how_familiar_bible_question": {
|
|
918
|
+
"minLength": 1,
|
|
919
|
+
"type": "string"
|
|
920
|
+
},
|
|
921
|
+
"question_how_long_bible_option_1": {
|
|
922
|
+
"minLength": 1,
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
925
|
+
"question_how_long_bible_option_2": {
|
|
926
|
+
"minLength": 1,
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"question_how_long_bible_question": {
|
|
930
|
+
"minLength": 1,
|
|
931
|
+
"type": "string"
|
|
932
|
+
},
|
|
933
|
+
"rate_waha": {
|
|
934
|
+
"minLength": 1,
|
|
935
|
+
"type": "string"
|
|
936
|
+
},
|
|
937
|
+
"recommended": {
|
|
938
|
+
"minLength": 1,
|
|
939
|
+
"type": "string"
|
|
940
|
+
},
|
|
941
|
+
"recommended_for_you": {
|
|
942
|
+
"minLength": 1,
|
|
943
|
+
"type": "string"
|
|
944
|
+
},
|
|
945
|
+
"remove": {
|
|
946
|
+
"minLength": 1,
|
|
947
|
+
"type": "string"
|
|
948
|
+
},
|
|
949
|
+
"remove_download": {
|
|
950
|
+
"minLength": 1,
|
|
951
|
+
"type": "string"
|
|
952
|
+
},
|
|
953
|
+
"report_a_problem": {
|
|
954
|
+
"minLength": 1,
|
|
955
|
+
"type": "string"
|
|
956
|
+
},
|
|
957
|
+
"report_problem_help": {
|
|
958
|
+
"minLength": 1,
|
|
959
|
+
"type": "string"
|
|
960
|
+
},
|
|
961
|
+
"request_passcode": {
|
|
962
|
+
"minLength": 1,
|
|
963
|
+
"type": "string"
|
|
964
|
+
},
|
|
965
|
+
"required": {
|
|
966
|
+
"minLength": 1,
|
|
967
|
+
"type": "string"
|
|
968
|
+
},
|
|
969
|
+
"retry": {
|
|
970
|
+
"minLength": 1,
|
|
971
|
+
"type": "string"
|
|
972
|
+
},
|
|
973
|
+
"return_home": {
|
|
974
|
+
"minLength": 1,
|
|
975
|
+
"type": "string"
|
|
976
|
+
},
|
|
977
|
+
"save_and_close": {
|
|
978
|
+
"minLength": 1,
|
|
979
|
+
"type": "string"
|
|
980
|
+
},
|
|
981
|
+
"search": {
|
|
982
|
+
"minLength": 1,
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"search_meet": {
|
|
986
|
+
"minLength": 1,
|
|
987
|
+
"type": "string"
|
|
988
|
+
},
|
|
989
|
+
"secondary_languages": {
|
|
990
|
+
"minLength": 1,
|
|
991
|
+
"type": "string"
|
|
992
|
+
},
|
|
993
|
+
"security": {
|
|
994
|
+
"minLength": 1,
|
|
995
|
+
"type": "string"
|
|
996
|
+
},
|
|
997
|
+
"security_mode": {
|
|
998
|
+
"minLength": 1,
|
|
999
|
+
"type": "string"
|
|
1000
|
+
},
|
|
1001
|
+
"security_mode_blurb": {
|
|
1002
|
+
"minLength": 1,
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
},
|
|
1005
|
+
"security_onboarding_page_1_message": {
|
|
1006
|
+
"minLength": 1,
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
"security_onboarding_page_1_title": {
|
|
1010
|
+
"minLength": 1,
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
},
|
|
1013
|
+
"security_onboarding_page_2_message": {
|
|
1014
|
+
"minLength": 1,
|
|
1015
|
+
"type": "string"
|
|
1016
|
+
},
|
|
1017
|
+
"security_onboarding_page_2_title": {
|
|
1018
|
+
"minLength": 1,
|
|
1019
|
+
"type": "string"
|
|
1020
|
+
},
|
|
1021
|
+
"security_onboarding_page_3_message": {
|
|
1022
|
+
"minLength": 1,
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1025
|
+
"security_onboarding_page_3_title": {
|
|
1026
|
+
"minLength": 1,
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
},
|
|
1029
|
+
"security_onboarding_page_4_message": {
|
|
1030
|
+
"minLength": 1,
|
|
1031
|
+
"type": "string"
|
|
1032
|
+
},
|
|
1033
|
+
"security_onboarding_page_4_title": {
|
|
1034
|
+
"minLength": 1,
|
|
1035
|
+
"type": "string"
|
|
1036
|
+
},
|
|
1037
|
+
"see_help": {
|
|
1038
|
+
"minLength": 1,
|
|
1039
|
+
"type": "string"
|
|
1040
|
+
},
|
|
1041
|
+
"select_bible": {
|
|
1042
|
+
"minLength": 1,
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
},
|
|
1045
|
+
"select_book": {
|
|
1046
|
+
"minLength": 1,
|
|
1047
|
+
"type": "string"
|
|
1048
|
+
},
|
|
1049
|
+
"select_initial_languages_blurb": {
|
|
1050
|
+
"minLength": 1,
|
|
1051
|
+
"type": "string"
|
|
1052
|
+
},
|
|
1053
|
+
"send_invite": {
|
|
1054
|
+
"minLength": 1,
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
},
|
|
1057
|
+
"settings": {
|
|
1058
|
+
"minLength": 1,
|
|
1059
|
+
"type": "string"
|
|
1060
|
+
},
|
|
1061
|
+
"share": {
|
|
1062
|
+
"minLength": 1,
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
},
|
|
1065
|
+
"share_app": {
|
|
1066
|
+
"minLength": 1,
|
|
1067
|
+
"type": "string"
|
|
1068
|
+
},
|
|
1069
|
+
"share_lesson_audio": {
|
|
1070
|
+
"minLength": 1,
|
|
1071
|
+
"type": "string"
|
|
1072
|
+
},
|
|
1073
|
+
"share_lesson_link": {
|
|
1074
|
+
"minLength": 1,
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"share_lesson_text": {
|
|
1078
|
+
"minLength": 1,
|
|
1079
|
+
"type": "string"
|
|
1080
|
+
},
|
|
1081
|
+
"share_lesson_video": {
|
|
1082
|
+
"minLength": 1,
|
|
1083
|
+
"type": "string"
|
|
1084
|
+
},
|
|
1085
|
+
"share_passcode": {
|
|
1086
|
+
"minLength": 1,
|
|
1087
|
+
"type": "string"
|
|
1088
|
+
},
|
|
1089
|
+
"share_story": {
|
|
1090
|
+
"minLength": 1,
|
|
1091
|
+
"type": "string"
|
|
1092
|
+
},
|
|
1093
|
+
"share_story_text": {
|
|
1094
|
+
"minLength": 1,
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
},
|
|
1097
|
+
"share_with_group": {
|
|
1098
|
+
"minLength": 1,
|
|
1099
|
+
"type": "string"
|
|
1100
|
+
},
|
|
1101
|
+
"sharing_messages_invite": {
|
|
1102
|
+
"minLength": 1,
|
|
1103
|
+
"type": "string"
|
|
1104
|
+
},
|
|
1105
|
+
"sharing_messages_unlock_code": {
|
|
1106
|
+
"minLength": 1,
|
|
1107
|
+
"type": "string"
|
|
1108
|
+
},
|
|
1109
|
+
"show_less": {
|
|
1110
|
+
"minLength": 1,
|
|
1111
|
+
"type": "string"
|
|
1112
|
+
},
|
|
1113
|
+
"show_more": {
|
|
1114
|
+
"minLength": 1,
|
|
1115
|
+
"type": "string"
|
|
1116
|
+
},
|
|
1117
|
+
"show_original": {
|
|
1118
|
+
"minLength": 1,
|
|
1119
|
+
"type": "string"
|
|
1120
|
+
},
|
|
1121
|
+
"show_translation": {
|
|
1122
|
+
"minLength": 1,
|
|
1123
|
+
"type": "string"
|
|
1124
|
+
},
|
|
1125
|
+
"skip": {
|
|
1126
|
+
"minLength": 1,
|
|
1127
|
+
"type": "string"
|
|
1128
|
+
},
|
|
1129
|
+
"special_thanks": {
|
|
1130
|
+
"minLength": 1,
|
|
1131
|
+
"type": "string"
|
|
1132
|
+
},
|
|
1133
|
+
"stop_casting": {
|
|
1134
|
+
"minLength": 1,
|
|
1135
|
+
"type": "string"
|
|
1136
|
+
},
|
|
1137
|
+
"storage": {
|
|
1138
|
+
"minLength": 1,
|
|
1139
|
+
"type": "string"
|
|
1140
|
+
},
|
|
1141
|
+
"story": {
|
|
1142
|
+
"minLength": 1,
|
|
1143
|
+
"type": "string"
|
|
1144
|
+
},
|
|
1145
|
+
"submit": {
|
|
1146
|
+
"minLength": 1,
|
|
1147
|
+
"type": "string"
|
|
1148
|
+
},
|
|
1149
|
+
"submitting": {
|
|
1150
|
+
"minLength": 1,
|
|
1151
|
+
"type": "string"
|
|
1152
|
+
},
|
|
1153
|
+
"support_development": {
|
|
1154
|
+
"minLength": 1,
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
},
|
|
1157
|
+
"system": {
|
|
1158
|
+
"minLength": 1,
|
|
1159
|
+
"type": "string"
|
|
1160
|
+
},
|
|
1161
|
+
"text": {
|
|
1162
|
+
"minLength": 1,
|
|
1163
|
+
"type": "string"
|
|
1164
|
+
},
|
|
1165
|
+
"topics": {
|
|
1166
|
+
"minLength": 1,
|
|
1167
|
+
"type": "string"
|
|
1168
|
+
},
|
|
1169
|
+
"trailer": {
|
|
1170
|
+
"minLength": 1,
|
|
1171
|
+
"type": "string"
|
|
1172
|
+
},
|
|
1173
|
+
"training": {
|
|
1174
|
+
"minLength": 1,
|
|
1175
|
+
"type": "string"
|
|
1176
|
+
},
|
|
1177
|
+
"training_video": {
|
|
1178
|
+
"minLength": 1,
|
|
1179
|
+
"type": "string"
|
|
1180
|
+
},
|
|
1181
|
+
"translated_with_ai": {
|
|
1182
|
+
"minLength": 1,
|
|
1183
|
+
"type": "string"
|
|
1184
|
+
},
|
|
1185
|
+
"unlock_onboarding_page_1_message": {
|
|
1186
|
+
"minLength": 1,
|
|
1187
|
+
"type": "string"
|
|
1188
|
+
},
|
|
1189
|
+
"unlock_onboarding_page_1_title": {
|
|
1190
|
+
"minLength": 1,
|
|
1191
|
+
"type": "string"
|
|
1192
|
+
},
|
|
1193
|
+
"unlock_onboarding_page_2_message": {
|
|
1194
|
+
"minLength": 1,
|
|
1195
|
+
"type": "string"
|
|
1196
|
+
},
|
|
1197
|
+
"unlock_onboarding_page_2_title": {
|
|
1198
|
+
"minLength": 1,
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"unmatched_message": {
|
|
1202
|
+
"minLength": 1,
|
|
1203
|
+
"type": "string"
|
|
1204
|
+
},
|
|
1205
|
+
"up_next": {
|
|
1206
|
+
"minLength": 1,
|
|
1207
|
+
"type": "string"
|
|
1208
|
+
},
|
|
1209
|
+
"view": {
|
|
1210
|
+
"minLength": 1,
|
|
1211
|
+
"type": "string"
|
|
1212
|
+
},
|
|
1213
|
+
"view_all": {
|
|
1214
|
+
"minLength": 1,
|
|
1215
|
+
"type": "string"
|
|
1216
|
+
},
|
|
1217
|
+
"view_copyright": {
|
|
1218
|
+
"minLength": 1,
|
|
1219
|
+
"type": "string"
|
|
1220
|
+
},
|
|
1221
|
+
"view_lesson_notes": {
|
|
1222
|
+
"minLength": 1,
|
|
1223
|
+
"type": "string"
|
|
1224
|
+
},
|
|
1225
|
+
"visit_website": {
|
|
1226
|
+
"minLength": 1,
|
|
1227
|
+
"type": "string"
|
|
1228
|
+
},
|
|
1229
|
+
"volunteer": {
|
|
1230
|
+
"minLength": 1,
|
|
1231
|
+
"type": "string"
|
|
1232
|
+
},
|
|
1233
|
+
"waiting_to_start_download": {
|
|
1234
|
+
"minLength": 1,
|
|
1235
|
+
"type": "string"
|
|
1236
|
+
},
|
|
1237
|
+
"watch_on_youtube": {
|
|
1238
|
+
"minLength": 1,
|
|
1239
|
+
"type": "string"
|
|
1240
|
+
},
|
|
1241
|
+
"week": {
|
|
1242
|
+
"minLength": 1,
|
|
1243
|
+
"type": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"welcome_blurb": {
|
|
1246
|
+
"minLength": 1,
|
|
1247
|
+
"type": "string"
|
|
1248
|
+
},
|
|
1249
|
+
"yes": {
|
|
1250
|
+
"minLength": 1,
|
|
1251
|
+
"type": "string"
|
|
1252
|
+
},
|
|
1253
|
+
"story_set": {
|
|
1254
|
+
"minLength": 1,
|
|
1255
|
+
"type": "string"
|
|
1256
|
+
},
|
|
1257
|
+
"story_sets": {
|
|
1258
|
+
"minLength": 1,
|
|
1259
|
+
"type": "string"
|
|
1260
|
+
},
|
|
1261
|
+
"lesson": {
|
|
1262
|
+
"minLength": 1,
|
|
1263
|
+
"type": "string"
|
|
1264
|
+
},
|
|
1265
|
+
"lessons": {
|
|
1266
|
+
"minLength": 1,
|
|
1267
|
+
"type": "string"
|
|
1268
|
+
},
|
|
1269
|
+
"article": {
|
|
1270
|
+
"minLength": 1,
|
|
1271
|
+
"type": "string"
|
|
1272
|
+
},
|
|
1273
|
+
"no_results": {
|
|
1274
|
+
"minLength": 1,
|
|
1275
|
+
"type": "string"
|
|
1276
|
+
},
|
|
1277
|
+
"no_notes": {
|
|
1278
|
+
"minLength": 1,
|
|
1279
|
+
"type": "string"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"required": [
|
|
1283
|
+
"story_set",
|
|
1284
|
+
"story_sets",
|
|
1285
|
+
"lesson",
|
|
1286
|
+
"lessons",
|
|
1287
|
+
"article",
|
|
1288
|
+
"name",
|
|
1289
|
+
"version",
|
|
1290
|
+
"a11y_add_secondary_language_hint",
|
|
1291
|
+
"a11y_article_hint",
|
|
1292
|
+
"a11y_banner_dismiss_hint",
|
|
1293
|
+
"a11y_bible_audio_controls_label",
|
|
1294
|
+
"a11y_bible_translation_hint",
|
|
1295
|
+
"a11y_bookmark_hint",
|
|
1296
|
+
"a11y_bookmark_label",
|
|
1297
|
+
"a11y_change_languages_hint",
|
|
1298
|
+
"a11y_chapter_button_hint",
|
|
1299
|
+
"a11y_choose_primary_language_hint",
|
|
1300
|
+
"a11y_clear_passcode_hint",
|
|
1301
|
+
"a11y_download_set_label",
|
|
1302
|
+
"a11y_extra_controls_hint",
|
|
1303
|
+
"a11y_extra_controls_label",
|
|
1304
|
+
"a11y_font_size_decrement_label",
|
|
1305
|
+
"a11y_font_size_increment_label",
|
|
1306
|
+
"a11y_font_size_label",
|
|
1307
|
+
"a11y_give_button_hint",
|
|
1308
|
+
"a11y_group_help_hint",
|
|
1309
|
+
"a11y_lesson_actions_hint",
|
|
1310
|
+
"a11y_lesson_actions_label",
|
|
1311
|
+
"a11y_lesson_hint",
|
|
1312
|
+
"a11y_lesson_label",
|
|
1313
|
+
"a11y_lesson_question_label",
|
|
1314
|
+
"a11y_lesson_text_hint",
|
|
1315
|
+
"a11y_mute_label",
|
|
1316
|
+
"a11y_play_button_label",
|
|
1317
|
+
"a11y_playback_speed_decrement_label",
|
|
1318
|
+
"a11y_playback_speed_increment_label",
|
|
1319
|
+
"a11y_playback_speed_label",
|
|
1320
|
+
"a11y_radio_hint",
|
|
1321
|
+
"a11y_remove_language_label",
|
|
1322
|
+
"a11y_scrubber_decrement_label",
|
|
1323
|
+
"a11y_scrubber_increment_label",
|
|
1324
|
+
"a11y_scrubber_label",
|
|
1325
|
+
"a11y_search_hint",
|
|
1326
|
+
"a11y_security_mode_label",
|
|
1327
|
+
"a11y_set_hint",
|
|
1328
|
+
"a11y_share_lesson_label",
|
|
1329
|
+
"a11y_tab_hint",
|
|
1330
|
+
"a11y_video_label",
|
|
1331
|
+
"a11y_view_bible_hint",
|
|
1332
|
+
"a11y_view_in_progress_language_hint",
|
|
1333
|
+
"a11y_view_launched_language_hint",
|
|
1334
|
+
"about",
|
|
1335
|
+
"add_language",
|
|
1336
|
+
"all",
|
|
1337
|
+
"all_languages",
|
|
1338
|
+
"app_store_listing_title",
|
|
1339
|
+
"app_store_listing_description",
|
|
1340
|
+
"app_store_listing_screenshot_foundations",
|
|
1341
|
+
"app_store_listing_screenshot_languages",
|
|
1342
|
+
"app_store_listing_screenshot_bible",
|
|
1343
|
+
"app_store_listing_screenshot_lesson",
|
|
1344
|
+
"app_store_listing_screenshot_reviews_1",
|
|
1345
|
+
"app_store_listing_screenshot_reviews_2",
|
|
1346
|
+
"app_store_listing_screenshot_set",
|
|
1347
|
+
"app_store_listing_screenshot_share",
|
|
1348
|
+
"app_store_listing_screenshot_testimonial",
|
|
1349
|
+
"app_store_listing_screenshot_topics",
|
|
1350
|
+
"app_store_listing_subtitle",
|
|
1351
|
+
"appearance",
|
|
1352
|
+
"application",
|
|
1353
|
+
"article_categories_65004e85fba2e8c9d281a73e",
|
|
1354
|
+
"article_categories_65004e8eaf7c1d3f8289315a",
|
|
1355
|
+
"article_categories_65004f8eead7951cf3c33243",
|
|
1356
|
+
"article_categories_65005061a72598db83565c66",
|
|
1357
|
+
"article_categories_65400527806b42d2e6ae4fd0",
|
|
1358
|
+
"article_categories_65ca47557375e35a56523645",
|
|
1359
|
+
"article_cta_body",
|
|
1360
|
+
"article_cta_header",
|
|
1361
|
+
"articles",
|
|
1362
|
+
"audio",
|
|
1363
|
+
"back",
|
|
1364
|
+
"bible",
|
|
1365
|
+
"bookmarks",
|
|
1366
|
+
"bookmarks_description",
|
|
1367
|
+
"bridge_language_explanation",
|
|
1368
|
+
"calculator",
|
|
1369
|
+
"calculator_description",
|
|
1370
|
+
"cancel",
|
|
1371
|
+
"cant_share_until_download",
|
|
1372
|
+
"cast_to_tv",
|
|
1373
|
+
"casting",
|
|
1374
|
+
"change_chapter",
|
|
1375
|
+
"change_languages",
|
|
1376
|
+
"change_passcode",
|
|
1377
|
+
"change_security_app",
|
|
1378
|
+
"change_security_app_description",
|
|
1379
|
+
"change_timeout",
|
|
1380
|
+
"change_video_language",
|
|
1381
|
+
"changing_layout_direction",
|
|
1382
|
+
"chapter_fetching",
|
|
1383
|
+
"chapter_not_available",
|
|
1384
|
+
"chapter_offline",
|
|
1385
|
+
"choose_passcode",
|
|
1386
|
+
"clear",
|
|
1387
|
+
"close",
|
|
1388
|
+
"confirm",
|
|
1389
|
+
"confirm_passcode",
|
|
1390
|
+
"connect_to_continue",
|
|
1391
|
+
"contact_us",
|
|
1392
|
+
"continue",
|
|
1393
|
+
"contribute",
|
|
1394
|
+
"copied_to_clipboard",
|
|
1395
|
+
"dark",
|
|
1396
|
+
"dark_mode",
|
|
1397
|
+
"default",
|
|
1398
|
+
"disciple_making_course",
|
|
1399
|
+
"dm_course_locked_blurb",
|
|
1400
|
+
"done",
|
|
1401
|
+
"download",
|
|
1402
|
+
"download_app",
|
|
1403
|
+
"download_paused",
|
|
1404
|
+
"downloading",
|
|
1405
|
+
"downloading_to_share",
|
|
1406
|
+
"edit",
|
|
1407
|
+
"email",
|
|
1408
|
+
"enter_passcode",
|
|
1409
|
+
"favorites",
|
|
1410
|
+
"fellowship",
|
|
1411
|
+
"filter_articles",
|
|
1412
|
+
"font_size",
|
|
1413
|
+
"foundations",
|
|
1414
|
+
"get_started_foundations",
|
|
1415
|
+
"get_started_training",
|
|
1416
|
+
"give",
|
|
1417
|
+
"give_blurb",
|
|
1418
|
+
"give_to_language",
|
|
1419
|
+
"got_it",
|
|
1420
|
+
"help_tips",
|
|
1421
|
+
"heres_whats_new",
|
|
1422
|
+
"home",
|
|
1423
|
+
"in_development",
|
|
1424
|
+
"instant",
|
|
1425
|
+
"internet_required_download",
|
|
1426
|
+
"internet_required_download_share",
|
|
1427
|
+
"introduction",
|
|
1428
|
+
"language_types_app_interface",
|
|
1429
|
+
"language_types_meet",
|
|
1430
|
+
"language_types_meet_primary",
|
|
1431
|
+
"language_types_meet_secondary",
|
|
1432
|
+
"language_types_video_bridge",
|
|
1433
|
+
"learn",
|
|
1434
|
+
"learn_more",
|
|
1435
|
+
"light",
|
|
1436
|
+
"listen_to_story_again",
|
|
1437
|
+
"loading_file_size",
|
|
1438
|
+
"mark_complete",
|
|
1439
|
+
"meet",
|
|
1440
|
+
"meeting_history",
|
|
1441
|
+
"megabyte",
|
|
1442
|
+
"message",
|
|
1443
|
+
"more",
|
|
1444
|
+
"my_primary_language",
|
|
1445
|
+
"no_connection",
|
|
1446
|
+
"no_files_to_delete",
|
|
1447
|
+
"no_languages_found",
|
|
1448
|
+
"not_now",
|
|
1449
|
+
"note_add",
|
|
1450
|
+
"note_delete",
|
|
1451
|
+
"note_edit",
|
|
1452
|
+
"note_placeholder",
|
|
1453
|
+
"note_saved",
|
|
1454
|
+
"notes_view",
|
|
1455
|
+
"notifications_enable",
|
|
1456
|
+
"ok",
|
|
1457
|
+
"passcode_set",
|
|
1458
|
+
"piano",
|
|
1459
|
+
"piano_description",
|
|
1460
|
+
"playback_speed",
|
|
1461
|
+
"popups_app_interface_help",
|
|
1462
|
+
"popups_casting_stop_confirm",
|
|
1463
|
+
"popups_code_request_success_message",
|
|
1464
|
+
"popups_codes_no_match_title",
|
|
1465
|
+
"popups_codes_no_match_message",
|
|
1466
|
+
"popups_foundations_description_believer",
|
|
1467
|
+
"popups_foundations_description_seeker",
|
|
1468
|
+
"popups_group_help_title",
|
|
1469
|
+
"popups_group_help_message",
|
|
1470
|
+
"popups_meet_help",
|
|
1471
|
+
"popups_notification_opt_in_title",
|
|
1472
|
+
"popups_notification_opt_in_message",
|
|
1473
|
+
"popups_play_help_title",
|
|
1474
|
+
"popups_play_help_message",
|
|
1475
|
+
"popups_remove_meeting_title",
|
|
1476
|
+
"popups_remove_meeting_message",
|
|
1477
|
+
"popups_submit_feedback_error_title",
|
|
1478
|
+
"popups_submit_feedback_error_message",
|
|
1479
|
+
"popups_submit_feedback_success_title",
|
|
1480
|
+
"popups_submit_feedback_success_message",
|
|
1481
|
+
"popups_topics_description",
|
|
1482
|
+
"popups_training_description_believer",
|
|
1483
|
+
"popups_unlock_successful_title",
|
|
1484
|
+
"popups_unlock_successful_message",
|
|
1485
|
+
"popups_unlocked_learn_help_title",
|
|
1486
|
+
"popups_unlocked_learn_help_message",
|
|
1487
|
+
"popups_watch_on_youtube_blurb",
|
|
1488
|
+
"privacy_policy",
|
|
1489
|
+
"question",
|
|
1490
|
+
"question_dm_course",
|
|
1491
|
+
"question_god_journey_option_1",
|
|
1492
|
+
"question_god_journey_option_2",
|
|
1493
|
+
"question_god_journey_option_3",
|
|
1494
|
+
"question_god_journey_option_4",
|
|
1495
|
+
"question_god_journey_question",
|
|
1496
|
+
"question_hear_waha",
|
|
1497
|
+
"question_how_familiar_bible_option_1_body",
|
|
1498
|
+
"question_how_familiar_bible_option_1_title",
|
|
1499
|
+
"question_how_familiar_bible_option_2_body",
|
|
1500
|
+
"question_how_familiar_bible_option_2_title",
|
|
1501
|
+
"question_how_familiar_bible_option_3_body",
|
|
1502
|
+
"question_how_familiar_bible_option_3_title",
|
|
1503
|
+
"question_how_familiar_bible_question",
|
|
1504
|
+
"question_how_long_bible_option_1",
|
|
1505
|
+
"question_how_long_bible_option_2",
|
|
1506
|
+
"question_how_long_bible_question",
|
|
1507
|
+
"rate_waha",
|
|
1508
|
+
"recommended",
|
|
1509
|
+
"recommended_for_you",
|
|
1510
|
+
"remove",
|
|
1511
|
+
"remove_download",
|
|
1512
|
+
"report_a_problem",
|
|
1513
|
+
"report_problem_help",
|
|
1514
|
+
"request_passcode",
|
|
1515
|
+
"required",
|
|
1516
|
+
"return_home",
|
|
1517
|
+
"save_and_close",
|
|
1518
|
+
"search",
|
|
1519
|
+
"search_meet",
|
|
1520
|
+
"secondary_languages",
|
|
1521
|
+
"security",
|
|
1522
|
+
"security_mode",
|
|
1523
|
+
"security_mode_blurb",
|
|
1524
|
+
"security_onboarding_page_1_message",
|
|
1525
|
+
"security_onboarding_page_1_title",
|
|
1526
|
+
"security_onboarding_page_2_message",
|
|
1527
|
+
"security_onboarding_page_2_title",
|
|
1528
|
+
"security_onboarding_page_3_message",
|
|
1529
|
+
"security_onboarding_page_3_title",
|
|
1530
|
+
"security_onboarding_page_4_message",
|
|
1531
|
+
"security_onboarding_page_4_title",
|
|
1532
|
+
"see_help",
|
|
1533
|
+
"select_bible",
|
|
1534
|
+
"select_book",
|
|
1535
|
+
"select_initial_languages_blurb",
|
|
1536
|
+
"send_invite",
|
|
1537
|
+
"settings",
|
|
1538
|
+
"share",
|
|
1539
|
+
"share_app",
|
|
1540
|
+
"share_lesson_audio",
|
|
1541
|
+
"share_lesson_link",
|
|
1542
|
+
"share_lesson_text",
|
|
1543
|
+
"share_lesson_video",
|
|
1544
|
+
"share_passcode",
|
|
1545
|
+
"share_story",
|
|
1546
|
+
"share_story_text",
|
|
1547
|
+
"share_with_group",
|
|
1548
|
+
"sharing_messages_invite",
|
|
1549
|
+
"sharing_messages_unlock_code",
|
|
1550
|
+
"show_less",
|
|
1551
|
+
"show_more",
|
|
1552
|
+
"show_original",
|
|
1553
|
+
"show_translation",
|
|
1554
|
+
"skip",
|
|
1555
|
+
"special_thanks",
|
|
1556
|
+
"stop_casting",
|
|
1557
|
+
"storage",
|
|
1558
|
+
"story",
|
|
1559
|
+
"submit",
|
|
1560
|
+
"submitting",
|
|
1561
|
+
"support_development",
|
|
1562
|
+
"system",
|
|
1563
|
+
"text",
|
|
1564
|
+
"topics",
|
|
1565
|
+
"trailer",
|
|
1566
|
+
"training",
|
|
1567
|
+
"training_video",
|
|
1568
|
+
"translated_with_ai",
|
|
1569
|
+
"unlock_onboarding_page_1_message",
|
|
1570
|
+
"unlock_onboarding_page_1_title",
|
|
1571
|
+
"unlock_onboarding_page_2_message",
|
|
1572
|
+
"unlock_onboarding_page_2_title",
|
|
1573
|
+
"unmatched_message",
|
|
1574
|
+
"up_next",
|
|
1575
|
+
"view",
|
|
1576
|
+
"view_all",
|
|
1577
|
+
"view_copyright",
|
|
1578
|
+
"view_lesson_notes",
|
|
1579
|
+
"visit_website",
|
|
1580
|
+
"volunteer",
|
|
1581
|
+
"waiting_to_start_download",
|
|
1582
|
+
"watch_on_youtube",
|
|
1583
|
+
"week",
|
|
1584
|
+
"welcome_blurb",
|
|
1585
|
+
"yes",
|
|
1586
|
+
"language_names",
|
|
1587
|
+
"retry",
|
|
1588
|
+
"fetch_bible_no_internet",
|
|
1589
|
+
"fetch_bible_error",
|
|
1590
|
+
"download_over_data"
|
|
1591
|
+
],
|
|
1592
|
+
"type": "object"
|
|
1593
|
+
},
|
|
1594
|
+
"description": "Schema for appTranslations_json_ Root keys are 3-letter language identifiers (ISO-639 style)_ Each language object contains well-defined translation collections_",
|
|
1595
|
+
"propertyNames": {
|
|
1596
|
+
"description": "Language id (3 lowercase letters).",
|
|
1597
|
+
"pattern": "^[a-z]{3}$"
|
|
1598
|
+
},
|
|
1599
|
+
"type": "object"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
}
|