waha-shared 1.0.419 → 1.0.421
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/translationsApp/index.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.json +122 -40
- package/dist/data/translationsApp/translationsApp.schema.json +3 -1
- package/dist/data/translationsApp/translationsApp.zod.d.ts +4 -0
- package/dist/data/translationsApp/translationsApp.zod.js +2 -0
- package/dist/functions/magicLink.d.ts +31 -0
- package/dist/functions/magicLink.js +51 -0
- package/dist/types/socialProof.d.ts +30 -0
- package/dist/types/socialProof.js +23 -0
- package/package.json +3 -3
|
@@ -340,4 +340,6 @@ export declare const translationsApp: Record<string, {
|
|
|
340
340
|
question_what_brings_you_option_4?: string | undefined;
|
|
341
341
|
read_along?: string | undefined;
|
|
342
342
|
choose_read_along_bible?: string | undefined;
|
|
343
|
+
finish_signing_in?: string | undefined;
|
|
344
|
+
open_in_waha?: string | undefined;
|
|
343
345
|
}>;
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"close": "إغلاق",
|
|
99
99
|
"confirm": "تأكيد",
|
|
100
100
|
"confirm_passcode": "تأكيد رمز المرور",
|
|
101
|
-
"connect_to_continue": "لا يوجد اتصال. اتصل بالإنترنت
|
|
101
|
+
"connect_to_continue": "لا يوجد اتصال. اتصل بالإنترنت لمتابعة التنزيل.",
|
|
102
102
|
"contact_us": "تواصل معنا",
|
|
103
103
|
"continue": "استمر",
|
|
104
104
|
"contribute": "مساهمة",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"filter_articles": "تصفية المقالات",
|
|
127
127
|
"filter_micro_lessons": "تصفية الدروس المصغرة",
|
|
128
128
|
"finish": "إنهاء",
|
|
129
|
+
"finish_signing_in": "",
|
|
129
130
|
"font_size": "حجم الخط",
|
|
130
131
|
"foundations": "الأساسيات",
|
|
131
132
|
"get_started_foundations": "ابدأ بالدراسات الأساسية",
|
|
@@ -268,6 +269,7 @@
|
|
|
268
269
|
"onboarding_dbs_intro_heading": "",
|
|
269
270
|
"onboarding_invite_group_body": "",
|
|
270
271
|
"onboarding_invite_group_heading": "",
|
|
272
|
+
"open_in_waha": "",
|
|
271
273
|
"passcode_set": "تعيين رمز المرور",
|
|
272
274
|
"people_shared_last_week": "",
|
|
273
275
|
"percent_available": "{percent}% متاح",
|
|
@@ -517,7 +519,7 @@
|
|
|
517
519
|
"close": "Bağla",
|
|
518
520
|
"confirm": "Təsdiqlə",
|
|
519
521
|
"confirm_passcode": "Şifrənizi təsdiqləyin",
|
|
520
|
-
"connect_to_continue": "Bağlantı yoxdur.
|
|
522
|
+
"connect_to_continue": "Bağlantı yoxdur. Yükləməyə davam etmək üçün internetə qoşulun.",
|
|
521
523
|
"contact_us": "Bizimlə Əlaqə Saxlayın",
|
|
522
524
|
"continue": "Davam et",
|
|
523
525
|
"contribute": "Töhfə Ver",
|
|
@@ -545,6 +547,7 @@
|
|
|
545
547
|
"filter_articles": "Məqalələri Filtrlə",
|
|
546
548
|
"filter_micro_lessons": "Mikro Dərsləri filtrlə",
|
|
547
549
|
"finish": "Bitirin",
|
|
550
|
+
"finish_signing_in": "",
|
|
548
551
|
"font_size": "Şirft Ölçüsü",
|
|
549
552
|
"foundations": "Əsaslar",
|
|
550
553
|
"get_started_foundations": "Əsaslardan başla",
|
|
@@ -687,6 +690,7 @@
|
|
|
687
690
|
"onboarding_dbs_intro_heading": "",
|
|
688
691
|
"onboarding_invite_group_body": "",
|
|
689
692
|
"onboarding_invite_group_heading": "",
|
|
693
|
+
"open_in_waha": "",
|
|
690
694
|
"passcode_set": "Şifrə müəyyən edildi!",
|
|
691
695
|
"people_shared_last_week": "",
|
|
692
696
|
"percent_available": "{percent}% mövcuddur",
|
|
@@ -936,7 +940,7 @@
|
|
|
936
940
|
"close": "বন্ধ করুন",
|
|
937
941
|
"confirm": "নিশ্চিত করুন",
|
|
938
942
|
"confirm_passcode": "আপনার পাসকোড নিশ্চিত করুন",
|
|
939
|
-
"connect_to_continue": "সংযোগ
|
|
943
|
+
"connect_to_continue": "সংযোগ নেই। ডাউনলোড চালিয়ে যেতে ইন্টারনেট সংযোগ করুন।",
|
|
940
944
|
"contact_us": "আমাদের সঙ্গে যোগাযোগ করুন",
|
|
941
945
|
"continue": "চালিয়ে যান",
|
|
942
946
|
"contribute": "অনুদান",
|
|
@@ -964,6 +968,7 @@
|
|
|
964
968
|
"filter_articles": "আর্টিকেল ফিল্টার করুন",
|
|
965
969
|
"filter_micro_lessons": "মাইক্রো লেসন ফিল্টার করুন",
|
|
966
970
|
"finish": "শেষ",
|
|
971
|
+
"finish_signing_in": "",
|
|
967
972
|
"font_size": "ফন্টের সাইজ",
|
|
968
973
|
"foundations": "মূলসূত্র",
|
|
969
974
|
"get_started_foundations": "মূলসূত্র দিয়ে শুরু করুন",
|
|
@@ -1106,6 +1111,7 @@
|
|
|
1106
1111
|
"onboarding_dbs_intro_heading": "",
|
|
1107
1112
|
"onboarding_invite_group_body": "",
|
|
1108
1113
|
"onboarding_invite_group_heading": "",
|
|
1114
|
+
"open_in_waha": "",
|
|
1109
1115
|
"passcode_set": "পাসকোড সেট করা হয়েছে!",
|
|
1110
1116
|
"people_shared_last_week": "",
|
|
1111
1117
|
"percent_available": "{percent}% উপলব্ধ",
|
|
@@ -1355,7 +1361,7 @@
|
|
|
1355
1361
|
"close": "Suod nga",
|
|
1356
1362
|
"confirm": "Sa pagmatuod sa",
|
|
1357
1363
|
"confirm_passcode": "Pagkumpirma sa ang imong passcode",
|
|
1358
|
-
"connect_to_continue": "Walay koneksyon. Ikonektar sa internet aron magpadayon.",
|
|
1364
|
+
"connect_to_continue": "Walay koneksyon. Ikonektar sa internet aron magpadayon ang pag-download.",
|
|
1359
1365
|
"contact_us": "Kontaka Kami",
|
|
1360
1366
|
"continue": "Padayon",
|
|
1361
1367
|
"contribute": "Pagtampo",
|
|
@@ -1383,6 +1389,7 @@
|
|
|
1383
1389
|
"filter_articles": "I-filter ang mga Artikulo",
|
|
1384
1390
|
"filter_micro_lessons": "I-filter ang mga Micro nga Leksyon",
|
|
1385
1391
|
"finish": "Human",
|
|
1392
|
+
"finish_signing_in": "",
|
|
1386
1393
|
"font_size": "Gidak-on sa letra",
|
|
1387
1394
|
"foundations": "Mga pundasyon",
|
|
1388
1395
|
"get_started_foundations": "Pagsugod diha sa mga pundasyon",
|
|
@@ -1525,6 +1532,7 @@
|
|
|
1525
1532
|
"onboarding_dbs_intro_heading": "",
|
|
1526
1533
|
"onboarding_invite_group_body": "",
|
|
1527
1534
|
"onboarding_invite_group_heading": "",
|
|
1535
|
+
"open_in_waha": "",
|
|
1528
1536
|
"passcode_set": "Gibutang ang passcode!",
|
|
1529
1537
|
"people_shared_last_week": "",
|
|
1530
1538
|
"percent_available": "{percent}% anaa",
|
|
@@ -1774,7 +1782,7 @@
|
|
|
1774
1782
|
"close": "داخستن",
|
|
1775
1783
|
"confirm": "پەسەندکردن",
|
|
1776
1784
|
"confirm_passcode": "کۆدی نهێنییەکەت پشتڕاست بکەرەوە",
|
|
1777
|
-
"connect_to_continue": "پەیوەندی نییە. بۆ
|
|
1785
|
+
"connect_to_continue": "پەیوەندی نییە. بۆ بەردەوامبوونی دابەزاندن پەیوەندی بە ئینتەرنێتەوە بکە.",
|
|
1778
1786
|
"contact_us": "پەیوەندیمان پێوە بکە",
|
|
1779
1787
|
"continue": "بەردەوام بوون",
|
|
1780
1788
|
"contribute": "بەشداریبکە",
|
|
@@ -1802,6 +1810,7 @@
|
|
|
1802
1810
|
"filter_articles": "پاڵاوتنی بابەتەکان",
|
|
1803
1811
|
"filter_micro_lessons": "پاڵاوتنی کورتە وانەکان",
|
|
1804
1812
|
"finish": "کۆتایی",
|
|
1813
|
+
"finish_signing_in": "",
|
|
1805
1814
|
"font_size": "قەبارەی فۆنت",
|
|
1806
1815
|
"foundations": "بنەماکان",
|
|
1807
1816
|
"get_started_foundations": "دەستپێکردن بە بنەماکان",
|
|
@@ -1944,6 +1953,7 @@
|
|
|
1944
1953
|
"onboarding_dbs_intro_heading": "",
|
|
1945
1954
|
"onboarding_invite_group_body": "",
|
|
1946
1955
|
"onboarding_invite_group_heading": "",
|
|
1956
|
+
"open_in_waha": "",
|
|
1947
1957
|
"passcode_set": "وشەی نهێنی دانرا!",
|
|
1948
1958
|
"people_shared_last_week": "",
|
|
1949
1959
|
"percent_available": "{percent}% بەردەستە",
|
|
@@ -2193,7 +2203,7 @@
|
|
|
2193
2203
|
"close": "关闭",
|
|
2194
2204
|
"confirm": "确认",
|
|
2195
2205
|
"confirm_passcode": "确认密码",
|
|
2196
|
-
"connect_to_continue": "
|
|
2206
|
+
"connect_to_continue": "无连接。连接互联网继续下载。",
|
|
2197
2207
|
"contact_us": "联系我们",
|
|
2198
2208
|
"continue": "继续",
|
|
2199
2209
|
"contribute": "贡献",
|
|
@@ -2221,6 +2231,7 @@
|
|
|
2221
2231
|
"filter_articles": "筛选文章",
|
|
2222
2232
|
"filter_micro_lessons": "筛选微课程",
|
|
2223
2233
|
"finish": "完成",
|
|
2234
|
+
"finish_signing_in": "",
|
|
2224
2235
|
"font_size": "字体大小",
|
|
2225
2236
|
"foundations": "基础课程",
|
|
2226
2237
|
"get_started_foundations": "从基础课程开始",
|
|
@@ -2363,6 +2374,7 @@
|
|
|
2363
2374
|
"onboarding_dbs_intro_heading": "",
|
|
2364
2375
|
"onboarding_invite_group_body": "",
|
|
2365
2376
|
"onboarding_invite_group_heading": "",
|
|
2377
|
+
"open_in_waha": "",
|
|
2366
2378
|
"passcode_set": "密码已设置!",
|
|
2367
2379
|
"people_shared_last_week": "",
|
|
2368
2380
|
"percent_available": "{percent}% 可用",
|
|
@@ -2612,7 +2624,7 @@
|
|
|
2612
2624
|
"close": "Schließen",
|
|
2613
2625
|
"confirm": "Bestätigen",
|
|
2614
2626
|
"confirm_passcode": "Bestätige dein Passwort",
|
|
2615
|
-
"connect_to_continue": "Keine Verbindung. Stelle eine Verbindung zum Internet her, um
|
|
2627
|
+
"connect_to_continue": "Keine Verbindung. Stelle eine Verbindung zum Internet her, um den Download fortzusetzen.",
|
|
2616
2628
|
"contact_us": "Kontaktiere uns",
|
|
2617
2629
|
"continue": "Weiter",
|
|
2618
2630
|
"contribute": "Mitwirken",
|
|
@@ -2640,6 +2652,7 @@
|
|
|
2640
2652
|
"filter_articles": "Artikel filtern",
|
|
2641
2653
|
"filter_micro_lessons": "Mikro-Lektionen filtern",
|
|
2642
2654
|
"finish": "Fertig",
|
|
2655
|
+
"finish_signing_in": "",
|
|
2643
2656
|
"font_size": "Schriftgröße",
|
|
2644
2657
|
"foundations": "Grundlagen",
|
|
2645
2658
|
"get_started_foundations": "Beginne mit Grundlagen",
|
|
@@ -2782,6 +2795,7 @@
|
|
|
2782
2795
|
"onboarding_dbs_intro_heading": "",
|
|
2783
2796
|
"onboarding_invite_group_body": "",
|
|
2784
2797
|
"onboarding_invite_group_heading": "",
|
|
2798
|
+
"open_in_waha": "",
|
|
2785
2799
|
"passcode_set": "Passwort festgelegt!",
|
|
2786
2800
|
"people_shared_last_week": "",
|
|
2787
2801
|
"percent_available": "{percent}% verfügbar",
|
|
@@ -3059,6 +3073,7 @@
|
|
|
3059
3073
|
"filter_articles": "Filter Articles",
|
|
3060
3074
|
"filter_micro_lessons": "Filter Micro Lessons",
|
|
3061
3075
|
"finish": "Finish",
|
|
3076
|
+
"finish_signing_in": "Finish signing in",
|
|
3062
3077
|
"font_size": "Font Size",
|
|
3063
3078
|
"foundations": "Foundations",
|
|
3064
3079
|
"get_started_foundations": "Get started with foundations",
|
|
@@ -3201,6 +3216,7 @@
|
|
|
3201
3216
|
"onboarding_dbs_intro_heading": "Let's discover God's truth about this",
|
|
3202
3217
|
"onboarding_invite_group_body": "Do you know anyone who would also like to discover God’s word in this app like you did?",
|
|
3203
3218
|
"onboarding_invite_group_heading": "You just did your first Discovery Bible Study! Transformation occurs when you do it with others.",
|
|
3219
|
+
"open_in_waha": "Open in Waha",
|
|
3204
3220
|
"passcode_set": "Passcode set!",
|
|
3205
3221
|
"people_shared_last_week": "{count} people shared last week",
|
|
3206
3222
|
"percent_available": "{percent}% available",
|
|
@@ -3450,7 +3466,7 @@
|
|
|
3450
3466
|
"close": "Cerrar",
|
|
3451
3467
|
"confirm": "Confirmar",
|
|
3452
3468
|
"confirm_passcode": "Confirma tu contraseña",
|
|
3453
|
-
"connect_to_continue": "No hay conexión. Conéctate a Internet para continuar.",
|
|
3469
|
+
"connect_to_continue": "No hay conexión. Conéctate a Internet para continuar la descarga.",
|
|
3454
3470
|
"contact_us": "Contácto",
|
|
3455
3471
|
"continue": "Continuar",
|
|
3456
3472
|
"contribute": "Colabora",
|
|
@@ -3478,6 +3494,7 @@
|
|
|
3478
3494
|
"filter_articles": "Filtrar Artículos",
|
|
3479
3495
|
"filter_micro_lessons": "Filtrar microlecciones",
|
|
3480
3496
|
"finish": "Finalizar",
|
|
3497
|
+
"finish_signing_in": "",
|
|
3481
3498
|
"font_size": "Tamaño de la fuente",
|
|
3482
3499
|
"foundations": "Fundamentos",
|
|
3483
3500
|
"get_started_foundations": "Empieza con la bases",
|
|
@@ -3620,6 +3637,7 @@
|
|
|
3620
3637
|
"onboarding_dbs_intro_heading": "",
|
|
3621
3638
|
"onboarding_invite_group_body": "",
|
|
3622
3639
|
"onboarding_invite_group_heading": "",
|
|
3640
|
+
"open_in_waha": "",
|
|
3623
3641
|
"passcode_set": "¡Contraseña establecida!",
|
|
3624
3642
|
"people_shared_last_week": "",
|
|
3625
3643
|
"percent_available": "{percent}% disponible",
|
|
@@ -3869,7 +3887,7 @@
|
|
|
3869
3887
|
"close": "Fermer",
|
|
3870
3888
|
"confirm": "Confirmer",
|
|
3871
3889
|
"confirm_passcode": "Confirmer votre code d'accès",
|
|
3872
|
-
"connect_to_continue": "Pas de connexion. Connectez-vous à
|
|
3890
|
+
"connect_to_continue": "Pas de connexion. Connectez-vous à l'internet pour poursuivre le téléchargement.",
|
|
3873
3891
|
"contact_us": "Contactez-nous",
|
|
3874
3892
|
"continue": "Continuer",
|
|
3875
3893
|
"contribute": "Contribuer",
|
|
@@ -3897,6 +3915,7 @@
|
|
|
3897
3915
|
"filter_articles": "Filtrer les articles",
|
|
3898
3916
|
"filter_micro_lessons": "Filtrer les micro-leçons",
|
|
3899
3917
|
"finish": "Terminer",
|
|
3918
|
+
"finish_signing_in": "",
|
|
3900
3919
|
"font_size": "Taille de la police",
|
|
3901
3920
|
"foundations": "Fondations",
|
|
3902
3921
|
"get_started_foundations": "Commencez avec les fondations",
|
|
@@ -4039,6 +4058,7 @@
|
|
|
4039
4058
|
"onboarding_dbs_intro_heading": "",
|
|
4040
4059
|
"onboarding_invite_group_body": "",
|
|
4041
4060
|
"onboarding_invite_group_heading": "",
|
|
4061
|
+
"open_in_waha": "",
|
|
4042
4062
|
"passcode_set": "Code d'accès défini!",
|
|
4043
4063
|
"people_shared_last_week": "",
|
|
4044
4064
|
"percent_available": "{percent}% disponible",
|
|
@@ -4288,7 +4308,7 @@
|
|
|
4288
4308
|
"close": "Rufe",
|
|
4289
4309
|
"confirm": "Tabbatar",
|
|
4290
4310
|
"confirm_passcode": "Tabbatar da lambarka ta wucewa",
|
|
4291
|
-
"connect_to_continue": "Babu haɗi. Haɗa zuwa intanet don ci gaba.",
|
|
4311
|
+
"connect_to_continue": "Babu haɗi. Haɗa zuwa intanet don ci gaba da saukewa.",
|
|
4292
4312
|
"contact_us": "Tuntuɓe Mu",
|
|
4293
4313
|
"continue": "Ci gaba",
|
|
4294
4314
|
"contribute": "Ba da gudummawa",
|
|
@@ -4316,6 +4336,7 @@
|
|
|
4316
4336
|
"filter_articles": "Tace Maqalla",
|
|
4317
4337
|
"filter_micro_lessons": "Tace Gajerun Darussa",
|
|
4318
4338
|
"finish": "Gama",
|
|
4339
|
+
"finish_signing_in": "",
|
|
4319
4340
|
"font_size": "Girman Rubutu",
|
|
4320
4341
|
"foundations": "Tushe",
|
|
4321
4342
|
"get_started_foundations": "Fara da tushe",
|
|
@@ -4458,6 +4479,7 @@
|
|
|
4458
4479
|
"onboarding_dbs_intro_heading": "",
|
|
4459
4480
|
"onboarding_invite_group_body": "",
|
|
4460
4481
|
"onboarding_invite_group_heading": "",
|
|
4482
|
+
"open_in_waha": "",
|
|
4461
4483
|
"passcode_set": "An saita lambar sirri!",
|
|
4462
4484
|
"people_shared_last_week": "",
|
|
4463
4485
|
"percent_available": "{percent}% a samu",
|
|
@@ -4707,7 +4729,7 @@
|
|
|
4707
4729
|
"close": "סגירה",
|
|
4708
4730
|
"confirm": "אישור",
|
|
4709
4731
|
"confirm_passcode": "אשרו את קוד הכניסה",
|
|
4710
|
-
"connect_to_continue": "אין
|
|
4732
|
+
"connect_to_continue": "אין חיבור לאינטרנט. התחבר לאינטרנט כדי להמשיך בהורדה.",
|
|
4711
4733
|
"contact_us": "צרו קשר",
|
|
4712
4734
|
"continue": "המשך",
|
|
4713
4735
|
"contribute": "תרומה",
|
|
@@ -4735,6 +4757,7 @@
|
|
|
4735
4757
|
"filter_articles": "סינון מאמרים",
|
|
4736
4758
|
"filter_micro_lessons": "סנן שיעורי מיקרו",
|
|
4737
4759
|
"finish": "סיום",
|
|
4760
|
+
"finish_signing_in": "",
|
|
4738
4761
|
"font_size": "גודל גופן",
|
|
4739
4762
|
"foundations": "יסודות",
|
|
4740
4763
|
"get_started_foundations": "להתחיל ביסודות",
|
|
@@ -4877,6 +4900,7 @@
|
|
|
4877
4900
|
"onboarding_dbs_intro_heading": "",
|
|
4878
4901
|
"onboarding_invite_group_body": "",
|
|
4879
4902
|
"onboarding_invite_group_heading": "",
|
|
4903
|
+
"open_in_waha": "",
|
|
4880
4904
|
"passcode_set": "קוד הכניסה הוגדר!",
|
|
4881
4905
|
"people_shared_last_week": "",
|
|
4882
4906
|
"percent_available": "{percent}% זמין",
|
|
@@ -5126,7 +5150,7 @@
|
|
|
5126
5150
|
"close": "बंद",
|
|
5127
5151
|
"confirm": "पुष्टि करना",
|
|
5128
5152
|
"confirm_passcode": "अपने पासकोड की पुष्टि करें",
|
|
5129
|
-
"connect_to_continue": "कोई कनेक्शन नहीं। जारी रखने के लिए इंटरनेट से कनेक्ट करें।",
|
|
5153
|
+
"connect_to_continue": "कोई कनेक्शन नहीं। डाउनलोड जारी रखने के लिए इंटरनेट से कनेक्ट करें।",
|
|
5130
5154
|
"contact_us": "हमें संपर्क करें",
|
|
5131
5155
|
"continue": "जारी रखें",
|
|
5132
5156
|
"contribute": "योगदान देना",
|
|
@@ -5154,6 +5178,7 @@
|
|
|
5154
5178
|
"filter_articles": "फिल्टर लेख",
|
|
5155
5179
|
"filter_micro_lessons": "माइक्रो पाठ फ़िल्टर करें",
|
|
5156
5180
|
"finish": "समाप्त",
|
|
5181
|
+
"finish_signing_in": "",
|
|
5157
5182
|
"font_size": "फ़ॉन्ट आकार",
|
|
5158
5183
|
"foundations": "नींव",
|
|
5159
5184
|
"get_started_foundations": "नींव के साथ शुरुआत करें",
|
|
@@ -5296,6 +5321,7 @@
|
|
|
5296
5321
|
"onboarding_dbs_intro_heading": "आइए, इस बारे में परमेश्वर के सत्य को प्रकट करें",
|
|
5297
5322
|
"onboarding_invite_group_body": "क्या आप किसी ऐसे व्यक्ति को जानते हैं जो आपकी तरह ही इस ऐप में परमेश्वर के वचन को प्रकट करना चाहेगा?",
|
|
5298
5323
|
"onboarding_invite_group_heading": "आपने अभी अपना पहला डिस्कवरी बाइबिल अध्ययन किया है! परिवर्तन तब होता है जब आप इसे दूसरों के साथ मिलकर करते हैं।",
|
|
5324
|
+
"open_in_waha": "",
|
|
5299
5325
|
"passcode_set": "पासकोड सेट हो चुका है!",
|
|
5300
5326
|
"people_shared_last_week": "पिछले सप्ताह {count} लोगों ने साझा किया",
|
|
5301
5327
|
"percent_available": "{percent}% उपलब्ध",
|
|
@@ -5545,7 +5571,7 @@
|
|
|
5545
5571
|
"close": "Bezárás",
|
|
5546
5572
|
"confirm": "Megerősítés",
|
|
5547
5573
|
"confirm_passcode": "Jelszó megerősítése",
|
|
5548
|
-
"connect_to_continue": "Nincs kapcsolat. A
|
|
5574
|
+
"connect_to_continue": "Nincs kapcsolat. A letöltés folytatásához csatlakozzon az internethez.",
|
|
5549
5575
|
"contact_us": "Kapcsolat",
|
|
5550
5576
|
"continue": "Folytatás",
|
|
5551
5577
|
"contribute": "Hozzájárulás",
|
|
@@ -5573,6 +5599,7 @@
|
|
|
5573
5599
|
"filter_articles": "Cikkek szűrése",
|
|
5574
5600
|
"filter_micro_lessons": "Mikroleckék szűrése",
|
|
5575
5601
|
"finish": "Befejezés",
|
|
5602
|
+
"finish_signing_in": "",
|
|
5576
5603
|
"font_size": "Betűméret",
|
|
5577
5604
|
"foundations": "Alapok",
|
|
5578
5605
|
"get_started_foundations": "Kezdd az alapokkal",
|
|
@@ -5715,6 +5742,7 @@
|
|
|
5715
5742
|
"onboarding_dbs_intro_heading": "",
|
|
5716
5743
|
"onboarding_invite_group_body": "",
|
|
5717
5744
|
"onboarding_invite_group_heading": "",
|
|
5745
|
+
"open_in_waha": "",
|
|
5718
5746
|
"passcode_set": "Jelkód beállítva!",
|
|
5719
5747
|
"people_shared_last_week": "",
|
|
5720
5748
|
"percent_available": "{percent}% elérhető",
|
|
@@ -5964,7 +5992,7 @@
|
|
|
5964
5992
|
"close": "Փակե՜լ",
|
|
5965
5993
|
"confirm": "Հաստատե՜լ",
|
|
5966
5994
|
"confirm_passcode": "Հաստատեք ձեր Գաղտնաբառը",
|
|
5967
|
-
"connect_to_continue": "Կապ
|
|
5995
|
+
"connect_to_continue": "Կապ չկա: Ներբեռնումը շարունակելու համար համացանցին միացեք:",
|
|
5968
5996
|
"contact_us": "Կապվեք Մեզ Հետ",
|
|
5969
5997
|
"continue": "Շարունակե՜լ",
|
|
5970
5998
|
"contribute": "Նվիրաբերե՜լ",
|
|
@@ -5992,6 +6020,7 @@
|
|
|
5992
6020
|
"filter_articles": "Հոդվածները Զատել",
|
|
5993
6021
|
"filter_micro_lessons": "Զտել միկրոդասերը",
|
|
5994
6022
|
"finish": "Ավարտվել",
|
|
6023
|
+
"finish_signing_in": "",
|
|
5995
6024
|
"font_size": "Տառատեսակի Չափը",
|
|
5996
6025
|
"foundations": "Հիմքեր",
|
|
5997
6026
|
"get_started_foundations": "Սկսե՛ք հիմքում հետ",
|
|
@@ -6134,6 +6163,7 @@
|
|
|
6134
6163
|
"onboarding_dbs_intro_heading": "Եկեք բացահայտենք Աստծո ճշմարտությունն այս մասին",
|
|
6135
6164
|
"onboarding_invite_group_body": "Ճանաչո՞ւմ եք որևէ մեկին, ով նույնպես կցանկանար ձեզ պես բացահայտել Աստծո խոսքն այս հավելվածում:",
|
|
6136
6165
|
"onboarding_invite_group_heading": "Դուք հենց նոր անցկացրիք ձեր առաջին Աստվածաշնչի Բացահայտողական Ուսումնասիրությունը: Վերափոխումը տեղի է ունենում, երբ դա անում եք ուրիշների հետ։",
|
|
6166
|
+
"open_in_waha": "",
|
|
6137
6167
|
"passcode_set": "Գաղտնաբառը սահմանված է՜։",
|
|
6138
6168
|
"people_shared_last_week": "Անցյալ շաբաթ կիսվել է {count} մարդ",
|
|
6139
6169
|
"percent_available": "{percent}% հասանելի",
|
|
@@ -6383,7 +6413,7 @@
|
|
|
6383
6413
|
"close": "Tutup",
|
|
6384
6414
|
"confirm": "Konfirmasi",
|
|
6385
6415
|
"confirm_passcode": "Konfirmasi kode akses kamu",
|
|
6386
|
-
"connect_to_continue": "
|
|
6416
|
+
"connect_to_continue": "Tidak ada koneksi. Hubungkan ke internet untuk melanjutkan unduhan.",
|
|
6387
6417
|
"contact_us": "Hubungi Kami",
|
|
6388
6418
|
"continue": "Lanjutkan",
|
|
6389
6419
|
"contribute": "Berkontribusi",
|
|
@@ -6411,6 +6441,7 @@
|
|
|
6411
6441
|
"filter_articles": "Saring Artikel",
|
|
6412
6442
|
"filter_micro_lessons": "Filter Papelajahan Mikro",
|
|
6413
6443
|
"finish": "Puput",
|
|
6444
|
+
"finish_signing_in": "",
|
|
6414
6445
|
"font_size": "Ukuran huruf",
|
|
6415
6446
|
"foundations": "Dasar",
|
|
6416
6447
|
"get_started_foundations": "Mulailah dengan dasar-dasar",
|
|
@@ -6553,6 +6584,7 @@
|
|
|
6553
6584
|
"onboarding_dbs_intro_heading": "",
|
|
6554
6585
|
"onboarding_invite_group_body": "",
|
|
6555
6586
|
"onboarding_invite_group_heading": "",
|
|
6587
|
+
"open_in_waha": "",
|
|
6556
6588
|
"passcode_set": "Kode Akses telah diatur!",
|
|
6557
6589
|
"people_shared_last_week": "",
|
|
6558
6590
|
"percent_available": "{percent}% tersedia",
|
|
@@ -6802,7 +6834,7 @@
|
|
|
6802
6834
|
"close": "終了",
|
|
6803
6835
|
"confirm": "確認",
|
|
6804
6836
|
"confirm_passcode": "パスコードを確認してください",
|
|
6805
|
-
"connect_to_continue": "
|
|
6837
|
+
"connect_to_continue": "接続されていません。ダウンロードを続行するにはインターネットに接続してください。",
|
|
6806
6838
|
"contact_us": "お問い合わせ",
|
|
6807
6839
|
"continue": "次へ",
|
|
6808
6840
|
"contribute": "貢献する",
|
|
@@ -6830,6 +6862,7 @@
|
|
|
6830
6862
|
"filter_articles": "記事にフィルターをかける",
|
|
6831
6863
|
"filter_micro_lessons": "マイクロレッスンを絞り込む",
|
|
6832
6864
|
"finish": "完了",
|
|
6865
|
+
"finish_signing_in": "",
|
|
6833
6866
|
"font_size": "文字サイズ",
|
|
6834
6867
|
"foundations": "基礎",
|
|
6835
6868
|
"get_started_foundations": "基礎ストーリー セットから始めましょう",
|
|
@@ -6972,6 +7005,7 @@
|
|
|
6972
7005
|
"onboarding_dbs_intro_heading": "",
|
|
6973
7006
|
"onboarding_invite_group_body": "",
|
|
6974
7007
|
"onboarding_invite_group_heading": "",
|
|
7008
|
+
"open_in_waha": "",
|
|
6975
7009
|
"passcode_set": "パスコードを設定しました!",
|
|
6976
7010
|
"people_shared_last_week": "",
|
|
6977
7011
|
"percent_available": "{percent}% 利用可能",
|
|
@@ -7221,7 +7255,7 @@
|
|
|
7221
7255
|
"close": "បិទ",
|
|
7222
7256
|
"confirm": "បញ្ជាក់",
|
|
7223
7257
|
"confirm_passcode": "បញ្ជាក់លេខកូដសម្ងាត់របស់លោកអ្នក",
|
|
7224
|
-
"connect_to_continue": "
|
|
7258
|
+
"connect_to_continue": "គ្មានការតភ្ជាប់. ភ្ជាប់ទៅអ៊ីនធឺណិតដើម្បីបន្តទាញយក។",
|
|
7225
7259
|
"contact_us": "សូមទាក់ទងយើង",
|
|
7226
7260
|
"continue": "បន្ត",
|
|
7227
7261
|
"contribute": "បរិច្ចាគ",
|
|
@@ -7249,6 +7283,7 @@
|
|
|
7249
7283
|
"filter_articles": "ត្រងអត្ថបទ",
|
|
7250
7284
|
"filter_micro_lessons": "ត្រងមេរៀនខ្លីៗ",
|
|
7251
7285
|
"finish": "បញ្ចប់",
|
|
7286
|
+
"finish_signing_in": "",
|
|
7252
7287
|
"font_size": "ទំហំអក្សរ",
|
|
7253
7288
|
"foundations": "មូលដ្ឋានគ្រឹះ",
|
|
7254
7289
|
"get_started_foundations": "ចាប់ផ្ដើមជាមួយមូលដ្ឋានគ្រឹះ",
|
|
@@ -7391,6 +7426,7 @@
|
|
|
7391
7426
|
"onboarding_dbs_intro_heading": "",
|
|
7392
7427
|
"onboarding_invite_group_body": "",
|
|
7393
7428
|
"onboarding_invite_group_heading": "",
|
|
7429
|
+
"open_in_waha": "",
|
|
7394
7430
|
"passcode_set": "លេខកូដសម្ងាត់បានកំណត់!",
|
|
7395
7431
|
"people_shared_last_week": "",
|
|
7396
7432
|
"percent_available": "{percent}% មាន",
|
|
@@ -7640,7 +7676,7 @@
|
|
|
7640
7676
|
"close": "닫기",
|
|
7641
7677
|
"confirm": "확인",
|
|
7642
7678
|
"confirm_passcode": "비밀번호 재확인",
|
|
7643
|
-
"connect_to_continue": "인터넷에 연결되지 않았습니다. 계속하려면 인터넷에 연결하세요.",
|
|
7679
|
+
"connect_to_continue": "인터넷에 연결되지 않았습니다. 다운로드를 계속하려면 인터넷에 연결하세요.",
|
|
7644
7680
|
"contact_us": "문의하기",
|
|
7645
7681
|
"continue": "계속",
|
|
7646
7682
|
"contribute": "기부",
|
|
@@ -7668,6 +7704,7 @@
|
|
|
7668
7704
|
"filter_articles": "문서 걸러내기",
|
|
7669
7705
|
"filter_micro_lessons": "미니 수업 필터",
|
|
7670
7706
|
"finish": "완료",
|
|
7707
|
+
"finish_signing_in": "",
|
|
7671
7708
|
"font_size": "글꼴 크기",
|
|
7672
7709
|
"foundations": "기초",
|
|
7673
7710
|
"get_started_foundations": "기초과정 시작하기",
|
|
@@ -7810,6 +7847,7 @@
|
|
|
7810
7847
|
"onboarding_dbs_intro_heading": "이에 대한 하나님의 진리를 탐험해 봅시다",
|
|
7811
7848
|
"onboarding_invite_group_body": "여러분처럼 이 앱을 통해 하나님의 말씀을 탐험하고 싶어 하는 사람을 알고 계신가요?",
|
|
7812
7849
|
"onboarding_invite_group_heading": "방금 첫 말씀탐험 성경공부를 마치셨습니다! 다른 사람들과 함께할 때 진정한 변화가 일어납니다.",
|
|
7850
|
+
"open_in_waha": "",
|
|
7813
7851
|
"passcode_set": "암호 설정 완료!",
|
|
7814
7852
|
"people_shared_last_week": "지난주에 {count}명이 공유했습니다",
|
|
7815
7853
|
"percent_available": "{percent}% 사용 가능",
|
|
@@ -8059,7 +8097,7 @@
|
|
|
8059
8097
|
"close": "बंद",
|
|
8060
8098
|
"confirm": "पुष्टी करा",
|
|
8061
8099
|
"confirm_passcode": "आपल्या पासकोडची पुष्टी करा",
|
|
8062
|
-
"connect_to_continue": "कनेक्शन नाही.
|
|
8100
|
+
"connect_to_continue": "कनेक्शन नाही. डाउनलोड चालू ठेवण्यासाठी इंटरनेट कनेक्ट करा.",
|
|
8063
8101
|
"contact_us": "आमच्याशी संपर्क साधा",
|
|
8064
8102
|
"continue": "जारी रखें",
|
|
8065
8103
|
"contribute": "योगदान द्या",
|
|
@@ -8087,6 +8125,7 @@
|
|
|
8087
8125
|
"filter_articles": "लेख फिल्टर करा",
|
|
8088
8126
|
"filter_micro_lessons": "सूक्ष्म धडे फिल्टर करा",
|
|
8089
8127
|
"finish": "पूर्ण करा",
|
|
8128
|
+
"finish_signing_in": "",
|
|
8090
8129
|
"font_size": "अक्षराचा आकार",
|
|
8091
8130
|
"foundations": "पाया",
|
|
8092
8131
|
"get_started_foundations": "फाउंडेशनसह प्रारंभ करा",
|
|
@@ -8229,6 +8268,7 @@
|
|
|
8229
8268
|
"onboarding_dbs_intro_heading": "",
|
|
8230
8269
|
"onboarding_invite_group_body": "",
|
|
8231
8270
|
"onboarding_invite_group_heading": "",
|
|
8271
|
+
"open_in_waha": "",
|
|
8232
8272
|
"passcode_set": "पासकोड सेट!",
|
|
8233
8273
|
"people_shared_last_week": "",
|
|
8234
8274
|
"percent_available": "{percent}% उपलब्ध",
|
|
@@ -8478,7 +8518,7 @@
|
|
|
8478
8518
|
"close": "Hidio",
|
|
8479
8519
|
"confirm": "Hamafiso",
|
|
8480
8520
|
"confirm_passcode": "Hamafiso ny isa miafina",
|
|
8481
|
-
"connect_to_continue": "Tsy misy fifandraisana. Mifandraisa amin'ny aterineto raha hitohy
|
|
8521
|
+
"connect_to_continue": "Tsy misy fifandraisana. Mifandraisa amin'ny aterineto raha hitohy hisintona",
|
|
8482
8522
|
"contact_us": "Mifandraisa aminay",
|
|
8483
8523
|
"continue": "Tohizo",
|
|
8484
8524
|
"contribute": "Mandraisa anjara",
|
|
@@ -8506,6 +8546,7 @@
|
|
|
8506
8546
|
"filter_articles": "Sivano ny lahasoratra",
|
|
8507
8547
|
"filter_micro_lessons": "Hidita Lesona Fohy",
|
|
8508
8548
|
"finish": "Vita",
|
|
8549
|
+
"finish_signing_in": "",
|
|
8509
8550
|
"font_size": "Haben'ny soratra ",
|
|
8510
8551
|
"foundations": "Fototra",
|
|
8511
8552
|
"get_started_foundations": "Atombohy any amin'ny fototra",
|
|
@@ -8648,6 +8689,7 @@
|
|
|
8648
8689
|
"onboarding_dbs_intro_heading": "Ndao isika hamantatra ny fahamarinan'Andriamanitra momba izany",
|
|
8649
8690
|
"onboarding_invite_group_body": "Misy fantatrao ve olona mety maniry hamantatra ny tenin'Andriamanitra ato amin'ity fampiharana ity tahaka izay nataonao?",
|
|
8650
8691
|
"onboarding_invite_group_heading": "Vao avy nanao ny Fianarana Baiboly Famantaran-javatra voalohany ianao! Mitranga ny fiovana rehefa miara-manao izany amin'ny hafa ianao.",
|
|
8692
|
+
"open_in_waha": "",
|
|
8651
8693
|
"passcode_set": "Tafiditra ny teny miafina",
|
|
8652
8694
|
"people_shared_last_week": "{count} olona no nizara tamin'ny herinandro lasa",
|
|
8653
8695
|
"percent_available": "{percent}%no azo ampiasaina",
|
|
@@ -8897,7 +8939,7 @@
|
|
|
8897
8939
|
"close": "Хаах",
|
|
8898
8940
|
"confirm": "Батлах",
|
|
8899
8941
|
"confirm_passcode": "Нууц код батлах",
|
|
8900
|
-
"connect_to_continue": "Холболт байхгүй байна.
|
|
8942
|
+
"connect_to_continue": "Холболт байхгүй байна. Үргэлжлүүлэн татаж авахын тулд интернэтэд холбогдоно уу.",
|
|
8901
8943
|
"contact_us": "Бидэнтэй холбоо барих",
|
|
8902
8944
|
"continue": "Үргэлжлүүлэх",
|
|
8903
8945
|
"contribute": "Хувь нэмэр оруулах",
|
|
@@ -8925,6 +8967,7 @@
|
|
|
8925
8967
|
"filter_articles": "Нийтлэлүүдийг шүүж харах",
|
|
8926
8968
|
"filter_micro_lessons": "Бичил хичээлүүдийг шүүх",
|
|
8927
8969
|
"finish": "Дуусгах",
|
|
8970
|
+
"finish_signing_in": "",
|
|
8928
8971
|
"font_size": "Үсгийн хэмжээ",
|
|
8929
8972
|
"foundations": "Үндсэн суурь",
|
|
8930
8973
|
"get_started_foundations": "Үндсэн сууриудаас эхлэх",
|
|
@@ -9067,6 +9110,7 @@
|
|
|
9067
9110
|
"onboarding_dbs_intro_heading": "Энэ талаарх Бурханы үнэнийг олж мэдэцгээе",
|
|
9068
9111
|
"onboarding_invite_group_body": "Тантай адил энэ апп-аас Бурханы үгийг таньж мэдэхийг хүсэх хүнийг та мэдэх үү?",
|
|
9069
9112
|
"onboarding_invite_group_heading": "Та сая анхныхаа Нарийвчилсан Библи Судлал-г хийлээ! Үүнийг бусадтай хамт хийх үед өөрчлөлт гардаг.",
|
|
9113
|
+
"open_in_waha": "",
|
|
9070
9114
|
"passcode_set": "Нууц код тохируулагдлаа!",
|
|
9071
9115
|
"people_shared_last_week": "Өнгөрсөн долоо хоногт {count} хүн хуваалцсан байна",
|
|
9072
9116
|
"percent_available": "{percent}% боломжтой",
|
|
@@ -9316,7 +9360,7 @@
|
|
|
9316
9360
|
"close": "ပိတ်မည်။",
|
|
9317
9361
|
"confirm": "အတည်ပြုမည်။",
|
|
9318
9362
|
"confirm_passcode": "လျှို့ဝှက်နံပါတ်ကိုအတည်ပြုပါ။",
|
|
9319
|
-
"connect_to_continue": "လိုင်းမရပါ။
|
|
9363
|
+
"connect_to_continue": "လိုင်းမရပါ။ ဒေါင်းလုဒ်ဆက်လုပ်ရန် အင်တာနက်ကိုချိတ်ပါ။",
|
|
9320
9364
|
"contact_us": "ဆက်သွယ်ရန်",
|
|
9321
9365
|
"continue": "ဆက်ရန်",
|
|
9322
9366
|
"contribute": "ပါဝင်ကူညီရန်",
|
|
@@ -9344,6 +9388,7 @@
|
|
|
9344
9388
|
"filter_articles": "ဆောင်းပါးများရွေးချယ်ရန်",
|
|
9345
9389
|
"filter_micro_lessons": "သင်ခန်းစာတိုများကို စစ်ထုတ်ရန်",
|
|
9346
9390
|
"finish": "ပြီးဆုံး",
|
|
9391
|
+
"finish_signing_in": "",
|
|
9347
9392
|
"font_size": "စာလုံးအရွယ်အစား",
|
|
9348
9393
|
"foundations": "အခြေခံအုတ်မြစ်",
|
|
9349
9394
|
"get_started_foundations": "အခြေခံသင်ခန်းစာများဖြင့် စတင်ရန်",
|
|
@@ -9486,6 +9531,7 @@
|
|
|
9486
9531
|
"onboarding_dbs_intro_heading": "",
|
|
9487
9532
|
"onboarding_invite_group_body": "",
|
|
9488
9533
|
"onboarding_invite_group_heading": "",
|
|
9534
|
+
"open_in_waha": "",
|
|
9489
9535
|
"passcode_set": "လျှို့ဝှက်နံပါတ်သတ်မှတ်ပြီးပြီ",
|
|
9490
9536
|
"people_shared_last_week": "",
|
|
9491
9537
|
"percent_available": "{percent}% ရရှိနိုင်ပါသည်",
|
|
@@ -9735,7 +9781,7 @@
|
|
|
9735
9781
|
"close": "Sluiten",
|
|
9736
9782
|
"confirm": "Bevestigen",
|
|
9737
9783
|
"confirm_passcode": "Bevestig je toegangscode",
|
|
9738
|
-
"connect_to_continue": "Geen verbinding. Maak verbinding met het internet om door te gaan.",
|
|
9784
|
+
"connect_to_continue": "Geen verbinding. Maak verbinding met het internet om door te gaan met downloaden.",
|
|
9739
9785
|
"contact_us": "Neem contact met ons op",
|
|
9740
9786
|
"continue": "Doorgaan",
|
|
9741
9787
|
"contribute": "Bijdragen",
|
|
@@ -9763,6 +9809,7 @@
|
|
|
9763
9809
|
"filter_articles": "Artikelen filteren",
|
|
9764
9810
|
"filter_micro_lessons": "Micro-lessen filteren",
|
|
9765
9811
|
"finish": "Voltooien",
|
|
9812
|
+
"finish_signing_in": "",
|
|
9766
9813
|
"font_size": "Lettergrootte",
|
|
9767
9814
|
"foundations": "Fundamenten",
|
|
9768
9815
|
"get_started_foundations": "Aan de slag met fundamenten",
|
|
@@ -9905,6 +9952,7 @@
|
|
|
9905
9952
|
"onboarding_dbs_intro_heading": "Laten we Gods waarheid hierover ontdekken.",
|
|
9906
9953
|
"onboarding_invite_group_body": "Ken je iemand die net als jij Gods woord met deze app zou willen ontdekken?",
|
|
9907
9954
|
"onboarding_invite_group_heading": "Je hebt zojuist je eerste Discovery Bijbelstudie gedaan! Echte groei vindt plaats wanneer je dit samen met anderen doet.",
|
|
9955
|
+
"open_in_waha": "",
|
|
9908
9956
|
"passcode_set": "Toegangscode ingesteld!",
|
|
9909
9957
|
"people_shared_last_week": "{count} mensen hebben vorige week gedeeld",
|
|
9910
9958
|
"percent_available": "{percent}% beschikbaar",
|
|
@@ -10154,7 +10202,7 @@
|
|
|
10154
10202
|
"close": "बन्द गर्नुहोस",
|
|
10155
10203
|
"confirm": "पुष्टि गर्नुहोस्",
|
|
10156
10204
|
"confirm_passcode": "तपाईंको पासकोड पुष्टि गर्नुहोस्",
|
|
10157
|
-
"connect_to_continue": "जोडिएको छैन। जारी राख्न इन्टरनेटमा
|
|
10205
|
+
"connect_to_continue": "जोडिएको छैन। डाउनलोड जारी राख्न इन्टरनेटमा जोडिनुहोस्।",
|
|
10158
10206
|
"contact_us": "हामीलाई सम्पर्क गर्नुहोस्",
|
|
10159
10207
|
"continue": "जारी राख्नुहोस्",
|
|
10160
10208
|
"contribute": "योगदान दिनुहोस्",
|
|
@@ -10182,6 +10230,7 @@
|
|
|
10182
10230
|
"filter_articles": "लेखहरू छान्नुहोस्",
|
|
10183
10231
|
"filter_micro_lessons": "सूक्ष्म पाठहरू फिल्टर गर्नुहोस्",
|
|
10184
10232
|
"finish": "समाप्त गर्नुहोस्",
|
|
10233
|
+
"finish_signing_in": "",
|
|
10185
10234
|
"font_size": "फन्ट साइज",
|
|
10186
10235
|
"foundations": "आधारहरू",
|
|
10187
10236
|
"get_started_foundations": "आधारहरूसंग सुरु गर्नुहोस्",
|
|
@@ -10324,6 +10373,7 @@
|
|
|
10324
10373
|
"onboarding_dbs_intro_heading": "",
|
|
10325
10374
|
"onboarding_invite_group_body": "",
|
|
10326
10375
|
"onboarding_invite_group_heading": "",
|
|
10376
|
+
"open_in_waha": "",
|
|
10327
10377
|
"passcode_set": "पासकोड सेट!",
|
|
10328
10378
|
"people_shared_last_week": "",
|
|
10329
10379
|
"percent_available": "{percent}% उपलब्ध",
|
|
@@ -10573,7 +10623,7 @@
|
|
|
10573
10623
|
"close": "ببندید",
|
|
10574
10624
|
"confirm": "تأیید کنید",
|
|
10575
10625
|
"confirm_passcode": "گذرواژه را تایید کنید",
|
|
10576
|
-
"connect_to_continue": "اتصال برقرار نیست. برای ادامه به اینترنت متصل شوید.",
|
|
10626
|
+
"connect_to_continue": "اتصال برقرار نیست. برای ادامه دانلود به اینترنت متصل شوید.",
|
|
10577
10627
|
"contact_us": "با ما تماس بگیرید",
|
|
10578
10628
|
"continue": "ادامه دهید",
|
|
10579
10629
|
"contribute": "مشارکت",
|
|
@@ -10601,6 +10651,7 @@
|
|
|
10601
10651
|
"filter_articles": "فیلتر مقالات",
|
|
10602
10652
|
"filter_micro_lessons": "فیلتر ریزدرسها",
|
|
10603
10653
|
"finish": "پایان",
|
|
10654
|
+
"finish_signing_in": "",
|
|
10604
10655
|
"font_size": "اندازۀ حروف",
|
|
10605
10656
|
"foundations": "مبانی",
|
|
10606
10657
|
"get_started_foundations": "با مبانی شروع کنید",
|
|
@@ -10743,6 +10794,7 @@
|
|
|
10743
10794
|
"onboarding_dbs_intro_heading": "",
|
|
10744
10795
|
"onboarding_invite_group_body": "",
|
|
10745
10796
|
"onboarding_invite_group_heading": "",
|
|
10797
|
+
"open_in_waha": "",
|
|
10746
10798
|
"passcode_set": "تنظیم گذرواژه!",
|
|
10747
10799
|
"people_shared_last_week": "",
|
|
10748
10800
|
"percent_available": "{percent}٪ موجود",
|
|
@@ -10992,7 +11044,7 @@
|
|
|
10992
11044
|
"close": "Fechar",
|
|
10993
11045
|
"confirm": "Confirmar",
|
|
10994
11046
|
"confirm_passcode": "Confirme sua senha",
|
|
10995
|
-
"connect_to_continue": "Sem ligação. Ligue-se à Internet para continuar.",
|
|
11047
|
+
"connect_to_continue": "Sem ligação. Ligue-se à Internet para continuar a transferência.",
|
|
10996
11048
|
"contact_us": "Contate-nos",
|
|
10997
11049
|
"continue": "Continuar",
|
|
10998
11050
|
"contribute": "Contribuir",
|
|
@@ -11020,6 +11072,7 @@
|
|
|
11020
11072
|
"filter_articles": "Filtrar Artigos",
|
|
11021
11073
|
"filter_micro_lessons": "Filtrar Microlições",
|
|
11022
11074
|
"finish": "Concluir",
|
|
11075
|
+
"finish_signing_in": "",
|
|
11023
11076
|
"font_size": "Tamanho da fonte",
|
|
11024
11077
|
"foundations": "Fundamentos",
|
|
11025
11078
|
"get_started_foundations": "Comece com Fundamentos",
|
|
@@ -11162,6 +11215,7 @@
|
|
|
11162
11215
|
"onboarding_dbs_intro_heading": "",
|
|
11163
11216
|
"onboarding_invite_group_body": "",
|
|
11164
11217
|
"onboarding_invite_group_heading": "",
|
|
11218
|
+
"open_in_waha": "",
|
|
11165
11219
|
"passcode_set": "Senha ativada!",
|
|
11166
11220
|
"people_shared_last_week": "",
|
|
11167
11221
|
"percent_available": "{percent}% disponível",
|
|
@@ -11411,7 +11465,7 @@
|
|
|
11411
11465
|
"close": "Închide",
|
|
11412
11466
|
"confirm": "Confirmare",
|
|
11413
11467
|
"confirm_passcode": "Confirmați codul de acces",
|
|
11414
|
-
"connect_to_continue": "Nu există conexiune. Conectați-vă la internet pentru a continua.",
|
|
11468
|
+
"connect_to_continue": "Nu există conexiune. Conectați-vă la internet pentru a continua descărcarea.",
|
|
11415
11469
|
"contact_us": "Contactează-ne",
|
|
11416
11470
|
"continue": "Continuă",
|
|
11417
11471
|
"contribute": "Contribuiți",
|
|
@@ -11439,6 +11493,7 @@
|
|
|
11439
11493
|
"filter_articles": "Filtrează Articole",
|
|
11440
11494
|
"filter_micro_lessons": "Filtrează microlecțiile",
|
|
11441
11495
|
"finish": "Finalizează",
|
|
11496
|
+
"finish_signing_in": "",
|
|
11442
11497
|
"font_size": "Mărimea fontului",
|
|
11443
11498
|
"foundations": "Fundații",
|
|
11444
11499
|
"get_started_foundations": "Începe cu temelia",
|
|
@@ -11581,6 +11636,7 @@
|
|
|
11581
11636
|
"onboarding_dbs_intro_heading": "",
|
|
11582
11637
|
"onboarding_invite_group_body": "",
|
|
11583
11638
|
"onboarding_invite_group_heading": "",
|
|
11639
|
+
"open_in_waha": "",
|
|
11584
11640
|
"passcode_set": "Setare cod de acces!",
|
|
11585
11641
|
"people_shared_last_week": "",
|
|
11586
11642
|
"percent_available": "{percent}% disponibil",
|
|
@@ -11830,7 +11886,7 @@
|
|
|
11830
11886
|
"close": "Закрыть",
|
|
11831
11887
|
"confirm": "Подтвердить",
|
|
11832
11888
|
"confirm_passcode": "Подтвердите код доступа",
|
|
11833
|
-
"connect_to_continue": "Нет соединения. Подключитесь к
|
|
11889
|
+
"connect_to_continue": "Нет соединения. Подключитесь к Интернету, чтобы продолжить загрузку.",
|
|
11834
11890
|
"contact_us": "Связаться с нами",
|
|
11835
11891
|
"continue": "Продолжить",
|
|
11836
11892
|
"contribute": "Помочь",
|
|
@@ -11858,6 +11914,7 @@
|
|
|
11858
11914
|
"filter_articles": "Фильтр статей",
|
|
11859
11915
|
"filter_micro_lessons": "Фильтр микроуроков",
|
|
11860
11916
|
"finish": "Завершить",
|
|
11917
|
+
"finish_signing_in": "",
|
|
11861
11918
|
"font_size": "Размер шрифта",
|
|
11862
11919
|
"foundations": "Основы",
|
|
11863
11920
|
"get_started_foundations": "Начать с основ",
|
|
@@ -12000,6 +12057,7 @@
|
|
|
12000
12057
|
"onboarding_dbs_intro_heading": "",
|
|
12001
12058
|
"onboarding_invite_group_body": "",
|
|
12002
12059
|
"onboarding_invite_group_heading": "",
|
|
12060
|
+
"open_in_waha": "",
|
|
12003
12061
|
"passcode_set": "Код доступа установлен!",
|
|
12004
12062
|
"people_shared_last_week": "",
|
|
12005
12063
|
"percent_available": "Доступно {percent}%",
|
|
@@ -12249,7 +12307,7 @@
|
|
|
12249
12307
|
"close": "Cerrar",
|
|
12250
12308
|
"confirm": "Confirmar",
|
|
12251
12309
|
"confirm_passcode": "Confirma tu contraseña",
|
|
12252
|
-
"connect_to_continue": "No hay conexión. Conéctate a Internet para continuar.",
|
|
12310
|
+
"connect_to_continue": "No hay conexión. Conéctate a Internet para continuar la descarga.",
|
|
12253
12311
|
"contact_us": "Contáctanos",
|
|
12254
12312
|
"continue": "Continuar",
|
|
12255
12313
|
"contribute": "Sé parte",
|
|
@@ -12277,6 +12335,7 @@
|
|
|
12277
12335
|
"filter_articles": "Filtrar Artículos",
|
|
12278
12336
|
"filter_micro_lessons": "Filtrar microlecciones",
|
|
12279
12337
|
"finish": "Finalizar",
|
|
12338
|
+
"finish_signing_in": "Finalizar inicio de sesión",
|
|
12280
12339
|
"font_size": "Tamaño de la fuente",
|
|
12281
12340
|
"foundations": "Cimientos",
|
|
12282
12341
|
"get_started_foundations": "Empieza con los cimientos",
|
|
@@ -12419,6 +12478,7 @@
|
|
|
12419
12478
|
"onboarding_dbs_intro_heading": "Descubramos la verdad de Dios sobre esto",
|
|
12420
12479
|
"onboarding_invite_group_body": "¿Conoces a alguien a quien también le gustaría descubrir la Palabra de Dios en esta aplicación, tal como lo hiciste tú?",
|
|
12421
12480
|
"onboarding_invite_group_heading": "¡Acabas de realizar tu primer estudio bíblico de Descubrimiento! La transformación se produce cuando lo haces junto con otras personas.",
|
|
12481
|
+
"open_in_waha": "Abrir en Waha",
|
|
12422
12482
|
"passcode_set": "¡Contraseña establecida!",
|
|
12423
12483
|
"people_shared_last_week": "{count} compartieron la semana pasada",
|
|
12424
12484
|
"percent_available": "{percent}% disponible",
|
|
@@ -12668,7 +12728,7 @@
|
|
|
12668
12728
|
"close": "Stäng",
|
|
12669
12729
|
"confirm": "Bekräfta",
|
|
12670
12730
|
"confirm_passcode": "Bekräfta ditt lösenord",
|
|
12671
|
-
"connect_to_continue": "Ingen anslutning. Anslut till internet för att fortsätta.",
|
|
12731
|
+
"connect_to_continue": "Ingen anslutning. Anslut till internet för att fortsätta nedladdningen.",
|
|
12672
12732
|
"contact_us": "Kontakta oss",
|
|
12673
12733
|
"continue": "Fortsätt",
|
|
12674
12734
|
"contribute": "Bidra",
|
|
@@ -12696,6 +12756,7 @@
|
|
|
12696
12756
|
"filter_articles": "Filtrera artiklar",
|
|
12697
12757
|
"filter_micro_lessons": "Filtrera mikrolektioner",
|
|
12698
12758
|
"finish": "Slutför",
|
|
12759
|
+
"finish_signing_in": "",
|
|
12699
12760
|
"font_size": "Teckenstorlek",
|
|
12700
12761
|
"foundations": "Grunderna",
|
|
12701
12762
|
"get_started_foundations": "Kom igång med grunderna",
|
|
@@ -12838,6 +12899,7 @@
|
|
|
12838
12899
|
"onboarding_dbs_intro_heading": "Låt oss upptäcka Guds sanning om detta",
|
|
12839
12900
|
"onboarding_invite_group_body": "Känner du någon som också skulle vilja upptäcka Guds ord i den här appen, precis som du har gjort?",
|
|
12840
12901
|
"onboarding_invite_group_heading": "Du har precis gjort din första Discovery Bible Study! Förvandling sker när du gör det tillsammans med andra.",
|
|
12902
|
+
"open_in_waha": "",
|
|
12841
12903
|
"passcode_set": "Lösenkod inställd!",
|
|
12842
12904
|
"people_shared_last_week": "{count} personer delade förra veckan",
|
|
12843
12905
|
"percent_available": "{percent}% tillgängligt",
|
|
@@ -13087,7 +13149,7 @@
|
|
|
13087
13149
|
"close": "Funga",
|
|
13088
13150
|
"confirm": "Thibitisha",
|
|
13089
13151
|
"confirm_passcode": "Thibitisha nambari yako ya siri",
|
|
13090
|
-
"connect_to_continue": "Hakuna
|
|
13152
|
+
"connect_to_continue": "Hakuna mawasiliano ya intaneti itakayowezesha kupakua",
|
|
13091
13153
|
"contact_us": "Wasiliana nasi",
|
|
13092
13154
|
"continue": "Endelea",
|
|
13093
13155
|
"contribute": "Changia",
|
|
@@ -13115,6 +13177,7 @@
|
|
|
13115
13177
|
"filter_articles": "Chuja Makala",
|
|
13116
13178
|
"filter_micro_lessons": "Chuja Masomo Mafupi",
|
|
13117
13179
|
"finish": "Maliza",
|
|
13180
|
+
"finish_signing_in": "",
|
|
13118
13181
|
"font_size": "Ukubwa wa herufi",
|
|
13119
13182
|
"foundations": "Misingi",
|
|
13120
13183
|
"get_started_foundations": "Anza na misingi",
|
|
@@ -13257,6 +13320,7 @@
|
|
|
13257
13320
|
"onboarding_dbs_intro_heading": "",
|
|
13258
13321
|
"onboarding_invite_group_body": "",
|
|
13259
13322
|
"onboarding_invite_group_heading": "",
|
|
13323
|
+
"open_in_waha": "",
|
|
13260
13324
|
"passcode_set": "Nambari ya siri imewekwa!",
|
|
13261
13325
|
"people_shared_last_week": "",
|
|
13262
13326
|
"percent_available": "{percent}% inapatikana",
|
|
@@ -13506,7 +13570,7 @@
|
|
|
13506
13570
|
"close": "மூடு",
|
|
13507
13571
|
"confirm": "உறுதிப்படுத்து",
|
|
13508
13572
|
"confirm_passcode": "உங்கள் கடவுக்குறியீட்டை உறுதிப்படுத்தவும்",
|
|
13509
|
-
"connect_to_continue": "இணைப்பு இல்லை. தொடர இணையத்துடன் இணைக்கவும்.",
|
|
13573
|
+
"connect_to_continue": "இணைப்பு இல்லை. பதிவிறக்கத்தைத் தொடர இணையத்துடன் இணைக்கவும்.",
|
|
13510
13574
|
"contact_us": "எங்களைத் தொடர்புகொள்ள",
|
|
13511
13575
|
"continue": "தொடரவும்",
|
|
13512
13576
|
"contribute": "பங்களிக்கவும்",
|
|
@@ -13534,6 +13598,7 @@
|
|
|
13534
13598
|
"filter_articles": "கட்டுரைகளைப் பிரித்தெடுக்கவும்",
|
|
13535
13599
|
"filter_micro_lessons": "சிறு பாடங்களை வடிகட்டு",
|
|
13536
13600
|
"finish": "முடிக்கவும், நிறைவு செய்க",
|
|
13601
|
+
"finish_signing_in": "",
|
|
13537
13602
|
"font_size": "எழுத்துரு அளவு",
|
|
13538
13603
|
"foundations": "அடிப்படைகள் ",
|
|
13539
13604
|
"get_started_foundations": "அடிப்படைகளைக் கற்றுக்கொள்ளுங்கள்",
|
|
@@ -13676,6 +13741,7 @@
|
|
|
13676
13741
|
"onboarding_dbs_intro_heading": "",
|
|
13677
13742
|
"onboarding_invite_group_body": "",
|
|
13678
13743
|
"onboarding_invite_group_heading": "",
|
|
13744
|
+
"open_in_waha": "",
|
|
13679
13745
|
"passcode_set": "கடவுக்குறியீடு அமைக்கப்பட்டது!",
|
|
13680
13746
|
"people_shared_last_week": "",
|
|
13681
13747
|
"percent_available": "{percent}% இருக்கிறது",
|
|
@@ -13925,7 +13991,7 @@
|
|
|
13925
13991
|
"close": "ముగింపు / ముగింపు",
|
|
13926
13992
|
"confirm": "నిర్ధారించండి",
|
|
13927
13993
|
"confirm_passcode": "మీ పాస్కోడ్ను నిర్ధారించండి",
|
|
13928
|
-
"connect_to_continue": "కనెక్షన్ లేదు. కొనసాగించడానికి ఇంటర్నెట్కు కనెక్ట్ చేయండి.",
|
|
13994
|
+
"connect_to_continue": "కనెక్షన్ లేదు. డౌన్లోడ్ కొనసాగించడానికి ఇంటర్నెట్కు కనెక్ట్ చేయండి.",
|
|
13929
13995
|
"contact_us": "మమ్మల్ని సంప్రదించండి",
|
|
13930
13996
|
"continue": "కొనసాగించు",
|
|
13931
13997
|
"contribute": "సహకరించండి",
|
|
@@ -13953,6 +14019,7 @@
|
|
|
13953
14019
|
"filter_articles": "వ్యాసాలను ఫిల్టర్ చేయండి",
|
|
13954
14020
|
"filter_micro_lessons": "మైక్రో పాఠాలను ఫిల్టర్ చేయండి",
|
|
13955
14021
|
"finish": "ముగించు",
|
|
14022
|
+
"finish_signing_in": "",
|
|
13956
14023
|
"font_size": "ఫాంట్ పరిమాణం",
|
|
13957
14024
|
"foundations": "పునాదులు",
|
|
13958
14025
|
"get_started_foundations": "ఫౌండేషన్లతో ప్రారంభించండి",
|
|
@@ -14095,6 +14162,7 @@
|
|
|
14095
14162
|
"onboarding_dbs_intro_heading": "",
|
|
14096
14163
|
"onboarding_invite_group_body": "",
|
|
14097
14164
|
"onboarding_invite_group_heading": "",
|
|
14165
|
+
"open_in_waha": "",
|
|
14098
14166
|
"passcode_set": "పాస్కోడ్ సెట్ చేయబడింది!",
|
|
14099
14167
|
"people_shared_last_week": "",
|
|
14100
14168
|
"percent_available": "{percent}% అందుబాటులో ఉంది",
|
|
@@ -14344,7 +14412,7 @@
|
|
|
14344
14412
|
"close": "Isara",
|
|
14345
14413
|
"confirm": "Kumpirmahin",
|
|
14346
14414
|
"confirm_passcode": "Kumpirmahin ang iyong passcode",
|
|
14347
|
-
"connect_to_continue": "Walang koneksyon. Kumonekta sa internet upang
|
|
14415
|
+
"connect_to_continue": "Walang koneksyon. Kumonekta sa internet upang ipagpatuloy ang pag-download.",
|
|
14348
14416
|
"contact_us": "Makipag-ugnayan sa amin",
|
|
14349
14417
|
"continue": "Magpatuloy",
|
|
14350
14418
|
"contribute": "Mag-ambag",
|
|
@@ -14372,6 +14440,7 @@
|
|
|
14372
14440
|
"filter_articles": "Salain ang mga Artikulo",
|
|
14373
14441
|
"filter_micro_lessons": "I-filter ang mga Micro Lesson",
|
|
14374
14442
|
"finish": "Tapusin",
|
|
14443
|
+
"finish_signing_in": "",
|
|
14375
14444
|
"font_size": "Laki ng Font",
|
|
14376
14445
|
"foundations": "Mga pundasyon",
|
|
14377
14446
|
"get_started_foundations": "Magsimula sa mga pundasyon",
|
|
@@ -14514,6 +14583,7 @@
|
|
|
14514
14583
|
"onboarding_dbs_intro_heading": "",
|
|
14515
14584
|
"onboarding_invite_group_body": "",
|
|
14516
14585
|
"onboarding_invite_group_heading": "",
|
|
14586
|
+
"open_in_waha": "",
|
|
14517
14587
|
"passcode_set": "Itakda ang passcode!",
|
|
14518
14588
|
"people_shared_last_week": "",
|
|
14519
14589
|
"percent_available": "{percent}% available",
|
|
@@ -14763,7 +14833,7 @@
|
|
|
14763
14833
|
"close": "ปิด",
|
|
14764
14834
|
"confirm": "ยืนยัน",
|
|
14765
14835
|
"confirm_passcode": "ยืนยันรหัสผ่านของคุณ",
|
|
14766
|
-
"connect_to_continue": "ไม่มีการเชื่อมต่อ
|
|
14836
|
+
"connect_to_continue": "ไม่มีการเชื่อมต่อ เชื่อมต่ออินเทอร์เน็ตเพื่อดำเนินการดาวน์โหลดต่อ",
|
|
14767
14837
|
"contact_us": "ติดต่อเรา",
|
|
14768
14838
|
"continue": "ดำเนินการต่อ",
|
|
14769
14839
|
"contribute": "มีส่วนช่วย",
|
|
@@ -14791,6 +14861,7 @@
|
|
|
14791
14861
|
"filter_articles": "กรองบทความ",
|
|
14792
14862
|
"filter_micro_lessons": "กรองบทเรียนย่อย",
|
|
14793
14863
|
"finish": "เสร็จสิ้น",
|
|
14864
|
+
"finish_signing_in": "",
|
|
14794
14865
|
"font_size": "ขนาดตัวอักษร",
|
|
14795
14866
|
"foundations": "รากฐาน",
|
|
14796
14867
|
"get_started_foundations": "เริ่มต้นที่รากฐาน",
|
|
@@ -14933,6 +15004,7 @@
|
|
|
14933
15004
|
"onboarding_dbs_intro_heading": "",
|
|
14934
15005
|
"onboarding_invite_group_body": "",
|
|
14935
15006
|
"onboarding_invite_group_heading": "",
|
|
15007
|
+
"open_in_waha": "",
|
|
14936
15008
|
"passcode_set": "ตั้งรหัสผ่านแล้ว!",
|
|
14937
15009
|
"people_shared_last_week": "",
|
|
14938
15010
|
"percent_available": "พร้อมใช้งาน {percent}%",
|
|
@@ -15182,7 +15254,7 @@
|
|
|
15182
15254
|
"close": "Kapat",
|
|
15183
15255
|
"confirm": "Onayla",
|
|
15184
15256
|
"confirm_passcode": "Şifrenizi onaylayın",
|
|
15185
|
-
"connect_to_continue": "Bağlantı yok.
|
|
15257
|
+
"connect_to_continue": "Bağlantı yok. İndirmeye devam etmek için internete bağlanın.",
|
|
15186
15258
|
"contact_us": "Bize Ulaş",
|
|
15187
15259
|
"continue": "Devam Et",
|
|
15188
15260
|
"contribute": "Katkıda Bulun",
|
|
@@ -15210,6 +15282,7 @@
|
|
|
15210
15282
|
"filter_articles": "Makaleleri Filtrele",
|
|
15211
15283
|
"filter_micro_lessons": "Mikro Dersleri Filtrele",
|
|
15212
15284
|
"finish": "Bitir",
|
|
15285
|
+
"finish_signing_in": "",
|
|
15213
15286
|
"font_size": "Yazı Tipi Boyutu",
|
|
15214
15287
|
"foundations": "Temeller",
|
|
15215
15288
|
"get_started_foundations": "Temellerle başla",
|
|
@@ -15352,6 +15425,7 @@
|
|
|
15352
15425
|
"onboarding_dbs_intro_heading": "Tanrı'nın bu konudaki gerçeğini keşfedelim",
|
|
15353
15426
|
"onboarding_invite_group_body": "Tanrı'nın sözünü bu uygulamada sizin keşfettiğiniz gibi keşfetmek isteyen başka biri tanıyor musunuz?",
|
|
15354
15427
|
"onboarding_invite_group_heading": "Az önce ilk Kutsal Kitap Keşfetme Çalışmanızı yaptınız! Dönüşüm, bunu başkalarıyla birlikte yaptığınızda gerçekleşir.",
|
|
15428
|
+
"open_in_waha": "",
|
|
15355
15429
|
"passcode_set": "Şifre ayarlandı!",
|
|
15356
15430
|
"people_shared_last_week": "Geçen hafta {count} kişi paylaştı",
|
|
15357
15431
|
"percent_available": "%{percent} kullanılabilir",
|
|
@@ -15601,7 +15675,7 @@
|
|
|
15601
15675
|
"close": "تاقىۋېتىڭ",
|
|
15602
15676
|
"confirm": "جەزملەشتۈرۈڭ",
|
|
15603
15677
|
"confirm_passcode": "پارولىڭىزنى جەزملەشتۈرۈڭ",
|
|
15604
|
-
"connect_to_continue": "تور ئۇلىنىشى يوق. داۋاملاشتۇرۇش ئۈچۈن تورغا ئۇلاڭ.",
|
|
15678
|
+
"connect_to_continue": "تور ئۇلىنىشى يوق. چۈشۈرۈشنى داۋاملاشتۇرۇش ئۈچۈن تورغا ئۇلاڭ.",
|
|
15605
15679
|
"contact_us": "بىز بىلەن ئالاقىلىشىڭ",
|
|
15606
15680
|
"continue": "داۋاملاشتۇرۇڭ",
|
|
15607
15681
|
"contribute": "باشقا ھەركەتلەر",
|
|
@@ -15629,6 +15703,7 @@
|
|
|
15629
15703
|
"filter_articles": "ماقالىلەرنى تاللاڭ",
|
|
15630
15704
|
"filter_micro_lessons": "مىكرو دەرسلەرنى سۈزۈش",
|
|
15631
15705
|
"finish": "بۇنى تۈگىتىڭ",
|
|
15706
|
+
"finish_signing_in": "",
|
|
15632
15707
|
"font_size": "خەت چوڭلۇقى",
|
|
15633
15708
|
"foundations": "ئاساسىي مەزمۇنلار",
|
|
15634
15709
|
"get_started_foundations": "ئاساسىي مەزمۇنلارنى باشلاڭ",
|
|
@@ -15771,6 +15846,7 @@
|
|
|
15771
15846
|
"onboarding_dbs_intro_heading": "",
|
|
15772
15847
|
"onboarding_invite_group_body": "",
|
|
15773
15848
|
"onboarding_invite_group_heading": "",
|
|
15849
|
+
"open_in_waha": "",
|
|
15774
15850
|
"passcode_set": "پارولا قۇرۇلدى!",
|
|
15775
15851
|
"people_shared_last_week": "",
|
|
15776
15852
|
"percent_available": "{percent}% ئىشلەتكىلى بولىدۇ",
|
|
@@ -16020,7 +16096,7 @@
|
|
|
16020
16096
|
"close": "Закрити",
|
|
16021
16097
|
"confirm": "Підтвердити",
|
|
16022
16098
|
"confirm_passcode": "Підтвердити код доступу",
|
|
16023
|
-
"connect_to_continue": "Немає з'єднання. Підключіться до інтернету, щоб
|
|
16099
|
+
"connect_to_continue": "Немає з'єднання. Підключіться до інтернету, щоб продовжити завантаження.",
|
|
16024
16100
|
"contact_us": "Звʼязатися з нами",
|
|
16025
16101
|
"continue": "Продовжити",
|
|
16026
16102
|
"contribute": "Зробити Внесок",
|
|
@@ -16048,6 +16124,7 @@
|
|
|
16048
16124
|
"filter_articles": "Фільтрувати статті",
|
|
16049
16125
|
"filter_micro_lessons": "Фільтрувати мікроуроки",
|
|
16050
16126
|
"finish": "Завершити",
|
|
16127
|
+
"finish_signing_in": "",
|
|
16051
16128
|
"font_size": "Розмір шрифту",
|
|
16052
16129
|
"foundations": "Основи",
|
|
16053
16130
|
"get_started_foundations": "Розпочніть роботу з основ",
|
|
@@ -16190,6 +16267,7 @@
|
|
|
16190
16267
|
"onboarding_dbs_intro_heading": "",
|
|
16191
16268
|
"onboarding_invite_group_body": "",
|
|
16192
16269
|
"onboarding_invite_group_heading": "",
|
|
16270
|
+
"open_in_waha": "",
|
|
16193
16271
|
"passcode_set": "Код доступу задано!",
|
|
16194
16272
|
"people_shared_last_week": "",
|
|
16195
16273
|
"percent_available": "{percent}% доступно",
|
|
@@ -16439,7 +16517,7 @@
|
|
|
16439
16517
|
"close": "بند",
|
|
16440
16518
|
"confirm": "تصدیق",
|
|
16441
16519
|
"confirm_passcode": "اپنے پاس کوڈ کی تصدق کریں",
|
|
16442
|
-
"connect_to_continue": "کوئی کنکشن
|
|
16520
|
+
"connect_to_continue": "کوئی کنکشن نہیں۔ ڈاؤن لوڈ جاری رکھنے کے لیے انٹرنیٹ سے کنیکٹ کریں۔",
|
|
16443
16521
|
"contact_us": "ہم سے رابطہ کریں",
|
|
16444
16522
|
"continue": "جاری رکھیں ",
|
|
16445
16523
|
"contribute": "چندہ دینا ۔",
|
|
@@ -16467,6 +16545,7 @@
|
|
|
16467
16545
|
"filter_articles": "آرٹیکلز کو فلٹر کریں",
|
|
16468
16546
|
"filter_micro_lessons": "مائیکرو اسباق فلٹر کریں",
|
|
16469
16547
|
"finish": "ختم کریں",
|
|
16548
|
+
"finish_signing_in": "",
|
|
16470
16549
|
"font_size": "حرف کا سائز",
|
|
16471
16550
|
"foundations": "بنیادی مطالعہ",
|
|
16472
16551
|
"get_started_foundations": "اساس کے ساتھ شروع کریں",
|
|
@@ -16609,6 +16688,7 @@
|
|
|
16609
16688
|
"onboarding_dbs_intro_heading": "",
|
|
16610
16689
|
"onboarding_invite_group_body": "",
|
|
16611
16690
|
"onboarding_invite_group_heading": "",
|
|
16691
|
+
"open_in_waha": "",
|
|
16612
16692
|
"passcode_set": "پاس کوڈ سیٹ کر دیا ہے!",
|
|
16613
16693
|
"people_shared_last_week": "",
|
|
16614
16694
|
"percent_available": "{percent}٪ دستیاب ہے",
|
|
@@ -16858,7 +16938,7 @@
|
|
|
16858
16938
|
"close": "Tutup",
|
|
16859
16939
|
"confirm": "Pasti",
|
|
16860
16940
|
"confirm_passcode": "Sahkan kod laluan anda",
|
|
16861
|
-
"connect_to_continue": "Tiada sambungan. Sambungkan ke internet untuk meneruskan.",
|
|
16941
|
+
"connect_to_continue": "Tiada sambungan. Sambungkan ke internet untuk meneruskan muat turun.",
|
|
16862
16942
|
"contact_us": "Hubungi Kami",
|
|
16863
16943
|
"continue": "Sambung",
|
|
16864
16944
|
"contribute": "Sumbang",
|
|
@@ -16886,6 +16966,7 @@
|
|
|
16886
16966
|
"filter_articles": "Tapis Artikel",
|
|
16887
16967
|
"filter_micro_lessons": "Tapis Pelajaran Mikro",
|
|
16888
16968
|
"finish": "Selesai",
|
|
16969
|
+
"finish_signing_in": "",
|
|
16889
16970
|
"font_size": "Saiz Font",
|
|
16890
16971
|
"foundations": "Asas",
|
|
16891
16972
|
"get_started_foundations": "Mulakan dengan asas",
|
|
@@ -17028,6 +17109,7 @@
|
|
|
17028
17109
|
"onboarding_dbs_intro_heading": "",
|
|
17029
17110
|
"onboarding_invite_group_body": "",
|
|
17030
17111
|
"onboarding_invite_group_heading": "",
|
|
17112
|
+
"open_in_waha": "",
|
|
17031
17113
|
"passcode_set": "Kod laluan ditetapkan!",
|
|
17032
17114
|
"people_shared_last_week": "",
|
|
17033
17115
|
"percent_available": "{percent}% tersedia",
|
|
@@ -530,7 +530,9 @@
|
|
|
530
530
|
"choose_read_along_bible": { "type": "string" },
|
|
531
531
|
"exit": { "type": "string" },
|
|
532
532
|
"stay": { "type": "string" },
|
|
533
|
-
"popups_exit_micro_lesson": { "type": "string" }
|
|
533
|
+
"popups_exit_micro_lesson": { "type": "string" },
|
|
534
|
+
"finish_signing_in": { "type": "string" },
|
|
535
|
+
"open_in_waha": { "type": "string" }
|
|
534
536
|
},
|
|
535
537
|
"required": [
|
|
536
538
|
"name",
|
|
@@ -341,6 +341,8 @@ export declare const LanguageTranslationsApp: z.ZodObject<{
|
|
|
341
341
|
exit: z.ZodString;
|
|
342
342
|
stay: z.ZodString;
|
|
343
343
|
popups_exit_micro_lesson: z.ZodString;
|
|
344
|
+
finish_signing_in: z.ZodOptional<z.ZodString>;
|
|
345
|
+
open_in_waha: z.ZodOptional<z.ZodString>;
|
|
344
346
|
}, z.core.$strip>;
|
|
345
347
|
export type LanguageTranslationsApp = z.infer<typeof LanguageTranslationsApp>;
|
|
346
348
|
export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -685,5 +687,7 @@ export declare const TranslationsApp: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
685
687
|
exit: z.ZodString;
|
|
686
688
|
stay: z.ZodString;
|
|
687
689
|
popups_exit_micro_lesson: z.ZodString;
|
|
690
|
+
finish_signing_in: z.ZodOptional<z.ZodString>;
|
|
691
|
+
open_in_waha: z.ZodOptional<z.ZodString>;
|
|
688
692
|
}, z.core.$strip>>;
|
|
689
693
|
export type TranslationsApp = z.infer<typeof TranslationsApp>;
|
|
@@ -347,6 +347,8 @@ exports.LanguageTranslationsApp = zod_1.z.object({
|
|
|
347
347
|
exit: zod_1.z.string(),
|
|
348
348
|
stay: zod_1.z.string(),
|
|
349
349
|
popups_exit_micro_lesson: zod_1.z.string(),
|
|
350
|
+
finish_signing_in: zod_1.z.string().optional(),
|
|
351
|
+
open_in_waha: zod_1.z.string().optional(),
|
|
350
352
|
});
|
|
351
353
|
exports.TranslationsApp = zod_1.z
|
|
352
354
|
.record(zod_1.z.string(), exports.LanguageTranslationsApp.describe('Translations for a single language (identified by a 3-letter code)_'))
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared Firebase passwordless ("magic link") helpers used by both the app
|
|
3
|
+
* (`waha-app`) and the web fallback page (`waha-web`). Sharing keeps the
|
|
4
|
+
* sign-in-link detection and the deep-link token encoding from drifting between
|
|
5
|
+
* the two, which would silently break the hand-off between them.
|
|
6
|
+
*
|
|
7
|
+
* Relies on `btoa`/`atob`, which every target runtime provides (Hermes, Node
|
|
8
|
+
* ≥16, browsers) and the DOM lib types.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Whether a URL is a Firebase passwordless sign-in link — i.e. carries the
|
|
12
|
+
* `mode=signIn` + `oobCode` action params at the top level. Used by the app's
|
|
13
|
+
* `+native-intent` (to route a reopened link to `auth-callback`) and by the web
|
|
14
|
+
* fallback page (to decide whether to show its "finish signing in" UI).
|
|
15
|
+
*/
|
|
16
|
+
export declare function isMagicSignInLink(url: URL): boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Base64url-encodes a Firebase sign-in URL for transport in a deep-link query
|
|
19
|
+
* param.
|
|
20
|
+
*
|
|
21
|
+
* The sign-in URL contains its own `?`, `&` and `=`. Nesting it in a query
|
|
22
|
+
* param and percent-encoding isn't enough: deep links get URL-decoded an
|
|
23
|
+
* unpredictable number of times before the app's router reads them
|
|
24
|
+
* (expo-router's query parser ultimately splits on a literal `&`), so an inner
|
|
25
|
+
* `&` re-emerges and the value is truncated at it. base64url carries none of
|
|
26
|
+
* those characters, so it survives intact through any number of decode passes.
|
|
27
|
+
* Sign-in URLs are ASCII, so `btoa`/`atob` round-trip them exactly.
|
|
28
|
+
*/
|
|
29
|
+
export declare function encodeMagicLinkToken(url: string): string;
|
|
30
|
+
/** Reverses {@link encodeMagicLinkToken}; null on a malformed token. */
|
|
31
|
+
export declare function decodeMagicLinkToken(token: string): string | null;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Shared Firebase passwordless ("magic link") helpers used by both the app
|
|
4
|
+
* (`waha-app`) and the web fallback page (`waha-web`). Sharing keeps the
|
|
5
|
+
* sign-in-link detection and the deep-link token encoding from drifting between
|
|
6
|
+
* the two, which would silently break the hand-off between them.
|
|
7
|
+
*
|
|
8
|
+
* Relies on `btoa`/`atob`, which every target runtime provides (Hermes, Node
|
|
9
|
+
* ≥16, browsers) and the DOM lib types.
|
|
10
|
+
*/
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.isMagicSignInLink = isMagicSignInLink;
|
|
13
|
+
exports.encodeMagicLinkToken = encodeMagicLinkToken;
|
|
14
|
+
exports.decodeMagicLinkToken = decodeMagicLinkToken;
|
|
15
|
+
/**
|
|
16
|
+
* Whether a URL is a Firebase passwordless sign-in link — i.e. carries the
|
|
17
|
+
* `mode=signIn` + `oobCode` action params at the top level. Used by the app's
|
|
18
|
+
* `+native-intent` (to route a reopened link to `auth-callback`) and by the web
|
|
19
|
+
* fallback page (to decide whether to show its "finish signing in" UI).
|
|
20
|
+
*/
|
|
21
|
+
function isMagicSignInLink(url) {
|
|
22
|
+
return (url.searchParams.get('mode') === 'signIn' &&
|
|
23
|
+
!!url.searchParams.get('oobCode'));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Base64url-encodes a Firebase sign-in URL for transport in a deep-link query
|
|
27
|
+
* param.
|
|
28
|
+
*
|
|
29
|
+
* The sign-in URL contains its own `?`, `&` and `=`. Nesting it in a query
|
|
30
|
+
* param and percent-encoding isn't enough: deep links get URL-decoded an
|
|
31
|
+
* unpredictable number of times before the app's router reads them
|
|
32
|
+
* (expo-router's query parser ultimately splits on a literal `&`), so an inner
|
|
33
|
+
* `&` re-emerges and the value is truncated at it. base64url carries none of
|
|
34
|
+
* those characters, so it survives intact through any number of decode passes.
|
|
35
|
+
* Sign-in URLs are ASCII, so `btoa`/`atob` round-trip them exactly.
|
|
36
|
+
*/
|
|
37
|
+
function encodeMagicLinkToken(url) {
|
|
38
|
+
return btoa(url).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, '');
|
|
39
|
+
}
|
|
40
|
+
/** Reverses {@link encodeMagicLinkToken}; null on a malformed token. */
|
|
41
|
+
function decodeMagicLinkToken(token) {
|
|
42
|
+
try {
|
|
43
|
+
const b64 = token.replace(/-/g, '+').replace(/_/g, '/');
|
|
44
|
+
const padded = b64 + '='.repeat((4 - (b64.length % 4)) % 4);
|
|
45
|
+
return atob(padded);
|
|
46
|
+
}
|
|
47
|
+
catch (e) {
|
|
48
|
+
console.error('[auth] failed to decode magic link token:', e);
|
|
49
|
+
return null;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const SocialProofBase: z.ZodObject<{
|
|
3
|
+
lastUpdated: z.ZodNumber;
|
|
4
|
+
weekStartDate: z.ZodNumber;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
export type SocialProofBase = z.infer<typeof SocialProofBase>;
|
|
7
|
+
export declare const ShareSocialProof: z.ZodObject<{
|
|
8
|
+
lastUpdated: z.ZodNumber;
|
|
9
|
+
weekStartDate: z.ZodNumber;
|
|
10
|
+
totalWeeklyShares: z.ZodNumber;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
export type ShareSocialProof = z.infer<typeof ShareSocialProof>;
|
|
13
|
+
export declare const MeetingsSocialProof: z.ZodObject<{
|
|
14
|
+
lastUpdated: z.ZodNumber;
|
|
15
|
+
weekStartDate: z.ZodNumber;
|
|
16
|
+
totalWeeklyMeetings: z.ZodNumber;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
export type MeetingsSocialProof = z.infer<typeof MeetingsSocialProof>;
|
|
19
|
+
export declare const BibleSessionsSocialProof: z.ZodObject<{
|
|
20
|
+
lastUpdated: z.ZodNumber;
|
|
21
|
+
weekStartDate: z.ZodNumber;
|
|
22
|
+
totalWeeklyBibleSessions: z.ZodNumber;
|
|
23
|
+
}, z.core.$strip>;
|
|
24
|
+
export type BibleSessionsSocialProof = z.infer<typeof BibleSessionsSocialProof>;
|
|
25
|
+
export declare const ArticleSessionsSocialProof: z.ZodObject<{
|
|
26
|
+
lastUpdated: z.ZodNumber;
|
|
27
|
+
weekStartDate: z.ZodNumber;
|
|
28
|
+
totalWeeklyArticleSessions: z.ZodNumber;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
export type ArticleSessionsSocialProof = z.infer<typeof ArticleSessionsSocialProof>;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
exports.ArticleSessionsSocialProof = exports.BibleSessionsSocialProof = exports.MeetingsSocialProof = exports.ShareSocialProof = exports.SocialProofBase = void 0;
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
|
+
exports.SocialProofBase = zod_1.default.object({
|
|
9
|
+
lastUpdated: zod_1.default.number(),
|
|
10
|
+
weekStartDate: zod_1.default.number(),
|
|
11
|
+
});
|
|
12
|
+
exports.ShareSocialProof = exports.SocialProofBase.extend({
|
|
13
|
+
totalWeeklyShares: zod_1.default.number(),
|
|
14
|
+
});
|
|
15
|
+
exports.MeetingsSocialProof = exports.SocialProofBase.extend({
|
|
16
|
+
totalWeeklyMeetings: zod_1.default.number(),
|
|
17
|
+
});
|
|
18
|
+
exports.BibleSessionsSocialProof = exports.SocialProofBase.extend({
|
|
19
|
+
totalWeeklyBibleSessions: zod_1.default.number(),
|
|
20
|
+
});
|
|
21
|
+
exports.ArticleSessionsSocialProof = exports.SocialProofBase.extend({
|
|
22
|
+
totalWeeklyArticleSessions: zod_1.default.number(),
|
|
23
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waha-shared",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.421",
|
|
4
4
|
"author": "Waha",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@types/signale": "^1.4.7",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "npx tsc && copyfiles \"data/**/*.json\" dist",
|
|
30
|
-
"update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add . && (git commit -m 'chore:
|
|
31
|
-
"updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add dist package.json && (git commit -m 'chore:
|
|
30
|
+
"update": "yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add . && (git commit -m 'chore: build waha-shared' || true) && bash -c 'npm publish --access public --registry https://registry.npmjs.org --//registry.npmjs.org/:_authToken=$(grep NPM_TOKEN= ../.env | cut -d \"=\" -f2-)'",
|
|
31
|
+
"updateManual": "(npm whoami || npm login) && yarn build && REGISTRY_VERSION=$(npm view waha-shared version) && npm version $REGISTRY_VERSION --no-git-tag-version --allow-same-version && npm version patch --no-git-tag-version && git add dist package.json && (git commit -m 'chore: build waha-shared' || true) && npm publish"
|
|
32
32
|
}
|
|
33
33
|
}
|