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