waha-shared 1.0.306 → 1.0.307
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 +581 -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 +7981 -8480
- 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 +269 -184
- 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/curriculumQuestions/curriculumQuestions.json +194 -192
- package/dist/data/curriculumTopics/curriculumTopics.json +51 -8
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +36 -7
- package/dist/data/dblTextLicenses/dblTextLicenses.json +4 -4
- 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 +20 -10
- package/dist/data/languages/languages.json +2983 -2008
- package/dist/data/languages/languages.schema.json +93 -47
- package/dist/data/languages/languages.zod.d.ts +93 -30
- package/dist/data/languages/languages.zod.js +59 -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 +35291 -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 +126 -124
- 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 +1776 -1568
- package/dist/data/translationsApp/translationsApp.schema.json +1 -0
- 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 +30155 -19418
- 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 +44 -0
- package/dist/functions/bibles.js +291 -0
- package/dist/functions/languages.d.ts +6 -7
- package/dist/functions/languages.js +51 -53
- package/dist/functions/scripturePassages.d.ts +34 -49
- package/dist/functions/scripturePassages.js +167 -304
- package/dist/functions/sets.d.ts +13 -52
- package/dist/functions/sets.js +193 -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 +39 -9
- package/dist/types/languages.js +2 -0
- package/dist/types/sets.d.ts +21 -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,506 +1,773 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./bibleAudios.schema.json",
|
|
3
|
+
"sortKeys": ["bibleAudioId"],
|
|
4
|
+
"sortOrder": "ascending",
|
|
3
5
|
"data": [
|
|
4
6
|
{
|
|
5
|
-
"bibleAudioId": "
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
+
]
|
|
11
17
|
},
|
|
12
18
|
{
|
|
13
|
-
"bibleAudioId": "
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
]
|
|
18
34
|
},
|
|
19
35
|
{
|
|
20
|
-
"bibleAudioId": "
|
|
21
|
-
"audioSource": {
|
|
22
|
-
"source": "dbl",
|
|
23
|
-
"sourceId": "bdc9113a294649c3-01"
|
|
24
|
-
},
|
|
36
|
+
"bibleAudioId": "AFB-RETELL",
|
|
25
37
|
"canDownload": false,
|
|
26
|
-
"
|
|
38
|
+
"audioSource": [
|
|
39
|
+
{
|
|
40
|
+
"scope": "all",
|
|
41
|
+
"source": "custom"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
27
44
|
},
|
|
28
45
|
{
|
|
29
|
-
"bibleAudioId": "
|
|
30
|
-
"audioSource": {
|
|
31
|
-
"source": "dbl",
|
|
32
|
-
"sourceId": "a6ab757a5af18616-01"
|
|
33
|
-
},
|
|
46
|
+
"bibleAudioId": "AKAB",
|
|
34
47
|
"canDownload": false,
|
|
35
|
-
"
|
|
48
|
+
"audioSource": [
|
|
49
|
+
{
|
|
50
|
+
"scope": "NT",
|
|
51
|
+
"source": "custom"
|
|
52
|
+
}
|
|
53
|
+
]
|
|
36
54
|
},
|
|
37
55
|
{
|
|
38
56
|
"bibleAudioId": "AKAB",
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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
|
+
]
|
|
43
84
|
},
|
|
44
85
|
{
|
|
45
86
|
"bibleAudioId": "ASND",
|
|
46
|
-
"audioSource": {
|
|
47
|
-
"source": "dbl",
|
|
48
|
-
"sourceId": "33283690eb54d55d-01"
|
|
49
|
-
},
|
|
50
87
|
"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."
|
|
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
|
+
]
|
|
52
96
|
},
|
|
53
97
|
{
|
|
54
98
|
"bibleAudioId": "AVB",
|
|
55
|
-
"audioSource": {
|
|
56
|
-
"source": "bibleBrain",
|
|
57
|
-
"sourceId": "ZLMAVBN1DA"
|
|
58
|
-
},
|
|
59
99
|
"canDownload": false,
|
|
60
|
-
"copyright": "Alkitab Versi Borneo, Hak Cipta © 2015 Borneo Sabda Limited"
|
|
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
|
+
]
|
|
61
143
|
},
|
|
62
144
|
{
|
|
63
145
|
"bibleAudioId": "COHT",
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
146
|
+
"canDownload": false,
|
|
147
|
+
"audioSource": [
|
|
148
|
+
{
|
|
149
|
+
"scope": "all",
|
|
150
|
+
"source": "custom"
|
|
151
|
+
}
|
|
152
|
+
]
|
|
68
153
|
},
|
|
69
154
|
{
|
|
70
155
|
"bibleAudioId": "CUVS",
|
|
71
|
-
"audioSource": {
|
|
72
|
-
"source": "bibleBrain",
|
|
73
|
-
"sourceId": "CHNUN1O2DA"
|
|
74
|
-
},
|
|
75
156
|
"canDownload": true,
|
|
76
|
-
"copyright": "℗ 2004 Hosanna"
|
|
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
|
+
]
|
|
77
175
|
},
|
|
78
176
|
{
|
|
79
177
|
"bibleAudioId": "GNA",
|
|
80
|
-
"audioSource": {
|
|
81
|
-
"source": "dbl",
|
|
82
|
-
"sourceId": "7bf2d60ef1cde2ed-01"
|
|
83
|
-
},
|
|
84
178
|
"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."
|
|
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
|
+
]
|
|
86
209
|
},
|
|
87
210
|
{
|
|
88
211
|
"bibleAudioId": "HFA",
|
|
89
|
-
"audioSource": {
|
|
90
|
-
"source": "dbl",
|
|
91
|
-
"sourceId": "2f6669b7331f83aa-01"
|
|
92
|
-
},
|
|
93
212
|
"canDownload": false,
|
|
94
|
-
"copyright": " Hoffnung für Alle® (Hope for All) © 1983,1996, 2002, 2009, 2015 by Biblica, Inc.® All rights reserved worldwide. "
|
|
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
|
+
]
|
|
95
221
|
},
|
|
96
222
|
{
|
|
97
223
|
"bibleAudioId": "HINOVBSI",
|
|
98
|
-
"audioSource": {
|
|
99
|
-
"source": "dbl",
|
|
100
|
-
"sourceId": "31b4eb60bf452358-01"
|
|
101
|
-
},
|
|
102
224
|
"canDownload": false,
|
|
103
|
-
"copyright": "Audio recording copyright © Bible Society of India, 2016. Used with permission. All rights reserved worldwide."
|
|
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
|
+
]
|
|
104
233
|
},
|
|
105
234
|
{
|
|
106
235
|
"bibleAudioId": "HZUT",
|
|
107
|
-
"audioSource": {
|
|
108
|
-
"source": "custom"
|
|
109
|
-
},
|
|
110
236
|
"canDownload": false,
|
|
111
|
-
"copyright": "℗ 2010, 2016, 2020 UMKJ www.umkj.org"
|
|
237
|
+
"copyright": "℗ 2010, 2016, 2020 UMKJ www.umkj.org",
|
|
238
|
+
"audioSource": [
|
|
239
|
+
{
|
|
240
|
+
"scope": "all",
|
|
241
|
+
"source": "custom"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
112
244
|
},
|
|
113
245
|
{
|
|
114
246
|
"bibleAudioId": "INDSHL",
|
|
115
|
-
"audioSource": {
|
|
116
|
-
"source": "bibleBrain",
|
|
117
|
-
"sourceId": "INDALAO1DA"
|
|
118
|
-
},
|
|
119
247
|
"canDownload": false,
|
|
120
|
-
"copyright": "Teks KSI Indonesia @ LAI 2007 Teks KSTZ Indonesia @ PPT1912 2014"
|
|
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
|
+
]
|
|
121
256
|
},
|
|
122
257
|
{
|
|
123
258
|
"bibleAudioId": "IRVTel",
|
|
124
|
-
"audioSource": {
|
|
125
|
-
"source": "dbl",
|
|
126
|
-
"sourceId": "0d7b2453e9ae4513-01"
|
|
127
|
-
},
|
|
128
259
|
"canDownload": true,
|
|
129
|
-
"copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license."
|
|
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
|
+
]
|
|
130
268
|
},
|
|
131
269
|
{
|
|
132
270
|
"bibleAudioId": "JCB",
|
|
133
|
-
"audioSource": {
|
|
134
|
-
"source": "dbl",
|
|
135
|
-
"sourceId": "bbeb5dd5380e0873-01"
|
|
136
|
-
},
|
|
137
271
|
"canDownload": false,
|
|
138
|
-
"copyright": "Japanese Contemporary Bible, Audio Edition Audio Copyright ℗ 2016 by Biblica, Inc.® Used by permission. All rights reserved worldwide."
|
|
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
|
+
]
|
|
139
280
|
},
|
|
140
281
|
{
|
|
141
282
|
"bibleAudioId": "KHSV05",
|
|
142
|
-
"audioSource": {
|
|
143
|
-
"source": "youVersion",
|
|
144
|
-
"sourceId": "85"
|
|
145
|
-
},
|
|
146
283
|
"canDownload": false,
|
|
147
|
-
"copyright": "Khmer Standard Version © 2005 United Bible Societies."
|
|
284
|
+
"copyright": "Khmer Standard Version © 2005 United Bible Societies.",
|
|
285
|
+
"audioSource": [
|
|
286
|
+
{
|
|
287
|
+
"scope": "all",
|
|
288
|
+
"source": "youVersion",
|
|
289
|
+
"sourceId": "85"
|
|
290
|
+
}
|
|
291
|
+
]
|
|
148
292
|
},
|
|
149
293
|
{
|
|
150
294
|
"bibleAudioId": "KK",
|
|
151
|
-
"audioSource": {
|
|
152
|
-
"source": "dbl",
|
|
153
|
-
"sourceId": "a4c7cb9c479111e7-01"
|
|
154
|
-
},
|
|
155
295
|
"canDownload": false,
|
|
156
|
-
"copyright": "Text: © United Bible Societies, 2005 Audio: ℗ 2009 Hosanna"
|
|
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
|
+
]
|
|
157
304
|
},
|
|
158
305
|
{
|
|
159
|
-
"bibleAudioId": "
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
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
|
+
]
|
|
166
316
|
},
|
|
167
317
|
{
|
|
168
318
|
"bibleAudioId": "MARVBSI",
|
|
169
|
-
"audioSource": {
|
|
170
|
-
"source": "dbl",
|
|
171
|
-
"sourceId": "555476c2390c102d-01"
|
|
172
|
-
},
|
|
173
319
|
"canDownload": false,
|
|
174
|
-
"copyright": "Audio recording, the Bible Society of India, 2016."
|
|
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
|
+
]
|
|
175
328
|
},
|
|
176
329
|
{
|
|
177
330
|
"bibleAudioId": "MBCL",
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
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
|
+
]
|
|
183
356
|
},
|
|
184
357
|
{
|
|
185
358
|
"bibleAudioId": "MSB",
|
|
186
|
-
"audioSource": {
|
|
187
|
-
"source": "dbl",
|
|
188
|
-
"sourceId": "1cd94676c4e3462e-01"
|
|
189
|
-
},
|
|
190
359
|
"canDownload": false,
|
|
191
|
-
"copyright": "Scripture taken from the MYANMAR STANDARD BIBLE, Copyright © 2012 by GlobalBible Initiative, LLC. Used by permission. All rights reserved worldwide."
|
|
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
|
+
]
|
|
192
378
|
},
|
|
193
379
|
{
|
|
194
380
|
"bibleAudioId": "NAV",
|
|
195
|
-
"audioSource": {
|
|
196
|
-
"source": "dbl",
|
|
197
|
-
"sourceId": "26b7a1cd2f8f4878-01"
|
|
198
|
-
},
|
|
199
381
|
"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."
|
|
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
|
+
]
|
|
201
390
|
},
|
|
202
391
|
{
|
|
203
392
|
"bibleAudioId": "NBLA",
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
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
|
+
]
|
|
208
412
|
},
|
|
209
413
|
{
|
|
210
414
|
"bibleAudioId": "NENO",
|
|
211
|
-
"audioSource": {
|
|
212
|
-
"source": "dbl",
|
|
213
|
-
"sourceId": "3533f7929cde418c-01"
|
|
214
|
-
},
|
|
215
415
|
"canDownload": true,
|
|
216
|
-
"copyright": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza. Hakimiliki ℗ 2013 na Biblica, Inc. Imetumiwa na ruhusa."
|
|
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
|
+
]
|
|
217
424
|
},
|
|
218
425
|
{
|
|
219
|
-
"bibleAudioId": "
|
|
220
|
-
"audioSource": {
|
|
221
|
-
"source": "dbl",
|
|
222
|
-
"sourceId": "47aa6c3607ec4b18-01"
|
|
223
|
-
},
|
|
426
|
+
"bibleAudioId": "NKCT",
|
|
224
427
|
"canDownload": false,
|
|
225
|
-
"
|
|
428
|
+
"audioSource": [
|
|
429
|
+
{
|
|
430
|
+
"scope": "all",
|
|
431
|
+
"source": "custom"
|
|
432
|
+
}
|
|
433
|
+
]
|
|
226
434
|
},
|
|
227
435
|
{
|
|
228
|
-
"bibleAudioId": "
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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
|
+
]
|
|
234
446
|
},
|
|
235
447
|
{
|
|
236
448
|
"bibleAudioId": "NRT",
|
|
237
|
-
"audioSource": {
|
|
238
|
-
"source": "dbl",
|
|
239
|
-
"sourceId": "474740aae4fc08b6-01"
|
|
240
|
-
},
|
|
241
449
|
"canDownload": false,
|
|
242
|
-
"copyright": "Святая Библия, Новый Русский Перевод © Biblica, Inc.®, 2006, 2010, 2012, 2014 Используется с разрешения. Все права защищены по всему миру."
|
|
450
|
+
"copyright": "Святая Библия, Новый Русский Перевод © Biblica, Inc.®, 2006, 2010, 2012, 2014 Используется с разрешения. Все права защищены по всему миру.",
|
|
451
|
+
"audioSource": [
|
|
452
|
+
{
|
|
453
|
+
"scope": "all",
|
|
454
|
+
"source": "dbl",
|
|
455
|
+
"sourceId": "474740aae4fc08b6-01"
|
|
456
|
+
}
|
|
457
|
+
]
|
|
243
458
|
},
|
|
244
459
|
{
|
|
245
460
|
"bibleAudioId": "NTKM2009",
|
|
246
|
-
"audioSource": {
|
|
247
|
-
"source": "dbl",
|
|
248
|
-
"sourceId": "f0c8b12c56df11e5-01"
|
|
249
|
-
},
|
|
250
461
|
"canDownload": false,
|
|
251
|
-
"copyright": "Kreol Morisien OT Portions © Bible Society of Mauritius, 2020. Mauritian Kreol New Testament © Bible Society of Mauritius, 2009."
|
|
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
|
+
]
|
|
252
470
|
},
|
|
253
471
|
{
|
|
254
472
|
"bibleAudioId": "NTR",
|
|
255
|
-
"audioSource": {
|
|
256
|
-
"source": "dbl",
|
|
257
|
-
"sourceId": "2c64798a84994507-01"
|
|
258
|
-
},
|
|
259
473
|
"canDownload": false,
|
|
260
|
-
"copyright": "Holy Bible, New Romanian Translation™, Audio Edition. Audio Copyright ℗ 2023 by Biblica, Inc. and Davar Partners International."
|
|
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
|
+
]
|
|
261
482
|
},
|
|
262
483
|
{
|
|
263
484
|
"bibleAudioId": "NVI-PT",
|
|
264
|
-
"audioSource": {
|
|
265
|
-
"source": "dbl",
|
|
266
|
-
"sourceId": "26af0cf585e5700b-01"
|
|
267
|
-
},
|
|
268
485
|
"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."
|
|
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
|
+
]
|
|
270
494
|
},
|
|
271
495
|
{
|
|
272
496
|
"bibleAudioId": "OHCB",
|
|
273
|
-
"audioSource": {
|
|
274
|
-
"source": "dbl",
|
|
275
|
-
"sourceId": "04308387908b41f0-01"
|
|
276
|
-
},
|
|
277
497
|
"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."
|
|
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
|
+
]
|
|
279
541
|
},
|
|
280
542
|
{
|
|
281
543
|
"bibleAudioId": "OVCB",
|
|
282
|
-
"audioSource": {
|
|
283
|
-
"source": "dbl",
|
|
284
|
-
"sourceId": "33e4ffc968884850-01"
|
|
285
|
-
},
|
|
286
544
|
"canDownload": true,
|
|
287
|
-
"copyright": "Biblica® Open Vietnamese Contemporary Bible™, Audio EditionAudio Copyright ℗ 2018 by Biblica, Inc. and Davar Partners International"
|
|
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
|
+
]
|
|
288
565
|
},
|
|
289
566
|
{
|
|
290
567
|
"bibleAudioId": "PDV",
|
|
291
|
-
"audioSource": {
|
|
292
|
-
"source": "youVersion",
|
|
293
|
-
"sourceId": "133"
|
|
294
|
-
},
|
|
295
568
|
"canDownload": false,
|
|
296
|
-
"copyright": "La Bible Parole de Vie © Societe biblique fram;aise - Bibli'O, 2000"
|
|
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
|
+
]
|
|
297
577
|
},
|
|
298
578
|
{
|
|
299
579
|
"bibleAudioId": "RIF",
|
|
300
|
-
"audioSource": {
|
|
301
|
-
"source": "dbl",
|
|
302
|
-
"sourceId": "6f997ba19d494b16-01"
|
|
303
|
-
},
|
|
304
580
|
"canDownload": false,
|
|
305
|
-
"copyright": "© 2020 Awal n Arebbi ℗ 2008 Hosanna"
|
|
581
|
+
"copyright": "© 2020 Awal n Arebbi ℗ 2008 Hosanna",
|
|
582
|
+
"audioSource": [
|
|
583
|
+
{
|
|
584
|
+
"scope": "all",
|
|
585
|
+
"source": "dbl",
|
|
586
|
+
"sourceId": "6f997ba19d494b16-01"
|
|
587
|
+
}
|
|
588
|
+
]
|
|
306
589
|
},
|
|
307
590
|
{
|
|
308
591
|
"bibleAudioId": "RUF",
|
|
309
|
-
"audioSource": {
|
|
310
|
-
"source": "dbl",
|
|
311
|
-
"sourceId": "acfb217c478e11e7-01"
|
|
312
|
-
},
|
|
313
592
|
"canDownload": false,
|
|
314
|
-
"copyright": "℗ Hungarian Bible Society, 2016© Hungarian Bible Society 2014"
|
|
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
|
+
]
|
|
315
601
|
},
|
|
316
602
|
{
|
|
317
603
|
"bibleAudioId": "RVR1960",
|
|
318
|
-
"audioSource": {
|
|
319
|
-
"source": "custom"
|
|
320
|
-
},
|
|
321
604
|
"canDownload": false,
|
|
322
|
-
"disableStar": true
|
|
605
|
+
"disableStar": true,
|
|
606
|
+
"audioSource": [
|
|
607
|
+
{
|
|
608
|
+
"scope": "all",
|
|
609
|
+
"source": "custom"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
323
612
|
},
|
|
324
613
|
{
|
|
325
614
|
"bibleAudioId": "SAB",
|
|
326
|
-
"audioSource": {
|
|
327
|
-
"source": "dbl",
|
|
328
|
-
"sourceId": "931c532f308506ee-01"
|
|
329
|
-
},
|
|
330
615
|
"canDownload": false,
|
|
331
|
-
"copyright": "© International Sharif Bible Society, 2016"
|
|
616
|
+
"copyright": "© International Sharif Bible Society, 2016",
|
|
617
|
+
"audioSource": [
|
|
618
|
+
{
|
|
619
|
+
"scope": "all",
|
|
620
|
+
"source": "dbl",
|
|
621
|
+
"sourceId": "931c532f308506ee-01"
|
|
622
|
+
}
|
|
623
|
+
]
|
|
332
624
|
},
|
|
333
625
|
{
|
|
334
626
|
"bibleAudioId": "SFB15",
|
|
335
|
-
"audioSource": {
|
|
336
|
-
"source": "youVersion",
|
|
337
|
-
"sourceId": "1223"
|
|
338
|
-
},
|
|
339
627
|
"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."
|
|
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
|
+
]
|
|
341
636
|
},
|
|
342
637
|
{
|
|
343
638
|
"bibleAudioId": "SOMSIM",
|
|
344
|
-
"audioSource": {
|
|
345
|
-
"source": "custom"
|
|
346
|
-
},
|
|
347
639
|
"canDownload": false,
|
|
348
|
-
"copyright": "© 2008 by Society for International Ministries-Kenya ℗ 2010 Hosanna"
|
|
640
|
+
"copyright": "© 2008 by Society for International Ministries-Kenya ℗ 2010 Hosanna",
|
|
641
|
+
"audioSource": [
|
|
642
|
+
{
|
|
643
|
+
"scope": "all",
|
|
644
|
+
"source": "custom"
|
|
645
|
+
}
|
|
646
|
+
]
|
|
349
647
|
},
|
|
350
648
|
{
|
|
351
649
|
"bibleAudioId": "TCL02",
|
|
352
|
-
"audioSource": {
|
|
353
|
-
"source": "dbl",
|
|
354
|
-
"sourceId": "6b2b8c7c784e7620-01"
|
|
355
|
-
},
|
|
356
650
|
"canDownload": false,
|
|
357
|
-
"copyright": "Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi), The Translation Trust / Yeni Yaşam Yayınları 2001, 2008"
|
|
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
|
+
]
|
|
358
659
|
},
|
|
359
660
|
{
|
|
360
661
|
"bibleAudioId": "TDV08",
|
|
361
|
-
"audioSource": {
|
|
362
|
-
"source": "custom"
|
|
363
|
-
},
|
|
364
662
|
"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"
|
|
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
|
+
]
|
|
366
670
|
},
|
|
367
671
|
{
|
|
368
672
|
"bibleAudioId": "TELUBSI",
|
|
369
|
-
"audioSource": {
|
|
370
|
-
"source": "dbl",
|
|
371
|
-
"sourceId": "34f3cbca554b1362-01"
|
|
372
|
-
},
|
|
373
673
|
"canDownload": false,
|
|
374
|
-
"copyright": "Copyright © by the Bible Society of India. Used by permission. All rights reserved."
|
|
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
|
+
]
|
|
375
682
|
},
|
|
376
683
|
{
|
|
377
684
|
"bibleAudioId": "TNCV",
|
|
378
|
-
"audioSource": {
|
|
379
|
-
"source": "youVersion",
|
|
380
|
-
"sourceId": "179"
|
|
381
|
-
},
|
|
382
685
|
"canDownload": false,
|
|
383
|
-
"copyright": "Biblica® Open Thai New Contemporary Version™ Copyright © 1999, 2001, 2007 by Biblica, Inc. Biblica® พระคริสตธรรมคัมภีร์ไทย ฉบับอมตธรรมร่วมสมัยแบบเปิด™ สงวนลิขสิทธิ์ © 1999, 2001, 2007 โดย Biblica, Inc."
|
|
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
|
+
]
|
|
384
694
|
},
|
|
385
695
|
{
|
|
386
696
|
"bibleAudioId": "TPV",
|
|
387
|
-
"audioSource": {
|
|
388
|
-
"source": "dbl",
|
|
389
|
-
"sourceId": "4efcf19aa06c11e7-01"
|
|
390
|
-
},
|
|
391
697
|
"canDownload": false,
|
|
392
|
-
"copyright": "Today’s Persian Version (TPV) © United Bible Societies, 2012."
|
|
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
|
+
]
|
|
393
706
|
},
|
|
394
707
|
{
|
|
395
708
|
"bibleAudioId": "TSI",
|
|
396
|
-
"audioSource": {
|
|
397
|
-
"source": "youVersion",
|
|
398
|
-
"sourceId": "320"
|
|
399
|
-
},
|
|
400
709
|
"canDownload": false,
|
|
401
|
-
"copyright": "© 2021 oleh Yayasan Alkitab Bahasa Kita (Albata) dan Pioneer Bible Translators International"
|
|
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
|
+
]
|
|
402
718
|
},
|
|
403
719
|
{
|
|
404
720
|
"bibleAudioId": "TZM",
|
|
405
|
-
"audioSource": {
|
|
406
|
-
"source": "custom"
|
|
407
|
-
},
|
|
408
721
|
"canDownload": false,
|
|
409
|
-
"copyright": "© 2024 Bible Society of Morocco, used with permission"
|
|
722
|
+
"copyright": "© 2024 Bible Society of Morocco, used with permission",
|
|
723
|
+
"audioSource": [
|
|
724
|
+
{
|
|
725
|
+
"scope": "all",
|
|
726
|
+
"source": "custom"
|
|
727
|
+
}
|
|
728
|
+
]
|
|
410
729
|
},
|
|
411
730
|
{
|
|
412
731
|
"bibleAudioId": "UBIO",
|
|
413
|
-
"audioSource": {
|
|
414
|
-
"source": "custom"
|
|
415
|
-
},
|
|
416
732
|
"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."
|
|
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
|
+
]
|
|
418
740
|
},
|
|
419
741
|
{
|
|
420
742
|
"bibleAudioId": "URDGV",
|
|
421
|
-
"audioSource": {
|
|
422
|
-
"source": "custom"
|
|
423
|
-
},
|
|
424
743
|
"canDownload": true,
|
|
425
|
-
"copyright": "Audio recorded and distributed by www.wcoi.org."
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
"canDownload": false,
|
|
433
|
-
"copyright": "Cebuano Contemporary Bible (Ang Pulong sa Dios) Copyright © 2009, 2010, 2014 Biblica, Inc.® All rights reserved worldwide."
|
|
744
|
+
"copyright": "Audio recorded and distributed by www.wcoi.org.",
|
|
745
|
+
"audioSource": [
|
|
746
|
+
{
|
|
747
|
+
"scope": "all",
|
|
748
|
+
"source": "custom"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
434
751
|
},
|
|
435
752
|
{
|
|
436
|
-
"bibleAudioId": "
|
|
437
|
-
"audioSource": {
|
|
438
|
-
"source": "dbl",
|
|
439
|
-
"sourceId": "579637b954c24e9c-01"
|
|
440
|
-
},
|
|
753
|
+
"bibleAudioId": "WAHA_INQ",
|
|
441
754
|
"canDownload": false,
|
|
442
|
-
"
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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."
|
|
755
|
+
"audioSource": [
|
|
756
|
+
{
|
|
757
|
+
"scope": "all",
|
|
758
|
+
"source": "custom"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
468
761
|
},
|
|
469
762
|
{
|
|
470
|
-
"bibleAudioId": "
|
|
471
|
-
"audioSource": {
|
|
472
|
-
"source": "dbl",
|
|
473
|
-
"sourceId": "232eeaf9dc544361-01"
|
|
474
|
-
},
|
|
763
|
+
"bibleAudioId": "WAHA_QAK",
|
|
475
764
|
"canDownload": true,
|
|
476
|
-
"
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
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"
|
|
765
|
+
"audioSource": [
|
|
766
|
+
{
|
|
767
|
+
"scope": "OT",
|
|
768
|
+
"source": "custom"
|
|
769
|
+
}
|
|
770
|
+
]
|
|
504
771
|
}
|
|
505
772
|
]
|
|
506
773
|
}
|