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