waha-shared 1.0.19 → 1.0.27
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/assets/fonts/arabic/Bold.ttf +0 -0
- package/assets/fonts/arabic/Regular.ttf +0 -0
- package/assets/fonts/burmese/Bold.ttf +0 -0
- package/assets/fonts/burmese/Regular.ttf +0 -0
- package/assets/fonts/chinese/Bold.ttf +0 -0
- package/assets/fonts/chinese/Regular.ttf +0 -0
- package/assets/fonts/cyrillic/Bold.ttf +0 -0
- package/assets/fonts/cyrillic/Regular.ttf +0 -0
- package/assets/fonts/devanagari/Bold.ttf +0 -0
- package/assets/fonts/devanagari/Regular.ttf +0 -0
- package/assets/fonts/fonts.css +178 -0
- package/assets/fonts/japanese/Bold.ttf +0 -0
- package/assets/fonts/japanese/Regular.ttf +0 -0
- package/assets/fonts/khmer/Bold.ttf +0 -0
- package/assets/fonts/khmer/Regular.ttf +0 -0
- package/assets/fonts/latin/Bold.ttf +0 -0
- package/assets/fonts/latin/Regular.ttf +0 -0
- package/assets/fonts/telugu/Bold.ttf +0 -0
- package/assets/fonts/telugu/Regular.ttf +0 -0
- package/assets/fonts/thai/Bold.ttf +0 -0
- package/assets/fonts/thai/Regular.ttf +0 -0
- package/assets/fonts/uyghur/Bold.ttf +0 -0
- package/assets/fonts/uyghur/Regular.ttf +0 -0
- package/dist/data/bibleAudios.json +18 -9
- package/dist/data/bibleTexts.json +34 -11
- package/dist/data/languages.json +58 -38
- package/dist/data/mediaDurations.json +1441 -1433
- package/dist/data/releaseNotes.json +46 -46
- package/dist/data/typescript/appTranslations.d.ts +52 -43
- package/dist/data/typescript/appTranslations.js +20 -17
- package/dist/data/typescript/ftbTranslations.d.ts +204 -0
- package/dist/data/typescript/ftbTranslations.js +74 -0
- package/dist/data/typescript/setTranslations.d.ts +13 -10
- package/dist/data/typescript/setTranslations.js +15 -11
- package/dist/data/typescript/spokenQuestionTranslations.d.ts +3 -0
- package/dist/data/typescript/spokenQuestionTranslations.js +5 -0
- package/dist/functions/languages.d.ts +1 -1
- package/dist/functions/languages.js +9 -9
- package/dist/functions/scripturePassages.d.ts +12 -0
- package/dist/functions/scripturePassages.js +1 -0
- package/dist/functions/sets.js +4 -0
- package/dist/translations/appTranslations.d.ts +17 -14
- package/dist/translations/appTranslations.json +2267 -1911
- package/dist/translations/ftbTranslations.d.ts +69 -0
- package/dist/translations/ftbTranslations.js +8 -0
- package/dist/translations/ftbTranslations.json +3810 -0
- package/dist/translations/introductionTranslations.json +42 -0
- package/dist/translations/questionTranslations.json +384 -0
- package/dist/translations/setTranslations.d.ts +4 -3
- package/dist/translations/setTranslations.json +19709 -11596
- package/dist/translations/spokenQuestionTranslations.d.ts +2 -0
- package/dist/translations/spokenQuestionTranslations.js +8 -0
- package/dist/translations/spokenQuestionTranslations.json +1856 -0
- package/dist/types/analytics.d.ts +19 -1
- package/dist/types/notifications.d.ts +13 -3
- package/dist/types/notifications.js +16 -2
- package/dist/types/sets.d.ts +1 -0
- package/dist/types/users.d.ts +209 -20
- package/dist/types/users.js +19 -0
- package/package.json +7 -3
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"version": "6.1.1",
|
|
109
|
-
"showInApp": false,
|
|
110
109
|
"notes": {
|
|
111
110
|
"eng": "This update contains bug fixes and a new Bible translation for Telugu.",
|
|
112
111
|
"ara": "يتضمن هذا التحديث إصلاحات للأخطاء وترجمة جديدة للكتاب المقدس بلغة التيلجو.",
|
|
@@ -137,11 +136,11 @@
|
|
|
137
136
|
"ukr": "Це оновлення містить виправлення помилок і новий переклад Біблії телугу.",
|
|
138
137
|
"urd": "اس اپ ڈیٹ میں بگ فکسز اور تیلگو زبان کے لیے ایک نیا بائبل ترجمہ شامل ہے۔",
|
|
139
138
|
"zsm": "Kemas kini ini mengandungi pembaikan pepijat dan terjemahan Alkitab baharu dalam bahasa Telugu."
|
|
140
|
-
}
|
|
139
|
+
},
|
|
140
|
+
"showInApp": false
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"version": "6.1.0",
|
|
144
|
-
"showInApp": true,
|
|
145
144
|
"notes": {
|
|
146
145
|
"eng": "Hungarian is now available on Waha!",
|
|
147
146
|
"ara": "اللغة الهنغارية متاحة الآن على واحة!",
|
|
@@ -172,11 +171,11 @@
|
|
|
172
171
|
"ukr": "Угорська мова тепер доступна на Waha!",
|
|
173
172
|
"urd": "اب واہا پر ہنگیرین زبان دستیاب ہے!",
|
|
174
173
|
"zsm": "Bahasa Hungary kini tersedia di Waha!"
|
|
175
|
-
}
|
|
174
|
+
},
|
|
175
|
+
"showInApp": true
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"version": "6.0.11",
|
|
179
|
-
"showInApp": false,
|
|
180
179
|
"notes": {
|
|
181
180
|
"eng": "Somali updates",
|
|
182
181
|
"ara": "تحديثات صومالية",
|
|
@@ -207,11 +206,11 @@
|
|
|
207
206
|
"ukr": "Оновлення Сомалі",
|
|
208
207
|
"urd": "صومالیہ کی تازہ کاریاں",
|
|
209
208
|
"zsm": "Kemas kini Somalia"
|
|
210
|
-
}
|
|
209
|
+
},
|
|
210
|
+
"showInApp": false
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"version": "6.0.10",
|
|
214
|
-
"showInApp": false,
|
|
215
214
|
"notes": {
|
|
216
215
|
"eng": "This update contains bug fixes.",
|
|
217
216
|
"ara": "يتضمن هذا التحديث إصلاحات للأخطاء.",
|
|
@@ -242,11 +241,11 @@
|
|
|
242
241
|
"ukr": "Це оновлення містить виправлення помилок.",
|
|
243
242
|
"urd": "اس اپ ڈیٹ میں بگ فکسز شامل ہیں۔",
|
|
244
243
|
"zsm": "Kemas kini ini mengandungi pembaikan pepijat."
|
|
245
|
-
}
|
|
244
|
+
},
|
|
245
|
+
"showInApp": false
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"version": "6.0.9",
|
|
249
|
-
"showInApp": false,
|
|
250
249
|
"notes": {
|
|
251
250
|
"eng": "This update includes several bug fixes and performance improvements!",
|
|
252
251
|
"ara": "يتضمن هذا التحديث العديد من إصلاحات الأخطاء وتحسينات الأداء!",
|
|
@@ -276,11 +275,11 @@
|
|
|
276
275
|
"ukr": "Це оновлення містить кілька виправлень помилок і покращень продуктивності!",
|
|
277
276
|
"urd": "اس اپ ڈیٹ میں کئی بگ فکسز اور کارکردگی میں بہتری شامل ہے!",
|
|
278
277
|
"zsm": "Kemas kini ini merangkumi beberapa pembaikan pepijat dan penambahbaikan prestasi!"
|
|
279
|
-
}
|
|
278
|
+
},
|
|
279
|
+
"showInApp": false
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
282
|
"version": "6.0.8",
|
|
283
|
-
"showInApp": false,
|
|
284
283
|
"notes": {
|
|
285
284
|
"eng": "This update includes several bug fixes and performance improvements!",
|
|
286
285
|
"ara": "يتضمن هذا التحديث العديد من إصلاحات الأخطاء وتحسينات الأداء!",
|
|
@@ -310,11 +309,11 @@
|
|
|
310
309
|
"ukr": "Це оновлення містить кілька виправлень помилок і покращень продуктивності!",
|
|
311
310
|
"urd": "اس اپ ڈیٹ میں کئی بگ فکسز اور کارکردگی میں بہتری شامل ہے!",
|
|
312
311
|
"zsm": "Kemas kini ini merangkumi beberapa pembaikan pepijat dan penambahbaikan prestasi!"
|
|
313
|
-
}
|
|
312
|
+
},
|
|
313
|
+
"showInApp": false
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"version": "6.0.7",
|
|
317
|
-
"showInApp": false,
|
|
318
317
|
"notes": {
|
|
319
318
|
"eng": "This update contains a few small bug fixes.",
|
|
320
319
|
"ara": "يتضمن هذا التحديث بعض إصلاحات الأخطاء الصغيرة.",
|
|
@@ -344,11 +343,11 @@
|
|
|
344
343
|
"ukr": "Це оновлення містить кілька незначних виправлень помилок.",
|
|
345
344
|
"urd": "اس اپ ڈیٹ میں چند چھوٹے بگ فکسز شامل ہیں۔",
|
|
346
345
|
"zsm": "Kemas kini ini mengandungi beberapa pembaikan pepijat kecil."
|
|
347
|
-
}
|
|
346
|
+
},
|
|
347
|
+
"showInApp": false
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"version": "6.0.6",
|
|
351
|
-
"showInApp": false,
|
|
352
351
|
"notes": {
|
|
353
352
|
"eng": "Adding full Uyghur bible",
|
|
354
353
|
"ara": "إضافة الكتاب المقدس الكامل باللغة الأويغورية",
|
|
@@ -378,11 +377,11 @@
|
|
|
378
377
|
"ukr": "Додавання повної уйгурської Біблії",
|
|
379
378
|
"urd": "مکمل اویغور بائبل شامل کی جا رہی ہے",
|
|
380
379
|
"zsm": "Menambah keseluruhan Alkitab Uyghur"
|
|
381
|
-
}
|
|
380
|
+
},
|
|
381
|
+
"showInApp": false
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"version": "6.0.5",
|
|
385
|
-
"showInApp": false,
|
|
386
385
|
"notes": {
|
|
387
386
|
"eng": "Fixed a bug where scripture references were not searchable from the 'search' screen. Also fixed a bug that could cause Waha to freeze upon saving Bible chapters.",
|
|
388
387
|
"ara": "تم إصلاح خطأ كان يمنع البحث عن المراجع الكتابية من شاشة 'البحث'. كما تم إصلاح خطأ قد يتسبب في تجمّد تطبيق واحة عند حفظ فصول من الكتاب المقدس.",
|
|
@@ -412,11 +411,11 @@
|
|
|
412
411
|
"ukr": "Виправлено помилку, через яку посилання на Писання не можна було знайти з екрана 'пошуку'. Також виправлено помилку, яка могла спричинити зависання Waha під час збереження розділів Біблії.",
|
|
413
412
|
"urd": "ایک بگ کو ٹھیک کیا گیا جس کی وجہ سے 'تلاش' اسکرین سے کلامِ مقدس کے حوالے تلاش نہیں کیے جا سکتے تھے۔ نیز ایک بگ کو بھی درست کیا گیا جو بائبل کے ابواب محفوظ کرتے وقت Waha کو فریز کر سکتا تھا۔",
|
|
414
413
|
"zsm": "Telah membetulkan pepijat di mana rujukan ayat tidak boleh dicari dari skrin 'carian'. Juga membetulkan pepijat yang boleh menyebabkan Waha membeku semasa menyimpan bab-bab Alkitab."
|
|
415
|
-
}
|
|
414
|
+
},
|
|
415
|
+
"showInApp": false
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"version": "6.0.4",
|
|
419
|
-
"showInApp": false,
|
|
420
419
|
"notes": {
|
|
421
420
|
"eng": "Fixed a bug where font size could be set to 0. Also fixed a bug where switching between a LTR and a RTL language could cause Waha to crash.",
|
|
422
421
|
"ara": "تم إصلاح خلل كان يسمح بتعيين حجم الخط إلى 0. كما تم إصلاح خلل آخر كان يؤدي إلى تعطل تطبيق واحة عند التبديل بين لغة من اليسار إلى اليمين ولغة من اليمين إلى اليسار.",
|
|
@@ -446,11 +445,11 @@
|
|
|
446
445
|
"ukr": "Виправлено помилку, через яку розмір шрифту можна було встановити на 0. Також виправлено помилку, яка могла спричинити збій Waha при перемиканні між мовами з напрямком письма зліва направо (LTR) та справа наліво (RTL).",
|
|
447
446
|
"urd": "ایک بگ کو ٹھیک کیا گیا جہاں فونٹ سائز کو 0 پر سیٹ کیا جا سکتا تھا۔ ایک اور بگ کو بھی ٹھیک کیا گیا جہاں LTR اور RTL زبانوں کے درمیان سوئچ کرنے سے Waha کریش ہو سکتا تھا۔",
|
|
448
447
|
"zsm": "Telah membetulkan pepijat di mana saiz fon boleh ditetapkan kepada 0. Juga membetulkan pepijat di mana pertukaran antara bahasa LTR dan RTL boleh menyebabkan Waha terhenti secara tiba-tiba."
|
|
449
|
-
}
|
|
448
|
+
},
|
|
449
|
+
"showInApp": false
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"version": "6.0.3",
|
|
453
|
-
"showInApp": false,
|
|
454
453
|
"notes": {
|
|
455
454
|
"eng": "Updated Uyghur beta",
|
|
456
455
|
"ara": "تم تحديث النسخة التجريبية للأويغور",
|
|
@@ -480,11 +479,11 @@
|
|
|
480
479
|
"ukr": "Оновлена бета-версія уйгурською",
|
|
481
480
|
"urd": "اپ ڈیٹ شدہ اویغور بیٹا",
|
|
482
481
|
"zsm": "Beta Uyghur yang dikemas kini"
|
|
483
|
-
}
|
|
482
|
+
},
|
|
483
|
+
"showInApp": false
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"version": "6.0.2",
|
|
487
|
-
"showInApp": true,
|
|
488
487
|
"notes": {
|
|
489
488
|
"eng": "Telugu is now available on Waha!",
|
|
490
489
|
"ara": "اللغة التيلجو متوفرة الآن على واحة!",
|
|
@@ -514,11 +513,11 @@
|
|
|
514
513
|
"ukr": "Телугу тепер доступна на Waha!",
|
|
515
514
|
"urd": "تیلگو اب واہا پر دستیاب ہے!",
|
|
516
515
|
"zsm": "Bahasa Telugu kini tersedia di Waha!"
|
|
517
|
-
}
|
|
516
|
+
},
|
|
517
|
+
"showInApp": true
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
"version": "6.0.1",
|
|
521
|
-
"showInApp": false,
|
|
522
521
|
"notes": {
|
|
523
522
|
"eng": "Lots of bug fixes and performance improvements!",
|
|
524
523
|
"ara": "العديد من إصلاحات الأخطاء وتحسينات الأداء!",
|
|
@@ -548,11 +547,11 @@
|
|
|
548
547
|
"ukr": "Багато виправлень помилок і покращень продуктивності!",
|
|
549
548
|
"urd": "بہت سے بگز کی اصلاحات اور کارکردگی میں بہتری!",
|
|
550
549
|
"zsm": "Banyak pembaikan pepijat dan penambahbaikan prestasi!"
|
|
551
|
-
}
|
|
550
|
+
},
|
|
551
|
+
"showInApp": false
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
"version": "6.0.0",
|
|
555
|
-
"showInApp": true,
|
|
556
555
|
"notes": {
|
|
557
556
|
"eng": "6.0 testing",
|
|
558
557
|
"ara": "6.0 اختبار",
|
|
@@ -582,11 +581,11 @@
|
|
|
582
581
|
"ukr": "Тестування 6.0",
|
|
583
582
|
"urd": "6.0 جانچ",
|
|
584
583
|
"zsm": "Ujian 6.0"
|
|
585
|
-
}
|
|
584
|
+
},
|
|
585
|
+
"showInApp": true
|
|
586
586
|
},
|
|
587
587
|
{
|
|
588
588
|
"version": "5.26.0",
|
|
589
|
-
"showInApp": true,
|
|
590
589
|
"notes": {
|
|
591
590
|
"eng": "Telugu is now available on Waha!",
|
|
592
591
|
"ara": "اللغة التيلجو متاحة الآن على واحة!",
|
|
@@ -616,11 +615,11 @@
|
|
|
616
615
|
"ukr": "Телугу тепер доступна на Waha!",
|
|
617
616
|
"urd": "تیلگو اب واہا پر دستیاب ہے!",
|
|
618
617
|
"zsm": "Bahasa Telugu kini tersedia di Waha!"
|
|
619
|
-
}
|
|
618
|
+
},
|
|
619
|
+
"showInApp": true
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"version": "5.25.7",
|
|
623
|
-
"showInApp": false,
|
|
624
623
|
"notes": {
|
|
625
624
|
"eng": "Somali beta test",
|
|
626
625
|
"ara": "اختبار بيتا للصوماليين",
|
|
@@ -650,11 +649,11 @@
|
|
|
650
649
|
"ukr": "Сомалійське бета-тестування",
|
|
651
650
|
"urd": "صومالی بیٹا ٹیسٹ",
|
|
652
651
|
"zsm": "Ujian beta Somalia"
|
|
653
|
-
}
|
|
652
|
+
},
|
|
653
|
+
"showInApp": false
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"version": "5.25.6",
|
|
657
|
-
"showInApp": false,
|
|
658
657
|
"notes": {
|
|
659
658
|
"eng": "New uyghur font",
|
|
660
659
|
"ara": "خط أويغوري جديد",
|
|
@@ -684,11 +683,11 @@
|
|
|
684
683
|
"ukr": "Новий уйгурський шрифт",
|
|
685
684
|
"urd": "نیا اویغور فونٹ",
|
|
686
685
|
"zsm": "Fon Uyghur baharu"
|
|
687
|
-
}
|
|
686
|
+
},
|
|
687
|
+
"showInApp": false
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"version": "5.25.5",
|
|
691
|
-
"showInApp": false,
|
|
692
691
|
"notes": {
|
|
693
692
|
"eng": "Update uyghur font",
|
|
694
693
|
"ara": "تحديث خط الأويغور",
|
|
@@ -718,11 +717,11 @@
|
|
|
718
717
|
"ukr": "Оновити уйгурський шрифт",
|
|
719
718
|
"urd": "اوئیغور فونٹ کو اپ ڈیٹ کریں",
|
|
720
719
|
"zsm": "Kemas kini fon Uyghur"
|
|
721
|
-
}
|
|
720
|
+
},
|
|
721
|
+
"showInApp": false
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"version": "5.25.4",
|
|
725
|
-
"showInApp": false,
|
|
726
725
|
"notes": {
|
|
727
726
|
"eng": "Hackathon beta build 2",
|
|
728
727
|
"ara": "إصدار بيتا 2 لماراثون البرمجة",
|
|
@@ -752,11 +751,11 @@
|
|
|
752
751
|
"ukr": "Бета-версія 2 для хакатону",
|
|
753
752
|
"urd": "ہیکاتھون بیٹا بلڈ 2",
|
|
754
753
|
"zsm": "Binaan beta hackathon 2"
|
|
755
|
-
}
|
|
754
|
+
},
|
|
755
|
+
"showInApp": false
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
758
|
"version": "5.25.3",
|
|
759
|
-
"showInApp": false,
|
|
760
759
|
"notes": {
|
|
761
760
|
"eng": "Rough draft of custom dbs generation",
|
|
762
761
|
"ara": "المسودة الأولية لإنشاء دراسة الكتاب المقدس الاستكشافية المخصصة",
|
|
@@ -786,11 +785,11 @@
|
|
|
786
785
|
"ukr": "Чернетка створення користувацького DBS",
|
|
787
786
|
"urd": "حسب ضرورت ڈی بی ایس کی تیاری کا ابتدائی مسودہ",
|
|
788
787
|
"zsm": "Draf kasar penjanaan DBS tersuai"
|
|
789
|
-
}
|
|
788
|
+
},
|
|
789
|
+
"showInApp": false
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
"version": "5.25.2",
|
|
793
|
-
"showInApp": false,
|
|
794
793
|
"notes": {
|
|
795
794
|
"eng": "Uyghur beta testing",
|
|
796
795
|
"ara": "الاختبار التجريبي للأويغور",
|
|
@@ -820,11 +819,11 @@
|
|
|
820
819
|
"ukr": "Бета-тестування уйгурською мовою",
|
|
821
820
|
"urd": "یوئغور بیٹا ٹیسٹنگ",
|
|
822
821
|
"zsm": "Ujian beta Uyghur"
|
|
823
|
-
}
|
|
822
|
+
},
|
|
823
|
+
"showInApp": false
|
|
824
824
|
},
|
|
825
825
|
{
|
|
826
826
|
"version": "5.25.1",
|
|
827
|
-
"showInApp": false,
|
|
828
827
|
"notes": {
|
|
829
828
|
"eng": "Beta testing Telugu and Swahili",
|
|
830
829
|
"ara": "الاختبار التجريبي للتيلجو والسواحيلية",
|
|
@@ -853,11 +852,11 @@
|
|
|
853
852
|
"ukr": "Бета-тестування телугу та суахілі",
|
|
854
853
|
"urd": "تیلگو اور سواحیلی کے لیے بیٹا ٹیسٹنگ",
|
|
855
854
|
"zsm": "Ujian beta untuk Telugu dan Swahili"
|
|
856
|
-
}
|
|
855
|
+
},
|
|
856
|
+
"showInApp": false
|
|
857
857
|
},
|
|
858
858
|
{
|
|
859
859
|
"version": "5.25.0",
|
|
860
|
-
"showInApp": true,
|
|
861
860
|
"notes": {
|
|
862
861
|
"eng": "German is now available in Waha!",
|
|
863
862
|
"ara": "اللغة الألمانية متوفرة الآن في واحة!",
|
|
@@ -884,7 +883,8 @@
|
|
|
884
883
|
"ukr": "Німецька мова тепер доступна у Waha!",
|
|
885
884
|
"urd": "اب واہا میں جرمن دستیاب ہے!",
|
|
886
885
|
"zsm": "Bahasa Jerman kini tersedia di Waha!"
|
|
887
|
-
}
|
|
886
|
+
},
|
|
887
|
+
"showInApp": true
|
|
888
888
|
},
|
|
889
889
|
{
|
|
890
890
|
"version": "5.24.0",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3
|
-
percent_available: z.ZodOptional<z.ZodString>;
|
|
4
3
|
name: z.ZodString;
|
|
5
4
|
version: z.ZodString;
|
|
6
5
|
a11y_add_secondary_language_hint: z.ZodString;
|
|
@@ -51,7 +50,6 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
51
50
|
add_language: z.ZodString;
|
|
52
51
|
all: z.ZodString;
|
|
53
52
|
all_languages: z.ZodString;
|
|
54
|
-
app_store_listing_title: z.ZodString;
|
|
55
53
|
app_store_listing_description: z.ZodString;
|
|
56
54
|
app_store_listing_screenshot_foundations: z.ZodString;
|
|
57
55
|
app_store_listing_screenshot_languages: z.ZodString;
|
|
@@ -64,6 +62,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
64
62
|
app_store_listing_screenshot_testimonial: z.ZodString;
|
|
65
63
|
app_store_listing_screenshot_topics: z.ZodString;
|
|
66
64
|
app_store_listing_subtitle: z.ZodString;
|
|
65
|
+
app_store_listing_title: z.ZodString;
|
|
67
66
|
appearance: z.ZodString;
|
|
68
67
|
application: z.ZodString;
|
|
69
68
|
article_categories_65004e85fba2e8c9d281a73e: z.ZodString;
|
|
@@ -124,7 +123,10 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
124
123
|
enter_passcode: z.ZodString;
|
|
125
124
|
favorites: z.ZodString;
|
|
126
125
|
fellowship: z.ZodString;
|
|
126
|
+
fetch_bible_error: z.ZodString;
|
|
127
|
+
fetch_bible_no_internet: z.ZodString;
|
|
127
128
|
filter_articles: z.ZodString;
|
|
129
|
+
finish: z.ZodOptional<z.ZodString>;
|
|
128
130
|
font_size: z.ZodString;
|
|
129
131
|
foundations: z.ZodString;
|
|
130
132
|
get_started_foundations: z.ZodString;
|
|
@@ -141,11 +143,13 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
141
143
|
internet_required_download: z.ZodString;
|
|
142
144
|
internet_required_download_share: z.ZodString;
|
|
143
145
|
introduction: z.ZodString;
|
|
146
|
+
language_names: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
144
147
|
language_types_app_interface: z.ZodString;
|
|
145
148
|
language_types_meet: z.ZodString;
|
|
146
149
|
language_types_meet_primary: z.ZodString;
|
|
147
150
|
language_types_meet_secondary: z.ZodString;
|
|
148
151
|
language_types_video_bridge: z.ZodString;
|
|
152
|
+
later: z.ZodOptional<z.ZodString>;
|
|
149
153
|
learn: z.ZodString;
|
|
150
154
|
learn_more: z.ZodString;
|
|
151
155
|
light: z.ZodString;
|
|
@@ -168,38 +172,40 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
168
172
|
note_placeholder: z.ZodString;
|
|
169
173
|
note_saved: z.ZodString;
|
|
170
174
|
notes_view: z.ZodString;
|
|
175
|
+
notifications: z.ZodOptional<z.ZodString>;
|
|
171
176
|
notifications_enable: z.ZodString;
|
|
172
177
|
ok: z.ZodString;
|
|
173
178
|
passcode_set: z.ZodString;
|
|
179
|
+
percent_available: z.ZodOptional<z.ZodString>;
|
|
174
180
|
piano: z.ZodString;
|
|
175
181
|
piano_description: z.ZodString;
|
|
176
182
|
playback_speed: z.ZodString;
|
|
177
183
|
popups_app_interface_help: z.ZodString;
|
|
178
184
|
popups_casting_stop_confirm: z.ZodString;
|
|
179
185
|
popups_code_request_success_message: z.ZodString;
|
|
180
|
-
popups_codes_no_match_title: z.ZodString;
|
|
181
186
|
popups_codes_no_match_message: z.ZodString;
|
|
187
|
+
popups_codes_no_match_title: z.ZodString;
|
|
182
188
|
popups_foundations_description_believer: z.ZodString;
|
|
183
189
|
popups_foundations_description_seeker: z.ZodString;
|
|
184
|
-
popups_group_help_title: z.ZodString;
|
|
185
190
|
popups_group_help_message: z.ZodString;
|
|
191
|
+
popups_group_help_title: z.ZodString;
|
|
186
192
|
popups_meet_help: z.ZodString;
|
|
187
|
-
popups_notification_opt_in_title: z.ZodString;
|
|
188
193
|
popups_notification_opt_in_message: z.ZodString;
|
|
189
|
-
|
|
194
|
+
popups_notification_opt_in_title: z.ZodString;
|
|
190
195
|
popups_play_help_message: z.ZodString;
|
|
191
|
-
|
|
196
|
+
popups_play_help_title: z.ZodString;
|
|
192
197
|
popups_remove_meeting_message: z.ZodString;
|
|
193
|
-
|
|
198
|
+
popups_remove_meeting_title: z.ZodString;
|
|
194
199
|
popups_submit_feedback_error_message: z.ZodString;
|
|
195
|
-
|
|
200
|
+
popups_submit_feedback_error_title: z.ZodString;
|
|
196
201
|
popups_submit_feedback_success_message: z.ZodString;
|
|
202
|
+
popups_submit_feedback_success_title: z.ZodString;
|
|
197
203
|
popups_topics_description: z.ZodString;
|
|
198
204
|
popups_training_description_believer: z.ZodString;
|
|
199
|
-
popups_unlock_successful_title: z.ZodString;
|
|
200
205
|
popups_unlock_successful_message: z.ZodString;
|
|
201
|
-
|
|
206
|
+
popups_unlock_successful_title: z.ZodString;
|
|
202
207
|
popups_unlocked_learn_help_message: z.ZodString;
|
|
208
|
+
popups_unlocked_learn_help_title: z.ZodString;
|
|
203
209
|
popups_watch_on_youtube_blurb: z.ZodString;
|
|
204
210
|
privacy_policy: z.ZodString;
|
|
205
211
|
question: z.ZodString;
|
|
@@ -229,6 +235,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
229
235
|
report_problem_help: z.ZodString;
|
|
230
236
|
request_passcode: z.ZodString;
|
|
231
237
|
required: z.ZodString;
|
|
238
|
+
retry: z.ZodString;
|
|
232
239
|
return_home: z.ZodString;
|
|
233
240
|
save_and_close: z.ZodString;
|
|
234
241
|
search: z.ZodString;
|
|
@@ -299,10 +306,6 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
299
306
|
week: z.ZodString;
|
|
300
307
|
welcome_blurb: z.ZodString;
|
|
301
308
|
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
309
|
}, "strip", z.ZodTypeAny, {
|
|
307
310
|
message: string;
|
|
308
311
|
text: string;
|
|
@@ -360,7 +363,6 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
360
363
|
about: string;
|
|
361
364
|
add_language: string;
|
|
362
365
|
all_languages: string;
|
|
363
|
-
app_store_listing_title: string;
|
|
364
366
|
app_store_listing_description: string;
|
|
365
367
|
app_store_listing_screenshot_foundations: string;
|
|
366
368
|
app_store_listing_screenshot_languages: string;
|
|
@@ -373,6 +375,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
373
375
|
app_store_listing_screenshot_testimonial: string;
|
|
374
376
|
app_store_listing_screenshot_topics: string;
|
|
375
377
|
app_store_listing_subtitle: string;
|
|
378
|
+
app_store_listing_title: string;
|
|
376
379
|
appearance: string;
|
|
377
380
|
application: string;
|
|
378
381
|
article_categories_65004e85fba2e8c9d281a73e: string;
|
|
@@ -431,6 +434,8 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
431
434
|
enter_passcode: string;
|
|
432
435
|
favorites: string;
|
|
433
436
|
fellowship: string;
|
|
437
|
+
fetch_bible_error: string;
|
|
438
|
+
fetch_bible_no_internet: string;
|
|
434
439
|
filter_articles: string;
|
|
435
440
|
font_size: string;
|
|
436
441
|
get_started_foundations: string;
|
|
@@ -447,6 +452,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
447
452
|
internet_required_download: string;
|
|
448
453
|
internet_required_download_share: string;
|
|
449
454
|
introduction: string;
|
|
455
|
+
language_names: Record<string, string>;
|
|
450
456
|
language_types_app_interface: string;
|
|
451
457
|
language_types_meet: string;
|
|
452
458
|
language_types_meet_primary: string;
|
|
@@ -482,29 +488,29 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
482
488
|
popups_app_interface_help: string;
|
|
483
489
|
popups_casting_stop_confirm: string;
|
|
484
490
|
popups_code_request_success_message: string;
|
|
485
|
-
popups_codes_no_match_title: string;
|
|
486
491
|
popups_codes_no_match_message: string;
|
|
492
|
+
popups_codes_no_match_title: string;
|
|
487
493
|
popups_foundations_description_believer: string;
|
|
488
494
|
popups_foundations_description_seeker: string;
|
|
489
|
-
popups_group_help_title: string;
|
|
490
495
|
popups_group_help_message: string;
|
|
496
|
+
popups_group_help_title: string;
|
|
491
497
|
popups_meet_help: string;
|
|
492
|
-
popups_notification_opt_in_title: string;
|
|
493
498
|
popups_notification_opt_in_message: string;
|
|
494
|
-
|
|
499
|
+
popups_notification_opt_in_title: string;
|
|
495
500
|
popups_play_help_message: string;
|
|
496
|
-
|
|
501
|
+
popups_play_help_title: string;
|
|
497
502
|
popups_remove_meeting_message: string;
|
|
498
|
-
|
|
503
|
+
popups_remove_meeting_title: string;
|
|
499
504
|
popups_submit_feedback_error_message: string;
|
|
500
|
-
|
|
505
|
+
popups_submit_feedback_error_title: string;
|
|
501
506
|
popups_submit_feedback_success_message: string;
|
|
507
|
+
popups_submit_feedback_success_title: string;
|
|
502
508
|
popups_topics_description: string;
|
|
503
509
|
popups_training_description_believer: string;
|
|
504
|
-
popups_unlock_successful_title: string;
|
|
505
510
|
popups_unlock_successful_message: string;
|
|
506
|
-
|
|
511
|
+
popups_unlock_successful_title: string;
|
|
507
512
|
popups_unlocked_learn_help_message: string;
|
|
513
|
+
popups_unlocked_learn_help_title: string;
|
|
508
514
|
popups_watch_on_youtube_blurb: string;
|
|
509
515
|
privacy_policy: string;
|
|
510
516
|
question: string;
|
|
@@ -534,6 +540,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
534
540
|
report_problem_help: string;
|
|
535
541
|
request_passcode: string;
|
|
536
542
|
required: string;
|
|
543
|
+
retry: string;
|
|
537
544
|
return_home: string;
|
|
538
545
|
save_and_close: string;
|
|
539
546
|
search: string;
|
|
@@ -602,10 +609,9 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
602
609
|
week: string;
|
|
603
610
|
welcome_blurb: string;
|
|
604
611
|
yes: string;
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
language_names: Record<string, string>;
|
|
612
|
+
finish?: string | undefined;
|
|
613
|
+
later?: string | undefined;
|
|
614
|
+
notifications?: string | undefined;
|
|
609
615
|
percent_available?: string | undefined;
|
|
610
616
|
}, {
|
|
611
617
|
message: string;
|
|
@@ -664,7 +670,6 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
664
670
|
about: string;
|
|
665
671
|
add_language: string;
|
|
666
672
|
all_languages: string;
|
|
667
|
-
app_store_listing_title: string;
|
|
668
673
|
app_store_listing_description: string;
|
|
669
674
|
app_store_listing_screenshot_foundations: string;
|
|
670
675
|
app_store_listing_screenshot_languages: string;
|
|
@@ -677,6 +682,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
677
682
|
app_store_listing_screenshot_testimonial: string;
|
|
678
683
|
app_store_listing_screenshot_topics: string;
|
|
679
684
|
app_store_listing_subtitle: string;
|
|
685
|
+
app_store_listing_title: string;
|
|
680
686
|
appearance: string;
|
|
681
687
|
application: string;
|
|
682
688
|
article_categories_65004e85fba2e8c9d281a73e: string;
|
|
@@ -735,6 +741,8 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
735
741
|
enter_passcode: string;
|
|
736
742
|
favorites: string;
|
|
737
743
|
fellowship: string;
|
|
744
|
+
fetch_bible_error: string;
|
|
745
|
+
fetch_bible_no_internet: string;
|
|
738
746
|
filter_articles: string;
|
|
739
747
|
font_size: string;
|
|
740
748
|
get_started_foundations: string;
|
|
@@ -751,6 +759,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
751
759
|
internet_required_download: string;
|
|
752
760
|
internet_required_download_share: string;
|
|
753
761
|
introduction: string;
|
|
762
|
+
language_names: Record<string, string>;
|
|
754
763
|
language_types_app_interface: string;
|
|
755
764
|
language_types_meet: string;
|
|
756
765
|
language_types_meet_primary: string;
|
|
@@ -786,29 +795,29 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
786
795
|
popups_app_interface_help: string;
|
|
787
796
|
popups_casting_stop_confirm: string;
|
|
788
797
|
popups_code_request_success_message: string;
|
|
789
|
-
popups_codes_no_match_title: string;
|
|
790
798
|
popups_codes_no_match_message: string;
|
|
799
|
+
popups_codes_no_match_title: string;
|
|
791
800
|
popups_foundations_description_believer: string;
|
|
792
801
|
popups_foundations_description_seeker: string;
|
|
793
|
-
popups_group_help_title: string;
|
|
794
802
|
popups_group_help_message: string;
|
|
803
|
+
popups_group_help_title: string;
|
|
795
804
|
popups_meet_help: string;
|
|
796
|
-
popups_notification_opt_in_title: string;
|
|
797
805
|
popups_notification_opt_in_message: string;
|
|
798
|
-
|
|
806
|
+
popups_notification_opt_in_title: string;
|
|
799
807
|
popups_play_help_message: string;
|
|
800
|
-
|
|
808
|
+
popups_play_help_title: string;
|
|
801
809
|
popups_remove_meeting_message: string;
|
|
802
|
-
|
|
810
|
+
popups_remove_meeting_title: string;
|
|
803
811
|
popups_submit_feedback_error_message: string;
|
|
804
|
-
|
|
812
|
+
popups_submit_feedback_error_title: string;
|
|
805
813
|
popups_submit_feedback_success_message: string;
|
|
814
|
+
popups_submit_feedback_success_title: string;
|
|
806
815
|
popups_topics_description: string;
|
|
807
816
|
popups_training_description_believer: string;
|
|
808
|
-
popups_unlock_successful_title: string;
|
|
809
817
|
popups_unlock_successful_message: string;
|
|
810
|
-
|
|
818
|
+
popups_unlock_successful_title: string;
|
|
811
819
|
popups_unlocked_learn_help_message: string;
|
|
820
|
+
popups_unlocked_learn_help_title: string;
|
|
812
821
|
popups_watch_on_youtube_blurb: string;
|
|
813
822
|
privacy_policy: string;
|
|
814
823
|
question: string;
|
|
@@ -838,6 +847,7 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
838
847
|
report_problem_help: string;
|
|
839
848
|
request_passcode: string;
|
|
840
849
|
required: string;
|
|
850
|
+
retry: string;
|
|
841
851
|
return_home: string;
|
|
842
852
|
save_and_close: string;
|
|
843
853
|
search: string;
|
|
@@ -906,10 +916,9 @@ export declare const AppTranslations: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
906
916
|
week: string;
|
|
907
917
|
welcome_blurb: string;
|
|
908
918
|
yes: string;
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
language_names: Record<string, string>;
|
|
919
|
+
finish?: string | undefined;
|
|
920
|
+
later?: string | undefined;
|
|
921
|
+
notifications?: string | undefined;
|
|
913
922
|
percent_available?: string | undefined;
|
|
914
923
|
}>>;
|
|
915
924
|
export type AppTranslations = z.infer<typeof AppTranslations>;
|