waha-shared 1.0.1 → 1.0.3
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/README.md +2 -2
- package/dist/data/bibleAudios.d.ts +8 -0
- package/dist/data/bibleAudios.js +8 -0
- package/dist/data/bibleAudios.json +394 -0
- package/dist/data/bibleResources/bibleBooks.d.ts +3 -0
- package/dist/data/bibleResources/bibleBooks.js +7 -0
- package/dist/data/bibleResources/bibleBooks.json +6071 -0
- package/dist/data/bibleResources/bibleChaptersList.d.ts +2 -0
- package/dist/data/bibleResources/bibleChaptersList.js +8 -0
- package/dist/data/bibleResources/bibleChaptersList.json +1191 -0
- package/dist/data/bibleStatuses.d.ts +7 -0
- package/dist/data/bibleStatuses.js +8 -0
- package/dist/data/bibleStatuses.json +9196 -0
- package/dist/data/bibleTexts.d.ts +16 -0
- package/dist/data/bibleTexts.js +8 -0
- package/dist/data/bibleTexts.json +527 -0
- package/dist/data/countryResources/areas.d.ts +3 -0
- package/dist/data/countryResources/areas.js +7 -0
- package/dist/data/countryResources/areas.json +74 -0
- package/dist/data/countryResources/countries.d.ts +3 -0
- package/dist/data/countryResources/countries.js +7 -0
- package/dist/data/countryResources/countries.json +3362 -0
- package/dist/data/foundationsCurriculums.d.ts +5 -0
- package/dist/data/foundationsCurriculums.js +8 -0
- package/dist/data/foundationsCurriculums.json +130 -0
- package/dist/data/languageResources/countriesAndLanguages.d.ts +13 -0
- package/dist/data/languageResources/countriesAndLanguages.js +7 -0
- package/dist/data/languageResources/countriesAndLanguages.json +11718 -0
- package/dist/data/languageResources/phoneLanguages.d.ts +11 -0
- package/dist/data/languageResources/phoneLanguages.js +7 -0
- package/dist/data/languageResources/phoneLanguages.json +1532 -0
- package/dist/data/languages.d.ts +45 -0
- package/dist/data/languages.js +8 -0
- package/dist/data/languages.json +7045 -0
- package/dist/data/mediaDurations.d.ts +6 -0
- package/dist/data/mediaDurations.js +8 -0
- package/dist/data/mediaDurations.json +32364 -0
- package/dist/data/notification.d.ts +16 -0
- package/dist/data/notification.js +8 -0
- package/dist/data/notification.json +69 -0
- package/dist/data/numeralMaps.d.ts +13 -0
- package/dist/data/numeralMaps.js +8 -0
- package/dist/data/numeralMaps.json +26 -0
- package/dist/data/questions.d.ts +8 -0
- package/dist/data/questions.js +8 -0
- package/dist/data/questions.json +317 -0
- package/dist/data/questionsCurriculums.d.ts +8 -0
- package/dist/data/questionsCurriculums.js +8 -0
- package/dist/data/questionsCurriculums.json +753 -0
- package/dist/data/releaseNotes.d.ts +6 -0
- package/dist/data/releaseNotes.js +8 -0
- package/dist/data/releaseNotes.json +2381 -0
- package/dist/data/screenshots.d.ts +5 -0
- package/dist/data/screenshots.js +8 -0
- package/dist/data/screenshots.json +17 -0
- package/dist/data/sets.d.ts +14 -0
- package/dist/data/sets.js +8 -0
- package/dist/data/sets.json +12258 -0
- package/dist/data/specialIds.d.ts +18 -0
- package/dist/data/specialIds.js +7 -0
- package/dist/data/specialIds.json +72 -0
- package/dist/data/topicsCurriculums.d.ts +5 -0
- package/dist/data/topicsCurriculums.js +8 -0
- package/dist/data/topicsCurriculums.json +131 -0
- package/dist/data/typescript/appTranslations.d.ts +915 -0
- package/dist/data/typescript/appTranslations.js +315 -0
- package/dist/data/typescript/areas.d.ts +18 -0
- package/dist/data/typescript/areas.js +42 -0
- package/dist/data/typescript/aslTimestamps.d.ts +43 -0
- package/dist/data/typescript/aslTimestamps.js +31 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleAudios.d.ts +21 -0
- package/dist/data/typescript/bibleAudios.js +23 -0
- package/dist/data/typescript/bibleBookNames.d.ts +3 -0
- package/dist/data/typescript/bibleBookNames.js +98 -0
- package/dist/data/typescript/bibleBooks.d.ts +69 -0
- package/dist/data/typescript/bibleBooks.js +56 -0
- package/dist/data/typescript/bibleChapters.d.ts +49 -0
- package/dist/data/typescript/bibleChapters.js +29 -0
- package/dist/data/typescript/bibleStatuses.d.ts +28 -0
- package/dist/data/typescript/bibleStatuses.js +39 -0
- package/dist/data/typescript/bibleTextAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleTextAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleTexts.d.ts +53 -0
- package/dist/data/typescript/bibleTexts.js +54 -0
- package/dist/data/typescript/clones.d.ts +36 -0
- package/dist/data/typescript/clones.js +28 -0
- package/dist/data/typescript/countries.d.ts +98 -0
- package/dist/data/typescript/countries.js +149 -0
- package/dist/data/typescript/foundationsCurriculums.d.ts +12 -0
- package/dist/data/typescript/foundationsCurriculums.js +12 -0
- package/dist/data/typescript/introductionTranslations.d.ts +202 -0
- package/dist/data/typescript/introductionTranslations.js +53 -0
- package/dist/data/typescript/languages.d.ts +148 -0
- package/dist/data/typescript/languages.js +302 -0
- package/dist/data/typescript/mediaDurations.d.ts +23 -0
- package/dist/data/typescript/mediaDurations.js +72 -0
- package/dist/data/typescript/notification.d.ts +45 -0
- package/dist/data/typescript/notification.js +176 -0
- package/dist/data/typescript/numeralMaps.d.ts +58 -0
- package/dist/data/typescript/numeralMaps.js +71 -0
- package/dist/data/typescript/questionTranslations.d.ts +3 -0
- package/dist/data/typescript/questionTranslations.js +5 -0
- package/dist/data/typescript/questions.d.ts +21 -0
- package/dist/data/typescript/questions.js +18 -0
- package/dist/data/typescript/questionsCurriculums.d.ts +27 -0
- package/dist/data/typescript/questionsCurriculums.js +19 -0
- package/dist/data/typescript/releaseNotes.d.ts +15 -0
- package/dist/data/typescript/releaseNotes.js +9 -0
- package/dist/data/typescript/screenshots.d.ts +12 -0
- package/dist/data/typescript/screenshots.js +49 -0
- package/dist/data/typescript/setTranslations.d.ts +27 -0
- package/dist/data/typescript/setTranslations.js +32 -0
- package/dist/data/typescript/sets.d.ts +49 -0
- package/dist/data/typescript/sets.js +88 -0
- package/dist/data/typescript/topicsCurriculums.d.ts +12 -0
- package/dist/data/typescript/topicsCurriculums.js +12 -0
- package/dist/data/youtube/videos.d.ts +2 -0
- package/dist/data/youtube/videos.js +7 -0
- package/dist/data/youtube/videos.json +262 -0
- package/dist/functions/activeCampaign.d.ts +8 -0
- package/dist/functions/activeCampaign.js +97 -0
- package/dist/functions/bibleChapterUtils.d.ts +15 -0
- package/dist/functions/bibleChapterUtils.js +231 -0
- package/dist/functions/crowdin.d.ts +24 -0
- package/dist/functions/crowdin.js +34 -0
- package/dist/functions/languages.d.ts +24 -0
- package/dist/functions/languages.js +212 -0
- package/dist/functions/scripturePassages.d.ts +47 -0
- package/dist/functions/scripturePassages.js +261 -0
- package/dist/functions/sets.d.ts +30 -0
- package/dist/functions/sets.js +371 -0
- package/dist/translations/appTranslations.d.ts +306 -0
- package/dist/translations/appTranslations.js +8 -0
- package/dist/translations/appTranslations.json +10239 -0
- package/dist/translations/introductionTranslations.d.ts +43 -0
- package/dist/translations/introductionTranslations.js +8 -0
- package/dist/translations/introductionTranslations.json +422 -0
- package/dist/translations/questionTranslations.d.ts +2 -0
- package/dist/translations/questionTranslations.js +8 -0
- package/dist/translations/questionTranslations.json +1472 -0
- package/dist/translations/setTranslations.d.ts +10 -0
- package/dist/translations/setTranslations.js +8 -0
- package/dist/translations/setTranslations.json +30257 -0
- package/dist/types/analytics.d.ts +119 -0
- package/dist/types/analytics.js +2 -0
- package/dist/types/completions.d.ts +8 -0
- package/dist/types/completions.js +2 -0
- package/dist/types/feedback.d.ts +60 -0
- package/dist/types/feedback.js +27 -0
- package/dist/types/languages.d.ts +31 -0
- package/dist/types/languages.js +2 -0
- package/dist/types/notifications.d.ts +128 -0
- package/dist/types/notifications.js +30 -0
- package/dist/types/sets.d.ts +70 -0
- package/dist/types/sets.js +10 -0
- package/dist/types/users.d.ts +765 -0
- package/dist/types/users.js +137 -0
- package/package.json +2 -2
- package/.DS_Store +0 -0
- package/__init__.py +0 -0
- package/copy.ts +0 -37
- package/data/README.md +0 -45
- package/data/__init__.py +0 -0
- package/data/aslTimestamps.json +0 -192788
- package/data/bibleAudios.json +0 -394
- package/data/bibleAudios.ts +0 -4
- package/data/bibleResources/audioBibleLicenses.json +0 -6235
- package/data/bibleResources/bibleBooks.json +0 -6071
- package/data/bibleResources/bibleBooks.ts +0 -4
- package/data/bibleResources/bibleChaptersList.json +0 -1191
- package/data/bibleResources/bibleChaptersList.ts +0 -4
- package/data/bibleResources/textBibleLicenses.json +0 -14603
- package/data/bibleStatuses.json +0 -9196
- package/data/bibleStatuses.ts +0 -4
- package/data/bibleTexts.json +0 -527
- package/data/bibleTexts.ts +0 -4
- package/data/clones.json +0 -13
- package/data/countryResources/areas.json +0 -74
- package/data/countryResources/areas.ts +0 -4
- package/data/countryResources/countries.json +0 -3362
- package/data/countryResources/countries.ts +0 -4
- package/data/foundationsCurriculums.json +0 -130
- package/data/foundationsCurriculums.ts +0 -4
- package/data/languageResources/countriesAndLanguages.json +0 -11718
- package/data/languageResources/countriesAndLanguages.ts +0 -16
- package/data/languageResources/crowdinLanguages.json +0 -2172
- package/data/languageResources/iosVoiceOverLanguages.json +0 -64
- package/data/languageResources/iso6933LanguageCodes.json +0 -7927
- package/data/languageResources/mmsLanguages.json +0 -28164
- package/data/languageResources/phoneLanguages.json +0 -1532
- package/data/languageResources/phoneLanguages.ts +0 -14
- package/data/languages.json +0 -7045
- package/data/languages.ts +0 -4
- package/data/mediaDurations.json +0 -32364
- package/data/mediaDurations.ts +0 -4
- package/data/notification.json +0 -69
- package/data/notification.ts +0 -4
- package/data/numeralMaps.json +0 -26
- package/data/numeralMaps.ts +0 -4
- package/data/orphanedBibleTexts.json +0 -2747
- package/data/questions.json +0 -317
- package/data/questions.ts +0 -4
- package/data/questionsCurriculums.json +0 -753
- package/data/questionsCurriculums.ts +0 -4
- package/data/releaseNotes.json +0 -2381
- package/data/releaseNotes.ts +0 -4
- package/data/schemas/appTranslations.schema.json +0 -802
- package/data/schemas/areas.schema.json +0 -76
- package/data/schemas/aslTimestamps.schema.json +0 -59
- package/data/schemas/bibleAudios.schema.json +0 -37
- package/data/schemas/bibleBooks.schema.json +0 -112
- package/data/schemas/bibleChapters.schema.json +0 -61
- package/data/schemas/bibleStatuses.schema.json +0 -41
- package/data/schemas/bibleTexts.schema.json +0 -60
- package/data/schemas/clones.schema.json +0 -63
- package/data/schemas/countries.schema.json +0 -84
- package/data/schemas/foundationsCurriculums.schema.json +0 -20
- package/data/schemas/introductionTranslations.schema.json +0 -101
- package/data/schemas/languages.schema.json +0 -365
- package/data/schemas/mediaDurations.schema.json +0 -41
- package/data/schemas/notification.schema.json +0 -111
- package/data/schemas/numeralMaps.schema.json +0 -57
- package/data/schemas/questionTranslations.schema.json +0 -20
- package/data/schemas/questions.schema.json +0 -29
- package/data/schemas/questionsCurriculums.schema.json +0 -34
- package/data/schemas/releaseNotes.schema.json +0 -21
- package/data/schemas/screenshots.schema.json +0 -23
- package/data/schemas/setTranslations.schema.json +0 -70
- package/data/schemas/sets.schema.json +0 -109
- package/data/schemas/topicsCurriculums.schema.json +0 -20
- package/data/screenshots.json +0 -17
- package/data/screenshots.ts +0 -4
- package/data/sets.json +0 -12258
- package/data/sets.ts +0 -4
- package/data/specialIds.json +0 -72
- package/data/specialIds.ts +0 -19
- package/data/timings/som.json +0 -9150
- package/data/topicsCurriculums.json +0 -131
- package/data/topicsCurriculums.ts +0 -4
- package/data/typescript/appTranslations.ts +0 -322
- package/data/typescript/areas.ts +0 -45
- package/data/typescript/aslTimestamps.ts +0 -36
- package/data/typescript/bibleAudioAvailableChapters.ts +0 -35
- package/data/typescript/bibleAudios.ts +0 -32
- package/data/typescript/bibleBookNames.ts +0 -97
- package/data/typescript/bibleBooks.ts +0 -63
- package/data/typescript/bibleChapters.ts +0 -40
- package/data/typescript/bibleStatuses.ts +0 -54
- package/data/typescript/bibleTextAvailableChapters.ts +0 -35
- package/data/typescript/bibleTexts.ts +0 -63
- package/data/typescript/clones.ts +0 -35
- package/data/typescript/countries.ts +0 -152
- package/data/typescript/foundationsCurriculums.ts +0 -15
- package/data/typescript/introductionTranslations.ts +0 -60
- package/data/typescript/languages.ts +0 -369
- package/data/typescript/mediaDurations.ts +0 -89
- package/data/typescript/notification.ts +0 -189
- package/data/typescript/numeralMaps.ts +0 -74
- package/data/typescript/questionTranslations.ts +0 -6
- package/data/typescript/questions.ts +0 -25
- package/data/typescript/questionsCurriculums.ts +0 -26
- package/data/typescript/releaseNotes.ts +0 -10
- package/data/typescript/screenshots.ts +0 -52
- package/data/typescript/setTranslations.ts +0 -39
- package/data/typescript/sets.ts +0 -105
- package/data/typescript/topicsCurriculums.ts +0 -15
- package/data/youtube/playlists.json +0 -28
- package/data/youtube/videos.json +0 -262
- package/data/youtube/videos.ts +0 -2
- package/functions/activeCampaign.ts +0 -127
- package/functions/bibleChapterUtils.ts +0 -241
- package/functions/crowdin.ts +0 -51
- package/functions/languages.ts +0 -284
- package/functions/scripturePassages.ts +0 -368
- package/functions/sets.ts +0 -495
- package/translations/appTranslations.json +0 -10239
- package/translations/appTranslations.ts +0 -4
- package/translations/introductionTranslations.json +0 -422
- package/translations/introductionTranslations.ts +0 -4
- package/translations/questionTranslations.json +0 -1472
- package/translations/questionTranslations.ts +0 -4
- package/translations/setTranslations.json +0 -30257
- package/translations/setTranslations.ts +0 -4
- package/translations/spokenQuestionTranslations.json +0 -1472
- package/types/analytics.ts +0 -147
- package/types/completions.ts +0 -9
- package/types/feedback.ts +0 -27
- package/types/languages.ts +0 -37
- package/types/notifications.ts +0 -37
- package/types/sets.ts +0 -84
- package/types/users.ts +0 -162
|
@@ -1,2747 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"bibleTextId": "A_BOKUN",
|
|
4
|
-
"textSource": {
|
|
5
|
-
"source": "dbl",
|
|
6
|
-
"sourceId": "17c44f6c89de00db-02"
|
|
7
|
-
},
|
|
8
|
-
"copyright": "Creative Commons Attribution-NonCommercial 4.0 International License",
|
|
9
|
-
"language": "bel",
|
|
10
|
-
"name": "Belarusan",
|
|
11
|
-
"nameEnglish": "Bible (A.Bokun translation)"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"bibleTextId": "IRVTel",
|
|
15
|
-
"textSource": {
|
|
16
|
-
"source": "dbl",
|
|
17
|
-
"sourceId": "5b835ce16a1703ff-01"
|
|
18
|
-
},
|
|
19
|
-
"copyright": "Audio is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
|
|
20
|
-
"language": "tel",
|
|
21
|
-
"name": "ఇండియన్ రివైజ్డ్ వెర్షన్ (IRV) - తెలుగు -2019",
|
|
22
|
-
"nameEnglish": "Indian Revised Version (Telugu)"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"bibleTextId": "ABURENI",
|
|
26
|
-
"textSource": {
|
|
27
|
-
"source": "custom"
|
|
28
|
-
},
|
|
29
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
30
|
-
"language": "msy",
|
|
31
|
-
"name": "Abureni"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"bibleTextId": "AHIRANI_OT",
|
|
35
|
-
"textSource": {
|
|
36
|
-
"source": "custom"
|
|
37
|
-
},
|
|
38
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
39
|
-
"language": "ahn",
|
|
40
|
-
"name": "Ahirani"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"bibleTextId": "AJIGHA",
|
|
44
|
-
"textSource": {
|
|
45
|
-
"source": "custom"
|
|
46
|
-
},
|
|
47
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
48
|
-
"language": "aji",
|
|
49
|
-
"name": "Ajigha"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"bibleTextId": "AKBQ",
|
|
53
|
-
"textSource": {
|
|
54
|
-
"source": "custom"
|
|
55
|
-
},
|
|
56
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
57
|
-
"language": "kbq",
|
|
58
|
-
"name": "Anumzamofo Routage Avantafere",
|
|
59
|
-
"nameEnglish": "AKBQ CChecked orginal with alphabet and revision changes"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"bibleTextId": "AKITAB_PADOE",
|
|
63
|
-
"textSource": {
|
|
64
|
-
"source": "custom"
|
|
65
|
-
},
|
|
66
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
67
|
-
"language": "pdo",
|
|
68
|
-
"name": "Akitab Padoe"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"bibleTextId": "AKUKEM",
|
|
72
|
-
"textSource": {
|
|
73
|
-
"source": "custom"
|
|
74
|
-
},
|
|
75
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
76
|
-
"language": "aku",
|
|
77
|
-
"name": "Akɨghɨman Akam",
|
|
78
|
-
"nameEnglish": "Akukem Portions for DBL"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"bibleTextId": "AKURUMI",
|
|
82
|
-
"textSource": {
|
|
83
|
-
"source": "custom"
|
|
84
|
-
},
|
|
85
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
86
|
-
"language": "krh",
|
|
87
|
-
"name": "Akurumi"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"bibleTextId": "ALKITAB_TAMBEE",
|
|
91
|
-
"textSource": {
|
|
92
|
-
"source": "custom"
|
|
93
|
-
},
|
|
94
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
95
|
-
"language": "mzq",
|
|
96
|
-
"name": "Alkitab Tambee"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"bibleTextId": "ANINKA",
|
|
100
|
-
"textSource": {
|
|
101
|
-
"source": "custom"
|
|
102
|
-
},
|
|
103
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
104
|
-
"language": "aqk",
|
|
105
|
-
"name": "Aninka"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"bibleTextId": "APAL",
|
|
109
|
-
"textSource": {
|
|
110
|
-
"source": "custom"
|
|
111
|
-
},
|
|
112
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
113
|
-
"language": "ena",
|
|
114
|
-
"name": "Apal"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"bibleTextId": "AROMANIAN_FRASHEROT",
|
|
118
|
-
"textSource": {
|
|
119
|
-
"source": "custom"
|
|
120
|
-
},
|
|
121
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
122
|
-
"language": "rup",
|
|
123
|
-
"name": "Aromanian Frasherot"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"bibleTextId": "ARUAMU",
|
|
127
|
-
"textSource": {
|
|
128
|
-
"source": "dbl",
|
|
129
|
-
"sourceId": "98adf0b796dc9ff4-01"
|
|
130
|
-
},
|
|
131
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
132
|
-
"language": "msy",
|
|
133
|
-
"name": "Aruamu",
|
|
134
|
-
"nameEnglish": "The Bible in Aruamu"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"bibleTextId": "AYTA_AMBALA",
|
|
138
|
-
"textSource": {
|
|
139
|
-
"source": "custom"
|
|
140
|
-
},
|
|
141
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
142
|
-
"language": "abc",
|
|
143
|
-
"name": "Ayta, Ambala",
|
|
144
|
-
"nameEnglish": "Ayta Ambala Retelling Version"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"bibleTextId": "BAGA",
|
|
148
|
-
"textSource": {
|
|
149
|
-
"source": "dbl",
|
|
150
|
-
"sourceId": "71d2075d284c4eae-01"
|
|
151
|
-
},
|
|
152
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
153
|
-
"language": "bsp",
|
|
154
|
-
"name": "Baga Sitemu",
|
|
155
|
-
"nameEnglish": "Baga Translation"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"bibleTextId": "BAGHLAYANI",
|
|
159
|
-
"textSource": {
|
|
160
|
-
"source": "dbl",
|
|
161
|
-
"sourceId": "e051b4f945d52400-02"
|
|
162
|
-
},
|
|
163
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
164
|
-
"language": "bfz",
|
|
165
|
-
"name": "Baghlayani"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"bibleTextId": "BASSA_AKWAROMBA",
|
|
169
|
-
"textSource": {
|
|
170
|
-
"source": "custom"
|
|
171
|
-
},
|
|
172
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
173
|
-
"language": "bsq",
|
|
174
|
-
"name": "Bassa (akwaromba)"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"bibleTextId": "BAYSO",
|
|
178
|
-
"textSource": {
|
|
179
|
-
"source": "custom"
|
|
180
|
-
},
|
|
181
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
182
|
-
"language": "bsw",
|
|
183
|
-
"name": "Baiso",
|
|
184
|
-
"nameEnglish": "Bayso New"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"bibleTextId": "BAYSO_ETHIOPIC",
|
|
188
|
-
"textSource": {
|
|
189
|
-
"source": "custom"
|
|
190
|
-
},
|
|
191
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
192
|
-
"language": "bsw",
|
|
193
|
-
"name": "Baiso",
|
|
194
|
-
"nameEnglish": "Bayso Ethiopic Version"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"bibleTextId": "BEDAMUNI",
|
|
198
|
-
"textSource": {
|
|
199
|
-
"source": "custom"
|
|
200
|
-
},
|
|
201
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
202
|
-
"language": "bem",
|
|
203
|
-
"name": "GODE EA SIA: IDA:IWANE GALA",
|
|
204
|
-
"nameEnglish": "Bedamuni Bible [beo] Papua New Guinea"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"bibleTextId": "BEKWEL",
|
|
208
|
-
"textSource": {
|
|
209
|
-
"source": "custom"
|
|
210
|
-
},
|
|
211
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
212
|
-
"language": "bkw",
|
|
213
|
-
"name": "Bekwel",
|
|
214
|
-
"nameEnglish": "Bekwel Bible"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"bibleTextId": "BELARUSIAN",
|
|
218
|
-
"textSource": {
|
|
219
|
-
"source": "custom"
|
|
220
|
-
},
|
|
221
|
-
"copyright": "Creative Commons Attribution-NonCommercial 4.0 International License",
|
|
222
|
-
"language": "bel",
|
|
223
|
-
"name": "беларуская",
|
|
224
|
-
"nameEnglish": "Bible in belarusian"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"bibleTextId": "BES",
|
|
228
|
-
"name": "La Biblia en Español Sencillo",
|
|
229
|
-
"copyright": "This Bible translation is in the PUBLIC DOMAIN (not copyrighted). CC0",
|
|
230
|
-
"language": "spa",
|
|
231
|
-
"nameEnglish": "The Holy Bible in Simple Spanish",
|
|
232
|
-
"textSource": {
|
|
233
|
-
"source": "dbl",
|
|
234
|
-
"sourceId": "b32b9d1b64b4ef29-01"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"bibleTextId": "BHADRAWAHI",
|
|
239
|
-
"textSource": {
|
|
240
|
-
"source": "custom"
|
|
241
|
-
},
|
|
242
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
243
|
-
"language": "bhd",
|
|
244
|
-
"name": "Bhadrawahi Bible"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"bibleTextId": "BHATTIYALI",
|
|
248
|
-
"textSource": {
|
|
249
|
-
"source": "custom"
|
|
250
|
-
},
|
|
251
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
252
|
-
"language": "bht",
|
|
253
|
-
"name": "Bhattiyali"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"bibleTextId": "BHILALI",
|
|
257
|
-
"textSource": {
|
|
258
|
-
"source": "custom"
|
|
259
|
-
},
|
|
260
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
261
|
-
"language": "bhi",
|
|
262
|
-
"name": "Bhilali"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"bibleTextId": "BHUMIYA",
|
|
266
|
-
"textSource": {
|
|
267
|
-
"source": "custom"
|
|
268
|
-
},
|
|
269
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
270
|
-
"language": "bhu",
|
|
271
|
-
"name": "Bhumiya"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"bibleTextId": "BIB_SEN_AN",
|
|
275
|
-
"textSource": {
|
|
276
|
-
"source": "custom"
|
|
277
|
-
},
|
|
278
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
279
|
-
"language": "hat",
|
|
280
|
-
"name": "Bib Sen An"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"bibleTextId": "BLT",
|
|
284
|
-
"name": "Biblia Livre Para Todos",
|
|
285
|
-
"copyright": "Dr. Jonathan Gallagher. Lançado sob licença Creative Commons Atribuição-CompartilhaIgual 4.0 Não Adaptada. Para correções envie email para jonathangallagherfbv@gmail.com Dr. Jonathan Gallagher. Released under Creative Commons Attribution-ShareAlike 4.0 Unported License. For corrections send email to jonathangallagherfbv@gmail.com",
|
|
286
|
-
"language": "por",
|
|
287
|
-
"textSource": {
|
|
288
|
-
"source": "dbl",
|
|
289
|
-
"sourceId": "d63894c8d9a7a503-01"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"bibleTextId": "BODO_PARJA",
|
|
294
|
-
"textSource": {
|
|
295
|
-
"source": "custom"
|
|
296
|
-
},
|
|
297
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
298
|
-
"language": "bdv",
|
|
299
|
-
"name": "Bodo Parja: BOPO Bible"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"bibleTextId": "BOGA",
|
|
303
|
-
"textSource": {
|
|
304
|
-
"source": "custom"
|
|
305
|
-
},
|
|
306
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
307
|
-
"language": "bvg",
|
|
308
|
-
"name": "Boga"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"bibleTextId": "BONDEI",
|
|
312
|
-
"textSource": {
|
|
313
|
-
"source": "custom"
|
|
314
|
-
},
|
|
315
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
316
|
-
"language": "bou",
|
|
317
|
-
"name": "Bondei"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"bibleTextId": "BORNA",
|
|
321
|
-
"textSource": {
|
|
322
|
-
"source": "custom"
|
|
323
|
-
},
|
|
324
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
325
|
-
"language": "bwo",
|
|
326
|
-
"name": "Borna",
|
|
327
|
-
"nameEnglish": "Borna (Latin)"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"bibleTextId": "BU",
|
|
331
|
-
"textSource": {
|
|
332
|
-
"source": "custom"
|
|
333
|
-
},
|
|
334
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
335
|
-
"language": "bus",
|
|
336
|
-
"name": "Bu"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"bibleTextId": "BUGUN",
|
|
340
|
-
"textSource": {
|
|
341
|
-
"source": "custom"
|
|
342
|
-
},
|
|
343
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
344
|
-
"language": "bgg",
|
|
345
|
-
"name": "Bugun:"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"bibleTextId": "BWILE",
|
|
349
|
-
"textSource": {
|
|
350
|
-
"source": "custom"
|
|
351
|
-
},
|
|
352
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
353
|
-
"language": "bwc",
|
|
354
|
-
"name": "Bwile"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"bibleTextId": "CANING",
|
|
358
|
-
"textSource": {
|
|
359
|
-
"source": "dbl",
|
|
360
|
-
"sourceId": "f95e2d9b384f8e6e-01"
|
|
361
|
-
},
|
|
362
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
363
|
-
"language": "shj",
|
|
364
|
-
"name": "Caning"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"bibleTextId": "CARPATHIAN_ROMANI",
|
|
368
|
-
"textSource": {
|
|
369
|
-
"source": "dbl",
|
|
370
|
-
"sourceId": "e952663db2e91691-01"
|
|
371
|
-
},
|
|
372
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
373
|
-
"language": "rmc",
|
|
374
|
-
"name": "Romanes",
|
|
375
|
-
"nameEnglish": "Carpathian Romani Bible"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"bibleTextId": "CHERGASH",
|
|
379
|
-
"textSource": {
|
|
380
|
-
"source": "custom"
|
|
381
|
-
},
|
|
382
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
383
|
-
"language": "rmy",
|
|
384
|
-
"name": "Chergash"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"bibleTextId": "CHITWAN_THARU",
|
|
388
|
-
"textSource": {
|
|
389
|
-
"source": "custom"
|
|
390
|
-
},
|
|
391
|
-
"copyright": "Creative Commons Attribution-NonCommercial 4.0 International License",
|
|
392
|
-
"language": "the",
|
|
393
|
-
"name": "Chitwan Tharu"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"bibleTextId": "CHUNG",
|
|
397
|
-
"textSource": {
|
|
398
|
-
"source": "custom"
|
|
399
|
-
},
|
|
400
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
401
|
-
"language": "cnq",
|
|
402
|
-
"name": "Chung"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"bibleTextId": "CISHINGINI_AGWARA_KAMBARI_ASG",
|
|
406
|
-
"textSource": {
|
|
407
|
-
"source": "custom"
|
|
408
|
-
},
|
|
409
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
410
|
-
"language": "asg",
|
|
411
|
-
"name": "Cishingini Agwara Kambari"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"bibleTextId": "CRIMEAN_ROMANI",
|
|
415
|
-
"textSource": {
|
|
416
|
-
"source": "dbl",
|
|
417
|
-
"sourceId": "6c018dd7a342aa63-01"
|
|
418
|
-
},
|
|
419
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
420
|
-
"language": "rmn",
|
|
421
|
-
"name": "Библия опэр крымски романи чиб",
|
|
422
|
-
"nameEnglish": "Crimean Romani Bible"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"bibleTextId": "DAI_CHIN",
|
|
426
|
-
"textSource": {
|
|
427
|
-
"source": "custom"
|
|
428
|
-
},
|
|
429
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
430
|
-
"language": "dao",
|
|
431
|
-
"name": "Dai-Chin:"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"bibleTextId": "DANU_DANU",
|
|
435
|
-
"textSource": {
|
|
436
|
-
"source": "custom"
|
|
437
|
-
},
|
|
438
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
439
|
-
"language": "dnv",
|
|
440
|
-
"name": "Danu",
|
|
441
|
-
"nameEnglish": "Danu: Danu Bible"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"bibleTextId": "DAWRO_ETHIOPIC",
|
|
445
|
-
"textSource": {
|
|
446
|
-
"source": "custom"
|
|
447
|
-
},
|
|
448
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
449
|
-
"language": "dwr",
|
|
450
|
-
"name": "Dawro",
|
|
451
|
-
"audioId": "DAWRO",
|
|
452
|
-
"nameEnglish": "Dawro (Ethiopic)"
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"bibleTextId": "DAWRO_LATIN",
|
|
456
|
-
"textSource": {
|
|
457
|
-
"source": "custom"
|
|
458
|
-
},
|
|
459
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
460
|
-
"language": "dwr",
|
|
461
|
-
"name": "Dawuro",
|
|
462
|
-
"audioId": "DAWRO",
|
|
463
|
-
"nameEnglish": "Dawuro (Latin)"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"bibleTextId": "DESIYA",
|
|
467
|
-
"textSource": {
|
|
468
|
-
"source": "custom"
|
|
469
|
-
},
|
|
470
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
471
|
-
"language": "dso",
|
|
472
|
-
"name": "Sida"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"bibleTextId": "DHANKI_OT",
|
|
476
|
-
"textSource": {
|
|
477
|
-
"source": "custom"
|
|
478
|
-
},
|
|
479
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
480
|
-
"language": "dhd",
|
|
481
|
-
"name": "Dhankavi"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"bibleTextId": "DIDEI",
|
|
485
|
-
"textSource": {
|
|
486
|
-
"source": "custom"
|
|
487
|
-
},
|
|
488
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
489
|
-
"language": "gaq",
|
|
490
|
-
"name": "Dega: Gata Didayi"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"bibleTextId": "DONGXIANG_SHENG_JING",
|
|
494
|
-
"textSource": {
|
|
495
|
-
"source": "custom"
|
|
496
|
-
},
|
|
497
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
498
|
-
"language": "sce",
|
|
499
|
-
"name": "DongXiang Sheng Jing"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"bibleTextId": "DUYA",
|
|
503
|
-
"textSource": {
|
|
504
|
-
"source": "custom"
|
|
505
|
-
},
|
|
506
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
507
|
-
"language": "ldb",
|
|
508
|
-
"name": "Duya"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"bibleTextId": "EASTERN_SLOVAK_ROMANI",
|
|
512
|
-
"textSource": {
|
|
513
|
-
"source": "custom"
|
|
514
|
-
},
|
|
515
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
516
|
-
"language": "rmn",
|
|
517
|
-
"name": "Romani",
|
|
518
|
-
"overrideMmsLanguageId": "rmc",
|
|
519
|
-
"nameEnglish": "Eastern Slovak Romani Bible"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"bibleTextId": "EASY_TO_READ_CHINESE",
|
|
523
|
-
"textSource": {
|
|
524
|
-
"source": "dbl",
|
|
525
|
-
"sourceId": "04fb2bec0d582d1f-01"
|
|
526
|
-
},
|
|
527
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
528
|
-
"language": "cmn",
|
|
529
|
-
"name": "免费的易读圣经",
|
|
530
|
-
"nameEnglish": "Simplified Chinese Free Easy-to-read Bible"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"bibleTextId": "EKAJUK_SCRIPTURES",
|
|
534
|
-
"textSource": {
|
|
535
|
-
"source": "custom"
|
|
536
|
-
},
|
|
537
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
538
|
-
"language": "eka",
|
|
539
|
-
"name": "Ekajuk Scriptures"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"bibleTextId": "ELBERFELDER",
|
|
543
|
-
"textSource": {
|
|
544
|
-
"source": "dbl",
|
|
545
|
-
"sourceId": "f492a38d0e52db0f-01"
|
|
546
|
-
},
|
|
547
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
548
|
-
"language": "deu",
|
|
549
|
-
"name": "Elberfelder Übersetzung (Version von bibelkommentare.de)",
|
|
550
|
-
"nameEnglish": "Elberfelder Translation"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"bibleTextId": "ESWE",
|
|
554
|
-
"textSource": {
|
|
555
|
-
"source": "custom"
|
|
556
|
-
},
|
|
557
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
558
|
-
"language": "smw",
|
|
559
|
-
"name": "ESWE Translation"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"bibleTextId": "ETULO",
|
|
563
|
-
"textSource": {
|
|
564
|
-
"source": "custom"
|
|
565
|
-
},
|
|
566
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
567
|
-
"language": "utr",
|
|
568
|
-
"name": "Etulo"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"bibleTextId": "FALAM_LENTE",
|
|
572
|
-
"textSource": {
|
|
573
|
-
"source": "custom"
|
|
574
|
-
},
|
|
575
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
576
|
-
"language": "cfm",
|
|
577
|
-
"name": "Falam: Lente Bible"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"bibleTextId": "GA_ANDA",
|
|
581
|
-
"textSource": {
|
|
582
|
-
"source": "custom"
|
|
583
|
-
},
|
|
584
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
585
|
-
"language": "gaa",
|
|
586
|
-
"name": "Gawanda"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"bibleTextId": "GAMIT",
|
|
590
|
-
"textSource": {
|
|
591
|
-
"source": "custom"
|
|
592
|
-
},
|
|
593
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
594
|
-
"language": "gbi",
|
|
595
|
-
"name": "Gamit Bible"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"bibleTextId": "GAMO_ETHIOPIC",
|
|
599
|
-
"textSource": {
|
|
600
|
-
"source": "custom"
|
|
601
|
-
},
|
|
602
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
603
|
-
"language": "gmv",
|
|
604
|
-
"name": "Gamotso",
|
|
605
|
-
"audioId": "GAMO",
|
|
606
|
-
"nameEnglish": "Gamo (Ethiopic)"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"bibleTextId": "GAMO_LATIN",
|
|
610
|
-
"textSource": {
|
|
611
|
-
"source": "custom"
|
|
612
|
-
},
|
|
613
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
614
|
-
"language": "gmv",
|
|
615
|
-
"name": "Gamotso",
|
|
616
|
-
"audioId": "GAMO",
|
|
617
|
-
"nameEnglish": "Gamo (Latin)"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"bibleTextId": "GAVA",
|
|
621
|
-
"textSource": {
|
|
622
|
-
"source": "custom"
|
|
623
|
-
},
|
|
624
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
625
|
-
"language": "gdf",
|
|
626
|
-
"name": "Gava"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"bibleTextId": "GAYIL_ETHIOPIC",
|
|
630
|
-
"textSource": {
|
|
631
|
-
"source": "custom"
|
|
632
|
-
},
|
|
633
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
634
|
-
"language": "gyl",
|
|
635
|
-
"name": "Gayil",
|
|
636
|
-
"nameEnglish": "Gayil (Ethiopic)"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"bibleTextId": "GEJI",
|
|
640
|
-
"textSource": {
|
|
641
|
-
"source": "dbl",
|
|
642
|
-
"sourceId": "97168d61a121bf7c-01"
|
|
643
|
-
},
|
|
644
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
645
|
-
"language": "gyz",
|
|
646
|
-
"name": "Geji"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"bibleTextId": "GLAVDA",
|
|
650
|
-
"textSource": {
|
|
651
|
-
"source": "custom"
|
|
652
|
-
},
|
|
653
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
654
|
-
"language": "glw",
|
|
655
|
-
"name": "Glavda"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"bibleTextId": "GODS_BOEK",
|
|
659
|
-
"textSource": {
|
|
660
|
-
"source": "custom"
|
|
661
|
-
},
|
|
662
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
663
|
-
"language": "nld",
|
|
664
|
-
"name": "Gods Boek"
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"bibleTextId": "GOFA_ETHIOPIC",
|
|
668
|
-
"textSource": {
|
|
669
|
-
"source": "custom"
|
|
670
|
-
},
|
|
671
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
672
|
-
"language": "gof",
|
|
673
|
-
"name": "Gofa (Ethiopic)",
|
|
674
|
-
"audioId": "GOFA"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"bibleTextId": "GOFA_LATIN",
|
|
678
|
-
"textSource": {
|
|
679
|
-
"source": "custom"
|
|
680
|
-
},
|
|
681
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
682
|
-
"language": "gof",
|
|
683
|
-
"name": "Gofa",
|
|
684
|
-
"audioId": "GOFA"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"bibleTextId": "GOWLAN",
|
|
688
|
-
"textSource": {
|
|
689
|
-
"source": "custom"
|
|
690
|
-
},
|
|
691
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
692
|
-
"language": "gol",
|
|
693
|
-
"name": "Gowlan"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"bibleTextId": "GOWLI",
|
|
697
|
-
"textSource": {
|
|
698
|
-
"source": "dbl",
|
|
699
|
-
"sourceId": "28d256cb603137cd-01"
|
|
700
|
-
},
|
|
701
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
702
|
-
"language": "gok",
|
|
703
|
-
"name": "Gawli Marathi",
|
|
704
|
-
"overrideMmsLanguageId": "mar"
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"bibleTextId": "GREEK_ACCORDING_TO_FAMILY_35",
|
|
708
|
-
"textSource": {
|
|
709
|
-
"source": "dbl",
|
|
710
|
-
"sourceId": "5e29945cf530b0f6-01"
|
|
711
|
-
},
|
|
712
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
713
|
-
"language": "grc",
|
|
714
|
-
"name": "Η Ελληνική Καινή Διαθήκη Σύμφωνα με την Οικογένεια 35",
|
|
715
|
-
"nameEnglish": "The Greek According to Family 35"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"bibleTextId": "GUJI_OROMO",
|
|
719
|
-
"textSource": {
|
|
720
|
-
"source": "custom"
|
|
721
|
-
},
|
|
722
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
723
|
-
"language": "gax",
|
|
724
|
-
"name": "Guji Oromo Bible"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"bibleTextId": "GURBET",
|
|
728
|
-
"textSource": {
|
|
729
|
-
"source": "custom"
|
|
730
|
-
},
|
|
731
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
732
|
-
"language": "rmy",
|
|
733
|
-
"name": "Gurbet Bible"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"bibleTextId": "HALABA",
|
|
737
|
-
"textSource": {
|
|
738
|
-
"source": "custom"
|
|
739
|
-
},
|
|
740
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
741
|
-
"language": "alw",
|
|
742
|
-
"name": "Halaba"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"bibleTextId": "HARYANVI",
|
|
746
|
-
"textSource": {
|
|
747
|
-
"source": "dbl",
|
|
748
|
-
"sourceId": "2ef130d3485d3fe4-01"
|
|
749
|
-
},
|
|
750
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
751
|
-
"language": "bgc",
|
|
752
|
-
"name": "Haryanvi Bible"
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"bibleTextId": "HASSANIYA",
|
|
756
|
-
"textSource": {
|
|
757
|
-
"source": "custom"
|
|
758
|
-
},
|
|
759
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
760
|
-
"language": "mey",
|
|
761
|
-
"name": "Hassaniya"
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"bibleTextId": "HAVAI",
|
|
765
|
-
"textSource": {
|
|
766
|
-
"source": "custom"
|
|
767
|
-
},
|
|
768
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
769
|
-
"language": "omb",
|
|
770
|
-
"name": "Havai"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"bibleTextId": "HAVU",
|
|
774
|
-
"textSource": {
|
|
775
|
-
"source": "custom"
|
|
776
|
-
},
|
|
777
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
778
|
-
"language": "hav",
|
|
779
|
-
"name": "Havu"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"bibleTextId": "HOLIYA",
|
|
783
|
-
"textSource": {
|
|
784
|
-
"source": "custom"
|
|
785
|
-
},
|
|
786
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
787
|
-
"language": "hoy",
|
|
788
|
-
"name": "Holiya "
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"bibleTextId": "HONA",
|
|
792
|
-
"textSource": {
|
|
793
|
-
"source": "custom"
|
|
794
|
-
},
|
|
795
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
796
|
-
"language": "huc",
|
|
797
|
-
"name": "Hona Bible"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"bibleTextId": "HRUSO",
|
|
801
|
-
"textSource": {
|
|
802
|
-
"source": "custom"
|
|
803
|
-
},
|
|
804
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
805
|
-
"language": "hru",
|
|
806
|
-
"name": "Hruso Bible"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"bibleTextId": "IKIZU",
|
|
810
|
-
"textSource": {
|
|
811
|
-
"source": "custom"
|
|
812
|
-
},
|
|
813
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
814
|
-
"language": "ikz",
|
|
815
|
-
"name": "Ikizu"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"bibleTextId": "IPUNU_KIWOYETI_PUU",
|
|
819
|
-
"textSource": {
|
|
820
|
-
"source": "custom"
|
|
821
|
-
},
|
|
822
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
823
|
-
"language": "puu",
|
|
824
|
-
"name": "Ipunu Kiwoyeti"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"bibleTextId": "IRVAssamese",
|
|
828
|
-
"textSource": {
|
|
829
|
-
"source": "dbl",
|
|
830
|
-
"sourceId": "d199679f805f5b29-01"
|
|
831
|
-
},
|
|
832
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
833
|
-
"language": "asm",
|
|
834
|
-
"name": "অসমীয়া বাইবেল",
|
|
835
|
-
"nameEnglish": "Indian Revised Version (Assamese)"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"bibleTextId": "IRVBengali",
|
|
839
|
-
"textSource": {
|
|
840
|
-
"source": "dbl",
|
|
841
|
-
"sourceId": "4c3eda00cd317568-01"
|
|
842
|
-
},
|
|
843
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
844
|
-
"language": "ben",
|
|
845
|
-
"name": "ইন্ডিয়ান রিভাইজড ভার্সন (IRV) - বেঙ্গলী",
|
|
846
|
-
"nameEnglish": "Indian Revised Version (Bengali)"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"bibleTextId": "IRVGujarati",
|
|
850
|
-
"textSource": {
|
|
851
|
-
"source": "dbl",
|
|
852
|
-
"sourceId": "a3644a98420c2703-01"
|
|
853
|
-
},
|
|
854
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
855
|
-
"language": "guj",
|
|
856
|
-
"name": "ઇન્ડિયન રીવાઇઝ્ડ વર્ઝન ગુજરાતી - 2019",
|
|
857
|
-
"nameEnglish": "Indian Revised Version (Gujarati)"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"bibleTextId": "IRVHin",
|
|
861
|
-
"name": "इंडियन रिवाइज्ड वर्जन (IRV) हिंदी - 2019",
|
|
862
|
-
"copyright": "Indian Revised Version (IRV) - Hindi (इंडियन रिवाइज्ड वर्जन - हिंदी), by Bridge Connectivity Solutions Pvt. Ltd. is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This resource is published originally on VachanOnline, a premier Scripture Engagement digital platform for Indian and South Asian Languages and made available to users via vachanonline.com website and the companion VachanGo mobile app.",
|
|
863
|
-
"language": "hin",
|
|
864
|
-
"textSource": {
|
|
865
|
-
"source": "dbl",
|
|
866
|
-
"sourceId": "1e8ab327edbce67f-01"
|
|
867
|
-
},
|
|
868
|
-
"nameEnglish": "Indian Revised Version (Hindi)"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"bibleTextId": "IRVKannada",
|
|
872
|
-
"textSource": {
|
|
873
|
-
"source": "dbl",
|
|
874
|
-
"sourceId": "a33a100f04f2752e-01"
|
|
875
|
-
},
|
|
876
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
877
|
-
"language": "kan",
|
|
878
|
-
"name": "ಇಂಡಿಯನ್ ರಿವೈಜ್ಡ್ ವರ್ಸನ್ (IRV) - ಕನ್ನಡ - 2019",
|
|
879
|
-
"nameEnglish": "Indian Revised Version (Kannada)"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"bibleTextId": "IRVMalayalam",
|
|
883
|
-
"textSource": {
|
|
884
|
-
"source": "dbl",
|
|
885
|
-
"sourceId": "3ea0147e32eebe47-01"
|
|
886
|
-
},
|
|
887
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
888
|
-
"language": "mal",
|
|
889
|
-
"name": "ഇന്ത്യൻ റിവൈസ്ഡ് വേർഷൻ (IRV) - മലയാളം",
|
|
890
|
-
"nameEnglish": "Indian Revised Version (Malayalam)"
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"bibleTextId": "IRVMar",
|
|
894
|
-
"copyright": "Indian Revised Version (IRV) - Marathi (इंडियन रिवाइज्ड वर्जन - मराठी), by Bridge Connectivity Solutions Pvt. Ltd. is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This resource is published originally on VachanOnline, a premier Scripture Engagement digital platform for Indian and South Asian Languages and made available to users via vachanonline.com website and the companion VachanGo mobile app.",
|
|
895
|
-
"language": "mar",
|
|
896
|
-
"name": "इंडियन रीवाइज्ड वर्जन (IRV) - मराठी",
|
|
897
|
-
"textSource": {
|
|
898
|
-
"source": "dbl",
|
|
899
|
-
"sourceId": "8c49129a458d4059-01"
|
|
900
|
-
},
|
|
901
|
-
"nameEnglish": "Indian Revised Version (Marathi)"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"bibleTextId": "IRVOdia",
|
|
905
|
-
"textSource": {
|
|
906
|
-
"source": "custom"
|
|
907
|
-
},
|
|
908
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
909
|
-
"language": "ory",
|
|
910
|
-
"name": "ଇଣ୍ଡିୟାନ ରିୱାଇସ୍ଡ୍ ୱରସନ୍ ଓଡିଆ -NT",
|
|
911
|
-
"nameEnglish": "Indian Revised Version (Odia)"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"bibleTextId": "IRVPunjabi",
|
|
915
|
-
"textSource": {
|
|
916
|
-
"source": "dbl",
|
|
917
|
-
"sourceId": "e2588ba61891daa5-01"
|
|
918
|
-
},
|
|
919
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
920
|
-
"language": "pan",
|
|
921
|
-
"name": "ਇੰਡਿਅਨ ਰਿਵਾਇਜ਼ਡ ਵਰਜ਼ਨ (IRV) - ਪੰਜਾਬੀ",
|
|
922
|
-
"nameEnglish": "Indian Revised Version (Punjabi)"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"bibleTextId": "IRVTamil",
|
|
926
|
-
"textSource": {
|
|
927
|
-
"source": "dbl",
|
|
928
|
-
"sourceId": "03a021185023710b-01"
|
|
929
|
-
},
|
|
930
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
931
|
-
"language": "tam",
|
|
932
|
-
"name": "இண்டியன் ரிவைஸ்டு வெர்ஸன் (IRV) - தமிழ்",
|
|
933
|
-
"nameEnglish": "Indian Revised Version (Tamil)"
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"bibleTextId": "IRVUrdu",
|
|
937
|
-
"textSource": {
|
|
938
|
-
"source": "dbl",
|
|
939
|
-
"sourceId": "de0270810140edf9-01"
|
|
940
|
-
},
|
|
941
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
942
|
-
"language": "urd",
|
|
943
|
-
"name": "इंडियन रिवाइज्ड वर्जन (IRV) उर्दू - 2019",
|
|
944
|
-
"nameEnglish": "Indian Revised Version (Urdu)"
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"bibleTextId": "ISV",
|
|
948
|
-
"textSource": {
|
|
949
|
-
"source": "dbl",
|
|
950
|
-
"sourceId": "e423bf8faef6643b-01"
|
|
951
|
-
},
|
|
952
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
953
|
-
"language": "nag",
|
|
954
|
-
"name": "Indian Standard Version (Nagamese)"
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"bibleTextId": "IYANSI",
|
|
958
|
-
"textSource": {
|
|
959
|
-
"source": "dbl",
|
|
960
|
-
"sourceId": "23b95e51ae5ff242-01"
|
|
961
|
-
},
|
|
962
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
963
|
-
"language": "yns",
|
|
964
|
-
"name": "Bible Iyansi"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"bibleTextId": "JUMJUM",
|
|
968
|
-
"textSource": {
|
|
969
|
-
"source": "custom"
|
|
970
|
-
},
|
|
971
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
972
|
-
"language": "jum",
|
|
973
|
-
"name": "Jumjum"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"bibleTextId": "JURAY_SOURA",
|
|
977
|
-
"textSource": {
|
|
978
|
-
"source": "custom"
|
|
979
|
-
},
|
|
980
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
981
|
-
"language": "juy",
|
|
982
|
-
"name": "Juray Soura"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"bibleTextId": "K_ICHE",
|
|
986
|
-
"textSource": {
|
|
987
|
-
"source": "dbl",
|
|
988
|
-
"sourceId": "a77409f7cf5be995-01"
|
|
989
|
-
},
|
|
990
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
991
|
-
"language": "quc",
|
|
992
|
-
"name": "K'iche' of Totonicapan"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"bibleTextId": "KAPIN",
|
|
996
|
-
"textSource": {
|
|
997
|
-
"source": "custom"
|
|
998
|
-
},
|
|
999
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1000
|
-
"language": "tua",
|
|
1001
|
-
"name": "Kapin"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"bibleTextId": "KAPINGAMARANGI",
|
|
1005
|
-
"textSource": {
|
|
1006
|
-
"source": "dbl",
|
|
1007
|
-
"sourceId": "df7d5d71526afe9e-01"
|
|
1008
|
-
},
|
|
1009
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
1010
|
-
"language": "kpg",
|
|
1011
|
-
"name": "Kapingamarangi Bible"
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"bibleTextId": "KHANTY",
|
|
1015
|
-
"textSource": {
|
|
1016
|
-
"source": "dbl",
|
|
1017
|
-
"sourceId": "913473cd3c600aa8-02"
|
|
1018
|
-
},
|
|
1019
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1020
|
-
"language": "kca",
|
|
1021
|
-
"name": "Khanty Bible"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"bibleTextId": "KHARAM",
|
|
1025
|
-
"textSource": {
|
|
1026
|
-
"source": "custom"
|
|
1027
|
-
},
|
|
1028
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
1029
|
-
"language": "kfw",
|
|
1030
|
-
"name": "Kharam:"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"bibleTextId": "KIANYING_BALANG",
|
|
1034
|
-
"textSource": {
|
|
1035
|
-
"source": "custom"
|
|
1036
|
-
},
|
|
1037
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1038
|
-
"language": "kql",
|
|
1039
|
-
"name": "Kianying Balang"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"bibleTextId": "KIRE",
|
|
1043
|
-
"textSource": {
|
|
1044
|
-
"source": "custom"
|
|
1045
|
-
},
|
|
1046
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1047
|
-
"language": "geb",
|
|
1048
|
-
"name": "Kire"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"bibleTextId": "KITAABUA",
|
|
1052
|
-
"textSource": {
|
|
1053
|
-
"source": "custom"
|
|
1054
|
-
},
|
|
1055
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1056
|
-
"language": "tab",
|
|
1057
|
-
"name": "Kitaabua"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"bibleTextId": "KITUBA",
|
|
1061
|
-
"textSource": {
|
|
1062
|
-
"source": "custom"
|
|
1063
|
-
},
|
|
1064
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1065
|
-
"language": "mkw",
|
|
1066
|
-
"name": "Bible en Kituba"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"bibleTextId": "KMOTPOR",
|
|
1070
|
-
"name": "Kreol Morisyen",
|
|
1071
|
-
"copyright": "",
|
|
1072
|
-
"language": "mfe",
|
|
1073
|
-
"textSource": {
|
|
1074
|
-
"source": "dbl",
|
|
1075
|
-
"sourceId": "32921070c9ddde8c-01"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"bibleTextId": "KODA",
|
|
1080
|
-
"textSource": {
|
|
1081
|
-
"source": "custom"
|
|
1082
|
-
},
|
|
1083
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1084
|
-
"language": "cdz",
|
|
1085
|
-
"name": "Koda Translation"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"bibleTextId": "KOLAMI",
|
|
1089
|
-
"textSource": {
|
|
1090
|
-
"source": "custom"
|
|
1091
|
-
},
|
|
1092
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1093
|
-
"language": "nit",
|
|
1094
|
-
"name": "KOLAMI"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"bibleTextId": "KONDA_PORJA",
|
|
1098
|
-
"textSource": {
|
|
1099
|
-
"source": "custom"
|
|
1100
|
-
},
|
|
1101
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1102
|
-
"language": "kfc",
|
|
1103
|
-
"name": "Konda Porja"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"bibleTextId": "KOYA",
|
|
1107
|
-
"textSource": {
|
|
1108
|
-
"source": "custom"
|
|
1109
|
-
},
|
|
1110
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1111
|
-
"language": "kff",
|
|
1112
|
-
"name": "Koya"
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"bibleTextId": "KU",
|
|
1116
|
-
"name": "Kurmanji Încîl",
|
|
1117
|
-
"copyright": "",
|
|
1118
|
-
"language": "kmr",
|
|
1119
|
-
"nameEnglish": "Kurdish and Psalms +",
|
|
1120
|
-
"textSource": {
|
|
1121
|
-
"source": "dbl",
|
|
1122
|
-
"sourceId": "7dbdb4d39d4a8d83-01"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"bibleTextId": "KUBOKOTA_ADAPT",
|
|
1127
|
-
"textSource": {
|
|
1128
|
-
"source": "custom"
|
|
1129
|
-
},
|
|
1130
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1131
|
-
"language": "ghn",
|
|
1132
|
-
"name": "Kubokota Adapt"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"bibleTextId": "KUTU",
|
|
1136
|
-
"textSource": {
|
|
1137
|
-
"source": "custom"
|
|
1138
|
-
},
|
|
1139
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1140
|
-
"language": "ktu",
|
|
1141
|
-
"name": "Kutu"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"bibleTextId": "KUTURMI",
|
|
1145
|
-
"textSource": {
|
|
1146
|
-
"source": "custom"
|
|
1147
|
-
},
|
|
1148
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1149
|
-
"language": "khj",
|
|
1150
|
-
"name": "Kuturmi"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"bibleTextId": "KUVI",
|
|
1154
|
-
"textSource": {
|
|
1155
|
-
"source": "custom"
|
|
1156
|
-
},
|
|
1157
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1158
|
-
"language": "kxv",
|
|
1159
|
-
"name": "Kuvi"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"bibleTextId": "KWERE",
|
|
1163
|
-
"textSource": {
|
|
1164
|
-
"source": "custom"
|
|
1165
|
-
},
|
|
1166
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1167
|
-
"language": "cwe",
|
|
1168
|
-
"name": "Kwere"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"bibleTextId": "LODHI_OT",
|
|
1172
|
-
"textSource": {
|
|
1173
|
-
"source": "custom"
|
|
1174
|
-
},
|
|
1175
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1176
|
-
"language": "lbm",
|
|
1177
|
-
"name": "Lodhi"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"bibleTextId": "LOVARI_ROMANI",
|
|
1181
|
-
"textSource": {
|
|
1182
|
-
"source": "custom"
|
|
1183
|
-
},
|
|
1184
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1185
|
-
"language": "rmy",
|
|
1186
|
-
"name": "Lovari Romani Bible"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"bibleTextId": "LUGHURU",
|
|
1190
|
-
"textSource": {
|
|
1191
|
-
"source": "custom"
|
|
1192
|
-
},
|
|
1193
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution 4.0 International License",
|
|
1194
|
-
"language": "ruf",
|
|
1195
|
-
"name": "Lughuru"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"bibleTextId": "LUQA",
|
|
1199
|
-
"textSource": {
|
|
1200
|
-
"source": "custom"
|
|
1201
|
-
},
|
|
1202
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1203
|
-
"language": "lgg",
|
|
1204
|
-
"name": "Luqa"
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"bibleTextId": "LUYANA",
|
|
1208
|
-
"textSource": {
|
|
1209
|
-
"source": "custom"
|
|
1210
|
-
},
|
|
1211
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1212
|
-
"language": "lyn",
|
|
1213
|
-
"name": "Luyana"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"bibleTextId": "MAALE",
|
|
1217
|
-
"textSource": {
|
|
1218
|
-
"source": "dbl",
|
|
1219
|
-
"sourceId": "385573d4ba3ff72a-01"
|
|
1220
|
-
},
|
|
1221
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1222
|
-
"language": "mdy",
|
|
1223
|
-
"name": "Maale"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"bibleTextId": "MAKONDE",
|
|
1227
|
-
"textSource": {
|
|
1228
|
-
"source": "dbl",
|
|
1229
|
-
"sourceId": "c11c93a0b8a04496-01"
|
|
1230
|
-
},
|
|
1231
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1232
|
-
"language": "kde",
|
|
1233
|
-
"name": "Makonde"
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"bibleTextId": "MAKUA",
|
|
1237
|
-
"textSource": {
|
|
1238
|
-
"source": "dbl",
|
|
1239
|
-
"sourceId": "b5105cd03c972046-01"
|
|
1240
|
-
},
|
|
1241
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1242
|
-
"language": "mgh",
|
|
1243
|
-
"name": "Makua"
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"bibleTextId": "MANJI_YILJEP",
|
|
1247
|
-
"textSource": {
|
|
1248
|
-
"source": "custom"
|
|
1249
|
-
},
|
|
1250
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1251
|
-
"language": "sur",
|
|
1252
|
-
"name": "Manji Yiljep"
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"bibleTextId": "MARGI_TIWI_NGA_TEM_MFM",
|
|
1256
|
-
"textSource": {
|
|
1257
|
-
"source": "custom"
|
|
1258
|
-
},
|
|
1259
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1260
|
-
"language": "mfm",
|
|
1261
|
-
"name": "Margi Tiwi Nga Tǝm"
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"bibleTextId": "MASHI",
|
|
1265
|
-
"textSource": {
|
|
1266
|
-
"source": "dbl",
|
|
1267
|
-
"sourceId": "a7dcdbdeda5e289e-02"
|
|
1268
|
-
},
|
|
1269
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1270
|
-
"language": "shr",
|
|
1271
|
-
"name": "Mashi du Congo"
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
"bibleTextId": "MATENGO",
|
|
1275
|
-
"textSource": {
|
|
1276
|
-
"source": "custom"
|
|
1277
|
-
},
|
|
1278
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1279
|
-
"language": "mgv",
|
|
1280
|
-
"name": "Matengo"
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"bibleTextId": "MATUMBI",
|
|
1284
|
-
"textSource": {
|
|
1285
|
-
"source": "dbl",
|
|
1286
|
-
"sourceId": "f638e44feb77f803-01"
|
|
1287
|
-
},
|
|
1288
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1289
|
-
"language": "mgw",
|
|
1290
|
-
"name": "Matumbi"
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"bibleTextId": "MBEMBE_OKOHM",
|
|
1294
|
-
"textSource": {
|
|
1295
|
-
"source": "custom"
|
|
1296
|
-
},
|
|
1297
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1298
|
-
"language": "mfo",
|
|
1299
|
-
"name": "Mbembe Okohm"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"bibleTextId": "MBORENA_KAM",
|
|
1303
|
-
"textSource": {
|
|
1304
|
-
"source": "custom"
|
|
1305
|
-
},
|
|
1306
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1307
|
-
"language": "gai",
|
|
1308
|
-
"name": "Mborena Kam"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"bibleTextId": "MBULA",
|
|
1312
|
-
"textSource": {
|
|
1313
|
-
"source": "custom"
|
|
1314
|
-
},
|
|
1315
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1316
|
-
"language": "mna",
|
|
1317
|
-
"name": "Mbula"
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"bibleTextId": "MEHRA",
|
|
1321
|
-
"textSource": {
|
|
1322
|
-
"source": "custom"
|
|
1323
|
-
},
|
|
1324
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1325
|
-
"language": "hlb",
|
|
1326
|
-
"name": "Mehra"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"bibleTextId": "MEITEI",
|
|
1330
|
-
"textSource": {
|
|
1331
|
-
"source": "custom"
|
|
1332
|
-
},
|
|
1333
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1334
|
-
"language": "mni",
|
|
1335
|
-
"name": "Meitei (Latin)"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"bibleTextId": "MELO_ETHIOPIC",
|
|
1339
|
-
"textSource": {
|
|
1340
|
-
"source": "custom"
|
|
1341
|
-
},
|
|
1342
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1343
|
-
"language": "mfj",
|
|
1344
|
-
"name": "Melo",
|
|
1345
|
-
"nameEnglish": "Melo (Ethiopic)"
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"bibleTextId": "MELO_LATIN",
|
|
1349
|
-
"textSource": {
|
|
1350
|
-
"source": "custom"
|
|
1351
|
-
},
|
|
1352
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1353
|
-
"language": "mfj",
|
|
1354
|
-
"name": "Melo",
|
|
1355
|
-
"nameEnglish": "Melo (Latin)"
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"bibleTextId": "MOROKODO",
|
|
1359
|
-
"textSource": {
|
|
1360
|
-
"source": "dbl",
|
|
1361
|
-
"sourceId": "abf017938be72f46-01"
|
|
1362
|
-
},
|
|
1363
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1364
|
-
"language": "mgc",
|
|
1365
|
-
"name": "Morokodo"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"bibleTextId": "MPOTO",
|
|
1369
|
-
"textSource": {
|
|
1370
|
-
"source": "custom"
|
|
1371
|
-
},
|
|
1372
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1373
|
-
"language": "mpa",
|
|
1374
|
-
"name": "Mpoto"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"bibleTextId": "MSTD",
|
|
1378
|
-
"name": "الترجمة المغربية القياسية",
|
|
1379
|
-
"language": "ary",
|
|
1380
|
-
"nameEnglish": "Moroccan Standard Translation",
|
|
1381
|
-
"textSource": {
|
|
1382
|
-
"source": "dbl",
|
|
1383
|
-
"sourceId": "fe0b2a309061e1ba-01"
|
|
1384
|
-
},
|
|
1385
|
-
"overrideMmsLanguageId": "ara",
|
|
1386
|
-
"alternativeFull": "NAV"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"bibleTextId": "MUM",
|
|
1390
|
-
"textSource": {
|
|
1391
|
-
"source": "dbl",
|
|
1392
|
-
"sourceId": "5591cba5ae063228-01"
|
|
1393
|
-
},
|
|
1394
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1395
|
-
"language": "kqa",
|
|
1396
|
-
"name": "Mum"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"bibleTextId": "MUNDA",
|
|
1400
|
-
"textSource": {
|
|
1401
|
-
"source": "custom"
|
|
1402
|
-
},
|
|
1403
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1404
|
-
"language": "unr",
|
|
1405
|
-
"name": "Rimu: Munda"
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"bibleTextId": "MWERA",
|
|
1409
|
-
"textSource": {
|
|
1410
|
-
"source": "custom"
|
|
1411
|
-
},
|
|
1412
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1413
|
-
"language": "mwe",
|
|
1414
|
-
"name": "Mwera"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"bibleTextId": "NAHALI",
|
|
1418
|
-
"textSource": {
|
|
1419
|
-
"source": "custom"
|
|
1420
|
-
},
|
|
1421
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1422
|
-
"language": "nlx",
|
|
1423
|
-
"name": "Nahali"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"bibleTextId": "NCHANE",
|
|
1427
|
-
"textSource": {
|
|
1428
|
-
"source": "custom"
|
|
1429
|
-
},
|
|
1430
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1431
|
-
"language": "nce",
|
|
1432
|
-
"name": "Nchane"
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"bibleTextId": "NDAMBA",
|
|
1436
|
-
"textSource": {
|
|
1437
|
-
"source": "dbl",
|
|
1438
|
-
"sourceId": "cb0425ae772bb042-01"
|
|
1439
|
-
},
|
|
1440
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1441
|
-
"language": "ndj",
|
|
1442
|
-
"name": "Ndamba"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"bibleTextId": "NDENDEULE",
|
|
1446
|
-
"textSource": {
|
|
1447
|
-
"source": "custom"
|
|
1448
|
-
},
|
|
1449
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1450
|
-
"language": "dne",
|
|
1451
|
-
"name": "Ndendeule"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"bibleTextId": "NDONDE_HAMBA",
|
|
1455
|
-
"textSource": {
|
|
1456
|
-
"source": "custom"
|
|
1457
|
-
},
|
|
1458
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1459
|
-
"language": "ndd",
|
|
1460
|
-
"name": "Ndonde Hamba"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"bibleTextId": "NDWEWE",
|
|
1464
|
-
"textSource": {
|
|
1465
|
-
"source": "custom"
|
|
1466
|
-
},
|
|
1467
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1468
|
-
"language": "nww",
|
|
1469
|
-
"name": "Ndwewe"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"bibleTextId": "NEND",
|
|
1473
|
-
"textSource": {
|
|
1474
|
-
"source": "dbl",
|
|
1475
|
-
"sourceId": "0c2ff0a5c8b9069c-01"
|
|
1476
|
-
},
|
|
1477
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
1478
|
-
"language": "anh",
|
|
1479
|
-
"name": "Nend"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"bibleTextId": "NGINDO",
|
|
1483
|
-
"textSource": {
|
|
1484
|
-
"source": "dbl",
|
|
1485
|
-
"sourceId": "31c1130475000445-01"
|
|
1486
|
-
},
|
|
1487
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1488
|
-
"language": "nnq",
|
|
1489
|
-
"name": "Ngindo"
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"bibleTextId": "NGONI",
|
|
1493
|
-
"textSource": {
|
|
1494
|
-
"source": "custom"
|
|
1495
|
-
},
|
|
1496
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
1497
|
-
"language": "xnj",
|
|
1498
|
-
"name": "Ngoni"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"bibleTextId": "NGUU",
|
|
1502
|
-
"textSource": {
|
|
1503
|
-
"source": "custom"
|
|
1504
|
-
},
|
|
1505
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1506
|
-
"language": "ngu",
|
|
1507
|
-
"name": "Nguu"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"bibleTextId": "NKANGALA",
|
|
1511
|
-
"textSource": {
|
|
1512
|
-
"source": "custom"
|
|
1513
|
-
},
|
|
1514
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1515
|
-
"language": "nkn",
|
|
1516
|
-
"name": "Nkangala"
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"bibleTextId": "NTK",
|
|
1520
|
-
"name": "Nouvo Testaman dan Kreol Morisien",
|
|
1521
|
-
"copyright": "Kreol Morisien OT Portions © Bible Society of Mauritius,. Mauritian Kreol © Bible Society of Mauritius,.",
|
|
1522
|
-
"language": "mfe",
|
|
1523
|
-
"nameEnglish": "Mauritian Creole",
|
|
1524
|
-
"textSource": {
|
|
1525
|
-
"source": "dbl",
|
|
1526
|
-
"sourceId": "616296e8e170ebc1-01"
|
|
1527
|
-
},
|
|
1528
|
-
"alternativeFull": "BSB"
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"bibleTextId": "ONPU",
|
|
1532
|
-
"name": "Бібліка ® Відкрита Новий Переклад Українською",
|
|
1533
|
-
"copyright": "By Biblica, Inc. Text is under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.",
|
|
1534
|
-
"language": "ukr",
|
|
1535
|
-
"nameEnglish": "New Ukrainian Translation",
|
|
1536
|
-
"textSource": {
|
|
1537
|
-
"source": "dbl",
|
|
1538
|
-
"sourceId": "6c696cd1d82e2723-03"
|
|
1539
|
-
}
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"bibleTextId": "OPEN_AKUAPEM_TWI",
|
|
1543
|
-
"textSource": {
|
|
1544
|
-
"source": "dbl",
|
|
1545
|
-
"sourceId": "b6aee081108c0bc6-01"
|
|
1546
|
-
},
|
|
1547
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1548
|
-
"language": "twi",
|
|
1549
|
-
"name": "Biblica® Wonhia ɛho kwamma nhoma Akuapem Twi Nkwa Asɛm",
|
|
1550
|
-
"overrideMmsLanguageId": "aka",
|
|
1551
|
-
"nameEnglish": "Akuapem Twi Contemporary Bible"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"bibleTextId": "OPEN_ASANTE_TWI",
|
|
1555
|
-
"textSource": {
|
|
1556
|
-
"source": "dbl",
|
|
1557
|
-
"sourceId": "18f6cf27f7b43297-01"
|
|
1558
|
-
},
|
|
1559
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1560
|
-
"language": "twi",
|
|
1561
|
-
"name": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm",
|
|
1562
|
-
"overrideMmsLanguageId": "aka",
|
|
1563
|
-
"nameEnglish": "Asante Twi Contemporary Bible"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"bibleTextId": "OPEN_BASIC_TURKISH",
|
|
1567
|
-
"textSource": {
|
|
1568
|
-
"source": "dbl",
|
|
1569
|
-
"sourceId": "f6a5ef6e2e75a8b4-01"
|
|
1570
|
-
},
|
|
1571
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1572
|
-
"language": "tur",
|
|
1573
|
-
"name": "Açık Lisans Temel Türkçe Tercüme",
|
|
1574
|
-
"nameEnglish": "Basic Turkish"
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"bibleTextId": "OPEN_BENGALI",
|
|
1578
|
-
"textSource": {
|
|
1579
|
-
"source": "dbl",
|
|
1580
|
-
"sourceId": "efd8a351a07d4264-01"
|
|
1581
|
-
},
|
|
1582
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1583
|
-
"language": "ben",
|
|
1584
|
-
"name": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের",
|
|
1585
|
-
"nameEnglish": "Bengali Contemporary Version"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"bibleTextId": "OPEN_CEBUANO",
|
|
1589
|
-
"textSource": {
|
|
1590
|
-
"source": "custom"
|
|
1591
|
-
},
|
|
1592
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1593
|
-
"language": "ceb",
|
|
1594
|
-
"name": "Biblica® Open Cebuano Contemporary Bible",
|
|
1595
|
-
"audioId": "WAHA_CCB",
|
|
1596
|
-
"nameEnglish": "Cebuano Contemporary Bible"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"bibleTextId": "OPEN_CHHATTISGARHI",
|
|
1600
|
-
"textSource": {
|
|
1601
|
-
"source": "custom"
|
|
1602
|
-
},
|
|
1603
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1604
|
-
"language": "hne",
|
|
1605
|
-
"name": "Biblica® सुतंतर समकालीन छत्तीसगढ़ी अनुवाद",
|
|
1606
|
-
"nameEnglish": "Chhattisgarhi Contemporary Version"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"bibleTextId": "OPEN_CHICHEWA",
|
|
1610
|
-
"textSource": {
|
|
1611
|
-
"source": "custom"
|
|
1612
|
-
},
|
|
1613
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1614
|
-
"language": "nya",
|
|
1615
|
-
"name": "Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero",
|
|
1616
|
-
"nameEnglish": "Godʼs Word in Contemporary Chichewa"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"bibleTextId": "OPEN_CHINESE_SIMPLIFIED",
|
|
1620
|
-
"textSource": {
|
|
1621
|
-
"source": "dbl",
|
|
1622
|
-
"sourceId": "7ea794434e9ea7ee-01"
|
|
1623
|
-
},
|
|
1624
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1625
|
-
"language": "cmn",
|
|
1626
|
-
"name": "当代译本",
|
|
1627
|
-
"nameEnglish": "Chinese Contemporary Bible (Simplified)"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"bibleTextId": "OPEN_CHINESE_TRADITIONAL",
|
|
1631
|
-
"textSource": {
|
|
1632
|
-
"source": "dbl",
|
|
1633
|
-
"sourceId": "a6e06d2c5b90ad89-01"
|
|
1634
|
-
},
|
|
1635
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1636
|
-
"language": "cmn",
|
|
1637
|
-
"name": "當代譯本",
|
|
1638
|
-
"nameEnglish": "Chinese Contemporary Bible (Traditional)"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"bibleTextId": "OPEN_CROATIAN",
|
|
1642
|
-
"textSource": {
|
|
1643
|
-
"source": "custom"
|
|
1644
|
-
},
|
|
1645
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1646
|
-
"language": "hrv",
|
|
1647
|
-
"name": "Hrvatski",
|
|
1648
|
-
"nameEnglish": "Croatian"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"bibleTextId": "OPEN_CZECH",
|
|
1652
|
-
"textSource": {
|
|
1653
|
-
"source": "dbl",
|
|
1654
|
-
"sourceId": "c0209b58481727a2-01"
|
|
1655
|
-
},
|
|
1656
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1657
|
-
"language": "ces",
|
|
1658
|
-
"name": "Slovo na cestu (Czech Living)"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"bibleTextId": "OPEN_ESTONIAN",
|
|
1662
|
-
"textSource": {
|
|
1663
|
-
"source": "custom"
|
|
1664
|
-
},
|
|
1665
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1666
|
-
"language": "est",
|
|
1667
|
-
"name": "Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles",
|
|
1668
|
-
"nameEnglish": "Estonian Contemporary"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"bibleTextId": "OPEN_EWE",
|
|
1672
|
-
"textSource": {
|
|
1673
|
-
"source": "dbl",
|
|
1674
|
-
"sourceId": "ac90bfebd4ee9c4d-01"
|
|
1675
|
-
},
|
|
1676
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1677
|
-
"language": "ewe",
|
|
1678
|
-
"name": "Biblica® Se aɖeke mebla Biblia (Agbenya La™) zazã o.",
|
|
1679
|
-
"nameEnglish": "Ewe Contemporary Scriptures"
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"bibleTextId": "OPEN_FINNISH",
|
|
1683
|
-
"textSource": {
|
|
1684
|
-
"source": "custom"
|
|
1685
|
-
},
|
|
1686
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1687
|
-
"language": "fin",
|
|
1688
|
-
"name": "Biblica® Avoin Elävä uutinen: Uusi testamentti vapaasti kerrottuna",
|
|
1689
|
-
"nameEnglish": "Finnish Living News"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"bibleTextId": "OPEN_HEBREW",
|
|
1693
|
-
"textSource": {
|
|
1694
|
-
"source": "dbl",
|
|
1695
|
-
"sourceId": "a8a97eebae3c98e4-01"
|
|
1696
|
-
},
|
|
1697
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1698
|
-
"language": "heb",
|
|
1699
|
-
"name": "Biblica® Habrit Hakhadasha/Haderekh Zekuyot Patuchot 2009",
|
|
1700
|
-
"nameEnglish": "Hebrew Living"
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"bibleTextId": "OPEN_HILIGAYNON",
|
|
1704
|
-
"textSource": {
|
|
1705
|
-
"source": "custom"
|
|
1706
|
-
},
|
|
1707
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1708
|
-
"language": "hil",
|
|
1709
|
-
"name": "Biblica® Libre Ang Pulong Sang Dios",
|
|
1710
|
-
"nameEnglish": "Hiligaynon Contemporary Bible"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"bibleTextId": "OPEN_HINDI",
|
|
1714
|
-
"textSource": {
|
|
1715
|
-
"source": "dbl",
|
|
1716
|
-
"sourceId": "2133003bb8b5e62b-01"
|
|
1717
|
-
},
|
|
1718
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1719
|
-
"language": "hin",
|
|
1720
|
-
"name": "हिंदी समकालीन संस्करण",
|
|
1721
|
-
"nameEnglish": "Hindi Contemporary Version"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"bibleTextId": "OPEN_HUNGARIAN",
|
|
1725
|
-
"textSource": {
|
|
1726
|
-
"source": "dbl",
|
|
1727
|
-
"sourceId": "fcfc25677b0a53c9-01"
|
|
1728
|
-
},
|
|
1729
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1730
|
-
"language": "hun",
|
|
1731
|
-
"name": "Biblica® Nyitott Újszövetség: élet, igazság és világosság",
|
|
1732
|
-
"nameEnglish": "Hungarian: Life, Truth and Light"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"bibleTextId": "OPEN_ICELANDIC",
|
|
1736
|
-
"textSource": {
|
|
1737
|
-
"source": "custom"
|
|
1738
|
-
},
|
|
1739
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1740
|
-
"language": "isl",
|
|
1741
|
-
"name": "Biblica® Opna Nýja testamentið og Sálmarnir endursagðir á daglegu máli",
|
|
1742
|
-
"nameEnglish": "Icelandic Living"
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"bibleTextId": "OPEN_IGBO",
|
|
1746
|
-
"textSource": {
|
|
1747
|
-
"source": "dbl",
|
|
1748
|
-
"sourceId": "a36fc06b086699f1-02"
|
|
1749
|
-
},
|
|
1750
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1751
|
-
"language": "ibo",
|
|
1752
|
-
"name": "Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ",
|
|
1753
|
-
"nameEnglish": "Igbo Contemporary Bible"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"bibleTextId": "OPEN_INDIAN_TAMIL",
|
|
1757
|
-
"textSource": {
|
|
1758
|
-
"source": "dbl",
|
|
1759
|
-
"sourceId": "032ec262506b719f-01"
|
|
1760
|
-
},
|
|
1761
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1762
|
-
"language": "tam",
|
|
1763
|
-
"name": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு",
|
|
1764
|
-
"nameEnglish": "Indian Tamil Contemporary Version"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"bibleTextId": "OPEN_KANNADA",
|
|
1768
|
-
"textSource": {
|
|
1769
|
-
"source": "dbl",
|
|
1770
|
-
"sourceId": "08389f036844c2de-01"
|
|
1771
|
-
},
|
|
1772
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1773
|
-
"language": "kan",
|
|
1774
|
-
"name": "Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™",
|
|
1775
|
-
"nameEnglish": "Kannada Contemporary Version"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"bibleTextId": "OPEN_KIKUYU",
|
|
1779
|
-
"textSource": {
|
|
1780
|
-
"source": "dbl",
|
|
1781
|
-
"sourceId": "be8dc4ba39edf911-01"
|
|
1782
|
-
},
|
|
1783
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1784
|
-
"language": "kik",
|
|
1785
|
-
"name": "Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre 2013",
|
|
1786
|
-
"nameEnglish": "Kikuyu Holy Word of God"
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"bibleTextId": "OPEN_KIYOMBE",
|
|
1790
|
-
"textSource": {
|
|
1791
|
-
"source": "custom"
|
|
1792
|
-
},
|
|
1793
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1794
|
-
"language": "yom",
|
|
1795
|
-
"name": "Biblica® Open Nkanda wu Moyo, Nguizani Yimona ayi Minkunga",
|
|
1796
|
-
"nameEnglish": "Kiyombe Contemporary and Psalms"
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"bibleTextId": "OPEN_KURDI_SORANI",
|
|
1800
|
-
"textSource": {
|
|
1801
|
-
"source": "dbl",
|
|
1802
|
-
"sourceId": "9ab28a81b9c4587d-01"
|
|
1803
|
-
},
|
|
1804
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1805
|
-
"language": "ckb",
|
|
1806
|
-
"name": "ببلیکا – وەشانی بێبەرامبەری کوردیی سۆرانیی ستاندەر",
|
|
1807
|
-
"nameEnglish": "Kurdi Sorani Standard Version"
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"bibleTextId": "OPEN_LINGALA",
|
|
1811
|
-
"textSource": {
|
|
1812
|
-
"source": "dbl",
|
|
1813
|
-
"sourceId": "ac6b6b7cd1e93057-01"
|
|
1814
|
-
},
|
|
1815
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1816
|
-
"language": "lin",
|
|
1817
|
-
"name": "Biblica® Salela na bonsomi Mokanda na Bomoi",
|
|
1818
|
-
"nameEnglish": "Lingala Contemporary Bible"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"bibleTextId": "OPEN_LITHUANIAN",
|
|
1822
|
-
"textSource": {
|
|
1823
|
-
"source": "dbl",
|
|
1824
|
-
"sourceId": "c6f92d2fda34d59d-01"
|
|
1825
|
-
},
|
|
1826
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1827
|
-
"language": "lit",
|
|
1828
|
-
"name": "Biblica® Naudojimo teisės atviros „Jėzus ir Jo pasekėjai“",
|
|
1829
|
-
"nameEnglish": "Lithuanian"
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"bibleTextId": "OPEN_LUGANDA",
|
|
1833
|
-
"textSource": {
|
|
1834
|
-
"source": "dbl",
|
|
1835
|
-
"sourceId": "f276be3571f516cb-01"
|
|
1836
|
-
},
|
|
1837
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1838
|
-
"language": "lug",
|
|
1839
|
-
"name": "Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™",
|
|
1840
|
-
"nameEnglish": "Luganda Contemporary Bible"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"bibleTextId": "OPEN_MALAYALAM",
|
|
1844
|
-
"textSource": {
|
|
1845
|
-
"source": "dbl",
|
|
1846
|
-
"sourceId": "de295e9ba65f6d0f-01"
|
|
1847
|
-
},
|
|
1848
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1849
|
-
"language": "mal",
|
|
1850
|
-
"name": "Biblica® സമകാലിക മലയാള സ്വതന്ത്ര വിവർത്തനം 2020",
|
|
1851
|
-
"nameEnglish": "Malayalam Contemporary Version"
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"bibleTextId": "OPEN_MARATHI",
|
|
1855
|
-
"textSource": {
|
|
1856
|
-
"source": "custom"
|
|
1857
|
-
},
|
|
1858
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1859
|
-
"language": "mar",
|
|
1860
|
-
"name": "Biblica® मराठी समकालीन स्वतंत्र संस्करण",
|
|
1861
|
-
"nameEnglish": "Marathi Contemporary Version"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"bibleTextId": "OPEN_NDEBELE",
|
|
1865
|
-
"textSource": {
|
|
1866
|
-
"source": "custom"
|
|
1867
|
-
},
|
|
1868
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1869
|
-
"language": "nbl",
|
|
1870
|
-
"name": "Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo",
|
|
1871
|
-
"nameEnglish": "Ndebele Contemporary Bible"
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"bibleTextId": "OPEN_NEPALI",
|
|
1875
|
-
"textSource": {
|
|
1876
|
-
"source": "custom"
|
|
1877
|
-
},
|
|
1878
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1879
|
-
"language": "npi",
|
|
1880
|
-
"name": "Biblica® नेपाली समकालीन सर्वसुलभ संस्करण",
|
|
1881
|
-
"nameEnglish": "Nepali Contemporary Version"
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
"bibleTextId": "OPEN_NEW_LUO",
|
|
1885
|
-
"textSource": {
|
|
1886
|
-
"source": "dbl",
|
|
1887
|
-
"sourceId": "4d4df8722134c5ee-01"
|
|
1888
|
-
},
|
|
1889
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1890
|
-
"language": "luo",
|
|
1891
|
-
"name": "Biblica® Ochiw Thuolo Motingʼo Loko Manyien",
|
|
1892
|
-
"nameEnglish": "New Luo Translation"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"bibleTextId": "OPEN_NEW_OROMO_ETHIOPIC",
|
|
1896
|
-
"textSource": {
|
|
1897
|
-
"source": "dbl",
|
|
1898
|
-
"sourceId": "4aa6a1001d427a40-01"
|
|
1899
|
-
},
|
|
1900
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1901
|
-
"language": "orm",
|
|
1902
|
-
"name": "Biblica® Hiikkaa Ammayyaa Banamaa Haaraa, Loqoda Dhi'aa",
|
|
1903
|
-
"audioId": "OPEN_NEW_OROMO",
|
|
1904
|
-
"nameEnglish": "New Oromo Contemporary Version (Ethiopic)"
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"bibleTextId": "OPEN_NEW_OROMO_LATIN",
|
|
1908
|
-
"textSource": {
|
|
1909
|
-
"source": "dbl",
|
|
1910
|
-
"sourceId": "4aa6a1001d427a40-01"
|
|
1911
|
-
},
|
|
1912
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1913
|
-
"language": "orm",
|
|
1914
|
-
"name": "Biblica® Katabbiiwwan Qulqulluu, Turjumaana Ammayyaa Banamaa 2024",
|
|
1915
|
-
"audioId": "OPEN_NEW_OROMO",
|
|
1916
|
-
"nameEnglish": "New Oromo Contemporary Version (Latin)"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"bibleTextId": "OPEN_NEW_SERBIAN_CYRILLIC",
|
|
1920
|
-
"textSource": {
|
|
1921
|
-
"source": "dbl",
|
|
1922
|
-
"sourceId": "b83db44e6dc39993-01"
|
|
1923
|
-
},
|
|
1924
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1925
|
-
"language": "srp",
|
|
1926
|
-
"name": "Biblica® Нови српски превод, слободна права",
|
|
1927
|
-
"nameEnglish": "New Serbian Translation (Cyrillic)"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"bibleTextId": "OPEN_NEW_SERBIAN_LATIN",
|
|
1931
|
-
"textSource": {
|
|
1932
|
-
"source": "dbl",
|
|
1933
|
-
"sourceId": "b83db44e6dc39993-01"
|
|
1934
|
-
},
|
|
1935
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1936
|
-
"language": "srp",
|
|
1937
|
-
"name": "Novi srpski prevod",
|
|
1938
|
-
"nameEnglish": "New Serbian Translation (Latin)"
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"bibleTextId": "OPEN_NORWEGIAN",
|
|
1942
|
-
"textSource": {
|
|
1943
|
-
"source": "custom"
|
|
1944
|
-
},
|
|
1945
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1946
|
-
"language": "nob",
|
|
1947
|
-
"name": "En Levende Bok",
|
|
1948
|
-
"nameEnglish": "Norwegian Living"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"bibleTextId": "OPEN_NOVA_BÍBLIA_VIVA",
|
|
1952
|
-
"textSource": {
|
|
1953
|
-
"source": "custom"
|
|
1954
|
-
},
|
|
1955
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1956
|
-
"language": "por",
|
|
1957
|
-
"name": "Nova Bíblia Viva"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"bibleTextId": "OPEN_NUEVA_BIBLIA_VIVA",
|
|
1961
|
-
"textSource": {
|
|
1962
|
-
"source": "custom"
|
|
1963
|
-
},
|
|
1964
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1965
|
-
"language": "spa",
|
|
1966
|
-
"name": "Nueva Biblia Viva"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"bibleTextId": "OPEN_POLISH",
|
|
1970
|
-
"textSource": {
|
|
1971
|
-
"source": "dbl",
|
|
1972
|
-
"sourceId": "fbb8b0e1943b417c-01"
|
|
1973
|
-
},
|
|
1974
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1975
|
-
"language": "pol",
|
|
1976
|
-
"name": "Biblica® Słowo Życia, otwarty dostęp 2016",
|
|
1977
|
-
"nameEnglish": "Polish Living"
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"bibleTextId": "OPEN_SHONA",
|
|
1981
|
-
"textSource": {
|
|
1982
|
-
"source": "custom"
|
|
1983
|
-
},
|
|
1984
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1985
|
-
"language": "sna",
|
|
1986
|
-
"name": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi",
|
|
1987
|
-
"nameEnglish": "Shona Contemporary Bible"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"bibleTextId": "OPEN_SLOVAK",
|
|
1991
|
-
"textSource": {
|
|
1992
|
-
"source": "custom"
|
|
1993
|
-
},
|
|
1994
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
1995
|
-
"language": "slk",
|
|
1996
|
-
"name": "Biblica® Nádej pre každého, verejne dostupné",
|
|
1997
|
-
"nameEnglish": "Slovak Hope for All"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"bibleTextId": "OPEN_TELUGU",
|
|
2001
|
-
"textSource": {
|
|
2002
|
-
"source": "custom"
|
|
2003
|
-
},
|
|
2004
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2005
|
-
"language": "tel",
|
|
2006
|
-
"name": "Biblica® ఉచిత తెలుగు సమకాలీన అనువాదం",
|
|
2007
|
-
"nameEnglish": "Telugu Contemporary Version"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"bibleTextId": "OPEN_TSWANA",
|
|
2011
|
-
"textSource": {
|
|
2012
|
-
"source": "dbl",
|
|
2013
|
-
"sourceId": "69e6826f010ee12a-01"
|
|
2014
|
-
},
|
|
2015
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2016
|
-
"language": "tsn",
|
|
2017
|
-
"name": "Biblica® Open Lefoko: La Botshelo Kgolagano e Ntsha",
|
|
2018
|
-
"nameEnglish": "Tswana Living"
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"bibleTextId": "OPEN_URDU",
|
|
2022
|
-
"textSource": {
|
|
2023
|
-
"source": "custom"
|
|
2024
|
-
},
|
|
2025
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2026
|
-
"language": "urd",
|
|
2027
|
-
"name": "Urdu Contemporary Version"
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"bibleTextId": "OPEN_VIETNAMESE",
|
|
2031
|
-
"textSource": {
|
|
2032
|
-
"source": "dbl",
|
|
2033
|
-
"sourceId": "5cc7093967a0a392-01"
|
|
2034
|
-
},
|
|
2035
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2036
|
-
"language": "vie",
|
|
2037
|
-
"name": "Biblica® Thiên Ban Kinh Thánh Hiện Đại",
|
|
2038
|
-
"nameEnglish": "Vietnamese Contemporary Bible"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"bibleTextId": "OPEN_YORUBA",
|
|
2042
|
-
"textSource": {
|
|
2043
|
-
"source": "dbl",
|
|
2044
|
-
"sourceId": "b8d1feac6e94bd74-01"
|
|
2045
|
-
},
|
|
2046
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2047
|
-
"language": "yor",
|
|
2048
|
-
"name": "Biblica® ní oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ ní Èdè Yorùbá Òde-Òní™",
|
|
2049
|
-
"nameEnglish": "Yoruba Contemporary Bible"
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"bibleTextId": "ORTHODOX_YIDDISH_BRIT_CHADASHA",
|
|
2053
|
-
"textSource": {
|
|
2054
|
-
"source": "dbl",
|
|
2055
|
-
"sourceId": "b6e21a7696dccae7-01"
|
|
2056
|
-
},
|
|
2057
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2058
|
-
"language": "ydd",
|
|
2059
|
-
"name": "דער ארטאדאקסישע יידישער ברית חדשה",
|
|
2060
|
-
"nameEnglish": "Orthodox Yiddish Brit Chadasha"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"bibleTextId": "OYDA_ETHIOPIC",
|
|
2064
|
-
"textSource": {
|
|
2065
|
-
"source": "custom"
|
|
2066
|
-
},
|
|
2067
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2068
|
-
"language": "oyd",
|
|
2069
|
-
"name": "ኦይዳ አዲስ ኪዳን",
|
|
2070
|
-
"nameEnglish": "Oyda (Ethiopic)"
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"bibleTextId": "OYDA_LATIN",
|
|
2074
|
-
"textSource": {
|
|
2075
|
-
"source": "custom"
|
|
2076
|
-
},
|
|
2077
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2078
|
-
"language": "oyd",
|
|
2079
|
-
"name": "Kille Caaqo",
|
|
2080
|
-
"nameEnglish": "Oyda (Latin)"
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"bibleTextId": "PALABRA_DE_DIOS_PARA_TI",
|
|
2084
|
-
"textSource": {
|
|
2085
|
-
"source": "custom"
|
|
2086
|
-
},
|
|
2087
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2088
|
-
"language": "spa",
|
|
2089
|
-
"name": "Palabra de Dios para ti"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"bibleTextId": "PALIYA",
|
|
2093
|
-
"textSource": {
|
|
2094
|
-
"source": "custom"
|
|
2095
|
-
},
|
|
2096
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2097
|
-
"language": "bpx",
|
|
2098
|
-
"name": "Paliya",
|
|
2099
|
-
"overrideMmsLanguageId": "tam"
|
|
2100
|
-
},
|
|
2101
|
-
{
|
|
2102
|
-
"bibleTextId": "PCV",
|
|
2103
|
-
"name": "کتاب مقدس، ترجمۀ معاصر",
|
|
2104
|
-
"language": "pes",
|
|
2105
|
-
"nameEnglish": "Persian Contemporary Version",
|
|
2106
|
-
"textSource": {
|
|
2107
|
-
"source": "dbl",
|
|
2108
|
-
"sourceId": "7cd100148df29c08-01"
|
|
2109
|
-
},
|
|
2110
|
-
"overrideMmsLanguageId": "fas"
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"bibleTextId": "PENGO",
|
|
2114
|
-
"textSource": {
|
|
2115
|
-
"source": "custom"
|
|
2116
|
-
},
|
|
2117
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2118
|
-
"language": "peg",
|
|
2119
|
-
"name": "Nepo: Pengo"
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"bibleTextId": "POGORO",
|
|
2123
|
-
"textSource": {
|
|
2124
|
-
"source": "custom"
|
|
2125
|
-
},
|
|
2126
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2127
|
-
"language": "shp",
|
|
2128
|
-
"name": "The in Pogoro"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"bibleTextId": "POWARI",
|
|
2132
|
-
"textSource": {
|
|
2133
|
-
"source": "custom"
|
|
2134
|
-
},
|
|
2135
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2136
|
-
"language": "pwr",
|
|
2137
|
-
"name": "Powari",
|
|
2138
|
-
"nameEnglish": "Powari Standard"
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
"bibleTextId": "PROJET_YAKA",
|
|
2142
|
-
"textSource": {
|
|
2143
|
-
"source": "custom"
|
|
2144
|
-
},
|
|
2145
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2146
|
-
"language": "yaf",
|
|
2147
|
-
"name": "Yaka",
|
|
2148
|
-
"nameEnglish": "Projet Yaka"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"bibleTextId": "PULAR_FUUTA_JALLON",
|
|
2152
|
-
"textSource": {
|
|
2153
|
-
"source": "custom"
|
|
2154
|
-
},
|
|
2155
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
2156
|
-
"language": "fuf",
|
|
2157
|
-
"name": "Pular Fuuta-Jallon"
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"bibleTextId": "PURUM",
|
|
2161
|
-
"textSource": {
|
|
2162
|
-
"source": "custom"
|
|
2163
|
-
},
|
|
2164
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2165
|
-
"language": "pub",
|
|
2166
|
-
"name": "Purum"
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"bibleTextId": "RAKHINE_RAKHINE",
|
|
2170
|
-
"textSource": {
|
|
2171
|
-
"source": "custom"
|
|
2172
|
-
},
|
|
2173
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2174
|
-
"language": "rki",
|
|
2175
|
-
"name": "Rakhine"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"bibleTextId": "RANA_THARU",
|
|
2179
|
-
"textSource": {
|
|
2180
|
-
"source": "custom"
|
|
2181
|
-
},
|
|
2182
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2183
|
-
"language": "thr",
|
|
2184
|
-
"name": "Rana Tharu"
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"bibleTextId": "RANGI",
|
|
2188
|
-
"textSource": {
|
|
2189
|
-
"source": "dbl",
|
|
2190
|
-
"sourceId": "fe748bbf75493adc-01"
|
|
2191
|
-
},
|
|
2192
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2193
|
-
"language": "lag",
|
|
2194
|
-
"name": "Rangi"
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"bibleTextId": "RELLI",
|
|
2198
|
-
"textSource": {
|
|
2199
|
-
"source": "custom"
|
|
2200
|
-
},
|
|
2201
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2202
|
-
"language": "rei",
|
|
2203
|
-
"name": "Relli"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"bibleTextId": "ROHINGYA",
|
|
2207
|
-
"textSource": {
|
|
2208
|
-
"source": "custom"
|
|
2209
|
-
},
|
|
2210
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2211
|
-
"language": "rhg",
|
|
2212
|
-
"name": "Rohingya"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"bibleTextId": "ROHINGYA_LANGUAGE_COMMON_VERSION",
|
|
2216
|
-
"textSource": {
|
|
2217
|
-
"source": "custom"
|
|
2218
|
-
},
|
|
2219
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2220
|
-
"language": "rhg",
|
|
2221
|
-
"name": "Rohingya (Common Version)"
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"bibleTextId": "ROMANI_ARLI",
|
|
2225
|
-
"textSource": {
|
|
2226
|
-
"source": "dbl",
|
|
2227
|
-
"sourceId": "0a0927a2e4c58318-01"
|
|
2228
|
-
},
|
|
2229
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2230
|
-
"language": "rmn",
|
|
2231
|
-
"name": "I Biblija ki Arli romani čhib",
|
|
2232
|
-
"nameEnglish": "Romani Arli Bible"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"bibleTextId": "SAAFI_SAAFI",
|
|
2236
|
-
"textSource": {
|
|
2237
|
-
"source": "custom"
|
|
2238
|
-
},
|
|
2239
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2240
|
-
"language": "sav",
|
|
2241
|
-
"name": "Saafi-Saafi Scripture"
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"bibleTextId": "SAKACHEP",
|
|
2245
|
-
"textSource": {
|
|
2246
|
-
"source": "custom"
|
|
2247
|
-
},
|
|
2248
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2249
|
-
"language": "sch",
|
|
2250
|
-
"name": "Sakachep"
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"bibleTextId": "SARI",
|
|
2254
|
-
"textSource": {
|
|
2255
|
-
"source": "custom"
|
|
2256
|
-
},
|
|
2257
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2258
|
-
"language": "dur",
|
|
2259
|
-
"name": "Sari"
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"bibleTextId": "SATAWALESE",
|
|
2263
|
-
"textSource": {
|
|
2264
|
-
"source": "custom"
|
|
2265
|
-
},
|
|
2266
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2267
|
-
"language": "stw",
|
|
2268
|
-
"name": "Satawalese"
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"bibleTextId": "SERVI_ROMANI",
|
|
2272
|
-
"textSource": {
|
|
2273
|
-
"source": "dbl",
|
|
2274
|
-
"sourceId": "5611c12a3dafb263-01"
|
|
2275
|
-
},
|
|
2276
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2277
|
-
"language": "rmy",
|
|
2278
|
-
"name": "Библия пы сэрвицко ромско чиб",
|
|
2279
|
-
"nameEnglish": "Servi Romani Bible"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"bibleTextId": "SHWE_PALAUNG",
|
|
2283
|
-
"textSource": {
|
|
2284
|
-
"source": "custom"
|
|
2285
|
-
},
|
|
2286
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2287
|
-
"language": "pll",
|
|
2288
|
-
"name": "Shwe Palaung"
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"bibleTextId": "SIDDI",
|
|
2292
|
-
"textSource": {
|
|
2293
|
-
"source": "custom"
|
|
2294
|
-
},
|
|
2295
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2296
|
-
"language": "kan",
|
|
2297
|
-
"name": "Siddi"
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"bibleTextId": "SIKKILIGAR",
|
|
2301
|
-
"textSource": {
|
|
2302
|
-
"source": "custom"
|
|
2303
|
-
},
|
|
2304
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2305
|
-
"language": "sle",
|
|
2306
|
-
"name": "Sikkiligar"
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"bibleTextId": "SOB",
|
|
2310
|
-
"textSource": {
|
|
2311
|
-
"source": "dbl",
|
|
2312
|
-
"sourceId": "e01f11e9b4b8e338-01"
|
|
2313
|
-
},
|
|
2314
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2315
|
-
"language": "urw",
|
|
2316
|
-
"name": "Sob"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"bibleTextId": "SOLI",
|
|
2320
|
-
"textSource": {
|
|
2321
|
-
"source": "custom"
|
|
2322
|
-
},
|
|
2323
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2324
|
-
"language": "sby",
|
|
2325
|
-
"name": "Soli"
|
|
2326
|
-
},
|
|
2327
|
-
{
|
|
2328
|
-
"bibleTextId": "SOUTHERN_ARABIC",
|
|
2329
|
-
"textSource": {
|
|
2330
|
-
"source": "custom"
|
|
2331
|
-
},
|
|
2332
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2333
|
-
"language": "pga",
|
|
2334
|
-
"name": "Southern Arabic"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"bibleTextId": "SUMAU_GARIA",
|
|
2338
|
-
"textSource": {
|
|
2339
|
-
"source": "custom"
|
|
2340
|
-
},
|
|
2341
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2342
|
-
"language": "six",
|
|
2343
|
-
"name": "Xoiteupo Kuna",
|
|
2344
|
-
"nameEnglish": "Sumau Garia Bible"
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"bibleTextId": "SUSU",
|
|
2348
|
-
"textSource": {
|
|
2349
|
-
"source": "dbl",
|
|
2350
|
-
"sourceId": "bbeb583cd75c6356-01"
|
|
2351
|
-
},
|
|
2352
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
2353
|
-
"language": "sus",
|
|
2354
|
-
"name": "Soso Kitaabuie: Tawureta, Yabura, Inyila",
|
|
2355
|
-
"nameEnglish": "Susu Translation"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"bibleTextId": "SUSU_ARABIC",
|
|
2359
|
-
"textSource": {
|
|
2360
|
-
"source": "dbl",
|
|
2361
|
-
"sourceId": "2d5220a02a7aaac6-01"
|
|
2362
|
-
},
|
|
2363
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
2364
|
-
"language": "sus",
|
|
2365
|
-
"name": "Ala xa Kitaabui Sosoe bɛ",
|
|
2366
|
-
"nameEnglish": "Susu Arabic"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"bibleTextId": "TAGAKAULO",
|
|
2370
|
-
"textSource": {
|
|
2371
|
-
"source": "custom"
|
|
2372
|
-
},
|
|
2373
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2374
|
-
"language": "klg",
|
|
2375
|
-
"name": "Tagakaulo New Testament",
|
|
2376
|
-
"nameEnglish": "Tagakaulo Version"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"bibleTextId": "TAGIN",
|
|
2380
|
-
"textSource": {
|
|
2381
|
-
"source": "custom"
|
|
2382
|
-
},
|
|
2383
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2384
|
-
"language": "tgj",
|
|
2385
|
-
"name": "Tagin"
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"bibleTextId": "TAKUU",
|
|
2389
|
-
"textSource": {
|
|
2390
|
-
"source": "dbl",
|
|
2391
|
-
"sourceId": "312df00520eac624-01"
|
|
2392
|
-
},
|
|
2393
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
2394
|
-
"language": "nho",
|
|
2395
|
-
"name": "Takuu"
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"bibleTextId": "TAROK",
|
|
2399
|
-
"textSource": {
|
|
2400
|
-
"source": "custom"
|
|
2401
|
-
},
|
|
2402
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2403
|
-
"language": "yer",
|
|
2404
|
-
"name": "Tarok"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"bibleTextId": "TAVOYAN_DAWEI",
|
|
2408
|
-
"textSource": {
|
|
2409
|
-
"source": "custom"
|
|
2410
|
-
},
|
|
2411
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2412
|
-
"language": "tvn",
|
|
2413
|
-
"name": "Tavoyan: Dawei Bible"
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"bibleTextId": "TAY",
|
|
2417
|
-
"textSource": {
|
|
2418
|
-
"source": "custom"
|
|
2419
|
-
},
|
|
2420
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2421
|
-
"language": "tdd",
|
|
2422
|
-
"name": "Tay"
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"bibleTextId": "TEKE_TYEE",
|
|
2426
|
-
"textSource": {
|
|
2427
|
-
"source": "custom"
|
|
2428
|
-
},
|
|
2429
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2430
|
-
"language": "tyx",
|
|
2431
|
-
"name": "Teke-Tyee"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"bibleTextId": "THE_ORTHODOX_JEWISH",
|
|
2435
|
-
"textSource": {
|
|
2436
|
-
"source": "dbl",
|
|
2437
|
-
"sourceId": "c89622d31b60c444-02"
|
|
2438
|
-
},
|
|
2439
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2440
|
-
"language": "eng",
|
|
2441
|
-
"name": "The Orthodox Jewish Bible"
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"bibleTextId": "THUR",
|
|
2445
|
-
"textSource": {
|
|
2446
|
-
"source": "custom"
|
|
2447
|
-
},
|
|
2448
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2449
|
-
"language": "thu",
|
|
2450
|
-
"name": "Thur"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"bibleTextId": "TICHURONG",
|
|
2454
|
-
"textSource": {
|
|
2455
|
-
"source": "custom"
|
|
2456
|
-
},
|
|
2457
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2458
|
-
"language": "tcn",
|
|
2459
|
-
"name": "Tichurong"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"bibleTextId": "TSAKHUR",
|
|
2463
|
-
"textSource": {
|
|
2464
|
-
"source": "dbl",
|
|
2465
|
-
"sourceId": "00cdf9001d68edfa-01"
|
|
2466
|
-
},
|
|
2467
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
2468
|
-
"language": "tkr",
|
|
2469
|
-
"name": "Tsakhur"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"bibleTextId": "TSIKIMBA",
|
|
2473
|
-
"textSource": {
|
|
2474
|
-
"source": "custom"
|
|
2475
|
-
},
|
|
2476
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2477
|
-
"language": "kdl",
|
|
2478
|
-
"name": "Tsikimba"
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"bibleTextId": "TSISHINGINI_TSW",
|
|
2482
|
-
"textSource": {
|
|
2483
|
-
"source": "custom"
|
|
2484
|
-
},
|
|
2485
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2486
|
-
"language": "asg",
|
|
2487
|
-
"name": "Tsishingini (tsw)"
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"bibleTextId": "TUTSA",
|
|
2491
|
-
"textSource": {
|
|
2492
|
-
"source": "custom"
|
|
2493
|
-
},
|
|
2494
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2495
|
-
"language": "tvt",
|
|
2496
|
-
"name": "Tutsa"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"bibleTextId": "URDGVR",
|
|
2500
|
-
"textSource": {
|
|
2501
|
-
"source": "dbl",
|
|
2502
|
-
"sourceId": "4a039084853-01"
|
|
2503
|
-
},
|
|
2504
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License",
|
|
2505
|
-
"language": "urd",
|
|
2506
|
-
"name": "Kitab-i Muqaddas",
|
|
2507
|
-
"audioId": "URDGV",
|
|
2508
|
-
"nameEnglish": "Urdu Geo Version (Latin)"
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"bibleTextId": "UT_MA",
|
|
2512
|
-
"textSource": {
|
|
2513
|
-
"source": "custom"
|
|
2514
|
-
},
|
|
2515
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2516
|
-
"language": "gel",
|
|
2517
|
-
"name": "ut-Ma’in"
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"bibleTextId": "VAGIRI",
|
|
2521
|
-
"textSource": {
|
|
2522
|
-
"source": "dbl",
|
|
2523
|
-
"sourceId": "3d4ad27248561990-01"
|
|
2524
|
-
},
|
|
2525
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2526
|
-
"language": "vgr",
|
|
2527
|
-
"name": "Vagiri"
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"bibleTextId": "VIDUNDA",
|
|
2531
|
-
"textSource": {
|
|
2532
|
-
"source": "dbl",
|
|
2533
|
-
"sourceId": "c2d40ebca6db1ec5-01"
|
|
2534
|
-
},
|
|
2535
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2536
|
-
"language": "vid",
|
|
2537
|
-
"name": "Vidunda"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"bibleTextId": "VLAKH_ROMANI",
|
|
2541
|
-
"textSource": {
|
|
2542
|
-
"source": "custom"
|
|
2543
|
-
},
|
|
2544
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2545
|
-
"language": "rmy",
|
|
2546
|
-
"name": "Библия пэ влахицко романи шыб",
|
|
2547
|
-
"nameEnglish": "Vlakh Romani Bible"
|
|
2548
|
-
},
|
|
2549
|
-
{
|
|
2550
|
-
"bibleTextId": "WADDAR",
|
|
2551
|
-
"textSource": {
|
|
2552
|
-
"source": "custom"
|
|
2553
|
-
},
|
|
2554
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2555
|
-
"language": "wbq",
|
|
2556
|
-
"name": "Waddar"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"bibleTextId": "WAGHRI_VATHE",
|
|
2560
|
-
"textSource": {
|
|
2561
|
-
"source": "custom"
|
|
2562
|
-
},
|
|
2563
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2564
|
-
"language": "vaa",
|
|
2565
|
-
"name": "Waghri Vathe"
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"bibleTextId": "WAJA",
|
|
2569
|
-
"textSource": {
|
|
2570
|
-
"source": "custom"
|
|
2571
|
-
},
|
|
2572
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2573
|
-
"language": "wja",
|
|
2574
|
-
"name": "Waja"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"bibleTextId": "WOLI",
|
|
2578
|
-
"textSource": {
|
|
2579
|
-
"source": "custom"
|
|
2580
|
-
},
|
|
2581
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2582
|
-
"language": "wlo",
|
|
2583
|
-
"name": "Woli"
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"bibleTextId": "YAKA",
|
|
2587
|
-
"textSource": {
|
|
2588
|
-
"source": "custom"
|
|
2589
|
-
},
|
|
2590
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2591
|
-
"language": "yaf",
|
|
2592
|
-
"name": "Yaka"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"bibleTextId": "YAKKHA",
|
|
2596
|
-
"textSource": {
|
|
2597
|
-
"source": "custom"
|
|
2598
|
-
},
|
|
2599
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2600
|
-
"language": "ybh",
|
|
2601
|
-
"name": "Yakkha Bible",
|
|
2602
|
-
"overrideMmsLanguageId": "lif"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"bibleTextId": "YALUNKA",
|
|
2606
|
-
"textSource": {
|
|
2607
|
-
"source": "dbl",
|
|
2608
|
-
"sourceId": "afe8f67d8ba9025c-01"
|
|
2609
|
-
},
|
|
2610
|
-
"copyright": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2611
|
-
"language": "yal",
|
|
2612
|
-
"name": "Yalunka Bible"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"bibleTextId": "YAMAP",
|
|
2616
|
-
"textSource": {
|
|
2617
|
-
"source": "custom"
|
|
2618
|
-
},
|
|
2619
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2620
|
-
"language": "ymp",
|
|
2621
|
-
"name": "Yamap"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"bibleTextId": "YAMPHU",
|
|
2625
|
-
"textSource": {
|
|
2626
|
-
"source": "custom"
|
|
2627
|
-
},
|
|
2628
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2629
|
-
"language": "ybi",
|
|
2630
|
-
"name": "Yamphu"
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"bibleTextId": "YAO",
|
|
2634
|
-
"textSource": {
|
|
2635
|
-
"source": "custom"
|
|
2636
|
-
},
|
|
2637
|
-
"copyright": "Creative Commons Attribution 4.0 International License",
|
|
2638
|
-
"language": "yao",
|
|
2639
|
-
"name": "Lilangano lya Sambano",
|
|
2640
|
-
"nameEnglish": "Yao Translation"
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"bibleTextId": "YAPESE",
|
|
2644
|
-
"textSource": {
|
|
2645
|
-
"source": "dbl",
|
|
2646
|
-
"sourceId": "8a448a0135a6a70a-01"
|
|
2647
|
-
},
|
|
2648
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License",
|
|
2649
|
-
"language": "yap",
|
|
2650
|
-
"name": "Yapese Bible"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"bibleTextId": "YEMSA_ETHIOPIC",
|
|
2654
|
-
"textSource": {
|
|
2655
|
-
"source": "custom"
|
|
2656
|
-
},
|
|
2657
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2658
|
-
"language": "jnj",
|
|
2659
|
-
"name": "ጋዶ ቴያ",
|
|
2660
|
-
"nameEnglish": "Yemsa (Ethiopic)"
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"bibleTextId": "YEMSA_LATIN",
|
|
2664
|
-
"textSource": {
|
|
2665
|
-
"source": "custom"
|
|
2666
|
-
},
|
|
2667
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2668
|
-
"language": "jnj",
|
|
2669
|
-
"name": "Gaddo Teyya",
|
|
2670
|
-
"nameEnglish": "Yemsa (Latin)"
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"bibleTextId": "YOVE_KOI_NI_VANA",
|
|
2674
|
-
"textSource": {
|
|
2675
|
-
"source": "custom"
|
|
2676
|
-
},
|
|
2677
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2678
|
-
"language": "mzr",
|
|
2679
|
-
"name": "Yové Koĩni Vana"
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"bibleTextId": "YTC",
|
|
2683
|
-
"name": "Yeni Türkçe Kutsal Kitap Çevirisi",
|
|
2684
|
-
"copyright": "Copyright © İsmail Serinken and eBible.org. CC-BY-ND",
|
|
2685
|
-
"language": "tur",
|
|
2686
|
-
"nameEnglish": "New Turkish",
|
|
2687
|
-
"textSource": {
|
|
2688
|
-
"source": "usfm"
|
|
2689
|
-
}
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"bibleTextId": "ZANAKI",
|
|
2693
|
-
"textSource": {
|
|
2694
|
-
"source": "custom"
|
|
2695
|
-
},
|
|
2696
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2697
|
-
"language": "zak",
|
|
2698
|
-
"name": "Zanaki"
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"bibleTextId": "ZAPOTECO_DE_LOXICHA",
|
|
2702
|
-
"textSource": {
|
|
2703
|
-
"source": "custom"
|
|
2704
|
-
},
|
|
2705
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2706
|
-
"language": "ztp",
|
|
2707
|
-
"name": "Zapoteco de Loxicha"
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"bibleTextId": "ZARAMO",
|
|
2711
|
-
"textSource": {
|
|
2712
|
-
"source": "custom"
|
|
2713
|
-
},
|
|
2714
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2715
|
-
"language": "zaj",
|
|
2716
|
-
"name": "Zaramo"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"bibleTextId": "ZIGUA",
|
|
2720
|
-
"textSource": {
|
|
2721
|
-
"source": "dbl",
|
|
2722
|
-
"sourceId": "c9f3cf58d557a9f3-01"
|
|
2723
|
-
},
|
|
2724
|
-
"copyright": "Creative Commons Attribution-NoDerivatives 4.0 International License; Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2725
|
-
"language": "ziw",
|
|
2726
|
-
"name": "Zigua"
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"bibleTextId": "ZINZA",
|
|
2730
|
-
"textSource": {
|
|
2731
|
-
"source": "custom"
|
|
2732
|
-
},
|
|
2733
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2734
|
-
"language": "zin",
|
|
2735
|
-
"name": "Zinza"
|
|
2736
|
-
},
|
|
2737
|
-
{
|
|
2738
|
-
"bibleTextId": "ZUL",
|
|
2739
|
-
"textSource": {
|
|
2740
|
-
"source": "dbl",
|
|
2741
|
-
"sourceId": "0ae49e1d4d276551-01"
|
|
2742
|
-
},
|
|
2743
|
-
"copyright": "Creative Commons Attribution-ShareAlike 4.0 International License",
|
|
2744
|
-
"language": "plj",
|
|
2745
|
-
"name": "Zul"
|
|
2746
|
-
}
|
|
2747
|
-
]
|