waha-shared 1.0.1 → 1.0.3
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/README.md +2 -2
- package/dist/data/bibleAudios.d.ts +8 -0
- package/dist/data/bibleAudios.js +8 -0
- package/dist/data/bibleAudios.json +394 -0
- package/dist/data/bibleResources/bibleBooks.d.ts +3 -0
- package/dist/data/bibleResources/bibleBooks.js +7 -0
- package/dist/data/bibleResources/bibleBooks.json +6071 -0
- package/dist/data/bibleResources/bibleChaptersList.d.ts +2 -0
- package/dist/data/bibleResources/bibleChaptersList.js +8 -0
- package/dist/data/bibleResources/bibleChaptersList.json +1191 -0
- package/dist/data/bibleStatuses.d.ts +7 -0
- package/dist/data/bibleStatuses.js +8 -0
- package/dist/data/bibleStatuses.json +9196 -0
- package/dist/data/bibleTexts.d.ts +16 -0
- package/dist/data/bibleTexts.js +8 -0
- package/dist/data/bibleTexts.json +527 -0
- package/dist/data/countryResources/areas.d.ts +3 -0
- package/dist/data/countryResources/areas.js +7 -0
- package/dist/data/countryResources/areas.json +74 -0
- package/dist/data/countryResources/countries.d.ts +3 -0
- package/dist/data/countryResources/countries.js +7 -0
- package/dist/data/countryResources/countries.json +3362 -0
- package/dist/data/foundationsCurriculums.d.ts +5 -0
- package/dist/data/foundationsCurriculums.js +8 -0
- package/dist/data/foundationsCurriculums.json +130 -0
- package/dist/data/languageResources/countriesAndLanguages.d.ts +13 -0
- package/dist/data/languageResources/countriesAndLanguages.js +7 -0
- package/dist/data/languageResources/countriesAndLanguages.json +11718 -0
- package/dist/data/languageResources/phoneLanguages.d.ts +11 -0
- package/dist/data/languageResources/phoneLanguages.js +7 -0
- package/dist/data/languageResources/phoneLanguages.json +1532 -0
- package/dist/data/languages.d.ts +45 -0
- package/dist/data/languages.js +8 -0
- package/dist/data/languages.json +7045 -0
- package/dist/data/mediaDurations.d.ts +6 -0
- package/dist/data/mediaDurations.js +8 -0
- package/dist/data/mediaDurations.json +32364 -0
- package/dist/data/notification.d.ts +16 -0
- package/dist/data/notification.js +8 -0
- package/dist/data/notification.json +69 -0
- package/dist/data/numeralMaps.d.ts +13 -0
- package/dist/data/numeralMaps.js +8 -0
- package/dist/data/numeralMaps.json +26 -0
- package/dist/data/questions.d.ts +8 -0
- package/dist/data/questions.js +8 -0
- package/dist/data/questions.json +317 -0
- package/dist/data/questionsCurriculums.d.ts +8 -0
- package/dist/data/questionsCurriculums.js +8 -0
- package/dist/data/questionsCurriculums.json +753 -0
- package/dist/data/releaseNotes.d.ts +6 -0
- package/dist/data/releaseNotes.js +8 -0
- package/dist/data/releaseNotes.json +2381 -0
- package/dist/data/screenshots.d.ts +5 -0
- package/dist/data/screenshots.js +8 -0
- package/dist/data/screenshots.json +17 -0
- package/dist/data/sets.d.ts +14 -0
- package/dist/data/sets.js +8 -0
- package/dist/data/sets.json +12258 -0
- package/dist/data/specialIds.d.ts +18 -0
- package/dist/data/specialIds.js +7 -0
- package/dist/data/specialIds.json +72 -0
- package/dist/data/topicsCurriculums.d.ts +5 -0
- package/dist/data/topicsCurriculums.js +8 -0
- package/dist/data/topicsCurriculums.json +131 -0
- package/dist/data/typescript/appTranslations.d.ts +915 -0
- package/dist/data/typescript/appTranslations.js +315 -0
- package/dist/data/typescript/areas.d.ts +18 -0
- package/dist/data/typescript/areas.js +42 -0
- package/dist/data/typescript/aslTimestamps.d.ts +43 -0
- package/dist/data/typescript/aslTimestamps.js +31 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleAudios.d.ts +21 -0
- package/dist/data/typescript/bibleAudios.js +23 -0
- package/dist/data/typescript/bibleBookNames.d.ts +3 -0
- package/dist/data/typescript/bibleBookNames.js +98 -0
- package/dist/data/typescript/bibleBooks.d.ts +69 -0
- package/dist/data/typescript/bibleBooks.js +56 -0
- package/dist/data/typescript/bibleChapters.d.ts +49 -0
- package/dist/data/typescript/bibleChapters.js +29 -0
- package/dist/data/typescript/bibleStatuses.d.ts +28 -0
- package/dist/data/typescript/bibleStatuses.js +39 -0
- package/dist/data/typescript/bibleTextAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleTextAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleTexts.d.ts +53 -0
- package/dist/data/typescript/bibleTexts.js +54 -0
- package/dist/data/typescript/clones.d.ts +36 -0
- package/dist/data/typescript/clones.js +28 -0
- package/dist/data/typescript/countries.d.ts +98 -0
- package/dist/data/typescript/countries.js +149 -0
- package/dist/data/typescript/foundationsCurriculums.d.ts +12 -0
- package/dist/data/typescript/foundationsCurriculums.js +12 -0
- package/dist/data/typescript/introductionTranslations.d.ts +202 -0
- package/dist/data/typescript/introductionTranslations.js +53 -0
- package/dist/data/typescript/languages.d.ts +148 -0
- package/dist/data/typescript/languages.js +302 -0
- package/dist/data/typescript/mediaDurations.d.ts +23 -0
- package/dist/data/typescript/mediaDurations.js +72 -0
- package/dist/data/typescript/notification.d.ts +45 -0
- package/dist/data/typescript/notification.js +176 -0
- package/dist/data/typescript/numeralMaps.d.ts +58 -0
- package/dist/data/typescript/numeralMaps.js +71 -0
- package/dist/data/typescript/questionTranslations.d.ts +3 -0
- package/dist/data/typescript/questionTranslations.js +5 -0
- package/dist/data/typescript/questions.d.ts +21 -0
- package/dist/data/typescript/questions.js +18 -0
- package/dist/data/typescript/questionsCurriculums.d.ts +27 -0
- package/dist/data/typescript/questionsCurriculums.js +19 -0
- package/dist/data/typescript/releaseNotes.d.ts +15 -0
- package/dist/data/typescript/releaseNotes.js +9 -0
- package/dist/data/typescript/screenshots.d.ts +12 -0
- package/dist/data/typescript/screenshots.js +49 -0
- package/dist/data/typescript/setTranslations.d.ts +27 -0
- package/dist/data/typescript/setTranslations.js +32 -0
- package/dist/data/typescript/sets.d.ts +49 -0
- package/dist/data/typescript/sets.js +88 -0
- package/dist/data/typescript/topicsCurriculums.d.ts +12 -0
- package/dist/data/typescript/topicsCurriculums.js +12 -0
- package/dist/data/youtube/videos.d.ts +2 -0
- package/dist/data/youtube/videos.js +7 -0
- package/dist/data/youtube/videos.json +262 -0
- package/dist/functions/activeCampaign.d.ts +8 -0
- package/dist/functions/activeCampaign.js +97 -0
- package/dist/functions/bibleChapterUtils.d.ts +15 -0
- package/dist/functions/bibleChapterUtils.js +231 -0
- package/dist/functions/crowdin.d.ts +24 -0
- package/dist/functions/crowdin.js +34 -0
- package/dist/functions/languages.d.ts +24 -0
- package/dist/functions/languages.js +212 -0
- package/dist/functions/scripturePassages.d.ts +47 -0
- package/dist/functions/scripturePassages.js +261 -0
- package/dist/functions/sets.d.ts +30 -0
- package/dist/functions/sets.js +371 -0
- package/dist/translations/appTranslations.d.ts +306 -0
- package/dist/translations/appTranslations.js +8 -0
- package/dist/translations/appTranslations.json +10239 -0
- package/dist/translations/introductionTranslations.d.ts +43 -0
- package/dist/translations/introductionTranslations.js +8 -0
- package/dist/translations/introductionTranslations.json +422 -0
- package/dist/translations/questionTranslations.d.ts +2 -0
- package/dist/translations/questionTranslations.js +8 -0
- package/dist/translations/questionTranslations.json +1472 -0
- package/dist/translations/setTranslations.d.ts +10 -0
- package/dist/translations/setTranslations.js +8 -0
- package/dist/translations/setTranslations.json +30257 -0
- package/dist/types/analytics.d.ts +119 -0
- package/dist/types/analytics.js +2 -0
- package/dist/types/completions.d.ts +8 -0
- package/dist/types/completions.js +2 -0
- package/dist/types/feedback.d.ts +60 -0
- package/dist/types/feedback.js +27 -0
- package/dist/types/languages.d.ts +31 -0
- package/dist/types/languages.js +2 -0
- package/dist/types/notifications.d.ts +128 -0
- package/dist/types/notifications.js +30 -0
- package/dist/types/sets.d.ts +70 -0
- package/dist/types/sets.js +10 -0
- package/dist/types/users.d.ts +765 -0
- package/dist/types/users.js +137 -0
- package/package.json +2 -2
- package/.DS_Store +0 -0
- package/__init__.py +0 -0
- package/copy.ts +0 -37
- package/data/README.md +0 -45
- package/data/__init__.py +0 -0
- package/data/aslTimestamps.json +0 -192788
- package/data/bibleAudios.json +0 -394
- package/data/bibleAudios.ts +0 -4
- package/data/bibleResources/audioBibleLicenses.json +0 -6235
- package/data/bibleResources/bibleBooks.json +0 -6071
- package/data/bibleResources/bibleBooks.ts +0 -4
- package/data/bibleResources/bibleChaptersList.json +0 -1191
- package/data/bibleResources/bibleChaptersList.ts +0 -4
- package/data/bibleResources/textBibleLicenses.json +0 -14603
- package/data/bibleStatuses.json +0 -9196
- package/data/bibleStatuses.ts +0 -4
- package/data/bibleTexts.json +0 -527
- package/data/bibleTexts.ts +0 -4
- package/data/clones.json +0 -13
- package/data/countryResources/areas.json +0 -74
- package/data/countryResources/areas.ts +0 -4
- package/data/countryResources/countries.json +0 -3362
- package/data/countryResources/countries.ts +0 -4
- package/data/foundationsCurriculums.json +0 -130
- package/data/foundationsCurriculums.ts +0 -4
- package/data/languageResources/countriesAndLanguages.json +0 -11718
- package/data/languageResources/countriesAndLanguages.ts +0 -16
- package/data/languageResources/crowdinLanguages.json +0 -2172
- package/data/languageResources/iosVoiceOverLanguages.json +0 -64
- package/data/languageResources/iso6933LanguageCodes.json +0 -7927
- package/data/languageResources/mmsLanguages.json +0 -28164
- package/data/languageResources/phoneLanguages.json +0 -1532
- package/data/languageResources/phoneLanguages.ts +0 -14
- package/data/languages.json +0 -7045
- package/data/languages.ts +0 -4
- package/data/mediaDurations.json +0 -32364
- package/data/mediaDurations.ts +0 -4
- package/data/notification.json +0 -69
- package/data/notification.ts +0 -4
- package/data/numeralMaps.json +0 -26
- package/data/numeralMaps.ts +0 -4
- package/data/orphanedBibleTexts.json +0 -2747
- package/data/questions.json +0 -317
- package/data/questions.ts +0 -4
- package/data/questionsCurriculums.json +0 -753
- package/data/questionsCurriculums.ts +0 -4
- package/data/releaseNotes.json +0 -2381
- package/data/releaseNotes.ts +0 -4
- package/data/schemas/appTranslations.schema.json +0 -802
- package/data/schemas/areas.schema.json +0 -76
- package/data/schemas/aslTimestamps.schema.json +0 -59
- package/data/schemas/bibleAudios.schema.json +0 -37
- package/data/schemas/bibleBooks.schema.json +0 -112
- package/data/schemas/bibleChapters.schema.json +0 -61
- package/data/schemas/bibleStatuses.schema.json +0 -41
- package/data/schemas/bibleTexts.schema.json +0 -60
- package/data/schemas/clones.schema.json +0 -63
- package/data/schemas/countries.schema.json +0 -84
- package/data/schemas/foundationsCurriculums.schema.json +0 -20
- package/data/schemas/introductionTranslations.schema.json +0 -101
- package/data/schemas/languages.schema.json +0 -365
- package/data/schemas/mediaDurations.schema.json +0 -41
- package/data/schemas/notification.schema.json +0 -111
- package/data/schemas/numeralMaps.schema.json +0 -57
- package/data/schemas/questionTranslations.schema.json +0 -20
- package/data/schemas/questions.schema.json +0 -29
- package/data/schemas/questionsCurriculums.schema.json +0 -34
- package/data/schemas/releaseNotes.schema.json +0 -21
- package/data/schemas/screenshots.schema.json +0 -23
- package/data/schemas/setTranslations.schema.json +0 -70
- package/data/schemas/sets.schema.json +0 -109
- package/data/schemas/topicsCurriculums.schema.json +0 -20
- package/data/screenshots.json +0 -17
- package/data/screenshots.ts +0 -4
- package/data/sets.json +0 -12258
- package/data/sets.ts +0 -4
- package/data/specialIds.json +0 -72
- package/data/specialIds.ts +0 -19
- package/data/timings/som.json +0 -9150
- package/data/topicsCurriculums.json +0 -131
- package/data/topicsCurriculums.ts +0 -4
- package/data/typescript/appTranslations.ts +0 -322
- package/data/typescript/areas.ts +0 -45
- package/data/typescript/aslTimestamps.ts +0 -36
- package/data/typescript/bibleAudioAvailableChapters.ts +0 -35
- package/data/typescript/bibleAudios.ts +0 -32
- package/data/typescript/bibleBookNames.ts +0 -97
- package/data/typescript/bibleBooks.ts +0 -63
- package/data/typescript/bibleChapters.ts +0 -40
- package/data/typescript/bibleStatuses.ts +0 -54
- package/data/typescript/bibleTextAvailableChapters.ts +0 -35
- package/data/typescript/bibleTexts.ts +0 -63
- package/data/typescript/clones.ts +0 -35
- package/data/typescript/countries.ts +0 -152
- package/data/typescript/foundationsCurriculums.ts +0 -15
- package/data/typescript/introductionTranslations.ts +0 -60
- package/data/typescript/languages.ts +0 -369
- package/data/typescript/mediaDurations.ts +0 -89
- package/data/typescript/notification.ts +0 -189
- package/data/typescript/numeralMaps.ts +0 -74
- package/data/typescript/questionTranslations.ts +0 -6
- package/data/typescript/questions.ts +0 -25
- package/data/typescript/questionsCurriculums.ts +0 -26
- package/data/typescript/releaseNotes.ts +0 -10
- package/data/typescript/screenshots.ts +0 -52
- package/data/typescript/setTranslations.ts +0 -39
- package/data/typescript/sets.ts +0 -105
- package/data/typescript/topicsCurriculums.ts +0 -15
- package/data/youtube/playlists.json +0 -28
- package/data/youtube/videos.json +0 -262
- package/data/youtube/videos.ts +0 -2
- package/functions/activeCampaign.ts +0 -127
- package/functions/bibleChapterUtils.ts +0 -241
- package/functions/crowdin.ts +0 -51
- package/functions/languages.ts +0 -284
- package/functions/scripturePassages.ts +0 -368
- package/functions/sets.ts +0 -495
- package/translations/appTranslations.json +0 -10239
- package/translations/appTranslations.ts +0 -4
- package/translations/introductionTranslations.json +0 -422
- package/translations/introductionTranslations.ts +0 -4
- package/translations/questionTranslations.json +0 -1472
- package/translations/questionTranslations.ts +0 -4
- package/translations/setTranslations.json +0 -30257
- package/translations/setTranslations.ts +0 -4
- package/translations/spokenQuestionTranslations.json +0 -1472
- package/types/analytics.ts +0 -147
- package/types/completions.ts +0 -9
- package/types/feedback.ts +0 -27
- package/types/languages.ts +0 -37
- package/types/notifications.ts +0 -37
- package/types/sets.ts +0 -84
- package/types/users.ts +0 -162
|
@@ -0,0 +1,915 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const appTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3
|
+
percent_available: z.ZodOptional<z.ZodString>;
|
|
4
|
+
name: z.ZodString;
|
|
5
|
+
version: z.ZodString;
|
|
6
|
+
a11y_add_secondary_language_hint: z.ZodString;
|
|
7
|
+
a11y_article_hint: z.ZodString;
|
|
8
|
+
a11y_banner_dismiss_hint: z.ZodString;
|
|
9
|
+
a11y_bible_audio_controls_label: z.ZodString;
|
|
10
|
+
a11y_bible_translation_hint: z.ZodString;
|
|
11
|
+
a11y_bookmark_hint: z.ZodString;
|
|
12
|
+
a11y_bookmark_label: z.ZodString;
|
|
13
|
+
a11y_change_languages_hint: z.ZodString;
|
|
14
|
+
a11y_chapter_button_hint: z.ZodString;
|
|
15
|
+
a11y_choose_primary_language_hint: z.ZodString;
|
|
16
|
+
a11y_clear_passcode_hint: z.ZodString;
|
|
17
|
+
a11y_download_set_label: z.ZodString;
|
|
18
|
+
a11y_extra_controls_hint: z.ZodString;
|
|
19
|
+
a11y_extra_controls_label: z.ZodString;
|
|
20
|
+
a11y_font_size_decrement_label: z.ZodString;
|
|
21
|
+
a11y_font_size_increment_label: z.ZodString;
|
|
22
|
+
a11y_font_size_label: z.ZodString;
|
|
23
|
+
a11y_give_button_hint: z.ZodString;
|
|
24
|
+
a11y_group_help_hint: z.ZodString;
|
|
25
|
+
a11y_lesson_actions_hint: z.ZodString;
|
|
26
|
+
a11y_lesson_actions_label: z.ZodString;
|
|
27
|
+
a11y_lesson_hint: z.ZodString;
|
|
28
|
+
a11y_lesson_label: z.ZodString;
|
|
29
|
+
a11y_lesson_question_label: z.ZodString;
|
|
30
|
+
a11y_lesson_text_hint: z.ZodString;
|
|
31
|
+
a11y_mute_label: z.ZodString;
|
|
32
|
+
a11y_play_button_label: z.ZodString;
|
|
33
|
+
a11y_playback_speed_decrement_label: z.ZodString;
|
|
34
|
+
a11y_playback_speed_increment_label: z.ZodString;
|
|
35
|
+
a11y_playback_speed_label: z.ZodString;
|
|
36
|
+
a11y_radio_hint: z.ZodString;
|
|
37
|
+
a11y_remove_language_label: z.ZodString;
|
|
38
|
+
a11y_scrubber_decrement_label: z.ZodString;
|
|
39
|
+
a11y_scrubber_increment_label: z.ZodString;
|
|
40
|
+
a11y_scrubber_label: z.ZodString;
|
|
41
|
+
a11y_search_hint: z.ZodString;
|
|
42
|
+
a11y_security_mode_label: z.ZodString;
|
|
43
|
+
a11y_set_hint: z.ZodString;
|
|
44
|
+
a11y_share_lesson_label: z.ZodString;
|
|
45
|
+
a11y_tab_hint: z.ZodString;
|
|
46
|
+
a11y_video_label: z.ZodString;
|
|
47
|
+
a11y_view_bible_hint: z.ZodString;
|
|
48
|
+
a11y_view_in_progress_language_hint: z.ZodString;
|
|
49
|
+
a11y_view_launched_language_hint: z.ZodString;
|
|
50
|
+
about: z.ZodString;
|
|
51
|
+
add_language: z.ZodString;
|
|
52
|
+
all: z.ZodString;
|
|
53
|
+
all_languages: z.ZodString;
|
|
54
|
+
app_store_listing_title: z.ZodString;
|
|
55
|
+
app_store_listing_description: z.ZodString;
|
|
56
|
+
app_store_listing_screenshot_foundations: z.ZodString;
|
|
57
|
+
app_store_listing_screenshot_languages: z.ZodString;
|
|
58
|
+
app_store_listing_screenshot_learn: z.ZodString;
|
|
59
|
+
app_store_listing_screenshot_lesson: z.ZodString;
|
|
60
|
+
app_store_listing_screenshot_reviews_1: z.ZodString;
|
|
61
|
+
app_store_listing_screenshot_reviews_2: z.ZodString;
|
|
62
|
+
app_store_listing_screenshot_set: z.ZodString;
|
|
63
|
+
app_store_listing_screenshot_share: z.ZodString;
|
|
64
|
+
app_store_listing_screenshot_testimonial: z.ZodString;
|
|
65
|
+
app_store_listing_screenshot_topics: z.ZodString;
|
|
66
|
+
app_store_listing_subtitle: z.ZodString;
|
|
67
|
+
appearance: z.ZodString;
|
|
68
|
+
application: z.ZodString;
|
|
69
|
+
article_categories_65004e85fba2e8c9d281a73e: z.ZodString;
|
|
70
|
+
article_categories_65004e8eaf7c1d3f8289315a: z.ZodString;
|
|
71
|
+
article_categories_65004f8eead7951cf3c33243: z.ZodString;
|
|
72
|
+
article_categories_65005061a72598db83565c66: z.ZodString;
|
|
73
|
+
article_categories_65400527806b42d2e6ae4fd0: z.ZodString;
|
|
74
|
+
article_categories_65ca47557375e35a56523645: z.ZodString;
|
|
75
|
+
article_cta_body: z.ZodString;
|
|
76
|
+
article_cta_header: z.ZodString;
|
|
77
|
+
articles: z.ZodString;
|
|
78
|
+
audio: z.ZodString;
|
|
79
|
+
back: z.ZodString;
|
|
80
|
+
bible: z.ZodString;
|
|
81
|
+
bookmarks: z.ZodString;
|
|
82
|
+
bookmarks_description: z.ZodString;
|
|
83
|
+
bridge_language_explanation: z.ZodString;
|
|
84
|
+
calculator: z.ZodString;
|
|
85
|
+
calculator_description: z.ZodString;
|
|
86
|
+
cancel: z.ZodString;
|
|
87
|
+
cant_share_until_download: z.ZodString;
|
|
88
|
+
cast_to_tv: z.ZodString;
|
|
89
|
+
casting: z.ZodString;
|
|
90
|
+
change_chapter: z.ZodString;
|
|
91
|
+
change_languages: z.ZodString;
|
|
92
|
+
change_passcode: z.ZodString;
|
|
93
|
+
change_security_app: z.ZodString;
|
|
94
|
+
change_security_app_description: z.ZodString;
|
|
95
|
+
change_timeout: z.ZodString;
|
|
96
|
+
change_video_language: z.ZodString;
|
|
97
|
+
changing_layout_direction: z.ZodString;
|
|
98
|
+
chapter_fetching: z.ZodString;
|
|
99
|
+
chapter_not_available: z.ZodString;
|
|
100
|
+
chapter_offline: z.ZodString;
|
|
101
|
+
choose_passcode: z.ZodString;
|
|
102
|
+
clear: z.ZodString;
|
|
103
|
+
close: z.ZodString;
|
|
104
|
+
confirm: z.ZodString;
|
|
105
|
+
confirm_passcode: z.ZodString;
|
|
106
|
+
connect_to_continue: z.ZodString;
|
|
107
|
+
contact_us: z.ZodString;
|
|
108
|
+
continue: z.ZodString;
|
|
109
|
+
contribute: z.ZodString;
|
|
110
|
+
copied_to_clipboard: z.ZodString;
|
|
111
|
+
dark: z.ZodString;
|
|
112
|
+
dark_mode: z.ZodString;
|
|
113
|
+
default: z.ZodString;
|
|
114
|
+
disciple_making_course: z.ZodString;
|
|
115
|
+
dm_course_locked_blurb: z.ZodString;
|
|
116
|
+
done: z.ZodString;
|
|
117
|
+
download: z.ZodString;
|
|
118
|
+
download_app: z.ZodString;
|
|
119
|
+
download_paused: z.ZodString;
|
|
120
|
+
downloading: z.ZodString;
|
|
121
|
+
downloading_to_share: z.ZodString;
|
|
122
|
+
edit: z.ZodString;
|
|
123
|
+
email: z.ZodString;
|
|
124
|
+
enter_passcode: z.ZodString;
|
|
125
|
+
favorites: z.ZodString;
|
|
126
|
+
fellowship: z.ZodString;
|
|
127
|
+
filter_articles: z.ZodString;
|
|
128
|
+
font_size: z.ZodString;
|
|
129
|
+
foundations: z.ZodString;
|
|
130
|
+
get_started_foundations: z.ZodString;
|
|
131
|
+
get_started_training: z.ZodString;
|
|
132
|
+
give: z.ZodString;
|
|
133
|
+
give_blurb: z.ZodString;
|
|
134
|
+
give_to_language: z.ZodString;
|
|
135
|
+
got_it: z.ZodString;
|
|
136
|
+
help_tips: z.ZodString;
|
|
137
|
+
heres_whats_new: z.ZodString;
|
|
138
|
+
home: z.ZodString;
|
|
139
|
+
in_development: z.ZodString;
|
|
140
|
+
instant: z.ZodString;
|
|
141
|
+
internet_required_download: z.ZodString;
|
|
142
|
+
internet_required_download_share: z.ZodString;
|
|
143
|
+
introduction: z.ZodString;
|
|
144
|
+
language_types_app_interface: z.ZodString;
|
|
145
|
+
language_types_meet: z.ZodString;
|
|
146
|
+
language_types_meet_primary: z.ZodString;
|
|
147
|
+
language_types_meet_secondary: z.ZodString;
|
|
148
|
+
language_types_video_bridge: z.ZodString;
|
|
149
|
+
learn: z.ZodString;
|
|
150
|
+
learn_more: z.ZodString;
|
|
151
|
+
light: z.ZodString;
|
|
152
|
+
listen_to_story_again: z.ZodString;
|
|
153
|
+
loading_file_size: z.ZodString;
|
|
154
|
+
mark_complete: z.ZodString;
|
|
155
|
+
meet: z.ZodString;
|
|
156
|
+
meeting_history: z.ZodString;
|
|
157
|
+
megabyte: z.ZodString;
|
|
158
|
+
message: z.ZodString;
|
|
159
|
+
more: z.ZodString;
|
|
160
|
+
my_primary_language: z.ZodString;
|
|
161
|
+
no_connection: z.ZodString;
|
|
162
|
+
no_files_to_delete: z.ZodString;
|
|
163
|
+
no_languages_found: z.ZodString;
|
|
164
|
+
not_now: z.ZodString;
|
|
165
|
+
note_add: z.ZodString;
|
|
166
|
+
note_delete: z.ZodString;
|
|
167
|
+
note_edit: z.ZodString;
|
|
168
|
+
note_placeholder: z.ZodString;
|
|
169
|
+
note_saved: z.ZodString;
|
|
170
|
+
notes_view: z.ZodString;
|
|
171
|
+
notifications_enable: z.ZodString;
|
|
172
|
+
ok: z.ZodString;
|
|
173
|
+
passcode_set: z.ZodString;
|
|
174
|
+
piano: z.ZodString;
|
|
175
|
+
piano_description: z.ZodString;
|
|
176
|
+
playback_speed: z.ZodString;
|
|
177
|
+
popups_app_interface_help: z.ZodString;
|
|
178
|
+
popups_casting_stop_confirm: z.ZodString;
|
|
179
|
+
popups_code_request_success_message: z.ZodString;
|
|
180
|
+
popups_codes_no_match_title: z.ZodString;
|
|
181
|
+
popups_codes_no_match_message: z.ZodString;
|
|
182
|
+
popups_foundations_description_believer: z.ZodString;
|
|
183
|
+
popups_foundations_description_seeker: z.ZodString;
|
|
184
|
+
popups_group_help_title: z.ZodString;
|
|
185
|
+
popups_group_help_message: z.ZodString;
|
|
186
|
+
popups_meet_help: z.ZodString;
|
|
187
|
+
popups_notification_opt_in_title: z.ZodString;
|
|
188
|
+
popups_notification_opt_in_message: z.ZodString;
|
|
189
|
+
popups_play_help_title: z.ZodString;
|
|
190
|
+
popups_play_help_message: z.ZodString;
|
|
191
|
+
popups_remove_meeting_title: z.ZodString;
|
|
192
|
+
popups_remove_meeting_message: z.ZodString;
|
|
193
|
+
popups_submit_feedback_error_title: z.ZodString;
|
|
194
|
+
popups_submit_feedback_error_message: z.ZodString;
|
|
195
|
+
popups_submit_feedback_success_title: z.ZodString;
|
|
196
|
+
popups_submit_feedback_success_message: z.ZodString;
|
|
197
|
+
popups_topics_description: z.ZodString;
|
|
198
|
+
popups_training_description_believer: z.ZodString;
|
|
199
|
+
popups_unlock_successful_title: z.ZodString;
|
|
200
|
+
popups_unlock_successful_message: z.ZodString;
|
|
201
|
+
popups_unlocked_learn_help_title: z.ZodString;
|
|
202
|
+
popups_unlocked_learn_help_message: z.ZodString;
|
|
203
|
+
popups_watch_on_youtube_blurb: z.ZodString;
|
|
204
|
+
privacy_policy: z.ZodString;
|
|
205
|
+
question: z.ZodString;
|
|
206
|
+
question_dm_course: z.ZodString;
|
|
207
|
+
question_god_journey_option_1: z.ZodString;
|
|
208
|
+
question_god_journey_option_2: z.ZodString;
|
|
209
|
+
question_god_journey_option_3: z.ZodString;
|
|
210
|
+
question_god_journey_option_4: z.ZodString;
|
|
211
|
+
question_god_journey_question: z.ZodString;
|
|
212
|
+
question_hear_waha: z.ZodString;
|
|
213
|
+
question_how_familiar_bible_option_1_body: z.ZodString;
|
|
214
|
+
question_how_familiar_bible_option_1_title: z.ZodString;
|
|
215
|
+
question_how_familiar_bible_option_2_body: z.ZodString;
|
|
216
|
+
question_how_familiar_bible_option_2_title: z.ZodString;
|
|
217
|
+
question_how_familiar_bible_option_3_body: z.ZodString;
|
|
218
|
+
question_how_familiar_bible_option_3_title: z.ZodString;
|
|
219
|
+
question_how_familiar_bible_question: z.ZodString;
|
|
220
|
+
question_how_long_bible_option_1: z.ZodString;
|
|
221
|
+
question_how_long_bible_option_2: z.ZodString;
|
|
222
|
+
question_how_long_bible_question: z.ZodString;
|
|
223
|
+
rate_waha: z.ZodString;
|
|
224
|
+
recommended: z.ZodString;
|
|
225
|
+
recommended_for_you: z.ZodString;
|
|
226
|
+
remove: z.ZodString;
|
|
227
|
+
remove_download: z.ZodString;
|
|
228
|
+
report_a_problem: z.ZodString;
|
|
229
|
+
report_problem_help: z.ZodString;
|
|
230
|
+
request_passcode: z.ZodString;
|
|
231
|
+
required: z.ZodString;
|
|
232
|
+
return_home: z.ZodString;
|
|
233
|
+
save_and_close: z.ZodString;
|
|
234
|
+
search: z.ZodString;
|
|
235
|
+
search_meet: z.ZodString;
|
|
236
|
+
secondary_languages: z.ZodString;
|
|
237
|
+
security: z.ZodString;
|
|
238
|
+
security_mode: z.ZodString;
|
|
239
|
+
security_mode_blurb: z.ZodString;
|
|
240
|
+
security_onboarding_page_1_message: z.ZodString;
|
|
241
|
+
security_onboarding_page_1_title: z.ZodString;
|
|
242
|
+
security_onboarding_page_2_message: z.ZodString;
|
|
243
|
+
security_onboarding_page_2_title: z.ZodString;
|
|
244
|
+
security_onboarding_page_3_message: z.ZodString;
|
|
245
|
+
security_onboarding_page_3_title: z.ZodString;
|
|
246
|
+
security_onboarding_page_4_message: z.ZodString;
|
|
247
|
+
security_onboarding_page_4_title: z.ZodString;
|
|
248
|
+
see_help: z.ZodString;
|
|
249
|
+
select_bible: z.ZodString;
|
|
250
|
+
select_book: z.ZodString;
|
|
251
|
+
select_initial_languages_blurb: z.ZodString;
|
|
252
|
+
send_invite: z.ZodString;
|
|
253
|
+
settings: z.ZodString;
|
|
254
|
+
share: z.ZodString;
|
|
255
|
+
share_app: z.ZodString;
|
|
256
|
+
share_lesson_audio: z.ZodString;
|
|
257
|
+
share_lesson_link: z.ZodString;
|
|
258
|
+
share_lesson_text: z.ZodString;
|
|
259
|
+
share_lesson_video: z.ZodString;
|
|
260
|
+
share_passcode: z.ZodString;
|
|
261
|
+
share_story: z.ZodString;
|
|
262
|
+
share_story_text: z.ZodString;
|
|
263
|
+
share_with_group: z.ZodString;
|
|
264
|
+
sharing_messages_invite: z.ZodString;
|
|
265
|
+
sharing_messages_unlock_code: z.ZodString;
|
|
266
|
+
show_less: z.ZodString;
|
|
267
|
+
show_more: z.ZodString;
|
|
268
|
+
show_original: z.ZodString;
|
|
269
|
+
show_translation: z.ZodString;
|
|
270
|
+
skip: z.ZodString;
|
|
271
|
+
special_thanks: z.ZodString;
|
|
272
|
+
stop_casting: z.ZodString;
|
|
273
|
+
storage: z.ZodString;
|
|
274
|
+
story: z.ZodString;
|
|
275
|
+
submit: z.ZodString;
|
|
276
|
+
submitting: z.ZodString;
|
|
277
|
+
support_development: z.ZodString;
|
|
278
|
+
system: z.ZodString;
|
|
279
|
+
text: z.ZodString;
|
|
280
|
+
topics: z.ZodString;
|
|
281
|
+
trailer: z.ZodString;
|
|
282
|
+
training: z.ZodString;
|
|
283
|
+
training_video: z.ZodString;
|
|
284
|
+
translated_with_ai: z.ZodString;
|
|
285
|
+
unlock_onboarding_page_1_message: z.ZodString;
|
|
286
|
+
unlock_onboarding_page_1_title: z.ZodString;
|
|
287
|
+
unlock_onboarding_page_2_message: z.ZodString;
|
|
288
|
+
unlock_onboarding_page_2_title: z.ZodString;
|
|
289
|
+
unmatched_message: z.ZodString;
|
|
290
|
+
up_next: z.ZodString;
|
|
291
|
+
view: z.ZodString;
|
|
292
|
+
view_all: z.ZodString;
|
|
293
|
+
view_copyright: z.ZodString;
|
|
294
|
+
view_lesson_notes: z.ZodString;
|
|
295
|
+
visit_website: z.ZodString;
|
|
296
|
+
volunteer: z.ZodString;
|
|
297
|
+
waiting_to_start_download: z.ZodString;
|
|
298
|
+
watch_on_youtube: z.ZodString;
|
|
299
|
+
week: z.ZodString;
|
|
300
|
+
welcome_blurb: z.ZodString;
|
|
301
|
+
yes: z.ZodString;
|
|
302
|
+
retry: z.ZodString;
|
|
303
|
+
fetch_bible_no_internet: z.ZodString;
|
|
304
|
+
fetch_bible_error: z.ZodString;
|
|
305
|
+
language_names: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
306
|
+
}, "strip", z.ZodTypeAny, {
|
|
307
|
+
message: string;
|
|
308
|
+
text: string;
|
|
309
|
+
audio: string;
|
|
310
|
+
name: string;
|
|
311
|
+
bible: string;
|
|
312
|
+
foundations: string;
|
|
313
|
+
topics: string;
|
|
314
|
+
all: string;
|
|
315
|
+
version: string;
|
|
316
|
+
a11y_add_secondary_language_hint: string;
|
|
317
|
+
a11y_article_hint: string;
|
|
318
|
+
a11y_banner_dismiss_hint: string;
|
|
319
|
+
a11y_bible_audio_controls_label: string;
|
|
320
|
+
a11y_bible_translation_hint: string;
|
|
321
|
+
a11y_bookmark_hint: string;
|
|
322
|
+
a11y_bookmark_label: string;
|
|
323
|
+
a11y_change_languages_hint: string;
|
|
324
|
+
a11y_chapter_button_hint: string;
|
|
325
|
+
a11y_choose_primary_language_hint: string;
|
|
326
|
+
a11y_clear_passcode_hint: string;
|
|
327
|
+
a11y_download_set_label: string;
|
|
328
|
+
a11y_extra_controls_hint: string;
|
|
329
|
+
a11y_extra_controls_label: string;
|
|
330
|
+
a11y_font_size_decrement_label: string;
|
|
331
|
+
a11y_font_size_increment_label: string;
|
|
332
|
+
a11y_font_size_label: string;
|
|
333
|
+
a11y_give_button_hint: string;
|
|
334
|
+
a11y_group_help_hint: string;
|
|
335
|
+
a11y_lesson_actions_hint: string;
|
|
336
|
+
a11y_lesson_actions_label: string;
|
|
337
|
+
a11y_lesson_hint: string;
|
|
338
|
+
a11y_lesson_label: string;
|
|
339
|
+
a11y_lesson_question_label: string;
|
|
340
|
+
a11y_lesson_text_hint: string;
|
|
341
|
+
a11y_mute_label: string;
|
|
342
|
+
a11y_play_button_label: string;
|
|
343
|
+
a11y_playback_speed_decrement_label: string;
|
|
344
|
+
a11y_playback_speed_increment_label: string;
|
|
345
|
+
a11y_playback_speed_label: string;
|
|
346
|
+
a11y_radio_hint: string;
|
|
347
|
+
a11y_remove_language_label: string;
|
|
348
|
+
a11y_scrubber_decrement_label: string;
|
|
349
|
+
a11y_scrubber_increment_label: string;
|
|
350
|
+
a11y_scrubber_label: string;
|
|
351
|
+
a11y_search_hint: string;
|
|
352
|
+
a11y_security_mode_label: string;
|
|
353
|
+
a11y_set_hint: string;
|
|
354
|
+
a11y_share_lesson_label: string;
|
|
355
|
+
a11y_tab_hint: string;
|
|
356
|
+
a11y_video_label: string;
|
|
357
|
+
a11y_view_bible_hint: string;
|
|
358
|
+
a11y_view_in_progress_language_hint: string;
|
|
359
|
+
a11y_view_launched_language_hint: string;
|
|
360
|
+
about: string;
|
|
361
|
+
add_language: string;
|
|
362
|
+
all_languages: string;
|
|
363
|
+
app_store_listing_title: string;
|
|
364
|
+
app_store_listing_description: string;
|
|
365
|
+
app_store_listing_screenshot_foundations: string;
|
|
366
|
+
app_store_listing_screenshot_languages: string;
|
|
367
|
+
app_store_listing_screenshot_learn: string;
|
|
368
|
+
app_store_listing_screenshot_lesson: string;
|
|
369
|
+
app_store_listing_screenshot_reviews_1: string;
|
|
370
|
+
app_store_listing_screenshot_reviews_2: string;
|
|
371
|
+
app_store_listing_screenshot_set: string;
|
|
372
|
+
app_store_listing_screenshot_share: string;
|
|
373
|
+
app_store_listing_screenshot_testimonial: string;
|
|
374
|
+
app_store_listing_screenshot_topics: string;
|
|
375
|
+
app_store_listing_subtitle: string;
|
|
376
|
+
appearance: string;
|
|
377
|
+
application: string;
|
|
378
|
+
article_categories_65004e85fba2e8c9d281a73e: string;
|
|
379
|
+
article_categories_65004e8eaf7c1d3f8289315a: string;
|
|
380
|
+
article_categories_65004f8eead7951cf3c33243: string;
|
|
381
|
+
article_categories_65005061a72598db83565c66: string;
|
|
382
|
+
article_categories_65400527806b42d2e6ae4fd0: string;
|
|
383
|
+
article_categories_65ca47557375e35a56523645: string;
|
|
384
|
+
article_cta_body: string;
|
|
385
|
+
article_cta_header: string;
|
|
386
|
+
articles: string;
|
|
387
|
+
back: string;
|
|
388
|
+
bookmarks: string;
|
|
389
|
+
bookmarks_description: string;
|
|
390
|
+
bridge_language_explanation: string;
|
|
391
|
+
calculator: string;
|
|
392
|
+
calculator_description: string;
|
|
393
|
+
cancel: string;
|
|
394
|
+
cant_share_until_download: string;
|
|
395
|
+
cast_to_tv: string;
|
|
396
|
+
casting: string;
|
|
397
|
+
change_chapter: string;
|
|
398
|
+
change_languages: string;
|
|
399
|
+
change_passcode: string;
|
|
400
|
+
change_security_app: string;
|
|
401
|
+
change_security_app_description: string;
|
|
402
|
+
change_timeout: string;
|
|
403
|
+
change_video_language: string;
|
|
404
|
+
changing_layout_direction: string;
|
|
405
|
+
chapter_fetching: string;
|
|
406
|
+
chapter_not_available: string;
|
|
407
|
+
chapter_offline: string;
|
|
408
|
+
choose_passcode: string;
|
|
409
|
+
clear: string;
|
|
410
|
+
close: string;
|
|
411
|
+
confirm: string;
|
|
412
|
+
confirm_passcode: string;
|
|
413
|
+
connect_to_continue: string;
|
|
414
|
+
contact_us: string;
|
|
415
|
+
continue: string;
|
|
416
|
+
contribute: string;
|
|
417
|
+
copied_to_clipboard: string;
|
|
418
|
+
dark: string;
|
|
419
|
+
dark_mode: string;
|
|
420
|
+
default: string;
|
|
421
|
+
disciple_making_course: string;
|
|
422
|
+
dm_course_locked_blurb: string;
|
|
423
|
+
done: string;
|
|
424
|
+
download: string;
|
|
425
|
+
download_app: string;
|
|
426
|
+
download_paused: string;
|
|
427
|
+
downloading: string;
|
|
428
|
+
downloading_to_share: string;
|
|
429
|
+
edit: string;
|
|
430
|
+
email: string;
|
|
431
|
+
enter_passcode: string;
|
|
432
|
+
favorites: string;
|
|
433
|
+
fellowship: string;
|
|
434
|
+
filter_articles: string;
|
|
435
|
+
font_size: string;
|
|
436
|
+
get_started_foundations: string;
|
|
437
|
+
get_started_training: string;
|
|
438
|
+
give: string;
|
|
439
|
+
give_blurb: string;
|
|
440
|
+
give_to_language: string;
|
|
441
|
+
got_it: string;
|
|
442
|
+
help_tips: string;
|
|
443
|
+
heres_whats_new: string;
|
|
444
|
+
home: string;
|
|
445
|
+
in_development: string;
|
|
446
|
+
instant: string;
|
|
447
|
+
internet_required_download: string;
|
|
448
|
+
internet_required_download_share: string;
|
|
449
|
+
introduction: string;
|
|
450
|
+
language_types_app_interface: string;
|
|
451
|
+
language_types_meet: string;
|
|
452
|
+
language_types_meet_primary: string;
|
|
453
|
+
language_types_meet_secondary: string;
|
|
454
|
+
language_types_video_bridge: string;
|
|
455
|
+
learn: string;
|
|
456
|
+
learn_more: string;
|
|
457
|
+
light: string;
|
|
458
|
+
listen_to_story_again: string;
|
|
459
|
+
loading_file_size: string;
|
|
460
|
+
mark_complete: string;
|
|
461
|
+
meet: string;
|
|
462
|
+
meeting_history: string;
|
|
463
|
+
megabyte: string;
|
|
464
|
+
more: string;
|
|
465
|
+
my_primary_language: string;
|
|
466
|
+
no_connection: string;
|
|
467
|
+
no_files_to_delete: string;
|
|
468
|
+
no_languages_found: string;
|
|
469
|
+
not_now: string;
|
|
470
|
+
note_add: string;
|
|
471
|
+
note_delete: string;
|
|
472
|
+
note_edit: string;
|
|
473
|
+
note_placeholder: string;
|
|
474
|
+
note_saved: string;
|
|
475
|
+
notes_view: string;
|
|
476
|
+
notifications_enable: string;
|
|
477
|
+
ok: string;
|
|
478
|
+
passcode_set: string;
|
|
479
|
+
piano: string;
|
|
480
|
+
piano_description: string;
|
|
481
|
+
playback_speed: string;
|
|
482
|
+
popups_app_interface_help: string;
|
|
483
|
+
popups_casting_stop_confirm: string;
|
|
484
|
+
popups_code_request_success_message: string;
|
|
485
|
+
popups_codes_no_match_title: string;
|
|
486
|
+
popups_codes_no_match_message: string;
|
|
487
|
+
popups_foundations_description_believer: string;
|
|
488
|
+
popups_foundations_description_seeker: string;
|
|
489
|
+
popups_group_help_title: string;
|
|
490
|
+
popups_group_help_message: string;
|
|
491
|
+
popups_meet_help: string;
|
|
492
|
+
popups_notification_opt_in_title: string;
|
|
493
|
+
popups_notification_opt_in_message: string;
|
|
494
|
+
popups_play_help_title: string;
|
|
495
|
+
popups_play_help_message: string;
|
|
496
|
+
popups_remove_meeting_title: string;
|
|
497
|
+
popups_remove_meeting_message: string;
|
|
498
|
+
popups_submit_feedback_error_title: string;
|
|
499
|
+
popups_submit_feedback_error_message: string;
|
|
500
|
+
popups_submit_feedback_success_title: string;
|
|
501
|
+
popups_submit_feedback_success_message: string;
|
|
502
|
+
popups_topics_description: string;
|
|
503
|
+
popups_training_description_believer: string;
|
|
504
|
+
popups_unlock_successful_title: string;
|
|
505
|
+
popups_unlock_successful_message: string;
|
|
506
|
+
popups_unlocked_learn_help_title: string;
|
|
507
|
+
popups_unlocked_learn_help_message: string;
|
|
508
|
+
popups_watch_on_youtube_blurb: string;
|
|
509
|
+
privacy_policy: string;
|
|
510
|
+
question: string;
|
|
511
|
+
question_dm_course: string;
|
|
512
|
+
question_god_journey_option_1: string;
|
|
513
|
+
question_god_journey_option_2: string;
|
|
514
|
+
question_god_journey_option_3: string;
|
|
515
|
+
question_god_journey_option_4: string;
|
|
516
|
+
question_god_journey_question: string;
|
|
517
|
+
question_hear_waha: string;
|
|
518
|
+
question_how_familiar_bible_option_1_body: string;
|
|
519
|
+
question_how_familiar_bible_option_1_title: string;
|
|
520
|
+
question_how_familiar_bible_option_2_body: string;
|
|
521
|
+
question_how_familiar_bible_option_2_title: string;
|
|
522
|
+
question_how_familiar_bible_option_3_body: string;
|
|
523
|
+
question_how_familiar_bible_option_3_title: string;
|
|
524
|
+
question_how_familiar_bible_question: string;
|
|
525
|
+
question_how_long_bible_option_1: string;
|
|
526
|
+
question_how_long_bible_option_2: string;
|
|
527
|
+
question_how_long_bible_question: string;
|
|
528
|
+
rate_waha: string;
|
|
529
|
+
recommended: string;
|
|
530
|
+
recommended_for_you: string;
|
|
531
|
+
remove: string;
|
|
532
|
+
remove_download: string;
|
|
533
|
+
report_a_problem: string;
|
|
534
|
+
report_problem_help: string;
|
|
535
|
+
request_passcode: string;
|
|
536
|
+
required: string;
|
|
537
|
+
return_home: string;
|
|
538
|
+
save_and_close: string;
|
|
539
|
+
search: string;
|
|
540
|
+
search_meet: string;
|
|
541
|
+
secondary_languages: string;
|
|
542
|
+
security: string;
|
|
543
|
+
security_mode: string;
|
|
544
|
+
security_mode_blurb: string;
|
|
545
|
+
security_onboarding_page_1_message: string;
|
|
546
|
+
security_onboarding_page_1_title: string;
|
|
547
|
+
security_onboarding_page_2_message: string;
|
|
548
|
+
security_onboarding_page_2_title: string;
|
|
549
|
+
security_onboarding_page_3_message: string;
|
|
550
|
+
security_onboarding_page_3_title: string;
|
|
551
|
+
security_onboarding_page_4_message: string;
|
|
552
|
+
security_onboarding_page_4_title: string;
|
|
553
|
+
see_help: string;
|
|
554
|
+
select_bible: string;
|
|
555
|
+
select_book: string;
|
|
556
|
+
select_initial_languages_blurb: string;
|
|
557
|
+
send_invite: string;
|
|
558
|
+
settings: string;
|
|
559
|
+
share: string;
|
|
560
|
+
share_app: string;
|
|
561
|
+
share_lesson_audio: string;
|
|
562
|
+
share_lesson_link: string;
|
|
563
|
+
share_lesson_text: string;
|
|
564
|
+
share_lesson_video: string;
|
|
565
|
+
share_passcode: string;
|
|
566
|
+
share_story: string;
|
|
567
|
+
share_story_text: string;
|
|
568
|
+
share_with_group: string;
|
|
569
|
+
sharing_messages_invite: string;
|
|
570
|
+
sharing_messages_unlock_code: string;
|
|
571
|
+
show_less: string;
|
|
572
|
+
show_more: string;
|
|
573
|
+
show_original: string;
|
|
574
|
+
show_translation: string;
|
|
575
|
+
skip: string;
|
|
576
|
+
special_thanks: string;
|
|
577
|
+
stop_casting: string;
|
|
578
|
+
storage: string;
|
|
579
|
+
story: string;
|
|
580
|
+
submit: string;
|
|
581
|
+
submitting: string;
|
|
582
|
+
support_development: string;
|
|
583
|
+
system: string;
|
|
584
|
+
trailer: string;
|
|
585
|
+
training: string;
|
|
586
|
+
training_video: string;
|
|
587
|
+
translated_with_ai: string;
|
|
588
|
+
unlock_onboarding_page_1_message: string;
|
|
589
|
+
unlock_onboarding_page_1_title: string;
|
|
590
|
+
unlock_onboarding_page_2_message: string;
|
|
591
|
+
unlock_onboarding_page_2_title: string;
|
|
592
|
+
unmatched_message: string;
|
|
593
|
+
up_next: string;
|
|
594
|
+
view: string;
|
|
595
|
+
view_all: string;
|
|
596
|
+
view_copyright: string;
|
|
597
|
+
view_lesson_notes: string;
|
|
598
|
+
visit_website: string;
|
|
599
|
+
volunteer: string;
|
|
600
|
+
waiting_to_start_download: string;
|
|
601
|
+
watch_on_youtube: string;
|
|
602
|
+
week: string;
|
|
603
|
+
welcome_blurb: string;
|
|
604
|
+
yes: string;
|
|
605
|
+
retry: string;
|
|
606
|
+
fetch_bible_no_internet: string;
|
|
607
|
+
fetch_bible_error: string;
|
|
608
|
+
language_names: Record<string, string>;
|
|
609
|
+
percent_available?: string | undefined;
|
|
610
|
+
}, {
|
|
611
|
+
message: string;
|
|
612
|
+
text: string;
|
|
613
|
+
audio: string;
|
|
614
|
+
name: string;
|
|
615
|
+
bible: string;
|
|
616
|
+
foundations: string;
|
|
617
|
+
topics: string;
|
|
618
|
+
all: string;
|
|
619
|
+
version: string;
|
|
620
|
+
a11y_add_secondary_language_hint: string;
|
|
621
|
+
a11y_article_hint: string;
|
|
622
|
+
a11y_banner_dismiss_hint: string;
|
|
623
|
+
a11y_bible_audio_controls_label: string;
|
|
624
|
+
a11y_bible_translation_hint: string;
|
|
625
|
+
a11y_bookmark_hint: string;
|
|
626
|
+
a11y_bookmark_label: string;
|
|
627
|
+
a11y_change_languages_hint: string;
|
|
628
|
+
a11y_chapter_button_hint: string;
|
|
629
|
+
a11y_choose_primary_language_hint: string;
|
|
630
|
+
a11y_clear_passcode_hint: string;
|
|
631
|
+
a11y_download_set_label: string;
|
|
632
|
+
a11y_extra_controls_hint: string;
|
|
633
|
+
a11y_extra_controls_label: string;
|
|
634
|
+
a11y_font_size_decrement_label: string;
|
|
635
|
+
a11y_font_size_increment_label: string;
|
|
636
|
+
a11y_font_size_label: string;
|
|
637
|
+
a11y_give_button_hint: string;
|
|
638
|
+
a11y_group_help_hint: string;
|
|
639
|
+
a11y_lesson_actions_hint: string;
|
|
640
|
+
a11y_lesson_actions_label: string;
|
|
641
|
+
a11y_lesson_hint: string;
|
|
642
|
+
a11y_lesson_label: string;
|
|
643
|
+
a11y_lesson_question_label: string;
|
|
644
|
+
a11y_lesson_text_hint: string;
|
|
645
|
+
a11y_mute_label: string;
|
|
646
|
+
a11y_play_button_label: string;
|
|
647
|
+
a11y_playback_speed_decrement_label: string;
|
|
648
|
+
a11y_playback_speed_increment_label: string;
|
|
649
|
+
a11y_playback_speed_label: string;
|
|
650
|
+
a11y_radio_hint: string;
|
|
651
|
+
a11y_remove_language_label: string;
|
|
652
|
+
a11y_scrubber_decrement_label: string;
|
|
653
|
+
a11y_scrubber_increment_label: string;
|
|
654
|
+
a11y_scrubber_label: string;
|
|
655
|
+
a11y_search_hint: string;
|
|
656
|
+
a11y_security_mode_label: string;
|
|
657
|
+
a11y_set_hint: string;
|
|
658
|
+
a11y_share_lesson_label: string;
|
|
659
|
+
a11y_tab_hint: string;
|
|
660
|
+
a11y_video_label: string;
|
|
661
|
+
a11y_view_bible_hint: string;
|
|
662
|
+
a11y_view_in_progress_language_hint: string;
|
|
663
|
+
a11y_view_launched_language_hint: string;
|
|
664
|
+
about: string;
|
|
665
|
+
add_language: string;
|
|
666
|
+
all_languages: string;
|
|
667
|
+
app_store_listing_title: string;
|
|
668
|
+
app_store_listing_description: string;
|
|
669
|
+
app_store_listing_screenshot_foundations: string;
|
|
670
|
+
app_store_listing_screenshot_languages: string;
|
|
671
|
+
app_store_listing_screenshot_learn: string;
|
|
672
|
+
app_store_listing_screenshot_lesson: string;
|
|
673
|
+
app_store_listing_screenshot_reviews_1: string;
|
|
674
|
+
app_store_listing_screenshot_reviews_2: string;
|
|
675
|
+
app_store_listing_screenshot_set: string;
|
|
676
|
+
app_store_listing_screenshot_share: string;
|
|
677
|
+
app_store_listing_screenshot_testimonial: string;
|
|
678
|
+
app_store_listing_screenshot_topics: string;
|
|
679
|
+
app_store_listing_subtitle: string;
|
|
680
|
+
appearance: string;
|
|
681
|
+
application: string;
|
|
682
|
+
article_categories_65004e85fba2e8c9d281a73e: string;
|
|
683
|
+
article_categories_65004e8eaf7c1d3f8289315a: string;
|
|
684
|
+
article_categories_65004f8eead7951cf3c33243: string;
|
|
685
|
+
article_categories_65005061a72598db83565c66: string;
|
|
686
|
+
article_categories_65400527806b42d2e6ae4fd0: string;
|
|
687
|
+
article_categories_65ca47557375e35a56523645: string;
|
|
688
|
+
article_cta_body: string;
|
|
689
|
+
article_cta_header: string;
|
|
690
|
+
articles: string;
|
|
691
|
+
back: string;
|
|
692
|
+
bookmarks: string;
|
|
693
|
+
bookmarks_description: string;
|
|
694
|
+
bridge_language_explanation: string;
|
|
695
|
+
calculator: string;
|
|
696
|
+
calculator_description: string;
|
|
697
|
+
cancel: string;
|
|
698
|
+
cant_share_until_download: string;
|
|
699
|
+
cast_to_tv: string;
|
|
700
|
+
casting: string;
|
|
701
|
+
change_chapter: string;
|
|
702
|
+
change_languages: string;
|
|
703
|
+
change_passcode: string;
|
|
704
|
+
change_security_app: string;
|
|
705
|
+
change_security_app_description: string;
|
|
706
|
+
change_timeout: string;
|
|
707
|
+
change_video_language: string;
|
|
708
|
+
changing_layout_direction: string;
|
|
709
|
+
chapter_fetching: string;
|
|
710
|
+
chapter_not_available: string;
|
|
711
|
+
chapter_offline: string;
|
|
712
|
+
choose_passcode: string;
|
|
713
|
+
clear: string;
|
|
714
|
+
close: string;
|
|
715
|
+
confirm: string;
|
|
716
|
+
confirm_passcode: string;
|
|
717
|
+
connect_to_continue: string;
|
|
718
|
+
contact_us: string;
|
|
719
|
+
continue: string;
|
|
720
|
+
contribute: string;
|
|
721
|
+
copied_to_clipboard: string;
|
|
722
|
+
dark: string;
|
|
723
|
+
dark_mode: string;
|
|
724
|
+
default: string;
|
|
725
|
+
disciple_making_course: string;
|
|
726
|
+
dm_course_locked_blurb: string;
|
|
727
|
+
done: string;
|
|
728
|
+
download: string;
|
|
729
|
+
download_app: string;
|
|
730
|
+
download_paused: string;
|
|
731
|
+
downloading: string;
|
|
732
|
+
downloading_to_share: string;
|
|
733
|
+
edit: string;
|
|
734
|
+
email: string;
|
|
735
|
+
enter_passcode: string;
|
|
736
|
+
favorites: string;
|
|
737
|
+
fellowship: string;
|
|
738
|
+
filter_articles: string;
|
|
739
|
+
font_size: string;
|
|
740
|
+
get_started_foundations: string;
|
|
741
|
+
get_started_training: string;
|
|
742
|
+
give: string;
|
|
743
|
+
give_blurb: string;
|
|
744
|
+
give_to_language: string;
|
|
745
|
+
got_it: string;
|
|
746
|
+
help_tips: string;
|
|
747
|
+
heres_whats_new: string;
|
|
748
|
+
home: string;
|
|
749
|
+
in_development: string;
|
|
750
|
+
instant: string;
|
|
751
|
+
internet_required_download: string;
|
|
752
|
+
internet_required_download_share: string;
|
|
753
|
+
introduction: string;
|
|
754
|
+
language_types_app_interface: string;
|
|
755
|
+
language_types_meet: string;
|
|
756
|
+
language_types_meet_primary: string;
|
|
757
|
+
language_types_meet_secondary: string;
|
|
758
|
+
language_types_video_bridge: string;
|
|
759
|
+
learn: string;
|
|
760
|
+
learn_more: string;
|
|
761
|
+
light: string;
|
|
762
|
+
listen_to_story_again: string;
|
|
763
|
+
loading_file_size: string;
|
|
764
|
+
mark_complete: string;
|
|
765
|
+
meet: string;
|
|
766
|
+
meeting_history: string;
|
|
767
|
+
megabyte: string;
|
|
768
|
+
more: string;
|
|
769
|
+
my_primary_language: string;
|
|
770
|
+
no_connection: string;
|
|
771
|
+
no_files_to_delete: string;
|
|
772
|
+
no_languages_found: string;
|
|
773
|
+
not_now: string;
|
|
774
|
+
note_add: string;
|
|
775
|
+
note_delete: string;
|
|
776
|
+
note_edit: string;
|
|
777
|
+
note_placeholder: string;
|
|
778
|
+
note_saved: string;
|
|
779
|
+
notes_view: string;
|
|
780
|
+
notifications_enable: string;
|
|
781
|
+
ok: string;
|
|
782
|
+
passcode_set: string;
|
|
783
|
+
piano: string;
|
|
784
|
+
piano_description: string;
|
|
785
|
+
playback_speed: string;
|
|
786
|
+
popups_app_interface_help: string;
|
|
787
|
+
popups_casting_stop_confirm: string;
|
|
788
|
+
popups_code_request_success_message: string;
|
|
789
|
+
popups_codes_no_match_title: string;
|
|
790
|
+
popups_codes_no_match_message: string;
|
|
791
|
+
popups_foundations_description_believer: string;
|
|
792
|
+
popups_foundations_description_seeker: string;
|
|
793
|
+
popups_group_help_title: string;
|
|
794
|
+
popups_group_help_message: string;
|
|
795
|
+
popups_meet_help: string;
|
|
796
|
+
popups_notification_opt_in_title: string;
|
|
797
|
+
popups_notification_opt_in_message: string;
|
|
798
|
+
popups_play_help_title: string;
|
|
799
|
+
popups_play_help_message: string;
|
|
800
|
+
popups_remove_meeting_title: string;
|
|
801
|
+
popups_remove_meeting_message: string;
|
|
802
|
+
popups_submit_feedback_error_title: string;
|
|
803
|
+
popups_submit_feedback_error_message: string;
|
|
804
|
+
popups_submit_feedback_success_title: string;
|
|
805
|
+
popups_submit_feedback_success_message: string;
|
|
806
|
+
popups_topics_description: string;
|
|
807
|
+
popups_training_description_believer: string;
|
|
808
|
+
popups_unlock_successful_title: string;
|
|
809
|
+
popups_unlock_successful_message: string;
|
|
810
|
+
popups_unlocked_learn_help_title: string;
|
|
811
|
+
popups_unlocked_learn_help_message: string;
|
|
812
|
+
popups_watch_on_youtube_blurb: string;
|
|
813
|
+
privacy_policy: string;
|
|
814
|
+
question: string;
|
|
815
|
+
question_dm_course: string;
|
|
816
|
+
question_god_journey_option_1: string;
|
|
817
|
+
question_god_journey_option_2: string;
|
|
818
|
+
question_god_journey_option_3: string;
|
|
819
|
+
question_god_journey_option_4: string;
|
|
820
|
+
question_god_journey_question: string;
|
|
821
|
+
question_hear_waha: string;
|
|
822
|
+
question_how_familiar_bible_option_1_body: string;
|
|
823
|
+
question_how_familiar_bible_option_1_title: string;
|
|
824
|
+
question_how_familiar_bible_option_2_body: string;
|
|
825
|
+
question_how_familiar_bible_option_2_title: string;
|
|
826
|
+
question_how_familiar_bible_option_3_body: string;
|
|
827
|
+
question_how_familiar_bible_option_3_title: string;
|
|
828
|
+
question_how_familiar_bible_question: string;
|
|
829
|
+
question_how_long_bible_option_1: string;
|
|
830
|
+
question_how_long_bible_option_2: string;
|
|
831
|
+
question_how_long_bible_question: string;
|
|
832
|
+
rate_waha: string;
|
|
833
|
+
recommended: string;
|
|
834
|
+
recommended_for_you: string;
|
|
835
|
+
remove: string;
|
|
836
|
+
remove_download: string;
|
|
837
|
+
report_a_problem: string;
|
|
838
|
+
report_problem_help: string;
|
|
839
|
+
request_passcode: string;
|
|
840
|
+
required: string;
|
|
841
|
+
return_home: string;
|
|
842
|
+
save_and_close: string;
|
|
843
|
+
search: string;
|
|
844
|
+
search_meet: string;
|
|
845
|
+
secondary_languages: string;
|
|
846
|
+
security: string;
|
|
847
|
+
security_mode: string;
|
|
848
|
+
security_mode_blurb: string;
|
|
849
|
+
security_onboarding_page_1_message: string;
|
|
850
|
+
security_onboarding_page_1_title: string;
|
|
851
|
+
security_onboarding_page_2_message: string;
|
|
852
|
+
security_onboarding_page_2_title: string;
|
|
853
|
+
security_onboarding_page_3_message: string;
|
|
854
|
+
security_onboarding_page_3_title: string;
|
|
855
|
+
security_onboarding_page_4_message: string;
|
|
856
|
+
security_onboarding_page_4_title: string;
|
|
857
|
+
see_help: string;
|
|
858
|
+
select_bible: string;
|
|
859
|
+
select_book: string;
|
|
860
|
+
select_initial_languages_blurb: string;
|
|
861
|
+
send_invite: string;
|
|
862
|
+
settings: string;
|
|
863
|
+
share: string;
|
|
864
|
+
share_app: string;
|
|
865
|
+
share_lesson_audio: string;
|
|
866
|
+
share_lesson_link: string;
|
|
867
|
+
share_lesson_text: string;
|
|
868
|
+
share_lesson_video: string;
|
|
869
|
+
share_passcode: string;
|
|
870
|
+
share_story: string;
|
|
871
|
+
share_story_text: string;
|
|
872
|
+
share_with_group: string;
|
|
873
|
+
sharing_messages_invite: string;
|
|
874
|
+
sharing_messages_unlock_code: string;
|
|
875
|
+
show_less: string;
|
|
876
|
+
show_more: string;
|
|
877
|
+
show_original: string;
|
|
878
|
+
show_translation: string;
|
|
879
|
+
skip: string;
|
|
880
|
+
special_thanks: string;
|
|
881
|
+
stop_casting: string;
|
|
882
|
+
storage: string;
|
|
883
|
+
story: string;
|
|
884
|
+
submit: string;
|
|
885
|
+
submitting: string;
|
|
886
|
+
support_development: string;
|
|
887
|
+
system: string;
|
|
888
|
+
trailer: string;
|
|
889
|
+
training: string;
|
|
890
|
+
training_video: string;
|
|
891
|
+
translated_with_ai: string;
|
|
892
|
+
unlock_onboarding_page_1_message: string;
|
|
893
|
+
unlock_onboarding_page_1_title: string;
|
|
894
|
+
unlock_onboarding_page_2_message: string;
|
|
895
|
+
unlock_onboarding_page_2_title: string;
|
|
896
|
+
unmatched_message: string;
|
|
897
|
+
up_next: string;
|
|
898
|
+
view: string;
|
|
899
|
+
view_all: string;
|
|
900
|
+
view_copyright: string;
|
|
901
|
+
view_lesson_notes: string;
|
|
902
|
+
visit_website: string;
|
|
903
|
+
volunteer: string;
|
|
904
|
+
waiting_to_start_download: string;
|
|
905
|
+
watch_on_youtube: string;
|
|
906
|
+
week: string;
|
|
907
|
+
welcome_blurb: string;
|
|
908
|
+
yes: string;
|
|
909
|
+
retry: string;
|
|
910
|
+
fetch_bible_no_internet: string;
|
|
911
|
+
fetch_bible_error: string;
|
|
912
|
+
language_names: Record<string, string>;
|
|
913
|
+
percent_available?: string | undefined;
|
|
914
|
+
}>>;
|
|
915
|
+
export type AppTranslations = z.infer<typeof appTranslations>;
|