waha-shared 1.0.211 → 1.0.212

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.
Files changed (124) hide show
  1. package/dist/data/areas/areas.schema.json +53 -19
  2. package/dist/data/areas/areas.zod.d.ts +12 -15
  3. package/dist/data/aslTimestamps/aslTimestamps.schema.json +11 -18
  4. package/dist/data/aslTimestamps/aslTimestamps.zod.d.ts +34 -4
  5. package/dist/data/bibleAudios/bibleAudios.schema.json +11 -14
  6. package/dist/data/bibleAudios/bibleAudios.zod.d.ts +15 -11
  7. package/dist/data/bibleAudios/bibleAudios.zod.js +4 -5
  8. package/dist/data/bibleAudios/index.d.ts +2 -5
  9. package/dist/data/bibleBooks/bibleBooks.schema.json +50 -71
  10. package/dist/data/bibleBooks/bibleBooks.zod.d.ts +51 -5
  11. package/dist/data/bibleBooks/index.d.ts +2 -2
  12. package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +2 -5
  13. package/dist/data/bibleChaptersList/bibleChaptersList.zod.d.ts +1 -1
  14. package/dist/data/bibleStatuses/bibleStatuses.json +110 -2
  15. package/dist/data/bibleStatuses/bibleStatuses.schema.json +40 -46
  16. package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +25 -5
  17. package/dist/data/bibleStatuses/bibleStatuses.zod.js +27 -2
  18. package/dist/data/bibleTexts/bibleTexts.schema.json +24 -40
  19. package/dist/data/bibleTexts/bibleTexts.zod.d.ts +39 -11
  20. package/dist/data/bibleTexts/index.d.ts +3 -3
  21. package/dist/data/clones/clones.schema.json +26 -27
  22. package/dist/data/clones/clones.zod.d.ts +24 -2
  23. package/dist/data/clones/clones.zod.js +1 -1
  24. package/dist/data/clones/index.d.ts +3 -3
  25. package/dist/data/countries/countries.schema.json +90 -91
  26. package/dist/data/countries/countries.zod.d.ts +88 -19
  27. package/dist/data/countries/countries.zod.js +138 -49
  28. package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +8 -19
  29. package/dist/data/countriesAndLanguages/countriesAndLanguages.zod.d.ts +28 -2
  30. package/dist/data/countriesAndLanguages/index.d.ts +2 -2
  31. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +4 -13
  32. package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +13 -1
  33. package/dist/data/crowdinLanguages/index.d.ts +1 -1
  34. package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +8 -16
  35. package/dist/data/curriculumFoundations/curriculumFoundations.zod.d.ts +10 -2
  36. package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +13 -24
  37. package/dist/data/curriculumQuestions/curriculumQuestions.zod.d.ts +23 -3
  38. package/dist/data/curriculumTopics/curriculumTopics.schema.json +8 -16
  39. package/dist/data/curriculumTopics/curriculumTopics.zod.d.ts +10 -2
  40. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +2 -5
  41. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.zod.d.ts +1 -1
  42. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +2 -8
  43. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.zod.js +1 -1
  44. package/dist/data/languageAssets/languageAssets.json +37702 -0
  45. package/dist/data/languageAssets/languageAssets.schema.json +12 -15
  46. package/dist/data/languageAssets/languageAssets.zod.d.ts +1 -1
  47. package/dist/data/languageAssets/languageAssets.zod.js +43 -3
  48. package/dist/data/languages/index.d.ts +4 -8
  49. package/dist/data/languages/languages.json +1 -1
  50. package/dist/data/languages/languages.schema.json +89 -136
  51. package/dist/data/languages/languages.zod.d.ts +116 -194
  52. package/dist/data/languages/languages.zod.js +1 -7
  53. package/dist/data/mediaDurations/mediaDurations.schema.json +14 -21
  54. package/dist/data/mediaDurations/mediaDurations.zod.d.ts +1 -1
  55. package/dist/data/mediaDurations/mediaDurations.zod.js +41 -3
  56. package/dist/data/notification/notification.schema.json +57 -67
  57. package/dist/data/notification/notification.zod.d.ts +39 -15
  58. package/dist/data/notification/notification.zod.js +134 -4
  59. package/dist/data/numeralMaps/numeralMaps.schema.json +62 -62
  60. package/dist/data/numeralMaps/numeralMaps.zod.d.ts +46 -2
  61. package/dist/data/numeralMaps/numeralMaps.zod.js +64 -14
  62. package/dist/data/phoneLanguages/index.d.ts +1 -1
  63. package/dist/data/phoneLanguages/phoneLanguages.schema.json +8 -18
  64. package/dist/data/phoneLanguages/phoneLanguages.zod.d.ts +22 -2
  65. package/dist/data/questions/index.d.ts +1 -1
  66. package/dist/data/questions/questions.schema.json +11 -11
  67. package/dist/data/questions/questions.zod.d.ts +14 -6
  68. package/dist/data/releaseNotes/index.d.ts +1 -1
  69. package/dist/data/releaseNotes/releaseNotes.schema.json +11 -23
  70. package/dist/data/releaseNotes/releaseNotes.zod.d.ts +9 -1
  71. package/dist/data/releaseNotes/releaseNotes.zod.js +1 -1
  72. package/dist/data/screenshots/screenshots.schema.json +6 -12
  73. package/dist/data/screenshots/screenshots.zod.d.ts +5 -1
  74. package/dist/data/scripts/scripts.schema.json +4 -11
  75. package/dist/data/scripts/scripts.zod.d.ts +7 -1
  76. package/dist/data/sets/index.d.ts +2 -2
  77. package/dist/data/sets/sets.schema.json +22 -25
  78. package/dist/data/sets/sets.zod.d.ts +39 -61
  79. package/dist/data/specialIds/specialIds.schema.json +1 -5
  80. package/dist/data/specialIds/specialIds.zod.d.ts +41 -11
  81. package/dist/data/translationsApp/index.d.ts +9 -9
  82. package/dist/data/translationsApp/translationsApp.json +1 -0
  83. package/dist/data/translationsApp/translationsApp.schema.json +668 -667
  84. package/dist/data/translationsApp/translationsApp.zod.d.ts +631 -1
  85. package/dist/data/translationsApp/translationsApp.zod.js +2 -2
  86. package/dist/data/translationsFtb/translationsFtb.json +884 -0
  87. package/dist/data/translationsFtb/translationsFtb.schema.json +149 -147
  88. package/dist/data/translationsFtb/translationsFtb.zod.d.ts +135 -1
  89. package/dist/data/translationsFtb/translationsFtb.zod.js +1 -1
  90. package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +18 -15
  91. package/dist/data/translationsIntroduction/translationsIntroduction.zod.d.ts +160 -2
  92. package/dist/data/translationsIntroduction/translationsIntroduction.zod.js +1 -1
  93. package/dist/data/translationsQuestion/translationsQuestion.json +480 -0
  94. package/dist/data/translationsQuestion/translationsQuestion.schema.json +14 -9
  95. package/dist/data/translationsQuestion/translationsQuestion.zod.js +1 -1
  96. package/dist/data/translationsSet/translationsSet.json +20694 -11135
  97. package/dist/data/translationsSet/translationsSet.schema.json +56 -52
  98. package/dist/data/translationsSet/translationsSet.zod.d.ts +19 -1
  99. package/dist/data/translationsSet/translationsSet.zod.js +4 -4
  100. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +100 -98
  101. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.d.ts +87 -1
  102. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.zod.js +1 -1
  103. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +480 -0
  104. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +23 -18
  105. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.zod.js +1 -1
  106. package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +2 -9
  107. package/dist/data/youtubePlaylists/youtubePlaylists.zod.js +1 -1
  108. package/dist/data/youtubeVideos/youtubeVideos.schema.json +2 -9
  109. package/dist/data/youtubeVideos/youtubeVideos.zod.js +1 -1
  110. package/dist/types/analytics.d.ts +1 -14
  111. package/dist/types/articles.d.ts +344 -94
  112. package/dist/types/articles.js +13 -13
  113. package/dist/types/bibleChapters.d.ts +91 -13
  114. package/dist/types/bibleChapters.js +1 -1
  115. package/dist/types/feedback.d.ts +41 -3
  116. package/dist/types/feedback.js +1 -1
  117. package/dist/types/microLessons.d.ts +869 -70
  118. package/dist/types/microLessons.js +29 -29
  119. package/dist/types/notifications.d.ts +119 -19
  120. package/dist/types/scripturePassages.d.ts +34 -4
  121. package/dist/types/users.d.ts +776 -221
  122. package/dist/types/users.js +1 -2
  123. package/dist/types/webContent.d.ts +20 -8
  124. package/package.json +3 -3
@@ -314,5 +314,635 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
314
314
  article: z.ZodString;
315
315
  no_results: z.ZodOptional<z.ZodString>;
316
316
  no_notes: z.ZodOptional<z.ZodString>;
317
- }, z.core.$strip>>;
317
+ }, "strip", z.ZodTypeAny, {
318
+ search: string;
319
+ bible: string;
320
+ name: string;
321
+ message: string;
322
+ text: string;
323
+ audio: string;
324
+ foundations: string;
325
+ topics: string;
326
+ all: string;
327
+ version: string;
328
+ lessons: string;
329
+ a11y_add_secondary_language_hint: string;
330
+ a11y_article_hint: string;
331
+ a11y_banner_dismiss_hint: string;
332
+ a11y_bible_audio_controls_label: string;
333
+ a11y_bible_translation_hint: string;
334
+ a11y_bookmark_hint: string;
335
+ a11y_bookmark_label: string;
336
+ a11y_change_languages_hint: string;
337
+ a11y_chapter_button_hint: string;
338
+ a11y_choose_primary_language_hint: string;
339
+ a11y_clear_passcode_hint: string;
340
+ a11y_download_set_label: string;
341
+ a11y_extra_controls_hint: string;
342
+ a11y_extra_controls_label: string;
343
+ a11y_font_size_decrement_label: string;
344
+ a11y_font_size_increment_label: string;
345
+ a11y_font_size_label: string;
346
+ a11y_give_button_hint: string;
347
+ a11y_group_help_hint: string;
348
+ a11y_lesson_actions_hint: string;
349
+ a11y_lesson_actions_label: string;
350
+ a11y_lesson_hint: string;
351
+ a11y_lesson_label: string;
352
+ a11y_lesson_question_label: string;
353
+ a11y_lesson_text_hint: string;
354
+ a11y_mute_label: string;
355
+ a11y_play_button_label: string;
356
+ a11y_playback_speed_decrement_label: string;
357
+ a11y_playback_speed_increment_label: string;
358
+ a11y_playback_speed_label: string;
359
+ a11y_radio_hint: string;
360
+ a11y_remove_language_label: string;
361
+ a11y_scrubber_decrement_label: string;
362
+ a11y_scrubber_increment_label: string;
363
+ a11y_scrubber_label: string;
364
+ a11y_search_hint: string;
365
+ a11y_security_mode_label: string;
366
+ a11y_set_hint: string;
367
+ a11y_share_lesson_label: string;
368
+ a11y_tab_hint: string;
369
+ a11y_video_label: string;
370
+ a11y_view_bible_hint: string;
371
+ a11y_view_in_progress_language_hint: string;
372
+ a11y_view_launched_language_hint: string;
373
+ about: string;
374
+ add_language: string;
375
+ all_languages: string;
376
+ app_store_listing_description: string;
377
+ app_store_listing_screenshot_foundations: string;
378
+ app_store_listing_screenshot_languages: string;
379
+ app_store_listing_screenshot_bible: string;
380
+ app_store_listing_screenshot_lesson: string;
381
+ app_store_listing_screenshot_reviews_1: string;
382
+ app_store_listing_screenshot_reviews_2: string;
383
+ app_store_listing_screenshot_set: string;
384
+ app_store_listing_screenshot_share: string;
385
+ app_store_listing_screenshot_testimonial: string;
386
+ app_store_listing_screenshot_topics: string;
387
+ app_store_listing_subtitle: string;
388
+ app_store_listing_title: string;
389
+ appearance: string;
390
+ application: string;
391
+ article_categories_65004e85fba2e8c9d281a73e: string;
392
+ article_categories_65004e8eaf7c1d3f8289315a: string;
393
+ article_categories_65004f8eead7951cf3c33243: string;
394
+ article_categories_65005061a72598db83565c66: string;
395
+ article_categories_65400527806b42d2e6ae4fd0: string;
396
+ article_categories_65ca47557375e35a56523645: string;
397
+ article_cta_body: string;
398
+ article_cta_header: string;
399
+ articles: string;
400
+ back: string;
401
+ bookmarks: string;
402
+ bookmarks_description: string;
403
+ bridge_language_explanation: string;
404
+ calculator: string;
405
+ calculator_description: string;
406
+ cancel: string;
407
+ cant_share_until_download: string;
408
+ cast_to_tv: string;
409
+ casting: string;
410
+ change_chapter: string;
411
+ change_languages: string;
412
+ change_passcode: string;
413
+ change_security_app: string;
414
+ change_security_app_description: string;
415
+ change_timeout: string;
416
+ change_video_language: string;
417
+ changing_layout_direction: string;
418
+ chapter_fetching: string;
419
+ chapter_not_available: string;
420
+ chapter_offline: string;
421
+ choose_passcode: string;
422
+ clear: string;
423
+ close: string;
424
+ confirm: string;
425
+ confirm_passcode: string;
426
+ connect_to_continue: string;
427
+ contact_us: string;
428
+ continue: string;
429
+ contribute: string;
430
+ copied_to_clipboard: string;
431
+ dark: string;
432
+ dark_mode: string;
433
+ default: string;
434
+ disciple_making_course: string;
435
+ dm_course_locked_blurb: string;
436
+ done: string;
437
+ download: string;
438
+ download_app: string;
439
+ download_over_data: string;
440
+ download_paused: string;
441
+ downloading: string;
442
+ downloading_to_share: string;
443
+ edit: string;
444
+ email: string;
445
+ enter_passcode: string;
446
+ favorites: string;
447
+ fellowship: string;
448
+ fetch_bible_error: string;
449
+ fetch_bible_no_internet: string;
450
+ filter_articles: string;
451
+ font_size: string;
452
+ get_started_foundations: string;
453
+ get_started_training: string;
454
+ give: string;
455
+ give_blurb: string;
456
+ give_to_language: string;
457
+ got_it: string;
458
+ help_tips: string;
459
+ heres_whats_new: string;
460
+ home: string;
461
+ in_development: string;
462
+ instant: string;
463
+ internet_required_download: string;
464
+ internet_required_download_share: string;
465
+ introduction: string;
466
+ language_names: Record<string, string>;
467
+ language_types_app_interface: string;
468
+ language_types_meet: string;
469
+ language_types_meet_primary: string;
470
+ language_types_meet_secondary: string;
471
+ language_types_video_bridge: string;
472
+ learn: string;
473
+ learn_more: string;
474
+ light: string;
475
+ listen_to_story_again: string;
476
+ loading_file_size: string;
477
+ mark_complete: string;
478
+ meet: string;
479
+ meeting_history: string;
480
+ megabyte: string;
481
+ more: string;
482
+ my_primary_language: string;
483
+ no_connection: string;
484
+ no_files_to_delete: string;
485
+ no_languages_found: string;
486
+ not_now: string;
487
+ note_add: string;
488
+ note_delete: string;
489
+ note_edit: string;
490
+ note_placeholder: string;
491
+ note_saved: string;
492
+ notes_view: string;
493
+ notifications_enable: string;
494
+ ok: string;
495
+ passcode_set: string;
496
+ piano: string;
497
+ piano_description: string;
498
+ playback_speed: string;
499
+ popups_app_interface_help: string;
500
+ popups_casting_stop_confirm: string;
501
+ popups_code_request_success_message: string;
502
+ popups_codes_no_match_message: string;
503
+ popups_codes_no_match_title: string;
504
+ popups_foundations_description_believer: string;
505
+ popups_foundations_description_seeker: string;
506
+ popups_group_help_message: string;
507
+ popups_group_help_title: string;
508
+ popups_meet_help: string;
509
+ popups_notification_opt_in_message: string;
510
+ popups_notification_opt_in_title: string;
511
+ popups_play_help_message: string;
512
+ popups_play_help_title: string;
513
+ popups_remove_meeting_message: string;
514
+ popups_remove_meeting_title: string;
515
+ popups_submit_feedback_error_message: string;
516
+ popups_submit_feedback_error_title: string;
517
+ popups_submit_feedback_success_message: string;
518
+ popups_submit_feedback_success_title: string;
519
+ popups_topics_description: string;
520
+ popups_training_description_believer: string;
521
+ popups_unlock_successful_message: string;
522
+ popups_unlock_successful_title: string;
523
+ popups_unlocked_learn_help_message: string;
524
+ popups_unlocked_learn_help_title: string;
525
+ popups_watch_on_youtube_blurb: string;
526
+ privacy_policy: string;
527
+ question: string;
528
+ question_dm_course: string;
529
+ question_god_journey_option_1: string;
530
+ question_god_journey_option_2: string;
531
+ question_god_journey_option_3: string;
532
+ question_god_journey_option_4: string;
533
+ question_god_journey_question: string;
534
+ question_hear_waha: string;
535
+ question_how_familiar_bible_option_1_body: string;
536
+ question_how_familiar_bible_option_1_title: string;
537
+ question_how_familiar_bible_option_2_body: string;
538
+ question_how_familiar_bible_option_2_title: string;
539
+ question_how_familiar_bible_option_3_body: string;
540
+ question_how_familiar_bible_option_3_title: string;
541
+ question_how_familiar_bible_question: string;
542
+ question_how_long_bible_option_1: string;
543
+ question_how_long_bible_option_2: string;
544
+ question_how_long_bible_question: string;
545
+ rate_waha: string;
546
+ recommended: string;
547
+ recommended_for_you: string;
548
+ remove: string;
549
+ remove_download: string;
550
+ report_a_problem: string;
551
+ report_problem_help: string;
552
+ request_passcode: string;
553
+ required: string;
554
+ retry: string;
555
+ return_home: string;
556
+ save_and_close: string;
557
+ search_meet: string;
558
+ secondary_languages: string;
559
+ security: string;
560
+ security_mode: string;
561
+ security_mode_blurb: string;
562
+ security_onboarding_page_1_message: string;
563
+ security_onboarding_page_1_title: string;
564
+ security_onboarding_page_2_message: string;
565
+ security_onboarding_page_2_title: string;
566
+ security_onboarding_page_3_message: string;
567
+ security_onboarding_page_3_title: string;
568
+ security_onboarding_page_4_message: string;
569
+ security_onboarding_page_4_title: string;
570
+ see_help: string;
571
+ select_bible: string;
572
+ select_book: string;
573
+ select_initial_languages_blurb: string;
574
+ send_invite: string;
575
+ settings: string;
576
+ share: string;
577
+ share_app: string;
578
+ share_lesson_audio: string;
579
+ share_lesson_link: string;
580
+ share_lesson_text: string;
581
+ share_lesson_video: string;
582
+ share_passcode: string;
583
+ share_story: string;
584
+ share_story_text: string;
585
+ share_with_group: string;
586
+ sharing_messages_invite: string;
587
+ sharing_messages_unlock_code: string;
588
+ show_less: string;
589
+ show_more: string;
590
+ show_original: string;
591
+ show_translation: string;
592
+ skip: string;
593
+ special_thanks: string;
594
+ stop_casting: string;
595
+ storage: string;
596
+ story: string;
597
+ submit: string;
598
+ submitting: string;
599
+ support_development: string;
600
+ system: string;
601
+ trailer: string;
602
+ training: string;
603
+ training_video: string;
604
+ translated_with_ai: string;
605
+ unlock_onboarding_page_1_message: string;
606
+ unlock_onboarding_page_1_title: string;
607
+ unlock_onboarding_page_2_message: string;
608
+ unlock_onboarding_page_2_title: string;
609
+ unmatched_message: string;
610
+ up_next: string;
611
+ view: string;
612
+ view_all: string;
613
+ view_copyright: string;
614
+ view_lesson_notes: string;
615
+ visit_website: string;
616
+ volunteer: string;
617
+ waiting_to_start_download: string;
618
+ watch_on_youtube: string;
619
+ week: string;
620
+ welcome_blurb: string;
621
+ yes: string;
622
+ story_set: string;
623
+ story_sets: string;
624
+ lesson: string;
625
+ article: string;
626
+ finish?: string | undefined;
627
+ later?: string | undefined;
628
+ notifications?: string | undefined;
629
+ percent_available?: string | undefined;
630
+ no_results?: string | undefined;
631
+ no_notes?: string | undefined;
632
+ }, {
633
+ search: string;
634
+ bible: string;
635
+ name: string;
636
+ message: string;
637
+ text: string;
638
+ audio: string;
639
+ foundations: string;
640
+ topics: string;
641
+ all: string;
642
+ version: string;
643
+ lessons: string;
644
+ a11y_add_secondary_language_hint: string;
645
+ a11y_article_hint: string;
646
+ a11y_banner_dismiss_hint: string;
647
+ a11y_bible_audio_controls_label: string;
648
+ a11y_bible_translation_hint: string;
649
+ a11y_bookmark_hint: string;
650
+ a11y_bookmark_label: string;
651
+ a11y_change_languages_hint: string;
652
+ a11y_chapter_button_hint: string;
653
+ a11y_choose_primary_language_hint: string;
654
+ a11y_clear_passcode_hint: string;
655
+ a11y_download_set_label: string;
656
+ a11y_extra_controls_hint: string;
657
+ a11y_extra_controls_label: string;
658
+ a11y_font_size_decrement_label: string;
659
+ a11y_font_size_increment_label: string;
660
+ a11y_font_size_label: string;
661
+ a11y_give_button_hint: string;
662
+ a11y_group_help_hint: string;
663
+ a11y_lesson_actions_hint: string;
664
+ a11y_lesson_actions_label: string;
665
+ a11y_lesson_hint: string;
666
+ a11y_lesson_label: string;
667
+ a11y_lesson_question_label: string;
668
+ a11y_lesson_text_hint: string;
669
+ a11y_mute_label: string;
670
+ a11y_play_button_label: string;
671
+ a11y_playback_speed_decrement_label: string;
672
+ a11y_playback_speed_increment_label: string;
673
+ a11y_playback_speed_label: string;
674
+ a11y_radio_hint: string;
675
+ a11y_remove_language_label: string;
676
+ a11y_scrubber_decrement_label: string;
677
+ a11y_scrubber_increment_label: string;
678
+ a11y_scrubber_label: string;
679
+ a11y_search_hint: string;
680
+ a11y_security_mode_label: string;
681
+ a11y_set_hint: string;
682
+ a11y_share_lesson_label: string;
683
+ a11y_tab_hint: string;
684
+ a11y_video_label: string;
685
+ a11y_view_bible_hint: string;
686
+ a11y_view_in_progress_language_hint: string;
687
+ a11y_view_launched_language_hint: string;
688
+ about: string;
689
+ add_language: string;
690
+ all_languages: string;
691
+ app_store_listing_description: string;
692
+ app_store_listing_screenshot_foundations: string;
693
+ app_store_listing_screenshot_languages: string;
694
+ app_store_listing_screenshot_bible: string;
695
+ app_store_listing_screenshot_lesson: string;
696
+ app_store_listing_screenshot_reviews_1: string;
697
+ app_store_listing_screenshot_reviews_2: string;
698
+ app_store_listing_screenshot_set: string;
699
+ app_store_listing_screenshot_share: string;
700
+ app_store_listing_screenshot_testimonial: string;
701
+ app_store_listing_screenshot_topics: string;
702
+ app_store_listing_subtitle: string;
703
+ app_store_listing_title: string;
704
+ appearance: string;
705
+ application: string;
706
+ article_categories_65004e85fba2e8c9d281a73e: string;
707
+ article_categories_65004e8eaf7c1d3f8289315a: string;
708
+ article_categories_65004f8eead7951cf3c33243: string;
709
+ article_categories_65005061a72598db83565c66: string;
710
+ article_categories_65400527806b42d2e6ae4fd0: string;
711
+ article_categories_65ca47557375e35a56523645: string;
712
+ article_cta_body: string;
713
+ article_cta_header: string;
714
+ articles: string;
715
+ back: string;
716
+ bookmarks: string;
717
+ bookmarks_description: string;
718
+ bridge_language_explanation: string;
719
+ calculator: string;
720
+ calculator_description: string;
721
+ cancel: string;
722
+ cant_share_until_download: string;
723
+ cast_to_tv: string;
724
+ casting: string;
725
+ change_chapter: string;
726
+ change_languages: string;
727
+ change_passcode: string;
728
+ change_security_app: string;
729
+ change_security_app_description: string;
730
+ change_timeout: string;
731
+ change_video_language: string;
732
+ changing_layout_direction: string;
733
+ chapter_fetching: string;
734
+ chapter_not_available: string;
735
+ chapter_offline: string;
736
+ choose_passcode: string;
737
+ clear: string;
738
+ close: string;
739
+ confirm: string;
740
+ confirm_passcode: string;
741
+ connect_to_continue: string;
742
+ contact_us: string;
743
+ continue: string;
744
+ contribute: string;
745
+ copied_to_clipboard: string;
746
+ dark: string;
747
+ dark_mode: string;
748
+ default: string;
749
+ disciple_making_course: string;
750
+ dm_course_locked_blurb: string;
751
+ done: string;
752
+ download: string;
753
+ download_app: string;
754
+ download_over_data: string;
755
+ download_paused: string;
756
+ downloading: string;
757
+ downloading_to_share: string;
758
+ edit: string;
759
+ email: string;
760
+ enter_passcode: string;
761
+ favorites: string;
762
+ fellowship: string;
763
+ fetch_bible_error: string;
764
+ fetch_bible_no_internet: string;
765
+ filter_articles: string;
766
+ font_size: string;
767
+ get_started_foundations: string;
768
+ get_started_training: string;
769
+ give: string;
770
+ give_blurb: string;
771
+ give_to_language: string;
772
+ got_it: string;
773
+ help_tips: string;
774
+ heres_whats_new: string;
775
+ home: string;
776
+ in_development: string;
777
+ instant: string;
778
+ internet_required_download: string;
779
+ internet_required_download_share: string;
780
+ introduction: string;
781
+ language_names: Record<string, string>;
782
+ language_types_app_interface: string;
783
+ language_types_meet: string;
784
+ language_types_meet_primary: string;
785
+ language_types_meet_secondary: string;
786
+ language_types_video_bridge: string;
787
+ learn: string;
788
+ learn_more: string;
789
+ light: string;
790
+ listen_to_story_again: string;
791
+ loading_file_size: string;
792
+ mark_complete: string;
793
+ meet: string;
794
+ meeting_history: string;
795
+ megabyte: string;
796
+ more: string;
797
+ my_primary_language: string;
798
+ no_connection: string;
799
+ no_files_to_delete: string;
800
+ no_languages_found: string;
801
+ not_now: string;
802
+ note_add: string;
803
+ note_delete: string;
804
+ note_edit: string;
805
+ note_placeholder: string;
806
+ note_saved: string;
807
+ notes_view: string;
808
+ notifications_enable: string;
809
+ ok: string;
810
+ passcode_set: string;
811
+ piano: string;
812
+ piano_description: string;
813
+ playback_speed: string;
814
+ popups_app_interface_help: string;
815
+ popups_casting_stop_confirm: string;
816
+ popups_code_request_success_message: string;
817
+ popups_codes_no_match_message: string;
818
+ popups_codes_no_match_title: string;
819
+ popups_foundations_description_believer: string;
820
+ popups_foundations_description_seeker: string;
821
+ popups_group_help_message: string;
822
+ popups_group_help_title: string;
823
+ popups_meet_help: string;
824
+ popups_notification_opt_in_message: string;
825
+ popups_notification_opt_in_title: string;
826
+ popups_play_help_message: string;
827
+ popups_play_help_title: string;
828
+ popups_remove_meeting_message: string;
829
+ popups_remove_meeting_title: string;
830
+ popups_submit_feedback_error_message: string;
831
+ popups_submit_feedback_error_title: string;
832
+ popups_submit_feedback_success_message: string;
833
+ popups_submit_feedback_success_title: string;
834
+ popups_topics_description: string;
835
+ popups_training_description_believer: string;
836
+ popups_unlock_successful_message: string;
837
+ popups_unlock_successful_title: string;
838
+ popups_unlocked_learn_help_message: string;
839
+ popups_unlocked_learn_help_title: string;
840
+ popups_watch_on_youtube_blurb: string;
841
+ privacy_policy: string;
842
+ question: string;
843
+ question_dm_course: string;
844
+ question_god_journey_option_1: string;
845
+ question_god_journey_option_2: string;
846
+ question_god_journey_option_3: string;
847
+ question_god_journey_option_4: string;
848
+ question_god_journey_question: string;
849
+ question_hear_waha: string;
850
+ question_how_familiar_bible_option_1_body: string;
851
+ question_how_familiar_bible_option_1_title: string;
852
+ question_how_familiar_bible_option_2_body: string;
853
+ question_how_familiar_bible_option_2_title: string;
854
+ question_how_familiar_bible_option_3_body: string;
855
+ question_how_familiar_bible_option_3_title: string;
856
+ question_how_familiar_bible_question: string;
857
+ question_how_long_bible_option_1: string;
858
+ question_how_long_bible_option_2: string;
859
+ question_how_long_bible_question: string;
860
+ rate_waha: string;
861
+ recommended: string;
862
+ recommended_for_you: string;
863
+ remove: string;
864
+ remove_download: string;
865
+ report_a_problem: string;
866
+ report_problem_help: string;
867
+ request_passcode: string;
868
+ required: string;
869
+ retry: string;
870
+ return_home: string;
871
+ save_and_close: string;
872
+ search_meet: string;
873
+ secondary_languages: string;
874
+ security: string;
875
+ security_mode: string;
876
+ security_mode_blurb: string;
877
+ security_onboarding_page_1_message: string;
878
+ security_onboarding_page_1_title: string;
879
+ security_onboarding_page_2_message: string;
880
+ security_onboarding_page_2_title: string;
881
+ security_onboarding_page_3_message: string;
882
+ security_onboarding_page_3_title: string;
883
+ security_onboarding_page_4_message: string;
884
+ security_onboarding_page_4_title: string;
885
+ see_help: string;
886
+ select_bible: string;
887
+ select_book: string;
888
+ select_initial_languages_blurb: string;
889
+ send_invite: string;
890
+ settings: string;
891
+ share: string;
892
+ share_app: string;
893
+ share_lesson_audio: string;
894
+ share_lesson_link: string;
895
+ share_lesson_text: string;
896
+ share_lesson_video: string;
897
+ share_passcode: string;
898
+ share_story: string;
899
+ share_story_text: string;
900
+ share_with_group: string;
901
+ sharing_messages_invite: string;
902
+ sharing_messages_unlock_code: string;
903
+ show_less: string;
904
+ show_more: string;
905
+ show_original: string;
906
+ show_translation: string;
907
+ skip: string;
908
+ special_thanks: string;
909
+ stop_casting: string;
910
+ storage: string;
911
+ story: string;
912
+ submit: string;
913
+ submitting: string;
914
+ support_development: string;
915
+ system: string;
916
+ trailer: string;
917
+ training: string;
918
+ training_video: string;
919
+ translated_with_ai: string;
920
+ unlock_onboarding_page_1_message: string;
921
+ unlock_onboarding_page_1_title: string;
922
+ unlock_onboarding_page_2_message: string;
923
+ unlock_onboarding_page_2_title: string;
924
+ unmatched_message: string;
925
+ up_next: string;
926
+ view: string;
927
+ view_all: string;
928
+ view_copyright: string;
929
+ view_lesson_notes: string;
930
+ visit_website: string;
931
+ volunteer: string;
932
+ waiting_to_start_download: string;
933
+ watch_on_youtube: string;
934
+ week: string;
935
+ welcome_blurb: string;
936
+ yes: string;
937
+ story_set: string;
938
+ story_sets: string;
939
+ lesson: string;
940
+ article: string;
941
+ finish?: string | undefined;
942
+ later?: string | undefined;
943
+ notifications?: string | undefined;
944
+ percent_available?: string | undefined;
945
+ no_results?: string | undefined;
946
+ no_notes?: string | undefined;
947
+ }>>;
318
948
  export type TranslationsApp = z.infer<typeof TranslationsApp>;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TranslationsApp = void 0;
4
4
  const zod_1 = require("zod");
5
5
  exports.TranslationsApp = zod_1.z
6
- .record(zod_1.z.string(), zod_1.z
6
+ .record(zod_1.z
7
7
  .object({
8
8
  name: zod_1.z.string().min(1),
9
9
  version: zod_1.z.string().min(1),
@@ -150,7 +150,7 @@ exports.TranslationsApp = zod_1.z
150
150
  internet_required_download_share: zod_1.z.string().min(1),
151
151
  introduction: zod_1.z.string().min(1),
152
152
  language_names: zod_1.z
153
- .record(zod_1.z.string(), zod_1.z.string().min(1))
153
+ .record(zod_1.z.string().min(1))
154
154
  .describe('Mapping of language codes (ISO 639 or internal codes) to their localized display names'),
155
155
  language_types_app_interface: zod_1.z.string().min(1),
156
156
  language_types_meet: zod_1.z.string().min(1),