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