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