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