waha-shared 1.0.307 → 1.0.308

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.
Files changed (102) hide show
  1. package/dist/data/areas/areas.json +48 -50
  2. package/dist/data/areas/areas.schema.json +2 -2
  3. package/dist/data/areas/areas.zod.d.ts +1 -1
  4. package/dist/data/areas/areas.zod.js +1 -1
  5. package/dist/data/areas/index.d.ts +1 -1
  6. package/dist/data/bibleAudios/bibleAudios.json +314 -581
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +8 -17
  8. package/dist/data/bibleAudios/bibleAudios.zod.d.ts +2 -43
  9. package/dist/data/bibleAudios/bibleAudios.zod.js +7 -16
  10. package/dist/data/bibleAudios/index.d.ts +1 -2
  11. package/dist/data/bibleBooks/bibleBooks.json +782 -784
  12. package/dist/data/bibleStatuses/bibleStatuses.json +8284 -7785
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +0 -6
  14. package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +0 -1
  15. package/dist/data/bibleStatuses/bibleStatuses.zod.js +0 -4
  16. package/dist/data/bibleStatuses/index.d.ts +0 -1
  17. package/dist/data/bibleTexts/bibleTexts.json +184 -269
  18. package/dist/data/bibleTexts/bibleTexts.schema.json +0 -7
  19. package/dist/data/bibleTexts/bibleTexts.zod.d.ts +0 -28
  20. package/dist/data/bibleTexts/bibleTexts.zod.js +3 -10
  21. package/dist/data/bibleTexts/index.d.ts +0 -2
  22. package/dist/data/clones/clones.json +0 -2
  23. package/dist/data/countries/countries.json +480 -480
  24. package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6798 -6800
  25. package/dist/data/crowdinLanguages/crowdinLanguages.json +1438 -1440
  26. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
  27. package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
  28. package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
  29. package/dist/data/crowdinLanguages/index.d.ts +2 -2
  30. package/dist/data/curriculumFoundations/curriculumFoundations.json +69 -86
  31. package/dist/data/curriculumQuestions/curriculumQuestions.json +192 -194
  32. package/dist/data/curriculumTopics/curriculumTopics.json +8 -51
  33. package/dist/data/dblAudioLicenses/dblAudioLicenses.json +7 -36
  34. package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
  35. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
  36. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
  37. package/dist/data/languageAssets/index.d.ts +1 -0
  38. package/dist/data/languageAssets/index.js +7 -0
  39. package/dist/data/languageAssets/languageAssets.json +45406 -0
  40. package/dist/data/languageAssets/languageAssets.schema.json +19 -0
  41. package/dist/data/languageAssets/languageAssets.zod.d.ts +3 -0
  42. package/dist/data/languageAssets/languageAssets.zod.js +7 -0
  43. package/dist/data/languages/index.d.ts +10 -20
  44. package/dist/data/languages/languages.json +2008 -2983
  45. package/dist/data/languages/languages.schema.json +47 -93
  46. package/dist/data/languages/languages.zod.d.ts +30 -93
  47. package/dist/data/languages/languages.zod.js +37 -59
  48. package/dist/data/lessonPauses/index.d.ts +1 -0
  49. package/dist/data/lessonPauses/lessonPauses.json +3 -2
  50. package/dist/data/lessonPauses/lessonPauses.schema.json +11 -1
  51. package/dist/data/lessonPauses/lessonPauses.zod.d.ts +1 -0
  52. package/dist/data/lessonPauses/lessonPauses.zod.js +3 -0
  53. package/dist/data/mediaDurations/mediaDurations.json +4231 -33446
  54. package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
  55. package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
  56. package/dist/data/notification/index.d.ts +1 -1
  57. package/dist/data/notification/notification.json +169 -93
  58. package/dist/data/phoneLanguages/phoneLanguages.json +635 -637
  59. package/dist/data/questions/questions.json +147 -149
  60. package/dist/data/releaseNotes/releaseNotes.json +124 -126
  61. package/dist/data/screenshots/screenshots.json +1 -1
  62. package/dist/data/scripts/scripts.json +1 -6
  63. package/dist/data/sets/index.d.ts +3 -3
  64. package/dist/data/sets/sets.json +476 -1766
  65. package/dist/data/sets/sets.schema.json +1 -1
  66. package/dist/data/sets/sets.zod.d.ts +3 -3
  67. package/dist/data/sets/sets.zod.js +6 -3
  68. package/dist/data/translationsApp/index.d.ts +0 -1
  69. package/dist/data/translationsApp/translationsApp.json +1582 -1623
  70. package/dist/data/translationsApp/translationsApp.schema.json +0 -1
  71. package/dist/data/translationsApp/translationsApp.zod.d.ts +0 -2
  72. package/dist/data/translationsApp/translationsApp.zod.js +0 -1
  73. package/dist/data/translationsFtb/translationsFtb.json +613 -69
  74. package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
  75. package/dist/data/translationsQuestion/translationsQuestion.json +33 -65
  76. package/dist/data/translationsSet/translationsSet.json +19565 -30302
  77. package/dist/data/translationsSet/translationsSet.schema.json +4 -3
  78. package/dist/data/translationsSet/translationsSet.zod.js +4 -4
  79. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
  80. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +33 -65
  81. package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
  82. package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
  83. package/dist/functions/languages.d.ts +7 -6
  84. package/dist/functions/languages.js +53 -51
  85. package/dist/functions/scripturePassages.d.ts +49 -34
  86. package/dist/functions/scripturePassages.js +304 -167
  87. package/dist/functions/sets.d.ts +52 -13
  88. package/dist/functions/sets.js +205 -193
  89. package/dist/types/bibleChapters.d.ts +2 -2
  90. package/dist/types/bibleChapters.js +1 -1
  91. package/dist/types/languages.d.ts +9 -39
  92. package/dist/types/languages.js +0 -2
  93. package/dist/types/sets.d.ts +11 -21
  94. package/package.json +1 -1
  95. package/dist/data/firebase.d.ts +0 -1
  96. package/dist/data/firebase.js +0 -4
  97. package/dist/functions/bibleBooks.d.ts +0 -16
  98. package/dist/functions/bibleBooks.js +0 -101
  99. package/dist/functions/bibles.d.ts +0 -44
  100. package/dist/functions/bibles.js +0 -291
  101. package/dist/functions/utils.d.ts +0 -2
  102. package/dist/functions/utils.js +0 -8
@@ -1,773 +1,506 @@
1
1
  {
2
2
  "$schema": "./bibleAudios.schema.json",
3
- "sortKeys": ["bibleAudioId"],
4
- "sortOrder": "ascending",
5
3
  "data": [
6
4
  {
7
- "bibleAudioId": "AB2013",
8
- "canDownload": false,
9
- "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2017 © Ариун Бичээс Нийгэмлэг, 2017",
10
- "audioSource": [
11
- {
12
- "scope": "all",
13
- "source": "dbl",
14
- "sourceId": "a6ab757a5af18616-01"
15
- }
16
- ]
5
+ "bibleAudioId": "ONCV",
6
+ "audioSource": {
7
+ "source": "custom"
8
+ },
9
+ "canDownload": true,
10
+ "copyright": "Biblica® Open Nepali Contemporary Version™, Audio Edition Copyright ℗ 2025 by Biblica, Inc. and Davar Partners International"
17
11
  },
18
12
  {
19
- "bibleAudioId": "Aco85",
20
- "canDownload": false,
21
- "copyright": "℗ 2007 Hosanna",
22
- "audioSource": [
23
- {
24
- "scope": "NT",
25
- "source": "dbl",
26
- "sourceId": "9f017cecd21b11e3-01"
27
- },
28
- {
29
- "scope": "OT",
30
- "source": "dbl",
31
- "sourceId": "2dab2eeadd0f48b8-01"
32
- }
33
- ]
13
+ "bibleAudioId": "HAS",
14
+ "audioSource": {
15
+ "source": "custom"
16
+ },
17
+ "canDownload": false
34
18
  },
35
19
  {
36
- "bibleAudioId": "AFB-RETELL",
20
+ "bibleAudioId": "AZB",
21
+ "audioSource": {
22
+ "source": "dbl",
23
+ "sourceId": "bdc9113a294649c3-01"
24
+ },
37
25
  "canDownload": false,
38
- "audioSource": [
39
- {
40
- "scope": "all",
41
- "source": "custom"
42
- }
43
- ]
26
+ "copyright": "Bible in Northern Azeri © 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible ℗ 2024, Davar Partners International."
44
27
  },
45
28
  {
46
- "bibleAudioId": "AKAB",
29
+ "bibleAudioId": "AB2013",
30
+ "audioSource": {
31
+ "source": "dbl",
32
+ "sourceId": "a6ab757a5af18616-01"
33
+ },
47
34
  "canDownload": false,
48
- "audioSource": [
49
- {
50
- "scope": "NT",
51
- "source": "custom"
52
- }
53
- ]
35
+ "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2017 © Ариун Бичээс Нийгэмлэг, 2017"
54
36
  },
55
37
  {
56
38
  "bibleAudioId": "AKAB",
57
- "canDownload": false,
58
- "audioSource": [
59
- {
60
- "scope": "all",
61
- "source": "custom"
62
- }
63
- ]
64
- },
65
- {
66
- "bibleAudioId": "ARZ-RETELL",
67
- "canDownload": false,
68
- "audioSource": [
69
- {
70
- "scope": "all",
71
- "source": "custom"
72
- }
73
- ]
74
- },
75
- {
76
- "bibleAudioId": "ASLV",
77
- "canDownload": false,
78
- "audioSource": [
79
- {
80
- "scope": "all",
81
- "source": "custom"
82
- }
83
- ]
39
+ "audioSource": {
40
+ "source": "custom"
41
+ },
42
+ "canDownload": false
84
43
  },
85
44
  {
86
45
  "bibleAudioId": "ASND",
46
+ "audioSource": {
47
+ "source": "dbl",
48
+ "sourceId": "33283690eb54d55d-01"
49
+ },
87
50
  "canDownload": false,
88
- "copyright": "Tagalog New Contemporary Version™, Audio Edition (Ang Salita Ng Dios Biblia™)Audio Copyright ℗ 2016, 2019 by Biblica, Inc.Used by permission. All rights reserved worldwide.",
89
- "audioSource": [
90
- {
91
- "scope": "all",
92
- "source": "dbl",
93
- "sourceId": "33283690eb54d55d-01"
94
- }
95
- ]
51
+ "copyright": "Tagalog New Contemporary Version™, Audio Edition (Ang Salita Ng Dios Biblia™)Audio Copyright ℗ 2016, 2019 by Biblica, Inc.Used by permission. All rights reserved worldwide."
96
52
  },
97
53
  {
98
54
  "bibleAudioId": "AVB",
55
+ "audioSource": {
56
+ "source": "bibleBrain",
57
+ "sourceId": "ZLMAVBN1DA"
58
+ },
99
59
  "canDownload": false,
100
- "copyright": "Alkitab Versi Borneo, Hak Cipta © 2015 Borneo Sabda Limited",
101
- "audioSource": [
102
- {
103
- "scope": "all",
104
- "source": "bibleBrain",
105
- "sourceId": "ZLMAVBN1DA"
106
- }
107
- ]
108
- },
109
- {
110
- "bibleAudioId": "AZB",
111
- "canDownload": false,
112
- "copyright": "Bible in Northern Azeri © 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible ℗ 2024, Davar Partners International.",
113
- "audioSource": [
114
- {
115
- "scope": "all",
116
- "source": "dbl",
117
- "sourceId": "bdc9113a294649c3-01"
118
- }
119
- ]
120
- },
121
- {
122
- "bibleAudioId": "BCV",
123
- "canDownload": true,
124
- "copyright": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণ সর্বস্বত্ব ℗ 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত Biblica® Open Bengali Contemporary Version™, Audio Edition Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc. Biblica® Open Bengali Contemporary Version™ Copyright © 1997, 2005, 2017, 2020 Biblica, Inc. “Biblica” (বিবলিকা) মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত। “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
125
- "audioSource": [
126
- {
127
- "scope": "all",
128
- "source": "dbl",
129
- "sourceId": "2d681a4ce8b8479f-01"
130
- }
131
- ]
132
- },
133
- {
134
- "bibleAudioId": "CCB",
135
- "canDownload": true,
136
- "copyright": "Audio recorded and distributed by waha.",
137
- "audioSource": [
138
- {
139
- "scope": "all",
140
- "source": "custom"
141
- }
142
- ]
60
+ "copyright": "Alkitab Versi Borneo, Hak Cipta © 2015 Borneo Sabda Limited"
143
61
  },
144
62
  {
145
63
  "bibleAudioId": "COHT",
146
- "canDownload": false,
147
- "audioSource": [
148
- {
149
- "scope": "all",
150
- "source": "custom"
151
- }
152
- ]
64
+ "audioSource": {
65
+ "source": "custom"
66
+ },
67
+ "canDownload": false
153
68
  },
154
69
  {
155
70
  "bibleAudioId": "CUVS",
71
+ "audioSource": {
72
+ "source": "bibleBrain",
73
+ "sourceId": "CHNUN1O2DA"
74
+ },
156
75
  "canDownload": true,
157
- "copyright": "℗ 2004 Hosanna",
158
- "audioSource": [
159
- {
160
- "scope": "all",
161
- "source": "bibleBrain",
162
- "sourceId": "CHNUN1O2DA"
163
- }
164
- ]
165
- },
166
- {
167
- "bibleAudioId": "DARB",
168
- "canDownload": false,
169
- "audioSource": [
170
- {
171
- "scope": "all",
172
- "source": "custom"
173
- }
174
- ]
76
+ "copyright": "℗ 2004 Hosanna"
175
77
  },
176
78
  {
177
79
  "bibleAudioId": "GNA",
80
+ "audioSource": {
81
+ "source": "dbl",
82
+ "sourceId": "7bf2d60ef1cde2ed-01"
83
+ },
178
84
  "canDownload": false,
179
- "copyright": "Syrian Arabic Audio and Bible scripts © ONE:SIXTEEN, based on the Good News Arabic text © 1993 Bible Society of Lebanon. Used with permission.",
180
- "audioSource": [
181
- {
182
- "scope": "all",
183
- "source": "dbl",
184
- "sourceId": "7bf2d60ef1cde2ed-01"
185
- }
186
- ]
187
- },
188
- {
189
- "bibleAudioId": "HAS",
190
- "canDownload": false,
191
- "audioSource": [
192
- {
193
- "scope": "all",
194
- "source": "custom"
195
- }
196
- ]
197
- },
198
- {
199
- "bibleAudioId": "HebBMHNT",
200
- "canDownload": false,
201
- "copyright": "2015 © The Bible Society in Israel",
202
- "audioSource": [
203
- {
204
- "scope": "all",
205
- "source": "dbl",
206
- "sourceId": "b4460672ee240d7f-01"
207
- }
208
- ]
85
+ "copyright": "Syrian Arabic Audio and Bible scripts © ONE:SIXTEEN, based on the Good News Arabic text © 1993 Bible Society of Lebanon. Used with permission."
209
86
  },
210
87
  {
211
88
  "bibleAudioId": "HFA",
89
+ "audioSource": {
90
+ "source": "dbl",
91
+ "sourceId": "2f6669b7331f83aa-01"
92
+ },
212
93
  "canDownload": false,
213
- "copyright": " Hoffnung für Alle® (Hope for All) © 1983,1996, 2002, 2009, 2015 by Biblica, Inc.® All rights reserved worldwide. ",
214
- "audioSource": [
215
- {
216
- "scope": "all",
217
- "source": "dbl",
218
- "sourceId": "2f6669b7331f83aa-01"
219
- }
220
- ]
94
+ "copyright": " Hoffnung für Alle® (Hope for All) © 1983,1996, 2002, 2009, 2015 by Biblica, Inc.® All rights reserved worldwide. "
221
95
  },
222
96
  {
223
97
  "bibleAudioId": "HINOVBSI",
98
+ "audioSource": {
99
+ "source": "dbl",
100
+ "sourceId": "31b4eb60bf452358-01"
101
+ },
224
102
  "canDownload": false,
225
- "copyright": "Audio recording copyright © Bible Society of India, 2016. Used with permission. All rights reserved worldwide.",
226
- "audioSource": [
227
- {
228
- "scope": "all",
229
- "source": "dbl",
230
- "sourceId": "31b4eb60bf452358-01"
231
- }
232
- ]
103
+ "copyright": "Audio recording copyright © Bible Society of India, 2016. Used with permission. All rights reserved worldwide."
233
104
  },
234
105
  {
235
106
  "bibleAudioId": "HZUT",
107
+ "audioSource": {
108
+ "source": "custom"
109
+ },
236
110
  "canDownload": false,
237
- "copyright": "℗ 2010, 2016, 2020 UMKJ www.umkj.org",
238
- "audioSource": [
239
- {
240
- "scope": "all",
241
- "source": "custom"
242
- }
243
- ]
111
+ "copyright": "℗ 2010, 2016, 2020 UMKJ www.umkj.org"
244
112
  },
245
113
  {
246
114
  "bibleAudioId": "INDSHL",
115
+ "audioSource": {
116
+ "source": "bibleBrain",
117
+ "sourceId": "INDALAO1DA"
118
+ },
247
119
  "canDownload": false,
248
- "copyright": "Teks KSI Indonesia @ LAI 2007 Teks KSTZ Indonesia @ PPT1912 2014",
249
- "audioSource": [
250
- {
251
- "scope": "all",
252
- "source": "bibleBrain",
253
- "sourceId": "INDALAO1DA"
254
- }
255
- ]
120
+ "copyright": "Teks KSI Indonesia @ LAI 2007 Teks KSTZ Indonesia @ PPT1912 2014"
256
121
  },
257
122
  {
258
123
  "bibleAudioId": "IRVTel",
124
+ "audioSource": {
125
+ "source": "dbl",
126
+ "sourceId": "0d7b2453e9ae4513-01"
127
+ },
259
128
  "canDownload": true,
260
- "copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
261
- "audioSource": [
262
- {
263
- "scope": "all",
264
- "source": "dbl",
265
- "sourceId": "0d7b2453e9ae4513-01"
266
- }
267
- ]
129
+ "copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license."
268
130
  },
269
131
  {
270
132
  "bibleAudioId": "JCB",
133
+ "audioSource": {
134
+ "source": "dbl",
135
+ "sourceId": "bbeb5dd5380e0873-01"
136
+ },
271
137
  "canDownload": false,
272
- "copyright": "Japanese Contemporary Bible, Audio Edition Audio Copyright ℗ 2016 by Biblica, Inc.® Used by permission. All rights reserved worldwide.",
273
- "audioSource": [
274
- {
275
- "scope": "all",
276
- "source": "dbl",
277
- "sourceId": "bbeb5dd5380e0873-01"
278
- }
279
- ]
138
+ "copyright": "Japanese Contemporary Bible, Audio Edition Audio Copyright ℗ 2016 by Biblica, Inc.® Used by permission. All rights reserved worldwide."
280
139
  },
281
140
  {
282
141
  "bibleAudioId": "KHSV05",
142
+ "audioSource": {
143
+ "source": "youVersion",
144
+ "sourceId": "85"
145
+ },
283
146
  "canDownload": false,
284
- "copyright": "Khmer Standard Version © 2005 United Bible Societies.",
285
- "audioSource": [
286
- {
287
- "scope": "all",
288
- "source": "youVersion",
289
- "sourceId": "85"
290
- }
291
- ]
147
+ "copyright": "Khmer Standard Version © 2005 United Bible Societies."
292
148
  },
293
149
  {
294
150
  "bibleAudioId": "KK",
151
+ "audioSource": {
152
+ "source": "dbl",
153
+ "sourceId": "a4c7cb9c479111e7-01"
154
+ },
295
155
  "canDownload": false,
296
- "copyright": "Text: © United Bible Societies, 2005 Audio: ℗ 2009 Hosanna",
297
- "audioSource": [
298
- {
299
- "scope": "all",
300
- "source": "dbl",
301
- "sourceId": "a4c7cb9c479111e7-01"
302
- }
303
- ]
156
+ "copyright": "Text: © United Bible Societies, 2005 Audio: ℗ 2009 Hosanna"
304
157
  },
305
158
  {
306
- "bibleAudioId": "KLB",
307
- "canDownload": false,
308
- "copyright": "© 1985 by Biblica, Inc.®",
309
- "audioSource": [
310
- {
311
- "scope": "all",
312
- "source": "dbl",
313
- "sourceId": "2211d71757bf467a-01"
314
- }
315
- ]
159
+ "bibleAudioId": "OKSS",
160
+ "audioSource": {
161
+ "source": "dbl",
162
+ "sourceId": "4bd4740816ed4a97-02"
163
+ },
164
+ "canDownload": true,
165
+ "copyright": "Kurdi Sorani Standard™, Audio Edition. Audio Copyright ℗ 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide."
316
166
  },
317
167
  {
318
168
  "bibleAudioId": "MARVBSI",
169
+ "audioSource": {
170
+ "source": "dbl",
171
+ "sourceId": "555476c2390c102d-01"
172
+ },
319
173
  "canDownload": false,
320
- "copyright": "Audio recording, the Bible Society of India, 2016.",
321
- "audioSource": [
322
- {
323
- "scope": "all",
324
- "source": "dbl",
325
- "sourceId": "555476c2390c102d-01"
326
- }
327
- ]
174
+ "copyright": "Audio recording, the Bible Society of India, 2016."
328
175
  },
329
176
  {
330
177
  "bibleAudioId": "MBCL",
331
- "canDownload": false,
332
- "audioSource": [
333
- {
334
- "scope": "all",
335
- "source": "youVersion",
336
- "sourceId": "95"
337
- }
338
- ]
339
- },
340
- {
341
- "bibleAudioId": "MPB",
342
- "canDownload": false,
343
- "copyright": "© 1965 La Société Biblique Malgache ℗ 1985 PRM, Inc.",
344
- "audioSource": [
345
- {
346
- "scope": "NT",
347
- "source": "dbl",
348
- "sourceId": "9ce0d31e56e411e5-01"
349
- },
350
- {
351
- "scope": "OT",
352
- "source": "dbl",
353
- "sourceId": "d2b051037c9d4380-01"
354
- }
355
- ]
178
+ "audioSource": {
179
+ "source": "youVersion",
180
+ "sourceId": "95"
181
+ },
182
+ "canDownload": false
356
183
  },
357
184
  {
358
185
  "bibleAudioId": "MSB",
186
+ "audioSource": {
187
+ "source": "dbl",
188
+ "sourceId": "1cd94676c4e3462e-01"
189
+ },
359
190
  "canDownload": false,
360
- "copyright": "Scripture taken from the MYANMAR STANDARD BIBLE, Copyright © 2012 by GlobalBible Initiative, LLC. Used by permission. All rights reserved worldwide.",
361
- "audioSource": [
362
- {
363
- "scope": "all",
364
- "source": "dbl",
365
- "sourceId": "1cd94676c4e3462e-01"
366
- }
367
- ]
368
- },
369
- {
370
- "bibleAudioId": "MSTD",
371
- "canDownload": false,
372
- "audioSource": [
373
- {
374
- "scope": "all",
375
- "source": "custom"
376
- }
377
- ]
191
+ "copyright": "Scripture taken from the MYANMAR STANDARD BIBLE, Copyright © 2012 by GlobalBible Initiative, LLC. Used by permission. All rights reserved worldwide."
378
192
  },
379
193
  {
380
194
  "bibleAudioId": "NAV",
195
+ "audioSource": {
196
+ "source": "dbl",
197
+ "sourceId": "26b7a1cd2f8f4878-01"
198
+ },
381
199
  "canDownload": true,
382
- "copyright": "New Arabic Version (Ketab El Hayat) Copyright © 1988, 1997, 2012 by Biblica, Inc.® Used by permission of Biblica, Inc.® All rights reserved worldwide.",
383
- "audioSource": [
384
- {
385
- "scope": "all",
386
- "source": "dbl",
387
- "sourceId": "26b7a1cd2f8f4878-01"
388
- }
389
- ]
200
+ "copyright": "New Arabic Version (Ketab El Hayat) Copyright © 1988, 1997, 2012 by Biblica, Inc.® Used by permission of Biblica, Inc.® All rights reserved worldwide."
390
201
  },
391
202
  {
392
203
  "bibleAudioId": "NBLA",
393
- "canDownload": false,
394
- "audioSource": [
395
- {
396
- "scope": "all",
397
- "source": "custom"
398
- }
399
- ]
400
- },
401
- {
402
- "bibleAudioId": "NEB",
403
- "canDownload": false,
404
- "copyright": "Bible translation: Armenian New Etchmiadzin Bible © Bible Society of Armenia © Հայաստանի Աստվածաշնչային Ընկերություն Recording of the New Testament ℗ Hosanna, 2019 and Bible Society of Armenia",
405
- "audioSource": [
406
- {
407
- "scope": "all",
408
- "source": "dbl",
409
- "sourceId": "579637b954c24e9c-01"
410
- }
411
- ]
204
+ "audioSource": {
205
+ "source": "custom"
206
+ },
207
+ "canDownload": false
412
208
  },
413
209
  {
414
210
  "bibleAudioId": "NENO",
211
+ "audioSource": {
212
+ "source": "dbl",
213
+ "sourceId": "3533f7929cde418c-01"
214
+ },
415
215
  "canDownload": true,
416
- "copyright": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza. Hakimiliki ℗ 2013 na Biblica, Inc. Imetumiwa na ruhusa.",
417
- "audioSource": [
418
- {
419
- "scope": "all",
420
- "source": "dbl",
421
- "sourceId": "3533f7929cde418c-01"
422
- }
423
- ]
216
+ "copyright": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza. Hakimiliki ℗ 2013 na Biblica, Inc. Imetumiwa na ruhusa."
424
217
  },
425
218
  {
426
- "bibleAudioId": "NKCT",
219
+ "bibleAudioId": "NLT",
220
+ "audioSource": {
221
+ "source": "dbl",
222
+ "sourceId": "47aa6c3607ec4b18-01"
223
+ },
427
224
  "canDownload": false,
428
- "audioSource": [
429
- {
430
- "scope": "all",
431
- "source": "custom"
432
- }
433
- ]
225
+ "copyright": "Holy Bible, New Living Translation, Audio, copyright ©1996, 2004, by Tyndale House Foundation. Used by permission of Tyndale House Publishers, Inc., Carol Stream, Illinois 60188, USA. All rights reserved."
434
226
  },
435
227
  {
436
- "bibleAudioId": "NLT",
437
- "canDownload": false,
438
- "copyright": "Holy Bible, New Living Translation, Audio, copyright ©1996, 2004, by Tyndale House Foundation. Used by permission of Tyndale House Publishers, Inc., Carol Stream, Illinois 60188, USA. All rights reserved.",
439
- "audioSource": [
440
- {
441
- "scope": "all",
442
- "source": "dbl",
443
- "sourceId": "47aa6c3607ec4b18-01"
444
- }
445
- ]
228
+ "bibleAudioId": "NPIULB",
229
+ "audioSource": {
230
+ "source": "dbl",
231
+ "sourceId": "5839e2bc5a934aa4-01"
232
+ },
233
+ "canDownload": false
446
234
  },
447
235
  {
448
236
  "bibleAudioId": "NRT",
237
+ "audioSource": {
238
+ "source": "dbl",
239
+ "sourceId": "474740aae4fc08b6-01"
240
+ },
449
241
  "canDownload": false,
450
- "copyright": "Святая Библия, Новый Русский Перевод © Biblica, Inc.®, 2006, 2010, 2012, 2014 Используется с разрешения. Все права защищены по всему миру.",
451
- "audioSource": [
452
- {
453
- "scope": "all",
454
- "source": "dbl",
455
- "sourceId": "474740aae4fc08b6-01"
456
- }
457
- ]
242
+ "copyright": "Святая Библия, Новый Русский Перевод © Biblica, Inc.®, 2006, 2010, 2012, 2014 Используется с разрешения. Все права защищены по всему миру."
458
243
  },
459
244
  {
460
245
  "bibleAudioId": "NTKM2009",
246
+ "audioSource": {
247
+ "source": "dbl",
248
+ "sourceId": "f0c8b12c56df11e5-01"
249
+ },
461
250
  "canDownload": false,
462
- "copyright": "Kreol Morisien OT Portions © Bible Society of Mauritius, 2020. Mauritian Kreol New Testament © Bible Society of Mauritius, 2009.",
463
- "audioSource": [
464
- {
465
- "scope": "all",
466
- "source": "dbl",
467
- "sourceId": "f0c8b12c56df11e5-01"
468
- }
469
- ]
251
+ "copyright": "Kreol Morisien OT Portions © Bible Society of Mauritius, 2020. Mauritian Kreol New Testament © Bible Society of Mauritius, 2009."
470
252
  },
471
253
  {
472
254
  "bibleAudioId": "NTR",
255
+ "audioSource": {
256
+ "source": "dbl",
257
+ "sourceId": "2c64798a84994507-01"
258
+ },
473
259
  "canDownload": false,
474
- "copyright": "Holy Bible, New Romanian Translation™, Audio Edition. Audio Copyright ℗ 2023 by Biblica, Inc. and Davar Partners International.",
475
- "audioSource": [
476
- {
477
- "scope": "all",
478
- "source": "dbl",
479
- "sourceId": "2c64798a84994507-01"
480
- }
481
- ]
260
+ "copyright": "Holy Bible, New Romanian Translation™, Audio Edition. Audio Copyright ℗ 2023 by Biblica, Inc. and Davar Partners International."
482
261
  },
483
262
  {
484
263
  "bibleAudioId": "NVI-PT",
264
+ "audioSource": {
265
+ "source": "dbl",
266
+ "sourceId": "26af0cf585e5700b-01"
267
+ },
485
268
  "canDownload": false,
486
- "copyright": "Nova Versão Internacional®, Audio Edition Audio Copyright ℗ 2012 by Biblica, Inc.® Used by permission of Biblica, Inc.® All rights reserved worldwide.",
487
- "audioSource": [
488
- {
489
- "scope": "all",
490
- "source": "dbl",
491
- "sourceId": "26af0cf585e5700b-01"
492
- }
493
- ]
269
+ "copyright": "Nova Versão Internacional®, Audio Edition Audio Copyright ℗ 2012 by Biblica, Inc.® Used by permission of Biblica, Inc.® All rights reserved worldwide."
494
270
  },
495
271
  {
496
272
  "bibleAudioId": "OHCB",
273
+ "audioSource": {
274
+ "source": "dbl",
275
+ "sourceId": "04308387908b41f0-01"
276
+ },
497
277
  "canDownload": true,
498
- "copyright": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro Neman izinin Abin sauraro ℗ 2020 ta hannun Biblica, Inc. da Davar Partners International Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™ Neman RubutaccenIzini © 2009, 2020 ta hannun Biblica, Inc.",
499
- "audioSource": [
500
- {
501
- "scope": "all",
502
- "source": "dbl",
503
- "sourceId": "04308387908b41f0-01"
504
- }
505
- ]
506
- },
507
- {
508
- "bibleAudioId": "OKSS",
509
- "canDownload": true,
510
- "copyright": "Kurdi Sorani Standard™, Audio Edition. Audio Copyright ℗ 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide.",
511
- "audioSource": [
512
- {
513
- "scope": "all",
514
- "source": "dbl",
515
- "sourceId": "4bd4740816ed4a97-02"
516
- }
517
- ]
518
- },
519
- {
520
- "bibleAudioId": "ONCV",
521
- "canDownload": true,
522
- "copyright": "Biblica® Open Nepali Contemporary Version™, Audio Edition Copyright ℗ 2025 by Biblica, Inc. and Davar Partners International",
523
- "audioSource": [
524
- {
525
- "scope": "all",
526
- "source": "custom"
527
- }
528
- ]
529
- },
530
- {
531
- "bibleAudioId": "OTCV",
532
- "canDownload": true,
533
- "copyright": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு பதிப்புரிமை ℗ 2024 Biblica, Inc. மற்றும் Davar Partners International Biblica® Open Indian Tamil Contemporary Version™, Audio Edition Copyright ℗ 2024 Biblica, Inc. and Davar Partners International Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™ பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc. Biblica® Open Indian Tamil Contemporary Version™ Copyright © 2005, 2020, 2022 Biblica, Inc.",
534
- "audioSource": [
535
- {
536
- "scope": "all",
537
- "source": "dbl",
538
- "sourceId": "232eeaf9dc544361-01"
539
- }
540
- ]
278
+ "copyright": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro Neman izinin Abin sauraro ℗ 2020 ta hannun Biblica, Inc. da Davar Partners International Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™ Neman RubutaccenIzini © 2009, 2020 ta hannun Biblica, Inc."
541
279
  },
542
280
  {
543
281
  "bibleAudioId": "OVCB",
282
+ "audioSource": {
283
+ "source": "dbl",
284
+ "sourceId": "33e4ffc968884850-01"
285
+ },
544
286
  "canDownload": true,
545
- "copyright": "Biblica® Open Vietnamese Contemporary Bible™, Audio EditionAudio Copyright ℗ 2018 by Biblica, Inc. and Davar Partners International",
546
- "audioSource": [
547
- {
548
- "scope": "all",
549
- "source": "dbl",
550
- "sourceId": "33e4ffc968884850-01"
551
- }
552
- ]
553
- },
554
- {
555
- "bibleAudioId": "PCV",
556
- "canDownload": false,
557
- "copyright": "Persian Contemporary Bible™(کتاب مقدس، ترجمۀ معاصر™), Audio Edition Audio Copyright ℗ 2020 by Biblica, Inc. and Davar Partners International. Used with permission. All rights reserved worldwide. Persian Contemporary Bible™ Copyright © 1995, 2005, 2018 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
558
- "audioSource": [
559
- {
560
- "scope": "all",
561
- "source": "dbl",
562
- "sourceId": "c44fe9cd14354566-01"
563
- }
564
- ]
287
+ "copyright": "Biblica® Open Vietnamese Contemporary Bible™, Audio EditionAudio Copyright ℗ 2018 by Biblica, Inc. and Davar Partners International"
565
288
  },
566
289
  {
567
290
  "bibleAudioId": "PDV",
291
+ "audioSource": {
292
+ "source": "youVersion",
293
+ "sourceId": "133"
294
+ },
568
295
  "canDownload": false,
569
- "copyright": "La Bible Parole de Vie © Societe biblique fram;aise - Bibli'O, 2000",
570
- "audioSource": [
571
- {
572
- "scope": "all",
573
- "source": "youVersion",
574
- "sourceId": "133"
575
- }
576
- ]
296
+ "copyright": "La Bible Parole de Vie © Societe biblique fram;aise - Bibli'O, 2000"
577
297
  },
578
298
  {
579
299
  "bibleAudioId": "RIF",
300
+ "audioSource": {
301
+ "source": "dbl",
302
+ "sourceId": "6f997ba19d494b16-01"
303
+ },
580
304
  "canDownload": false,
581
- "copyright": "© 2020 Awal n Arebbi ℗ 2008 Hosanna",
582
- "audioSource": [
583
- {
584
- "scope": "all",
585
- "source": "dbl",
586
- "sourceId": "6f997ba19d494b16-01"
587
- }
588
- ]
305
+ "copyright": "© 2020 Awal n Arebbi ℗ 2008 Hosanna"
589
306
  },
590
307
  {
591
308
  "bibleAudioId": "RUF",
309
+ "audioSource": {
310
+ "source": "dbl",
311
+ "sourceId": "acfb217c478e11e7-01"
312
+ },
592
313
  "canDownload": false,
593
- "copyright": "℗ Hungarian Bible Society, 2016© Hungarian Bible Society 2014",
594
- "audioSource": [
595
- {
596
- "scope": "all",
597
- "source": "dbl",
598
- "sourceId": "acfb217c478e11e7-01"
599
- }
600
- ]
314
+ "copyright": "℗ Hungarian Bible Society, 2016© Hungarian Bible Society 2014"
601
315
  },
602
316
  {
603
317
  "bibleAudioId": "RVR1960",
318
+ "audioSource": {
319
+ "source": "custom"
320
+ },
604
321
  "canDownload": false,
605
- "disableStar": true,
606
- "audioSource": [
607
- {
608
- "scope": "all",
609
- "source": "custom"
610
- }
611
- ]
322
+ "disableStar": true
612
323
  },
613
324
  {
614
325
  "bibleAudioId": "SAB",
326
+ "audioSource": {
327
+ "source": "dbl",
328
+ "sourceId": "931c532f308506ee-01"
329
+ },
615
330
  "canDownload": false,
616
- "copyright": "© International Sharif Bible Society, 2016",
617
- "audioSource": [
618
- {
619
- "scope": "all",
620
- "source": "dbl",
621
- "sourceId": "931c532f308506ee-01"
622
- }
623
- ]
331
+ "copyright": "© International Sharif Bible Society, 2016"
624
332
  },
625
333
  {
626
334
  "bibleAudioId": "SFB15",
335
+ "audioSource": {
336
+ "source": "youVersion",
337
+ "sourceId": "1223"
338
+ },
627
339
  "canDownload": false,
628
- "copyright": "Svenska Folkbibeln Gamla testamentet © 1998, 2015 Stiftelsen Svenska Folkbibeln, Stockholm. Svenska Folkbibeln Nya testamentet © 1996, 1998, 2015, Stiftelsen Svenska Folkbibeln, Stockholm och Stiftelsen Biblicum, Ljungby.",
629
- "audioSource": [
630
- {
631
- "scope": "all",
632
- "source": "youVersion",
633
- "sourceId": "1223"
634
- }
635
- ]
340
+ "copyright": "Svenska Folkbibeln Gamla testamentet © 1998, 2015 Stiftelsen Svenska Folkbibeln, Stockholm. Svenska Folkbibeln Nya testamentet © 1996, 1998, 2015, Stiftelsen Svenska Folkbibeln, Stockholm och Stiftelsen Biblicum, Ljungby."
636
341
  },
637
342
  {
638
343
  "bibleAudioId": "SOMSIM",
344
+ "audioSource": {
345
+ "source": "custom"
346
+ },
639
347
  "canDownload": false,
640
- "copyright": "© 2008 by Society for International Ministries-Kenya ℗ 2010 Hosanna",
641
- "audioSource": [
642
- {
643
- "scope": "all",
644
- "source": "custom"
645
- }
646
- ]
348
+ "copyright": "© 2008 by Society for International Ministries-Kenya ℗ 2010 Hosanna"
647
349
  },
648
350
  {
649
351
  "bibleAudioId": "TCL02",
352
+ "audioSource": {
353
+ "source": "dbl",
354
+ "sourceId": "6b2b8c7c784e7620-01"
355
+ },
650
356
  "canDownload": false,
651
- "copyright": "Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi), The Translation Trust / Yeni Yaşam Yayınları 2001, 2008",
652
- "audioSource": [
653
- {
654
- "scope": "all",
655
- "source": "dbl",
656
- "sourceId": "6b2b8c7c784e7620-01"
657
- }
658
- ]
357
+ "copyright": "Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi), The Translation Trust / Yeni Yaşam Yayınları 2001, 2008"
659
358
  },
660
359
  {
661
360
  "bibleAudioId": "TDV08",
361
+ "audioSource": {
362
+ "source": "custom"
363
+ },
662
364
  "canDownload": false,
663
- "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",
664
- "audioSource": [
665
- {
666
- "scope": "all",
667
- "source": "custom"
668
- }
669
- ]
365
+ "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"
670
366
  },
671
367
  {
672
368
  "bibleAudioId": "TELUBSI",
369
+ "audioSource": {
370
+ "source": "dbl",
371
+ "sourceId": "34f3cbca554b1362-01"
372
+ },
673
373
  "canDownload": false,
674
- "copyright": "Copyright © by the Bible Society of India. Used by permission. All rights reserved.",
675
- "audioSource": [
676
- {
677
- "scope": "all",
678
- "source": "dbl",
679
- "sourceId": "34f3cbca554b1362-01"
680
- }
681
- ]
374
+ "copyright": "Copyright © by the Bible Society of India. Used by permission. All rights reserved."
682
375
  },
683
376
  {
684
377
  "bibleAudioId": "TNCV",
378
+ "audioSource": {
379
+ "source": "youVersion",
380
+ "sourceId": "179"
381
+ },
685
382
  "canDownload": false,
686
- "copyright": "Biblica® Open Thai New Contemporary Version™ Copyright © 1999, 2001, 2007 by Biblica, Inc. Biblica® พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด™ สงวนลิขสิทธิ์ © 1999, 2001, 2007 โดย Biblica, Inc.",
687
- "audioSource": [
688
- {
689
- "scope": "all",
690
- "source": "youVersion",
691
- "sourceId": "179"
692
- }
693
- ]
383
+ "copyright": "Biblica® Open Thai New Contemporary Version™ Copyright © 1999, 2001, 2007 by Biblica, Inc. Biblica® พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด™ สงวนลิขสิทธิ์ © 1999, 2001, 2007 โดย Biblica, Inc."
694
384
  },
695
385
  {
696
386
  "bibleAudioId": "TPV",
387
+ "audioSource": {
388
+ "source": "dbl",
389
+ "sourceId": "4efcf19aa06c11e7-01"
390
+ },
697
391
  "canDownload": false,
698
- "copyright": "Today’s Persian Version (TPV) © United Bible Societies, 2012.",
699
- "audioSource": [
700
- {
701
- "scope": "all",
702
- "source": "dbl",
703
- "sourceId": "4efcf19aa06c11e7-01"
704
- }
705
- ]
392
+ "copyright": "Today’s Persian Version (TPV) © United Bible Societies, 2012."
706
393
  },
707
394
  {
708
395
  "bibleAudioId": "TSI",
396
+ "audioSource": {
397
+ "source": "youVersion",
398
+ "sourceId": "320"
399
+ },
709
400
  "canDownload": false,
710
- "copyright": "© 2021 oleh Yayasan Alkitab Bahasa Kita (Albata) dan Pioneer Bible Translators International",
711
- "audioSource": [
712
- {
713
- "scope": "all",
714
- "source": "youVersion",
715
- "sourceId": "320"
716
- }
717
- ]
401
+ "copyright": "© 2021 oleh Yayasan Alkitab Bahasa Kita (Albata) dan Pioneer Bible Translators International"
718
402
  },
719
403
  {
720
404
  "bibleAudioId": "TZM",
405
+ "audioSource": {
406
+ "source": "custom"
407
+ },
721
408
  "canDownload": false,
722
- "copyright": "© 2024 Bible Society of Morocco, used with permission",
723
- "audioSource": [
724
- {
725
- "scope": "all",
726
- "source": "custom"
727
- }
728
- ]
409
+ "copyright": "© 2024 Bible Society of Morocco, used with permission"
729
410
  },
730
411
  {
731
412
  "bibleAudioId": "UBIO",
413
+ "audioSource": {
414
+ "source": "custom"
415
+ },
732
416
  "canDownload": false,
733
- "copyright": "Українська Біблія в перекладі Івана Хоменка. Аудіо версія зроблена: http://www.blagovestnik.org. Текст читає І. Козлов. Ukrainian Bible translated by Ivan Khomenko. Audio provided by http://www.blagovestnik.org. Read by I. Kozlov.",
734
- "audioSource": [
735
- {
736
- "scope": "all",
737
- "source": "custom"
738
- }
739
- ]
417
+ "copyright": "Українська Біблія в перекладі Івана Хоменка. Аудіо версія зроблена: http://www.blagovestnik.org. Текст читає І. Козлов. Ukrainian Bible translated by Ivan Khomenko. Audio provided by http://www.blagovestnik.org. Read by I. Kozlov."
740
418
  },
741
419
  {
742
420
  "bibleAudioId": "URDGV",
421
+ "audioSource": {
422
+ "source": "custom"
423
+ },
743
424
  "canDownload": true,
744
- "copyright": "Audio recorded and distributed by www.wcoi.org.",
745
- "audioSource": [
746
- {
747
- "scope": "all",
748
- "source": "custom"
749
- }
750
- ]
425
+ "copyright": "Audio recorded and distributed by www.wcoi.org."
426
+ },
427
+ {
428
+ "bibleAudioId": "WAHA_CCB",
429
+ "audioSource": {
430
+ "source": "custom"
431
+ },
432
+ "canDownload": false,
433
+ "copyright": "Cebuano Contemporary Bible (Ang Pulong sa Dios) Copyright © 2009, 2010, 2014 Biblica, Inc.® All rights reserved worldwide."
751
434
  },
752
435
  {
753
- "bibleAudioId": "WAHA_INQ",
436
+ "bibleAudioId": "NEB",
437
+ "audioSource": {
438
+ "source": "dbl",
439
+ "sourceId": "579637b954c24e9c-01"
440
+ },
754
441
  "canDownload": false,
755
- "audioSource": [
756
- {
757
- "scope": "all",
758
- "source": "custom"
759
- }
760
- ]
442
+ "copyright": "Bible translation: Armenian New Etchmiadzin Bible © Bible Society of Armenia © Հայաստանի Աստվածաշնչային Ընկերություն Recording of the New Testament ℗ Hosanna, 2019 and Bible Society of Armenia"
443
+ },
444
+ {
445
+ "bibleAudioId": "KLB",
446
+ "audioSource": {
447
+ "source": "dbl",
448
+ "sourceId": "2211d71757bf467a-01"
449
+ },
450
+ "canDownload": false,
451
+ "copyright": "© 1985 by Biblica, Inc.®"
452
+ },
453
+ {
454
+ "bibleAudioId": "NKCT",
455
+ "audioSource": {
456
+ "source": "custom"
457
+ },
458
+ "canDownload": false
459
+ },
460
+ {
461
+ "bibleAudioId": "BCV",
462
+ "audioSource": {
463
+ "source": "dbl",
464
+ "sourceId": "2d681a4ce8b8479f-01"
465
+ },
466
+ "canDownload": true,
467
+ "copyright": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণ সর্বস্বত্ব ℗ 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত Biblica® Open Bengali Contemporary Version™, Audio Edition Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc. Biblica® Open Bengali Contemporary Version™ Copyright © 1997, 2005, 2017, 2020 Biblica, Inc. “Biblica” (বিবলিকা) মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত। “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission."
761
468
  },
762
469
  {
763
- "bibleAudioId": "WAHA_QAK",
470
+ "bibleAudioId": "OTCV",
471
+ "audioSource": {
472
+ "source": "dbl",
473
+ "sourceId": "232eeaf9dc544361-01"
474
+ },
764
475
  "canDownload": true,
765
- "audioSource": [
766
- {
767
- "scope": "OT",
768
- "source": "custom"
769
- }
770
- ]
476
+ "copyright": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு பதிப்புரிமை ℗ 2024 Biblica, Inc. மற்றும் Davar Partners International Biblica® Open Indian Tamil Contemporary Version™, Audio Edition Copyright ℗ 2024 Biblica, Inc. and Davar Partners International Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™ பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc. Biblica® Open Indian Tamil Contemporary Version™ Copyright © 2005, 2020, 2022 Biblica, Inc."
477
+ },
478
+ {
479
+ "bibleAudioId": "HebBMHNT",
480
+ "audioSource": {
481
+ "source": "dbl",
482
+ "sourceId": "b4460672ee240d7f-01"
483
+ },
484
+ "canDownload": false,
485
+ "copyright": "2015 © The Bible Society in Israel"
486
+ },
487
+ {
488
+ "bibleAudioId": "MPB",
489
+ "audioSource": {
490
+ "source": "dbl",
491
+ "sourceId": "9ce0d31e56e411e5-01"
492
+ },
493
+ "canDownload": false,
494
+ "copyright": "© 1965 La Société Biblique Malgache ℗ 1985 PRM, Inc."
495
+ },
496
+ {
497
+ "bibleAudioId": "Aco85",
498
+ "audioSource": {
499
+ "source": "dbl",
500
+ "sourceId": "9f017cecd21b11e3-01"
501
+ },
502
+ "canDownload": false,
503
+ "copyright": "℗ 2007 Hosanna"
771
504
  }
772
505
  ]
773
506
  }