waha-shared 1.0.255 → 1.0.257
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/languages/languages.json +1 -0
- package/dist/data/releaseNotes/releaseNotes.json +2 -91
- package/dist/data/translationsApp/index.d.ts +12 -33
- package/dist/data/translationsApp/translationsApp.json +281 -29
- package/dist/data/translationsApp/translationsApp.schema.json +0 -68
- package/dist/data/translationsApp/translationsApp.zod.d.ts +12 -33
- package/dist/data/translationsApp/translationsApp.zod.js +12 -38
- package/dist/data/translationsQuestion/translationsQuestion.json +4 -4
- package/dist/data/translationsSet/translationsSet.json +0 -789
- package/dist/functions/scripturePassages.d.ts +0 -24
- package/dist/functions/scripturePassages.js +4 -29
- package/dist/types/analytics.d.ts +13 -13
- package/dist/types/articles.d.ts +0 -4
- package/dist/types/articles.js +1 -4
- package/dist/types/microLessons.d.ts +0 -15
- package/dist/types/microLessons.js +25 -60
- package/dist/types/users.d.ts +41 -34
- package/dist/types/users.js +19 -3
- package/dist/types/webContent.js +0 -2
- package/package.json +1 -1
|
@@ -22,10 +22,6 @@
|
|
|
22
22
|
"type": "string",
|
|
23
23
|
"minLength": 1
|
|
24
24
|
},
|
|
25
|
-
"question_placeholder": {
|
|
26
|
-
"type": "string",
|
|
27
|
-
"minLength": 1
|
|
28
|
-
},
|
|
29
25
|
"a11y_add_secondary_language_hint": {
|
|
30
26
|
"type": "string",
|
|
31
27
|
"minLength": 1
|
|
@@ -1280,70 +1276,6 @@
|
|
|
1280
1276
|
"no_notes": {
|
|
1281
1277
|
"type": "string",
|
|
1282
1278
|
"minLength": 1
|
|
1283
|
-
},
|
|
1284
|
-
"micro_lesson": {
|
|
1285
|
-
"type": "string",
|
|
1286
|
-
"minLength": 1
|
|
1287
|
-
},
|
|
1288
|
-
"micro_lessons": {
|
|
1289
|
-
"type": "string",
|
|
1290
|
-
"minLength": 1
|
|
1291
|
-
},
|
|
1292
|
-
"filter_micro_lessons": {
|
|
1293
|
-
"type": "string",
|
|
1294
|
-
"minLength": 1
|
|
1295
|
-
},
|
|
1296
|
-
"people_shared_last_week": {
|
|
1297
|
-
"type": "string",
|
|
1298
|
-
"minLength": 1
|
|
1299
|
-
},
|
|
1300
|
-
"onboarding_dbs_intro_heading": {
|
|
1301
|
-
"type": "string",
|
|
1302
|
-
"minLength": 1
|
|
1303
|
-
},
|
|
1304
|
-
"onboarding_dbs_intro_body": {
|
|
1305
|
-
"type": "string",
|
|
1306
|
-
"minLength": 1
|
|
1307
|
-
},
|
|
1308
|
-
"onboarding_invite_group_heading": {
|
|
1309
|
-
"type": "string",
|
|
1310
|
-
"minLength": 1
|
|
1311
|
-
},
|
|
1312
|
-
"popups_need_help_with_group_title": {
|
|
1313
|
-
"type": "string",
|
|
1314
|
-
"minLength": 1
|
|
1315
|
-
},
|
|
1316
|
-
"popups_need_help_with_group_message": {
|
|
1317
|
-
"type": "string",
|
|
1318
|
-
"minLength": 1
|
|
1319
|
-
},
|
|
1320
|
-
"popups_micro_lessons": {
|
|
1321
|
-
"type": "string",
|
|
1322
|
-
"minLength": 1
|
|
1323
|
-
},
|
|
1324
|
-
"question_what_brings_you_question": {
|
|
1325
|
-
"type": "string",
|
|
1326
|
-
"minLength": 1
|
|
1327
|
-
},
|
|
1328
|
-
"question_what_brings_you_option_1": {
|
|
1329
|
-
"type": "string",
|
|
1330
|
-
"minLength": 1
|
|
1331
|
-
},
|
|
1332
|
-
"question_what_brings_you_option_2": {
|
|
1333
|
-
"type": "string",
|
|
1334
|
-
"minLength": 1
|
|
1335
|
-
},
|
|
1336
|
-
"question_what_brings_you_option_3": {
|
|
1337
|
-
"type": "string",
|
|
1338
|
-
"minLength": 1
|
|
1339
|
-
},
|
|
1340
|
-
"question_what_brings_you_option_4": {
|
|
1341
|
-
"type": "string",
|
|
1342
|
-
"minLength": 1
|
|
1343
|
-
},
|
|
1344
|
-
"question_what_brings_you_option_5": {
|
|
1345
|
-
"type": "string",
|
|
1346
|
-
"minLength": 1
|
|
1347
1279
|
}
|
|
1348
1280
|
},
|
|
1349
1281
|
"required": [
|
|
@@ -65,6 +65,12 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
65
65
|
app_store_listing_title: z.ZodString;
|
|
66
66
|
appearance: z.ZodString;
|
|
67
67
|
application: z.ZodString;
|
|
68
|
+
article_categories_65004e85fba2e8c9d281a73e: z.ZodString;
|
|
69
|
+
article_categories_65004e8eaf7c1d3f8289315a: z.ZodString;
|
|
70
|
+
article_categories_65004f8eead7951cf3c33243: z.ZodString;
|
|
71
|
+
article_categories_65005061a72598db83565c66: z.ZodString;
|
|
72
|
+
article_categories_65400527806b42d2e6ae4fd0: z.ZodString;
|
|
73
|
+
article_categories_65ca47557375e35a56523645: z.ZodString;
|
|
68
74
|
article_cta_body: z.ZodString;
|
|
69
75
|
article_cta_header: z.ZodString;
|
|
70
76
|
articles: z.ZodString;
|
|
@@ -121,7 +127,7 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
121
127
|
fetch_bible_error: z.ZodString;
|
|
122
128
|
fetch_bible_no_internet: z.ZodString;
|
|
123
129
|
filter_articles: z.ZodString;
|
|
124
|
-
finish: z.ZodString
|
|
130
|
+
finish: z.ZodOptional<z.ZodString>;
|
|
125
131
|
font_size: z.ZodString;
|
|
126
132
|
foundations: z.ZodString;
|
|
127
133
|
get_started_foundations: z.ZodString;
|
|
@@ -144,6 +150,7 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
144
150
|
language_types_meet_primary: z.ZodString;
|
|
145
151
|
language_types_meet_secondary: z.ZodString;
|
|
146
152
|
language_types_video_bridge: z.ZodString;
|
|
153
|
+
later: z.ZodOptional<z.ZodString>;
|
|
147
154
|
learn: z.ZodString;
|
|
148
155
|
learn_more: z.ZodString;
|
|
149
156
|
light: z.ZodString;
|
|
@@ -166,11 +173,11 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
166
173
|
note_placeholder: z.ZodString;
|
|
167
174
|
note_saved: z.ZodString;
|
|
168
175
|
notes_view: z.ZodString;
|
|
169
|
-
notifications: z.ZodString
|
|
176
|
+
notifications: z.ZodOptional<z.ZodString>;
|
|
170
177
|
notifications_enable: z.ZodString;
|
|
171
178
|
ok: z.ZodString;
|
|
172
179
|
passcode_set: z.ZodString;
|
|
173
|
-
percent_available: z.ZodString
|
|
180
|
+
percent_available: z.ZodOptional<z.ZodString>;
|
|
174
181
|
piano: z.ZodString;
|
|
175
182
|
piano_description: z.ZodString;
|
|
176
183
|
playback_speed: z.ZodString;
|
|
@@ -305,35 +312,7 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
305
312
|
lesson: z.ZodString;
|
|
306
313
|
lessons: z.ZodString;
|
|
307
314
|
article: z.ZodString;
|
|
308
|
-
no_results: z.ZodString
|
|
309
|
-
no_notes: z.ZodString
|
|
310
|
-
not_yet: z.ZodOptional<z.ZodString>;
|
|
311
|
-
micro_lesson: z.ZodOptional<z.ZodString>;
|
|
312
|
-
micro_lessons: z.ZodOptional<z.ZodString>;
|
|
313
|
-
filter_micro_lessons: z.ZodOptional<z.ZodString>;
|
|
314
|
-
content_categories_case_studies: z.ZodOptional<z.ZodString>;
|
|
315
|
-
content_categories_product_updates: z.ZodOptional<z.ZodString>;
|
|
316
|
-
content_categories_disciple_making_secrets: z.ZodOptional<z.ZodString>;
|
|
317
|
-
content_categories_discovering_god: z.ZodOptional<z.ZodString>;
|
|
318
|
-
content_categories_books: z.ZodOptional<z.ZodString>;
|
|
319
|
-
content_categories_films: z.ZodOptional<z.ZodString>;
|
|
320
|
-
content_categories_how_tos: z.ZodOptional<z.ZodString>;
|
|
321
|
-
join_others_discovering: z.ZodOptional<z.ZodString>;
|
|
322
|
-
people_shared_last_week: z.ZodOptional<z.ZodString>;
|
|
323
|
-
question_placeholder: z.ZodOptional<z.ZodString>;
|
|
324
|
-
onboarding_dbs_intro_heading: z.ZodOptional<z.ZodString>;
|
|
325
|
-
onboarding_dbs_intro_body: z.ZodOptional<z.ZodString>;
|
|
326
|
-
onboarding_invite_group_heading: z.ZodOptional<z.ZodString>;
|
|
327
|
-
onboarding_invite_group_body: z.ZodOptional<z.ZodString>;
|
|
328
|
-
popups_need_help_with_group_title: z.ZodOptional<z.ZodString>;
|
|
329
|
-
popups_need_help_with_group_message: z.ZodOptional<z.ZodString>;
|
|
330
|
-
popups_micro_lessons_banner: z.ZodOptional<z.ZodString>;
|
|
331
|
-
question_in_a_group: z.ZodOptional<z.ZodString>;
|
|
332
|
-
question_what_brings_you_question: z.ZodOptional<z.ZodString>;
|
|
333
|
-
question_what_brings_you_body: z.ZodOptional<z.ZodString>;
|
|
334
|
-
question_what_brings_you_option_1: z.ZodOptional<z.ZodString>;
|
|
335
|
-
question_what_brings_you_option_2: z.ZodOptional<z.ZodString>;
|
|
336
|
-
question_what_brings_you_option_3: z.ZodOptional<z.ZodString>;
|
|
337
|
-
question_what_brings_you_option_4: z.ZodOptional<z.ZodString>;
|
|
315
|
+
no_results: z.ZodOptional<z.ZodString>;
|
|
316
|
+
no_notes: z.ZodOptional<z.ZodString>;
|
|
338
317
|
}, z.core.$strip>>;
|
|
339
318
|
export type TranslationsApp = z.infer<typeof TranslationsApp>;
|
|
@@ -70,6 +70,12 @@ exports.TranslationsApp = zod_1.z
|
|
|
70
70
|
app_store_listing_title: zod_1.z.string().min(1),
|
|
71
71
|
appearance: zod_1.z.string().min(1),
|
|
72
72
|
application: zod_1.z.string().min(1),
|
|
73
|
+
article_categories_65004e85fba2e8c9d281a73e: zod_1.z.string().min(1),
|
|
74
|
+
article_categories_65004e8eaf7c1d3f8289315a: zod_1.z.string().min(1),
|
|
75
|
+
article_categories_65004f8eead7951cf3c33243: zod_1.z.string().min(1),
|
|
76
|
+
article_categories_65005061a72598db83565c66: zod_1.z.string().min(1),
|
|
77
|
+
article_categories_65400527806b42d2e6ae4fd0: zod_1.z.string().min(1),
|
|
78
|
+
article_categories_65ca47557375e35a56523645: zod_1.z.string().min(1),
|
|
73
79
|
article_cta_body: zod_1.z.string().min(1),
|
|
74
80
|
article_cta_header: zod_1.z.string().min(1),
|
|
75
81
|
articles: zod_1.z.string().min(1),
|
|
@@ -126,7 +132,7 @@ exports.TranslationsApp = zod_1.z
|
|
|
126
132
|
fetch_bible_error: zod_1.z.string().min(1),
|
|
127
133
|
fetch_bible_no_internet: zod_1.z.string().min(1),
|
|
128
134
|
filter_articles: zod_1.z.string().min(1),
|
|
129
|
-
finish: zod_1.z.string().min(1),
|
|
135
|
+
finish: zod_1.z.string().min(1).optional(),
|
|
130
136
|
font_size: zod_1.z.string().min(1),
|
|
131
137
|
foundations: zod_1.z.string().min(1),
|
|
132
138
|
get_started_foundations: zod_1.z.string().min(1),
|
|
@@ -151,6 +157,7 @@ exports.TranslationsApp = zod_1.z
|
|
|
151
157
|
language_types_meet_primary: zod_1.z.string().min(1),
|
|
152
158
|
language_types_meet_secondary: zod_1.z.string().min(1),
|
|
153
159
|
language_types_video_bridge: zod_1.z.string().min(1),
|
|
160
|
+
later: zod_1.z.string().min(1).optional(),
|
|
154
161
|
learn: zod_1.z.string().min(1),
|
|
155
162
|
learn_more: zod_1.z.string().min(1),
|
|
156
163
|
light: zod_1.z.string().min(1),
|
|
@@ -173,11 +180,11 @@ exports.TranslationsApp = zod_1.z
|
|
|
173
180
|
note_placeholder: zod_1.z.string().min(1),
|
|
174
181
|
note_saved: zod_1.z.string().min(1),
|
|
175
182
|
notes_view: zod_1.z.string().min(1),
|
|
176
|
-
notifications: zod_1.z.string().min(1),
|
|
183
|
+
notifications: zod_1.z.string().min(1).optional(),
|
|
177
184
|
notifications_enable: zod_1.z.string().min(1),
|
|
178
185
|
ok: zod_1.z.string().min(1),
|
|
179
186
|
passcode_set: zod_1.z.string().min(1),
|
|
180
|
-
percent_available: zod_1.z.string().min(1),
|
|
187
|
+
percent_available: zod_1.z.string().min(1).optional(),
|
|
181
188
|
piano: zod_1.z.string().min(1),
|
|
182
189
|
piano_description: zod_1.z.string().min(1),
|
|
183
190
|
playback_speed: zod_1.z.string().min(1),
|
|
@@ -312,41 +319,8 @@ exports.TranslationsApp = zod_1.z
|
|
|
312
319
|
lesson: zod_1.z.string().min(1),
|
|
313
320
|
lessons: zod_1.z.string().min(1),
|
|
314
321
|
article: zod_1.z.string().min(1),
|
|
315
|
-
no_results: zod_1.z.string().min(1),
|
|
316
|
-
no_notes: zod_1.z.string().min(1),
|
|
317
|
-
// Will remove optional soon.
|
|
318
|
-
not_yet: zod_1.z.string().min(1).optional(),
|
|
319
|
-
micro_lesson: zod_1.z.string().min(1).optional(),
|
|
320
|
-
micro_lessons: zod_1.z.string().min(1).optional(),
|
|
321
|
-
filter_micro_lessons: zod_1.z.string().min(1).optional(),
|
|
322
|
-
content_categories_case_studies: zod_1.z.string().min(1).optional(),
|
|
323
|
-
content_categories_product_updates: zod_1.z.string().min(1).optional(),
|
|
324
|
-
content_categories_disciple_making_secrets: zod_1.z
|
|
325
|
-
.string()
|
|
326
|
-
.min(1)
|
|
327
|
-
.optional(),
|
|
328
|
-
content_categories_discovering_god: zod_1.z.string().min(1).optional(),
|
|
329
|
-
content_categories_books: zod_1.z.string().min(1).optional(),
|
|
330
|
-
content_categories_films: zod_1.z.string().min(1).optional(),
|
|
331
|
-
content_categories_how_tos: zod_1.z.string().min(1).optional(),
|
|
332
|
-
// These are trickier strings and will take some time to localize. onboarding.tsx is set up to default to the old onboarding if strings for the new onboarding are not localized.
|
|
333
|
-
join_others_discovering: zod_1.z.string().min(1).optional(),
|
|
334
|
-
people_shared_last_week: zod_1.z.string().min(1).optional(),
|
|
335
|
-
question_placeholder: zod_1.z.string().min(1).optional(),
|
|
336
|
-
onboarding_dbs_intro_heading: zod_1.z.string().min(1).optional(),
|
|
337
|
-
onboarding_dbs_intro_body: zod_1.z.string().min(1).optional(),
|
|
338
|
-
onboarding_invite_group_heading: zod_1.z.string().min(1).optional(),
|
|
339
|
-
onboarding_invite_group_body: zod_1.z.string().min(1).optional(),
|
|
340
|
-
popups_need_help_with_group_title: zod_1.z.string().min(1).optional(),
|
|
341
|
-
popups_need_help_with_group_message: zod_1.z.string().min(1).optional(),
|
|
342
|
-
popups_micro_lessons_banner: zod_1.z.string().min(1).optional(),
|
|
343
|
-
question_in_a_group: zod_1.z.string().min(1).optional(),
|
|
344
|
-
question_what_brings_you_question: zod_1.z.string().min(1).optional(),
|
|
345
|
-
question_what_brings_you_body: zod_1.z.string().min(1).optional(),
|
|
346
|
-
question_what_brings_you_option_1: zod_1.z.string().min(1).optional(),
|
|
347
|
-
question_what_brings_you_option_2: zod_1.z.string().min(1).optional(),
|
|
348
|
-
question_what_brings_you_option_3: zod_1.z.string().min(1).optional(),
|
|
349
|
-
question_what_brings_you_option_4: zod_1.z.string().min(1).optional(),
|
|
322
|
+
no_results: zod_1.z.string().min(1).optional(),
|
|
323
|
+
no_notes: zod_1.z.string().min(1).optional(),
|
|
350
324
|
})
|
|
351
325
|
.describe('Translations for a single language (identified by a 3-letter code)_'))
|
|
352
326
|
.describe('Schema for appTranslations_json_ Root keys are 3-letter language identifiers (ISO-639 style)_ Each language object contains well-defined translation collections_');
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
"tel": {
|
|
1921
1921
|
"a.001": "ఇప్పుడు, ఈ వచనాన్ని వినని స్నేహితుడికి చెప్పినట్లుగా ఎవరైనా ఈ వచనాన్ని తమ సొంత మాటలతో చెప్పనివ్వండి. ఏదైనా విడిచిపెట్టినా లేదా పొరపాటున ఏదైనా చేర్చినా వారికి సహాయం చేద్దాం. అలా జరిగితే మనం \"కథలో అది ఎక్కడ కనిపిస్తుంది?\" అని అడగవచ్చు.",
|
|
1922
1922
|
"a.002": "ఈ కథ దేవుని గురించి, ఆయన స్వభావం గురించి, ఆయన చేసే పనుల గురించి మనకు ఏమి బోధిస్తుంది?",
|
|
1923
|
-
"a.003": "ఈ కథ నుండి మన గురించి, మరియు ఇతరుల గురించి
|
|
1923
|
+
"a.003": "ఈ కథ నుండి మన గురించి, మరియు ఇతరుల గురించి మనం ఏమి నేర్చుకుంటాము?",
|
|
1924
1924
|
"a.004": "ఈ వారం మీ జీవితంలో ఈ కథలోని దేవుని సత్యాన్ని మీరు ఎలా అన్వయించుకుంటారు? మీరు చేసే నిర్దిష్ట చర్య లేదా పని ఏమిటి?",
|
|
1925
1925
|
"a.005": "మనం తిరిగి కలవడానికి ముందు ఈ కథ నుండి ఒక సత్యాన్ని ఎవరితో పంచుకుంటారు? మనలాగే ఈ యాప్లో దేవుని వాక్యాన్ని కనుగొనడం ఇష్టపడే ఇతరులు మీకు తెలుసా?",
|
|
1926
1926
|
"a.006": "మన సమావేశం ముగిసే సమయానికి, మనం మళ్ళీ ఎప్పుడు కలుద్దాం మరియు మన తదుపరి సమావేశాన్ని ఎవరు ఏర్పాటు చేస్తారో నిర్ణయించుకుందాం.",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
"a.015": "మనం మళ్ళీ కలిసే ముందు ఈ సమావేశం నుండి మీరు నేర్చుకున్నది ఎవరితో పంచుకుంటారు?",
|
|
1936
1936
|
"a.016": "ఇప్పుడు, నశించిన వారిని ఆకర్షించడం గురించి మాట్లాడుకుందాం. మనం గతసారి కలిసినప్పటి నుండి మనం ఎవరితో సంభాషణలు జరిపాము, వారి కోసం మనం ఎలా ప్రార్థించగలం?",
|
|
1937
1937
|
"a.017": "ఈ వారంలో మనం ఈ వ్యక్తులతో మరియు ఇతరులతో మంచి సంభాషణలు చేయడానికి వారితో ఎలా నిమగ్నమవ్వాలి?",
|
|
1938
|
-
"f.001": "మనం
|
|
1938
|
+
"f.001": "\"దేవుని గురించిన అవగాహన\" యొక్క కొత్త సమావేశానికి స్వాగతం. మనం ఎలా ఉన్నామో తెలుసుకోవడం ద్వారా ప్రారంభిద్దాం. చివరిసారి మనం కలిసినప్పటి నుండి మీ జీవితములో జరిగినది దృష్టిలో ఉంచుకొని, మీరు దేనికి కృతజ్ఞత చూపుతున్నారు?",
|
|
1939
1939
|
"f.002": "ఈ వారం మిమ్మల్ని ఒత్తిడికి గురి చేసింది ఏంటి, మరియు పరిస్థితులు మెరుగ్గాఉండాలంటే మీకు కావలసింది ఏమిటి?",
|
|
1940
1940
|
"f.003": "మీ కమ్యూనిటీలోని ప్రజల అవసరాలు ఏమిటి, మరియు మనం తెలియచేసిన అవసరాలను తీర్చడంలో ఒకరికొకరం ఎలా సహాయం చేసుకోవచ్చు?",
|
|
1941
1941
|
"f.004": "మనం గతసారి కలిసినప్పుడు నేర్చుకున్న కథ ఏమిటి? దేవుని గురించి మరియు ప్రజల గురించి మనం ఏమి నేర్చుకున్నాము ?",
|
|
@@ -1943,8 +1943,8 @@
|
|
|
1943
1943
|
"f.006": "గత కథలోని విషయాలను మీరు ఎవరితో పంచుకున్నారు? వారు ఎలా స్పందించారు?",
|
|
1944
1944
|
"f.007": "మనం చివరిసారి కలిసినప్పుడు అనేక అవసరాలను గుర్తించాము మరియు ఆ అవసరాలను తీర్చడానికి ప్రణాళిక వేసుకున్నాము. అది ఎలా జరిగింది?",
|
|
1945
1945
|
"f.008": "ఇప్పుడు, దేవుని నుండి ఒక కొత్త కథ విందాం...",
|
|
1946
|
-
"f.009": "మనం
|
|
1947
|
-
"f.010": "మీ
|
|
1946
|
+
"f.009": "మన శిష్యులను తయారుచేయ సంఘం యొక్క కొత్త సమావేశానికి స్వాగతం. మనం ఎలా ఉన్నామో తెలుసుకోవడం ద్వారా ప్రారంభిద్దాం. చివరిసారి మనం కలిసినప్పటి నుండి మీ జీవితములో జరిగినది దృష్టిలో ఉంచుకొని, మీరు దేనికి కృతజ్ఞత చూపుతున్నారు?",
|
|
1947
|
+
"f.010": "ప్రార్థనను విస్తరింపచేయాడానికి మీ ప్రయత్నాల ద్వారా దేవుడు ఎలా పని చేస్తున్నాడు? మనం ఆయనను స్తుతించగల సమాధానమిచ్చిన ప్రార్థనల కథలు ఏమైనా ఉన్నాయా?",
|
|
1948
1948
|
"f.011": "ప్రార్థనను విస్తరింపచేయాడానికి మీ ప్రయత్నాల ద్వారా దేవుడు ఎలా పని చేస్తున్నాడు? మనం ఆయనను స్తుతించగల సమాధానమిచ్చిన ప్రార్థనల కథలు ఏమైనా ఉన్నాయా?",
|
|
1949
1949
|
"f.012": "శిష్యులను తయారుచేయడం గురించి మన చివరి సమావేశంలో మనం ఏమి నేర్చుకున్నాము?",
|
|
1950
1950
|
"f.013": "ఇప్పుడు, దేవుని నుండి ఒక కొత్త కథ విందాం..."
|