waha-shared 1.0.1 → 1.0.2
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,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: Record<string, string>;
|
|
3
|
+
body: Record<string, string>;
|
|
4
|
+
verified: string[];
|
|
5
|
+
actionUrl?: string | undefined;
|
|
6
|
+
countriesToNotSendTo?: string[] | undefined;
|
|
7
|
+
countriesToSendTo?: string[] | undefined;
|
|
8
|
+
faithJourney?: "all" | "seekers" | "believers" | undefined;
|
|
9
|
+
imageUrl?: string | undefined;
|
|
10
|
+
meetLanguages?: string[] | "all" | undefined;
|
|
11
|
+
minCompletions?: number | undefined;
|
|
12
|
+
pushBody?: Record<string, string> | undefined;
|
|
13
|
+
pushTitle?: Record<string, string> | undefined;
|
|
14
|
+
pushTokens?: string[] | undefined;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const notification_json_1 = __importDefault(require("./notification.json"));
|
|
7
|
+
const notification_1 = require("./typescript/notification");
|
|
8
|
+
exports.default = notification_1.notification.parse(notification_json_1.default);
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": {
|
|
3
|
+
"eng": "It’s Giving Tuesday, and We need YOU!",
|
|
4
|
+
"ara": "إنه يوم العطاء، ونحن بحاجة إليك!",
|
|
5
|
+
"ceb": "Kini ang Giving Tuesday, ug NAGKINAHANGLAN MI NIMO!",
|
|
6
|
+
"cmn": "今天是捐赠星期二,我们需要你!",
|
|
7
|
+
"deu": "Es ist Giving Tuesday, und WIR BRAUCHEN DICH!",
|
|
8
|
+
"fra": "C'est le Giving Tuesday, et NOUS AVONS BESOIN DE VOUS !",
|
|
9
|
+
"hau": "Yau ce Giving Tuesday, kuma MUNA BUKATAR KA!",
|
|
10
|
+
"hin": "यह गिविंग ट्यूसडे है, और हमें आपकी ज़रूरत है!",
|
|
11
|
+
"hun": "Ma Giving Tuesday van, és SZÜKSÉGÜNK VAN RÁD!",
|
|
12
|
+
"ind": "Ini adalah Giving Tuesday, dan KAMI BUTUH ANDA!",
|
|
13
|
+
"jpn": "今日はギビング・チューズデー、あなたの助けが必要です!",
|
|
14
|
+
"khm": "នេះជាថ្ងៃ Giving Tuesday ហើយយើងត្រូវការអ្នក!",
|
|
15
|
+
"mar": "आज गिव्हिंग ट्यूसडे आहे, आणि आम्हाला तुझी गरज आहे!",
|
|
16
|
+
"mya": "ဒီနေ့က Giving Tuesday ဖြစ်ပြီး ကျွန်ုပ်တို့အတွက် သင်လိုအပ်ပါတယ်!",
|
|
17
|
+
"pes": "امروز سهشنبه بخشش است و ما به شما نیاز داریم!",
|
|
18
|
+
"por": "É o Giving Tuesday, e NÓS PRECISAMOS DE VOCÊ!",
|
|
19
|
+
"ron": "Este Giving Tuesday și avem NEVOIE DE TINE!",
|
|
20
|
+
"rus": "Сегодня День Щедрости, и МЫ НУЖДАЕМСЯ В ТЕБЕ!",
|
|
21
|
+
"spa": "¡Es Giving Tuesday, y TE NECESITAMOS!",
|
|
22
|
+
"swe": "Det är Giving Tuesday, och VI BEHÖVER DIG!",
|
|
23
|
+
"swz": "Lona yi-Giving Tuesday, FUTFU SIYAKUDZINGA!",
|
|
24
|
+
"tel": "ఇది గివింగ్ ట్యూస్డే, మేము మిమ్మల్ని కావాలి!",
|
|
25
|
+
"tgl": "Giving Tuesday ngayon, at KAILANGAN KA NAMIN!",
|
|
26
|
+
"tha": "วันนี้คือวัน Giving Tuesday และเราต้องการคุณ!",
|
|
27
|
+
"tur": "Bugün Bağış Salısı ve SİZE İHTİYACIMIZ VAR!",
|
|
28
|
+
"uig": "بۈگۈن «بېغىشلاش سېيشەنبىسى»، بىزگە سىز كېرەك!",
|
|
29
|
+
"ukr": "Сьогодні Giving Tuesday, і МИ ПОТРЕБУЄМО ТЕБЕ!",
|
|
30
|
+
"urd": "یہ گیونگ ٹیوزڈے ہے، اور ہمیں آپ کی ضرورت ہے!",
|
|
31
|
+
"zsm": "Hari ini ialah Giving Tuesday, dan KAMI PERLUKAN ANDA!"
|
|
32
|
+
},
|
|
33
|
+
"body": {
|
|
34
|
+
"eng": "Currently, less than 0.06% of Waha’s users donate monthly... but they keep Waha alive! Would you consider joining?",
|
|
35
|
+
"ara": "حالياً، أقل من 0.06٪ من مستخدمي واحة يتبرعون شهرياً... لكنهم يُبقون واحة حيّة! هل تفكر في الانضمام؟",
|
|
36
|
+
"ceb": "Sa pagkakaron, ubos pa sa 0.06% sa mga tiggamit sa Waha ang nagahatag og donasyon matag bulan... apan sila ang nagapadayon sa Waha nga buhi! Mokauban ka ba?",
|
|
37
|
+
"cmn": "目前,只有不到0.06%的Waha用户每月捐款……但正是他们让Waha得以持续运作!你愿意加入他们吗?",
|
|
38
|
+
"deu": "Derzeit spenden weniger als 0,06 % der Waha-Nutzer monatlich … aber sie halten Waha am Leben! Würdest du mitmachen?",
|
|
39
|
+
"fra": "Actuellement, moins de 0,06 % des utilisateurs de Waha donnent chaque mois... mais ce sont eux qui maintiennent Waha en vie ! Envisageriez-vous de les rejoindre ?",
|
|
40
|
+
"hau": "A halin yanzu, ƙasa da kashi 0.06% na masu amfani da Waha ne ke bayar da gudummawa kowane wata... amma su ne ke sa Waha ta ci gaba da rayuwa! Za ka yi la'akari da shiga?",
|
|
41
|
+
"hin": "वर्तमान में, Waha के केवल 0.06% से भी कम उपयोगकर्ता मासिक दान करते हैं... लेकिन वही Waha को जीवित रखते हैं! क्या आप शामिल होने पर विचार करेंगे?",
|
|
42
|
+
"hun": "Jelenleg a Waha felhasználóinak kevesebb mint 0,06%-a adományoz havonta... mégis ők tartják életben a Wahát! Csatlakoznál hozzájuk?",
|
|
43
|
+
"ind": "Saat ini, kurang dari 0,06% pengguna Waha berdonasi setiap bulan... namun merekalah yang membuat Waha tetap hidup! Maukah kamu bergabung?",
|
|
44
|
+
"jpn": "現在、Wahaのユーザーのうち毎月寄付しているのは0.06%未満ですが…彼らがWahaを支えています!あなたも参加してみませんか?",
|
|
45
|
+
"khm": "បច្ចុប្បន្ននេះ មានអ្នកប្រើប្រាស់ Waha តែតិចជាង 0.06% ប៉ុណ្ណោះដែលបរិច្ចាគប្រចាំខែ... ប៉ុន្តែពួកគេបានរក្សាឲ្យ Waha មានជីវិតបន្ត! តើអ្នកនឹងពិចារណាចូលរួមទេ?",
|
|
46
|
+
"mar": "सध्या Waha चे केवळ 0.06% पेक्षा कमी वापरकर्ते दरमहा देणगी देतात... पण तेच Waha जिवंत ठेवतात! तुम्ही सामील होण्याचा विचार कराल का?",
|
|
47
|
+
"mya": "လတ်တလောတွင် Waha အသုံးပြုသူများ၏ 0.06% ထက်နည်းသောသူများသာလစဉ်လှူဒါန်းနေကြသည်... သို့သော် သူတို့က Waha ကိုအသက်ရှင်နေစေကြသည်! သင်လည်း ပါဝင်စဉ်းစားမလား?",
|
|
48
|
+
"pes": "در حال حاضر، کمتر از ۰٫۰۶٪ از کاربران واهه بهصورت ماهانه کمک مالی میکنند... اما همین افراد واهه را زنده نگه داشتهاند! آیا مایلید شما هم بپیوندید؟",
|
|
49
|
+
"por": "Atualmente, menos de 0,06% dos usuários do Waha doam mensalmente... mas são eles que mantêm o Waha vivo! Você consideraria se juntar a eles?",
|
|
50
|
+
"ron": "În prezent, mai puțin de 0,06% dintre utilizatorii Waha donează lunar... dar ei țin Waha în viață! Ai lua în considerare să te alături?",
|
|
51
|
+
"rus": "В настоящее время менее 0,06% пользователей Waha жертвуют ежемесячно... но именно они поддерживают Waha! Хотите присоединиться?",
|
|
52
|
+
"spa": "Actualmente, menos del 0.06% de los usuarios de Waha donan mensualmente... ¡pero ellos mantienen viva a Waha! ¿Considerarías unirte?",
|
|
53
|
+
"swe": "För närvarande donerar mindre än 0,06 % av Waha-användarna varje månad... men de håller Waha vid liv! Skulle du överväga att gå med?",
|
|
54
|
+
"swz": "Njengoba kukhona manje, ngaphansi kuka-0.06% wabasebenzisi be-Waha banikela njalo ngenyanga... kodwa yibo abagcina i-Waha iphile! Ungacabanga ukujoyina?",
|
|
55
|
+
"tel": "ప్రస్తుతం Waha వినియోగదారుల్లో 0.06% కన్నా తక్కువ మంది నెలవారీగా విరాళం ఇస్తున్నారు... కానీ వారు Waha ని జీవితం లో ఉంచుతున్నారు! మీరు చేరాలని పరిగణించగలరా?",
|
|
56
|
+
"tgl": "Sa kasalukuyan, mas mababa sa 0.06% ng mga gumagamit ng Waha ang nagbibigay buwan-buwan... ngunit sila ang nagpapanatiling buhay sa Waha! Isasaalang-alang mo bang sumali?",
|
|
57
|
+
"tha": "ปัจจุบันมีผู้ใช้ Waha น้อยกว่า 0.06% ที่บริจาคเป็นรายเดือน... แต่พวกเขาคือผู้ที่ทำให้ Waha ดำรงอยู่! คุณจะพิจารณาเข้าร่วมไหม?",
|
|
58
|
+
"tur": "Şu anda Waha kullanıcılarının yalnızca %0,06’sından daha azı aylık bağış yapıyor... ama Waha’yı onlar ayakta tutuyor! Katılmayı düşünür müsünüz?",
|
|
59
|
+
"uig": "نۆۋەتتە Waha ئىشلىتىدىغانلارنىڭ پەقەت 0.06% تىنمۇ ئازى ھەر ئايدا ھەق بېرىدۇ... ئەمما ئۇلار Waha نى تىرىك تۇتىدۇ! سىز قوشۇلۇشنى ئويلاپ باقامسىز؟",
|
|
60
|
+
"ukr": "Наразі менше ніж 0,06% користувачів Waha щомісяця роблять пожертви... але саме вони підтримують Waha живим! Чи розглянете ви можливість приєднатися?",
|
|
61
|
+
"urd": "فی الحال، Waha کے صرف 0.06% سے بھی کم صارفین ماہانہ عطیہ دیتے ہیں... لیکن وہی Waha کو زندہ رکھتے ہیں! کیا آپ شامل ہونے پر غور کریں گے؟",
|
|
62
|
+
"zsm": "Pada masa ini, kurang daripada 0.06% pengguna Waha menyumbang setiap bulan... namun merekalah yang memastikan Waha terus hidup! Mahukah anda turut serta?"
|
|
63
|
+
},
|
|
64
|
+
"actionUrl": "https://join.waha.app/2percent?utm_source=notification&utm_medium=notification&utm_campaign=GTNotification2",
|
|
65
|
+
"faithJourney": "believers",
|
|
66
|
+
"imageUrl": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fhigh-five.png?alt=media",
|
|
67
|
+
"meetLanguages": ["eng"],
|
|
68
|
+
"verified": []
|
|
69
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const numeralMaps_json_1 = __importDefault(require("./numeralMaps.json"));
|
|
7
|
+
const numeralMaps_1 = require("./typescript/numeralMaps");
|
|
8
|
+
exports.default = numeralMaps_1.numeralMaps.parse(numeralMaps_json_1.default);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"burmese": {
|
|
3
|
+
"0": "၀",
|
|
4
|
+
"1": "၁",
|
|
5
|
+
"2": "၂",
|
|
6
|
+
"3": "၃",
|
|
7
|
+
"4": "၄",
|
|
8
|
+
"5": "၅",
|
|
9
|
+
"6": "၆",
|
|
10
|
+
"7": "၇",
|
|
11
|
+
"8": "၈",
|
|
12
|
+
"9": "၉"
|
|
13
|
+
},
|
|
14
|
+
"devanagari": {
|
|
15
|
+
"0": "०",
|
|
16
|
+
"1": "१",
|
|
17
|
+
"2": "२",
|
|
18
|
+
"3": "३",
|
|
19
|
+
"4": "४",
|
|
20
|
+
"5": "५",
|
|
21
|
+
"6": "६",
|
|
22
|
+
"7": "७",
|
|
23
|
+
"8": "८",
|
|
24
|
+
"9": "९"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const questions_json_1 = __importDefault(require("./questions.json"));
|
|
7
|
+
const questions_1 = require("./typescript/questions");
|
|
8
|
+
exports.default = questions_1.questions.parse(questions_json_1.default);
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"comment": "",
|
|
4
|
+
"hasBeep": true,
|
|
5
|
+
"music": "intro",
|
|
6
|
+
"name": "Welcome (DBS)",
|
|
7
|
+
"questionId": "f.001"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"comment": "",
|
|
11
|
+
"hasBeep": true,
|
|
12
|
+
"name": "Stressful?",
|
|
13
|
+
"questionId": "f.002"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"comment": "",
|
|
17
|
+
"hasBeep": true,
|
|
18
|
+
"name": "Needs of community?",
|
|
19
|
+
"questionId": "f.003"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "",
|
|
23
|
+
"hasBeep": true,
|
|
24
|
+
"name": "Last session’s story?",
|
|
25
|
+
"questionId": "f.004"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"comment": "",
|
|
29
|
+
"hasBeep": true,
|
|
30
|
+
"name": "How was application?",
|
|
31
|
+
"questionId": "f.005"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"comment": "",
|
|
35
|
+
"hasBeep": true,
|
|
36
|
+
"name": "How was sharing?",
|
|
37
|
+
"questionId": "f.006"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"comment": "",
|
|
41
|
+
"hasBeep": true,
|
|
42
|
+
"name": "How did needs go?",
|
|
43
|
+
"questionId": "f.007"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"comment": "",
|
|
47
|
+
"hasBeep": false,
|
|
48
|
+
"music": "outroShort",
|
|
49
|
+
"name": "Listen to story",
|
|
50
|
+
"questionId": "f.008"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"comment": "",
|
|
54
|
+
"hasBeep": true,
|
|
55
|
+
"music": "intro",
|
|
56
|
+
"name": "Welcome (DMC)",
|
|
57
|
+
"questionId": "f.009"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"comment": "",
|
|
61
|
+
"hasBeep": true,
|
|
62
|
+
"name": "Needs of lost?",
|
|
63
|
+
"questionId": "f.010"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"comment": "",
|
|
67
|
+
"hasBeep": true,
|
|
68
|
+
"name": "How is multiplying prayer?",
|
|
69
|
+
"questionId": "f.011"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"comment": "",
|
|
73
|
+
"hasBeep": true,
|
|
74
|
+
"name": "Learned about making disciples?",
|
|
75
|
+
"questionId": "f.012"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"comment": "",
|
|
79
|
+
"hasBeep": false,
|
|
80
|
+
"music": "outroShort",
|
|
81
|
+
"name": "Listen to truth",
|
|
82
|
+
"questionId": "f.013"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"comment": "",
|
|
86
|
+
"hasBeep": true,
|
|
87
|
+
"name": "Retelling",
|
|
88
|
+
"questionId": "a.001"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"comment": "",
|
|
92
|
+
"hasBeep": true,
|
|
93
|
+
"name": "Teach about God?",
|
|
94
|
+
"questionId": "a.002"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"comment": "",
|
|
98
|
+
"hasBeep": true,
|
|
99
|
+
"name": "Learn about people?",
|
|
100
|
+
"questionId": "a.003"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"comment": "",
|
|
104
|
+
"hasBeep": true,
|
|
105
|
+
"name": "Specific action?",
|
|
106
|
+
"questionId": "a.004"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"comment": "",
|
|
110
|
+
"hasBeep": true,
|
|
111
|
+
"name": "Share truth with whom?",
|
|
112
|
+
"questionId": "a.005"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"comment": "",
|
|
116
|
+
"hasBeep": true,
|
|
117
|
+
"name": "Decide next meeting",
|
|
118
|
+
"questionId": "a.006"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"comment": "",
|
|
122
|
+
"hasBeep": false,
|
|
123
|
+
"music": "outroLong",
|
|
124
|
+
"name": "Closing",
|
|
125
|
+
"questionId": "a.007"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"comment": "",
|
|
129
|
+
"hasBeep": true,
|
|
130
|
+
"name": "Learn about being disciples?",
|
|
131
|
+
"questionId": "a.008"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"comment": "",
|
|
135
|
+
"hasBeep": true,
|
|
136
|
+
"name": "Learn about being the church?",
|
|
137
|
+
"questionId": "a.009"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"comment": "",
|
|
141
|
+
"hasBeep": true,
|
|
142
|
+
"name": "Learn about being leaders?",
|
|
143
|
+
"questionId": "a.010"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"comment": "",
|
|
147
|
+
"hasBeep": true,
|
|
148
|
+
"name": "Learn about making disciples?",
|
|
149
|
+
"questionId": "a.011"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"comment": "",
|
|
153
|
+
"hasBeep": true,
|
|
154
|
+
"name": "Specific action?",
|
|
155
|
+
"questionId": "a.012"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"comment": "",
|
|
159
|
+
"hasBeep": false,
|
|
160
|
+
"name": "Watch video",
|
|
161
|
+
"questionId": "a.013"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"comment": "",
|
|
165
|
+
"hasBeep": true,
|
|
166
|
+
"name": "How to apply disciples?",
|
|
167
|
+
"questionId": "a.014"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"comment": "",
|
|
171
|
+
"hasBeep": true,
|
|
172
|
+
"name": "Share with whom?",
|
|
173
|
+
"questionId": "a.015"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"comment": "",
|
|
177
|
+
"hasBeep": true,
|
|
178
|
+
"name": "Talked with whom?",
|
|
179
|
+
"questionId": "a.016"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"comment": "",
|
|
183
|
+
"hasBeep": true,
|
|
184
|
+
"name": "How engage the lost?",
|
|
185
|
+
"questionId": "a.017"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"comment": "Used for Hindi and related languages",
|
|
189
|
+
"hasBeep": true,
|
|
190
|
+
"music": "intro",
|
|
191
|
+
"name": "Welcome",
|
|
192
|
+
"questionId": "f.014"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"comment": "Used for Hindi and related languages",
|
|
196
|
+
"hasBeep": true,
|
|
197
|
+
"name": "Learn from previous?",
|
|
198
|
+
"questionId": "f.015"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"comment": "Used for Hindi and related languages",
|
|
202
|
+
"hasBeep": true,
|
|
203
|
+
"name": "How did you obey?",
|
|
204
|
+
"questionId": "f.016"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"comment": "Used for Hindi and related languages",
|
|
208
|
+
"hasBeep": true,
|
|
209
|
+
"name": "With whom did you share?",
|
|
210
|
+
"questionId": "f.017"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"comment": "Used for Hindi and related languages",
|
|
214
|
+
"hasBeep": false,
|
|
215
|
+
"music": "outroShort",
|
|
216
|
+
"name": "Let's listen",
|
|
217
|
+
"questionId": "f.018"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"comment": "Used for Hindi and related languages",
|
|
221
|
+
"hasBeep": false,
|
|
222
|
+
"name": "Listen again",
|
|
223
|
+
"questionId": "a.018"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"comment": "Used for Hindi and related languages",
|
|
227
|
+
"hasBeep": true,
|
|
228
|
+
"name": "Learn about God?",
|
|
229
|
+
"questionId": "a.019"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"comment": "Used for Hindi and related languages",
|
|
233
|
+
"hasBeep": true,
|
|
234
|
+
"name": "Learn about people?",
|
|
235
|
+
"questionId": "a.020"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"comment": "Used for Hindi and related languages",
|
|
239
|
+
"hasBeep": true,
|
|
240
|
+
"name": "How apply?",
|
|
241
|
+
"questionId": "a.021"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"comment": "Used for Hindi and related languages",
|
|
245
|
+
"hasBeep": true,
|
|
246
|
+
"name": "Who will you share with?",
|
|
247
|
+
"questionId": "a.022"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"comment": "Used for Hindi and related languages",
|
|
251
|
+
"hasBeep": true,
|
|
252
|
+
"name": "Meet again?",
|
|
253
|
+
"questionId": "a.023"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"comment": "Used for Hindi and related languages",
|
|
257
|
+
"hasBeep": false,
|
|
258
|
+
"music": "outroLong",
|
|
259
|
+
"name": "Closing",
|
|
260
|
+
"questionId": "a.024"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"comment": "Used for Gulf Arabic.",
|
|
264
|
+
"hasBeep": true,
|
|
265
|
+
"name": "Challenges",
|
|
266
|
+
"questionId": "a.025"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"comment": "Used for Gulf Arabic.",
|
|
270
|
+
"hasBeep": true,
|
|
271
|
+
"name": "Can group help?",
|
|
272
|
+
"questionId": "a.026"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"comment": "Used for Thai.",
|
|
276
|
+
"hasBeep": true,
|
|
277
|
+
"name": "Like about this passage",
|
|
278
|
+
"questionId": "a.027"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"comment": "Used for Thai.",
|
|
282
|
+
"hasBeep": true,
|
|
283
|
+
"name": "Disliked about this passage",
|
|
284
|
+
"questionId": "a.028"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"comment": "Used for Mauritian Creole",
|
|
288
|
+
"hasBeep": true,
|
|
289
|
+
"name": "Stressful?",
|
|
290
|
+
"questionId": "f.019"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"comment": "Used for Mauritian Creole",
|
|
294
|
+
"hasBeep": true,
|
|
295
|
+
"music": "intro",
|
|
296
|
+
"name": "Welcome (DBS)",
|
|
297
|
+
"questionId": "f.019"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"comment": "Used for Mauritian Creole",
|
|
301
|
+
"hasBeep": true,
|
|
302
|
+
"name": "Stressful?",
|
|
303
|
+
"questionId": "f.020"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"comment": "Used for Mauritian Creole",
|
|
307
|
+
"hasBeep": true,
|
|
308
|
+
"name": "Needs of community?",
|
|
309
|
+
"questionId": "f.021"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"comment": "",
|
|
313
|
+
"hasBeep": false,
|
|
314
|
+
"name": "Placeholder for video",
|
|
315
|
+
"questionId": "a.video"
|
|
316
|
+
}
|
|
317
|
+
]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const questionsCurriculums_json_1 = __importDefault(require("./questionsCurriculums.json"));
|
|
7
|
+
const questionsCurriculums_1 = require("./typescript/questionsCurriculums");
|
|
8
|
+
exports.default = questionsCurriculums_1.questionsCurriculums.parse(questionsCurriculums_json_1.default);
|