waha-shared 1.0.308 → 1.0.310
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/areas/areas.json +50 -48
- package/dist/data/areas/areas.schema.json +2 -2
- package/dist/data/areas/areas.zod.d.ts +1 -1
- package/dist/data/areas/areas.zod.js +1 -1
- package/dist/data/areas/index.d.ts +1 -1
- package/dist/data/bibleAudios/bibleAudios.json +597 -314
- package/dist/data/bibleAudios/bibleAudios.schema.json +17 -8
- package/dist/data/bibleAudios/bibleAudios.zod.d.ts +43 -2
- package/dist/data/bibleAudios/bibleAudios.zod.js +16 -7
- package/dist/data/bibleAudios/index.d.ts +2 -1
- package/dist/data/bibleBooks/bibleBooks.json +792 -790
- package/dist/data/bibleStatuses/bibleStatuses.json +8302 -8711
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +6 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +1 -0
- package/dist/data/bibleStatuses/bibleStatuses.zod.js +4 -0
- package/dist/data/bibleStatuses/index.d.ts +1 -0
- package/dist/data/bibleTexts/bibleTexts.json +285 -187
- package/dist/data/bibleTexts/bibleTexts.schema.json +7 -0
- package/dist/data/bibleTexts/bibleTexts.zod.d.ts +28 -0
- package/dist/data/bibleTexts/bibleTexts.zod.js +10 -3
- package/dist/data/bibleTexts/index.d.ts +2 -0
- package/dist/data/clones/clones.json +2 -0
- package/dist/data/countries/countries.json +480 -480
- package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6812 -6810
- package/dist/data/crowdinLanguages/crowdinLanguages.json +1440 -1438
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
- package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
- package/dist/data/crowdinLanguages/index.d.ts +2 -2
- package/dist/data/curriculumFoundations/curriculumFoundations.json +86 -69
- package/dist/data/curriculumOnboarding/curriculumOnboarding.json +34 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.schema.json +38 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.d.ts +11 -0
- package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.js +18 -0
- package/dist/data/curriculumOnboarding/index.d.ts +9 -0
- package/dist/data/curriculumOnboarding/index.js +7 -0
- package/dist/data/curriculumQuestions/curriculumQuestions.json +194 -192
- package/dist/data/curriculumTopics/curriculumTopics.json +51 -8
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +450 -421
- package/dist/data/dblTextLicenses/dblTextLicenses.json +1251 -1161
- package/dist/data/firebase.d.ts +1 -0
- package/dist/data/firebase.js +4 -0
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
- package/dist/data/languages/index.d.ts +22 -10
- package/dist/data/languages/languages.json +3299 -2012
- package/dist/data/languages/languages.schema.json +102 -48
- package/dist/data/languages/languages.zod.d.ts +96 -30
- package/dist/data/languages/languages.zod.js +66 -37
- package/dist/data/lessonPauses/index.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.json +2 -3
- package/dist/data/lessonPauses/lessonPauses.schema.json +1 -11
- package/dist/data/lessonPauses/lessonPauses.zod.d.ts +0 -1
- package/dist/data/lessonPauses/lessonPauses.zod.js +0 -3
- package/dist/data/mediaDurations/mediaDurations.json +35797 -6076
- package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
- package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
- package/dist/data/notification/index.d.ts +1 -1
- package/dist/data/notification/notification.json +93 -169
- package/dist/data/phoneLanguages/phoneLanguages.json +637 -635
- package/dist/data/questions/questions.json +149 -147
- package/dist/data/releaseNotes/releaseNotes.json +176 -123
- package/dist/data/screenshots/screenshots.json +1 -1
- package/dist/data/scripts/scripts.json +6 -1
- package/dist/data/sets/index.d.ts +3 -3
- package/dist/data/sets/sets.json +1770 -480
- package/dist/data/sets/sets.schema.json +1 -1
- package/dist/data/sets/sets.zod.d.ts +3 -3
- package/dist/data/sets/sets.zod.js +3 -6
- package/dist/data/translationsApp/index.d.ts +1 -0
- package/dist/data/translationsApp/translationsApp.json +1610 -1569
- package/dist/data/translationsApp/translationsApp.schema.json +3 -1
- package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
- package/dist/data/translationsApp/translationsApp.zod.js +1 -0
- package/dist/data/translationsFtb/translationsFtb.json +120 -664
- package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
- package/dist/data/translationsQuestion/translationsQuestion.json +65 -33
- package/dist/data/translationsSet/translationsSet.json +30139 -19402
- package/dist/data/translationsSet/translationsSet.schema.json +3 -4
- package/dist/data/translationsSet/translationsSet.zod.js +4 -4
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +65 -33
- package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
- package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
- package/dist/functions/bibleBooks.d.ts +16 -0
- package/dist/functions/bibleBooks.js +101 -0
- package/dist/functions/bibles.d.ts +47 -0
- package/dist/functions/bibles.js +315 -0
- package/dist/functions/languages.d.ts +6 -7
- package/dist/functions/languages.js +58 -53
- package/dist/functions/scripturePassages.d.ts +53 -47
- package/dist/functions/scripturePassages.js +217 -303
- package/dist/functions/sets.d.ts +13 -52
- package/dist/functions/sets.js +195 -205
- package/dist/functions/utils.d.ts +2 -0
- package/dist/functions/utils.js +8 -0
- package/dist/types/bibleChapters.d.ts +2 -2
- package/dist/types/bibleChapters.js +1 -1
- package/dist/types/languages.d.ts +48 -9
- package/dist/types/languages.js +2 -0
- package/dist/types/scripturePassages.d.ts +0 -1
- package/dist/types/scripturePassages.js +0 -1
- package/dist/types/sets.d.ts +28 -11
- package/package.json +1 -1
- package/dist/data/languageAssets/index.d.ts +0 -1
- package/dist/data/languageAssets/index.js +0 -7
- package/dist/data/languageAssets/languageAssets.json +0 -45406
- package/dist/data/languageAssets/languageAssets.schema.json +0 -19
- package/dist/data/languageAssets/languageAssets.zod.d.ts +0 -3
- package/dist/data/languageAssets/languageAssets.zod.js +0 -7
|
@@ -1,31 +1,76 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./bibleTexts.schema.json",
|
|
3
|
+
"sortKeys": ["bibleTextId"],
|
|
4
|
+
"sortOrder": "ascending",
|
|
3
5
|
"data": [
|
|
4
|
-
{
|
|
5
|
-
"bibleTextId": "HAS",
|
|
6
|
-
"name": "العربية الحسانية",
|
|
7
|
-
"languageId": "mey",
|
|
8
|
-
"nameEnglish": "Hassaniyya Bible",
|
|
9
|
-
"textSource": {
|
|
10
|
-
"source": "usx"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
6
|
{
|
|
14
7
|
"bibleTextId": "AB2013",
|
|
15
|
-
"name": "Ариун Библи 2013",
|
|
16
8
|
"copyright": "MUBS",
|
|
17
9
|
"languageId": "mon",
|
|
10
|
+
"name": "Ариун Библи 2013",
|
|
18
11
|
"nameEnglish": "Ariun Bible 2013",
|
|
19
12
|
"textSource": {
|
|
20
13
|
"source": "dbl",
|
|
21
14
|
"sourceId": "1c002a45d6b8394a-01"
|
|
22
15
|
}
|
|
23
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"bibleTextId": "Aco85",
|
|
19
|
+
"copyright": "Bible Society of Uganda",
|
|
20
|
+
"languageId": "ach",
|
|
21
|
+
"name": "Acoli Baibul",
|
|
22
|
+
"nameEnglish": "Acholi Bible",
|
|
23
|
+
"textSource": {
|
|
24
|
+
"source": "dbl",
|
|
25
|
+
"sourceId": "068393843c705fd8-01"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"bibleTextId": "AFB-RETELL",
|
|
30
|
+
"bookNameFallback": "NAV",
|
|
31
|
+
"copyright": "Passages recorded by and owned by Waha.",
|
|
32
|
+
"languageId": "afb",
|
|
33
|
+
"name": "Gulf Arabic Retelling",
|
|
34
|
+
"nameEnglish": "Gulf Arabic Retelling",
|
|
35
|
+
"textSource": {
|
|
36
|
+
"source": "custom"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"bibleTextId": "AKAB",
|
|
41
|
+
"bookNameFallback": "GNA",
|
|
42
|
+
"languageId": "qak",
|
|
43
|
+
"name": "الكتاب المقدس الصوتي بلهجة عفرين الكرمانجية",
|
|
44
|
+
"nameEnglish": "Afrini Kurmanji Audio Bible",
|
|
45
|
+
"textSource": {
|
|
46
|
+
"source": "custom"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"bibleTextId": "ARZ-RETELL",
|
|
51
|
+
"bookNameFallback": "NAV",
|
|
52
|
+
"copyright": "Passages recorded by and owned by Waha.",
|
|
53
|
+
"languageId": "arz",
|
|
54
|
+
"name": "Egyptian Arabic Retelling",
|
|
55
|
+
"nameEnglish": "Egyptian Arabic Retelling",
|
|
56
|
+
"textSource": {
|
|
57
|
+
"source": "custom"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"bibleTextId": "ASLV",
|
|
62
|
+
"bookNameFallback": "NLT",
|
|
63
|
+
"languageId": "ase",
|
|
64
|
+
"name": "American Sign Language Version",
|
|
65
|
+
"textSource": {
|
|
66
|
+
"source": "custom"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
24
69
|
{
|
|
25
70
|
"bibleTextId": "ASND",
|
|
26
|
-
"name": "Ang Salita ng Dios",
|
|
27
71
|
"copyright": "Ang Salita ng Dios (Tagalog Contemporary Bible)Copyright ©, 2011, by Biblica, Inc. ®Used by permission of Biblica, Inc.® All rights reserved worldwide.",
|
|
28
72
|
"languageId": "tgl",
|
|
73
|
+
"name": "Ang Salita ng Dios",
|
|
29
74
|
"nameEnglish": "Tagalog Contemporary Bible",
|
|
30
75
|
"textSource": {
|
|
31
76
|
"includeSectionTitles": true,
|
|
@@ -35,33 +80,55 @@
|
|
|
35
80
|
},
|
|
36
81
|
{
|
|
37
82
|
"bibleTextId": "AVB",
|
|
38
|
-
"name": "Alkitab Versi Borneo",
|
|
39
83
|
"copyright": "Alkitab Versi Borneo, Hak Cipta © Borneo Sabda Limited",
|
|
40
84
|
"languageId": "zsm",
|
|
85
|
+
"name": "Alkitab Versi Borneo",
|
|
41
86
|
"nameEnglish": "Bible in Standard Malay",
|
|
42
87
|
"textSource": {
|
|
43
88
|
"source": "bibleBrain",
|
|
44
89
|
"sourceId": "ZLMAVB"
|
|
45
90
|
}
|
|
46
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"bibleTextId": "AZB",
|
|
94
|
+
"audioId": "AZR",
|
|
95
|
+
"copyright": "Bible in Northern Azeri © 2004, 2009, 2012 Kitab Company & United Bible Societies.",
|
|
96
|
+
"languageId": "aze",
|
|
97
|
+
"name": "Azərbaycan dilində Müqəddəs Kitab",
|
|
98
|
+
"nameEnglish": "Azerbaijani Bible",
|
|
99
|
+
"textSource": {
|
|
100
|
+
"source": "usfx"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"bibleTextId": "BCV",
|
|
105
|
+
"copyright": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™ সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc. Biblica® Open Bengali Contemporary Version™ Copyright © 2007, 2017, 2019 by Biblica, Inc.",
|
|
106
|
+
"languageId": "bni",
|
|
107
|
+
"name": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের",
|
|
108
|
+
"nameEnglish": "Biblica® Open Bengali Contemporary Version 2019",
|
|
109
|
+
"textSource": {
|
|
110
|
+
"source": "dbl",
|
|
111
|
+
"sourceId": "efd8a351a07d4264-01"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
47
114
|
{
|
|
48
115
|
"bibleTextId": "CCB",
|
|
49
|
-
"name": "Ang Pulong sa Dios",
|
|
50
|
-
"audioId": "WAHA_CCB",
|
|
51
116
|
"copyright": "Cebuano Contemporary Bible (Ang Pulong sa Dios) Copyright ©, 2010, Biblica, Inc.® All rights reserved worldwide.",
|
|
52
117
|
"languageId": "ceb",
|
|
118
|
+
"name": "Ang Pulong sa Dios",
|
|
53
119
|
"nameEnglish": "Cebuano Contemporary Bible",
|
|
54
120
|
"textSource": {
|
|
55
|
-
"source": "
|
|
56
|
-
"sourceId": "
|
|
57
|
-
}
|
|
121
|
+
"source": "dbl",
|
|
122
|
+
"sourceId": "85976ee2f63c7ef3-01"
|
|
123
|
+
},
|
|
124
|
+
"version": 2
|
|
58
125
|
},
|
|
59
126
|
{
|
|
60
127
|
"bibleTextId": "COHT-A",
|
|
61
|
-
"name": "تاشلحيت",
|
|
62
128
|
"audioId": "COHT",
|
|
63
129
|
"copyright": "Copyright © Call of Hope, Germany www.call-of-hope.com",
|
|
64
130
|
"languageId": "shi",
|
|
131
|
+
"name": "تاشلحيت",
|
|
65
132
|
"nameEnglish": "Call of Hope Tachelhit Translation (Arabic)",
|
|
66
133
|
"textSource": {
|
|
67
134
|
"source": "custom"
|
|
@@ -69,10 +136,10 @@
|
|
|
69
136
|
},
|
|
70
137
|
{
|
|
71
138
|
"bibleTextId": "COHT-L",
|
|
72
|
-
"name": "Taclḥiyt",
|
|
73
139
|
"audioId": "COHT",
|
|
74
140
|
"copyright": "© Tachelhit Bible (text and audio): Call of Hope, Germany. Website: Call of Hope - https://call-of-hope.com",
|
|
75
141
|
"languageId": "shf",
|
|
142
|
+
"name": "Taclḥiyt",
|
|
76
143
|
"nameEnglish": "Call of Hope Tachelhit Translation (Latin)",
|
|
77
144
|
"textSource": {
|
|
78
145
|
"source": "custom"
|
|
@@ -80,32 +147,74 @@
|
|
|
80
147
|
},
|
|
81
148
|
{
|
|
82
149
|
"bibleTextId": "CUVS",
|
|
83
|
-
"name": "和合本",
|
|
84
150
|
"copyright": "Public Domain",
|
|
85
151
|
"languageId": "cmn",
|
|
152
|
+
"name": "和合本",
|
|
86
153
|
"nameEnglish": "Chinese Union Version (Simplified)",
|
|
87
154
|
"textSource": {
|
|
88
155
|
"source": "bibleBrain",
|
|
89
156
|
"sourceId": "CHNUN1"
|
|
90
157
|
}
|
|
91
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"bibleTextId": "DARB",
|
|
161
|
+
"bookNameFallback": "NAV",
|
|
162
|
+
"copyright": "Passages taken from the Darb au Wasoul app with permission.",
|
|
163
|
+
"languageId": "ais",
|
|
164
|
+
"name": "Darb al Wosoul",
|
|
165
|
+
"nameEnglish": "Darb al Wosoul",
|
|
166
|
+
"textSource": {
|
|
167
|
+
"source": "custom"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"bibleTextId": "GEO02",
|
|
172
|
+
"copyright": "© კანონიკური წიგნები - ბიბლიის თარგმნის ინსტიტუტი, სტოკჰოლმი, 2002 © არაკანონიკური წიგნები - საქართველოს ბიბლიის საზოგადოება, 2002",
|
|
173
|
+
"languageId": "kat",
|
|
174
|
+
"name": "ბიბლია",
|
|
175
|
+
"nameEnglish": "Georgian Bible with DC",
|
|
176
|
+
"textSource": {
|
|
177
|
+
"source": "dbl",
|
|
178
|
+
"sourceId": "936187db1c77b032-02"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
92
181
|
{
|
|
93
182
|
"bibleTextId": "GNA",
|
|
94
|
-
"name": "الترجمة العربية المشتركة",
|
|
95
|
-
"alternativeFull": "NAV",
|
|
96
183
|
"copyright": "Syrian Arabic Audio and Bible scripts © ONE:SIXTEEN, based on the Good News Arabic text © 1993 Bible Society of Lebanon. Used with permission.",
|
|
97
184
|
"languageId": "ais",
|
|
185
|
+
"name": "الترجمة العربية المشتركة",
|
|
98
186
|
"nameEnglish": "Good News Arabic Bible",
|
|
99
187
|
"textSource": {
|
|
100
188
|
"source": "dbl",
|
|
101
189
|
"sourceId": "27e6822ca225757c-01"
|
|
190
|
+
},
|
|
191
|
+
"version": 3
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"bibleTextId": "HAS",
|
|
195
|
+
"languageId": "mey",
|
|
196
|
+
"name": "العربية الحسانية",
|
|
197
|
+
"nameEnglish": "Hassaniyya Bible",
|
|
198
|
+
"textSource": {
|
|
199
|
+
"source": "usx"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"bibleTextId": "HebBMHNT",
|
|
204
|
+
"copyright": "Copyright 2018 © All Rights Reserved The Bible Society in Israel Jerusalem, Israel. כל הזכויות שמורות לחברה לכתבי הקודש בישראל",
|
|
205
|
+
"languageId": "heb",
|
|
206
|
+
"name": "תנ\"ך וברית חדשה בתרגום מודני",
|
|
207
|
+
"nameEnglish": "Tanach and Modern Hebrew New Testament",
|
|
208
|
+
"textSource": {
|
|
209
|
+
"source": "dbl",
|
|
210
|
+
"sourceId": "4d62fe6a93be8b25-01"
|
|
102
211
|
}
|
|
103
212
|
},
|
|
104
213
|
{
|
|
105
214
|
"bibleTextId": "HFA",
|
|
106
|
-
"name": "Hoffnung für Alle",
|
|
107
215
|
"copyright": " Hoffnung für alle® (Hope for all) Copyright © 1983, 1996, by Biblica, Inc.® Used by Permission of Biblica, Inc.® All rights reserved worldwide.",
|
|
108
216
|
"languageId": "deu",
|
|
217
|
+
"name": "Hoffnung für Alle",
|
|
109
218
|
"nameEnglish": "Hope for All",
|
|
110
219
|
"textSource": {
|
|
111
220
|
"source": "dbl",
|
|
@@ -114,10 +223,10 @@
|
|
|
114
223
|
},
|
|
115
224
|
{
|
|
116
225
|
"bibleTextId": "HINOVBSI",
|
|
117
|
-
"name": "पवित्र बाइबिल OV",
|
|
118
226
|
"copyright": "Copyright © Bible Society of India,. Used with permission. All rights reserved worldwide.",
|
|
119
227
|
"copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
|
|
120
228
|
"languageId": "hin",
|
|
229
|
+
"name": "पवित्र बाइबिल OV",
|
|
121
230
|
"nameEnglish": "Hindi OV Bible",
|
|
122
231
|
"textSource": {
|
|
123
232
|
"source": "dbl",
|
|
@@ -126,20 +235,20 @@
|
|
|
126
235
|
},
|
|
127
236
|
{
|
|
128
237
|
"bibleTextId": "HZUT",
|
|
129
|
-
"name": "ھازىرقى زامان ئۇيغۇرچە تەرجىمىسى",
|
|
130
|
-
"alternativeFull": "NAV",
|
|
131
238
|
"copyright": "©, 2010, 2011, UMKJ www.umkj.org",
|
|
132
239
|
"languageId": "uig",
|
|
240
|
+
"name": "ھازىرقى زامان ئۇيغۇرچە تەرجىمىسى",
|
|
133
241
|
"nameEnglish": "Modern Uyghur Translation",
|
|
134
242
|
"textSource": {
|
|
135
243
|
"source": "custom"
|
|
136
|
-
}
|
|
244
|
+
},
|
|
245
|
+
"version": 2
|
|
137
246
|
},
|
|
138
247
|
{
|
|
139
248
|
"bibleTextId": "INDSHL",
|
|
140
|
-
"name": "Indonesian Shellebar Version",
|
|
141
249
|
"copyright": "Teks KSI Indonesia @ LAI Teks KSTZ Indonesia @ PPT1912",
|
|
142
250
|
"languageId": "inq",
|
|
251
|
+
"name": "Indonesian Shellebar Version",
|
|
143
252
|
"textSource": {
|
|
144
253
|
"source": "bibleBrain",
|
|
145
254
|
"sourceId": "INDALAO_ET"
|
|
@@ -147,9 +256,9 @@
|
|
|
147
256
|
},
|
|
148
257
|
{
|
|
149
258
|
"bibleTextId": "IRVTel",
|
|
150
|
-
"name": "ఇండియన్ రివైజ్డ్ వెర్షన్ (IRV) - తెలుగు -2019",
|
|
151
259
|
"copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
|
|
152
260
|
"languageId": "tel",
|
|
261
|
+
"name": "ఇండియన్ రివైజ్డ్ వెర్షన్ (IRV) - తెలుగు -2019",
|
|
153
262
|
"nameEnglish": "Indian Revised Version (Telugu)",
|
|
154
263
|
"textSource": {
|
|
155
264
|
"source": "dbl",
|
|
@@ -158,9 +267,9 @@
|
|
|
158
267
|
},
|
|
159
268
|
{
|
|
160
269
|
"bibleTextId": "JCB",
|
|
161
|
-
"name": "リビングバイブル",
|
|
162
270
|
"copyright": "Japanese Contemporary Bible (リビングバイブル) Copyright © 1978, 2011, by Biblica, Inc.®Used by permission. All rights reserved worldwide.",
|
|
163
271
|
"languageId": "jpn",
|
|
272
|
+
"name": "リビングバイブル",
|
|
164
273
|
"nameEnglish": "Japanese Contemporary Bible",
|
|
165
274
|
"textSource": {
|
|
166
275
|
"source": "dbl",
|
|
@@ -169,10 +278,9 @@
|
|
|
169
278
|
},
|
|
170
279
|
{
|
|
171
280
|
"bibleTextId": "KHSV05",
|
|
172
|
-
"name": "ព្រះគម្ពីរភាសាខ្មែរបច្ចុប្បន្ន ២០០៥",
|
|
173
|
-
"alternativeFull": "NLT",
|
|
174
281
|
"copyright": "Khmer Standard Version © United Bible Societies.",
|
|
175
282
|
"languageId": "khm",
|
|
283
|
+
"name": "ព្រះគម្ពីរភាសាខ្មែរបច្ចុប្បន្ន ២០០៥",
|
|
176
284
|
"nameEnglish": "Khmer Standard Version",
|
|
177
285
|
"textSource": {
|
|
178
286
|
"source": "dbl",
|
|
@@ -181,21 +289,32 @@
|
|
|
181
289
|
},
|
|
182
290
|
{
|
|
183
291
|
"bibleTextId": "KK",
|
|
184
|
-
"name": "Kurmanji Încîl",
|
|
185
292
|
"copyright": "Kurdish New Testament and Psalms + © Bible Society in Turkey, 2005.",
|
|
186
293
|
"languageId": "kmr",
|
|
294
|
+
"name": "Kurmanji Încîl",
|
|
187
295
|
"nameEnglish": "Kurmanji Kurdish",
|
|
188
296
|
"textSource": {
|
|
189
297
|
"source": "dbl",
|
|
190
298
|
"sourceId": "7dbdb4d39d4a8d83-01"
|
|
191
299
|
}
|
|
192
300
|
},
|
|
301
|
+
{
|
|
302
|
+
"bibleTextId": "KLB",
|
|
303
|
+
"copyright": "© 1985 by Biblica, Inc.®",
|
|
304
|
+
"languageId": "kor",
|
|
305
|
+
"name": "현대인의성경 1985",
|
|
306
|
+
"nameEnglish": "Korean Living Bible 1985",
|
|
307
|
+
"textSource": {
|
|
308
|
+
"source": "dbl",
|
|
309
|
+
"sourceId": "e959e47176271f18-01"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
193
312
|
{
|
|
194
313
|
"bibleTextId": "MARVBSI",
|
|
195
|
-
"name": "पवित्र शास्त्र RV",
|
|
196
314
|
"copyright": "Copyright © 2012 by the Bible Society of India. Used by permission. All rights reserved.",
|
|
197
315
|
"copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
|
|
198
316
|
"languageId": "mar",
|
|
317
|
+
"name": "पवित्र शास्त्र RV",
|
|
199
318
|
"nameEnglish": "Marathi RV Bible",
|
|
200
319
|
"textSource": {
|
|
201
320
|
"source": "dbl",
|
|
@@ -204,40 +323,63 @@
|
|
|
204
323
|
},
|
|
205
324
|
{
|
|
206
325
|
"bibleTextId": "MBCL",
|
|
207
|
-
"name": "Kitabul Mukkadas",
|
|
208
326
|
"languageId": "ben",
|
|
327
|
+
"name": "Kitabul Mukkadas",
|
|
209
328
|
"nameEnglish": "The Holy Bible (Bengali)",
|
|
210
329
|
"textSource": {
|
|
211
330
|
"source": "custom"
|
|
212
331
|
}
|
|
213
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"bibleTextId": "MPB",
|
|
335
|
+
"copyright": "Baiboly Protestanta Malagasy © Malagasy Bible Society, 1965, 2019.",
|
|
336
|
+
"languageId": "mlg",
|
|
337
|
+
"name": "Baiboly Protestanta Malagasy",
|
|
338
|
+
"nameEnglish": "Malagasy Protestant Bible",
|
|
339
|
+
"textSource": {
|
|
340
|
+
"source": "dbl",
|
|
341
|
+
"sourceId": "0c49fe37088c319c-01"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
214
344
|
{
|
|
215
345
|
"bibleTextId": "MSB",
|
|
216
|
-
"name": "မြန်မာ့စံမီသမ္မာကျမ်း",
|
|
217
346
|
"copyright": "MYANMAR STANDARD BIBLE, Copyright © 2012 by GlobalBible Initiative, LLC. Used by permission. All rights reserved worldwide.",
|
|
218
347
|
"languageId": "mya",
|
|
348
|
+
"name": "မြန်မာ့စံမီသမ္မာကျမ်း",
|
|
219
349
|
"nameEnglish": "Myanmar Standard Bible",
|
|
220
350
|
"textSource": {
|
|
221
351
|
"source": "dbl",
|
|
222
352
|
"sourceId": "218a7789e72a7d00-02"
|
|
223
353
|
}
|
|
224
354
|
},
|
|
355
|
+
{
|
|
356
|
+
"bibleTextId": "MSTD",
|
|
357
|
+
"bookNameFallback": "NAV",
|
|
358
|
+
"copyright": "© 2012 دار الكتاب المقدس بالمغرب. جميع الحقوق محفوظة © 2012 Morocco Bible Society. All rights reserved",
|
|
359
|
+
"languageId": "ary",
|
|
360
|
+
"name": "الترجمة المغربية القياسية",
|
|
361
|
+
"nameEnglish": "Moroccan Standard Bible",
|
|
362
|
+
"textSource": {
|
|
363
|
+
"source": "custom"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
225
366
|
{
|
|
226
367
|
"bibleTextId": "NAV",
|
|
227
|
-
"name": "كتاب الحياة مجانى",
|
|
228
368
|
"copyright": "New Arabic Version (Ketab El Hayat) Copyright © 1988, 1997, 2012 by Biblica, Inc.® Used by permission of Biblica, Inc.® All rights reserved worldwide.",
|
|
229
369
|
"languageId": "ara",
|
|
370
|
+
"name": "كتاب الحياة مجانى",
|
|
230
371
|
"nameEnglish": "New Arabic Version",
|
|
231
372
|
"textSource": {
|
|
232
373
|
"source": "dbl",
|
|
233
374
|
"sourceId": "b17e246951402e50-01"
|
|
234
|
-
}
|
|
375
|
+
},
|
|
376
|
+
"version": 2
|
|
235
377
|
},
|
|
236
378
|
{
|
|
237
379
|
"bibleTextId": "NBLA",
|
|
238
|
-
"name": "Nueva Biblia de las Américas",
|
|
239
380
|
"copyright": "Nueva Biblia de las Américas (NBLA) Copyright © by The Lockman Foundation La Habra, California 90631 Sociedad no comercial - A Corporation Not for Profit Derechos Reservados - All Rights Reserved www.NuevaBiblia.com (Español) www.lockman.org (English)",
|
|
240
381
|
"languageId": "spa",
|
|
382
|
+
"name": "Nueva Biblia de las Américas",
|
|
241
383
|
"nameEnglish": "New American Standard Bible (Spanish)",
|
|
242
384
|
"textSource": {
|
|
243
385
|
"source": "dbl",
|
|
@@ -245,64 +387,66 @@
|
|
|
245
387
|
}
|
|
246
388
|
},
|
|
247
389
|
{
|
|
248
|
-
"bibleTextId": "
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"nameEnglish": "
|
|
390
|
+
"bibleTextId": "NEB",
|
|
391
|
+
"copyright": "© Bible Society in Armenia © Հայաստանի Աստվածաշնչային Ընկերություն",
|
|
392
|
+
"languageId": "hye",
|
|
393
|
+
"name": "Նոր Էջմիածին Աստվածաշունչ",
|
|
394
|
+
"nameEnglish": "New Etchmiadzin Bible",
|
|
253
395
|
"textSource": {
|
|
254
396
|
"source": "dbl",
|
|
255
|
-
"sourceId": "
|
|
397
|
+
"sourceId": "5dd78d59ff7724d7-01"
|
|
256
398
|
}
|
|
257
399
|
},
|
|
258
400
|
{
|
|
259
|
-
"bibleTextId": "
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
401
|
+
"bibleTextId": "NENO",
|
|
402
|
+
"copyright": "Swahili: Biblica® Toleo Wazi la Neno: Biblia Takatifu™ (Bible) Biblica® Toleo Wazi la Neno: Biblia Takatifu™ Hakimiliki © 1984, 1989, na Biblica, Inc. “Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.",
|
|
403
|
+
"languageId": "swz",
|
|
404
|
+
"name": "Biblica® Toleo Wazi Neno: Bibilia Takatifu",
|
|
405
|
+
"nameEnglish": "Kiswahili Contemporary Version",
|
|
263
406
|
"textSource": {
|
|
264
407
|
"source": "dbl",
|
|
265
|
-
"sourceId": "
|
|
408
|
+
"sourceId": "611f8eb23aec8f13-01"
|
|
266
409
|
}
|
|
267
410
|
},
|
|
268
411
|
{
|
|
269
|
-
"bibleTextId": "
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"nameEnglish": "
|
|
412
|
+
"bibleTextId": "NKCT",
|
|
413
|
+
"audioId": "NKCT",
|
|
414
|
+
"languageId": "kox",
|
|
415
|
+
"name": "조선말 성경",
|
|
416
|
+
"nameEnglish": "North Korean Custom Translation",
|
|
274
417
|
"textSource": {
|
|
275
|
-
"source": "
|
|
418
|
+
"source": "custom"
|
|
276
419
|
}
|
|
277
420
|
},
|
|
278
421
|
{
|
|
279
|
-
"bibleTextId": "
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"nameEnglish": "Biblica® Open Nepali Contemporary Version",
|
|
422
|
+
"bibleTextId": "NLT",
|
|
423
|
+
"copyright": "Holy Bible, New Living Translation, copyright © 1996, 2004, 2015 by Tyndale House Foundation. All rights reserved. Used by permission of Tyndale House Publishers, Carol Stream, Illinois 60188. All rights reserved.",
|
|
424
|
+
"languageId": "eng",
|
|
425
|
+
"name": "New Living Translation",
|
|
284
426
|
"textSource": {
|
|
285
427
|
"source": "dbl",
|
|
286
|
-
"sourceId": "
|
|
287
|
-
}
|
|
428
|
+
"sourceId": "d6e14a625393b4da-01"
|
|
429
|
+
},
|
|
430
|
+
"version": 2
|
|
288
431
|
},
|
|
289
432
|
{
|
|
290
433
|
"bibleTextId": "NRT",
|
|
291
|
-
"name": "Новый русский перевод",
|
|
292
434
|
"copyright": "The Holy Bible, New Russian Translation™ Copyright © 2006, 2010, 2012, by Biblica, Inc. Used with permission. All rights reserved worldwide.",
|
|
293
435
|
"languageId": "rus",
|
|
436
|
+
"name": "Новый русский перевод",
|
|
294
437
|
"nameEnglish": "New Russian Translation",
|
|
295
438
|
"textSource": {
|
|
296
439
|
"source": "dbl",
|
|
297
440
|
"sourceId": "fd1da25634593297-01"
|
|
298
|
-
}
|
|
441
|
+
},
|
|
442
|
+
"version": 2
|
|
299
443
|
},
|
|
300
444
|
{
|
|
301
445
|
"bibleTextId": "NTKM2009",
|
|
302
|
-
"
|
|
303
|
-
"alternativeFull": "NLT",
|
|
446
|
+
"alternativeFull": "PDV",
|
|
304
447
|
"copyright": "",
|
|
305
448
|
"languageId": "mfe",
|
|
449
|
+
"name": "Nouvo Testaman dan Kreol Morisien",
|
|
306
450
|
"nameEnglish": "Mauritian Creole",
|
|
307
451
|
"textSource": {
|
|
308
452
|
"source": "dbl",
|
|
@@ -311,9 +455,9 @@
|
|
|
311
455
|
},
|
|
312
456
|
{
|
|
313
457
|
"bibleTextId": "NTR",
|
|
314
|
-
"name": "Noua Traducere Românească",
|
|
315
458
|
"copyright": "Biblia, Noua Traducere Românească™ NTR™Copyright ©, 2010, Biblica, Inc.Folosit cu permisiune. Toate drepturile sunt rezervate.The Bible, New Romanian Translation™Copyright ©, 2010, by Biblica, Inc.Used with permission. All rights reserved worldwide.",
|
|
316
459
|
"languageId": "ron",
|
|
460
|
+
"name": "Noua Traducere Românească",
|
|
317
461
|
"nameEnglish": "New Romanian Translation",
|
|
318
462
|
"textSource": {
|
|
319
463
|
"source": "dbl",
|
|
@@ -322,10 +466,9 @@
|
|
|
322
466
|
},
|
|
323
467
|
{
|
|
324
468
|
"bibleTextId": "NVI-PT",
|
|
325
|
-
"name": "Nueva Versión Internacional (Português)",
|
|
326
|
-
"alternativeFull": "NBLA",
|
|
327
469
|
"copyright": "Biblia Sagrada, Nova Versão Internacional®, NVI® Copyright © 1993, 2000, 2011 by Biblica, Inc.® All rights reserved worldwide.",
|
|
328
470
|
"languageId": "por",
|
|
471
|
+
"name": "Nueva Versión Internacional (Português)",
|
|
329
472
|
"nameEnglish": "New International Version (Portuguese)",
|
|
330
473
|
"textSource": {
|
|
331
474
|
"source": "dbl",
|
|
@@ -334,9 +477,9 @@
|
|
|
334
477
|
},
|
|
335
478
|
{
|
|
336
479
|
"bibleTextId": "OHCB",
|
|
337
|
-
"name": "Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa",
|
|
338
480
|
"copyright": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™ Neman RubutaccenIzini ©, ta hannun Biblica, Inc. Hausa Contemporary Bible™ Copyright ©, by Biblica, Inc. “Biblica” wani tambarin ne da aka yi wa rajista a ofishi Lamba Ƙerar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. Used with permission.",
|
|
339
481
|
"languageId": "hau",
|
|
482
|
+
"name": "Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa",
|
|
340
483
|
"nameEnglish": "Hausa Contemporary Bible",
|
|
341
484
|
"textSource": {
|
|
342
485
|
"source": "dbl",
|
|
@@ -345,32 +488,64 @@
|
|
|
345
488
|
},
|
|
346
489
|
{
|
|
347
490
|
"bibleTextId": "OKSS",
|
|
348
|
-
"name": "ببلیکا – وەشانی بێبەرامبەری کوردیی سۆرانیی ستاندەر",
|
|
349
491
|
"copyright": "Biblica® وەشانی بێبەرامبەری کوردیی سۆرانیی ستاندەر © مافی چاپکردن پارێزراوە ١٩٩٨، ٢٠١١، ٢٠١٦، ٢٠٢٠ لەلایەن ببلیکا Biblica® Open Kurdi Sorani Standard Version™ Copyright © 1998, 2011, 2016, 2020 by Biblica, Inc. «Biblica» \"ببلیکا\" نیشانەی بازرگانییە کە لە لایەن ڕێکخراوی ببلیکاوە لە نووسینگەی مافنامە و نیشانەی بازرگانیی ویلایەتە یەکگرتووەکانی ئەمریکادا تۆمار کراوە. بە مۆڵەتی لایەنی بڵاوکار بەکارهاتووە. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
|
|
350
492
|
"languageId": "ckb",
|
|
493
|
+
"name": "ببلیکا – وەشانی بێبەرامبەری کوردیی سۆرانیی ستاندەر",
|
|
351
494
|
"nameEnglish": "Biblica® Open Kurdi Sorani Standard Version 2020",
|
|
352
495
|
"textSource": {
|
|
353
496
|
"source": "dbl",
|
|
354
497
|
"sourceId": "9ab28a81b9c4587d-01"
|
|
355
498
|
}
|
|
356
499
|
},
|
|
500
|
+
{
|
|
501
|
+
"bibleTextId": "ONCV",
|
|
502
|
+
"copyright": "Biblica® नेपाली समकालीन सर्वसुलभ संस्करण™ प्रतिलिपि अधिकार © 1998, 2006, 2021, 2024 Biblica, Inc. Biblica® Open Nepali Contemporary Version™ Copyright © 1998, 2006, 2021, 2024 by Biblica, Inc.",
|
|
503
|
+
"languageId": "npi",
|
|
504
|
+
"name": "Biblica® नेपाली समकालीन सर्वसुलभ संस्करण",
|
|
505
|
+
"nameEnglish": "Biblica® Open Nepali Contemporary Version",
|
|
506
|
+
"textSource": {
|
|
507
|
+
"source": "dbl",
|
|
508
|
+
"sourceId": "800110289c624268-01"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"bibleTextId": "OTCV",
|
|
513
|
+
"copyright": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™ பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc. Biblica® Open Indian Tamil Contemporary Version™ Copyright © 2005, 2020, 2022 by Biblica, Inc.",
|
|
514
|
+
"languageId": "tam",
|
|
515
|
+
"name": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு",
|
|
516
|
+
"nameEnglish": "Biblica® Open Indian Tamil Contemporary Version",
|
|
517
|
+
"textSource": {
|
|
518
|
+
"source": "dbl",
|
|
519
|
+
"sourceId": "032ec262506b719f-01"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
357
522
|
{
|
|
358
523
|
"bibleTextId": "OVCB",
|
|
359
|
-
"name": "Biblica® Thiên Ban Kinh Thánh Hiện Đại",
|
|
360
524
|
"copyright": "Copyright © 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.®",
|
|
361
525
|
"languageId": "vie",
|
|
526
|
+
"name": "Biblica® Thiên Ban Kinh Thánh Hiện Đại",
|
|
362
527
|
"nameEnglish": "Biblica® Open Vietnamese Contemporary Bible 2015",
|
|
363
528
|
"textSource": {
|
|
364
529
|
"source": "dbl",
|
|
365
530
|
"sourceId": "5cc7093967a0a392-01"
|
|
366
531
|
}
|
|
367
532
|
},
|
|
533
|
+
{
|
|
534
|
+
"bibleTextId": "PCV",
|
|
535
|
+
"copyright": "کتابمقدّس، ترجمۀ معاصر™ © ۱۹۹۵، ۲۰۰۵، ۲۰۱۸، ۲۰۲۲ توسط Biblica, Inc. با اجازۀ رسمی از Biblica, Inc. حق چاپ در سراسر دنیا محفوظ است. Persian Contemporary Bible™ Copyright © 1995, 2005, 2018, 2022 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
|
|
536
|
+
"languageId": "pes",
|
|
537
|
+
"name": "ترجمۀ معاصر",
|
|
538
|
+
"nameEnglish": "Persian Contemporary Version",
|
|
539
|
+
"textSource": {
|
|
540
|
+
"source": "dbl",
|
|
541
|
+
"sourceId": "1e5d4a0737127f4c-01"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
368
544
|
{
|
|
369
545
|
"bibleTextId": "PDV",
|
|
370
|
-
"name": "Parole de Vie",
|
|
371
|
-
"alternativeFull": "NLT",
|
|
372
546
|
"copyright": "La Bible Parole de Vie © Societe biblique fram;aise - Bibli'O, 2000",
|
|
373
547
|
"languageId": "fra",
|
|
548
|
+
"name": "Parole de Vie",
|
|
374
549
|
"nameEnglish": "Word of Life",
|
|
375
550
|
"textSource": {
|
|
376
551
|
"source": "dbl",
|
|
@@ -379,35 +554,35 @@
|
|
|
379
554
|
},
|
|
380
555
|
{
|
|
381
556
|
"bibleTextId": "RIF-A",
|
|
382
|
-
"name": "ثريفيث",
|
|
383
|
-
"alternativeFull": "NAV",
|
|
384
557
|
"audioId": "RIF",
|
|
385
558
|
"copyright": "© Awal n Arebbi ℗ 2008 Hosanna",
|
|
386
559
|
"languageId": "rfa",
|
|
560
|
+
"name": "ثريفيث",
|
|
387
561
|
"nameEnglish": "Tarifit (Arabic)",
|
|
388
562
|
"textSource": {
|
|
389
563
|
"source": "dbl",
|
|
390
564
|
"sourceId": "bb4d869847d96eff-01"
|
|
391
|
-
}
|
|
565
|
+
},
|
|
566
|
+
"version": 2
|
|
392
567
|
},
|
|
393
568
|
{
|
|
394
569
|
"bibleTextId": "RIF-L",
|
|
395
|
-
"name": "Tarifit",
|
|
396
|
-
"alternativeFull": "NAV",
|
|
397
570
|
"audioId": "RIF",
|
|
398
571
|
"copyright": "© Awal n Arebbi ℗ 2008 Hosanna",
|
|
399
572
|
"languageId": "rif",
|
|
573
|
+
"name": "Tarifit",
|
|
400
574
|
"nameEnglish": "Tarifit (Latin)",
|
|
401
575
|
"textSource": {
|
|
402
576
|
"source": "dbl",
|
|
403
577
|
"sourceId": "d75b2f45002bf377-01"
|
|
404
|
-
}
|
|
578
|
+
},
|
|
579
|
+
"version": 2
|
|
405
580
|
},
|
|
406
581
|
{
|
|
407
582
|
"bibleTextId": "RUF",
|
|
408
|
-
"name": "Revideált Új Fordítás",
|
|
409
583
|
"copyright": "© Hungarian Bible Society",
|
|
410
584
|
"languageId": "hun",
|
|
585
|
+
"name": "Revideált Új Fordítás",
|
|
411
586
|
"nameEnglish": "Revised Hungarian Bible",
|
|
412
587
|
"textSource": {
|
|
413
588
|
"source": "dbl",
|
|
@@ -416,9 +591,9 @@
|
|
|
416
591
|
},
|
|
417
592
|
{
|
|
418
593
|
"bibleTextId": "RVR1960",
|
|
419
|
-
"name": "Biblia Reina Valera 1960",
|
|
420
594
|
"copyright": "Texto bíblico Reina-Valera 1960® © Sociedades Bíblicas en América Latina, 1960. Derechos renovados 1988, Sociedades Bíblicas Unidas.",
|
|
421
595
|
"languageId": "esp",
|
|
596
|
+
"name": "Biblia Reina Valera 1960",
|
|
422
597
|
"nameEnglish": "Spanish, Biblia Reina Valera 1960",
|
|
423
598
|
"textSource": {
|
|
424
599
|
"source": "dbl",
|
|
@@ -427,9 +602,9 @@
|
|
|
427
602
|
},
|
|
428
603
|
{
|
|
429
604
|
"bibleTextId": "SAB",
|
|
430
|
-
"name": "الكتاب الشريف",
|
|
431
605
|
"copyright": "© International Sharif Bible Society,",
|
|
432
606
|
"languageId": "ara",
|
|
607
|
+
"name": "الكتاب الشريف",
|
|
433
608
|
"nameEnglish": "Sharif Bible",
|
|
434
609
|
"textSource": {
|
|
435
610
|
"source": "dbl",
|
|
@@ -438,21 +613,21 @@
|
|
|
438
613
|
},
|
|
439
614
|
{
|
|
440
615
|
"bibleTextId": "SFB15",
|
|
441
|
-
"name": "Svenska Folkbibeln",
|
|
442
|
-
"alternativeFull": "NLT",
|
|
443
616
|
"copyright": "Svenska Folkbibeln Gamla testamentet © 1998, Stiftelsen Svenska Folkbibeln, Stockholm. Svenska Folkbibeln Nya testamentet © 1996, 1998, Stiftelsen Svenska Folkbibeln, Stockholm och Stiftelsen Biblicum, Ljungby.",
|
|
444
617
|
"languageId": "swe",
|
|
618
|
+
"name": "Svenska Folkbibeln",
|
|
445
619
|
"nameEnglish": "Swedish Folk Bible",
|
|
446
620
|
"textSource": {
|
|
447
621
|
"source": "dbl",
|
|
448
622
|
"sourceId": "f3de39459550f5fa-01"
|
|
449
|
-
}
|
|
623
|
+
},
|
|
624
|
+
"version": 2
|
|
450
625
|
},
|
|
451
626
|
{
|
|
452
627
|
"bibleTextId": "SOMSIM",
|
|
453
|
-
"name": "Kitaabka Quduuska",
|
|
454
628
|
"copyright": "© 2018 SIM International. Scripture text used by permission.",
|
|
455
629
|
"languageId": "som",
|
|
630
|
+
"name": "Kitaabka Quduuska",
|
|
456
631
|
"nameEnglish": "Somali Bible",
|
|
457
632
|
"textSource": {
|
|
458
633
|
"source": "dbl",
|
|
@@ -461,9 +636,9 @@
|
|
|
461
636
|
},
|
|
462
637
|
{
|
|
463
638
|
"bibleTextId": "TCL02",
|
|
464
|
-
"name": "Kutsal Kitap Yeni Çeviri",
|
|
465
639
|
"copyright": "Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi), The Translation Trust / Yeni Yaşam Yayınları 2001, 2008",
|
|
466
640
|
"languageId": "tur",
|
|
641
|
+
"name": "Kutsal Kitap Yeni Çeviri",
|
|
467
642
|
"nameEnglish": "Turkish Bible",
|
|
468
643
|
"textSource": {
|
|
469
644
|
"source": "dbl",
|
|
@@ -472,10 +647,10 @@
|
|
|
472
647
|
},
|
|
473
648
|
{
|
|
474
649
|
"bibleTextId": "TDV08",
|
|
475
|
-
"name": "کتاب مقدس به زبان دری",
|
|
476
650
|
"alternativeFull": "NAV",
|
|
477
651
|
"copyright": "The Bible in Dari “Today’s Dari Version” © 2008 United Bible Societies and Pamir Ministries (OM). Scripture taken from “Today’s Dari Version” - TDV08 © 2008 United Bible Societies and Pamir Ministries (OM). Used by permission. All rights reserved. Pamir Productions",
|
|
478
652
|
"languageId": "prs",
|
|
653
|
+
"name": "کتاب مقدس به زبان دری",
|
|
479
654
|
"nameEnglish": "Today's Dari Version",
|
|
480
655
|
"textSource": {
|
|
481
656
|
"source": "dbl",
|
|
@@ -484,10 +659,10 @@
|
|
|
484
659
|
},
|
|
485
660
|
{
|
|
486
661
|
"bibleTextId": "TELUBSI",
|
|
487
|
-
"name": "పరిశుద్ధ గ్రంథము O.V. Bible (BSI)",
|
|
488
662
|
"copyright": "Telugu Old Version Bible - పరిశుద్ధ గ్రంథము O.V. Bible Copyright © 2016 by The Bible Society of India. Used by permission. All rights reserved worldwide.",
|
|
489
663
|
"copyrightImage": "https://firebasestorage.googleapis.com/v0/b/waha-app-db.appspot.com/o/assets%2Fbsi.png?alt=media",
|
|
490
664
|
"languageId": "tel",
|
|
665
|
+
"name": "పరిశుద్ధ గ్రంథము O.V. Bible (BSI)",
|
|
491
666
|
"nameEnglish": "Telugu Old Version",
|
|
492
667
|
"textSource": {
|
|
493
668
|
"source": "dbl",
|
|
@@ -496,9 +671,9 @@
|
|
|
496
671
|
},
|
|
497
672
|
{
|
|
498
673
|
"bibleTextId": "TNCV",
|
|
499
|
-
"name": "พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด",
|
|
500
674
|
"copyright": "® พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด™ สงวนลิขสิทธิ์ © 1999, 2001, โดย Biblica, Inc.",
|
|
501
675
|
"languageId": "tha",
|
|
676
|
+
"name": "พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด",
|
|
502
677
|
"nameEnglish": "Thai New Contemporary Version",
|
|
503
678
|
"textSource": {
|
|
504
679
|
"source": "dbl",
|
|
@@ -507,10 +682,10 @@
|
|
|
507
682
|
},
|
|
508
683
|
{
|
|
509
684
|
"bibleTextId": "TPV",
|
|
510
|
-
"name": "مژده برای عصر جدید",
|
|
511
685
|
"alternativeFull": "NAV",
|
|
512
686
|
"copyright": "Today’s Persian Version (TPV) © United Bible Societies, 2012.",
|
|
513
687
|
"languageId": "pes",
|
|
688
|
+
"name": "مژده برای عصر جدید",
|
|
514
689
|
"nameEnglish": "Today's Persian Version",
|
|
515
690
|
"textSource": {
|
|
516
691
|
"source": "dbl",
|
|
@@ -519,9 +694,10 @@
|
|
|
519
694
|
},
|
|
520
695
|
{
|
|
521
696
|
"bibleTextId": "TSI",
|
|
522
|
-
"
|
|
697
|
+
"bookNameFallback": "NLT",
|
|
523
698
|
"copyright": "© 2021 oleh Yayasan Alkitab Bahasa Kita (Albata) dan Pioneer Bible Translators International",
|
|
524
699
|
"languageId": "ind",
|
|
700
|
+
"name": "Terjemehan Sederhana Indonesia",
|
|
525
701
|
"nameEnglish": "Simple Indonesian Translation",
|
|
526
702
|
"textSource": {
|
|
527
703
|
"source": "dbl",
|
|
@@ -530,18 +706,18 @@
|
|
|
530
706
|
},
|
|
531
707
|
{
|
|
532
708
|
"bibleTextId": "TZM",
|
|
533
|
-
"name": "Tamazight Bible",
|
|
534
709
|
"copyright": "© Bible Society of Morocco, used with permission",
|
|
535
710
|
"languageId": "tzm",
|
|
711
|
+
"name": "Tamazight Bible",
|
|
536
712
|
"textSource": {
|
|
537
713
|
"source": "custom"
|
|
538
714
|
}
|
|
539
715
|
},
|
|
540
716
|
{
|
|
541
717
|
"bibleTextId": "UBIO",
|
|
542
|
-
"name": "Біблія в пер. Івана Огієнка 1962",
|
|
543
718
|
"copyright": "Українська Біблія в перекладі Івана Хоменка. Аудіо версія зроблена: http://www.blagovestnik.org. Текст читає І. Козлов. Ukrainian Bible translated by Ivan Khomenko. Audio provided by http://www.blagovestnik.org. Read by I. Kozlov.",
|
|
544
719
|
"languageId": "ukr",
|
|
720
|
+
"name": "Біблія в пер. Івана Огієнка 1962",
|
|
545
721
|
"nameEnglish": "The Bible in Ukrainian",
|
|
546
722
|
"textSource": {
|
|
547
723
|
"source": "custom"
|
|
@@ -549,10 +725,10 @@
|
|
|
549
725
|
},
|
|
550
726
|
{
|
|
551
727
|
"bibleTextId": "URDGVH",
|
|
552
|
-
"name": "किताबे-मुक़द्दस",
|
|
553
728
|
"audioId": "URDGV",
|
|
554
729
|
"copyright": "Text is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
|
|
555
730
|
"languageId": "urd",
|
|
731
|
+
"name": "किताबे-मुक़द्दस",
|
|
556
732
|
"nameEnglish": "Urdu Geo Version (Hindi)",
|
|
557
733
|
"textSource": {
|
|
558
734
|
"source": "dbl",
|
|
@@ -561,10 +737,10 @@
|
|
|
561
737
|
},
|
|
562
738
|
{
|
|
563
739
|
"bibleTextId": "URDGVU",
|
|
564
|
-
"name": "اردو جیو ورژن",
|
|
565
740
|
"audioId": "URDGV",
|
|
566
741
|
"copyright": "Text is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
|
|
567
742
|
"languageId": "urd",
|
|
743
|
+
"name": "اردو جیو ورژن",
|
|
568
744
|
"nameEnglish": "Urdu Geo Version (Urdu)",
|
|
569
745
|
"textSource": {
|
|
570
746
|
"source": "dbl",
|
|
@@ -572,102 +748,24 @@
|
|
|
572
748
|
}
|
|
573
749
|
},
|
|
574
750
|
{
|
|
575
|
-
"bibleTextId": "
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
"nameEnglish": "Azerbaijani Bible",
|
|
581
|
-
"textSource": {
|
|
582
|
-
"source": "usfx"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"bibleTextId": "NEB",
|
|
587
|
-
"name": "Նոր Էջմիածին Աստվածաշունչ",
|
|
588
|
-
"copyright": "© Bible Society in Armenia © Հայաստանի Աստվածաշնչային Ընկերություն",
|
|
589
|
-
"languageId": "hye",
|
|
590
|
-
"nameEnglish": "New Etchmiadzin Bible",
|
|
591
|
-
"textSource": {
|
|
592
|
-
"source": "dbl",
|
|
593
|
-
"sourceId": "5dd78d59ff7724d7-01"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"bibleTextId": "KLB",
|
|
598
|
-
"name": "현대인의성경 1985",
|
|
599
|
-
"copyright": "© 1985 by Biblica, Inc.®",
|
|
600
|
-
"languageId": "kor",
|
|
601
|
-
"nameEnglish": "Korean Living Bible 1985",
|
|
602
|
-
"textSource": {
|
|
603
|
-
"source": "dbl",
|
|
604
|
-
"sourceId": "e959e47176271f18-01"
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"bibleTextId": "NKCT",
|
|
609
|
-
"name": "조선말 성경",
|
|
610
|
-
"audioId": "NKCT",
|
|
611
|
-
"languageId": "kox",
|
|
612
|
-
"nameEnglish": "North Korean Custom Translation",
|
|
751
|
+
"bibleTextId": "WAHA_INQ",
|
|
752
|
+
"copyright": "Passages recorded by and owned by Waha.",
|
|
753
|
+
"languageId": "inq",
|
|
754
|
+
"name": "Waha Indonesian Contextual Paraphrase",
|
|
755
|
+
"nameEnglish": "Waha Indonesian Contextual Paraphrase",
|
|
613
756
|
"textSource": {
|
|
614
757
|
"source": "custom"
|
|
615
758
|
}
|
|
616
759
|
},
|
|
617
760
|
{
|
|
618
|
-
"bibleTextId": "
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"nameEnglish": "
|
|
623
|
-
"textSource": {
|
|
624
|
-
"source": "dbl",
|
|
625
|
-
"sourceId": "efd8a351a07d4264-01"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"bibleTextId": "OTCV",
|
|
630
|
-
"name": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு",
|
|
631
|
-
"copyright": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™ பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc. Biblica® Open Indian Tamil Contemporary Version™ Copyright © 2005, 2020, 2022 by Biblica, Inc.",
|
|
632
|
-
"languageId": "tam",
|
|
633
|
-
"nameEnglish": "Biblica® Open Indian Tamil Contemporary Version",
|
|
634
|
-
"textSource": {
|
|
635
|
-
"source": "dbl",
|
|
636
|
-
"sourceId": "032ec262506b719f-01"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"bibleTextId": "HebBMHNT",
|
|
641
|
-
"name": "תנ\"ך וברית חדשה בתרגום מודני",
|
|
642
|
-
"copyright": "Copyright 2018 © All Rights Reserved The Bible Society in Israel Jerusalem, Israel. כל הזכויות שמורות לחברה לכתבי הקודש בישראל",
|
|
643
|
-
"languageId": "heb",
|
|
644
|
-
"nameEnglish": "Tanach and Modern Hebrew New Testament",
|
|
761
|
+
"bibleTextId": "WAHA_QAK",
|
|
762
|
+
"bookNameFallback": "GNA",
|
|
763
|
+
"languageId": "qak",
|
|
764
|
+
"name": "Waha QAK Recordings",
|
|
765
|
+
"nameEnglish": "Waha QAK Recordings",
|
|
645
766
|
"textSource": {
|
|
646
|
-
"source": "
|
|
647
|
-
"sourceId": "4d62fe6a93be8b25-01"
|
|
767
|
+
"source": "custom"
|
|
648
768
|
}
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"bibleTextId": "MPB",
|
|
652
|
-
"name": "Baiboly Protestanta Malagasy",
|
|
653
|
-
"nameEnglish": "Malagasy Protestant Bible",
|
|
654
|
-
"languageId": "mlg",
|
|
655
|
-
"textSource": {
|
|
656
|
-
"source": "dbl",
|
|
657
|
-
"sourceId": "0c49fe37088c319c-01"
|
|
658
|
-
},
|
|
659
|
-
"copyright": "Baiboly Protestanta Malagasy © Malagasy Bible Society, 1965, 2019."
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"bibleTextId": "Aco85",
|
|
663
|
-
"name": "Acoli Baibul",
|
|
664
|
-
"nameEnglish": "Acholi Bible",
|
|
665
|
-
"languageId": "ach",
|
|
666
|
-
"textSource": {
|
|
667
|
-
"source": "dbl",
|
|
668
|
-
"sourceId": "068393843c705fd8-01"
|
|
669
|
-
},
|
|
670
|
-
"copyright": "Bible Society of Uganda"
|
|
671
769
|
}
|
|
672
770
|
]
|
|
673
771
|
}
|