waha-shared 1.0.308 → 1.0.310

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.
Files changed (110) hide show
  1. package/dist/data/areas/areas.json +50 -48
  2. package/dist/data/areas/areas.schema.json +2 -2
  3. package/dist/data/areas/areas.zod.d.ts +1 -1
  4. package/dist/data/areas/areas.zod.js +1 -1
  5. package/dist/data/areas/index.d.ts +1 -1
  6. package/dist/data/bibleAudios/bibleAudios.json +597 -314
  7. package/dist/data/bibleAudios/bibleAudios.schema.json +17 -8
  8. package/dist/data/bibleAudios/bibleAudios.zod.d.ts +43 -2
  9. package/dist/data/bibleAudios/bibleAudios.zod.js +16 -7
  10. package/dist/data/bibleAudios/index.d.ts +2 -1
  11. package/dist/data/bibleBooks/bibleBooks.json +792 -790
  12. package/dist/data/bibleStatuses/bibleStatuses.json +8302 -8711
  13. package/dist/data/bibleStatuses/bibleStatuses.schema.json +6 -0
  14. package/dist/data/bibleStatuses/bibleStatuses.zod.d.ts +1 -0
  15. package/dist/data/bibleStatuses/bibleStatuses.zod.js +4 -0
  16. package/dist/data/bibleStatuses/index.d.ts +1 -0
  17. package/dist/data/bibleTexts/bibleTexts.json +285 -187
  18. package/dist/data/bibleTexts/bibleTexts.schema.json +7 -0
  19. package/dist/data/bibleTexts/bibleTexts.zod.d.ts +28 -0
  20. package/dist/data/bibleTexts/bibleTexts.zod.js +10 -3
  21. package/dist/data/bibleTexts/index.d.ts +2 -0
  22. package/dist/data/clones/clones.json +2 -0
  23. package/dist/data/countries/countries.json +480 -480
  24. package/dist/data/countriesAndLanguages/countriesAndLanguages.json +6812 -6810
  25. package/dist/data/crowdinLanguages/crowdinLanguages.json +1440 -1438
  26. package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +3 -3
  27. package/dist/data/crowdinLanguages/crowdinLanguages.zod.d.ts +2 -2
  28. package/dist/data/crowdinLanguages/crowdinLanguages.zod.js +2 -2
  29. package/dist/data/crowdinLanguages/index.d.ts +2 -2
  30. package/dist/data/curriculumFoundations/curriculumFoundations.json +86 -69
  31. package/dist/data/curriculumOnboarding/curriculumOnboarding.json +34 -0
  32. package/dist/data/curriculumOnboarding/curriculumOnboarding.schema.json +38 -0
  33. package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.d.ts +11 -0
  34. package/dist/data/curriculumOnboarding/curriculumOnboarding.zod.js +18 -0
  35. package/dist/data/curriculumOnboarding/index.d.ts +9 -0
  36. package/dist/data/curriculumOnboarding/index.js +7 -0
  37. package/dist/data/curriculumQuestions/curriculumQuestions.json +194 -192
  38. package/dist/data/curriculumTopics/curriculumTopics.json +51 -8
  39. package/dist/data/dblAudioLicenses/dblAudioLicenses.json +450 -421
  40. package/dist/data/dblTextLicenses/dblTextLicenses.json +1251 -1161
  41. package/dist/data/firebase.d.ts +1 -0
  42. package/dist/data/firebase.js +4 -0
  43. package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.json +1 -1
  44. package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.json +1 -1
  45. package/dist/data/languages/index.d.ts +22 -10
  46. package/dist/data/languages/languages.json +3299 -2012
  47. package/dist/data/languages/languages.schema.json +102 -48
  48. package/dist/data/languages/languages.zod.d.ts +96 -30
  49. package/dist/data/languages/languages.zod.js +66 -37
  50. package/dist/data/lessonPauses/index.d.ts +0 -1
  51. package/dist/data/lessonPauses/lessonPauses.json +2 -3
  52. package/dist/data/lessonPauses/lessonPauses.schema.json +1 -11
  53. package/dist/data/lessonPauses/lessonPauses.zod.d.ts +0 -1
  54. package/dist/data/lessonPauses/lessonPauses.zod.js +0 -3
  55. package/dist/data/mediaDurations/mediaDurations.json +35797 -6076
  56. package/dist/data/mediaDurations/mediaDurations.schema.json +1 -1
  57. package/dist/data/mediaDurations/mediaDurations.zod.js +1 -1
  58. package/dist/data/notification/index.d.ts +1 -1
  59. package/dist/data/notification/notification.json +93 -169
  60. package/dist/data/phoneLanguages/phoneLanguages.json +637 -635
  61. package/dist/data/questions/questions.json +149 -147
  62. package/dist/data/releaseNotes/releaseNotes.json +176 -123
  63. package/dist/data/screenshots/screenshots.json +1 -1
  64. package/dist/data/scripts/scripts.json +6 -1
  65. package/dist/data/sets/index.d.ts +3 -3
  66. package/dist/data/sets/sets.json +1770 -480
  67. package/dist/data/sets/sets.schema.json +1 -1
  68. package/dist/data/sets/sets.zod.d.ts +3 -3
  69. package/dist/data/sets/sets.zod.js +3 -6
  70. package/dist/data/translationsApp/index.d.ts +1 -0
  71. package/dist/data/translationsApp/translationsApp.json +1610 -1569
  72. package/dist/data/translationsApp/translationsApp.schema.json +3 -1
  73. package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
  74. package/dist/data/translationsApp/translationsApp.zod.js +1 -0
  75. package/dist/data/translationsFtb/translationsFtb.json +120 -664
  76. package/dist/data/translationsIntroduction/translationsIntroduction.json +1 -1
  77. package/dist/data/translationsQuestion/translationsQuestion.json +65 -33
  78. package/dist/data/translationsSet/translationsSet.json +30139 -19402
  79. package/dist/data/translationsSet/translationsSet.schema.json +3 -4
  80. package/dist/data/translationsSet/translationsSet.zod.js +4 -4
  81. package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.json +1 -1
  82. package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +65 -33
  83. package/dist/data/youtubePlaylists/youtubePlaylists.json +10 -10
  84. package/dist/data/youtubeVideos/youtubeVideos.json +82 -82
  85. package/dist/functions/bibleBooks.d.ts +16 -0
  86. package/dist/functions/bibleBooks.js +101 -0
  87. package/dist/functions/bibles.d.ts +47 -0
  88. package/dist/functions/bibles.js +315 -0
  89. package/dist/functions/languages.d.ts +6 -7
  90. package/dist/functions/languages.js +58 -53
  91. package/dist/functions/scripturePassages.d.ts +53 -47
  92. package/dist/functions/scripturePassages.js +217 -303
  93. package/dist/functions/sets.d.ts +13 -52
  94. package/dist/functions/sets.js +195 -205
  95. package/dist/functions/utils.d.ts +2 -0
  96. package/dist/functions/utils.js +8 -0
  97. package/dist/types/bibleChapters.d.ts +2 -2
  98. package/dist/types/bibleChapters.js +1 -1
  99. package/dist/types/languages.d.ts +48 -9
  100. package/dist/types/languages.js +2 -0
  101. package/dist/types/scripturePassages.d.ts +0 -1
  102. package/dist/types/scripturePassages.js +0 -1
  103. package/dist/types/sets.d.ts +28 -11
  104. package/package.json +1 -1
  105. package/dist/data/languageAssets/index.d.ts +0 -1
  106. package/dist/data/languageAssets/index.js +0 -7
  107. package/dist/data/languageAssets/languageAssets.json +0 -45406
  108. package/dist/data/languageAssets/languageAssets.schema.json +0 -19
  109. package/dist/data/languageAssets/languageAssets.zod.d.ts +0 -3
  110. package/dist/data/languageAssets/languageAssets.zod.js +0 -7
@@ -1,5 +1,34 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "id": "9f017cecd21b11e3-01",
5
+ "dblId": "9f017cecd21b11e3",
6
+ "relatedDbl": "3b9fdc679b9319c3",
7
+ "name": "Acholi - 1985 Edition (NT)",
8
+ "nameLocal": "Acholi - 1985 Edition (NT)",
9
+ "abbreviation": "ACHBI85",
10
+ "abbreviationLocal": "ACHBI85",
11
+ "description": null,
12
+ "descriptionLocal": null,
13
+ "language": {
14
+ "id": "ach",
15
+ "name": "Acholi",
16
+ "nameLocal": "Acholi",
17
+ "script": "Latin",
18
+ "scriptDirection": "LTR"
19
+ },
20
+ "countries": [
21
+ {
22
+ "id": "UG",
23
+ "name": "Uganda",
24
+ "nameLocal": "Uganda"
25
+ }
26
+ ],
27
+ "type": "audio",
28
+ "updatedAt": "2024-07-01T22:44:00.000Z",
29
+ "copyright": "\u2117 2007 Hosanna",
30
+ "info": "<p>This translation, published by the Bible Society of Uganda, was first published in 1985.</p>"
31
+ },
3
32
  {
4
33
  "id": "2dab2eeadd0f48b8-01",
5
34
  "dblId": "2dab2eeadd0f48b8",
@@ -26,7 +55,7 @@
26
55
  ],
27
56
  "type": "audio",
28
57
  "updatedAt": "2024-07-01T22:21:52.000Z",
29
- "copyright": "Acholi Bible © 1985, Bible Society of Uganda (Text) Acholi Old Testament Audio Bible 2021, Davar Partners International, Hosanna/Faith Comes by Hearing (Audio)",
58
+ "copyright": "Acholi Bible \u00a9 1985, Bible Society of Uganda (Text) Acholi Old Testament Audio Bible \u2117 2021, Davar Partners International, Hosanna/Faith Comes by Hearing (Audio)",
30
59
  "info": "<p>If you have would like a copy of this version please contact info@davarpartners.org</p>"
31
60
  },
32
61
  {
@@ -55,7 +84,7 @@
55
84
  ],
56
85
  "type": "audio",
57
86
  "updatedAt": "2024-07-01T22:29:57.000Z",
58
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Ahirani Christi Iswari Mandli, Sakri, Dhule ,(MH) All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org 2024 Hosanna",
87
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Ahirani Christi Iswari Mandli, Sakri, Dhule ,(MH) All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org \u2117 2024 Hosanna",
59
88
  "info": null
60
89
  },
61
90
  {
@@ -84,7 +113,7 @@
84
113
  ],
85
114
  "type": "audio",
86
115
  "updatedAt": "2024-07-01T22:55:15.000Z",
87
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Ahirani Christi Iswari Mandli, Sakri, Dhule ,(MH) All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org 2024 Hosanna",
116
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Ahirani Christi Iswari Mandli, Sakri, Dhule ,(MH) All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org \u2117 2024 Hosanna",
88
117
  "info": null
89
118
  },
90
119
  {
@@ -120,16 +149,16 @@
120
149
  "id": "26b7a1cd2f8f4878-01",
121
150
  "dblId": "26b7a1cd2f8f4878",
122
151
  "relatedDbl": "24722a3b9010fa47,b17e246951402e50",
123
- "name": "Biblica® Open New Arabic Version 2012, Audio Edition",
124
- "nameLocal": "Ketab El Hayat Majani/كتاب الحياة مجانى",
152
+ "name": "Biblica\u00ae Open New Arabic Version 2012, Audio Edition",
153
+ "nameLocal": "Ketab El Hayat Majani/\u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649",
125
154
  "abbreviation": "ONAV",
126
155
  "abbreviationLocal": "KEHM",
127
- "description": "Arabic, Standard: كتاب الحياة مجانى (Open New Arabic Version) (Bible)",
128
- "descriptionLocal": "Arabic, Standard: كتاب الحياة مجانى (Open New Arabic Version) (Bible)",
156
+ "description": "Arabic, Standard: \u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649 (Open New Arabic Version) (Bible)",
157
+ "descriptionLocal": "Arabic, Standard: \u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649 (Open New Arabic Version) (Bible)",
129
158
  "language": {
130
159
  "id": "arb",
131
160
  "name": "Arabic, Standard",
132
- "nameLocal": "العربية",
161
+ "nameLocal": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
133
162
  "script": "Arabic",
134
163
  "scriptDirection": "RTL"
135
164
  },
@@ -155,9 +184,9 @@
155
184
  "dblId": "7bf2d60ef1cde2ed",
156
185
  "relatedDbl": "27e6822ca225757c",
157
186
  "name": "Good News Arabic Bible",
158
- "nameLocal": "الترجمة العربية المشتركة",
187
+ "nameLocal": "\u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629",
159
188
  "abbreviation": "GNA93",
160
- "abbreviationLocal": "المشتركة",
189
+ "abbreviationLocal": "\u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629",
161
190
  "description": null,
162
191
  "descriptionLocal": null,
163
192
  "language": {
@@ -176,7 +205,7 @@
176
205
  ],
177
206
  "type": "audio",
178
207
  "updatedAt": "2024-07-01T22:37:38.000Z",
179
- "copyright": "© 1993 Bible Society in Lebanon",
208
+ "copyright": "\u00a9 1993 Bible Society in Lebanon",
180
209
  "info": "<h1>Good News Arabic Bible</h1> <p>This translation, published by the Bible Society in Lebanon, was published in 1993.</p> <p>If you are interested in obtaining a printed copy, please contact the Bible Society in Lebanon at <a href=\"http://www.biblesociety.org.lb/\">www.biblesociety.org.lb.</a></p>"
181
210
  },
182
211
  {
@@ -192,7 +221,7 @@
192
221
  "language": {
193
222
  "id": "arb",
194
223
  "name": "Standard Arabic",
195
- "nameLocal": "العربية",
224
+ "nameLocal": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
196
225
  "script": "Arabic",
197
226
  "scriptDirection": "RTL"
198
227
  },
@@ -205,7 +234,7 @@
205
234
  ],
206
235
  "type": "audio",
207
236
  "updatedAt": "2024-07-01T22:41:38.000Z",
208
- "copyright": "© International Sharif Bible Society, 2016",
237
+ "copyright": "\u00a9 International Sharif Bible Society, 2016",
209
238
  "info": null
210
239
  },
211
240
  {
@@ -213,7 +242,7 @@
213
242
  "dblId": "513693bdf0c34420",
214
243
  "relatedDbl": "0202d8205bd01a86",
215
244
  "name": ": Arabic, Egyptian Spoken",
216
- "nameLocal": "اللغة المصرية العامية",
245
+ "nameLocal": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u064a\u0629",
217
246
  "abbreviation": "arz",
218
247
  "abbreviationLocal": "arz",
219
248
  "description": "Arabic, Egyptian Spoken: Egyptian Arabic Translation (Portions",
@@ -221,7 +250,7 @@
221
250
  "language": {
222
251
  "id": "arz",
223
252
  "name": "Arabic, Egyptian Spoken",
224
- "nameLocal": "اللغة المصرية العامية",
253
+ "nameLocal": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u064a\u0629",
225
254
  "script": "Arabic",
226
255
  "scriptDirection": "RTL"
227
256
  },
@@ -250,7 +279,7 @@
250
279
  "language": {
251
280
  "id": "asm",
252
281
  "name": "Assamese",
253
- "nameLocal": "অসমীয়া",
282
+ "nameLocal": "\u0985\u09b8\u09ae\u09c0\u09af\u09bc\u09be",
254
283
  "script": "Bengali",
255
284
  "scriptDirection": "LTR"
256
285
  },
@@ -279,7 +308,7 @@
279
308
  "language": {
280
309
  "id": "azj",
281
310
  "name": "Azerbaijani, North",
282
- "nameLocal": "Azərbaycan",
311
+ "nameLocal": "Az\u0259rbaycan",
283
312
  "script": "Latin",
284
313
  "scriptDirection": "LTR"
285
314
  },
@@ -292,7 +321,7 @@
292
321
  ],
293
322
  "type": "audio",
294
323
  "updatedAt": "2025-10-03T03:36:03.000Z",
295
- "copyright": "Bible in Northern Azeri © 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible 2024, Davar Partners International.",
324
+ "copyright": "Bible in Northern Azeri \u00a9 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible \u2117 2024, Davar Partners International.",
296
325
  "info": "<p>If you would like a copy of this version please contact info@davaraudiobibles.org</p>"
297
326
  },
298
327
  {
@@ -350,7 +379,7 @@
350
379
  ],
351
380
  "type": "audio",
352
381
  "updatedAt": "2024-07-01T22:58:56.000Z",
353
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Bodo Parja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 Hosanna",
382
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Bodo Parja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 Hosanna",
354
383
  "info": null
355
384
  },
356
385
  {
@@ -379,7 +408,7 @@
379
408
  ],
380
409
  "type": "audio",
381
410
  "updatedAt": "2024-07-01T22:58:27.000Z",
382
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Bodo Parja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 Hosanna",
411
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Bodo Parja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 Hosanna",
383
412
  "info": null
384
413
  },
385
414
  {
@@ -395,7 +424,7 @@
395
424
  "language": {
396
425
  "id": "ben",
397
426
  "name": "Bengali",
398
- "nameLocal": "বাংলা",
427
+ "nameLocal": "\u09ac\u09be\u0982\u09b2\u09be",
399
428
  "script": "Bengali",
400
429
  "scriptDirection": "LTR"
401
430
  },
@@ -415,8 +444,8 @@
415
444
  "id": "2d681a4ce8b8479f-01",
416
445
  "dblId": "2d681a4ce8b8479f",
417
446
  "relatedDbl": "efd8a351a07d4264",
418
- "name": "Biblica® Open Bengali Contemporary Version, Audio Edition",
419
- "nameLocal": "Biblica® Open Bengali Contemporary Version™, Audio Edition",
447
+ "name": "Biblica\u00ae Open Bengali Contemporary Version, Audio Edition",
448
+ "nameLocal": "Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition",
420
449
  "abbreviation": "BCV",
421
450
  "abbreviationLocal": "BCV",
422
451
  "description": "Holy Bible",
@@ -424,7 +453,7 @@
424
453
  "language": {
425
454
  "id": "ben",
426
455
  "name": "Bengali",
427
- "nameLocal": "বাংলা",
456
+ "nameLocal": "\u09ac\u09be\u0982\u09b2\u09be",
428
457
  "script": "Bengali",
429
458
  "scriptDirection": "LTR"
430
459
  },
@@ -437,8 +466,8 @@
437
466
  ],
438
467
  "type": "audio",
439
468
  "updatedAt": "2024-07-01T22:21:44.000Z",
440
- "copyright": "Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণ সর্বস্বত্ব 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত Biblica® Open Bengali Contemporary Version™, Audio Edition Copyright 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc. Biblica® Open Bengali Contemporary Version Copyright © 1997, 2005, 2017, 2020 Biblica, Inc. “Biblica” (বিবলিকা) মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত। “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
441
- "info": "<p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণ</p> <p>সর্বস্বত্ব ℗ 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত</p> <p>Biblica® Open Bengali Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica® Open Bengali Contemporary Version™</p> <p>Copyright © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>“Biblica” (বিবলিকা) মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত।</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>এই কাজটি Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) এর অধীনে উপলব্ধ। এই লাইসেন্সের অনুলিপির জন্য দেখুন https://creativecommons.org/licenses/by-sa/4.0 অথবা Creative Commons, PO Box 1866, Mountain View, CA 94042, USA এই ঠিকানায় চিঠি লিখুন।</p> <p>Biblica® একটি ট্রেডমার্ক যা Biblica Inc. দ্বারা নিবন্ধিত। বিবলিকা ট্রেডমার্ক ব্যবহারের জন্য Biblica Inc. থেকে লিখিত অনুমোদন পাওয়া জরুরি। CC BY-SA লাইসেন্সের শর্তাবলি অনুসারে, এই অপরিবর্তিত কাজটির অনুলিপি এবং পুনরায় বিতরণ করার অনুমতি রয়েছে কিন্তু বিবলিকা ট্রেডমার্কটি অক্ষত রাখতে হবে। কেউ যদি এই অনুলিপি পরিবর্তন করেন বা অনুবাদ করেন, যার ফলে একটি অমৌলিক কাজ সৃষ্টি হয়, তাকে অবশ্যই বিবলিকা® ট্রেডমার্কটি সরিয়ে ফেলতে হবে। সেই অমৌলিক কাজে কী কী পরিবর্তন করা হয়েছে তা অবশ্যই উল্লেখ করতে হবে এবং নিম্নলিখিত শব্দগুলির মাধ্যমে কাজটিকে সঠিকভাবে আরোপ করতে হবে: “Biblica, Inc. দ্বারা এই মূল কাজটি www.biblica.com ও open.bible-এ বিনামূল্যে উপলব্ধ।”</p> <p>কপিরাইটের বিজ্ঞপ্তি কাজের শিরোনাম বা কপিরাইট পৃষ্ঠায় নিম্নলিখিতভাবে অবশ্যই উল্লেখ করতে হবে:</p> <p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণসর্বস্বত্ব ℗ 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত</p> <p>Biblica® Open Bengali Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica® Open Bengali Contemporary Version™</p> <p>Copyright © 2007, 2017, 2019 by Biblica, Inc.</p> <p>“Biblica” (বিবলিকা) এবং বিবলিকা লোগো মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত।</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>সেই অমৌলিক কাজটিকেও একই লাইসেন্সের (CC BY-SA) অধীনে বিতরণ করা জরুরি।এই কাজের অনুবাদ সম্বন্ধে যদি Biblica, Inc. কে জানাতে হয়, তবে https://open.bible/contact ঠিকানায় যোগাযোগ করুন।</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™, অডিও সংস্করণসর্বস্বত্ব ℗ 2022 Biblica, Inc., Davar Partners International, Hosanna এবং সংরক্ষিত</p> <p>Biblica® Open Bengali Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® মুক্তভাবে বাংলা সমকালীন সংস্করণের™সর্বস্বত্ব © 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica® Open Bengali Contemporary Version™</p> <p>Copyright © 2007, 2017, 2019 by Biblica, Inc.</p> <p>“Biblica” (বিবলিকা) এবং বিবলিকা লোগো মার্কিন যুক্তরাষ্ট্রের পেটেন্ট অ্যান্ড ট্রেডমার্ক অফিসে Biblica, Inc. দ্বারা নিবন্ধিত। অনুমতি সহ ব্যবহৃত।</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
469
+ "copyright": "Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122, \u0985\u09a1\u09bf\u0993 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3 \u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u2117 2022 Biblica, Inc., Davar Partners International, Hosanna \u098f\u09ac\u0982 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4 Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u00a9 2007, 2017, 2019 Biblica, Inc. Biblica\u00ae Open Bengali Contemporary Version\u2122 Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc. \u201cBiblica\u201d (\u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be) \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09aa\u09c7\u099f\u09c7\u09a8\u09cd\u099f \u0985\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u0985\u09ab\u09bf\u09b8\u09c7 Biblica, Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09bf\u09a4\u0964 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09b8\u09b9 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4\u0964 \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
470
+ "info": "<p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122, \u0985\u09a1\u09bf\u0993 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3</p> <p>\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u2117 2022 Biblica, Inc., Davar Partners International, Hosanna \u098f\u09ac\u0982 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u00a9 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122</p> <p>Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be) \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09aa\u09c7\u099f\u09c7\u09a8\u09cd\u099f \u0985\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u0985\u09ab\u09bf\u09b8\u09c7 Biblica, Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09bf\u09a4\u0964 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09b8\u09b9 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4\u0964</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>\u098f\u0987 \u0995\u09be\u099c\u099f\u09bf Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) \u098f\u09b0 \u0985\u09a7\u09c0\u09a8\u09c7 \u0989\u09aa\u09b2\u09ac\u09cd\u09a7\u0964 \u098f\u0987 \u09b2\u09be\u0987\u09b8\u09c7\u09a8\u09cd\u09b8\u09c7\u09b0 \u0985\u09a8\u09c1\u09b2\u09bf\u09aa\u09bf\u09b0 \u099c\u09a8\u09cd\u09af \u09a6\u09c7\u0996\u09c1\u09a8 https://creativecommons.org/licenses/by-sa/4.0 \u0985\u09a5\u09ac\u09be Creative Commons, PO Box 1866, Mountain View, CA 94042, USA \u098f\u0987 \u09a0\u09bf\u0995\u09be\u09a8\u09be\u09af\u09bc \u099a\u09bf\u09a0\u09bf \u09b2\u09bf\u0996\u09c1\u09a8\u0964</p> <p>Biblica\u00ae \u098f\u0995\u099f\u09bf \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u09af\u09be Biblica Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09bf\u09a4\u0964 \u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0\u09c7\u09b0 \u099c\u09a8\u09cd\u09af Biblica Inc. \u09a5\u09c7\u0995\u09c7 \u09b2\u09bf\u0996\u09bf\u09a4 \u0985\u09a8\u09c1\u09ae\u09cb\u09a6\u09a8 \u09aa\u09be\u0993\u09af\u09bc\u09be \u099c\u09b0\u09c1\u09b0\u09bf\u0964 CC BY-SA \u09b2\u09be\u0987\u09b8\u09c7\u09a8\u09cd\u09b8\u09c7\u09b0 \u09b6\u09b0\u09cd\u09a4\u09be\u09ac\u09b2\u09bf \u0985\u09a8\u09c1\u09b8\u09be\u09b0\u09c7, \u098f\u0987 \u0985\u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09bf\u09a4 \u0995\u09be\u099c\u099f\u09bf\u09b0 \u0985\u09a8\u09c1\u09b2\u09bf\u09aa\u09bf \u098f\u09ac\u0982 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be\u09b0 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09b0\u09af\u09bc\u09c7\u099b\u09c7 \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995\u099f\u09bf \u0985\u0995\u09cd\u09b7\u09a4 \u09b0\u09be\u0996\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u0995\u09c7\u0989 \u09af\u09a6\u09bf \u098f\u0987 \u0985\u09a8\u09c1\u09b2\u09bf\u09aa\u09bf \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09c7\u09a8 \u09ac\u09be \u0985\u09a8\u09c1\u09ac\u09be\u09a6 \u0995\u09b0\u09c7\u09a8, \u09af\u09be\u09b0 \u09ab\u09b2\u09c7 \u098f\u0995\u099f\u09bf \u0985\u09ae\u09cc\u09b2\u09bf\u0995 \u0995\u09be\u099c \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u09b9\u09af\u09bc, \u09a4\u09be\u0995\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be\u00ae \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995\u099f\u09bf \u09b8\u09b0\u09bf\u09af\u09bc\u09c7 \u09ab\u09c7\u09b2\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u09b8\u09c7\u0987 \u0985\u09ae\u09cc\u09b2\u09bf\u0995 \u0995\u09be\u099c\u09c7 \u0995\u09c0 \u0995\u09c0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09af\u09bc\u09c7\u099b\u09c7 \u09a4\u09be \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7 \u098f\u09ac\u0982 \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 \u09b6\u09ac\u09cd\u09a6\u0997\u09c1\u09b2\u09bf\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u0995\u09be\u099c\u099f\u09bf\u0995\u09c7 \u09b8\u09a0\u09bf\u0995\u09ad\u09be\u09ac\u09c7 \u0986\u09b0\u09cb\u09aa \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7: \u201cBiblica, Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u098f\u0987 \u09ae\u09c2\u09b2 \u0995\u09be\u099c\u099f\u09bf www.biblica.com \u0993 open.bible-\u098f \u09ac\u09bf\u09a8\u09be\u09ae\u09c2\u09b2\u09cd\u09af\u09c7 \u0989\u09aa\u09b2\u09ac\u09cd\u09a7\u0964\u201d</p> <p>\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f\u09c7\u09b0 \u09ac\u09bf\u099c\u09cd\u099e\u09aa\u09cd\u09a4\u09bf \u0995\u09be\u099c\u09c7\u09b0 \u09b6\u09bf\u09b0\u09cb\u09a8\u09be\u09ae \u09ac\u09be \u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f \u09aa\u09c3\u09b7\u09cd\u09a0\u09be\u09af\u09bc \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4\u09ad\u09be\u09ac\u09c7 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u0989\u09b2\u09cd\u09b2\u09c7\u0996 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7:</p> <p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122, \u0985\u09a1\u09bf\u0993 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u2117 2022 Biblica, Inc., Davar Partners International, Hosanna \u098f\u09ac\u0982 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u00a9 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122</p> <p>Copyright \u00a9 2007, 2017, 2019 by Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be) \u098f\u09ac\u0982 \u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be \u09b2\u09cb\u0997\u09cb \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09aa\u09c7\u099f\u09c7\u09a8\u09cd\u099f \u0985\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u0985\u09ab\u09bf\u09b8\u09c7 Biblica, Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09bf\u09a4\u0964 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09b8\u09b9 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4\u0964</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u09b8\u09c7\u0987 \u0985\u09ae\u09cc\u09b2\u09bf\u0995 \u0995\u09be\u099c\u099f\u09bf\u0995\u09c7\u0993 \u098f\u0995\u0987 \u09b2\u09be\u0987\u09b8\u09c7\u09a8\u09cd\u09b8\u09c7\u09b0 (CC BY-SA) \u0985\u09a7\u09c0\u09a8\u09c7 \u09ac\u09bf\u09a4\u09b0\u09a3 \u0995\u09b0\u09be \u099c\u09b0\u09c1\u09b0\u09bf\u0964\u098f\u0987 \u0995\u09be\u099c\u09c7\u09b0 \u0985\u09a8\u09c1\u09ac\u09be\u09a6 \u09b8\u09ae\u09cd\u09ac\u09a8\u09cd\u09a7\u09c7 \u09af\u09a6\u09bf Biblica, Inc. \u0995\u09c7 \u099c\u09be\u09a8\u09be\u09a4\u09c7 \u09b9\u09af\u09bc, \u09a4\u09ac\u09c7 https://open.bible/contact \u09a0\u09bf\u0995\u09be\u09a8\u09be\u09af\u09bc \u09af\u09cb\u0997\u09be\u09af\u09cb\u0997 \u0995\u09b0\u09c1\u09a8\u0964</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122, \u0985\u09a1\u09bf\u0993 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u2117 2022 Biblica, Inc., Davar Partners International, Hosanna \u098f\u09ac\u0982 \u09b8\u0982\u09b0\u0995\u09cd\u09b7\u09bf\u09a4</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae \u09ae\u09c1\u0995\u09cd\u09a4\u09ad\u09be\u09ac\u09c7 \u09ac\u09be\u0982\u09b2\u09be \u09b8\u09ae\u0995\u09be\u09b2\u09c0\u09a8 \u09b8\u0982\u09b8\u09cd\u0995\u09b0\u09a3\u09c7\u09b0\u2122\u09b8\u09b0\u09cd\u09ac\u09b8\u09cd\u09ac\u09a4\u09cd\u09ac \u00a9 2007, 2017, 2019 Biblica, Inc.</p> <p>Biblica\u00ae Open Bengali Contemporary Version\u2122</p> <p>Copyright \u00a9 2007, 2017, 2019 by Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be) \u098f\u09ac\u0982 \u09ac\u09bf\u09ac\u09b2\u09bf\u0995\u09be \u09b2\u09cb\u0997\u09cb \u09ae\u09be\u09b0\u09cd\u0995\u09bf\u09a8 \u09af\u09c1\u0995\u09cd\u09a4\u09b0\u09be\u09b7\u09cd\u099f\u09cd\u09b0\u09c7\u09b0 \u09aa\u09c7\u099f\u09c7\u09a8\u09cd\u099f \u0985\u09cd\u09af\u09be\u09a8\u09cd\u09a1 \u099f\u09cd\u09b0\u09c7\u09a1\u09ae\u09be\u09b0\u09cd\u0995 \u0985\u09ab\u09bf\u09b8\u09c7 Biblica, Inc. \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a8\u09bf\u09ac\u09a8\u09cd\u09a7\u09bf\u09a4\u0964 \u0985\u09a8\u09c1\u09ae\u09a4\u09bf \u09b8\u09b9 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4\u0964</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
442
471
  },
443
472
  {
444
473
  "id": "2aa78e2c01e64fc8-01",
@@ -540,7 +569,7 @@
540
569
  "language": {
541
570
  "id": "bgc",
542
571
  "name": "Haryanvi",
543
- "nameLocal": "हरियाणवी",
572
+ "nameLocal": "\u0939\u0930\u093f\u092f\u093e\u0923\u0935\u0940",
544
573
  "script": "Devanagari",
545
574
  "scriptDirection": "LTR"
546
575
  },
@@ -582,7 +611,7 @@
582
611
  ],
583
612
  "type": "audio",
584
613
  "updatedAt": "2024-07-01T22:21:15.000Z",
585
- "copyright": "The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 HosannaFor church use only",
614
+ "copyright": "The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 HosannaFor church use only",
586
615
  "info": null
587
616
  },
588
617
  {
@@ -611,7 +640,7 @@
611
640
  ],
612
641
  "type": "audio",
613
642
  "updatedAt": "2024-07-01T22:31:35.000Z",
614
- "copyright": "The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 HosannaFor church use only",
643
+ "copyright": "The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 HosannaFor church use only",
615
644
  "info": null
616
645
  },
617
646
  {
@@ -685,7 +714,7 @@
685
714
  "language": {
686
715
  "id": "bra",
687
716
  "name": "Braj Bhasha",
688
- "nameLocal": "बृज भासा",
717
+ "nameLocal": "\u092c\u0943\u091c \u092d\u093e\u0938\u093e",
689
718
  "script": "Devanagari",
690
719
  "scriptDirection": "LTR"
691
720
  },
@@ -727,7 +756,7 @@
727
756
  ],
728
757
  "type": "audio",
729
758
  "updatedAt": "2025-10-03T03:05:39.000Z",
730
- "copyright": "©2023 Seed Company in collaboration with Language Developers and Bible Translators Association",
759
+ "copyright": "\u00a92023 Seed Company in collaboration with Language Developers and Bible Translators Association",
731
760
  "info": null
732
761
  },
733
762
  {
@@ -756,7 +785,7 @@
756
785
  ],
757
786
  "type": "audio",
758
787
  "updatedAt": "2025-10-03T02:16:12.000Z",
759
- "copyright": "Text: © [year] The Word for the World Audio: 2023 The Word for the World and Hosanna",
788
+ "copyright": "Text: \u00a9 [year] The Word for the World Audio: \u2117 2023 The Word for the World and Hosanna",
760
789
  "info": null
761
790
  },
762
791
  {
@@ -879,8 +908,8 @@
879
908
  "id": "4bd4740816ed4a97-02",
880
909
  "dblId": "4bd4740816ed4a97",
881
910
  "relatedDbl": "2f293d3e4580fcec,9ab28a81b9c4587d",
882
- "name": "Biblica® Open Kurdi Sorani Standard Version , Audio Version",
883
- "nameLocal": "مافی بڵاوکردنەوەی دەنگدار لە لایەن ڕێکخراوی ببلیکا و داڤار پارتنەرسی نێودەوڵەتییەوە پارێزراوە، ٢٠٢٠‎",
911
+ "name": "Biblica\u00ae Open Kurdi Sorani Standard Version\u2122 , Audio Version",
912
+ "nameLocal": "\u0645\u0627\u0641\u06cc \u0628\u06b5\u0627\u0648\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\u06cc \u062f\u06d5\u0646\u06af\u062f\u0627\u0631 \u0644\u06d5 \u0644\u0627\u06cc\u06d5\u0646 \u0695\u06ce\u06a9\u062e\u0631\u0627\u0648\u06cc \u0628\u0628\u0644\u06cc\u06a9\u0627 \u0648 \u062f\u0627\u06a4\u0627\u0631 \u067e\u0627\u0631\u062a\u0646\u06d5\u0631\u0633\u06cc \u0646\u06ce\u0648\u062f\u06d5\u0648\u06b5\u06d5\u062a\u06cc\u06cc\u06d5\u0648\u06d5 \u067e\u0627\u0631\u06ce\u0632\u0631\u0627\u0648\u06d5\u060c \u0662\u0660\u0662\u0660\u200e",
884
913
  "abbreviation": "KSS",
885
914
  "abbreviationLocal": "KSS",
886
915
  "description": null,
@@ -888,7 +917,7 @@
888
917
  "language": {
889
918
  "id": "ckb",
890
919
  "name": "Central Kurdish",
891
- "nameLocal": "كوردی سۆرانی",
920
+ "nameLocal": "\u0643\u0648\u0631\u062f\u06cc \u0633\u06c6\u0631\u0627\u0646\u06cc",
892
921
  "script": "Arabic",
893
922
  "scriptDirection": "RTL"
894
923
  },
@@ -901,15 +930,15 @@
901
930
  ],
902
931
  "type": "audio",
903
932
  "updatedAt": "2024-07-01T22:28:33.000Z",
904
- "copyright": "Kurdi Sorani Standard™, Audio EditionAudio Copyright 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide.Kurdi Sorani Standard Copyright © 1998, 2011, 2016 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
905
- "info": "<p>كۆمه‌ڵه‌ی نێوده‌وڵه‌تی كتێبی پیرۆز (ببلیكا) له‌ ڕێگه‌ی وه‌رگێڕان و بڵاوكردنه‌وه‌ و به‌كارهێنانی كتێبی پیرۆزه‌وه‌ په‌یامی خودا پێشكه‌شی خه‌ڵكی ئه‌فریقیا، ئاسیا، ئه‌وروپا، ئه‌مریكای باشوور، ڕۆژهه‌ڵاتی ناوه‌ڕاست و ئه‌مریكای باكوور ده‌كات. ببلیكا له‌ ڕێگه‌ی ئه‌و خزمه‌ته‌ جیهانییه‌ به‌رفراوانه‌وه‌، وا ده‌كات خه‌ڵكی په‌یامی خودا به‌كاربهێنن بۆ ئه‌وه‌ی ژیانیان له‌ ڕێگه‌ی په‌یوه‌ندی له‌گه‌ڵ عیسای مه‌سیحه‌وه‌ بگۆڕدرێت.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike ‎٤.٠‎ International License (CC BY-SA). To view a copy of this license, visit ‎http://‎creativecommons.‎org/licenses/‎by-sa/‎٤‪.٠ or send a letter to Creative Commons, PO Box ١٨٦٦, Mountain View, CA ٩٤٠٤٢, USA.<br/>‪Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”<br/>‪Notice of copyright must appear on the title or copyright page of the work as follows</p> <p>‪Audio Copyright ٢٠٢٠ by Biblica, Inc‎.‎ and Davar Partners International<br/>Biblica® Open Kurdi Sorani Standard Version™‎<br/>‪Copyright © ١٩٩٨,‎ ٢٠١١, ‎٢٠١٦‎, ٢٠٢٠ by Biblica, Inc‎.‎<br/>‎“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.‎<br/>‪You must also make your derivative work available under the same license (CC BY-SA).<br/>‪If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
933
+ "copyright": "Kurdi Sorani Standard\u2122, Audio EditionAudio Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide.Kurdi Sorani Standard\u2122 Copyright \u00a9 1998, 2011, 2016 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
934
+ "info": "<p>\u0643\u06c6\u0645\u0647\u200c\u06b5\u0647\u200c\u06cc \u0646\u06ce\u0648\u062f\u0647\u200c\u0648\u06b5\u0647\u200c\u062a\u06cc \u0643\u062a\u06ce\u0628\u06cc \u067e\u06cc\u0631\u06c6\u0632 (\u0628\u0628\u0644\u06cc\u0643\u0627) \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u0648\u0647\u200c\u0631\u06af\u06ce\u0695\u0627\u0646 \u0648 \u0628\u06b5\u0627\u0648\u0643\u0631\u062f\u0646\u0647\u200c\u0648\u0647\u200c \u0648 \u0628\u0647\u200c\u0643\u0627\u0631\u0647\u06ce\u0646\u0627\u0646\u06cc \u0643\u062a\u06ce\u0628\u06cc \u067e\u06cc\u0631\u06c6\u0632\u0647\u200c\u0648\u0647\u200c \u067e\u0647\u200c\u06cc\u0627\u0645\u06cc \u062e\u0648\u062f\u0627 \u067e\u06ce\u0634\u0643\u0647\u200c\u0634\u06cc \u062e\u0647\u200c\u06b5\u0643\u06cc \u0626\u0647\u200c\u0641\u0631\u06cc\u0642\u06cc\u0627\u060c \u0626\u0627\u0633\u06cc\u0627\u060c \u0626\u0647\u200c\u0648\u0631\u0648\u067e\u0627\u060c \u0626\u0647\u200c\u0645\u0631\u06cc\u0643\u0627\u06cc \u0628\u0627\u0634\u0648\u0648\u0631\u060c \u0695\u06c6\u0698\u0647\u0647\u200c\u06b5\u0627\u062a\u06cc \u0646\u0627\u0648\u0647\u200c\u0695\u0627\u0633\u062a \u0648 \u0626\u0647\u200c\u0645\u0631\u06cc\u0643\u0627\u06cc \u0628\u0627\u0643\u0648\u0648\u0631 \u062f\u0647\u200c\u0643\u0627\u062a. \u0628\u0628\u0644\u06cc\u0643\u0627 \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u0626\u0647\u200c\u0648 \u062e\u0632\u0645\u0647\u200c\u062a\u0647\u200c \u062c\u06cc\u0647\u0627\u0646\u06cc\u06cc\u0647\u200c \u0628\u0647\u200c\u0631\u0641\u0631\u0627\u0648\u0627\u0646\u0647\u200c\u0648\u0647\u200c\u060c \u0648\u0627 \u062f\u0647\u200c\u0643\u0627\u062a \u062e\u0647\u200c\u06b5\u0643\u06cc \u067e\u0647\u200c\u06cc\u0627\u0645\u06cc \u062e\u0648\u062f\u0627 \u0628\u0647\u200c\u0643\u0627\u0631\u0628\u0647\u06ce\u0646\u0646 \u0628\u06c6 \u0626\u0647\u200c\u0648\u0647\u200c\u06cc \u0698\u06cc\u0627\u0646\u06cc\u0627\u0646 \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u067e\u0647\u200c\u06cc\u0648\u0647\u200c\u0646\u062f\u06cc \u0644\u0647\u200c\u06af\u0647\u200c\u06b5 \u0639\u06cc\u0633\u0627\u06cc \u0645\u0647\u200c\u0633\u06cc\u062d\u0647\u200c\u0648\u0647\u200c \u0628\u06af\u06c6\u0695\u062f\u0631\u06ce\u062a.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike \u200e\u0664.\u0660\u200e International License (CC BY-SA). To view a copy of this license, visit \u200ehttp://\u200ecreativecommons.\u200eorg/licenses/\u200eby-sa/\u200e\u0664\u202a.\u0660 or send a letter to Creative Commons, PO Box \u0661\u0668\u0666\u0666, Mountain View, CA \u0669\u0664\u0660\u0664\u0662, USA.<br/>\u202aBiblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d<br/>\u202aNotice of copyright must appear on the title or copyright page of the work as follows</p> <p>\u202aAudio Copyright \u2117 \u0662\u0660\u0662\u0660 by Biblica, Inc\u200e.\u200e and Davar Partners International<br/>Biblica\u00ae Open Kurdi Sorani Standard Version\u2122\u200e<br/>\u202aCopyright \u00a9 \u0661\u0669\u0669\u0668,\u200e \u0662\u0660\u0661\u0661, \u200e\u0662\u0660\u0661\u0666\u200e, \u0662\u0660\u0662\u0660 by Biblica, Inc\u200e.\u200e<br/>\u200e\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u200e<br/>\u202aYou must also make your derivative work available under the same license (CC BY-SA).<br/>\u202aIf you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
906
935
  },
907
936
  {
908
937
  "id": "4bd4740816ed4a97-01",
909
938
  "dblId": "4bd4740816ed4a97",
910
939
  "relatedDbl": "2f293d3e4580fcec,9ab28a81b9c4587d",
911
940
  "name": "Kurdi Sorani Standard 2020, Audio Edition",
912
- "nameLocal": "مافی بڵاوکردنەوەی دەنگدار لە لایەن ڕێکخراوی ببلیکا و داڤار پارتنەرسی نێودەوڵەتییەوە پارێزراوە، ٢٠٢٠‎",
941
+ "nameLocal": "\u0645\u0627\u0641\u06cc \u0628\u06b5\u0627\u0648\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\u06cc \u062f\u06d5\u0646\u06af\u062f\u0627\u0631 \u0644\u06d5 \u0644\u0627\u06cc\u06d5\u0646 \u0695\u06ce\u06a9\u062e\u0631\u0627\u0648\u06cc \u0628\u0628\u0644\u06cc\u06a9\u0627 \u0648 \u062f\u0627\u06a4\u0627\u0631 \u067e\u0627\u0631\u062a\u0646\u06d5\u0631\u0633\u06cc \u0646\u06ce\u0648\u062f\u06d5\u0648\u06b5\u06d5\u062a\u06cc\u06cc\u06d5\u0648\u06d5 \u067e\u0627\u0631\u06ce\u0632\u0631\u0627\u0648\u06d5\u060c \u0662\u0660\u0662\u0660\u200e",
913
942
  "abbreviation": "KSS",
914
943
  "abbreviationLocal": "KSS",
915
944
  "description": null,
@@ -917,7 +946,7 @@
917
946
  "language": {
918
947
  "id": "ckb",
919
948
  "name": "Central Kurdish",
920
- "nameLocal": "كوردی سۆرانی",
949
+ "nameLocal": "\u0643\u0648\u0631\u062f\u06cc \u0633\u06c6\u0631\u0627\u0646\u06cc",
921
950
  "script": "Arabic",
922
951
  "scriptDirection": "RTL"
923
952
  },
@@ -930,8 +959,8 @@
930
959
  ],
931
960
  "type": "audio",
932
961
  "updatedAt": "2024-07-01T22:28:30.000Z",
933
- "copyright": "Kurdi Sorani Standard™, Audio EditionAudio Copyright 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide.Kurdi Sorani Standard Copyright © 1998, 2011, 2016 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
934
- "info": "<p>كۆمه‌ڵه‌ی نێوده‌وڵه‌تی كتێبی پیرۆز (ببلیكا) له‌ ڕێگه‌ی وه‌رگێڕان و بڵاوكردنه‌وه‌ و به‌كارهێنانی كتێبی پیرۆزه‌وه‌ په‌یامی خودا پێشكه‌شی خه‌ڵكی ئه‌فریقیا، ئاسیا، ئه‌وروپا، ئه‌مریكای باشوور، ڕۆژهه‌ڵاتی ناوه‌ڕاست و ئه‌مریكای باكوور ده‌كات. ببلیكا له‌ ڕێگه‌ی ئه‌و خزمه‌ته‌ جیهانییه‌ به‌رفراوانه‌وه‌، وا ده‌كات خه‌ڵكی په‌یامی خودا به‌كاربهێنن بۆ ئه‌وه‌ی ژیانیان له‌ ڕێگه‌ی په‌یوه‌ندی له‌گه‌ڵ عیسای مه‌سیحه‌وه‌ بگۆڕدرێت.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike ‎٤.٠‎ International License (CC BY-SA). To view a copy of this license, visit ‎http://‎creativecommons.‎org/licenses/‎by-sa/‎٤‪.٠ or send a letter to Creative Commons, PO Box ١٨٦٦, Mountain View, CA ٩٤٠٤٢, USA.<br/>‪Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”<br/>‪Notice of copyright must appear on the title or copyright page of the work as follows</p> <p>‪Audio Copyright ٢٠٢٠ by Biblica, Inc‎.‎ and Davar Partners International<br/>Biblica® Open Kurdi Sorani Standard Version™‎<br/>‪Copyright © ١٩٩٨,‎ ٢٠١١, ‎٢٠١٦‎, ٢٠٢٠ by Biblica, Inc‎.‎<br/>‎“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.‎<br/>‪You must also make your derivative work available under the same license (CC BY-SA).<br/>‪If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
962
+ "copyright": "Kurdi Sorani Standard\u2122, Audio EditionAudio Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International. All rights reserved worldwide.Kurdi Sorani Standard\u2122 Copyright \u00a9 1998, 2011, 2016 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
963
+ "info": "<p>\u0643\u06c6\u0645\u0647\u200c\u06b5\u0647\u200c\u06cc \u0646\u06ce\u0648\u062f\u0647\u200c\u0648\u06b5\u0647\u200c\u062a\u06cc \u0643\u062a\u06ce\u0628\u06cc \u067e\u06cc\u0631\u06c6\u0632 (\u0628\u0628\u0644\u06cc\u0643\u0627) \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u0648\u0647\u200c\u0631\u06af\u06ce\u0695\u0627\u0646 \u0648 \u0628\u06b5\u0627\u0648\u0643\u0631\u062f\u0646\u0647\u200c\u0648\u0647\u200c \u0648 \u0628\u0647\u200c\u0643\u0627\u0631\u0647\u06ce\u0646\u0627\u0646\u06cc \u0643\u062a\u06ce\u0628\u06cc \u067e\u06cc\u0631\u06c6\u0632\u0647\u200c\u0648\u0647\u200c \u067e\u0647\u200c\u06cc\u0627\u0645\u06cc \u062e\u0648\u062f\u0627 \u067e\u06ce\u0634\u0643\u0647\u200c\u0634\u06cc \u062e\u0647\u200c\u06b5\u0643\u06cc \u0626\u0647\u200c\u0641\u0631\u06cc\u0642\u06cc\u0627\u060c \u0626\u0627\u0633\u06cc\u0627\u060c \u0626\u0647\u200c\u0648\u0631\u0648\u067e\u0627\u060c \u0626\u0647\u200c\u0645\u0631\u06cc\u0643\u0627\u06cc \u0628\u0627\u0634\u0648\u0648\u0631\u060c \u0695\u06c6\u0698\u0647\u0647\u200c\u06b5\u0627\u062a\u06cc \u0646\u0627\u0648\u0647\u200c\u0695\u0627\u0633\u062a \u0648 \u0626\u0647\u200c\u0645\u0631\u06cc\u0643\u0627\u06cc \u0628\u0627\u0643\u0648\u0648\u0631 \u062f\u0647\u200c\u0643\u0627\u062a. \u0628\u0628\u0644\u06cc\u0643\u0627 \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u0626\u0647\u200c\u0648 \u062e\u0632\u0645\u0647\u200c\u062a\u0647\u200c \u062c\u06cc\u0647\u0627\u0646\u06cc\u06cc\u0647\u200c \u0628\u0647\u200c\u0631\u0641\u0631\u0627\u0648\u0627\u0646\u0647\u200c\u0648\u0647\u200c\u060c \u0648\u0627 \u062f\u0647\u200c\u0643\u0627\u062a \u062e\u0647\u200c\u06b5\u0643\u06cc \u067e\u0647\u200c\u06cc\u0627\u0645\u06cc \u062e\u0648\u062f\u0627 \u0628\u0647\u200c\u0643\u0627\u0631\u0628\u0647\u06ce\u0646\u0646 \u0628\u06c6 \u0626\u0647\u200c\u0648\u0647\u200c\u06cc \u0698\u06cc\u0627\u0646\u06cc\u0627\u0646 \u0644\u0647\u200c \u0695\u06ce\u06af\u0647\u200c\u06cc \u067e\u0647\u200c\u06cc\u0648\u0647\u200c\u0646\u062f\u06cc \u0644\u0647\u200c\u06af\u0647\u200c\u06b5 \u0639\u06cc\u0633\u0627\u06cc \u0645\u0647\u200c\u0633\u06cc\u062d\u0647\u200c\u0648\u0647\u200c \u0628\u06af\u06c6\u0695\u062f\u0631\u06ce\u062a.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike \u200e\u0664.\u0660\u200e International License (CC BY-SA). To view a copy of this license, visit \u200ehttp://\u200ecreativecommons.\u200eorg/licenses/\u200eby-sa/\u200e\u0664\u202a.\u0660 or send a letter to Creative Commons, PO Box \u0661\u0668\u0666\u0666, Mountain View, CA \u0669\u0664\u0660\u0664\u0662, USA.<br/>\u202aBiblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d<br/>\u202aNotice of copyright must appear on the title or copyright page of the work as follows</p> <p>\u202aAudio Copyright \u2117 \u0662\u0660\u0662\u0660 by Biblica, Inc\u200e.\u200e and Davar Partners International<br/>Biblica\u00ae Open Kurdi Sorani Standard Version\u2122\u200e<br/>\u202aCopyright \u00a9 \u0661\u0669\u0669\u0668,\u200e \u0662\u0660\u0661\u0661, \u200e\u0662\u0660\u0661\u0666\u200e, \u0662\u0660\u0662\u0660 by Biblica, Inc\u200e.\u200e<br/>\u200e\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u200e<br/>\u202aYou must also make your derivative work available under the same license (CC BY-SA).<br/>\u202aIf you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
935
964
  },
936
965
  {
937
966
  "id": "e3c04a5445054954-01",
@@ -945,8 +974,8 @@
945
974
  "descriptionLocal": null,
946
975
  "language": {
947
976
  "id": "cpu",
948
- "name": "Ashéninka, Pichis",
949
- "nameLocal": "Ashéninka, Pichis",
977
+ "name": "Ash\u00e9ninka, Pichis",
978
+ "nameLocal": "Ash\u00e9ninka, Pichis",
950
979
  "script": null,
951
980
  "scriptDirection": null
952
981
  },
@@ -959,7 +988,7 @@
959
988
  ],
960
989
  "type": "audio",
961
990
  "updatedAt": "2025-10-03T03:56:44.000Z",
962
- "copyright": "Text: © 2008, Wycliffe Bible Translators, Inc. All rights reserved. Audio: 2018 Hosanna",
991
+ "copyright": "Text: \u00a9 2008, Wycliffe Bible Translators, Inc. All rights reserved. Audio: \u2117 2018 Hosanna",
963
992
  "info": null
964
993
  },
965
994
  {
@@ -988,7 +1017,7 @@
988
1017
  ],
989
1018
  "type": "audio",
990
1019
  "updatedAt": "2025-10-03T02:09:58.000Z",
991
- "copyright": "The copyright is jointly and equally held by:Copyright © 2014 by The Word for the World InternationalCopyright © 2014 by Pioneer Bible TranslatorsAll rights reserved ℗2018 Hosanna",
1020
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2014 by The Word for the World InternationalCopyright \u00a9 2014 by Pioneer Bible TranslatorsAll rights reserved \u21172018 Hosanna",
992
1021
  "info": null
993
1022
  },
994
1023
  {
@@ -1017,15 +1046,15 @@
1017
1046
  ],
1018
1047
  "type": "audio",
1019
1048
  "updatedAt": "2025-10-03T02:20:10.000Z",
1020
- "copyright": "The copyright is jointly and equally held by:Copyright © 2014 by The Word for the World InternationalCopyright © 2014 by Pioneer Bible TranslatorsAll rights reserved ℗2018 Hosanna",
1049
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2014 by The Word for the World InternationalCopyright \u00a9 2014 by Pioneer Bible TranslatorsAll rights reserved \u21172018 Hosanna",
1021
1050
  "info": null
1022
1051
  },
1023
1052
  {
1024
1053
  "id": "2f6669b7331f83aa-01",
1025
1054
  "dblId": "2f6669b7331f83aa",
1026
1055
  "relatedDbl": "da0947e25c9636bb",
1027
- "name": "Hoffnung für Alle (Hope for All) Audio Edition",
1028
- "nameLocal": "Hoffnung für Alle",
1056
+ "name": "Hoffnung f\u00fcr Alle (Hope for All) Audio Edition",
1057
+ "nameLocal": "Hoffnung f\u00fcr Alle",
1029
1058
  "abbreviation": "HFA",
1030
1059
  "abbreviationLocal": "HFA",
1031
1060
  "description": null,
@@ -1046,8 +1075,8 @@
1046
1075
  ],
1047
1076
  "type": "audio",
1048
1077
  "updatedAt": "2024-07-01T22:22:25.000Z",
1049
- "copyright": "Hoffnung für Alle® (Hope for All) © 1983,1996, 2002, 2009, 2015 by Biblica, Inc All rights reserved worldwide. Hoffnung für Alle® (Hope for All) is copyrighted and has been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale. These Scriptures are not shareware and may not be duplicated. These scriptures are not public domain. Hoffnung für Alle®; is a registered trademark of Biblica, Inc.®. Used with permission.",
1050
- "info": "<p>Biblica (formerly International Bible Society) provides God’s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God’s Word so that their lives are transformed through a relationship with Jesus Christ.<br/></p>"
1078
+ "copyright": "Hoffnung f\u00fcr Alle\u00ae (Hope for All) \u00a9 1983,1996, 2002, 2009, 2015 by Biblica, Inc.\u00ae All rights reserved worldwide. Hoffnung f\u00fcr Alle\u00ae (Hope for All) is copyrighted and has been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale. These Scriptures are not shareware and may not be duplicated. These scriptures are not public domain. Hoffnung f\u00fcr Alle\u00ae; is a registered trademark of Biblica, Inc.\u00ae. Used with permission.",
1079
+ "info": "<p>Biblica (formerly International Bible Society) provides God\u2019s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God\u2019s Word so that their lives are transformed through a relationship with Jesus Christ.<br/></p>"
1051
1080
  },
1052
1081
  {
1053
1082
  "id": "b768c7ace6cf449f-01",
@@ -1062,7 +1091,7 @@
1062
1091
  "language": {
1063
1092
  "id": "dgo",
1064
1093
  "name": "Dogri",
1065
- "nameLocal": "डोगरी",
1094
+ "nameLocal": "\u0921\u094b\u0917\u0930\u0940",
1066
1095
  "script": "Devanagari",
1067
1096
  "scriptDirection": "LTR"
1068
1097
  },
@@ -1091,7 +1120,7 @@
1091
1120
  "language": {
1092
1121
  "id": "dhi",
1093
1122
  "name": "Dhimal",
1094
- "nameLocal": "धिमाल‎",
1123
+ "nameLocal": "\u0927\u093f\u092e\u093e\u0932\u200e",
1095
1124
  "script": "Devanagari",
1096
1125
  "scriptDirection": "LTR"
1097
1126
  },
@@ -1191,7 +1220,7 @@
1191
1220
  ],
1192
1221
  "type": "audio",
1193
1222
  "updatedAt": "2026-04-18T02:41:28.000Z",
1194
- "copyright": "Text: The copyright is jointly and equally held by: Copyright© 2020 The Word for the World International All Rights ReservedCopyright©2020 Dhankavi Mandli, Khargon, Raykhed, Nandurbar, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna",
1223
+ "copyright": "Text: The copyright is jointly and equally held by: Copyright\u00a9 2020 The Word for the World International All Rights ReservedCopyright\u00a92020 Dhankavi Mandli, Khargon, Raykhed, Nandurbar, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna",
1195
1224
  "info": null
1196
1225
  },
1197
1226
  {
@@ -1220,7 +1249,7 @@
1220
1249
  ],
1221
1250
  "type": "audio",
1222
1251
  "updatedAt": "2024-07-01T22:17:55.000Z",
1223
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Desiya Translation Samithi, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org 2023 HosannaFor church use only",
1252
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Desiya Translation Samithi, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org \u2117 2023 HosannaFor church use only",
1224
1253
  "info": null
1225
1254
  },
1226
1255
  {
@@ -1249,7 +1278,7 @@
1249
1278
  ],
1250
1279
  "type": "audio",
1251
1280
  "updatedAt": "2024-07-01T22:54:41.000Z",
1252
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Desiya Translation Samithi, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org 2023 HosannaFor church use only",
1281
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Desiya Translation Samithi, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org \u2117 2023 HosannaFor church use only",
1253
1282
  "info": null
1254
1283
  },
1255
1284
  {
@@ -1315,7 +1344,7 @@
1315
1344
  "dblId": "7fd26233ac844cae",
1316
1345
  "relatedDbl": "812ecd29a9e60fdc,7c2039be44102b2b",
1317
1346
  "name": "Dawro Bible",
1318
- "nameLocal": "ጌሻ ማጻፋ",
1347
+ "nameLocal": "\u130c\u123b \u121b\u133b\u134b",
1319
1348
  "abbreviation": null,
1320
1349
  "abbreviationLocal": null,
1321
1350
  "description": null,
@@ -1343,8 +1372,8 @@
1343
1372
  "id": "1e7e301ae2964685-01",
1344
1373
  "dblId": "1e7e301ae2964685",
1345
1374
  "relatedDbl": null,
1346
- "name": "Biblica® Open Estonian Contemporary New Testament, Audio Edition",
1347
- "nameLocal": "Biblica® Open Estonian Contemporary New Testament, Audio Edition",
1375
+ "name": "Biblica\u00ae Open Estonian Contemporary New Testament, Audio Edition",
1376
+ "nameLocal": "Biblica\u00ae Open Estonian Contemporary New Testament, Audio Edition",
1348
1377
  "abbreviation": "ECNT",
1349
1378
  "abbreviationLocal": "ECNT",
1350
1379
  "description": "Estonian Audio New Testament",
@@ -1365,15 +1394,15 @@
1365
1394
  ],
1366
1395
  "type": "audio",
1367
1396
  "updatedAt": "2025-10-03T02:14:18.000Z",
1368
- "copyright": "Biblica® Open Estonian Contemporary Version New Testament™, Audio EditionAudio Copyright 2025 by Biblica, Inc. and Davar Partners InternationalBiblica® Open Estonian Contemporary Version New Testament™Copyright © 2022 by Biblica, Inc. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
1369
- "info": "<p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™, Audioväljaanne</p> <p>℗ 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™, Audio Edition</p> <p>Audio Copyright 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™</p> <p 2022 Biblica, Inc.</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™</p> <p>Copyright © 2022 by Biblica, Inc. </p> <p> </p> <p>„Biblica“ on kaubamärk, mis on registreeritud Ameerika Ühendriikide Patendi- ja Kaubamärgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>Creative Commons License</p> <p>Uus Testament ehk Teos on tehtud kättesaadavaks Creative Commons Attribution-ShareAlike 4.0 rahvusvahelise litsentsi (CC BY-SA) alusel. Litsentsi vaatamiseks külastage aadressi https://creativecommons.org/licenses/by-sa/4.0 või saatke kiri aadressile Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> </p> <p>„Biblica“ on Biblica, Inc. poolt registreeritud kaubamärk. Iga kord, kui kasutate Biblica® kaubamärki, peab teil olema Biblica, Inc. kirjalik luba. Teost võib kopeerida ja levitada seni, kuni te seda ei muuda ja jätate pealkirja selliseks, nagu see on, koos Biblica® kaubamärgiga. Teose muutmine või tõlkimine loob tuletatud teose, mis nõuab Biblica® kaubamärgi eemaldamist. Kui te avaldate tuletatud teose, peate loetlema tehtud muudatused kohas, kus inimesed neid näevad, näiteks veebisaidil. Samuti peate näitama, kust originaalteos pärineb: „Biblica, Inc originaalteos on tasuta kättesaadav veebisaitidel www.biblica.com ja open.bible.“</p> <p> </p> <p>Olenemata sellest, kas kasutate Teost muudatusteta või teete tuletatud teose, tuleb autoriõiguse avaldus kirjutada Teose/tuletatud teose pealkirjas või autoriõiguse lehele järgmiselt:</p> <p> </p> <p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™, Audioväljaanne</p> <p>℗ 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™, Audio Edition</p> <p>Audio Copyright 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™</p> <p 2022 Biblica, Inc.</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™</p> <p>Copyright © 2022 by Biblica, Inc.</p> <p> </p> <p>„Biblica“ on kaubamärk, mis on registreeritud Ameerika Ühendriikide Patendi- ja Kaubamärgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>Oma tuletatud tööd pakkudes peate kasutama sama litsentsi (CC BY-SA) ja reegleid.</p> <p> </p> <p>Kui soovite teavitada Biblica, Inc.-d seoses Teose tõlkimisega teie poolt, võtke meiega ühendust aadressil https://open.bible/#feedback.</p> <p> </p> <p> </p> <p>This New Testament, or “Work”, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> </p> <p>“Biblica” is a trademark registered by Biblica, Inc. Any time you use the Biblica® trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the “Biblica®” trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica® trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: “The original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p> </p> <p>Whether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:</p> <p> </p> <p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™, Audioväljaanne</p> <p>℗ 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™, Audio Edition</p> <p>Audio Copyright 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica® Vaba kasutusega Uus Testament, Pühakiri kaasaegses eesti keeles™</p> <p 2022 Biblica, Inc.</p> <p> </p> <p>Biblica® Open Estonian Contemporary Version New Testament™</p> <p>Copyright © 2022 by Biblica, Inc.</p> <p> </p> <p>„Biblica“ on kaubamärk, mis on registreeritud Ameerika Ühendriikide Patendi- ja Kaubamärgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>You must also offer your derivative work using the same license (CC BY-SA) and rules.</p> <p> </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/#feedback.</p>"
1397
+ "copyright": "Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122, Audio EditionAudio Copyright \u2117 2025 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Open Estonian Contemporary Version New Testament\u2122Copyright \u00a9 2022 by Biblica, Inc. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
1398
+ "info": "<p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122, Audiov\u00e4ljaanne</p> <p>\u2117 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122</p> <p>\u00a9 2022 Biblica, Inc.</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122</p> <p>Copyright \u00a9 2022 by Biblica, Inc. </p> <p> </p> <p>\u201eBiblica\u201c on kaubam\u00e4rk, mis on registreeritud Ameerika \u00dchendriikide Patendi- ja Kaubam\u00e4rgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>Creative Commons License</p> <p>Uus Testament ehk Teos on tehtud k\u00e4ttesaadavaks Creative Commons Attribution-ShareAlike 4.0 rahvusvahelise litsentsi (CC BY-SA) alusel. Litsentsi vaatamiseks k\u00fclastage aadressi https://creativecommons.org/licenses/by-sa/4.0 v\u00f5i saatke kiri aadressile Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> </p> <p>\u201eBiblica\u201c on Biblica, Inc. poolt registreeritud kaubam\u00e4rk. Iga kord, kui kasutate Biblica\u00ae kaubam\u00e4rki, peab teil olema Biblica, Inc. kirjalik luba. Teost v\u00f5ib kopeerida ja levitada seni, kuni te seda ei muuda ja j\u00e4tate pealkirja selliseks, nagu see on, koos Biblica\u00ae kaubam\u00e4rgiga. Teose muutmine v\u00f5i t\u00f5lkimine loob tuletatud teose, mis n\u00f5uab Biblica\u00ae kaubam\u00e4rgi eemaldamist. Kui te avaldate tuletatud teose, peate loetlema tehtud muudatused kohas, kus inimesed neid n\u00e4evad, n\u00e4iteks veebisaidil. Samuti peate n\u00e4itama, kust originaalteos p\u00e4rineb: \u201eBiblica, Inc originaalteos on tasuta k\u00e4ttesaadav veebisaitidel www.biblica.com ja open.bible.\u201c</p> <p> </p> <p>Olenemata sellest, kas kasutate Teost muudatusteta v\u00f5i teete tuletatud teose, tuleb autori\u00f5iguse avaldus kirjutada Teose/tuletatud teose pealkirjas v\u00f5i autori\u00f5iguse lehele j\u00e4rgmiselt:</p> <p> </p> <p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122, Audiov\u00e4ljaanne</p> <p>\u2117 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122</p> <p>\u00a9 2022 Biblica, Inc.</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122</p> <p>Copyright \u00a9 2022 by Biblica, Inc.</p> <p> </p> <p>\u201eBiblica\u201c on kaubam\u00e4rk, mis on registreeritud Ameerika \u00dchendriikide Patendi- ja Kaubam\u00e4rgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>Oma tuletatud t\u00f6\u00f6d pakkudes peate kasutama sama litsentsi (CC BY-SA) ja reegleid.</p> <p> </p> <p>Kui soovite teavitada Biblica, Inc.-d seoses Teose t\u00f5lkimisega teie poolt, v\u00f5tke meiega \u00fchendust aadressil https://open.bible/#feedback.</p> <p> </p> <p> </p> <p>This New Testament, or \u201cWork\u201d, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> </p> <p>\u201cBiblica\u201d is a trademark registered by Biblica, Inc. Any time you use the Biblica\u00ae trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the \u201cBiblica\u00ae\u201d trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica\u00ae trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: \u201cThe original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p> </p> <p>Whether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:</p> <p> </p> <p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122, Audiov\u00e4ljaanne</p> <p>\u2117 2025 Biblica, Inc. ja Davar Partners International</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2025 by Biblica, Inc. and Davar Partners International</p> <p> </p> <p>Biblica\u00ae Vaba kasutusega Uus Testament, P\u00fchakiri kaasaegses eesti keeles\u2122</p> <p>\u00a9 2022 Biblica, Inc.</p> <p> </p> <p>Biblica\u00ae Open Estonian Contemporary Version New Testament\u2122</p> <p>Copyright \u00a9 2022 by Biblica, Inc.</p> <p> </p> <p>\u201eBiblica\u201c on kaubam\u00e4rk, mis on registreeritud Ameerika \u00dchendriikide Patendi- ja Kaubam\u00e4rgiametis Biblica, Inc. poolt. Kasutatud Biblica loal.</p> <p> </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> </p> <p>You must also offer your derivative work using the same license (CC BY-SA) and rules.</p> <p> </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/#feedback.</p>"
1370
1399
  },
1371
1400
  {
1372
1401
  "id": "e088bd4b3e014bda-01",
1373
1402
  "dblId": "e088bd4b3e014bda",
1374
1403
  "relatedDbl": "d17f683e8977c58c",
1375
1404
  "name": "Apal New Testament, Genesis, and Exodus",
1376
- "nameLocal": "Asɨ manasɨŋ",
1405
+ "nameLocal": "As\u0268 d\u0268 manas\u0268\u014b",
1377
1406
  "abbreviation": "ApalGENT",
1378
1407
  "abbreviationLocal": "ApalGENT",
1379
1408
  "description": "Genesis, Exodus, and the New Testament in Apal",
@@ -1381,7 +1410,7 @@
1381
1410
  "language": {
1382
1411
  "id": "ena",
1383
1412
  "name": "Apali",
1384
- "nameLocal": "Apalɨ",
1413
+ "nameLocal": "Apal\u0268",
1385
1414
  "script": "Latin",
1386
1415
  "scriptDirection": "LTR"
1387
1416
  },
@@ -1394,7 +1423,7 @@
1394
1423
  ],
1395
1424
  "type": "audio",
1396
1425
  "updatedAt": "2024-07-01T22:55:08.000Z",
1397
- "copyright": "Text: Apal New Testament, Genesis, and Exodus © Pioneer Bible Translators, 2022Audio: Apal New Testament, Genesis, and Exodus Pioneer Bible Translators, 2022",
1426
+ "copyright": "Text: Apal New Testament, Genesis, and Exodus \u00a9 Pioneer Bible Translators, 2022Audio: Apal New Testament, Genesis, and Exodus \u2117 Pioneer Bible Translators, 2022",
1398
1427
  "info": null
1399
1428
  },
1400
1429
  {
@@ -1423,7 +1452,7 @@
1423
1452
  ],
1424
1453
  "type": "audio",
1425
1454
  "updatedAt": "2024-07-01T22:16:16.000Z",
1426
- "copyright": " 2013 Hosanna",
1455
+ "copyright": "\u2117 2013 Hosanna",
1427
1456
  "info": null
1428
1457
  },
1429
1458
  {
@@ -1452,15 +1481,15 @@
1452
1481
  ],
1453
1482
  "type": "audio",
1454
1483
  "updatedAt": "2024-07-01T22:27:33.000Z",
1455
- "copyright": "Production ©2023 Oasis audio, LLC. All rights reserved.This audio recording is an edition of the Holy Bible, New Living Translation, copyright © 1996, 2004, 2015 by Tyndale House Foundation. Used by permission of Tyndale House Publishers, Carol Stream, Illinois 60188. All rights reserved.",
1484
+ "copyright": "Production \u00a92023 Oasis audio, LLC. All rights reserved.This audio recording is an edition of the Holy Bible, New Living Translation, copyright \u00a9 1996, 2004, 2015 by Tyndale House Foundation. Used by permission of Tyndale House Publishers, Carol Stream, Illinois 60188. All rights reserved.",
1456
1485
  "info": null
1457
1486
  },
1458
1487
  {
1459
1488
  "id": "f7a4f623ca6040c0-01",
1460
1489
  "dblId": "f7a4f623ca6040c0",
1461
1490
  "relatedDbl": "e07823794ce9c0ea,ac90bfebd4ee9c4d",
1462
- "name": "Biblica® Open Ewe Contemporary Scriptures™, Audio Edition",
1463
- "nameLocal": "Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™, Audio Edition",
1491
+ "name": "Biblica\u00ae Open Ewe Contemporary Scriptures\u2122, Audio Edition",
1492
+ "nameLocal": "Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122, Audio Edition",
1464
1493
  "abbreviation": "ECB",
1465
1494
  "abbreviationLocal": "AL",
1466
1495
  "description": null,
@@ -1481,8 +1510,8 @@
1481
1510
  ],
1482
1511
  "type": "audio",
1483
1512
  "updatedAt": "2024-07-01T22:59:22.000Z",
1484
- "copyright": "Ewe Contemporary Scriptures™, Audio Edition Audio Copyright 2021 by Biblica, Inc. and Davar Partners International. Used with permission. All rights reserved worldwide. Ewe Contemporary Scriptures Copyright © 1988, 2006, 2020 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
1485
- "info": "<p>Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™, Audio Edition<br />Nutɔnyenye 2021 Biblica, Inc. kple Davar Partners International </p> <p>Biblica® Open Ewe Contemporary Scriptures™, Audio Edition<br /> Copyright 2021 by Biblica, Inc. and Davar Partners International</p> <p>Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™<br />Nutɔnyenye © 1988, 2006, 2020 Biblica, Inc. </p> <p>Biblica® Open Ewe Contemporary Scriptures™<br /> Copyright © 1988, 2006, 2020 by Biblica, Inc. </p> <p>Biblica, Inc. na Dɔwɔƒe si Kpɔa Nutɔnyenye kple Adzɔdodo ƒe Nyawo<br />dzi le Amerika la de “Biblica” kple eƒe dzesidenu agbalẽ me. Woaxɔ<br />mɔɖeɖe na ezazã. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Dɔwɔƒe si na asi ka agbalẽ sia lae nye Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA). Ne èdi be yeakpɔ laisensi alo mɔɖegbalẽ sia la, yi ɖe http://creativecommons.org/licenses/by-sa/4‪.0 alo ŋlɔ agbalẽ na Creative Commons Dɔwɔƒea to adrɛsi sia dzi: Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. ‬‬</p> <p>Biblica, Inc. na wode Biblica® kple eƒe dzesidenu agbalẽ me, eye woaŋlɔ agbalẽ axɔ mɔɖeɖe tso Biblica, Inc. gbɔ hafi woawɔ Biblica® ƒe dzesidenu la ŋu dɔ. Le CC BY-SA ƒe mɔɖeɖe ƒe sewo nu la, àte ŋu azã agbalẽ sia me nyawo le bubuwo wɔwɔ me gake ele be nàde dzesi Biblica ƒe dzesidenu la abe ale si wòle ene. Ne ètrɔ asi le agbalẽ sia ŋu alo zãe le bubu nu la, ele be nàɖe Biblica® ƒe dzesidenu la ɖa. Ele be nàde dzesi tɔtrɔ siwo nèwɔ la ɖe agbalẽ la me eye nàde dzesii be: “Àte ŋu akpɔ Biblica, Inc. ƒe gbãtɔ le www.biblica.com kple open.bible femaxee.”</p> <p>Ele be nutɔnyenye ƒe dzeside nadze le agbalẽ la ƒe axa si tanya alo nutɔnyenye ƒe dzesi nɔna la ale: <br />Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™, Audio Edition<br />Nutɔnyenye 2021 Biblica, Inc. <br />Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™<br />Nutɔnyenye © 1988, 2006, 2020 Biblica, Inc. </p> <p>Biblica® Open Ewe Contemporary Scriptures™, Audio Edition Copyright 2021 by Biblica, Inc.<br />Biblica® Open Ewe Contemporary Scriptures <br />Copyright © 1988, 2006, 2020 by Biblica, Inc. </p> <p>Biblica, Inc. na Dɔwɔƒe si Kpɔa Nutɔnyenye kple Adzɔdodo ƒe Nyawo dzi le Amerika la de “Biblica” kple eƒe dzesidenu agbalẽ me. Woaxɔ mɔɖeɖe na ezazã. <br />“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ele be nàna míaƒe asi naka agbalẽ la le laisensi alo mɔɖeɖe ƒe se (CC BY-SA) sia nu. <br />Ne èdi be yeana nyanya Biblica, Inc. tso agbalẽ sia zazã ŋu la, anyo be nàdo ta ɖe mía gbɔ le https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4‪.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.<br /> ‬‬Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”<br />Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™, Audio EditionNutɔnyenye 2021 Biblica, Inc. <br />Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™Nutɔnyenye © 1988, 2006, 2020 Biblica, Inc.<br /> Biblica® Open Ewe Contemporary Scriptures™, Audio Edition Copyright 2021 by Biblica, Inc.<br />Biblica® Open Ewe Contemporary Scriptures Copyright © 1988, 2006, 2020 by Biblica, Inc. <br />Biblica, Inc. na Dɔwɔƒe si Kpɔa Nutɔnyenye kple Adzɔdodo ƒe Nyawo dzi le Amerika la de “Biblica” kple eƒe dzesidenu agbalẽ me. Woaxɔ mɔɖeɖe na ezazã. <br />“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). <br />If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
1513
+ "copyright": "Ewe Contemporary Scriptures\u2122, Audio Edition Audio Copyright \u2117 2021 by Biblica, Inc. and Davar Partners International. Used with permission. All rights reserved worldwide. Ewe Contemporary Scriptures\u2122 Copyright \u00a9 1988, 2006, 2020 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
1514
+ "info": "<p>Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122, Audio Edition<br />Nut\u0254nyenye \u2117 2021 Biblica, Inc. kple Davar Partners International </p> <p>Biblica\u00ae Open Ewe Contemporary Scriptures\u2122, Audio Edition<br /> Copyright \u2117 2021 by Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122<br />Nut\u0254nyenye \u00a9 1988, 2006, 2020 Biblica, Inc. </p> <p>Biblica\u00ae Open Ewe Contemporary Scriptures\u2122<br /> Copyright \u00a9 1988, 2006, 2020 by Biblica, Inc. </p> <p>Biblica, Inc. na D\u0254w\u0254\u0192e si Kp\u0254a Nut\u0254nyenye kple Adz\u0254dodo \u0192e Nyawo<br />dzi le Amerika la de \u201cBiblica\u201d kple e\u0192e dzesidenu agbal\u1ebd me. Woax\u0254<br />m\u0254\u0256e\u0256e na ezaz\u00e3. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>D\u0254w\u0254\u0192e si na w\u00f2 asi ka agbal\u1ebd sia lae nye Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA). Ne \u00e8di be yeakp\u0254 laisensi alo m\u0254\u0256egbal\u1ebd sia la, yi \u0256e http://creativecommons.org/licenses/by-sa/4\u202a.0 alo \u014bl\u0254 agbal\u1ebd na Creative Commons D\u0254w\u0254\u0192ea to adr\u025bsi sia dzi: Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \u202c\u202c</p> <p>Biblica, Inc. na wode Biblica\u00ae kple e\u0192e dzesidenu agbal\u1ebd me, eye woa\u014bl\u0254 agbal\u1ebd ax\u0254 m\u0254\u0256e\u0256e tso Biblica, Inc. gb\u0254 hafi woaw\u0254 Biblica\u00ae \u0192e dzesidenu la \u014bu d\u0254. Le CC BY-SA \u0192e m\u0254\u0256e\u0256e \u0192e sewo nu la, \u00e0te \u014bu az\u00e3 agbal\u1ebd sia me nyawo le d\u0254 bubuwo w\u0254w\u0254 me gake ele be n\u00e0de dzesi Biblica \u0192e dzesidenu la abe ale si w\u00f2le ene. Ne \u00e8tr\u0254 asi le agbal\u1ebd sia \u014bu alo z\u00e3e le m\u0254 bubu nu la, ele be n\u00e0\u0256e Biblica\u00ae \u0192e dzesidenu la \u0256a. Ele be n\u00e0de dzesi t\u0254tr\u0254 siwo n\u00e8w\u0254 la \u0256e agbal\u1ebd la me eye n\u00e0de dzesii be: \u201c\u00c0te \u014bu akp\u0254 Biblica, Inc. \u0192e d\u0254 gb\u00e3t\u0254 le www.biblica.com kple open.bible femaxee.\u201d</p> <p>Ele be nut\u0254nyenye \u0192e dzeside nadze le agbal\u1ebd la \u0192e axa si tanya alo nut\u0254nyenye \u0192e dzesi n\u0254na la ale: <br />Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122, Audio Edition<br />Nut\u0254nyenye \u2117 2021 Biblica, Inc. <br />Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122<br />Nut\u0254nyenye \u00a9 1988, 2006, 2020 Biblica, Inc. </p> <p>Biblica\u00ae Open Ewe Contemporary Scriptures\u2122, Audio Edition Copyright \u2117 2021 by Biblica, Inc.<br />Biblica\u00ae Open Ewe Contemporary Scriptures\u2122 <br />Copyright \u00a9 1988, 2006, 2020 by Biblica, Inc. </p> <p>Biblica, Inc. na D\u0254w\u0254\u0192e si Kp\u0254a Nut\u0254nyenye kple Adz\u0254dodo \u0192e Nyawo dzi le Amerika la de \u201cBiblica\u201d kple e\u0192e dzesidenu agbal\u1ebd me. Woax\u0254 m\u0254\u0256e\u0256e na ezaz\u00e3. <br />\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ele be n\u00e0na m\u00eda\u0192e asi naka w\u00f2 agbal\u1ebd la le laisensi alo m\u0254\u0256e\u0256e \u0192e se (CC BY-SA) sia nu. <br />Ne \u00e8di be yeana nyanya Biblica, Inc. tso agbal\u1ebd sia zaz\u00e3 \u014bu la, anyo be n\u00e0do ta \u0256e m\u00eda gb\u0254 le https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4\u202a.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.<br /> \u202c\u202cBiblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d<br />Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122, Audio EditionNut\u0254nyenye \u2117 2021 Biblica, Inc. <br />Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122Nut\u0254nyenye \u00a9 1988, 2006, 2020 Biblica, Inc.<br /> Biblica\u00ae Open Ewe Contemporary Scriptures\u2122, Audio Edition Copyright \u2117 2021 by Biblica, Inc.<br />Biblica\u00ae Open Ewe Contemporary Scriptures\u2122 Copyright \u00a9 1988, 2006, 2020 by Biblica, Inc. <br />Biblica, Inc. na D\u0254w\u0254\u0192e si Kp\u0254a Nut\u0254nyenye kple Adz\u0254dodo \u0192e Nyawo dzi le Amerika la de \u201cBiblica\u201d kple e\u0192e dzesidenu agbal\u1ebd me. Woax\u0254 m\u0254\u0256e\u0256e na ezaz\u00e3. <br />\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). <br />If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
1486
1515
  },
1487
1516
  {
1488
1517
  "id": "a4686b57891d4bcd-01",
@@ -1510,7 +1539,7 @@
1510
1539
  ],
1511
1540
  "type": "audio",
1512
1541
  "updatedAt": "2025-10-03T03:21:41.000Z",
1513
- "copyright": "©Scripture text used by permission of Pioneer Bible Translators Hosanna 2018",
1542
+ "copyright": "\u00a9Scripture text used by permission of Pioneer Bible Translators \u2117 Hosanna 2018",
1514
1543
  "info": null
1515
1544
  },
1516
1545
  {
@@ -1539,7 +1568,7 @@
1539
1568
  ],
1540
1569
  "type": "audio",
1541
1570
  "updatedAt": "2025-10-03T02:02:30.000Z",
1542
- "copyright": "©Scripture text used by permission of Pioneer Bible Translators Hosanna 2018",
1571
+ "copyright": "\u00a9Scripture text used by permission of Pioneer Bible Translators \u2117 Hosanna 2018",
1543
1572
  "info": null
1544
1573
  },
1545
1574
  {
@@ -1568,7 +1597,7 @@
1568
1597
  ],
1569
1598
  "type": "audio",
1570
1599
  "updatedAt": "2025-10-03T03:27:28.000Z",
1571
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Didayi Believers Assembly Kudumulugumma, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 20__ Hosanna For church use only",
1600
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Didayi Believers Assembly Kudumulugumma, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 20__ Hosanna For church use only",
1572
1601
  "info": null
1573
1602
  },
1574
1603
  {
@@ -1604,8 +1633,8 @@
1604
1633
  "id": "3e52d5ea138e4da6-01",
1605
1634
  "dblId": "3e52d5ea138e4da6",
1606
1635
  "relatedDbl": "1849509e461c9a00,8ed5ea15c6dfa5bd",
1607
- "name": "Biblica® Open New Oromo Contemporary Version™, Audio Edition",
1608
- "nameLocal": "Biblica® Open New Oromo Contemporary Version™, Audio Edition",
1636
+ "name": "Biblica\u00ae Open New Oromo Contemporary Version\u2122, Audio Edition",
1637
+ "nameLocal": "Biblica\u00ae Open New Oromo Contemporary Version\u2122, Audio Edition",
1609
1638
  "abbreviation": null,
1610
1639
  "abbreviationLocal": null,
1611
1640
  "description": null,
@@ -1626,8 +1655,8 @@
1626
1655
  ],
1627
1656
  "type": "audio",
1628
1657
  "updatedAt": "2024-07-01T22:25:38.000Z",
1629
- "copyright": "Biblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Maxxansaa SagaleeMirgi seeraan eegama 2023 Biblica, Inc. fi Davar Partners InternationalBiblica® Open New Oromo Contemporary Bible™, Audio EditionAudio Copyright 2023 by Biblica, Inc. and Davar Partners InternationalBiblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Loqoda DhiʼaaMirgi seeraan eegama © 2009, 2020, 2022 Biblica, Inc.Biblica® Open New Oromo Contemporary Bible™, WesternCopyright © 2009, 2020, 2022 by Biblica, Inc.“Biblica” jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.——————Creative Commons LicenceHojiin kun Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) keessatti qopheeffamee dhiʼaate. Garagalcha eeyyama kanaa arguudhaaf liinkii kana banadhaa https://creativecommons.org/licenses/by-sa/4.0 yookaan gara teessoo kanaatti xalayaa ergadhaa. Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica® jechuun mallattoo eenyummaa kan Biblica, Inc., galmeeffatee dha; mallattoo eenyummaa Biblica® kanatti fayyadamuun immoo eeyyama Biblica, Inc., kan barreeffamaan kenname barbaachisa. Hamma mallattoo eenyumma Biblica, Inc., akkuma inni jirutti eegdetti, walii galtee eeyyama seeraa CC BY-SA jalatti, hojii kana utuu hin jijjiirin garagalchaan fudhattee yookaan waraabbattee deebitee raabsuu ni dandeessa. Yoo garagalchaa isaa jijjiirte yookaan hojii kana akka haaraatti hiiktee akkasiin hojii haaraa hojii Biblica® irratti hundaaʼe tokko uummatte, mallattoo eenyummaa Biblica® achi irraa balleessuu qabda. Hojii haaraa hojii Biblica irratti hundooftee hiikte sana keessatti immoo waan hojii Biblica irraa jijjiirtee adda goote ibsitee akka itti aanee jiru kanatti abbaa jalqabatti waan kana uume himuu qabda: “Hojiin Biblica, Inc., jalqabatti hojjete kan hin jijjiiramin liinkii www.biblica.com fi https://open.bible keessatti argama.”Beeksisni mirga abbaa maxxansee mataa duree irratti yookaan fuula mirga abbaa hojii kanaa irratti bifa asii gadi jiru kanaan mulʼachuu qaba: Biblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Maxxansaa SagaleeMirgi seeraan eegama 2023 Biblica, Inc. fi Davar Partners InternationalBiblica® Open New Oromo Contemporary Bible™, Audio EditionAudio Copyright 2023 by Biblica, Inc. and Davar Partners InternationalBiblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Loqoda DhiʼaaMirgi seeraan eegama © 2009, 2020, 2022 Biblica, Inc.Biblica® Open New Oromo Contemporary Bible™, WesternCopyright © 2009, 2020, 2022 by Biblica, Inc.“Biblica” jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.Hojii haaraa hojii Biblica irratti hundooftee hiikte sanas akka inni eeyyama seeraa (CC BY-SA) jalatti argamu gochuu qabda.Yoo akka hojii kana deebistee akka haaraatti hiikte Biblica, Inc., beeksisuu barbaadde, liinkii kanaan nu qunnami: https://open.bible/contact-us.This audio Bible, or “Work”, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.“Biblica” is a trademark registered by Biblica, Inc. Any time you use the Biblica® trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the “Biblica®” trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica® trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: “The original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”Whether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:Biblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Maxxansaa SagaleeMirgi seeraan eegama 2023 Biblica, Inc. fi Davar Partners InternationalBiblica® Open New Oromo Contemporary Bible™, Audio EditionAudio Copyright 2023 by Biblica, Inc. and Davar Partners InternationalBiblica® Hiikkaa Ammayyaa Banamaa Haaraa™, Loqoda DhiʼaaMirgi seeraan eegama © 2009, 2020, 2022 Biblica, Inc.Biblica® Open New Oromo Contemporary Bible™, WesternCopyright © 2009, 2020, 2022 by Biblica, Inc.“Biblica” jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also offer your derivative work using the same license (CC BY-SA) and rules.If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/contact-us.",
1630
- "info": "<p>The New Oromo Contemporary Version is a new translation of the Bible into the Western Dialect of Oromo. Its goal is to deliver the message of the original Greek and Hebrew texts as clearly as possible, dynamically using the strengths of the words, images, and key words expressed accurately in modern Oromo, without paraphrasing too much, following the New International Version translation philosophy. The NOCV is suitable for use in public worship, private devotional reading, and Bible study. While the church is the primary audience, the translation does not use complex or unnatural language, so that even those outside the church can hear God’s word clearly. Some key theological concepts have been explained in footnotes, while traditional renderings remain in the main text. The New Oromo Contemporary Version is available in both Latin and Ethiopic scripts. Many elders above the age of sixty read the Ethiopic script, while those under sixty prefer the Latin script.</p> <p>እብስ ቤከምሲሳ ኩን ዋኤ ክታበ ቁልቁሉ አፋን ኦሮሞ፣ ሂካ አመያ ሃራ፣ ሎቀደ ዽኣት። ካዮንሳ ገልሜ አፋን ክታበ ቁልቁሉ ከን ጀልቀባ ብፈ ስሪፊ እፈ ተኤን ሂኩዸ። ሂካን ኩን አከ በሬፈሞትን ነሞትን ሀፉረ ቁልቁሉዻን ቀጄልፈመኒ በሬሰን ዮምዩ ወሊ ገሊሳፊ ወል ስመና ቀበን ጨለቅሰ። ሂካን ሃራን ኩን ሴረ ሂካ NIV ፈካቱ ሆርዶፈ። ካዮንሳስ አከ ሂካን ኩን ኡቱ እብሰወን ወቢ ህንቀብኔ ኬሰ ህንገልፈትኔ ሀመ ደንደአሜት ዋኑመ ሂካወን ሃዾን ጄዸን ቆፈ እፈ ጎዼ ሙልእሱ ታስሱዸ። ቡኣንሳ ከን ዹማሞ ሀመ ደንደአሜት “ጭማ” ተአ። አስት “ጭማ” ጄቹን ሁምን ዱብቸ ኬሰ ጅሩ እን ዹጋን፣ ፈኬኘወኒፊ ጄቾትን እጆን አከ በርባደሜት ሃለ ሎቆድቻ እሰ አመያ ተኤን እብሰሙ ጄቹዸ። ካዮን ሂካ ከናስ ኤርጋወን አፋኖተ ክታበ ቁልቁሉ ከኔን ጀልቀባ ጄቹንስ አፋን ግሪኪፊ እብሮታ ሰነ ገረ ወረ አፋን ከነ ዱበተኒት ፍዱዸ። ሃል አፋንቻ ባይኤ አመያዋዸ። ሶጎፊ ሶርኮን አስ ኬሰት ፈየደመን ኤርጋ ዋቀዮ ነሞተ አፋን ከነ ዸገአኒፍ ያዴ እፋን እፈት ደበርሱ። </p>"
1658
+ "copyright": "Biblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Maxxansaa SagaleeMirgi seeraan eegama \u2117 2023 Biblica, Inc. fi Davar Partners InternationalBiblica\u00ae Open New Oromo Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Loqoda Dhi\u02bcaaMirgi seeraan eegama \u00a9 2009, 2020, 2022 Biblica, Inc.Biblica\u00ae Open New Oromo Contemporary Bible\u2122, WesternCopyright \u00a9 2009, 2020, 2022 by Biblica, Inc.\u201cBiblica\u201d jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u2014\u2014\u2014\u2014\u2014\u2014Creative Commons LicenceHojiin kun Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) keessatti qopheeffamee dhi\u02bcaate. Garagalcha eeyyama kanaa arguudhaaf liinkii kana banadhaa https://creativecommons.org/licenses/by-sa/4.0 yookaan gara teessoo kanaatti xalayaa ergadhaa. Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica\u00ae jechuun mallattoo eenyummaa kan Biblica, Inc., galmeeffatee dha; mallattoo eenyummaa Biblica\u00ae kanatti fayyadamuun immoo eeyyama Biblica, Inc., kan barreeffamaan kenname barbaachisa. Hamma mallattoo eenyumma Biblica, Inc., akkuma inni jirutti eegdetti, walii galtee eeyyama seeraa CC BY-SA jalatti, hojii kana utuu hin jijjiirin garagalchaan fudhattee yookaan waraabbattee deebitee raabsuu ni dandeessa. Yoo garagalchaa isaa jijjiirte yookaan hojii kana akka haaraatti hiiktee akkasiin hojii haaraa hojii Biblica\u00ae irratti hundaa\u02bce tokko uummatte, mallattoo eenyummaa Biblica\u00ae achi irraa balleessuu qabda. Hojii haaraa hojii Biblica irratti hundooftee hiikte sana keessatti immoo waan hojii Biblica irraa jijjiirtee adda goote ibsitee akka itti aanee jiru kanatti abbaa jalqabatti waan kana uume himuu qabda: \u201cHojiin Biblica, Inc., jalqabatti hojjete kan hin jijjiiramin liinkii www.biblica.com fi https://open.bible keessatti argama.\u201dBeeksisni mirga abbaa maxxansee mataa duree irratti yookaan fuula mirga abbaa hojii kanaa irratti bifa asii gadi jiru kanaan mul\u02bcachuu qaba: Biblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Maxxansaa SagaleeMirgi seeraan eegama \u2117 2023 Biblica, Inc. fi Davar Partners InternationalBiblica\u00ae Open New Oromo Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Loqoda Dhi\u02bcaaMirgi seeraan eegama \u00a9 2009, 2020, 2022 Biblica, Inc.Biblica\u00ae Open New Oromo Contemporary Bible\u2122, WesternCopyright \u00a9 2009, 2020, 2022 by Biblica, Inc.\u201cBiblica\u201d jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.Hojii haaraa hojii Biblica irratti hundooftee hiikte sanas akka inni eeyyama seeraa (CC BY-SA) jalatti argamu gochuu qabda.Yoo akka hojii kana deebistee akka haaraatti hiikte Biblica, Inc., beeksisuu barbaadde, liinkii kanaan nu qunnami: https://open.bible/contact-us.This audio Bible, or \u201cWork\u201d, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.\u201cBiblica\u201d is a trademark registered by Biblica, Inc. Any time you use the Biblica\u00ae trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the \u201cBiblica\u00ae\u201d trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica\u00ae trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: \u201cThe original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201dWhether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:Biblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Maxxansaa SagaleeMirgi seeraan eegama \u2117 2023 Biblica, Inc. fi Davar Partners InternationalBiblica\u00ae Open New Oromo Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Hiikkaa Ammayyaa Banamaa Haaraa\u2122, Loqoda Dhi\u02bcaaMirgi seeraan eegama \u00a9 2009, 2020, 2022 Biblica, Inc.Biblica\u00ae Open New Oromo Contemporary Bible\u2122, WesternCopyright \u00a9 2009, 2020, 2022 by Biblica, Inc.\u201cBiblica\u201d jechuun mallattoo eenyummaa kan Biblica, Inc., Waajjira Eeyyamaa fi Mallattoo Eenyummaa kan Ameerikaa keessaatti galmeessee dha.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also offer your derivative work using the same license (CC BY-SA) and rules.If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/contact-us.",
1659
+ "info": "<p>The New Oromo Contemporary Version is a new translation of the Bible into the Western Dialect of Oromo. Its goal is to deliver the message of the original Greek and Hebrew texts as clearly as possible, dynamically using the strengths of the words, images, and key words expressed accurately in modern Oromo, without paraphrasing too much, following the New International Version translation philosophy. The NOCV is suitable for use in public worship, private devotional reading, and Bible study. While the church is the primary audience, the translation does not use complex or unnatural language, so that even those outside the church can hear God\u2019s word clearly. Some key theological concepts have been explained in footnotes, while traditional renderings remain in the main text. The New Oromo Contemporary Version is available in both Latin and Ethiopic scripts. Many elders above the age of sixty read the Ethiopic script, while those under sixty prefer the Latin script.</p> <p>\u12a5\u1265\u1235 \u1264\u12a8\u121d\u1232\u1233 \u12a9\u1295 \u12cb\u12a4 \u12ad\u1273\u1260 \u1241\u120d\u1241\u1209 \u12a0\u134b\u1295 \u12a6\u122e\u121e\u1363 \u1202\u12ab \u12a0\u1218\u12eb \u1203\u122b\u1363 \u120e\u1240\u12f0 \u12fd\u12a3\u1275\u1362 \u12ab\u12ee\u1295\u1233 \u1308\u120d\u121c \u12a0\u134b\u1295 \u12ad\u1273\u1260 \u1241\u120d\u1241\u1209 \u12a8\u1295 \u1300\u120d\u1240\u1263 \u1265\u1348 \u1235\u122a\u134a \u12a5\u1348 \u1270\u12a4\u1295 \u1202\u12a9\u12f8\u1362 \u1202\u12ab\u1295 \u12a9\u1295 \u12a0\u12a8 \u1260\u122c\u1348\u121e\u1275\u1295 \u1290\u121e\u1275\u1295 \u1200\u1349\u1228 \u1241\u120d\u1241\u1209\u12fb\u1295 \u1240\u1304\u120d\u1348\u1218\u1292 \u1260\u122c\u1230\u1295 \u12ee\u121d\u12e9 \u12c8\u120a \u1308\u120a\u1233\u134a \u12c8\u120d \u1235\u1218\u1293 \u1240\u1260\u1295 \u1328\u1208\u1245\u1230\u1362 \u1202\u12ab\u1295 \u1203\u122b\u1295 \u12a9\u1295 \u1234\u1228 \u1202\u12ab NIV \u1348\u12ab\u1271 \u1206\u122d\u12f6\u1348\u1362 \u12ab\u12ee\u1295\u1233\u1235 \u12a0\u12a8 \u1202\u12ab\u1295 \u12a9\u1295 \u12a1\u1271 \u12a5\u1265\u1230\u12c8\u1295 \u12c8\u1262 \u1205\u1295\u1240\u1265\u1294 \u12ac\u1230 \u1205\u1295\u1308\u120d\u1348\u1275\u1294 \u1200\u1218 \u12f0\u1295\u12f0\u12a0\u121c\u1275 \u12cb\u1291\u1218 \u1202\u12ab\u12c8\u1295 \u1203\u12fe\u1295 \u1304\u12f8\u1295 \u1246\u1348 \u12a5\u1348 \u130e\u12fc \u1219\u120d\u12a5\u1231 \u1273\u1235\u1231\u12f8\u1362 \u1261\u12a3\u1295\u1233 \u12a8\u1295 \u12f9\u121b\u121e \u1200\u1218 \u12f0\u1295\u12f0\u12a0\u121c\u1275 \u201c\u132d\u121b\u201d \u1270\u12a0\u1362 \u12a0\u1235\u1275 \u201c\u132d\u121b\u201d \u1304\u1279\u1295 \u1201\u121d\u1295 \u12f1\u1265\u1278 \u12ac\u1230 \u1305\u1229 \u12a5\u1295 \u12f9\u130b\u1295\u1363 \u1348\u12ac\u1298\u12c8\u1292\u134a \u1304\u127e\u1275\u1295 \u12a5\u1306\u1295 \u12a0\u12a8 \u1260\u122d\u1263\u12f0\u121c\u1275 \u1203\u1208 \u120e\u1246\u12f5\u127b \u12a5\u1230 \u12a0\u1218\u12eb \u1270\u12a4\u1295 \u12a5\u1265\u1230\u1219 \u1304\u1279\u12f8\u1362 \u12ab\u12ee\u1295 \u1202\u12ab \u12a8\u1293\u1235 \u12a4\u122d\u130b\u12c8\u1295 \u12a0\u134b\u1296\u1270 \u12ad\u1273\u1260 \u1241\u120d\u1241\u1209 \u12a8\u1294\u1295 \u1300\u120d\u1240\u1263 \u1304\u1279\u1295\u1235 \u12a0\u134b\u1295 \u130d\u122a\u12aa\u134a \u12a5\u1265\u122e\u1273 \u1230\u1290 \u1308\u1228 \u12c8\u1228 \u12a0\u134b\u1295 \u12a8\u1290 \u12f1\u1260\u1270\u1292\u1275 \u134d\u12f1\u12f8\u1362 \u1203\u120d \u12a0\u134b\u1295\u127b \u1263\u12ed\u12a4 \u12a0\u1218\u12eb\u12cb\u12f8\u1362 \u1236\u130e\u134a \u1236\u122d\u12ae\u1295 \u12a0\u1235 \u12ac\u1230\u1275 \u1348\u12e8\u12f0\u1218\u1295 \u12a4\u122d\u130b \u12cb\u1240\u12ee \u1290\u121e\u1270 \u12a0\u134b\u1295 \u12a8\u1290 \u12f8\u1308\u12a0\u1292\u134d \u12eb\u12f4 \u12a5\u134b\u1295 \u12a5\u1348\u1275 \u12f0\u1260\u122d\u1231\u1362 </p>"
1631
1660
  },
1632
1661
  {
1633
1662
  "id": "0de684633ad64f7c-01",
@@ -1700,7 +1729,7 @@
1700
1729
  "language": {
1701
1730
  "id": "gbm",
1702
1731
  "name": "Garhwali",
1703
- "nameLocal": "गढ़वळि",
1732
+ "nameLocal": "\u0917\u0922\u093c\u0935\u0933\u093f",
1704
1733
  "script": "Devangari",
1705
1734
  "scriptDirection": "LTR"
1706
1735
  },
@@ -1771,7 +1800,7 @@
1771
1800
  ],
1772
1801
  "type": "audio",
1773
1802
  "updatedAt": "2024-07-01T22:41:25.000Z",
1774
- "copyright": "© Bible League 2009 2012 Hosanna",
1803
+ "copyright": "\u00a9 Bible League 2009 \u2117 2012 Hosanna",
1775
1804
  "info": "<p/>"
1776
1805
  },
1777
1806
  {
@@ -1829,7 +1858,7 @@
1829
1858
  ],
1830
1859
  "type": "audio",
1831
1860
  "updatedAt": "2024-07-01T22:55:46.000Z",
1832
- "copyright": "© New Tribes Mission, 1984 2016 Hosanna",
1861
+ "copyright": "\u00a9 New Tribes Mission, 1984 \u2117 2016 Hosanna",
1833
1862
  "info": null
1834
1863
  },
1835
1864
  {
@@ -1837,7 +1866,7 @@
1837
1866
  "dblId": "cd4148c8000d5d01",
1838
1867
  "relatedDbl": "dc48e3dbec149793,e9f42a314db2ec15",
1839
1868
  "name": "Gofa Bible",
1840
- "nameLocal": "ጌሻ ማፃፋ",
1869
+ "nameLocal": "\u130c\u123b \u121b\u1343\u134b",
1841
1870
  "abbreviation": null,
1842
1871
  "abbreviationLocal": null,
1843
1872
  "description": null,
@@ -1903,7 +1932,7 @@
1903
1932
  "language": {
1904
1933
  "id": "guj",
1905
1934
  "name": "Gujarati",
1906
- "nameLocal": "ગુજરાતી",
1935
+ "nameLocal": "\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",
1907
1936
  "script": "Gujarati",
1908
1937
  "scriptDirection": "LTR"
1909
1938
  },
@@ -1924,15 +1953,15 @@
1924
1953
  "dblId": "3f915ab248534bc7",
1925
1954
  "relatedDbl": "496cafdffc23197b",
1926
1955
  "name": "Haitian Creole Bible",
1927
- "nameLocal": "Bib Sen An: Kreyòl Ayisyen",
1956
+ "nameLocal": "Bib Sen An: Krey\u00f2l Ayisyen",
1928
1957
  "abbreviation": "hatbsa",
1929
1958
  "abbreviationLocal": "BibSenAn",
1930
1959
  "description": "The Holy Bible in Haitian Creole, translation by Ron Smith",
1931
- "descriptionLocal": "Bib Sen An: Kreyòl Ayisyen",
1960
+ "descriptionLocal": "Bib Sen An: Krey\u00f2l Ayisyen",
1932
1961
  "language": {
1933
1962
  "id": "hat",
1934
1963
  "name": "Haitian Creole",
1935
- "nameLocal": "Kreyòl Ayisyen",
1964
+ "nameLocal": "Krey\u00f2l Ayisyen",
1936
1965
  "script": "Latin",
1937
1966
  "scriptDirection": "LTR"
1938
1967
  },
@@ -1945,15 +1974,15 @@
1945
1974
  ],
1946
1975
  "type": "audio",
1947
1976
  "updatedAt": "2024-07-01T22:25:57.000Z",
1948
- "copyright": "Copyright © 2017-2024 Ron Smith. Released under the Creative Commons Attribution Share-Alike license 4.0",
1977
+ "copyright": "Copyright \u00a9 \u2117 2017-2024 Ron Smith. Released under the Creative Commons Attribution Share-Alike license 4.0",
1949
1978
  "info": "<p>See <a href=\"https://eBible.org/hatbsa/\">eBible.org/hatbsa</a> for more information.</p>"
1950
1979
  },
1951
1980
  {
1952
1981
  "id": "04308387908b41f0-01",
1953
1982
  "dblId": "04308387908b41f0",
1954
1983
  "relatedDbl": "dc17d25bd95e4ed8,0ab0c764d56a715d",
1955
- "name": "Biblica® Open Hausa Contemporary Bible™, Audio Edition",
1956
- "nameLocal": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro",
1984
+ "name": "Biblica\u00ae Open Hausa Contemporary Bible\u2122, Audio Edition",
1985
+ "nameLocal": "Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122, Bugun Abin da ake sauraro",
1957
1986
  "abbreviation": "HCB",
1958
1987
  "abbreviationLocal": "SRK",
1959
1988
  "description": null,
@@ -1974,15 +2003,15 @@
1974
2003
  ],
1975
2004
  "type": "audio",
1976
2005
  "updatedAt": "2024-07-01T22:13:48.000Z",
1977
- "copyright": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraroNeman izinin Abin sauraro 2020 ta hannun Biblica, Inc. da Davar Partners International Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™Neman RubutaccenIzini © 2009, 2020 ta hannun Biblica, Inc. Biblica® Open Hausa Contemporary Bible™, Audio Edition Copyright 2020 by Biblica, Inc. and Davar Partners International Biblica® Open Hausa Contemporary Bible Copyright © 2009, 2020 by Biblica, Inc. “Biblica” wani tambarin ne da aka yi wa rajista a ofishi Lamba Ƙerar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
1978
- "info": "<p>Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro</p> <p>Neman izinin Abin sauraro 2020 ta hannun Biblica, Inc. da Davar Partners International </p> <p>Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™</p> <p>Neman RubutaccenIzini © 2009, 2020 ta hannun Biblica, Inc. </p> <p>Biblica® Open Hausa Contemporary Bible™, Audio Edition </p> <p>Copyright 2020 by Biblica, Inc. and Davar Partners International </p> <p>Biblica® Open Hausa Contemporary Bible </p> <p>Copyright © 2009, 2020 by Biblica, Inc. </p> <p>“Biblica” wani tambarin ne da aka yi wa rajista a ofishi Lamba Ƙerar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br/></p> <p>An sami wannan aiki a sauƙaƙe a ƙarƙashin lasisin Ƙasa da ƙasa na Lasisin Creative Commons Attribution-ShareAlike 4.0 na Ƙasa da ƙasa (CC BY-SA). Don a ga kwafin wannan lasisi, a ziyarci: http://creativecommons.org/licenses/by-sa/4.0 ko kuma a aika ta wasiƙa zuwa ga Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>“Biblica” wani tambarin ne da aka yi wa rajista ta hannun Biblica, Inc., kuma yin amfani da tambarin Biblica® na bukata rubutaccen izinin Biblica, Inc.<br/>A ƙarƙashin sharaɗin lasisin CC BY-SA, za ka iya kwafa ka kuma sāke raba wannan aikin da ba a gyaggyara ba muddin ba ka taɓa tambarin nan na Biblica® ba. Idan ka gyara wani kwafi ko ka juya wannan aiki, ta wurin kirkiro da aikin da aka samu, dole ne ka ka cire tambarin Biblica®. A aikin da aka samo, dole ne ka nuna canje-canjen da ka yi, ka kuma nuna aikin haka: “Ainihi aikin ta hannun Biblica, Inc. yana nan kyauta a www.biblica.com da buɗaɗɗen Littafi Mai Tsarki.”</p> <p>Dole sharaɗin neman izini ya fita a kan kan magana ko kuma a shafi neman izinin aiki kamar haka: </p> <p>Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro<br/>Neman izinin Abin sauraro 2020 ta hannun Biblica, Inc. da Davar Partners International <br/>Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™<br/>Neman RubutaccenIzini © 2009, 2020 ta hannun Biblica, Inc. <br/>Biblica® Open Hausa Contemporary Bible™, Audio Edition <br/>Copyright 2020 by Biblica, Inc. and Davar Partners International <br/>Biblica® Open Hausa Contemporary Bible <br/>Copyright © 2009, 2020 by Biblica, Inc. </p> <p>“Biblica” wani tambarin ne da aka yi wa rajista a ofishi Lamba Ƙerar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>Dole kuma a samo aikin da ka yi daga ainihin aikin a ƙarƙashin wannan lasisi (CC BY-SA). </p> <p>Idan za ka so ka sanar da Biblica, Inc. dangane da juyinka na wannan aiki, sai ka tuntuɓe mu a https://open.bible/contact-us.</p>"
2006
+ "copyright": "Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122, Bugun Abin da ake sauraroNeman izinin Abin sauraro \u2117 2020 ta hannun Biblica, Inc. da Davar Partners International Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122Neman RubutaccenIzini \u00a9 2009, 2020 ta hannun Biblica, Inc. Biblica\u00ae Open Hausa Contemporary Bible\u2122, Audio Edition Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International Biblica\u00ae Open Hausa Contemporary Bible\u2122 Copyright \u00a9 2009, 2020 by Biblica, Inc. \u201cBiblica\u201d wani tambarin ne da aka yi wa rajista a ofishi Lamba \u0198erar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
2007
+ "info": "<p>Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122, Bugun Abin da ake sauraro</p> <p>Neman izinin Abin sauraro \u2117 2020 ta hannun Biblica, Inc. da Davar Partners International </p> <p>Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122</p> <p>Neman RubutaccenIzini \u00a9 2009, 2020 ta hannun Biblica, Inc. </p> <p>Biblica\u00ae Open Hausa Contemporary Bible\u2122, Audio Edition </p> <p>Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International </p> <p>Biblica\u00ae Open Hausa Contemporary Bible\u2122 </p> <p>Copyright \u00a9 2009, 2020 by Biblica, Inc. </p> <p>\u201cBiblica\u201d wani tambarin ne da aka yi wa rajista a ofishi Lamba \u0198erar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br/></p> <p>An sami wannan aiki a sau\u0199a\u0199e a \u0199ar\u0199ashin lasisin \u0198asa da \u0199asa na Lasisin Creative Commons Attribution-ShareAlike 4.0 na \u0198asa da \u0199asa (CC BY-SA). Don a ga kwafin wannan lasisi, a ziyarci: http://creativecommons.org/licenses/by-sa/4.0 ko kuma a aika ta wasi\u0199a zuwa ga Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>\u201cBiblica\u201d wani tambarin ne da aka yi wa rajista ta hannun Biblica, Inc., kuma yin amfani da tambarin Biblica\u00ae na bukata rubutaccen izinin Biblica, Inc.<br/>A \u0199ar\u0199ashin shara\u0257in lasisin CC BY-SA, za ka iya kwafa ka kuma s\u0101ke raba wannan aikin da ba a gyaggyara ba muddin ba ka ta\u0253a tambarin nan na Biblica\u00ae ba. Idan ka gyara wani kwafi ko ka juya wannan aiki, ta wurin kirkiro da aikin da aka samu, dole ne ka ka cire tambarin Biblica\u00ae. A aikin da aka samo, dole ne ka nuna canje-canjen da ka yi, ka kuma nuna aikin haka: \u201cAinihi aikin ta hannun Biblica, Inc. yana nan kyauta a www.biblica.com da bu\u0257a\u0257\u0257en Littafi Mai Tsarki.\u201d</p> <p>Dole shara\u0257in neman izini ya fita a kan kan magana ko kuma a shafi neman izinin aiki kamar haka: </p> <p>Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122, Bugun Abin da ake sauraro<br/>Neman izinin Abin sauraro \u2117 2020 ta hannun Biblica, Inc. da Davar Partners International <br/>Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122<br/>Neman RubutaccenIzini \u00a9 2009, 2020 ta hannun Biblica, Inc. <br/>Biblica\u00ae Open Hausa Contemporary Bible\u2122, Audio Edition <br/>Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International <br/>Biblica\u00ae Open Hausa Contemporary Bible\u2122 <br/>Copyright \u00a9 2009, 2020 by Biblica, Inc. </p> <p>\u201cBiblica\u201d wani tambarin ne da aka yi wa rajista a ofishi Lamba \u0198erar da Tambari a Amurka ta hannun Biblica, Inc. Wanda aka yi amfani ta wurin samun izini. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>Dole kuma a samo aikin da ka yi daga ainihin aikin a \u0199ar\u0199ashin wannan lasisi (CC BY-SA). </p> <p>Idan za ka so ka sanar da Biblica, Inc. dangane da juyinka na wannan aiki, sai ka tuntu\u0253e mu a https://open.bible/contact-us.</p>"
1979
2008
  },
1980
2009
  {
1981
2010
  "id": "05580b0ab1e849eb-01",
1982
2011
  "dblId": "05580b0ab1e849eb",
1983
2012
  "relatedDbl": "a8a97eebae3c98e4",
1984
- "name": "Biblica® Open Hebrew Living New Testament Audio Edition",
1985
- "nameLocal": "Biblica® Habrit Hakhadasha/Haderekh Zekuyot Patuchot",
2013
+ "name": "Biblica\u00ae Open Hebrew Living New Testament Audio Edition",
2014
+ "nameLocal": "Biblica\u00ae Habrit Hakhadasha/Haderekh Zekuyot Patuchot",
1986
2015
  "abbreviation": "OHD",
1987
2016
  "abbreviationLocal": "HDZP",
1988
2017
  "description": "New Testament",
@@ -1990,7 +2019,7 @@
1990
2019
  "language": {
1991
2020
  "id": "heb",
1992
2021
  "name": "Hebrew",
1993
- "nameLocal": "עברית",
2022
+ "nameLocal": "\u05e2\u05d1\u05e8\u05d9\u05ea",
1994
2023
  "script": "Hebrew",
1995
2024
  "scriptDirection": "RTL"
1996
2025
  },
@@ -2003,23 +2032,23 @@
2003
2032
  ],
2004
2033
  "type": "audio",
2005
2034
  "updatedAt": "2024-07-01T22:14:05.000Z",
2006
- "copyright": "Biblica®‎ ‫הברית החדשה/הדרך זכויות פתוחות™, מהדורה מוקלטת‎ זכות יוצרים מוקלטת ٢٠١٨ מטעם ביבליקה בע״מ. Biblica® Open Hebrew Living New Testament™, Audio Edition ‫‪ Copyright ‎2018 by Biblica, Inc‎.‎ Biblica®‎ ‫הברית החדשה/הדרך זכויות פתוחות™‎ ‫זכויות יוצרים © ١٩٧٩, ٢٠٠٩ על ידי Biblica, Inc‎.‎ Biblica® Open Hebrew Living New Testament™‎ ‫‪‎Copyright © 1979, 2009 by Biblica, Inc‎.‎ ״ביבליקה״ הינו סמל מסחרי הרשום במשרד הפטנטים והסמלים המסחריים של ארה\"ב מטעם ביבליקה בע\"מ. השימוש ברשות. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.‎",
2007
- "info": "<p>This work is made available under the Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> ‪Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>‪Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p> Biblica®‎ ‫הברית החדשה/הדרך זכויות פתוחות™, מהדורה מוקלטת‎ </p> <p>זכות יוצרים מוקלטת ٢٠١٨ מטעם ביבליקה בע״מ.</p> <p> Biblica® Open Hebrew Living New Testament™, Audio Edition‎</p> <p> ‫‪ Copyright ‎2018 by Biblica, Inc‎.‎ </p> <p> Biblica®‎ ‫הברית החדשה/הדרך זכויות פתוחות™‎ </p> <p> ‫זכויות יוצרים © ١٩٧٩, ٢٠٠٩ על ידי Biblica, Inc‎.‎</p> <p> Biblica® Open Hebrew Living New Testament™‎</p> <p> ‫‪‎Copyright © 1979, 2009 by Biblica, Inc‎.‎ </p> <p> ״ביבליקה״ הינו סמל מסחרי הרשום במשרד הפטנטים והסמלים המסחריים של ארה\"ב מטעם ביבליקה בע\"מ. השימוש ברשות. \\b </p> <p> “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.‎ </p> <p>‎ ‪You must also make your derivative work available under the same license (CC BY-SA).</p> <p> ‪If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
2035
+ "copyright": "Biblica\u00ae\u200e \u202b\u05d4\u05d1\u05e8\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4/\u05d4\u05d3\u05e8\u05da \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea\u2122, \u05de\u05d4\u05d3\u05d5\u05e8\u05d4 \u05de\u05d5\u05e7\u05dc\u05d8\u05ea\u200e \u05d6\u05db\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05de\u05d5\u05e7\u05dc\u05d8\u05ea \u2117 \u0662\u0660\u0661\u0668 \u05de\u05d8\u05e2\u05dd \u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4 \u05d1\u05e2\u05f4\u05de. Biblica\u00ae Open Hebrew Living New Testament\u2122, Audio Edition\u200e \u202b\u202a Copyright \u2117 \u200e2018 by Biblica, Inc\u200e.\u200e Biblica\u00ae\u200e \u202b\u05d4\u05d1\u05e8\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4/\u05d4\u05d3\u05e8\u05da \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea\u2122\u200e \u202b\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u00a9 \u0661\u0669\u0667\u0669, \u0662\u0660\u0660\u0669 \u05e2\u05dc \u05d9\u05d3\u05d9 Biblica, Inc\u200e.\u200e Biblica\u00ae Open Hebrew Living New Testament\u2122\u200e \u202b\u202a\u200eCopyright \u00a9 1979, 2009 by Biblica, Inc\u200e.\u200e \u200f \u05f4\u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4\u05f4 \u05d4\u05d9\u05e0\u05d5 \u05e1\u05de\u05dc \u05de\u05e1\u05d7\u05e8\u05d9 \u05d4\u05e8\u05e9\u05d5\u05dd \u05d1\u05de\u05e9\u05e8\u05d3 \u05d4\u05e4\u05d8\u05e0\u05d8\u05d9\u05dd \u05d5\u05d4\u05e1\u05de\u05dc\u05d9\u05dd \u05d4\u05de\u05e1\u05d7\u05e8\u05d9\u05d9\u05dd \u05e9\u05dc \u05d0\u05e8\u05d4\"\u05d1 \u05de\u05d8\u05e2\u05dd \u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4 \u05d1\u05e2\"\u05de. \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e8\u05e9\u05d5\u05ea. \u200e \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u200e",
2036
+ "info": "<p>This work is made available under the Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p> \u202aBiblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>\u202aNotice of copyright must appear on the title or copyright page of the work as follows:</p> <p> Biblica\u00ae\u200e \u202b\u05d4\u05d1\u05e8\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4/\u05d4\u05d3\u05e8\u05da \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea\u2122, \u05de\u05d4\u05d3\u05d5\u05e8\u05d4 \u05de\u05d5\u05e7\u05dc\u05d8\u05ea\u200e </p> <p>\u05d6\u05db\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05de\u05d5\u05e7\u05dc\u05d8\u05ea \u2117 \u0662\u0660\u0661\u0668 \u05de\u05d8\u05e2\u05dd \u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4 \u05d1\u05e2\u05f4\u05de.</p> <p> Biblica\u00ae Open Hebrew Living New Testament\u2122, Audio Edition\u200e</p> <p> \u202b\u202a Copyright \u2117 \u200e2018 by Biblica, Inc\u200e.\u200e </p> <p> Biblica\u00ae\u200e \u202b\u05d4\u05d1\u05e8\u05d9\u05ea \u05d4\u05d7\u05d3\u05e9\u05d4/\u05d4\u05d3\u05e8\u05da \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e4\u05ea\u05d5\u05d7\u05d5\u05ea\u2122\u200e </p> <p> \u202b\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u00a9 \u0661\u0669\u0667\u0669, \u0662\u0660\u0660\u0669 \u05e2\u05dc \u05d9\u05d3\u05d9 Biblica, Inc\u200e.\u200e</p> <p> Biblica\u00ae Open Hebrew Living New Testament\u2122\u200e</p> <p> \u202b\u202a\u200eCopyright \u00a9 1979, 2009 by Biblica, Inc\u200e.\u200e </p> <p> \u200f \u05f4\u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4\u05f4 \u05d4\u05d9\u05e0\u05d5 \u05e1\u05de\u05dc \u05de\u05e1\u05d7\u05e8\u05d9 \u05d4\u05e8\u05e9\u05d5\u05dd \u05d1\u05de\u05e9\u05e8\u05d3 \u05d4\u05e4\u05d8\u05e0\u05d8\u05d9\u05dd \u05d5\u05d4\u05e1\u05de\u05dc\u05d9\u05dd \u05d4\u05de\u05e1\u05d7\u05e8\u05d9\u05d9\u05dd \u05e9\u05dc \u05d0\u05e8\u05d4\"\u05d1 \u05de\u05d8\u05e2\u05dd \u05d1\u05d9\u05d1\u05dc\u05d9\u05e7\u05d4 \u05d1\u05e2\"\u05de. \u05d4\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05e8\u05e9\u05d5\u05ea. \\b </p> <p> \u200e \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u200e </p> <p>\u200e \u202aYou must also make your derivative work available under the same license (CC BY-SA).</p> <p> \u202aIf you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
2008
2037
  },
2009
2038
  {
2010
2039
  "id": "b4460672ee240d7f-01",
2011
2040
  "dblId": "b4460672ee240d7f",
2012
2041
  "relatedDbl": "4d62fe6a93be8b25",
2013
2042
  "name": "BSI Hebrew Old Testament and Modern Hebrew New Testament",
2014
- "nameLocal": "אודיו של התנ\"ך והברית חדשה בתרגום מודרני",
2043
+ "nameLocal": "\u05d0\u05d5\u05d3\u05d9\u05d5 \u05e9\u05dc \u05d4\u05ea\u05e0\"\u05da \u05d5\u05d4\u05d1\u05e8\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4 \u05d1\u05ea\u05e8\u05d2\u05d5\u05dd \u05de\u05d5\u05d3\u05e8\u05e0\u05d9",
2015
2044
  "abbreviation": "HRNT",
2016
- "abbreviationLocal": "אודיוהכתובים",
2045
+ "abbreviationLocal": "\u05d0\u05d5\u05d3\u05d9\u05d5\u05d4\u05db\u05ea\u05d5\u05d1\u05d9\u05dd",
2017
2046
  "description": null,
2018
2047
  "descriptionLocal": null,
2019
2048
  "language": {
2020
2049
  "id": "heb",
2021
2050
  "name": "Hebrew",
2022
- "nameLocal": "עברית",
2051
+ "nameLocal": "\u05e2\u05d1\u05e8\u05d9\u05ea",
2023
2052
  "script": "Hebrew",
2024
2053
  "scriptDirection": "RTL"
2025
2054
  },
@@ -2032,15 +2061,15 @@
2032
2061
  ],
2033
2062
  "type": "audio",
2034
2063
  "updatedAt": "2024-07-01T22:47:27.000Z",
2035
- "copyright": "2015 © The Bible Society in Israel",
2064
+ "copyright": "2015 \u00a9 The Bible Society in Israel",
2036
2065
  "info": null
2037
2066
  },
2038
2067
  {
2039
2068
  "id": "a7a22401f4544404-01",
2040
2069
  "dblId": "a7a22401f4544404",
2041
2070
  "relatedDbl": "091988fde60272d7",
2042
- "name": "Biblica® Open Hiligaynon Contemporary Version™, Audio Edition",
2043
- "nameLocal": "Biblica® Open Hiligaynon Contemporary Version™, Audio Edition",
2071
+ "name": "Biblica\u00ae Open Hiligaynon Contemporary Version\u2122, Audio Edition",
2072
+ "nameLocal": "Biblica\u00ae Open Hiligaynon Contemporary Version\u2122, Audio Edition",
2044
2073
  "abbreviation": null,
2045
2074
  "abbreviationLocal": null,
2046
2075
  "description": "Holy Bible",
@@ -2061,15 +2090,15 @@
2061
2090
  ],
2062
2091
  "type": "audio",
2063
2092
  "updatedAt": "2025-10-03T03:23:02.000Z",
2064
- "copyright": "Biblica® Libre Ang Pulong Sang Dios™, Edisyon sang AudioCopyright 2025 Biblica, Inc. kag Davar Partners InternationalBiblica® Open Hiligaynon Contemporary Bible™, Audio EditionCopyright 2025 Biblica, Inc. and Davar Partners International",
2065
- "info": "<p>Biblica® Libre Ang Pulong Sang Dios™, Edisyon sang Audio</p> <p>Copyright 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica® Open Hiligaynon Contemporary Bible™, Audio Edition</p> <p>Copyright 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica® Libre Ang Pulong Sang Dios™</p> <p>Copyright © 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica® Open Hiligaynon Contemporary Bible™</p> <p>Copyright © 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang “Biblica” isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>Magamit sang tanan ini nga obra/translation paagi sa Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Agod makita ang kopya sang ini nga license, bisitahi ang http://creativecommons.org/licenses/by-sa/4.0 ukon magpadala sang sulat sa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Ang Biblica® amo ang trademark nga rehistrado para sa Biblica, Inc., ang paggamit sang sini (Biblica®) nga trademark ginakinahanglan sang permiso halin sa Biblica, Inc. Suno sa polisiya nga ginbutyag didto sa CC BY-SA license, mahimo nga kopyahon kag idistribute ining orihinal nga obra/translation basta nga ipabilin ang trademark nga Biblica® suno sa orihinal sini nga pagkasulat. Kon yara ikaw nga ginbag-o ukon ginhimo nga modipikasyon sa sini nga kopya, kinahanglan ipahibalo kon ano ini kag butangan sang sini nga impormasyon: “Ang orihinal nga obra/translation iya sang Biblica Inc. magamit ini nga wala sing bayad, bisitahi lang ang www.biblica.com kag ang open.bible.”</p> <p>Ang impormasyon bahin sa copyright kinahanglan makita sa Title ukon copyright page sang obra/translaion. Amo ini ang dapat masulat:</p> <p>Biblica® Libre Ang Pulong Sang Dios™, Edisyon sang Audio</p> <p>Copyright 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica® Open Hiligaynon Contemporary Bible™, Audio Edition</p> <p>Copyright 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica® Libre Ang Pulong Sang Dios™</p> <p>Copyright © 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica® Open Hiligaynon Contemporary Bible™</p> <p>Copyright © 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang “Biblica” isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Kon may yara ikaw nga ginbag-o sa kopya, kinahanglan nga mahibal-an ini paagi sa paggamit sang pareho gihapon nga license (CC BY-SA).</p> <p>Kon kinahanglan nga ipahibalo mo sa Biblica Inc., ang imo ginhimo nga pagbag-o ukon modipikasyon sa sini nga kopya, palihog bisitahi kami sa https://open.bible/#feedback.</p> <p/> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® Libre Ang Pulong Sang Dios™, Edisyon sang Audio</p> <p>Copyright 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica® Open Hiligaynon Contemporary Bible™, Audio Edition</p> <p>Copyright 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica® Libre Ang Pulong Sang Dios™</p> <p>Copyright © 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica® Open Hiligaynon Contemporary Bible™</p> <p>Copyright © 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang “Biblica” isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
2093
+ "copyright": "Biblica\u00ae Libre Ang Pulong Sang Dios\u2122, Edisyon sang AudioCopyright \u2117 2025 Biblica, Inc. kag Davar Partners InternationalBiblica\u00ae Open Hiligaynon Contemporary Bible\u2122, Audio EditionCopyright \u2117 2025 Biblica, Inc. and Davar Partners International",
2094
+ "info": "<p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122, Edisyon sang Audio</p> <p>Copyright \u2117 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang \u201cBiblica\u201d isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>Magamit sang tanan ini nga obra/translation paagi sa Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Agod makita ang kopya sang ini nga license, bisitahi ang http://creativecommons.org/licenses/by-sa/4.0 ukon magpadala sang sulat sa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Ang Biblica\u00ae amo ang trademark nga rehistrado para sa Biblica, Inc., ang paggamit sang sini (Biblica\u00ae) nga trademark ginakinahanglan sang permiso halin sa Biblica, Inc. Suno sa polisiya nga ginbutyag didto sa CC BY-SA license, mahimo nga kopyahon kag idistribute ining orihinal nga obra/translation basta nga ipabilin ang trademark nga Biblica\u00ae suno sa orihinal sini nga pagkasulat. Kon yara ikaw nga ginbag-o ukon ginhimo nga modipikasyon sa sini nga kopya, kinahanglan ipahibalo kon ano ini kag butangan sang sini nga impormasyon: \u201cAng orihinal nga obra/translation iya sang Biblica Inc. magamit ini nga wala sing bayad, bisitahi lang ang www.biblica.com kag ang open.bible.\u201d</p> <p>Ang impormasyon bahin sa copyright kinahanglan makita sa Title ukon copyright page sang obra/translaion. Amo ini ang dapat masulat:</p> <p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122, Edisyon sang Audio</p> <p>Copyright \u2117 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang \u201cBiblica\u201d isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Kon may yara ikaw nga ginbag-o sa kopya, kinahanglan nga mahibal-an ini paagi sa paggamit sang pareho gihapon nga license (CC BY-SA).</p> <p>Kon kinahanglan nga ipahibalo mo sa Biblica Inc., ang imo ginhimo nga pagbag-o ukon modipikasyon sa sini nga kopya, palihog bisitahi kami sa https://open.bible/#feedback.</p> <p/> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122, Edisyon sang Audio</p> <p>Copyright \u2117 2025 Biblica, Inc. kag Davar Partners International</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2025 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae Libre Ang Pulong Sang Dios\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 sang Biblica, Inc.</p> <p>Biblica\u00ae Open Hiligaynon Contemporary Bible\u2122</p> <p>Copyright \u00a9 1996, 2006, 2011, 2022 by Biblica, Inc.</p> <p>Ang \u201cBiblica\u201d isa ka trademark nga ginrehistro sang Biblica, Inc sa United States Patent and Trademark Office. Gin-gamit nga may permiso.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
2066
2095
  },
2067
2096
  {
2068
2097
  "id": "9c67e54fbdca4e3e-01",
2069
2098
  "dblId": "9c67e54fbdca4e3e",
2070
2099
  "relatedDbl": "7b0652d936a271b6,2133003bb8b5e62b",
2071
- "name": "Biblica® Open Hindi Contemporary Version, Audio Edition",
2072
- "nameLocal": "Biblica® Open Hindi Contemporary Version, Audio Edition",
2100
+ "name": "Biblica\u00ae Open Hindi Contemporary Version, Audio Edition",
2101
+ "nameLocal": "Biblica\u00ae Open Hindi Contemporary Version, Audio Edition",
2073
2102
  "abbreviation": "HCV",
2074
2103
  "abbreviationLocal": "OHCV",
2075
2104
  "description": null,
@@ -2077,7 +2106,7 @@
2077
2106
  "language": {
2078
2107
  "id": "hin",
2079
2108
  "name": "Hindi",
2080
- "nameLocal": "हिन्दी",
2109
+ "nameLocal": "\u0939\u093f\u0928\u094d\u0926\u0940",
2081
2110
  "script": "Devanagari",
2082
2111
  "scriptDirection": "LTR"
2083
2112
  },
@@ -2090,8 +2119,8 @@
2090
2119
  ],
2091
2120
  "type": "audio",
2092
2121
  "updatedAt": "2025-01-08T18:02:59.000Z",
2093
- "copyright": "Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™, ऑडियो संस्करण सर्वाधिकार 2022 Biblica, Inc., Davar Partners International और संरक्षित Biblica® Open Hindi Contemporary Version™, Audio Edition Copyright 2022 Biblica, Inc. and Davar Partners International Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™ सर्वाधिकार © 1978, 2009, 2016, 2019 Biblica, Inc. Biblica® Open Hindi Contemporary Version Copyright © 1978, 2009, 2016, 2019 by Biblica, Inc. “Biblica” (बिब्लिका) द्वारा संयुक्त राज्य अमेरिका के पेटेंट और ट्रेडमार्क कार्यालय में Biblica, Inc द्वारा पंजीकृत ट्रेडमार्क (व्यापार-चिह्न) है. इसे अनुमति के साथ उपयोग किया गया है. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
2094
- "info": "<p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™, ऑडियो संस्करण</p> <p>सर्वाधिकार ℗ 2022 Biblica, Inc., Davar Partners International और संरक्षित</p> <p>Biblica® Open Hindi Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™</p> <p>सर्वाधिकार © 1978, 2009, 2016, 2019 Biblica, Inc. </p> <p>Biblica® Open Hindi Contemporary Version™</p> <p>Copyright © 1978, 2009, 2016, 2019 by Biblica, Inc. </p> <p>“Biblica” (बिब्लिका) द्वारा संयुक्त राज्य अमेरिका के पेटेंट और ट्रेडमार्क कार्यालय में Biblica, Inc द्वारा पंजीकृत ट्रेडमार्क (व्यापार-चिह्न) है. इसे अनुमति के साथ उपयोग किया गया है.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>यह ग्रंध क्रिएटिव कोमन्स आट्रिबूषन-षेयर एलैक (Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA) के तहत उपलब्ध कराया गया है. इस लाइसेंस की एक प्रति देखने के लिए, http://creativecommons.org/licenses/by-sa/4‪.0 पर जाएँ अथवा Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. नाम में एक पत्र लिखिएं.</p> <p>Biblica®, Biblica Inc. द्वारा पंजीकृत ट्रेडमार्क है, और Biblica® ट्रेडमार्क के उपयोग के लिए Biblica, Inc. की लिखित अनुमति प्राप्त करना ज़रूरी है. जब तक आप Biblica® ट्रेडमार्क को सुभद्र रखते हैं, तब तक आप इसे रूपांतरित किए बिना कॉपी करके पुनर्वितरकरण कर सकते हैं. यदि आप इस की रूपांतरण करके प्रतिलिपि बनाते हैं, या इसका अनुवाद करते हैं, जिससे व्युत्पन्न कार्य होता है, तो आपको Biblica® ट्रेडमार्क को हटाना होगा. व्युत्पन्न कार्य पर, आपको संकेत करना चाहिए कि आपने क्या क्या परिवर्तन किए हैं ओरनिम्न लिखित नमूने के अनुसार स्पष्टता दें: “Biblica, Inc. द्वारा की गी मूल परिभाषा www.biblica.com और open.bible पर मुफ्त में उपलब्ध है.”</p> <p>कॉपीराइट की सूचना पुस्तक के शीर्षक या कॉपीराइट पृष्ठ पर इस प्रकार दिखाई देनी चाहिए:</p> <p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™, ऑडियो संस्करण</p> <p>सर्वाधिकार ℗ 2022 Biblica, Inc., Davar Partners International और संरक्षित</p> <p>Biblica® Open Hindi Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™</p> <p>सर्वाधिकार © 1978, 2009, 2016, 2019 Biblica, Inc.</p> <p>Biblica® Open Hindi Contemporary Version™</p> <p>Copyright © 1978, 2009, 2016, 2019 by Biblica, Inc.</p> <p>“Biblica” (बिब्लिका) द्वारा संयुक्त राज्य अमेरिका के पेटेंट और ट्रेडमार्क कार्यालय में Biblica, Inc द्वारा पंजीकृत ट्रेडमार्क (व्यापार-चिह्न) है. इसे अनुमति के साथ उपयोग किया गया है.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>आपको अपने व्युत्पन्न कार्य को एक ही लाइसेंस (CC BY-SA) के तहत उपलब्ध कराना होगा.</p> <p>यदि आप इस कार्य के अनुवाद के बारे में Biblica, Inc. को सूचित करना चाहते हैं, तो कृपया हमसे https://open.bible/contact पर संपर्क करें.</p> <p>‪</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4‪.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>‪</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™, ऑडियो संस्करण</p> <p>सर्वाधिकार ℗ 2022 Biblica, Inc., Davar Partners International और संरक्षित</p> <p>Biblica® Open Hindi Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica® हिंदी समकालीन संस्करण-स्वतंत्र उपलब्धि™</p> <p>सर्वाधिकार © 1978, 2009, 2016, 2019 Biblica, Inc.</p> <p>Biblica® Open Hindi Contemporary Version™</p> <p>Copyright © 1978, 2009, 2016, 2019 by Biblica, Inc.</p> <p>“Biblica” (बिब्लिका) द्वारा संयुक्त राज्य अमेरिका के पेटेंट और ट्रेडमार्क कार्यालय में Biblica, Inc द्वारा पंजीकृत ट्रेडमार्क (व्यापार-चिह्न) है. इसे अनुमति के साथ उपयोग किया गया है.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>‪If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact.</p>"
2122
+ "copyright": "Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122, \u0911\u0921\u093f\u092f\u094b \u0938\u0902\u0938\u094d\u0915\u0930\u0923 \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u2117 2022 Biblica, Inc., Davar Partners International \u0914\u0930 \u0938\u0902\u0930\u0915\u094d\u0937\u093f\u0924 Biblica\u00ae Open Hindi Contemporary Version\u2122, Audio Edition Copyright \u2117 2022 Biblica, Inc. and Davar Partners International Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122 \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u00a9 1978, 2009, 2016, 2019 Biblica, Inc. Biblica\u00ae Open Hindi Contemporary Version\u2122 Copyright \u00a9 1978, 2009, 2016, 2019 by Biblica, Inc. \u201cBiblica\u201d (\u092c\u093f\u092c\u094d\u0932\u093f\u0915\u093e) \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0947\u0930\u093f\u0915\u093e \u0915\u0947 \u092a\u0947\u091f\u0947\u0902\u091f \u0914\u0930 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u093e\u0930\u094d\u092f\u093e\u0932\u092f \u092e\u0947\u0902 Biblica, Inc \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 (\u0935\u094d\u092f\u093e\u092a\u093e\u0930-\u091a\u093f\u0939\u094d\u0928) \u0939\u0948. \u0907\u0938\u0947 \u0905\u0928\u0941\u092e\u0924\u093f \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
2123
+ "info": "<p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122, \u0911\u0921\u093f\u092f\u094b \u0938\u0902\u0938\u094d\u0915\u0930\u0923</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u2117 2022 Biblica, Inc., Davar Partners International \u0914\u0930 \u0938\u0902\u0930\u0915\u094d\u0937\u093f\u0924</p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u00a9 1978, 2009, 2016, 2019 Biblica, Inc. </p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122</p> <p>Copyright \u00a9 1978, 2009, 2016, 2019 by Biblica, Inc. </p> <p>\u201cBiblica\u201d (\u092c\u093f\u092c\u094d\u0932\u093f\u0915\u093e) \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0947\u0930\u093f\u0915\u093e \u0915\u0947 \u092a\u0947\u091f\u0947\u0902\u091f \u0914\u0930 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u093e\u0930\u094d\u092f\u093e\u0932\u092f \u092e\u0947\u0902 Biblica, Inc \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 (\u0935\u094d\u092f\u093e\u092a\u093e\u0930-\u091a\u093f\u0939\u094d\u0928) \u0939\u0948. \u0907\u0938\u0947 \u0905\u0928\u0941\u092e\u0924\u093f \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>\u092f\u0939 \u0917\u094d\u0930\u0902\u0927 \u0915\u094d\u0930\u093f\u090f\u091f\u093f\u0935 \u0915\u094b\u092e\u0928\u094d\u0938 \u0906\u091f\u094d\u0930\u093f\u092c\u0942\u0937\u0928-\u0937\u0947\u092f\u0930 \u090f\u0932\u0948\u0915 (Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA) \u0915\u0947 \u0924\u0939\u0924 \u0909\u092a\u0932\u092c\u094d\u0927 \u0915\u0930\u093e\u092f\u093e \u0917\u092f\u093e \u0939\u0948. \u0907\u0938 \u0932\u093e\u0907\u0938\u0947\u0902\u0938 \u0915\u0940 \u090f\u0915 \u092a\u094d\u0930\u0924\u093f \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, http://creativecommons.org/licenses/by-sa/4\u202a.0 \u092a\u0930 \u091c\u093e\u090f\u0901 \u0905\u0925\u0935\u093e Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \u0928\u093e\u092e \u092e\u0947\u0902 \u090f\u0915 \u092a\u0924\u094d\u0930 \u0932\u093f\u0916\u093f\u090f\u0902.</p> <p>Biblica\u00ae, Biblica Inc. \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0939\u0948, \u0914\u0930 Biblica\u00ae \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u0947 \u0909\u092a\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f Biblica, Inc. \u0915\u0940 \u0932\u093f\u0916\u093f\u0924 \u0905\u0928\u0941\u092e\u0924\u093f \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u093e \u091c\u093c\u0930\u0942\u0930\u0940 \u0939\u0948. \u091c\u092c \u0924\u0915 \u0906\u092a Biblica\u00ae \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u094b \u0938\u0941\u092d\u0926\u094d\u0930 \u0930\u0916\u0924\u0947 \u0939\u0948\u0902, \u0924\u092c \u0924\u0915 \u0906\u092a \u0907\u0938\u0947 \u0930\u0942\u092a\u093e\u0902\u0924\u0930\u093f\u0924 \u0915\u093f\u090f \u092c\u093f\u0928\u093e \u0915\u0949\u092a\u0940 \u0915\u0930\u0915\u0947 \u092a\u0941\u0928\u0930\u094d\u0935\u093f\u0924\u0930\u0915\u0930\u0923 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902. \u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u0915\u0940 \u0930\u0942\u092a\u093e\u0902\u0924\u0930\u0923 \u0915\u0930\u0915\u0947 \u092a\u094d\u0930\u0924\u093f\u0932\u093f\u092a\u093f \u092c\u0928\u093e\u0924\u0947 \u0939\u0948\u0902, \u092f\u093e \u0907\u0938\u0915\u093e \u0905\u0928\u0941\u0935\u093e\u0926 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u091c\u093f\u0938\u0938\u0947 \u0935\u094d\u092f\u0941\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u093e\u0930\u094d\u092f \u0939\u094b\u0924\u093e \u0939\u0948, \u0924\u094b \u0906\u092a\u0915\u094b Biblica\u00ae \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u094b \u0939\u091f\u093e\u0928\u093e \u0939\u094b\u0917\u093e. \u0935\u094d\u092f\u0941\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u093e\u0930\u094d\u092f \u092a\u0930, \u0906\u092a\u0915\u094b \u0938\u0902\u0915\u0947\u0924 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u093f\u090f \u0915\u093f \u0906\u092a\u0928\u0947 \u0915\u094d\u092f\u093e \u0915\u094d\u092f\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u093f\u090f \u0939\u0948\u0902 \u0913\u0930\u0928\u093f\u092e\u094d\u0928 \u0932\u093f\u0916\u093f\u0924 \u0928\u092e\u0942\u0928\u0947 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0938\u094d\u092a\u0937\u094d\u091f\u0924\u093e \u0926\u0947\u0902: \u201cBiblica, Inc. \u0926\u094d\u0935\u093e\u0930\u093e \u0915\u0940 \u0917\u0940 \u092e\u0942\u0932 \u092a\u0930\u093f\u092d\u093e\u0937\u093e www.biblica.com \u0914\u0930 open.bible \u092a\u0930 \u092e\u0941\u092b\u094d\u0924 \u092e\u0947\u0902 \u0909\u092a\u0932\u092c\u094d\u0927 \u0939\u0948.\u201d</p> <p>\u0915\u0949\u092a\u0940\u0930\u093e\u0907\u091f \u0915\u0940 \u0938\u0942\u091a\u0928\u093e \u092a\u0941\u0938\u094d\u0924\u0915 \u0915\u0947 \u0936\u0940\u0930\u094d\u0937\u0915 \u092f\u093e \u0915\u0949\u092a\u0940\u0930\u093e\u0907\u091f \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947\u0928\u0940 \u091a\u093e\u0939\u093f\u090f:</p> <p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122, \u0911\u0921\u093f\u092f\u094b \u0938\u0902\u0938\u094d\u0915\u0930\u0923</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u2117 2022 Biblica, Inc., Davar Partners International \u0914\u0930 \u0938\u0902\u0930\u0915\u094d\u0937\u093f\u0924</p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u00a9 1978, 2009, 2016, 2019 Biblica, Inc.</p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122</p> <p>Copyright \u00a9 1978, 2009, 2016, 2019 by Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u092c\u093f\u092c\u094d\u0932\u093f\u0915\u093e) \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0947\u0930\u093f\u0915\u093e \u0915\u0947 \u092a\u0947\u091f\u0947\u0902\u091f \u0914\u0930 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u093e\u0930\u094d\u092f\u093e\u0932\u092f \u092e\u0947\u0902 Biblica, Inc \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 (\u0935\u094d\u092f\u093e\u092a\u093e\u0930-\u091a\u093f\u0939\u094d\u0928) \u0939\u0948. \u0907\u0938\u0947 \u0905\u0928\u0941\u092e\u0924\u093f \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u0906\u092a\u0915\u094b \u0905\u092a\u0928\u0947 \u0935\u094d\u092f\u0941\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u093e\u0930\u094d\u092f \u0915\u094b \u090f\u0915 \u0939\u0940 \u0932\u093e\u0907\u0938\u0947\u0902\u0938 (CC BY-SA) \u0915\u0947 \u0924\u0939\u0924 \u0909\u092a\u0932\u092c\u094d\u0927 \u0915\u0930\u093e\u0928\u093e \u0939\u094b\u0917\u093e.</p> <p>\u092f\u0926\u093f \u0906\u092a \u0907\u0938 \u0915\u093e\u0930\u094d\u092f \u0915\u0947 \u0905\u0928\u0941\u0935\u093e\u0926 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 Biblica, Inc. \u0915\u094b \u0938\u0942\u091a\u093f\u0924 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0915\u0943\u092a\u092f\u093e \u0939\u092e\u0938\u0947 https://open.bible/contact \u092a\u0930 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0947\u0902.</p> <p>\u202a</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4\u202a.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>\u202a</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122, \u0911\u0921\u093f\u092f\u094b \u0938\u0902\u0938\u094d\u0915\u0930\u0923</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u2117 2022 Biblica, Inc., Davar Partners International \u0914\u0930 \u0938\u0902\u0930\u0915\u094d\u0937\u093f\u0924</p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0939\u093f\u0902\u0926\u0940 \u0938\u092e\u0915\u093e\u0932\u0940\u0928 \u0938\u0902\u0938\u094d\u0915\u0930\u0923-\u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0909\u092a\u0932\u092c\u094d\u0927\u093f\u2122</p> <p>\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 \u00a9 1978, 2009, 2016, 2019 Biblica, Inc.</p> <p>Biblica\u00ae Open Hindi Contemporary Version\u2122</p> <p>Copyright \u00a9 1978, 2009, 2016, 2019 by Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u092c\u093f\u092c\u094d\u0932\u093f\u0915\u093e) \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0947\u0930\u093f\u0915\u093e \u0915\u0947 \u092a\u0947\u091f\u0947\u0902\u091f \u0914\u0930 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 \u0915\u093e\u0930\u094d\u092f\u093e\u0932\u092f \u092e\u0947\u0902 Biblica, Inc \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0902\u091c\u0940\u0915\u0943\u0924 \u091f\u094d\u0930\u0947\u0921\u092e\u093e\u0930\u094d\u0915 (\u0935\u094d\u092f\u093e\u092a\u093e\u0930-\u091a\u093f\u0939\u094d\u0928) \u0939\u0948. \u0907\u0938\u0947 \u0905\u0928\u0941\u092e\u0924\u093f \u0915\u0947 \u0938\u093e\u0925 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0939\u0948.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>\u202aIf you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact.</p>"
2095
2124
  },
2096
2125
  {
2097
2126
  "id": "6b227b38145d4383-01",
@@ -2106,7 +2135,7 @@
2106
2135
  "language": {
2107
2136
  "id": "hin",
2108
2137
  "name": "Hindi",
2109
- "nameLocal": "हिन्दी",
2138
+ "nameLocal": "\u0939\u093f\u0928\u094d\u0926\u0940",
2110
2139
  "script": "Devanagari",
2111
2140
  "scriptDirection": "LTR"
2112
2141
  },
@@ -2135,7 +2164,7 @@
2135
2164
  "language": {
2136
2165
  "id": "hin",
2137
2166
  "name": "Hindi",
2138
- "nameLocal": "हिन्दी",
2167
+ "nameLocal": "\u0939\u093f\u0928\u094d\u0926\u0940",
2139
2168
  "script": "Devanagari (Nagari)",
2140
2169
  "scriptDirection": "LTR"
2141
2170
  },
@@ -2156,7 +2185,7 @@
2156
2185
  "dblId": "b35e70bce95d4261",
2157
2186
  "relatedDbl": null,
2158
2187
  "name": "Indian Revised Version(IRV) Hindi - 2019",
2159
- "nameLocal": "आई आर वी हिंदी",
2188
+ "nameLocal": "\u0906\u0908 \u0906\u0930 \u0935\u0940 \u0939\u093f\u0902\u0926\u0940",
2160
2189
  "abbreviation": "IRVhin",
2161
2190
  "abbreviationLocal": "IRVhin",
2162
2191
  "description": null,
@@ -2164,7 +2193,7 @@
2164
2193
  "language": {
2165
2194
  "id": "hin",
2166
2195
  "name": "Hindi",
2167
- "nameLocal": "हिन्दी",
2196
+ "nameLocal": "\u0939\u093f\u0928\u094d\u0926\u0940",
2168
2197
  "script": "Devanagari",
2169
2198
  "scriptDirection": "LTR"
2170
2199
  },
@@ -2177,8 +2206,8 @@
2177
2206
  ],
2178
2207
  "type": "audio",
2179
2208
  "updatedAt": "2025-01-08T20:02:52.000Z",
2180
- "copyright": "© 2019 Bridge Connectivity Solutions. Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
2181
- "info": "<p>If you have questions or would like to get a copy of this version please contact info@bridgeconn.com</p> <p>यदि आपकों कोई प्रश्न हैं या इस अनुवाद की एक कॉपी प्राप्त करना चाहते हैं, तो कृपया info@bridgeconn.com पर संपर्क करें</p>"
2209
+ "copyright": "\u00a9 2019 Bridge Connectivity Solutions. Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
2210
+ "info": "<p>If you have questions or would like to get a copy of this version please contact info@bridgeconn.com</p> <p>\u092f\u0926\u093f \u0906\u092a\u0915\u094b\u0902 \u0915\u094b\u0908 \u092a\u094d\u0930\u0936\u094d\u0928 \u0939\u0948\u0902 \u092f\u093e \u0907\u0938 \u0905\u0928\u0941\u0935\u093e\u0926 \u0915\u0940 \u090f\u0915 \u0915\u0949\u092a\u0940 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u093e \u091a\u093e\u0939\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0915\u0943\u092a\u092f\u093e info@bridgeconn.com \u092a\u0930 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0947\u0902</p>"
2182
2211
  },
2183
2212
  {
2184
2213
  "id": "a07cedaf883a4335-01",
@@ -2213,10 +2242,10 @@
2213
2242
  "id": "acfb217c478e11e7-01",
2214
2243
  "dblId": "acfb217c478e11e7",
2215
2244
  "relatedDbl": "687dac90057bbf2c",
2216
- "name": "Hungarian - 2014 Revideált új fordítású Biblia (Non -Drama - OT)",
2217
- "nameLocal": "Hungarian - 2014 Revideált új fordítású Biblia (Non -Drama - OT)",
2245
+ "name": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non -Drama - OT)",
2246
+ "nameLocal": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non -Drama - OT)",
2218
2247
  "abbreviation": "HRNT",
2219
- "abbreviationLocal": "RÚF",
2248
+ "abbreviationLocal": "R\u00daF",
2220
2249
  "description": null,
2221
2250
  "descriptionLocal": null,
2222
2251
  "language": {
@@ -2235,17 +2264,17 @@
2235
2264
  ],
2236
2265
  "type": "audio",
2237
2266
  "updatedAt": "2024-07-01T22:46:12.000Z",
2238
- "copyright": " Hungarian Bible Society, 2016© Hungarian Bible Society 2014",
2267
+ "copyright": "\u2117 Hungarian Bible Society, 2016\u00a9 Hungarian Bible Society 2014",
2239
2268
  "info": null
2240
2269
  },
2241
2270
  {
2242
2271
  "id": "e5c2c18c478d11e7-01",
2243
2272
  "dblId": "e5c2c18c478d11e7",
2244
2273
  "relatedDbl": "687dac90057bbf2c",
2245
- "name": "Hungarian - 2014 Revideált új fordítású Biblia (Non-Drama - NT)",
2246
- "nameLocal": "Hungarian - 2014 Revideált új fordítású Biblia (Non-Drama - NT)",
2274
+ "name": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non-Drama - NT)",
2275
+ "nameLocal": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non-Drama - NT)",
2247
2276
  "abbreviation": "HRNT",
2248
- "abbreviationLocal": "RÚF",
2277
+ "abbreviationLocal": "R\u00daF",
2249
2278
  "description": null,
2250
2279
  "descriptionLocal": null,
2251
2280
  "language": {
@@ -2264,7 +2293,7 @@
2264
2293
  ],
2265
2294
  "type": "audio",
2266
2295
  "updatedAt": "2024-07-01T22:56:09.000Z",
2267
- "copyright": " Hungarian Bible Society, 2016© Hungarian Bible Society 2014",
2296
+ "copyright": "\u2117 Hungarian Bible Society, 2016\u00a9 Hungarian Bible Society 2014",
2268
2297
  "info": null
2269
2298
  },
2270
2299
  {
@@ -2293,7 +2322,7 @@
2293
2322
  ],
2294
2323
  "type": "audio",
2295
2324
  "updatedAt": "2024-07-01T22:24:14.000Z",
2296
- "copyright": "Bible translation: Armenian New Etchmiadzin Bible © Bible Society of Armenia © Հայաստանի Աստվածաշնչային Ընկերություն Recording of the New Testament Hosanna, 2019 and Bible Society of Armenia",
2325
+ "copyright": "Bible translation: Armenian New Etchmiadzin Bible \u00a9 Bible Society of Armenia \u00a9 \u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\u056b \u0531\u057d\u057f\u057e\u0561\u056e\u0561\u0577\u0576\u0579\u0561\u0575\u056b\u0576 \u0538\u0576\u056f\u0565\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576 Recording of the New Testament \u2117 Hosanna, 2019 and Bible Society of Armenia",
2297
2326
  "info": null
2298
2327
  },
2299
2328
  {
@@ -2322,19 +2351,19 @@
2322
2351
  ],
2323
2352
  "type": "audio",
2324
2353
  "updatedAt": "2024-07-01T22:31:01.000Z",
2325
- "copyright": "Bible translation: Armenian New Etchmiadzin Bible © Bible Society of Armenia © Հայաստանի Աստվածաշնչային Ընկերություն Recording of the New Testament Hosanna, 2019 and Bible Society of Armenia",
2354
+ "copyright": "Bible translation: Armenian New Etchmiadzin Bible \u00a9 Bible Society of Armenia \u00a9 \u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\u056b \u0531\u057d\u057f\u057e\u0561\u056e\u0561\u0577\u0576\u0579\u0561\u0575\u056b\u0576 \u0538\u0576\u056f\u0565\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576 Recording of the New Testament \u2117 Hosanna, 2019 and Bible Society of Armenia",
2326
2355
  "info": null
2327
2356
  },
2328
2357
  {
2329
2358
  "id": "1b319c1d55564e45-01",
2330
2359
  "dblId": "1b319c1d55564e45",
2331
2360
  "relatedDbl": "a36fc06b086699f1,8e42b297877a4a57",
2332
- "name": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2333
- "nameLocal": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2361
+ "name": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2362
+ "nameLocal": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2334
2363
  "abbreviation": null,
2335
2364
  "abbreviationLocal": null,
2336
- "description": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2337
- "descriptionLocal": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2365
+ "description": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2366
+ "descriptionLocal": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2338
2367
  "language": {
2339
2368
  "id": "ibo",
2340
2369
  "name": "Igbo",
@@ -2351,8 +2380,8 @@
2351
2380
  ],
2352
2381
  "type": "audio",
2353
2382
  "updatedAt": "2024-07-01T22:18:03.000Z",
2354
- "copyright": "Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™ ma dịkwa n’igwe n’ekwu okwu bụ ndị Biblica, Inc. na ndị Davar Partners International na ndị Hosanna ka e nyere ikike kọpiraịt itinye ya n’igwe n’ekwu okwu n’afọ℗2022 Biblica® Open Igbo Contemporary Bible™, Audio Edition Copyright 2022 by Biblica, Inc.; Davar Partners International; and Hosanna Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™ Ndị Biblica, Inc. degharịrị ya nʼafọ © 1980, 1988, 2019, 2020 Biblica® Open Igbo Contemporary Version Copyright © 1980, 1988, 2019, 2020 by Biblica, Inc. “Biblica” bụ akara e ji mara ụlọ ọrụ a, nke edebanyere dịka iwu si kwado nʼụlọ ọrụ dị nʼobodo United States, ebe a na-enye akara a na ikike maka azụm ahịa ndị Biblica, Inc. bụ ha ka e nyere ikike idenye ya.",
2355
- "info": "<p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™ ma dịkwa n’igwe n’ekwu okwu</p> <p>Ọ bụ ndị Biblica, Inc. na ndị Davar Partners International na ndị Hosanna ka e nyere ikike kọpiraịt itinye ya n’igwe n’ekwu okwu n’afọ℗2022</p> <p>Biblica® Open Igbo Contemporary Bible™, Audio Edition</p> <p>Copyright 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™</p> <p>Ndị Biblica, Inc. degharịrị ya nʼafọ © 1980, 1988, 2019, 2020</p> <p>Biblica® Open Igbo Contemporary Version™</p> <p>Copyright © 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>“Biblica” bụ akara e ji mara ụlọ ọrụ a, nke edebanyere dịka iwu si kwado nʼụlọ ọrụ dị nʼobodo United States, ebe a na-enye akara a na ikike maka azụm ahịa ndị Biblica, Inc. bụ ha ka e nyere ikike idenye ya.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Oru a bụ nke e mere ka onwe ike ruo onye obula aka site n’Ikike lisensi Uwa niile nke ọgbakọ ndị Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA). bụrụ na chọrọ ịhụ akwụkwọ ikike lisensi a, gaa na https://creativecommons.org/licenses/by-sa/4.0 maọbụ zigara ndị Creative Commons, PO Box 1866, Mountain View, CA 94042, USA, akwụkwọ ozi gị.</p> <p>Biblica® bụ akara e ji mara ụlọ ọrụ a, nke ndị Biblica, Inc., debanyere dịka iwu si kwado. Mgbe mmadụ chọrọ iji akara Biblica® tinye n’ọrụ ya, ga anata akwụkwọ ikike nke dị n’usoro CC BY-SA lisensi site n’aka ndị Biblica Inc. Onye dị otu a nwere ike iwere ma kesakwaa ọrụ a na e degharịghị ihe ọbụla nke dị na ya, ma hapụkwa akara Biblica® dịka dị. bụrụkwanụ na onye dị otu a edegharịa maọbụ sụgharịa ọrụ a nke ga-eme ka enwe dị iche, onye ahụ aghaghị igosipụta n’ebe o doro anya ihe niile nke gbanwere ma dekwaa sị: “Ebe mmadụ ga-enweta Ọrụ Mbụ nke ndị Biblica, Inc., n’akwụghị ụgwọ dị na www.biblica.com nakwa na open.bible.” </p> <p>Mmadu aghaghị idepụta okwa nke ikike, ndị bekee na-akpọ kọpiraịt nʼebe ga-apụta ihe maọbụ nʼebe e mere maka idepụta ihe banyere ikike a n’usoro ndi a: </p> <p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™ ma dịkwa n’igwe n’ekwu okwu</p> <p>Ọ bụ ndị Biblica, Inc. na ndị Davar Partners International na ndị Hosanna ka e nyere ikike kọpiraịt itinye ya n’igwe n’ekwu okwu n’afọ℗2022</p> <p>Biblica® Open Igbo Contemporary Bible™, Audio Edition</p> <p>Copyright 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™</p> <p>Ndị Biblica, Inc. degharịrị ya nʼafọ © 1980, 1988, 2019, 2020</p> <p>Biblica® Open Igbo Contemporary Version™</p> <p>Copyright © 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>“Biblica” bụ akara e ji mara ụlọ ọrụ a, nke edebanyere dịka iwu si kwado nʼụlọ ọrụ dị nʼobodo United States, ebe a na-enye akara a na ikike maka azụm ahịa ndị Biblica, Inc. bụ ha ka e nyere ikike idenye ya.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Onye ahụ aghaghịkwa ime ka onye ọbụla nwe ike inweta maọbụ hụ ọrụ ọhụrụ ahụ rụrụ, n’okpuru ikike liseni ndị (CC BY-SA). </p> <p>Ọ bụrụ na chọrọ ime ka ndị ụlọọrụ Biblica Inc., mara ihe e mere banyere ntụgharị ọrụ a n’ụzọ nke gị, biko kpọtụrụ anyị na https://open.bible/contact-us. </p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™ ma dịkwa n’igwe n’ekwu okwu</p> <p>Ọ bụ ndị Biblica, Inc. na ndị Davar Partners International na ndị Hosanna ka e nyere ikike kọpiraịt itinye ya n’igwe n’ekwu okwu n’afọ℗2022</p> <p>Biblica® Open Igbo Contemporary Bible™, Audio Edition</p> <p>Copyright 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® Baịbụlụ Nsọ nʼIgbo Ndị Ugbu a nke dịrị onye ọbụla ịgụ™</p> <p>Ndị Biblica, Inc. degharịrị ya nʼafọ © 1980, 1988, 2019, 2020</p> <p>Biblica® Open Igbo Contemporary Version™</p> <p>Copyright © 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>“Biblica” bụ akara e ji mara ụlọ ọrụ a, nke edebanyere dịka iwu si kwado nʼụlọ ọrụ dị nʼobodo United States, ebe a na-enye akara a na ikike maka azụm ahịa ndị Biblica, Inc. bụ ha ka e nyere ikike idenye ya.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
2383
+ "copyright": "Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122 ma d\u1ecbkwa n\u2019igwe n\u2019ekwu okwu \u1ecc b\u1ee5 nd\u1ecb Biblica, Inc. na nd\u1ecb Davar Partners International na nd\u1ecb Hosanna ka e nyere ikike k\u1ecdpira\u1ecbt itinye ya n\u2019igwe n\u2019ekwu okwu n\u2019af\u1ecd\u21172022 Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122 Nd\u1ecb Biblica, Inc. deghar\u1ecbr\u1ecb ya n\u02bcaf\u1ecd \u00a9 1980, 1988, 2019, 2020 Biblica\u00ae Open Igbo Contemporary Version\u2122 Copyright \u00a9 1980, 1988, 2019, 2020 by Biblica, Inc. \u201cBiblica\u201d b\u1ee5 akara e ji mara \u1ee5l\u1ecd \u1ecdr\u1ee5 a, nke edebanyere d\u1ecbka iwu si kwado n\u02bc\u1ee5l\u1ecd \u1ecdr\u1ee5 d\u1ecb n\u02bcobodo United States, ebe a na-enye akara a na ikike maka az\u1ee5m ah\u1ecba nd\u1ecb Biblica, Inc. \u1ecc b\u1ee5 ha ka e nyere ikike idenye ya.",
2384
+ "info": "<p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122 ma d\u1ecbkwa n\u2019igwe n\u2019ekwu okwu</p> <p>\u1ecc b\u1ee5 nd\u1ecb Biblica, Inc. na nd\u1ecb Davar Partners International na nd\u1ecb Hosanna ka e nyere ikike k\u1ecdpira\u1ecbt itinye ya n\u2019igwe n\u2019ekwu okwu n\u2019af\u1ecd\u21172022</p> <p>Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122</p> <p>Nd\u1ecb Biblica, Inc. deghar\u1ecbr\u1ecb ya n\u02bcaf\u1ecd \u00a9 1980, 1988, 2019, 2020</p> <p>Biblica\u00ae Open Igbo Contemporary Version\u2122</p> <p>Copyright \u00a9 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>\u201cBiblica\u201d b\u1ee5 akara e ji mara \u1ee5l\u1ecd \u1ecdr\u1ee5 a, nke edebanyere d\u1ecbka iwu si kwado n\u02bc\u1ee5l\u1ecd \u1ecdr\u1ee5 d\u1ecb n\u02bcobodo United States, ebe a na-enye akara a na ikike maka az\u1ee5m ah\u1ecba nd\u1ecb Biblica, Inc. \u1ecc b\u1ee5 ha ka e nyere ikike idenye ya.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Oru a b\u1ee5 nke e mere ka onwe ike ruo onye obula aka site n\u2019Ikike lisensi Uwa niile nke \u1ecdgbak\u1ecd nd\u1ecb Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA). \u1ecc b\u1ee5r\u1ee5 na \u1ecb ch\u1ecdr\u1ecd \u1ecbh\u1ee5 akw\u1ee5kw\u1ecd ikike lisensi a, gaa na https://creativecommons.org/licenses/by-sa/4.0 ma\u1ecdb\u1ee5 zigara nd\u1ecb Creative Commons, PO Box 1866, Mountain View, CA 94042, USA, akw\u1ee5kw\u1ecd ozi g\u1ecb.</p> <p>Biblica\u00ae b\u1ee5 akara e ji mara \u1ee5l\u1ecd \u1ecdr\u1ee5 a, nke nd\u1ecb Biblica, Inc., debanyere d\u1ecbka iwu si kwado. Mgbe mmad\u1ee5 ch\u1ecdr\u1ecd iji akara Biblica\u00ae tinye n\u2019\u1ecdr\u1ee5 ya, \u1ecd ga anata akw\u1ee5kw\u1ecd ikike nke d\u1ecb n\u2019usoro CC BY-SA lisensi site n\u2019aka nd\u1ecb Biblica Inc. Onye d\u1ecb otu a nwere ike iwere ma kesakwaa \u1ecdr\u1ee5 a na e deghar\u1ecbgh\u1ecb ihe \u1ecdb\u1ee5la nke d\u1ecb na ya, ma hap\u1ee5kwa akara Biblica\u00ae d\u1ecbka \u1ecd d\u1ecb. \u1ecc b\u1ee5r\u1ee5kwan\u1ee5 na onye d\u1ecb otu a edeghar\u1ecba ma\u1ecdb\u1ee5 s\u1ee5ghar\u1ecba \u1ecdr\u1ee5 a nke ga-eme ka enwe \u1ecd d\u1ecb iche, onye ah\u1ee5 aghagh\u1ecb igosip\u1ee5ta n\u2019ebe o doro anya ihe niile nke \u1ecd gbanwere ma dekwaa s\u1ecb: \u201cEbe mmad\u1ee5 ga-enweta \u1eccr\u1ee5 Mb\u1ee5 nke nd\u1ecb Biblica, Inc., n\u2019akw\u1ee5gh\u1ecb \u1ee5gw\u1ecd d\u1ecb na www.biblica.com nakwa na open.bible.\u201d </p> <p>Mmadu aghagh\u1ecb idep\u1ee5ta okwa nke ikike, nd\u1ecb bekee na-akp\u1ecd k\u1ecdpira\u1ecbt n\u02bcebe \u1ecd ga-ap\u1ee5ta ihe ma\u1ecdb\u1ee5 n\u02bcebe e mere maka idep\u1ee5ta ihe banyere ikike a n\u2019usoro ndi a: </p> <p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122 ma d\u1ecbkwa n\u2019igwe n\u2019ekwu okwu</p> <p>\u1ecc b\u1ee5 nd\u1ecb Biblica, Inc. na nd\u1ecb Davar Partners International na nd\u1ecb Hosanna ka e nyere ikike k\u1ecdpira\u1ecbt itinye ya n\u2019igwe n\u2019ekwu okwu n\u2019af\u1ecd\u21172022</p> <p>Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122</p> <p>Nd\u1ecb Biblica, Inc. deghar\u1ecbr\u1ecb ya n\u02bcaf\u1ecd \u00a9 1980, 1988, 2019, 2020</p> <p>Biblica\u00ae Open Igbo Contemporary Version\u2122</p> <p>Copyright \u00a9 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>\u201cBiblica\u201d b\u1ee5 akara e ji mara \u1ee5l\u1ecd \u1ecdr\u1ee5 a, nke edebanyere d\u1ecbka iwu si kwado n\u02bc\u1ee5l\u1ecd \u1ecdr\u1ee5 d\u1ecb n\u02bcobodo United States, ebe a na-enye akara a na ikike maka az\u1ee5m ah\u1ecba nd\u1ecb Biblica, Inc. \u1ecc b\u1ee5 ha ka e nyere ikike idenye ya.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Onye ah\u1ee5 aghagh\u1ecbkwa ime ka onye \u1ecdb\u1ee5la nwe ike inweta ma\u1ecdb\u1ee5 h\u1ee5 \u1ecdr\u1ee5 \u1ecdh\u1ee5r\u1ee5 ah\u1ee5 \u1ecd r\u1ee5r\u1ee5, n\u2019okpuru ikike liseni nd\u1ecb (CC BY-SA). </p> <p>\u1ecc b\u1ee5r\u1ee5 na \u1ecb ch\u1ecdr\u1ecd ime ka nd\u1ecb \u1ee5l\u1ecd\u1ecdr\u1ee5 Biblica Inc., mara ihe e mere banyere nt\u1ee5ghar\u1ecb \u1ecdr\u1ee5 a n\u2019\u1ee5z\u1ecd nke g\u1ecb, biko kp\u1ecdt\u1ee5r\u1ee5 any\u1ecb na https://open.bible/contact-us. </p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122 ma d\u1ecbkwa n\u2019igwe n\u2019ekwu okwu</p> <p>\u1ecc b\u1ee5 nd\u1ecb Biblica, Inc. na nd\u1ecb Davar Partners International na nd\u1ecb Hosanna ka e nyere ikike k\u1ecdpira\u1ecbt itinye ya n\u2019igwe n\u2019ekwu okwu n\u2019af\u1ecd\u21172022</p> <p>Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition</p> <p>Copyright \u2117 2022 by Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae Ba\u1ecbb\u1ee5l\u1ee5 Ns\u1ecd n\u02bcIgbo Nd\u1ecb Ugbu a nke d\u1ecbr\u1ecb onye \u1ecdb\u1ee5la \u1ecbg\u1ee5\u2122</p> <p>Nd\u1ecb Biblica, Inc. deghar\u1ecbr\u1ecb ya n\u02bcaf\u1ecd \u00a9 1980, 1988, 2019, 2020</p> <p>Biblica\u00ae Open Igbo Contemporary Version\u2122</p> <p>Copyright \u00a9 1980, 1988, 2019, 2020 by Biblica, Inc.</p> <p>\u201cBiblica\u201d b\u1ee5 akara e ji mara \u1ee5l\u1ecd \u1ecdr\u1ee5 a, nke edebanyere d\u1ecbka iwu si kwado n\u02bc\u1ee5l\u1ecd \u1ecdr\u1ee5 d\u1ecb n\u02bcobodo United States, ebe a na-enye akara a na ikike maka az\u1ee5m ah\u1ecba nd\u1ecb Biblica, Inc. \u1ecc b\u1ee5 ha ka e nyere ikike idenye ya.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
2356
2385
  },
2357
2386
  {
2358
2387
  "id": "f0af55e678f942ff-01",
@@ -2388,7 +2417,7 @@
2388
2417
  "dblId": "bbeb5dd5380e0873",
2389
2418
  "relatedDbl": "8676091b758f0d8d",
2390
2419
  "name": "Japanese Contemporary Bible",
2391
- "nameLocal": "リビングバイブル",
2420
+ "nameLocal": "\u30ea\u30d3\u30f3\u30b0\u30d0\u30a4\u30d6\u30eb",
2392
2421
  "abbreviation": "JCB",
2393
2422
  "abbreviationLocal": "JCB",
2394
2423
  "description": null,
@@ -2396,7 +2425,7 @@
2396
2425
  "language": {
2397
2426
  "id": "jpn",
2398
2427
  "name": "Japanese",
2399
- "nameLocal": "日本語",
2428
+ "nameLocal": "\u65e5\u672c\u8a9e",
2400
2429
  "script": "Japanese (Han + Hiragana + Katakana)",
2401
2430
  "scriptDirection": "LTR"
2402
2431
  },
@@ -2409,7 +2438,7 @@
2409
2438
  ],
2410
2439
  "type": "audio",
2411
2440
  "updatedAt": "2024-07-01T22:48:44.000Z",
2412
- "copyright": "Japanese Contemporary BibleCopyright© 1978, 2016 by Biblica, Inc.®Used by permission. All rights reserved worldwide. Japanese Contemporary Bible, Audio EditionAudio Copyright 2016 by Biblica, Inc.®Used by permission. All rights reserved worldwide. These Scriptures are copyrighted and have been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale.These Scriptures are not shareware and may not be duplicated.These scriptures are not public domain.",
2441
+ "copyright": "Japanese Contemporary BibleCopyright\u00a9 1978, 2016 by Biblica, Inc.\u00aeUsed by permission. All rights reserved worldwide. Japanese Contemporary Bible, Audio EditionAudio Copyright \u2117 2016 by Biblica, Inc.\u00aeUsed by permission. All rights reserved worldwide. These Scriptures are copyrighted and have been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale.These Scriptures are not shareware and may not be duplicated.These scriptures are not public domain.",
2413
2442
  "info": null
2414
2443
  },
2415
2444
  {
@@ -2417,7 +2446,7 @@
2417
2446
  "dblId": "7d9cd68b2d2c4c6c",
2418
2447
  "relatedDbl": "18db7a26b5a73c74",
2419
2448
  "name": "Jumjum Bible Translation",
2420
- "nameLocal": "Meeŋka Jooŋ",
2449
+ "nameLocal": "Mee\u014bka Joo\u014b",
2421
2450
  "abbreviation": "JBT",
2422
2451
  "abbreviationLocal": "JBT",
2423
2452
  "description": null,
@@ -2438,7 +2467,7 @@
2438
2467
  ],
2439
2468
  "type": "audio",
2440
2469
  "updatedAt": "2026-04-30T02:49:30.000Z",
2441
- "copyright": "© 2023 Pioneer Bible Translators This work is licensed under the Creative Commons Attribution ShareAlike 4.0 license https://creativecommons.org/licenses/by-sa/4.0/",
2470
+ "copyright": "\u00a9 2023 Pioneer Bible Translators This work is licensed under the Creative Commons Attribution ShareAlike 4.0 license https://creativecommons.org/licenses/by-sa/4.0/",
2442
2471
  "info": null
2443
2472
  },
2444
2473
  {
@@ -2467,7 +2496,7 @@
2467
2496
  ],
2468
2497
  "type": "audio",
2469
2498
  "updatedAt": "2024-07-01T22:46:07.000Z",
2470
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Juray Soura Translation Samithi, Gajapati, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 HosannaFor church use only",
2499
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Juray Soura Translation Samithi, Gajapati, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 HosannaFor church use only",
2471
2500
  "info": null
2472
2501
  },
2473
2502
  {
@@ -2496,15 +2525,15 @@
2496
2525
  ],
2497
2526
  "type": "audio",
2498
2527
  "updatedAt": "2024-07-01T22:32:52.000Z",
2499
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Juray Soura Translation Samithi, Gajapati, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 HosannaFor church use only",
2528
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Juray Soura Translation Samithi, Gajapati, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 HosannaFor church use only",
2500
2529
  "info": null
2501
2530
  },
2502
2531
  {
2503
2532
  "id": "850cc50e70574aba-01",
2504
2533
  "dblId": "850cc50e70574aba",
2505
2534
  "relatedDbl": "08389f036844c2de",
2506
- "name": "Biblica® Open Kannada Contemporary Version, Audio Edition",
2507
- "nameLocal": "Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ, ಆಡಿಯೋ ಆವೃತ್ತಿ",
2535
+ "name": "Biblica\u00ae Open Kannada Contemporary Version, Audio Edition",
2536
+ "nameLocal": "Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0, \u0c86\u0ca1\u0cbf\u0caf\u0ccb \u0c86\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cbf",
2508
2537
  "abbreviation": null,
2509
2538
  "abbreviationLocal": null,
2510
2539
  "description": "Audio Bible",
@@ -2525,8 +2554,8 @@
2525
2554
  ],
2526
2555
  "type": "audio",
2527
2556
  "updatedAt": "2024-07-01T22:39:20.000Z",
2528
- "copyright": "Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™, ಆಡಿಯೋ ಆವೃತ್ತಿಕೃತಿಸ್ವಾಮ್ 2024 Biblica, Inc. ಮತ್ತು Davar Partners InternationalBiblica® Open Kannada Contemporary Version™, Audio EditionCopyright 2024 Biblica, Inc. and Davar Partners InternationalBiblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™ಕೃತಿಸ್ವಾಮ್ಯ © 1999, 2020, 2022 Biblica, Inc.Biblica® Open Kannada Contemporary Version™Copyright © 1999, 2020, 2022 Biblica, Inc.",
2529
- "info": "<p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™, ಆಡಿಯೋ ಆವೃತ್ತಿ</p> <p>ಕೃತಿಸ್ವಾಮ್ ℗ 2024 Biblica, Inc. ಮತ್ತು Davar Partners International</p> <p>Biblica® Open Kannada Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™</p> <p>ಕೃತಿಸ್ವಾಮ್ಯ © 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Kannada Contemporary Version™</p> <p>Copyright © 1999, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” (ಬಿಬ್ಲಿಕಾ) ಎಂಬುದು ಅಮೇರಿಕಾದಲ್ಲಿ ವ್ಯಾಪಾರದ ಗುರುತಾಗಿಯೂ ಕಛೇರಿಯ ಚಿಹ್ನೆಯಾಗಿಯೂ ಬಳಸಲಾಗಿದೆ Biblica, Inc. ಅನುಮತಿಯೊಂದಿಗೆ ಬಳಸಲಾಗಿದೆ.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>ಇದನ್ನು Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) ಅಡಿಯಲ್ಲಿ ಲಭ್ಯವಾಗುವಂತೆ ಮಾಡಲಾಗಿದೆ. ಈ ಪರವಾನಗಿಯ ನಕಲನ್ನು ವೀಕ್ಷಿಸಲು, https://creativecommons.org/licenses/by-sa/4.0|https://creativecommons.org/licenses/by-sa/4.0 ಭೇಟಿ ನೀಡಿರಿ ಅಥವಾ ಪತ್ರವನ್ನು Creative Commons, PO Box 1866, Mountain View, CA 94042, USA ಕಳುಹಿಸಿರಿ.</p> <p>Biblica® ಎಂಬುದು Biblica, Inc. ಇಂದ ನೊಂದಾಯಿಸಲಾದ ವ್ಯಾಪಾರದ ಗುರುತಾಗಿ ಬಳಸಲಾಗಿದೆ ಮತ್ತು Biblica® ವ್ಯಾಪಾರದ ಬಳಕೆಗೆ Biblica, Inc. ನ ಲಿಖಿತ ಅನುಮತಿಯ ಅಗತ್ಯವಿದೆ. CC BY-SA ಪರವಾನಗಿಯ ನಿಯಮಗಳ ಅಡಿಯಲ್ಲಿ, ನೀವು Biblica® ವ್ಯಾಪಾರದ ಗುರುತನ್ನು ಇಟ್ಟುಕೊಂಡು ಈ ಮಾರ್ಪಡಿಸದ ಕೆಲಸವನ್ನು ನೀವು ನಕಲಿಸಬಹುದು ಮತ್ತು ಮರುಹಂಚಿಕೆ ಮಾಡಬಹುದು. ನೀವು ನಕಲನ್ನು ಮಾರ್ಪಡಿಸಿದರೆ ಅಥವಾ ಈ ಕೃತಿಯನ್ನು ಅನುವಾದಿಸಿದರೆ, ಆ ಮೂಲಕ ಇತರೆ ಕೃತಿಯನ್ನು ರಚಿಸಿದರೆ, ನೀವು Biblica® ವ್ಯಾಪಾರದ ಗುರುತನ್ನು ತೆಗೆದುಹಾಕಬೇಕು. ಇತರೆ ಕೃತಿಯಲ್ಲಿ, ನೀವು ಯಾವ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿದ್ದೀರಿ ಎಂಬುದನ್ನು ನೀವು ಸೂಚಿಸಬೇಕು ಮತ್ತು ಈ ಕೆಳಗಿನ ಸಾಲನ್ನು ನಮೂದಿಸಬೇಕು: “Biblica, Inc. ಮೂಲ ಕೃತಿಯು www.biblica.com ಮತ್ತು open.bible ನಲ್ಲಿ ಉಚಿತವಾಗಿ ಲಭ್ಯವಿದೆ.”</p> <p>ಕೃತಿಸ್ವಾಮ್ಯದ ಸೂಚನೆಯು ಕೃತಿಯ ಶೀರ್ಷಿಕೆ ಅಥವಾ ಹಕ್ಕುಸ್ವಾಮ್ಯ ಪುಟದಲ್ಲಿ ಈ ಕೆಳಗಿನಂತೆ ಗೋಚರಿಸಬೇಕು:</p> <p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™, ಆಡಿಯೋ ಆವೃತ್ತಿ</p> <p>ಕೃತಿಸ್ವಾಮ್ ℗ 2024 Biblica, Inc. ಮತ್ತು Davar Partners International</p> <p>Biblica® Open Kannada Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™</p> <p>ಕೃತಿಸ್ವಾಮ್ಯ © 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Kannada Contemporary Version™</p> <p>Copyright © 1999, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” (ಬಿಬ್ಲಿಕಾ) ಎಂಬುದು ಅಮೇರಿಕಾದಲ್ಲಿ ವ್ಯಾಪಾರದ ಗುರುತಾಗಿಯೂ ಕಛೇರಿಯ ಚಿಹ್ನೆಯಾಗಿಯೂ ಬಳಸಲಾಗಿದೆ Biblica, Inc. ಅನುಮತಿಯೊಂದಿಗೆ ಬಳಸಲಾಗಿದೆ.</p> <p>ನಿಮ್ಮ ಇತರೆ ಕೃತಿಯಲ್ಲಿ ನೀವು ಅದೇ ಪರವಾನಗಿ(CC BY-SA) ಅಡಿಯಲ್ಲಿ ಲಭ್ಯವಾಗುವಂತೆ ಮಾಡಬೇಕು.</p> <p>ಈ ಕೃತಿಯ ನಿಮ್ಮ ಅನುವಾದದ ಕುರಿತು ನೀವು Biblica, Inc. ಗೆ ತಿಳಿಸಲು ಬಯಸಿದರೆ, ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿರಿ https://open.bible/#feedback.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™, ಆಡಿಯೋ ಆವೃತ್ತಿ</p> <p>ಕೃತಿಸ್ವಾಮ್ ℗ 2024 Biblica, Inc. ಮತ್ತು Davar Partners International</p> <p>Biblica® Open Kannada Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ™</p> <p>ಕೃತಿಸ್ವಾಮ್ಯ © 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Kannada Contemporary Version™</p> <p>Copyright © 1999, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” (ಬಿಬ್ಲಿಕಾ) ಎಂಬುದು ಅಮೇರಿಕಾದಲ್ಲಿ ವ್ಯಾಪಾರದ ಗುರುತಾಗಿಯೂ ಕಛೇರಿಯ ಚಿಹ್ನೆಯಾಗಿಯೂ ಬಳಸಲಾಗಿದೆ Biblica, Inc. ಅನುಮತಿಯೊಂದಿಗೆ ಬಳಸಲಾಗಿದೆ.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
2557
+ "copyright": "Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122, \u0c86\u0ca1\u0cbf\u0caf\u0ccb \u0c86\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cbf\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd \u2117 2024 Biblica, Inc. \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 Davar Partners InternationalBiblica\u00ae Open Kannada Contemporary Version\u2122, Audio EditionCopyright \u2117 2024 Biblica, Inc. and Davar Partners InternationalBiblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf \u00a9 1999, 2020, 2022 Biblica, Inc.Biblica\u00ae Open Kannada Contemporary Version\u2122Copyright \u00a9 1999, 2020, 2022 Biblica, Inc.",
2558
+ "info": "<p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122, \u0c86\u0ca1\u0cbf\u0caf\u0ccb \u0c86\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cbf</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd \u2117 2024 Biblica, Inc. \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 Davar Partners International</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122</p> <p>Copyright \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u0cac\u0cbf\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0cbe) \u0c8e\u0c82\u0cac\u0cc1\u0ca6\u0cc1 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0c95\u0c9b\u0cc7\u0cb0\u0cbf\u0caf \u0c9a\u0cbf\u0cb9\u0ccd\u0ca8\u0cc6\u0caf\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6 Biblica, Inc. \u0c85\u0ca8\u0cc1\u0cae\u0ca4\u0cbf\u0caf\u0cca\u0c82\u0ca6\u0cbf\u0c97\u0cc6 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>\u0c87\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA) \u0c85\u0ca1\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb2\u0cad\u0ccd\u0caf\u0cb5\u0cbe\u0c97\u0cc1\u0cb5\u0c82\u0ca4\u0cc6 \u0cae\u0cbe\u0ca1\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6. \u0c88 \u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0caf \u0ca8\u0c95\u0cb2\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb5\u0cc0\u0c95\u0ccd\u0cb7\u0cbf\u0cb8\u0cb2\u0cc1, https://creativecommons.org/licenses/by-sa/4.0|https://creativecommons.org/licenses/by-sa/4.0 \u0cad\u0cc7\u0c9f\u0cbf \u0ca8\u0cc0\u0ca1\u0cbf\u0cb0\u0cbf \u0c85\u0ca5\u0cb5\u0cbe \u0caa\u0ca4\u0ccd\u0cb0\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 Creative Commons, PO Box 1866, Mountain View, CA 94042, USA \u0c95\u0cb3\u0cc1\u0cb9\u0cbf\u0cb8\u0cbf\u0cb0\u0cbf.</p> <p>Biblica\u00ae \u0c8e\u0c82\u0cac\u0cc1\u0ca6\u0cc1 Biblica, Inc. \u0c87\u0c82\u0ca6 \u0ca8\u0cca\u0c82\u0ca6\u0cbe\u0caf\u0cbf\u0cb8\u0cb2\u0cbe\u0ca6 \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0cbe\u0c97\u0cbf \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 Biblica\u00ae \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0cac\u0cb3\u0c95\u0cc6\u0c97\u0cc6 Biblica, Inc. \u0ca8 \u0cb2\u0cbf\u0c96\u0cbf\u0ca4 \u0c85\u0ca8\u0cc1\u0cae\u0ca4\u0cbf\u0caf \u0c85\u0c97\u0ca4\u0ccd\u0caf\u0cb5\u0cbf\u0ca6\u0cc6. CC BY-SA \u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf\u0caf \u0ca8\u0cbf\u0caf\u0cae\u0c97\u0cb3 \u0c85\u0ca1\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf, \u0ca8\u0cc0\u0cb5\u0cc1 Biblica\u00ae \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0ca8\u0ccd\u0ca8\u0cc1 \u0c87\u0c9f\u0ccd\u0c9f\u0cc1\u0c95\u0cca\u0c82\u0ca1\u0cc1 \u0c88 \u0cae\u0cbe\u0cb0\u0ccd\u0caa\u0ca1\u0cbf\u0cb8\u0ca6 \u0c95\u0cc6\u0cb2\u0cb8\u0cb5\u0ca8\u0ccd\u0ca8\u0cc1 \u0ca8\u0cc0\u0cb5\u0cc1 \u0ca8\u0c95\u0cb2\u0cbf\u0cb8\u0cac\u0cb9\u0cc1\u0ca6\u0cc1 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cae\u0cb0\u0cc1\u0cb9\u0c82\u0c9a\u0cbf\u0c95\u0cc6 \u0cae\u0cbe\u0ca1\u0cac\u0cb9\u0cc1\u0ca6\u0cc1. \u0ca8\u0cc0\u0cb5\u0cc1 \u0ca8\u0c95\u0cb2\u0ca8\u0ccd\u0ca8\u0cc1 \u0cae\u0cbe\u0cb0\u0ccd\u0caa\u0ca1\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6 \u0c85\u0ca5\u0cb5\u0cbe \u0c88 \u0c95\u0cc3\u0ca4\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0c85\u0ca8\u0cc1\u0cb5\u0cbe\u0ca6\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6, \u0c86 \u0cae\u0cc2\u0cb2\u0c95 \u0c87\u0ca4\u0cb0\u0cc6 \u0c95\u0cc3\u0ca4\u0cbf\u0caf\u0ca8\u0ccd\u0ca8\u0cc1 \u0cb0\u0c9a\u0cbf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6, \u0ca8\u0cc0\u0cb5\u0cc1 Biblica\u00ae \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0ca8\u0ccd\u0ca8\u0cc1 \u0ca4\u0cc6\u0c97\u0cc6\u0ca6\u0cc1\u0cb9\u0cbe\u0c95\u0cac\u0cc7\u0c95\u0cc1. \u0c87\u0ca4\u0cb0\u0cc6 \u0c95\u0cc3\u0ca4\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf, \u0ca8\u0cc0\u0cb5\u0cc1 \u0caf\u0cbe\u0cb5 \u0cac\u0ca6\u0cb2\u0cbe\u0cb5\u0ca3\u0cc6\u0c97\u0cb3\u0ca8\u0ccd\u0ca8\u0cc1 \u0cae\u0cbe\u0ca1\u0cbf\u0ca6\u0ccd\u0ca6\u0cc0\u0cb0\u0cbf \u0c8e\u0c82\u0cac\u0cc1\u0ca6\u0ca8\u0ccd\u0ca8\u0cc1 \u0ca8\u0cc0\u0cb5\u0cc1 \u0cb8\u0cc2\u0c9a\u0cbf\u0cb8\u0cac\u0cc7\u0c95\u0cc1 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c88 \u0c95\u0cc6\u0cb3\u0c97\u0cbf\u0ca8 \u0cb8\u0cbe\u0cb2\u0ca8\u0ccd\u0ca8\u0cc1 \u0ca8\u0cae\u0cc2\u0ca6\u0cbf\u0cb8\u0cac\u0cc7\u0c95\u0cc1: \u201cBiblica, Inc. \u0cae\u0cc2\u0cb2 \u0c95\u0cc3\u0ca4\u0cbf\u0caf\u0cc1 www.biblica.com \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 open.bible \u0ca8\u0cb2\u0ccd\u0cb2\u0cbf \u0c89\u0c9a\u0cbf\u0ca4\u0cb5\u0cbe\u0c97\u0cbf \u0cb2\u0cad\u0ccd\u0caf\u0cb5\u0cbf\u0ca6\u0cc6.\u201d</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf\u0ca6 \u0cb8\u0cc2\u0c9a\u0ca8\u0cc6\u0caf\u0cc1 \u0c95\u0cc3\u0ca4\u0cbf\u0caf \u0cb6\u0cc0\u0cb0\u0ccd\u0cb7\u0cbf\u0c95\u0cc6 \u0c85\u0ca5\u0cb5\u0cbe \u0cb9\u0c95\u0ccd\u0c95\u0cc1\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf \u0caa\u0cc1\u0c9f\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0c88 \u0c95\u0cc6\u0cb3\u0c97\u0cbf\u0ca8\u0c82\u0ca4\u0cc6 \u0c97\u0ccb\u0c9a\u0cb0\u0cbf\u0cb8\u0cac\u0cc7\u0c95\u0cc1:</p> <p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122, \u0c86\u0ca1\u0cbf\u0caf\u0ccb \u0c86\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cbf</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd \u2117 2024 Biblica, Inc. \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 Davar Partners International</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122</p> <p>Copyright \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u0cac\u0cbf\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0cbe) \u0c8e\u0c82\u0cac\u0cc1\u0ca6\u0cc1 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0c95\u0c9b\u0cc7\u0cb0\u0cbf\u0caf \u0c9a\u0cbf\u0cb9\u0ccd\u0ca8\u0cc6\u0caf\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6 Biblica, Inc. \u0c85\u0ca8\u0cc1\u0cae\u0ca4\u0cbf\u0caf\u0cca\u0c82\u0ca6\u0cbf\u0c97\u0cc6 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6.</p> <p>\u0ca8\u0cbf\u0cae\u0ccd\u0cae \u0c87\u0ca4\u0cb0\u0cc6 \u0c95\u0cc3\u0ca4\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0ca8\u0cc0\u0cb5\u0cc1 \u0c85\u0ca6\u0cc7 \u0caa\u0cb0\u0cb5\u0cbe\u0ca8\u0c97\u0cbf(CC BY-SA) \u0c85\u0ca1\u0cbf\u0caf\u0cb2\u0ccd\u0cb2\u0cbf \u0cb2\u0cad\u0ccd\u0caf\u0cb5\u0cbe\u0c97\u0cc1\u0cb5\u0c82\u0ca4\u0cc6 \u0cae\u0cbe\u0ca1\u0cac\u0cc7\u0c95\u0cc1.</p> <p>\u0c88 \u0c95\u0cc3\u0ca4\u0cbf\u0caf \u0ca8\u0cbf\u0cae\u0ccd\u0cae \u0c85\u0ca8\u0cc1\u0cb5\u0cbe\u0ca6\u0ca6 \u0c95\u0cc1\u0cb0\u0cbf\u0ca4\u0cc1 \u0ca8\u0cc0\u0cb5\u0cc1 Biblica, Inc. \u0c97\u0cc6 \u0ca4\u0cbf\u0cb3\u0cbf\u0cb8\u0cb2\u0cc1 \u0cac\u0caf\u0cb8\u0cbf\u0ca6\u0cb0\u0cc6, \u0ca6\u0caf\u0cb5\u0cbf\u0c9f\u0ccd\u0c9f\u0cc1 \u0ca8\u0cae\u0ccd\u0cae\u0ca8\u0ccd\u0ca8\u0cc1 \u0c87\u0cb2\u0ccd\u0cb2\u0cbf \u0cb8\u0c82\u0caa\u0cb0\u0ccd\u0c95\u0cbf\u0cb8\u0cbf\u0cb0\u0cbf https://open.bible/#feedback.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122, \u0c86\u0ca1\u0cbf\u0caf\u0ccb \u0c86\u0cb5\u0cc3\u0ca4\u0ccd\u0ca4\u0cbf</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd \u2117 2024 Biblica, Inc. \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 Davar Partners International</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0c89\u0c9a\u0cbf\u0ca4 \u0c95\u0ca8\u0ccd\u0ca8\u0ca1 \u0cb8\u0cae\u0c95\u0cbe\u0cb2\u0cbf\u0c95 \u0cad\u0cbe\u0cb7\u0cbe\u0c82\u0ca4\u0cb0\u2122</p> <p>\u0c95\u0cc3\u0ca4\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0ccd\u0caf \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Kannada Contemporary Version\u2122</p> <p>Copyright \u00a9 1999, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d (\u0cac\u0cbf\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0cbe) \u0c8e\u0c82\u0cac\u0cc1\u0ca6\u0cc1 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe\u0ca6\u0cb2\u0ccd\u0cb2\u0cbf \u0cb5\u0ccd\u0caf\u0cbe\u0caa\u0cbe\u0cb0\u0ca6 \u0c97\u0cc1\u0cb0\u0cc1\u0ca4\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0c95\u0c9b\u0cc7\u0cb0\u0cbf\u0caf \u0c9a\u0cbf\u0cb9\u0ccd\u0ca8\u0cc6\u0caf\u0cbe\u0c97\u0cbf\u0caf\u0cc2 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6 Biblica, Inc. \u0c85\u0ca8\u0cc1\u0cae\u0ca4\u0cbf\u0caf\u0cca\u0c82\u0ca6\u0cbf\u0c97\u0cc6 \u0cac\u0cb3\u0cb8\u0cb2\u0cbe\u0c97\u0cbf\u0ca6\u0cc6.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
2530
2559
  },
2531
2560
  {
2532
2561
  "id": "9db0f94978954ed8-01",
@@ -2599,7 +2628,7 @@
2599
2628
  "language": {
2600
2629
  "id": "kan",
2601
2630
  "name": "Kannada",
2602
- "nameLocal": "ಕನ್ನಡ",
2631
+ "nameLocal": "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1",
2603
2632
  "script": "Kannada",
2604
2633
  "scriptDirection": "LTR"
2605
2634
  },
@@ -2731,6 +2760,35 @@
2731
2760
  "copyright": null,
2732
2761
  "info": null
2733
2762
  },
2763
+ {
2764
+ "id": "e81fa77aa01011e7-01",
2765
+ "dblId": "e81fa77aa01011e7",
2766
+ "relatedDbl": null,
2767
+ "name": "Georgian - 1992 Edition (Drama - NT)",
2768
+ "nameLocal": "Georgian - 1992 Edition (Drama - NT)",
2769
+ "abbreviation": null,
2770
+ "abbreviationLocal": null,
2771
+ "description": null,
2772
+ "descriptionLocal": null,
2773
+ "language": {
2774
+ "id": "kat",
2775
+ "name": "Georgian",
2776
+ "nameLocal": "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da",
2777
+ "script": "Gerogian",
2778
+ "scriptDirection": "LTR"
2779
+ },
2780
+ "countries": [
2781
+ {
2782
+ "id": "GE",
2783
+ "name": "Georgia",
2784
+ "nameLocal": "\u10e1\u10d0\u10e5\u10d0\u10e0\u10d7\u10d5\u10d4\u10da\u10dd"
2785
+ }
2786
+ ],
2787
+ "type": "audio",
2788
+ "updatedAt": "2024-07-01T22:56:31.000Z",
2789
+ "copyright": "Text: \u00a9 1980, 1992 Institute for Bible Translation Audio: \u2117 2003 Hosanna",
2790
+ "info": "<p/>"
2791
+ },
2734
2792
  {
2735
2793
  "id": "1dfb082da42f49ef-01",
2736
2794
  "dblId": "1dfb082da42f49ef",
@@ -2757,7 +2815,7 @@
2757
2815
  ],
2758
2816
  "type": "audio",
2759
2817
  "updatedAt": "2025-10-03T02:13:00.000Z",
2760
- "copyright": "© 2014, Wycliffe Bible Translators, Inc. All rights reserved. Tyndale Bible Translators;",
2818
+ "copyright": "\u00a9 2014, Wycliffe Bible Translators, Inc. All rights reserved. \u2117 Tyndale Bible Translators;",
2761
2819
  "info": null
2762
2820
  },
2763
2821
  {
@@ -2765,9 +2823,9 @@
2765
2823
  "dblId": "00cf583a7b334bb5",
2766
2824
  "relatedDbl": "913473cd3c600aa8",
2767
2825
  "name": "Khanty Bible - Luk & Act",
2768
- "nameLocal": "Хӑнты Перевод Библии",
2826
+ "nameLocal": "\u0425\u04d1\u043d\u0442\u044b \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0411\u0438\u0431\u043b\u0438\u0438",
2769
2827
  "abbreviation": "KhPB",
2770
- "abbreviationLocal": "ХБ",
2828
+ "abbreviationLocal": "\u0425\u0411",
2771
2829
  "description": "Khanty Bible - Luk & Act",
2772
2830
  "descriptionLocal": "Khanty Bible - Luk & Act",
2773
2831
  "language": {
@@ -2786,7 +2844,7 @@
2786
2844
  ],
2787
2845
  "type": "audio",
2788
2846
  "updatedAt": "2024-07-01T22:13:02.000Z",
2789
- "copyright": "Text: © Institute for Bible Translation, Finland, 2021; Audio: Институт перевода Библии, 2021.",
2847
+ "copyright": "Text: \u00a9 Institute for Bible Translation, Finland, 2021; Audio: \u2117 \u0418\u043d\u0441\u0442\u0438\u0442\u0443\u0442 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430 \u0411\u0438\u0431\u043b\u0438\u0438, 2021.",
2790
2848
  "info": "<p>Institute for Bible Translation</p>"
2791
2849
  },
2792
2850
  {
@@ -2815,7 +2873,7 @@
2815
2873
  ],
2816
2874
  "type": "audio",
2817
2875
  "updatedAt": "2025-10-03T03:14:19.000Z",
2818
- "copyright": " 2022 The Word for the World Uganda and Hosanna",
2876
+ "copyright": "\u2117 2022 The Word for the World Uganda and Hosanna",
2819
2877
  "info": null
2820
2878
  },
2821
2879
  {
@@ -2844,7 +2902,7 @@
2844
2902
  ],
2845
2903
  "type": "audio",
2846
2904
  "updatedAt": "2025-12-04T02:40:53.000Z",
2847
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Konda Porja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
2905
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Konda Porja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
2848
2906
  "info": null
2849
2907
  },
2850
2908
  {
@@ -2873,7 +2931,7 @@
2873
2931
  ],
2874
2932
  "type": "audio",
2875
2933
  "updatedAt": "2025-12-04T02:45:05.000Z",
2876
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Konda Porja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
2934
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Konda Porja Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
2877
2935
  "info": null
2878
2936
  },
2879
2937
  {
@@ -2902,7 +2960,7 @@
2902
2960
  ],
2903
2961
  "type": "audio",
2904
2962
  "updatedAt": "2025-10-03T03:39:19.000Z",
2905
- "copyright": "Text: The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Koya Translation Samithi, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 HosannaFor church use only",
2963
+ "copyright": "Text: The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Koya Translation Samithi, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 HosannaFor church use only",
2906
2964
  "info": null
2907
2965
  },
2908
2966
  {
@@ -2931,7 +2989,7 @@
2931
2989
  ],
2932
2990
  "type": "audio",
2933
2991
  "updatedAt": "2025-10-03T02:03:46.000Z",
2934
- "copyright": "Text: The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Koya Translation Samithi, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 HosannaFor church use only",
2992
+ "copyright": "Text: The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Koya Translation Samithi, Malkangiri, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 HosannaFor church use only",
2935
2993
  "info": null
2936
2994
  },
2937
2995
  {
@@ -2947,7 +3005,7 @@
2947
3005
  "language": {
2948
3006
  "id": "kfs",
2949
3007
  "name": "Bilaspuri",
2950
- "nameLocal": "बिलासपुरी नौआं नियम",
3008
+ "nameLocal": "\u092c\u093f\u0932\u093e\u0938\u092a\u0941\u0930\u0940 \u0928\u094c\u0906\u0902 \u0928\u093f\u092f\u092e",
2951
3009
  "script": "Devangari",
2952
3010
  "scriptDirection": "LTR"
2953
3011
  },
@@ -2989,7 +3047,7 @@
2989
3047
  ],
2990
3048
  "type": "audio",
2991
3049
  "updatedAt": "2024-07-01T22:57:59.000Z",
2992
- "copyright": "\"The copyright is jointly and equally held by 2021 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 HosannaFor church use only",
3050
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2021 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 HosannaFor church use only",
2993
3051
  "info": null
2994
3052
  },
2995
3053
  {
@@ -3018,7 +3076,7 @@
3018
3076
  ],
3019
3077
  "type": "audio",
3020
3078
  "updatedAt": "2024-07-01T22:38:08.000Z",
3021
- "copyright": "\"The copyright is jointly and equally held by 2021 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 HosannaFor church use only",
3079
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2021 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 HosannaFor church use only",
3022
3080
  "info": null
3023
3081
  },
3024
3082
  {
@@ -3034,7 +3092,7 @@
3034
3092
  "language": {
3035
3093
  "id": "kfx",
3036
3094
  "name": "Pahari, Kullu",
3037
- "nameLocal": "औटर सेराजी",
3095
+ "nameLocal": "\u0914\u091f\u0930 \u0938\u0947\u0930\u093e\u091c\u0940",
3038
3096
  "script": "Devanagari",
3039
3097
  "scriptDirection": "LTR"
3040
3098
  },
@@ -3084,7 +3142,7 @@
3084
3142
  "dblId": "5af0543c2e734aa3",
3085
3143
  "relatedDbl": "4761dfda0fe61278",
3086
3144
  "name": "Kulvi Outer Seraji New Testament",
3087
- "nameLocal": "औटर सेराजी स्टैण्डर्ड वर्शन",
3145
+ "nameLocal": "\u0914\u091f\u0930 \u0938\u0947\u0930\u093e\u091c\u0940 \u0938\u094d\u091f\u0948\u0923\u094d\u0921\u0930\u094d\u0921 \u0935\u0930\u094d\u0936\u0928",
3088
3146
  "abbreviation": null,
3089
3147
  "abbreviationLocal": null,
3090
3148
  "description": null,
@@ -3092,7 +3150,7 @@
3092
3150
  "language": {
3093
3151
  "id": "kfx",
3094
3152
  "name": "Pahari, Kullu",
3095
- "nameLocal": "औटर सेराजी",
3153
+ "nameLocal": "\u0914\u091f\u0930 \u0938\u0947\u0930\u093e\u091c\u0940",
3096
3154
  "script": "Devanagari",
3097
3155
  "scriptDirection": "LTR"
3098
3156
  },
@@ -3142,7 +3200,7 @@
3142
3200
  "dblId": "a6ab757a5af18616",
3143
3201
  "relatedDbl": "1c002a45d6b8394a",
3144
3202
  "name": "Ariun Bible 2013",
3145
- "nameLocal": "Ариун Библи 2013",
3203
+ "nameLocal": "\u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0431\u043b\u0438 2013",
3146
3204
  "abbreviation": "AB2013",
3147
3205
  "abbreviationLocal": "AB2013",
3148
3206
  "description": null,
@@ -3150,7 +3208,7 @@
3150
3208
  "language": {
3151
3209
  "id": "khk",
3152
3210
  "name": "Halh Mongolian",
3153
- "nameLocal": "Монгол",
3211
+ "nameLocal": "\u041c\u043e\u043d\u0433\u043e\u043b",
3154
3212
  "script": "Cyrillic",
3155
3213
  "scriptDirection": "LTR"
3156
3214
  },
@@ -3163,8 +3221,8 @@
3163
3221
  ],
3164
3222
  "type": "audio",
3165
3223
  "updatedAt": "2024-07-01T22:45:07.000Z",
3166
- "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2017 © Ариун Бичээс Нийгэмлэг, 2017",
3167
- "info": "<p>If you would like to buy a printed Bible please contact Mongolian Union Bible Society.</p> <p>Хэрэв та Ариун Библи худалдан авахыг хүсэж байвал Ариун Бичээс Нийгэмлэгтэй холбоо бариарай.</p> <p>Ариун Бичээс Нийгэмлэг, 2017</p>"
3224
+ "copyright": "\u00a9 The Mongolian AB Audio Bible, Davar Partners International, 2017 \u00a9 \u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0447\u044d\u044d\u0441 \u041d\u0438\u0439\u0433\u044d\u043c\u043b\u044d\u0433, 2017",
3225
+ "info": "<p>If you would like to buy a printed Bible please contact Mongolian Union Bible Society.</p> <p>\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0431\u043b\u0438 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0430\u0445\u044b\u0433 \u0445\u04af\u0441\u044d\u0436 \u0431\u0430\u0439\u0432\u0430\u043b \u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0447\u044d\u044d\u0441 \u041d\u0438\u0439\u0433\u044d\u043c\u043b\u044d\u0433\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0430\u0440\u0430\u0439.</p> <p>\u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0447\u044d\u044d\u0441 \u041d\u0438\u0439\u0433\u044d\u043c\u043b\u044d\u0433, 2017</p>"
3168
3226
  },
3169
3227
  {
3170
3228
  "id": "7de6cebac1b611e3-01",
@@ -3192,7 +3250,7 @@
3192
3250
  ],
3193
3251
  "type": "audio",
3194
3252
  "updatedAt": "2024-07-01T22:38:03.000Z",
3195
- "copyright": "© United Bible Societies, 1997, 2005 2006 Hosanna",
3253
+ "copyright": "\u00a9 United Bible Societies, 1997, 2005 \u2117 2006 Hosanna",
3196
3254
  "info": null
3197
3255
  },
3198
3256
  {
@@ -3228,8 +3286,8 @@
3228
3286
  "id": "065f947de1613d3d-01",
3229
3287
  "dblId": "065f947de1613d3d",
3230
3288
  "relatedDbl": "af5ec0cf514e94ec,be8dc4ba39edf911",
3231
- "name": "Biblica® Open Kikuyu Holy Word of God™, Audio Edition",
3232
- "nameLocal": "Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™, Gĩthometwo na Mũgambo",
3289
+ "name": "Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio Edition",
3290
+ "nameLocal": "Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122, G\u0129thometwo na M\u0169gambo",
3233
3291
  "abbreviation": "GKY",
3234
3292
  "abbreviationLocal": "GKY",
3235
3293
  "description": null,
@@ -3250,8 +3308,8 @@
3250
3308
  ],
3251
3309
  "type": "audio",
3252
3310
  "updatedAt": "2025-10-03T01:59:23.000Z",
3253
- "copyright": "Biblica® Open Kikuyu Holy Word of God™, Audio EditionCopyright 2015 by Biblica, Inc Used by permission. Biblica® Open Kikuyu Holy Word of God Copyright © 2013 by Biblica, Inc.®Used with permission. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. .",
3254
- "info": "<p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™, Gĩthometwo na Mũgambo </p> <p>Kĩmenyitha kia Mwene-wĩra wa Gũthomwo na Mũgambo 2015 Biblica, Inc. </p> <p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™</p> <p>Kĩmenyithia kĩa Mwene-wĩra © 2013 Biblica, Inc.</p> <p>Biblica® Open Kikuyu Holy Word of God™, Audio Edition </p> <p>Copyright 2015 by Biblica, Inc. </p> <p>Biblica® Open Kikuyu Holy Word of God </p> <p>Copyright © 2013 by Biblica, Inc. </p> <p>“Biblica” mũhũri wa biacara wandĩkithĩtio wabici-inĩ ya United States Patent and Trademark Office Biblica, Inc. Ũhũthĩrĩtwo na rũtha. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>Wĩra ũyũ ũheanĩtwo na ũndũ wa rũtha rwa biacara rwa Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Ũngĩenda kuona kobĩ ya rũtha rũrũ rwa biacara, rora rũrenda-inĩ rwa: http://creativecommons.org/licenses/by-sa/4.0, kana ũtũme marũa kũrĩ: Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® mũhũri wa biacara wandĩkithĩtio Biblica, Inc., kũhũthĩra mũhũri wa biacara wa Biblica® kũbataraga marũa ma gwĩtĩkĩrio kuuma kũrĩ Biblica, Inc. Kuumana na rũtha rwa biacara rwa CC BY-SA, no ũkobie kana ũtambie wĩra ũyũ ũtarĩ mũgarũre, ĩndĩ ndũkagarũre rũri rwa biacara rwa Biblica®. Ũngĩgarũra kana ũkobie wĩra ũyũ, na tondũ wa ũguo ũtuĩke wĩra mwerũ uumanĩte na ũcio-rĩ, no nginya weheria mũhũri wa biacara wa Biblica®. Wĩra-inĩ ũcio mwerũ no nginya wonanie maũndũ marĩkũ ũgarũrĩte, na ũtarĩrie wĩra-inĩ ũcio ta ũũ: “Wĩra wa kĩhumo warĩ wa Biblica, Inc. na ũheanĩtwo tũhũ ng’enda-inĩ cia www.biblica.com na open.bible.”</p> <p>Kĩmenyitha kia Mwene-wĩra no nginya kĩandĩkwo iratathi rĩa kĩongo kĩa wĩra kana rĩa ũhoro wa Mwene-wĩra ta ũũ: </p> <p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™, Gĩthometwo na Mũgambo </p> <p>Kĩmenyitha kia Mwene-wĩra wa Gũthomwo na Mũgambo 2015 Biblica, Inc. </p> <p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™</p> <p>Kĩmenyithia kĩa Mwene-wĩra © 2013 Biblica, Inc.</p> <p>Biblica® Open Kikuyu Holy Word of God™, Audio Edition </p> <p>Copyright 2015 by Biblica, Inc. </p> <p>Biblica® Open Kikuyu Holy Word of God </p> <p>Copyright © 2013 by Biblica, Inc. </p> <p>“Biblica” mũhũri wa biacara wandĩkithĩtio wabici-inĩ ya United States Patent and Trademark Office Biblica, Inc. Ũhũthĩrĩtwo na rũtha. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>No nginya wĩtĩkĩrie wĩra ũcio mwerũ ũgarũrĩte ũheanwo na ũndũ wa rũtha rwa biacara rũu rwa CC BY-SA.</p> <p>Ũngĩenda kũmenyithia Biblica, Inc. ũhoro wĩgiĩ ũtaũri waku wa wĩra ũyũ-rĩ, twandĩkĩre rũrenda-inĩ rwa: https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™, Gĩthometwo na Mũgambo </p> <p>Kĩmenyitha kia Mwene-wĩra wa Gũthomwo na Mũgambo 2015 Biblica, Inc. </p> <p>Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™</p> <p>Kĩmenyithia kĩa Mwene-wĩra © 2013 Biblica, Inc.</p> <p>Biblica® Open Kikuyu Holy Word of God™, Audio Edition </p> <p>Copyright 2015 by Biblica, Inc. </p> <p>Biblica® Open Kikuyu Holy Word of God </p> <p>Copyright © 2013 by Biblica, Inc. </p> <p>“Biblica” mũhũri wa biacara wandĩkithĩtio wabici-inĩ ya United States Patent and Trademark Office Biblica, Inc. Ũhũthĩrĩtwo na rũtha.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
3311
+ "copyright": "Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio EditionCopyright \u2117 2015 by Biblica, Inc.\u00ae Used by permission. Biblica\u00ae Open Kikuyu Holy Word of God\u2122 Copyright \u00a9 2013 by Biblica, Inc.\u00aeUsed with permission. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. .",
3312
+ "info": "<p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122, G\u0129thometwo na M\u0169gambo </p> <p>K\u0129menyitha kia Mwene-w\u0129ra wa G\u0169thomwo na M\u0169gambo \u2117 2015 n\u0129 Biblica, Inc. </p> <p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122</p> <p>K\u0129menyithia k\u0129a Mwene-w\u0129ra \u00a9 2013 n\u0129 Biblica, Inc.</p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio Edition </p> <p>Copyright \u2117 2015 by Biblica, Inc. </p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122 </p> <p>Copyright \u00a9 2013 by Biblica, Inc. </p> <p>\u201cBiblica\u201d n\u0129 m\u0169h\u0169ri wa biacara wand\u0129kith\u0129tio wabici-in\u0129 ya United States Patent and Trademark Office n\u0129 Biblica, Inc. \u0168h\u0169th\u0129r\u0129two na r\u0169tha. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>W\u0129ra \u0169y\u0169 \u0169hean\u0129two na \u0169nd\u0169 wa r\u0169tha rwa biacara rwa Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). \u0168ng\u0129enda kuona kob\u0129 ya r\u0169tha r\u0169r\u0169 rwa biacara, rora r\u0169renda-in\u0129 rwa: http://creativecommons.org/licenses/by-sa/4.0, kana \u0169t\u0169me mar\u0169a k\u0169r\u0129: Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae n\u0129 m\u0169h\u0169ri wa biacara wand\u0129kith\u0129tio n\u0129 Biblica, Inc., k\u0169h\u0169th\u0129ra m\u0169h\u0169ri wa biacara wa Biblica\u00ae k\u0169bataraga mar\u0169a ma gw\u0129t\u0129k\u0129rio kuuma k\u0169r\u0129 Biblica, Inc. Kuumana na r\u0169tha rwa biacara rwa CC BY-SA, no \u0169kobie kana \u0169tambie w\u0129ra \u0169y\u0169 \u0169tar\u0129 m\u0169gar\u0169re, \u0129nd\u0129 nd\u0169kagar\u0169re r\u0169ri rwa biacara rwa Biblica\u00ae. \u0168ng\u0129gar\u0169ra kana \u0169kobie w\u0129ra \u0169y\u0169, na tond\u0169 wa \u0169guo \u0169tu\u0129ke n\u0129 w\u0129ra mwer\u0169 uuman\u0129te na \u0169cio-r\u0129, no nginya weheria m\u0169h\u0169ri wa biacara wa Biblica\u00ae. W\u0129ra-in\u0129 \u0169cio mwer\u0169 no nginya wonanie n\u0129 ma\u0169nd\u0169 mar\u0129k\u0169 \u0169gar\u0169r\u0129te, na \u0169tar\u0129rie w\u0129ra-in\u0129 \u0169cio ta \u0169\u0169: \u201cW\u0129ra wa k\u0129humo war\u0129 wa Biblica, Inc. na \u0169hean\u0129two t\u0169h\u0169 ng\u2019enda-in\u0129 cia www.biblica.com na open.bible.\u201d</p> <p>K\u0129menyitha kia Mwene-w\u0129ra no nginya k\u0129and\u0129kwo iratathi r\u0129a k\u0129ongo k\u0129a w\u0129ra kana r\u0129a \u0169horo wa Mwene-w\u0129ra ta \u0169\u0169: </p> <p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122, G\u0129thometwo na M\u0169gambo </p> <p>K\u0129menyitha kia Mwene-w\u0129ra wa G\u0169thomwo na M\u0169gambo \u2117 2015 n\u0129 Biblica, Inc. </p> <p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122</p> <p>K\u0129menyithia k\u0129a Mwene-w\u0129ra \u00a9 2013 n\u0129 Biblica, Inc.</p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio Edition </p> <p>Copyright \u2117 2015 by Biblica, Inc. </p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122 </p> <p>Copyright \u00a9 2013 by Biblica, Inc. </p> <p>\u201cBiblica\u201d n\u0129 m\u0169h\u0169ri wa biacara wand\u0129kith\u0129tio wabici-in\u0129 ya United States Patent and Trademark Office n\u0129 Biblica, Inc. \u0168h\u0169th\u0129r\u0129two na r\u0169tha. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>No nginya w\u0129t\u0129k\u0129rie w\u0129ra \u0169cio mwer\u0169 \u0169gar\u0169r\u0129te \u0169heanwo na \u0169nd\u0169 wa r\u0169tha rwa biacara r\u0169u rwa CC BY-SA.</p> <p>\u0168ng\u0129enda k\u0169menyithia Biblica, Inc. \u0169horo w\u0129gi\u0129 \u0169ta\u0169ri waku wa w\u0129ra \u0169y\u0169-r\u0129, twand\u0129k\u0129re r\u0169renda-in\u0129 rwa: https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122, G\u0129thometwo na M\u0169gambo </p> <p>K\u0129menyitha kia Mwene-w\u0129ra wa G\u0169thomwo na M\u0169gambo \u2117 2015 n\u0129 Biblica, Inc. </p> <p>Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122</p> <p>K\u0129menyithia k\u0129a Mwene-w\u0129ra \u00a9 2013 n\u0129 Biblica, Inc.</p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio Edition </p> <p>Copyright \u2117 2015 by Biblica, Inc. </p> <p>Biblica\u00ae Open Kikuyu Holy Word of God\u2122 </p> <p>Copyright \u00a9 2013 by Biblica, Inc. </p> <p>\u201cBiblica\u201d n\u0129 m\u0169h\u0169ri wa biacara wand\u0129kith\u0129tio wabici-in\u0129 ya United States Patent and Trademark Office n\u0129 Biblica, Inc. \u0168h\u0169th\u0129r\u0129two na r\u0169tha.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
3255
3313
  },
3256
3314
  {
3257
3315
  "id": "1260ba0b4fbb4574-01",
@@ -3287,7 +3345,7 @@
3287
3345
  "dblId": "a4c7cb9c479111e7",
3288
3346
  "relatedDbl": "7dbdb4d39d4a8d83",
3289
3347
  "name": "Kurdish Kurmanji - 2009 Edition (Drama NT)",
3290
- "nameLocal": "Kurmanji Încîl 2009",
3348
+ "nameLocal": "Kurmanji \u00cenc\u00eel 2009",
3291
3349
  "abbreviation": "KNTP",
3292
3350
  "abbreviationLocal": "KNTP09",
3293
3351
  "description": null,
@@ -3308,7 +3366,7 @@
3308
3366
  ],
3309
3367
  "type": "audio",
3310
3368
  "updatedAt": "2024-07-01T22:44:58.000Z",
3311
- "copyright": "Text: © United Bible Societies, 2005 Audio: 2009 Hosanna",
3369
+ "copyright": "Text: \u00a9 United Bible Societies, 2005 Audio: \u2117 2009 Hosanna",
3312
3370
  "info": null
3313
3371
  },
3314
3372
  {
@@ -3316,15 +3374,15 @@
3316
3374
  "dblId": "2211d71757bf467a",
3317
3375
  "relatedDbl": "e959e47176271f18",
3318
3376
  "name": "Korean Living Bible 1985 Audio Edition",
3319
- "nameLocal": "현대인의성경 1985",
3377
+ "nameLocal": "\ud604\ub300\uc778\uc758\uc131\uacbd 1985",
3320
3378
  "abbreviation": "KLB",
3321
3379
  "abbreviationLocal": "KLB",
3322
3380
  "description": "Bible",
3323
- "descriptionLocal": "성경",
3381
+ "descriptionLocal": "\uc131\uacbd",
3324
3382
  "language": {
3325
3383
  "id": "kor",
3326
3384
  "name": "Korean",
3327
- "nameLocal": "한국어",
3385
+ "nameLocal": "\ud55c\uad6d\uc5b4",
3328
3386
  "script": "Korean (Hangul + Han)",
3329
3387
  "scriptDirection": "LTR"
3330
3388
  },
@@ -3337,8 +3395,8 @@
3337
3395
  ],
3338
3396
  "type": "audio",
3339
3397
  "updatedAt": "2024-07-01T22:19:15.000Z",
3340
- "copyright": "© 1985 by Biblica, Inc",
3341
- "info": "<p>Biblica provides Godʼs Word to people through translation, publishing and Bible engagement in Africa, Asia Pacific, Europe, Latin America, Middle East, and North America. Through its worldwide reach, Biblica engages people with Godʼs Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
3398
+ "copyright": "\u00a9 1985 by Biblica, Inc.\u00ae",
3399
+ "info": "<p>Biblica provides God\u02bcs Word to people through translation, publishing and Bible engagement in Africa, Asia Pacific, Europe, Latin America, Middle East, and North America. Through its worldwide reach, Biblica engages people with God\u02bcs Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
3342
3400
  },
3343
3401
  {
3344
3402
  "id": "51c88ddb3ed54533-01",
@@ -3382,7 +3440,7 @@
3382
3440
  "language": {
3383
3441
  "id": "kxp",
3384
3442
  "name": "Koli, Wadiyara",
3385
- "nameLocal": "કોલી",
3443
+ "nameLocal": "\u0a95\u0acb\u0ab2\u0ac0",
3386
3444
  "script": "Gujarati",
3387
3445
  "scriptDirection": "LTR"
3388
3446
  },
@@ -3424,7 +3482,7 @@
3424
3482
  ],
3425
3483
  "type": "audio",
3426
3484
  "updatedAt": "2024-07-01T22:55:01.000Z",
3427
- "copyright": "The copyright is jointly and equally held by:Copyright © 2020 The Word for the World International. All Rights ReservedCopyright © 2020 Kuvi Translation Samithi, Semiliguda, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 HosannaFor church use only",
3485
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2020 The Word for the World International. All Rights ReservedCopyright \u00a9 2020 Kuvi Translation Samithi, Semiliguda, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 HosannaFor church use only",
3428
3486
  "info": null
3429
3487
  },
3430
3488
  {
@@ -3453,7 +3511,7 @@
3453
3511
  ],
3454
3512
  "type": "audio",
3455
3513
  "updatedAt": "2024-07-01T22:18:42.000Z",
3456
- "copyright": "The copyright is jointly and equally held by:Copyright © 2020 The Word for the World International. All Rights ReservedCopyright © 2020 Kuvi Translation Samithi, Semiliguda, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 HosannaFor church use only",
3514
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2020 The Word for the World International. All Rights ReservedCopyright \u00a9 2020 Kuvi Translation Samithi, Semiliguda, Koraput, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 HosannaFor church use only",
3457
3515
  "info": null
3458
3516
  },
3459
3517
  {
@@ -3569,7 +3627,7 @@
3569
3627
  ],
3570
3628
  "type": "audio",
3571
3629
  "updatedAt": "2025-10-03T03:56:08.000Z",
3572
- "copyright": "© 2020 The Word for the World International All Rights Reserved ℗2021 Hosanna",
3630
+ "copyright": "\u00a9 2020 The Word for the World International All Rights Reserved \u21172021 Hosanna",
3573
3631
  "info": null
3574
3632
  },
3575
3633
  {
@@ -3585,7 +3643,7 @@
3585
3643
  "language": {
3586
3644
  "id": "lbm",
3587
3645
  "name": "Lodhi",
3588
- "nameLocal": "परमेश्वर को सच्चो वचन",
3646
+ "nameLocal": "\u092a\u0930\u092e\u0947\u0936\u094d\u0935\u0930 \u0915\u094b \u0938\u091a\u094d\u091a\u094b \u0935\u091a\u0928",
3589
3647
  "script": "Devanagari",
3590
3648
  "scriptDirection": "LTR"
3591
3649
  },
@@ -3598,7 +3656,7 @@
3598
3656
  ],
3599
3657
  "type": "audio",
3600
3658
  "updatedAt": "2025-10-03T02:10:09.000Z",
3601
- "copyright": "© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Lodhi Translation Samithi, Gondia, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. 2024 Hosanna;",
3659
+ "copyright": "\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Lodhi Translation Samithi, Gondia, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. \u2117 2024 Hosanna;",
3602
3660
  "info": null
3603
3661
  },
3604
3662
  {
@@ -3614,7 +3672,7 @@
3614
3672
  "language": {
3615
3673
  "id": "lbm",
3616
3674
  "name": "Lodhi",
3617
- "nameLocal": "परमेश्वर को सच्चो वचन",
3675
+ "nameLocal": "\u092a\u0930\u092e\u0947\u0936\u094d\u0935\u0930 \u0915\u094b \u0938\u091a\u094d\u091a\u094b \u0935\u091a\u0928",
3618
3676
  "script": "Devanagari",
3619
3677
  "scriptDirection": "LTR"
3620
3678
  },
@@ -3627,23 +3685,23 @@
3627
3685
  ],
3628
3686
  "type": "audio",
3629
3687
  "updatedAt": "2025-10-03T03:03:34.000Z",
3630
- "copyright": "© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Lodhi Translation Samithi, Gondia, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. 2024 Hosanna;",
3688
+ "copyright": "\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Lodhi Translation Samithi, Gondia, (MH) All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. \u2117 2024 Hosanna;",
3631
3689
  "info": null
3632
3690
  },
3633
3691
  {
3634
3692
  "id": "6fdd664c807642d3-01",
3635
3693
  "dblId": "6fdd664c807642d3",
3636
3694
  "relatedDbl": "f38380d52ccc605a,ac6b6b7cd1e93057",
3637
- "name": "Biblica® Open Lingala Contemporary Bible™, Audio Edition",
3638
- "nameLocal": "Biblica® Salela na bonsomi Mokanda na Bomoi™, Ebongisami na maloba",
3695
+ "name": "Biblica\u00ae Open Lingala Contemporary Bible\u2122, Audio Edition",
3696
+ "nameLocal": "Biblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122, Ebongisami na maloba",
3639
3697
  "abbreviation": "OLCB",
3640
3698
  "abbreviationLocal": "SMNB",
3641
- "description": "Biblica® Open Lingala Contemporary Bible™, Audio Edition",
3642
- "descriptionLocal": "Biblica® Salela na bonsomi Mokanda na Bomoi™, Ebongisami na maloba",
3699
+ "description": "Biblica\u00ae Open Lingala Contemporary Bible\u2122, Audio Edition",
3700
+ "descriptionLocal": "Biblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122, Ebongisami na maloba",
3643
3701
  "language": {
3644
3702
  "id": "lin",
3645
3703
  "name": "Lingala",
3646
- "nameLocal": "Lingála",
3704
+ "nameLocal": "Ling\u00e1la",
3647
3705
  "script": "Latin",
3648
3706
  "scriptDirection": "LTR"
3649
3707
  },
@@ -3656,7 +3714,7 @@
3656
3714
  ],
3657
3715
  "type": "audio",
3658
3716
  "updatedAt": "2024-07-01T22:35:58.000Z",
3659
- "copyright": "Biblica® Salela na bonsomi Mokanda na Bomoi™, Ebongisami na malobaMakomi na se ya bokonzi © 2021 Biblica, Inc. mpe ya Davar Partners InternationalBiblica® Open Lingala Contemporary Bible™, Audio EditionCopyright © 2021 by Biblica, Inc. and Davar Partners InternationalBiblica® Salela na bonsomi Mokanda na Bomoi™Makomi na se ya bokonzi © 2002, 2020 Biblica, Inc.Biblica® Open Lingala Contemporary Bible™Copyright © 2002, 2020 by Biblica, Inc Biblica » mpe elembo ya Biblica ezali bilembo ya mombongo oyo Biblica, Inc. akomisa na mikanda ya leta mpe na ndako ya mosala ya nkita ya ekolo Amerika. Esalelami na ndingisa ya Biblica.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
3717
+ "copyright": "Biblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122, Ebongisami na malobaMakomi na se ya bokonzi \u00a9 2021 Biblica, Inc. mpe ya Davar Partners InternationalBiblica\u00ae Open Lingala Contemporary Bible\u2122, Audio EditionCopyright \u00a9 2021 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122Makomi na se ya bokonzi \u00a9 2002, 2020 Biblica, Inc.Biblica\u00ae Open Lingala Contemporary Bible\u2122Copyright \u00a9 2002, 2020 by Biblica, Inc.\u00ab Biblica \u00bb mpe elembo ya Biblica ezali bilembo ya mombongo oyo Biblica, Inc. akomisa na mikanda ya leta mpe na ndako ya mosala ya nkita ya ekolo Amerika. Esalelami na ndingisa ya Biblica.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
3660
3718
  "info": null
3661
3719
  },
3662
3720
  {
@@ -3685,15 +3743,15 @@
3685
3743
  ],
3686
3744
  "type": "audio",
3687
3745
  "updatedAt": "2025-10-03T02:15:16.000Z",
3688
- "copyright": "©2023 Seed Company in collaboration with Language Developers and Bible Translators Association",
3746
+ "copyright": "\u00a92023 Seed Company in collaboration with Language Developers and Bible Translators Association",
3689
3747
  "info": null
3690
3748
  },
3691
3749
  {
3692
3750
  "id": "14b06ff3b2cf5e97-01",
3693
3751
  "dblId": "14b06ff3b2cf5e97",
3694
3752
  "relatedDbl": "da34f369635c82b8,f276be3571f516cb",
3695
- "name": "Biblica® Open Luganda Contemporary Bible™, Audio Edition",
3696
- "nameLocal": "Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™, Audio Edition",
3753
+ "name": "Biblica\u00ae Open Luganda Contemporary Bible\u2122, Audio Edition",
3754
+ "nameLocal": "Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122, Audio Edition",
3697
3755
  "abbreviation": "LCB",
3698
3756
  "abbreviationLocal": "EEEE",
3699
3757
  "description": null,
@@ -3714,15 +3772,15 @@
3714
3772
  ],
3715
3773
  "type": "audio",
3716
3774
  "updatedAt": "2024-07-01T22:17:12.000Z",
3717
- "copyright": "Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™, Audio Edition Obwannannyini 2016 bwa Biblica, Inc. Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi Obwannannyini © 1984, 1986, 1993, 2014 bwa Biblica, Inc. Biblica® Open Luganda Contemporary Bible™, Audio Edition Copyright © 2016 by Biblica, Inc. Biblica® Open Luganda Contemporary Bible Copyright © 1984, 1986, 1993, 2014 by Biblica, Inc. “Biblica” Linnya ery’obwannannyini eryawandiisibwa Biblica mu Amerika era nga balina n’ekkakkalabozo, Inc. Bwaweebwa olukusa okulikozesa. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
3718
- "info": "<p>Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™, Audio Edition </p> <p>Obwannannyini 2016 bwa Biblica, Inc. </p> <p>Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi </p> <p>Obwannannyini © 1984, 1986, 1993, 2014 bwa Biblica, Inc. </p> <p>Biblica® Open Luganda Contemporary Bible™, Audio Edition </p> <p>Copyright © 2016 by Biblica, Inc. </p> <p>Biblica® Open Luganda Contemporary Bible </p> <p>Copyright © 1984, 1986, 1993, 2014 by Biblica, Inc. </p> <p>“Biblica” Linnya ery’obwannannyini eryawandiisibwa Biblica mu Amerika era nga balina n’ekkakkalabozo, Inc. Bwaweebwa olukusa okulikozesa. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br/></p> <p>Omulimu guno gusaasaanyizibwa ekitongole ekiyitibwa Attributions-Share Alike 4.0 nga bakozesa Layisinsi (CC BY-SA). Okulaba Layisinsi, genda ku mukutu: http://creativecommons.org/licenses/by-sa/4.0 oba weereza ebbaluwa eri Creative Commons, P. O. Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica ® linnya ery’obwannannyini eryawandiisibwa Biblica, Inc, okukozesa erinnya Biblica ® omuntu alina okusaba olukusa okuva eri Biblica, Inc. Ng’ogoberera ebiragiro bya Layisinsi CC BY-SA, oyinza okukubisaamu n’osaasaanya omulimu nga togukyusizzakyusizza kasita oba nga teweetantadde kukyusa linnya lya Biblica®. Nga waliwo omulimu gw’osimbuddemu okukozesa, olina okulaga enkyukakyuka zookoze era omulimu ogwo gwogereko bwoti: “Omulimu gwa Biblica, Inc ogwasookera ddala osobola okugufuna ate nga gwa bwereere ku www.biblica.com ne open.bible.” </p> <p>Ekirango ky’obwannannyini kirina okulagibwa ku mutwe oba olupapula lw’omulimu olubeerako obwannannyini bwe buti: </p> <p> Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™, Audio Edition <br/>Obwannannyini 2016 bwa Biblica, Inc. <br/>Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi <br/>Obwannannyini © 1984, 1986, 1993, 2014 bwa Biblica, Inc. </p> <p>Biblica® Open Luganda Contemporary Bible™, Audio Edition <br/>Copyright © 2016 by Biblica, Inc. <br/>Biblica® Open Luganda Contemporary Bible </p>"
3775
+ "copyright": "Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122, Audio Edition Obwannannyini \u2117 2016 bwa Biblica, Inc. Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122 Obwannannyini \u00a9 1984, 1986, 1993, 2014 bwa Biblica, Inc. Biblica\u00ae Open Luganda Contemporary Bible\u2122, Audio Edition Copyright \u00a9 2016 by Biblica, Inc. Biblica\u00ae Open Luganda Contemporary Bible\u2122 Copyright \u00a9 1984, 1986, 1993, 2014 by Biblica, Inc. \u201cBiblica\u201d Linnya ery\u2019obwannannyini eryawandiisibwa Biblica mu Amerika era nga balina n\u2019ekkakkalabozo, Inc. Bwaweebwa olukusa okulikozesa. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
3776
+ "info": "<p>Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122, Audio Edition </p> <p>Obwannannyini \u2117 2016 bwa Biblica, Inc. </p> <p>Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122 </p> <p>Obwannannyini \u00a9 1984, 1986, 1993, 2014 bwa Biblica, Inc. </p> <p>Biblica\u00ae Open Luganda Contemporary Bible\u2122, Audio Edition </p> <p>Copyright \u00a9 2016 by Biblica, Inc. </p> <p>Biblica\u00ae Open Luganda Contemporary Bible\u2122 </p> <p>Copyright \u00a9 1984, 1986, 1993, 2014 by Biblica, Inc. </p> <p>\u201cBiblica\u201d Linnya ery\u2019obwannannyini eryawandiisibwa Biblica mu Amerika era nga balina n\u2019ekkakkalabozo, Inc. Bwaweebwa olukusa okulikozesa. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br/></p> <p>Omulimu guno gusaasaanyizibwa ekitongole ekiyitibwa Attributions-Share Alike 4.0 nga bakozesa Layisinsi (CC BY-SA). Okulaba Layisinsi, genda ku mukutu: http://creativecommons.org/licenses/by-sa/4.0 oba weereza ebbaluwa eri Creative Commons, P. O. Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica \u00ae linnya ery\u2019obwannannyini eryawandiisibwa Biblica, Inc, okukozesa erinnya Biblica \u00ae omuntu alina okusaba olukusa okuva eri Biblica, Inc. Ng\u2019ogoberera ebiragiro bya Layisinsi CC BY-SA, oyinza okukubisaamu n\u2019osaasaanya omulimu nga togukyusizzakyusizza kasita oba nga teweetantadde kukyusa linnya lya Biblica\u00ae. Nga waliwo omulimu gw\u2019osimbuddemu okukozesa, olina okulaga enkyukakyuka zookoze era omulimu ogwo gwogereko bwoti: \u201cOmulimu gwa Biblica, Inc ogwasookera ddala osobola okugufuna ate nga gwa bwereere ku www.biblica.com ne open.bible.\u201d </p> <p>Ekirango ky\u2019obwannannyini kirina okulagibwa ku mutwe oba olupapula lw\u2019omulimu olubeerako obwannannyini bwe buti: </p> <p> Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122, Audio Edition <br/>Obwannannyini \u2117 2016 bwa Biblica, Inc. <br/>Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122 <br/>Obwannannyini \u00a9 1984, 1986, 1993, 2014 bwa Biblica, Inc. </p> <p>Biblica\u00ae Open Luganda Contemporary Bible\u2122, Audio Edition <br/>Copyright \u00a9 2016 by Biblica, Inc. <br/>Biblica\u00ae Open Luganda Contemporary Bible\u2122 </p>"
3719
3777
  },
3720
3778
  {
3721
3779
  "id": "5d1902ecdf5349d3-01",
3722
3780
  "dblId": "5d1902ecdf5349d3",
3723
3781
  "relatedDbl": "5c9c2862a4595a64,4d4df8722134c5ee",
3724
- "name": "Biblica® Open New Luo Translation™, Audio Edition",
3725
- "nameLocal": "Biblica® Ochiw Thuolo Motingʼo Loko Manyien™, Audio Edition",
3782
+ "name": "Biblica\u00ae Open New Luo Translation\u2122, Audio Edition",
3783
+ "nameLocal": "Biblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122, Audio Edition",
3726
3784
  "abbreviation": "ONLT",
3727
3785
  "abbreviationLocal": "OMLM",
3728
3786
  "description": null,
@@ -3743,7 +3801,7 @@
3743
3801
  ],
3744
3802
  "type": "audio",
3745
3803
  "updatedAt": "2024-07-01T22:32:03.000Z",
3746
- "copyright": "Biblica® Ochiw Thuolo Motingʼo Loko Manyien™, Audio EditionWeg Loko © 2021 otim gi Biblica, Inc. and Davar Partners InternationalBiblica® Open New Luo Translation™, Audio EditionCopyright © 2021 by Biblica, Inc. and Davar Partners InternationalBiblica® Ochiw Thuolo Motingʼo Loko Manyien™Weg Loko © 1980, 2002, 2003, 2020 otim gi Biblica, Inc.Biblica® Open New Luo Translation™Copyright © 1980, 2002, 2003, 2020 by Biblica, Inc.“Biblica” en sai mondik mongorore e piny Amerika kendo en kido moyie malongʼo e ofis Biblica, Inc. Itiyo kode gi thuolo moa kuom Biblica, Inc.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http:creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”Notice of copyright must appear on the title or copyright page of the work as follows:Biblica® Ochiw Thuolo Motingʼo Loko Manyien™, Audio EditionWeg Loko © 2021 otim gi Biblica, Inc. and Davar Partners InternationalBiblica® Open New Luo Translation™, Audio EditionCopyright © 2021 by Biblica, Inc. and Davar Partners InternationalBiblica® Ochiw Thuolo Motingʼo Loko Manyien™Weg Loko © 1980, 2002, 2003, 2020 otim gi Biblica, Inc.Biblica® Open New Luo Translation™Copyright © 1980, 2002, 2003, 2020 by Biblica, Inc.“Biblica” en sai mondik mongorore e piny Amerika kendo en kido moyie malongʼo e ofis Biblica, Inc. Itiyo kode gi thuolo moa kuom Biblica, Inc.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.You must also make your derivative work available under the same license (CC BY-SA).If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.",
3804
+ "copyright": "Biblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122, Audio EditionWeg Loko \u00a9 2021 otim gi Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Open New Luo Translation\u2122, Audio EditionCopyright \u00a9 2021 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122Weg Loko \u00a9 1980, 2002, 2003, 2020 otim gi Biblica, Inc.Biblica\u00ae Open New Luo Translation\u2122Copyright \u00a9 1980, 2002, 2003, 2020 by Biblica, Inc.\u201cBiblica\u201d en sai mondik mongorore e piny Amerika kendo en kido moyie malong\u02bco e ofis Biblica, Inc. Itiyo kode gi thuolo moa kuom Biblica, Inc.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http:creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201dNotice of copyright must appear on the title or copyright page of the work as follows:Biblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122, Audio EditionWeg Loko \u00a9 2021 otim gi Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Open New Luo Translation\u2122, Audio EditionCopyright \u00a9 2021 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122Weg Loko \u00a9 1980, 2002, 2003, 2020 otim gi Biblica, Inc.Biblica\u00ae Open New Luo Translation\u2122Copyright \u00a9 1980, 2002, 2003, 2020 by Biblica, Inc.\u201cBiblica\u201d en sai mondik mongorore e piny Amerika kendo en kido moyie malong\u02bco e ofis Biblica, Inc. Itiyo kode gi thuolo moa kuom Biblica, Inc.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.You must also make your derivative work available under the same license (CC BY-SA).If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.",
3747
3805
  "info": null
3748
3806
  },
3749
3807
  {
@@ -3801,15 +3859,15 @@
3801
3859
  ],
3802
3860
  "type": "audio",
3803
3861
  "updatedAt": "2024-07-01T22:40:38.000Z",
3804
- "copyright": "© Wycliffe Bible Translators, Inc. 2010 Hosanna",
3862
+ "copyright": "\u00a9 Wycliffe Bible Translators, Inc. \u2117 2010 Hosanna",
3805
3863
  "info": null
3806
3864
  },
3807
3865
  {
3808
3866
  "id": "4496fa3731f54ccd-01",
3809
3867
  "dblId": "4496fa3731f54ccd",
3810
3868
  "relatedDbl": "de295e9ba65f6d0f,d8e10d078df603c9",
3811
- "name": "Biblica® Open Malayalam Contemporary Version™, Audio Edition",
3812
- "nameLocal": "Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ്",
3869
+ "name": "Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition",
3870
+ "nameLocal": "Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02-\u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d09\u0d2a\u0d32\u0d2c\u0d4d\u0d27\u0d3f \u2122, \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d",
3813
3871
  "abbreviation": "OMCV",
3814
3872
  "abbreviationLocal": "OMCV",
3815
3873
  "description": null,
@@ -3817,7 +3875,7 @@
3817
3875
  "language": {
3818
3876
  "id": "mal",
3819
3877
  "name": "Malayalam",
3820
- "nameLocal": "മലയാളം",
3878
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3821
3879
  "script": "Malayalam",
3822
3880
  "scriptDirection": "LTR"
3823
3881
  },
@@ -3830,15 +3888,15 @@
3830
3888
  ],
3831
3889
  "type": "audio",
3832
3890
  "updatedAt": "2024-07-01T22:26:53.000Z",
3833
- "copyright": "Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ് പകർപ്പവകാശം 2022 Biblica, Inc., Davar Partners International; Hosanna എന്നിവരില്നിക്ഷിപ്തം Biblica® Open Malayalam Contemporary Version™, Audio Edition Copyright 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica® സമകാലിക മലയാള സ്വതന്ത്ര വിവർത്തനം™ പകർപ്പവകാശം © 1997, 2005, 2017, 2020 Biblica, Inc. Biblica® Open Malayalam Contemporary Version Copyright © 1997, 2005, 2017, 2020 Biblica, Inc. Biblica®എന്നത് അമേരിക്കന്ഐക്യനാടുകളുടെ (USA) പേറ്റന്റ് ആന്റ് ട്രേഡ്മാര്ക്ക് ഓഫീസില്Biblica, Inc.യാല്രജിസ്റ്റര്ചെയ്യപ്പെട്ടിരിക്കുന്നു. അനുവാദത്തോടുകൂടി ഉപയോഗിച്ചിരിക്കുന്നു. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. ――――――",
3834
- "info": "<p>Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ്</p> <p>പകർപ്പവകാശം ℗ 2022 Biblica, Inc., Davar Partners International; Hosanna എന്നിവരില്നിക്ഷിപ്തം</p> <p>Biblica® Open Malayalam Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® സമകാലിക മലയാള സ്വതന്ത്ര വിവർത്തനം™</p> <p>പകർപ്പവകാശം © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica® Open Malayalam Contemporary Version™</p> <p>Copyright © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica®എന്നത് അമേരിക്കന്ഐക്യനാടുകളുടെ (USA) പേറ്റന്റ് ആന്റ് ട്രേഡ്മാര്ക്ക് ഓഫീസില്Biblica, Inc.യാല്രജിസ്റ്റര്ചെയ്യപ്പെട്ടിരിക്കുന്നു. അനുവാദത്തോടുകൂടി ഉപയോഗിച്ചിരിക്കുന്നു.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>ക്രിയേറ്റീവ് കോമ്മണ്സ് ആട്രിബ്യൂഷന്ഷെയറിലേക്ക് 4.0 അന്താരാഷ്ട്രീയ ലൈസന്സ്(Creative Commons Attribution-ShareAlike 4.0 International License CC BY-SA) ന്റെ ആഭിമുഖ്യത്തില് ഈ പ്രതി ലഭ്യമാക്കിയിരിക്കുന്നു.</p> <p>Biblica® എന്നത് Biblica, Inc.യാല്രജിസ്റ്റര്ചെയ്യപ്പെട്ടിരിക്കുന്നു, Biblica® എന്ന ട്രേഡ്മാര്ക്ക് ഉപയോഗിക്കുന്നതിന് Biblica, Inc യുടെ എഴുതപ്പെട്ട അനുവാദം വാങ്ങിയിരിക്കേണ്ടതാണ്. CC BY-SA-യുടെ ലൈസന്സു വ്യവസ്ഥകളനുസരിച്ച്, Biblica® ട്രേഡ്മാര്ക്ക് അഭംഗുരം സൂക്ഷിക്കുന്നപക്ഷം, യാതൊരു മാറ്റവും വരുത്താതെ ഈ ഗ്രന്ഥം പകര്ത്തി വിതരണം ചെയ്യുവാന്താങ്കള്ക്ക് അനുവാദമുണ്ട്. എന്നാല് ഇതില്മാറ്റങ്ങള്വരുത്തിയോ ഭാഷാന്തരം ചെയ്തോ പരിഷ്കരിച്ച ഒരു പതിപ്പാണ് പ്രസിദ്ധീകരിക്കുന്നതെങ്കില് Biblica® ട്രേഡ്മാര്ക്ക് നീക്കം ചെയ്യേണ്ടതാണ്. അങ്ങനെ പരിഷ്കാരം വരുത്തിയ പതിപ്പില്“Biblica, Inc. പ്രസാധനം ചെയ്ത ഇതിന്റെ മൂലഗ്രന്ഥം www.biblica.com and open.bible.ല് സൌജന്യമായി ലഭ്യമാണ്” എന്ന പ്രസ്താവന ചേര്ക്കേണ്ടതാണ്.</p> <p>പകർപ്പവകാശം സംബന്ധിച്ച അറിയിപ്പ് ഗ്രന്ഥത്തിന്റെ ശീർഷകത്തിലോ പകർപ്പവകാശപ്പേജിലോ താഴെക്കൊടുത്തിരിക്കുന്ന മാതൃകയില്കാണിച്ചിരിക്കണം:</p> <p>Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ്പകർപ്പവകാശം ℗ 2022 Biblica, Inc., Davar Partners International; Hosanna എന്നിവരില്നിക്ഷിപ്തം</p> <p>Biblica® Open Malayalam Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica® സമകാലിക മലയാള സ്വതന്ത്ര വിവർത്തനം™</p> <p>പകർപ്പവകാശം © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica® Open Malayalam Contemporary Version™</p> <p>Copyright © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica®എന്നത് അമേരിക്കന്ഐക്യനാടുകളുടെ (USA) പേറ്റന്റ് ആന്റ് ട്രേഡ്മാര്ക്ക് ഓഫീസില്Biblica, Inc.യാല്രജിസ്റ്റര്ചെയ്യപ്പെട്ടിരിക്കുന്നു. അനുവാദത്തോടുകൂടി ഉപയോഗിച്ചിരിക്കുന്നു.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>നിങ്ങളുടെ പരിഷ്കരിച്ച പതിപ്പ് (CC BY-SA) യുടെ ലൈസന്സിനു കീഴിലും ലഭ്യമാക്കാവുന്നതാണ്.</p> <p>ഈ ഗ്രന്ഥം പരിഭാഷ ചെയ്യുന്നതിനെക്കുറിച്ച് https://open.bible/contact-us എന്ന വിലാസത്തില്ഞങ്ങളുമായി ബന്ധപ്പെടാവുന്നതാണ്.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ്പകർപ്പവകാശം ℗ 2022 Biblica, Inc., Davar Partners International; Hosanna എന്നിവരില്നിക്ഷിപ്തം</p> <p>Biblica® Open Malayalam Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2022 Biblica, Inc.; Davar Partners International; Hosanna</p> <p>Biblica® സമകാലിക മലയാള സ്വതന്ത്ര വിവർത്തനം™പകർപ്പവകാശം © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica® Open Malayalam Contemporary Version™</p> <p>Copyright © 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica®എന്നത് അമേരിക്കന്ഐക്യനാടുകളുടെ (USA) പേറ്റന്റ് ആന്റ് ട്രേഡ്മാര്ക്ക് ഓഫീസില്Biblica, Inc.യാല്രജിസ്റ്റര്ചെയ്യപ്പെട്ടിരിക്കുന്നു. അനുവാദത്തോടുകൂടി ഉപയോഗിച്ചിരിക്കുന്നു.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
3891
+ "copyright": "Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02-\u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d09\u0d2a\u0d32\u0d2c\u0d4d\u0d27\u0d3f \u2122, \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d \u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u2117 2022 Biblica, Inc., Davar Partners International; Hosanna \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35\u0d30\u0d3f\u0d32\u0d4d\u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d3f\u0d2a\u0d4d\u0d24\u0d02 Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; and Hosanna Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02\u2122 \u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u00a9 1997, 2005, 2017, 2020 Biblica, Inc. Biblica\u00ae Open Malayalam Contemporary Version\u2122 Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc. Biblica\u00ae\u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d28\u0d4d\u0d10\u0d15\u0d4d\u0d2f\u0d28\u0d3e\u0d1f\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 (USA) \u0d2a\u0d47\u0d31\u0d4d\u0d31\u0d28\u0d4d\u0d31\u0d4d \u0d06\u0d28\u0d4d\u0d31\u0d4d \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d13\u0d2b\u0d40\u0d38\u0d3f\u0d32\u0d4dBiblica, Inc.\u0d2f\u0d3e\u0d32\u0d4d\u0d30\u0d1c\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d30\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d41\u0d15\u0d42\u0d1f\u0d3f \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. \u2015\u2015\u2015\u2015\u2015\u2015",
3892
+ "info": "<p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02-\u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d09\u0d2a\u0d32\u0d2c\u0d4d\u0d27\u0d3f \u2122, \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d</p> <p>\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u2117 2022 Biblica, Inc., Davar Partners International; Hosanna \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35\u0d30\u0d3f\u0d32\u0d4d\u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d3f\u0d2a\u0d4d\u0d24\u0d02</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02\u2122</p> <p>\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122</p> <p>Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae\u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d28\u0d4d\u0d10\u0d15\u0d4d\u0d2f\u0d28\u0d3e\u0d1f\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 (USA) \u0d2a\u0d47\u0d31\u0d4d\u0d31\u0d28\u0d4d\u0d31\u0d4d \u0d06\u0d28\u0d4d\u0d31\u0d4d \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d13\u0d2b\u0d40\u0d38\u0d3f\u0d32\u0d4dBiblica, Inc.\u0d2f\u0d3e\u0d32\u0d4d\u0d30\u0d1c\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d30\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d41\u0d15\u0d42\u0d1f\u0d3f \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>\u0d15\u0d4d\u0d30\u0d3f\u0d2f\u0d47\u0d31\u0d4d\u0d31\u0d40\u0d35\u0d4d \u0d15\u0d4b\u0d2e\u0d4d\u0d2e\u0d23\u0d4d\u0d38\u0d4d \u0d06\u0d1f\u0d4d\u0d30\u0d3f\u0d2c\u0d4d\u0d2f\u0d42\u0d37\u0d28\u0d4d\u0d37\u0d46\u0d2f\u0d31\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d 4.0 \u0d05\u0d28\u0d4d\u0d24\u0d3e\u0d30\u0d3e\u0d37\u0d4d\u0d1f\u0d4d\u0d30\u0d40\u0d2f \u0d32\u0d48\u0d38\u0d28\u0d4d\u0d38\u0d4d(Creative Commons Attribution-ShareAlike 4.0 International License CC BY-SA) \u0d28\u0d4d\u0d31\u0d46 \u0d06\u0d2d\u0d3f\u0d2e\u0d41\u0d16\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d \u0d08 \u0d2a\u0d4d\u0d30\u0d24\u0d3f \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d15\u0d4d\u0d15\u0d3f\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.</p> <p>Biblica\u00ae \u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d Biblica, Inc.\u0d2f\u0d3e\u0d32\u0d4d\u0d30\u0d1c\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d30\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41, Biblica\u00ae \u0d0e\u0d28\u0d4d\u0d28 \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d4d Biblica, Inc \u0d2f\u0d41\u0d1f\u0d46 \u0d0e\u0d34\u0d41\u0d24\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d02 \u0d35\u0d3e\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d47\u0d23\u0d4d\u0d1f\u0d24\u0d3e\u0d23\u0d4d. CC BY-SA-\u0d2f\u0d41\u0d1f\u0d46 \u0d32\u0d48\u0d38\u0d28\u0d4d\u0d38\u0d41 \u0d35\u0d4d\u0d2f\u0d35\u0d38\u0d4d\u0d25\u0d15\u0d33\u0d28\u0d41\u0d38\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d, Biblica\u00ae \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d05\u0d2d\u0d02\u0d17\u0d41\u0d30\u0d02 \u0d38\u0d42\u0d15\u0d4d\u0d37\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d2a\u0d15\u0d4d\u0d37\u0d02, \u0d2f\u0d3e\u0d24\u0d4a\u0d30\u0d41 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d35\u0d41\u0d02 \u0d35\u0d30\u0d41\u0d24\u0d4d\u0d24\u0d3e\u0d24\u0d46 \u0d08 \u0d17\u0d4d\u0d30\u0d28\u0d4d\u0d25\u0d02 \u0d2a\u0d15\u0d30\u0d4d\u0d24\u0d4d\u0d24\u0d3f \u0d35\u0d3f\u0d24\u0d30\u0d23\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d35\u0d3e\u0d28\u0d4d\u0d24\u0d3e\u0d19\u0d4d\u0d15\u0d33\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d2e\u0d41\u0d23\u0d4d\u0d1f\u0d4d. \u0d0e\u0d28\u0d4d\u0d28\u0d3e\u0d32\u0d4d \u0d07\u0d24\u0d3f\u0d32\u0d4d\u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d19\u0d4d\u0d19\u0d33\u0d4d\u0d35\u0d30\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d4b \u0d2d\u0d3e\u0d37\u0d3e\u0d28\u0d4d\u0d24\u0d30\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d4b \u0d2a\u0d30\u0d3f\u0d37\u0d4d\u0d15\u0d30\u0d3f\u0d1a\u0d4d\u0d1a \u0d12\u0d30\u0d41 \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d3e\u0d23\u0d4d \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d32\u0d4d Biblica\u00ae \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d28\u0d40\u0d15\u0d4d\u0d15\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d47\u0d23\u0d4d\u0d1f\u0d24\u0d3e\u0d23\u0d4d. \u0d05\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d2a\u0d30\u0d3f\u0d37\u0d4d\u0d15\u0d3e\u0d30\u0d02 \u0d35\u0d30\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d32\u0d4d\u201cBiblica, Inc. \u0d2a\u0d4d\u0d30\u0d38\u0d3e\u0d27\u0d28\u0d02 \u0d1a\u0d46\u0d2f\u0d4d\u0d24 \u0d07\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d2e\u0d42\u0d32\u0d17\u0d4d\u0d30\u0d28\u0d4d\u0d25\u0d02 www.biblica.com and open.bible.\u0d32\u0d4d \u0d38\u0d4c\u0d1c\u0d28\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f\u0d3f \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d23\u0d4d\u201d \u0d0e\u0d28\u0d4d\u0d28 \u0d2a\u0d4d\u0d30\u0d38\u0d4d\u0d24\u0d3e\u0d35\u0d28 \u0d1a\u0d47\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d47\u0d23\u0d4d\u0d1f\u0d24\u0d3e\u0d23\u0d4d.</p> <p>\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u0d38\u0d02\u0d2c\u0d28\u0d4d\u0d27\u0d3f\u0d1a\u0d4d\u0d1a \u0d05\u0d31\u0d3f\u0d2f\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d \u0d17\u0d4d\u0d30\u0d28\u0d4d\u0d25\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d36\u0d40\u0d7c\u0d37\u0d15\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4b \u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d2a\u0d4d\u0d2a\u0d47\u0d1c\u0d3f\u0d32\u0d4b \u0d24\u0d3e\u0d34\u0d46\u0d15\u0d4d\u0d15\u0d4a\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28 \u0d2e\u0d3e\u0d24\u0d43\u0d15\u0d2f\u0d3f\u0d32\u0d4d\u0d15\u0d3e\u0d23\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d23\u0d02:</p> <p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02-\u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d09\u0d2a\u0d32\u0d2c\u0d4d\u0d27\u0d3f \u2122, \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u2117 2022 Biblica, Inc., Davar Partners International; Hosanna \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35\u0d30\u0d3f\u0d32\u0d4d\u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d3f\u0d2a\u0d4d\u0d24\u0d02</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; and Hosanna</p> <p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02\u2122</p> <p>\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122</p> <p>Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae\u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d28\u0d4d\u0d10\u0d15\u0d4d\u0d2f\u0d28\u0d3e\u0d1f\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 (USA) \u0d2a\u0d47\u0d31\u0d4d\u0d31\u0d28\u0d4d\u0d31\u0d4d \u0d06\u0d28\u0d4d\u0d31\u0d4d \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d13\u0d2b\u0d40\u0d38\u0d3f\u0d32\u0d4dBiblica, Inc.\u0d2f\u0d3e\u0d32\u0d4d\u0d30\u0d1c\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d30\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d41\u0d15\u0d42\u0d1f\u0d3f \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d30\u0d3f\u0d37\u0d4d\u0d15\u0d30\u0d3f\u0d1a\u0d4d\u0d1a \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d (CC BY-SA) \u0d2f\u0d41\u0d1f\u0d46 \u0d32\u0d48\u0d38\u0d28\u0d4d\u0d38\u0d3f\u0d28\u0d41 \u0d15\u0d40\u0d34\u0d3f\u0d32\u0d41\u0d02 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d15\u0d4d\u0d15\u0d3e\u0d35\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3e\u0d23\u0d4d.</p> <p>\u0d08 \u0d17\u0d4d\u0d30\u0d28\u0d4d\u0d25\u0d02 \u0d2a\u0d30\u0d3f\u0d2d\u0d3e\u0d37 \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3f\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d41\u0d31\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d https://open.bible/contact-us \u0d0e\u0d28\u0d4d\u0d28 \u0d35\u0d3f\u0d32\u0d3e\u0d38\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d4d\u0d1e\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d2e\u0d3e\u0d2f\u0d3f \u0d2c\u0d28\u0d4d\u0d27\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d35\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3e\u0d23\u0d4d.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02-\u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d09\u0d2a\u0d32\u0d2c\u0d4d\u0d27\u0d3f \u2122, \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2a\u0d24\u0d3f\u0d2a\u0d4d\u0d2a\u0d4d\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u2117 2022 Biblica, Inc., Davar Partners International; Hosanna \u0d0e\u0d28\u0d4d\u0d28\u0d3f\u0d35\u0d30\u0d3f\u0d32\u0d4d\u0d28\u0d3f\u0d15\u0d4d\u0d37\u0d3f\u0d2a\u0d4d\u0d24\u0d02</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2022 Biblica, Inc.; Davar Partners International; Hosanna</p> <p>Biblica\u00ae \u0d38\u0d2e\u0d15\u0d3e\u0d32\u0d3f\u0d15 \u0d2e\u0d32\u0d2f\u0d3e\u0d33 \u0d38\u0d4d\u0d35\u0d24\u0d28\u0d4d\u0d24\u0d4d\u0d30 \u0d35\u0d3f\u0d35\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d02\u2122\u0d2a\u0d15\u0d7c\u0d2a\u0d4d\u0d2a\u0d35\u0d15\u0d3e\u0d36\u0d02 \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae Open Malayalam Contemporary Version\u2122</p> <p>Copyright \u00a9 1997, 2005, 2017, 2020 Biblica, Inc.</p> <p>Biblica\u00ae\u0d0e\u0d28\u0d4d\u0d28\u0d24\u0d4d \u0d05\u0d2e\u0d47\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d28\u0d4d\u0d10\u0d15\u0d4d\u0d2f\u0d28\u0d3e\u0d1f\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 (USA) \u0d2a\u0d47\u0d31\u0d4d\u0d31\u0d28\u0d4d\u0d31\u0d4d \u0d06\u0d28\u0d4d\u0d31\u0d4d \u0d1f\u0d4d\u0d30\u0d47\u0d21\u0d4d\u0d2e\u0d3e\u0d30\u0d4d\u0d15\u0d4d\u0d15\u0d4d \u0d13\u0d2b\u0d40\u0d38\u0d3f\u0d32\u0d4dBiblica, Inc.\u0d2f\u0d3e\u0d32\u0d4d\u0d30\u0d1c\u0d3f\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d30\u0d4d\u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d4d\u0d1f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d05\u0d28\u0d41\u0d35\u0d3e\u0d26\u0d24\u0d4d\u0d24\u0d4b\u0d1f\u0d41\u0d15\u0d42\u0d1f\u0d3f \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d1a\u0d4d\u0d1a\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
3835
3893
  },
3836
3894
  {
3837
3895
  "id": "5ac60e8e8a74417a-01",
3838
3896
  "dblId": "5ac60e8e8a74417a",
3839
3897
  "relatedDbl": "805e795e07fb9422",
3840
- "name": "Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible",
3841
- "nameLocal": "Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible",
3898
+ "name": "Malayalam Bible (\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02 \u0d38\u0d24\u0d4d\u0d2f\u0d35\u0d47\u0d26\u0d2a\u0d41\u0d38\u0d4d\u0d24\u0d15\u0d02), Binoy Chacko Audio Bible",
3899
+ "nameLocal": "Malayalam Bible (\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02 \u0d38\u0d24\u0d4d\u0d2f\u0d35\u0d47\u0d26\u0d2a\u0d41\u0d38\u0d4d\u0d24\u0d15\u0d02), Binoy Chacko Audio Bible",
3842
3900
  "abbreviation": "BCAB",
3843
3901
  "abbreviationLocal": "BCAB",
3844
3902
  "description": null,
@@ -3846,7 +3904,7 @@
3846
3904
  "language": {
3847
3905
  "id": "mal",
3848
3906
  "name": "Malayalam",
3849
- "nameLocal": "മലയാളം",
3907
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3850
3908
  "script": "Malayalam",
3851
3909
  "scriptDirection": "LTR"
3852
3910
  },
@@ -3859,8 +3917,8 @@
3859
3917
  ],
3860
3918
  "type": "audio",
3861
3919
  "updatedAt": "2024-07-01T22:31:37.000Z",
3862
- "copyright": " Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible ©️ 2023 by Binoy Chacko Ministries is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/",
3863
- "info": "<h3>Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible</h3> <p>ക്രൈസ്തവ ഭക്തിഗാനങ്ങളിലൂടെ സുപരിചിതനായ ഗായകൻ ബിനോയ് ചാക്കോ ശബ്ദം നൽകി, സംഗീതട്യൂണുകളുടെ അകമ്പടിയോടെ, ബിനോയ് ചാക്കോ മിനിസ്ട്രിസ് പ്രസിദ്ധീകരിച്ച ഓഡിയോ ബൈബിളിൽ നിലവിൽ പുതിയ നിയമവും സങ്കീർത്തനവും സദൃശ്യവാക്യങ്ങളുമാണു ലഭ്യമായിരിക്കുന്നത്. 2024 മുഴുവൻ പഴയ നിയമവും ലഭ്യമാക്കും. യുട്യൂബിൽ ‘ബിനോയ് ചാക്കോ ഓഡിയോ ബൈബിൾ’ എന്ന ചാനലിലും, പ്ലേ സ്റ്റോറിൽ ‘ബിനോയി ചാക്കോ ഓഡിയോ ബൈബിൾ’ ആപ്പിലും, യൂവേർഷൻ, ബൈബിൾ.is തുടങ്ങി വിവിധ ബൈബിൾ ആപ്പുകളിലും, മറ്റു ഡിജിറ്റൽ പ്ലാറ്റുഫോമുകളിലും ഓഡിയോ ബൈബിൾ സൗജന്യമായി ശ്രവിക്കാം.കൂടുതൽ വിവരങ്ങൾക്ക് സന്ദർശിക്കുക - https://play.google.com/store/apps/details?id=com.binoychacko.audiobible.malayalam, https://www.youtube.com/@BinoyChackoAudioBible</p> <p>Voiced by renowned Malayalam Christian devotional singer Binoy Chacko and accompanied by musical effects, this audio Bible published by Binoy Chacko Ministries currently features New Testament, Psalms and Proverbs. The entire Old Testament will be made available in 2024. You can listen to this audio Bible for free on the YouTube channel 'Binoy Chacko Audio Bible', and download the free app 'Binoy Chacko Audio Bible' from the app stores. This audio bible will be soon made available on various Bible apps like Youversion, Bible.is, and other popular digital platforms and Christian scripture distribution hubs. For more details visit - https://play.google.com/store/apps/details?id=com.binoychacko.audiobible.malayalam, https://www.youtube.com/@BinoyChackoAudioBible.</p>"
3920
+ "copyright": "\u2117 Malayalam Bible (\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02 \u0d38\u0d24\u0d4d\u0d2f\u0d35\u0d47\u0d26\u0d2a\u0d41\u0d38\u0d4d\u0d24\u0d15\u0d02), Binoy Chacko Audio Bible \u00a9\ufe0f 2023 by Binoy Chacko Ministries is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/",
3921
+ "info": "<h3>Malayalam Bible (\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02 \u0d38\u0d24\u0d4d\u0d2f\u0d35\u0d47\u0d26\u0d2a\u0d41\u0d38\u0d4d\u0d24\u0d15\u0d02), Binoy Chacko Audio Bible</h3> <p>\u0d15\u0d4d\u0d30\u0d48\u0d38\u0d4d\u0d24\u0d35 \u0d2d\u0d15\u0d4d\u0d24\u0d3f\u0d17\u0d3e\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d42\u0d1f\u0d46 \u0d38\u0d41\u0d2a\u0d30\u0d3f\u0d1a\u0d3f\u0d24\u0d28\u0d3e\u0d2f \u0d17\u0d3e\u0d2f\u0d15\u0d7b \u0d2c\u0d3f\u0d28\u0d4b\u0d2f\u0d4d \u0d1a\u0d3e\u0d15\u0d4d\u0d15\u0d4b \u0d36\u0d2c\u0d4d\u0d26\u0d02 \u0d28\u0d7d\u0d15\u0d3f, \u0d38\u0d02\u0d17\u0d40\u0d24\u0d1f\u0d4d\u0d2f\u0d42\u0d23\u0d41\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d05\u0d15\u0d2e\u0d4d\u0d2a\u0d1f\u0d3f\u0d2f\u0d4b\u0d1f\u0d46, \u0d2c\u0d3f\u0d28\u0d4b\u0d2f\u0d4d \u0d1a\u0d3e\u0d15\u0d4d\u0d15\u0d4b \u0d2e\u0d3f\u0d28\u0d3f\u0d38\u0d4d\u0d1f\u0d4d\u0d30\u0d3f\u0d38\u0d4d \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27\u0d40\u0d15\u0d30\u0d3f\u0d1a\u0d4d\u0d1a \u0d08 \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2c\u0d48\u0d2c\u0d3f\u0d33\u0d3f\u0d7d \u0d28\u0d3f\u0d32\u0d35\u0d3f\u0d7d \u0d2a\u0d41\u0d24\u0d3f\u0d2f \u0d28\u0d3f\u0d2f\u0d2e\u0d35\u0d41\u0d02 \u0d38\u0d19\u0d4d\u0d15\u0d40\u0d7c\u0d24\u0d4d\u0d24\u0d28\u0d35\u0d41\u0d02 \u0d38\u0d26\u0d43\u0d36\u0d4d\u0d2f\u0d35\u0d3e\u0d15\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d2e\u0d3e\u0d23\u0d41 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d. 2024\u0d7d \u0d2e\u0d41\u0d34\u0d41\u0d35\u0d7b \u0d2a\u0d34\u0d2f \u0d28\u0d3f\u0d2f\u0d2e\u0d35\u0d41\u0d02 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d15\u0d4d\u0d15\u0d41\u0d02. \u0d2f\u0d41\u0d1f\u0d4d\u0d2f\u0d42\u0d2c\u0d3f\u0d7d \u2018\u0d2c\u0d3f\u0d28\u0d4b\u0d2f\u0d4d \u0d1a\u0d3e\u0d15\u0d4d\u0d15\u0d4b \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2c\u0d48\u0d2c\u0d3f\u0d7e\u2019 \u0d0e\u0d28\u0d4d\u0d28 \u0d1a\u0d3e\u0d28\u0d32\u0d3f\u0d32\u0d41\u0d02, \u0d2a\u0d4d\u0d32\u0d47 \u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4b\u0d31\u0d3f\u0d7d \u2018\u0d2c\u0d3f\u0d28\u0d4b\u0d2f\u0d3f \u0d1a\u0d3e\u0d15\u0d4d\u0d15\u0d4b \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2c\u0d48\u0d2c\u0d3f\u0d7e\u2019 \u0d06\u0d2a\u0d4d\u0d2a\u0d3f\u0d32\u0d41\u0d02, \u0d2f\u0d42\u0d35\u0d47\u0d7c\u0d37\u0d7b, \u0d2c\u0d48\u0d2c\u0d3f\u0d7e.is \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f \u0d35\u0d3f\u0d35\u0d3f\u0d27 \u0d2c\u0d48\u0d2c\u0d3f\u0d7e \u0d06\u0d2a\u0d4d\u0d2a\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d41\u0d02, \u0d2e\u0d31\u0d4d\u0d31\u0d41 \u0d21\u0d3f\u0d1c\u0d3f\u0d31\u0d4d\u0d31\u0d7d \u0d2a\u0d4d\u0d32\u0d3e\u0d31\u0d4d\u0d31\u0d41\u0d2b\u0d4b\u0d2e\u0d41\u0d15\u0d33\u0d3f\u0d32\u0d41\u0d02 \u0d08 \u0d13\u0d21\u0d3f\u0d2f\u0d4b \u0d2c\u0d48\u0d2c\u0d3f\u0d7e \u0d38\u0d57\u0d1c\u0d28\u0d4d\u0d2f\u0d2e\u0d3e\u0d2f\u0d3f \u0d36\u0d4d\u0d30\u0d35\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02.\u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d35\u0d3f\u0d35\u0d30\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d4d \u0d38\u0d28\u0d4d\u0d26\u0d7c\u0d36\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15 - https://play.google.com/store/apps/details?id=com.binoychacko.audiobible.malayalam, https://www.youtube.com/@BinoyChackoAudioBible</p> <p>Voiced by renowned Malayalam Christian devotional singer Binoy Chacko and accompanied by musical effects, this audio Bible published by Binoy Chacko Ministries currently features New Testament, Psalms and Proverbs. The entire Old Testament will be made available in 2024. You can listen to this audio Bible for free on the YouTube channel 'Binoy Chacko Audio Bible', and download the free app 'Binoy Chacko Audio Bible' from the app stores. This audio bible will be soon made available on various Bible apps like Youversion, Bible.is, and other popular digital platforms and Christian scripture distribution hubs. For more details visit - https://play.google.com/store/apps/details?id=com.binoychacko.audiobible.malayalam, https://www.youtube.com/@BinoyChackoAudioBible.</p>"
3864
3922
  },
3865
3923
  {
3866
3924
  "id": "57e37c60c3a94d4f-01",
@@ -3875,7 +3933,7 @@
3875
3933
  "language": {
3876
3934
  "id": "mal",
3877
3935
  "name": "Malayalam",
3878
- "nameLocal": "മലയാളം",
3936
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3879
3937
  "script": "Malayalam",
3880
3938
  "scriptDirection": "LTR"
3881
3939
  },
@@ -3896,7 +3954,7 @@
3896
3954
  "dblId": "555476c2390c102d",
3897
3955
  "relatedDbl": "8d719a6999f69101",
3898
3956
  "name": "Marathi - R.V. (Re-edited) Audio Bible (BSI)",
3899
- "nameLocal": "पवित्र शास्त्र - R.V. (Re-edited) Audio Bible",
3957
+ "nameLocal": "\u092a\u0935\u093f\u0924\u094d\u0930 \u0936\u093e\u0938\u094d\u0924\u094d\u0930 - R.V. (Re-edited) Audio Bible",
3900
3958
  "abbreviation": "MARATHI-BSI",
3901
3959
  "abbreviationLocal": "MARATHI-BSI",
3902
3960
  "description": null,
@@ -3904,7 +3962,7 @@
3904
3962
  "language": {
3905
3963
  "id": "mar",
3906
3964
  "name": "Marathi",
3907
- "nameLocal": "मराठी",
3965
+ "nameLocal": "\u092e\u0930\u093e\u0920\u0940",
3908
3966
  "script": "Devanagari (Nagari)",
3909
3967
  "scriptDirection": "LTR"
3910
3968
  },
@@ -3917,7 +3975,7 @@
3917
3975
  ],
3918
3976
  "type": "audio",
3919
3977
  "updatedAt": "2024-07-01T22:30:38.000Z",
3920
- "copyright": "Marathi R.V. (Re-edited) Audio Bible, पवित्र शास्त्र © The Bible Society of India - 2016.",
3978
+ "copyright": "Marathi R.V. (Re-edited) Audio Bible, \u092a\u0935\u093f\u0924\u094d\u0930 \u0936\u093e\u0938\u094d\u0924\u094d\u0930 \u00a9 The Bible Society of India - 2016.",
3921
3979
  "info": null
3922
3980
  },
3923
3981
  {
@@ -3933,7 +3991,7 @@
3933
3991
  "language": {
3934
3992
  "id": "mar",
3935
3993
  "name": "Marathi",
3936
- "nameLocal": "मराठी",
3994
+ "nameLocal": "\u092e\u0930\u093e\u0920\u0940",
3937
3995
  "script": "Devanagari",
3938
3996
  "scriptDirection": "LTR"
3939
3997
  },
@@ -3975,7 +4033,7 @@
3975
4033
  ],
3976
4034
  "type": "audio",
3977
4035
  "updatedAt": "2024-07-01T22:58:20.000Z",
3978
- "copyright": " 2013 Hosanna",
4036
+ "copyright": "\u2117 2013 Hosanna",
3979
4037
  "info": null
3980
4038
  },
3981
4039
  {
@@ -4062,7 +4120,7 @@
4062
4120
  ],
4063
4121
  "type": "audio",
4064
4122
  "updatedAt": "2026-03-10T02:42:16.000Z",
4065
- "copyright": " 2022 The Word for the World and Hosanna",
4123
+ "copyright": "\u2117 2022 The Word for the World and Hosanna",
4066
4124
  "info": null
4067
4125
  },
4068
4126
  {
@@ -4070,7 +4128,7 @@
4070
4128
  "dblId": "1cd94676c4e3462e",
4071
4129
  "relatedDbl": "218a7789e72a7d00,d5eda7d009a55ce8",
4072
4130
  "name": "Myanmar Standard Bible (Myanmar Audio Edition)",
4073
- "nameLocal": "မြန်မာစံမီသမ္မာကျမ်း (မြန်မာဘာသာဖြင့်အသံသွင်းထားခြင်း)",
4131
+ "nameLocal": "\u1019\u103c\u1014\u103a\u1019\u102c\u1005\u1036\u1019\u102e\u101e\u1019\u1039\u1019\u102c\u1000\u103b\u1019\u103a\u1038 (\u1019\u103c\u1014\u103a\u1019\u102c\u1018\u102c\u101e\u102c\u1016\u103c\u1004\u103a\u1037\u1021\u101e\u1036\u101e\u103d\u1004\u103a\u1038\u1011\u102c\u1038\u1001\u103c\u1004\u103a\u1038)",
4074
4132
  "abbreviation": "MSB-MYA",
4075
4133
  "abbreviationLocal": "MSB-MYA",
4076
4134
  "description": "Western Protestant Bible",
@@ -4078,7 +4136,7 @@
4078
4136
  "language": {
4079
4137
  "id": "mya",
4080
4138
  "name": "Burmese",
4081
- "nameLocal": "ဗမာ",
4139
+ "nameLocal": "\u1017\u1019\u102c",
4082
4140
  "script": "Myanmar",
4083
4141
  "scriptDirection": "LTR"
4084
4142
  },
@@ -4091,8 +4149,8 @@
4091
4149
  ],
4092
4150
  "type": "audio",
4093
4151
  "updatedAt": "2024-07-01T22:18:23.000Z",
4094
- "copyright": "MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)℗Copyright 2024 by Global Bible Initiative",
4095
- "info": "<p>The MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION) is professionally recorded with a solemn tone and beautiful rhythm, expressing the original flavor of the <a href=\"https://www.gbi.llc/msb\">MYANMAR STANDARD BIBLE</a>©, allowing God's word to echo in the ears and hearts of the listener, providing a brand new experience for those who are hungry for God's word to experinece its power. The MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION) is produced and distributed by the <a href=\"https://www.gbi.llc\">Global Bible Initiative</a>.</p>"
4152
+ "copyright": "MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)\u2117Copyright \u2117 2024 by Global Bible Initiative",
4153
+ "info": "<p>The MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)\u2117 is professionally recorded with a solemn tone and beautiful rhythm, expressing the original flavor of the <a href=\"https://www.gbi.llc/msb\">MYANMAR STANDARD BIBLE</a>\u00a9, allowing God's word to echo in the ears and hearts of the listener, providing a brand new experience for those who are hungry for God's word to experinece its power. The MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)\u2117 is produced and distributed by the <a href=\"https://www.gbi.llc\">Global Bible Initiative</a>.</p>"
4096
4154
  },
4097
4155
  {
4098
4156
  "id": "e70c6bb699b047bd-01",
@@ -4120,7 +4178,7 @@
4120
4178
  ],
4121
4179
  "type": "audio",
4122
4180
  "updatedAt": "2025-10-03T03:57:54.000Z",
4123
- "copyright": " 2020 Bible Society of Uganda and Hosanna",
4181
+ "copyright": "\u2117 2020 Bible Society of Uganda and Hosanna",
4124
4182
  "info": null
4125
4183
  },
4126
4184
  {
@@ -4156,8 +4214,8 @@
4156
4214
  "id": "2a4137fd54364e6a-01",
4157
4215
  "dblId": "2a4137fd54364e6a",
4158
4216
  "relatedDbl": "d642a6e164b1906d,0de391111a4cac1e",
4159
- "name": "Biblica® Open Ndebele Contemporary Bible™, Audio Edition",
4160
- "nameLocal": "Biblica® Open Ndebele Contemporary Bible™, Audio Edition",
4217
+ "name": "Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition",
4218
+ "nameLocal": "Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition",
4161
4219
  "abbreviation": "OBEN",
4162
4220
  "abbreviationLocal": "OBEN",
4163
4221
  "description": "Audio Bible",
@@ -4178,8 +4236,8 @@
4178
4236
  ],
4179
4237
  "type": "audio",
4180
4238
  "updatedAt": "2024-07-01T22:21:01.000Z",
4181
- "copyright": "Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™, Elilalelwayo Imininingwane Yokukopa 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International Biblica® Open Ndebele Contemporary Bible™, Audio Edition Audio Copyright 2023 by Biblica, Inc. and Davar Partners International Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo Imininingwane Yokukopa © 2003, 2006, 2022 yenziwe yiBiblica, Inc. Biblica® Open Ndebele Contemporary Bible Copyright © 2003, 2006, 2022 by Biblica, Inc. “Biblica” njalo impawu ze-Biblica zimpawu zokuthengisa ezibhaliswe e-United States ehofisini yezimpawu yi-Biblica, Inc. Lisetshenziswe ngokusemthethweni. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4182
- "info": "<p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™, Elilalelwayo </p> <p>Imininingwane Yokukopa 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica® Open Ndebele Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™</p> <p>Imininingwane Yokukopa © 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica® Open Ndebele Contemporary Bible™</p> <p>Copyright © 2003, 2006, 2022 by Biblica, Inc.</p> <p>“Biblica” njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ibhayibhili elilalelwayo leli kumbe “uMsebenzi”, wenziwe watholakala ngaphansi kwe–<em>Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA)</em>. Ukuthi ubone ilayisensi, vakatshela ebulenjini kukheli ethi https://creativecommons.org/licenses/by-sa/4.0 kumbe uthumele incwadi kukheli ethi <em>Creative Commons, PO Box 1866, Mountain View, CA 94042, USA</em>.</p> <p>i“Biblica” luphawu olubhaliswe yiBiblica, Inc. Loba ngasiphi isikhathi usebenzisa uphawu lwe Biblica®, kumele ube lemvumo elotshwe phansi evela eBiblica, Inc. Ulemvumo yokukopa lokusabalalisa umsebenzi lo, kuphela nje nxa ungawuguquli njalo usebenzisa isihloko sinjengokuba, okugoqela uphawu lwe “Biblica®”. Ukuguqula kumbe ukuhumutsha umsebenzi lo kungadala umunye umsebenzi ophuma komunye, okungadinga ukubana ukhiphe uphawu lwe Biblica®. Nxa ungadindisa umsebenzi lo ophuma komunye, kumele utsho uluhlu lwenguquko ozidalileyo lalapho abantu abangazingabona khona, okufana lekhelini lebulenjini. Kumele njalo utshengise lapho okuvela khona umsebenzi wakuqala: “UMsebenzi wakuqala wenziwe yiBiblica, Inc. utholakala mahala kukheli yebulenjini ethi www.biblica.com kanye laku open.bible.”</p> <p>Kungakhathalekile ukubana usebenzisa uMsebenzi lo kungela nguquko ezenzakeleyo kumbe ukwenza umsebenzi ophuma komunye, umutsho wemininingwane yokukopa kumele ubhalwe esihlokweni kumbe kukhasi lemininingwane yokukopa loMsebenzi kumbe umsebenzi ophuma komunye njengokulandelayo:</p> <p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™, Elilalelwayo </p> <p>Imininingwane Yokukopa 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica® Open Ndebele Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™</p> <p>Imininingwane Yokukopa © 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica® Open Ndebele Contemporary Bible™</p> <p>Copyright © 2003, 2006, 2022 by Biblica, Inc.</p> <p>“Biblica” njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Kumele njalo unikeze umsebenzi wakho ophuma komunye usebenzisa ilayisensi (CC BY-SA) kanye lemithetho efananayo.</p> <p>Nxa ungathanda ukwazisa iBiblica, Inc. mayelana lokuhumutsha okwenze uMsebenzi lo, xhumana lathi kukheli yebulenjini ethi https://open.bible/contact-us.</p> <p>This audio Bible, or “Work”, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>“Biblica” is a trademark registered by Biblica, Inc. Any time you use the Biblica® trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the “Biblica®” trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica® trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: “The original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Whether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:</p> <p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™, Elilalelwayo </p> <p>Imininingwane Yokukopa 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica® Open Ndebele Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica® IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo™</p> <p>Imininingwane Yokukopa © 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica® Open Ndebele Contemporary Bible™</p> <p>Copyright © 2003, 2006, 2022 by Biblica, Inc.</p> <p>“Biblica” njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also offer your derivative work using the same license (CC BY-SA) and rules.</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/contact-us.</p>"
4239
+ "copyright": "Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122, Elilalelwayo Imininingwane Yokukopa \u2117 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition Audio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners International Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122 Imininingwane Yokukopa \u00a9 2003, 2006, 2022 yenziwe yiBiblica, Inc. Biblica\u00ae Open Ndebele Contemporary Bible\u2122 Copyright \u00a9 2003, 2006, 2022 by Biblica, Inc. \u201cBiblica\u201d njalo impawu ze-Biblica zimpawu zokuthengisa ezibhaliswe e-United States ehofisini yezimpawu yi-Biblica, Inc. Lisetshenziswe ngokusemthethweni. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4240
+ "info": "<p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122, Elilalelwayo </p> <p>Imininingwane Yokukopa \u2117 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122</p> <p>Imininingwane Yokukopa \u00a9 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122</p> <p>Copyright \u00a9 2003, 2006, 2022 by Biblica, Inc.</p> <p>\u201cBiblica\u201d njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ibhayibhili elilalelwayo leli kumbe \u201cuMsebenzi\u201d, wenziwe watholakala ngaphansi kwe\u2013<em>Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA)</em>. Ukuthi ubone ilayisensi, vakatshela ebulenjini kukheli ethi https://creativecommons.org/licenses/by-sa/4.0 kumbe uthumele incwadi kukheli ethi <em>Creative Commons, PO Box 1866, Mountain View, CA 94042, USA</em>.</p> <p>i\u201cBiblica\u201d luphawu olubhaliswe yiBiblica, Inc. Loba ngasiphi isikhathi usebenzisa uphawu lwe Biblica\u00ae, kumele ube lemvumo elotshwe phansi evela eBiblica, Inc. Ulemvumo yokukopa lokusabalalisa umsebenzi lo, kuphela nje nxa ungawuguquli njalo usebenzisa isihloko sinjengokuba, okugoqela uphawu lwe \u201cBiblica\u00ae\u201d. Ukuguqula kumbe ukuhumutsha umsebenzi lo kungadala umunye umsebenzi ophuma komunye, okungadinga ukubana ukhiphe uphawu lwe Biblica\u00ae. Nxa ungadindisa umsebenzi lo ophuma komunye, kumele utsho uluhlu lwenguquko ozidalileyo lalapho abantu abangazingabona khona, okufana lekhelini lebulenjini. Kumele njalo utshengise lapho okuvela khona umsebenzi wakuqala: \u201cUMsebenzi wakuqala wenziwe yiBiblica, Inc. utholakala mahala kukheli yebulenjini ethi www.biblica.com kanye laku open.bible.\u201d</p> <p>Kungakhathalekile ukubana usebenzisa uMsebenzi lo kungela nguquko ezenzakeleyo kumbe ukwenza umsebenzi ophuma komunye, umutsho wemininingwane yokukopa kumele ubhalwe esihlokweni kumbe kukhasi lemininingwane yokukopa loMsebenzi kumbe umsebenzi ophuma komunye njengokulandelayo:</p> <p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122, Elilalelwayo </p> <p>Imininingwane Yokukopa \u2117 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122</p> <p>Imininingwane Yokukopa \u00a9 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122</p> <p>Copyright \u00a9 2003, 2006, 2022 by Biblica, Inc.</p> <p>\u201cBiblica\u201d njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Kumele njalo unikeze umsebenzi wakho ophuma komunye usebenzisa ilayisensi (CC BY-SA) kanye lemithetho efananayo.</p> <p>Nxa ungathanda ukwazisa iBiblica, Inc. mayelana lokuhumutsha okwenze uMsebenzi lo, xhumana lathi kukheli yebulenjini ethi https://open.bible/contact-us.</p> <p>This audio Bible, or \u201cWork\u201d, is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To see this license, visit https://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>\u201cBiblica\u201d is a trademark registered by Biblica, Inc. Any time you use the Biblica\u00ae trademark, you must have permission in writing from Biblica, Inc. You have permission to copy and distribute this Work, as long as you do not change it and you keep the title as it is, which includes the \u201cBiblica\u00ae\u201d trademark. Changing or translating this Work will create a derivative work, which will require you to remove the Biblica\u00ae trademark. When you publish this derivative work, you must list what changes you have made where people can see them, such as on a website. You must also show where the original Work is from: \u201cThe original Work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Whether you use this Work without changes or make a derivative work, the copyright statement must be written on the title or copyright page of the Work/derivative work as follows:</p> <p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122, Elilalelwayo </p> <p>Imininingwane Yokukopa \u2117 2023 yenziwe yiBiblica, Inc. kanye le Davar Partners International</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae IBhayibhili Elingcwele LesiNdebele Elifinyelelekayo\u2122</p> <p>Imininingwane Yokukopa \u00a9 2003, 2006, 2022 yenziwe yiBiblica, Inc.</p> <p>Biblica\u00ae Open Ndebele Contemporary Bible\u2122</p> <p>Copyright \u00a9 2003, 2006, 2022 by Biblica, Inc.</p> <p>\u201cBiblica\u201d njalo impawu ze-<em>Biblica</em> zimpawu zokuthengisa ezibhaliswe e-<em>United States</em> ehofisini yezimpawu yi-<em>Biblica, Inc</em>. Lisetshenziswe ngokusemthethweni.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also offer your derivative work using the same license (CC BY-SA) and rules.</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this Work, please contact us at https://open.bible/contact-us.</p>"
4183
4241
  },
4184
4242
  {
4185
4243
  "id": "eeb8b98ac51d43ab-01",
@@ -4236,7 +4294,7 @@
4236
4294
  ],
4237
4295
  "type": "audio",
4238
4296
  "updatedAt": "2024-07-01T23:00:14.000Z",
4239
- "copyright": "Het Boek, Audio Edition Audio Copyright 2017 by Biblica, Inc Used by permission. All rights reserved worldwide.",
4297
+ "copyright": "Het Boek, Audio Edition Audio Copyright \u2117 2017 by Biblica, Inc.\u00ae Used by permission. All rights reserved worldwide.",
4240
4298
  "info": "<p> <em>Het Boek</em> (The Book) is a contemporary Dutch translation of the complete Bible. It was translated from the biblical languages using a meaning-based translation philosophy. The first edition was completed in 1988. This revised edition was completed in 2008.</p>"
4241
4299
  },
4242
4300
  {
@@ -4265,7 +4323,7 @@
4265
4323
  ],
4266
4324
  "type": "audio",
4267
4325
  "updatedAt": "2025-10-03T03:12:11.000Z",
4268
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Nahali Vishwaseen Mandli, Toranmal, Nandurbar. (MH). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org Audio: 2024 Hosanna For church use only",
4326
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Nahali Vishwaseen Mandli, Toranmal, Nandurbar. (MH). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org Audio: \u2117 2024 Hosanna For church use only",
4269
4327
  "info": null
4270
4328
  },
4271
4329
  {
@@ -4294,7 +4352,7 @@
4294
4352
  ],
4295
4353
  "type": "audio",
4296
4354
  "updatedAt": "2025-10-03T03:27:51.000Z",
4297
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Nahali Vishwaseen Mandli, Toranmal, Nandurbar. (MH). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org Audio: 2024 Hosanna For church use only",
4355
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Nahali Vishwaseen Mandli, Toranmal, Nandurbar. (MH). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org Audio: \u2117 2024 Hosanna For church use only",
4298
4356
  "info": null
4299
4357
  },
4300
4358
  {
@@ -4352,7 +4410,7 @@
4352
4410
  ],
4353
4411
  "type": "audio",
4354
4412
  "updatedAt": "2024-07-01T22:20:33.000Z",
4355
- "copyright": "Norsk Bibel Audio New Testament Senter For Tro Og Medier, 2022.",
4413
+ "copyright": "Norsk Bibel Audio New Testament \u2117 Senter For Tro Og Medier, 2022.",
4356
4414
  "info": null
4357
4415
  },
4358
4416
  {
@@ -4381,7 +4439,7 @@
4381
4439
  ],
4382
4440
  "type": "audio",
4383
4441
  "updatedAt": "2024-07-01T22:40:14.000Z",
4384
- "copyright": "Norsk Bibel Audio Old Testament Senter For Tro Og Medier, 2023.",
4442
+ "copyright": "Norsk Bibel Audio Old Testament \u2117 Senter For Tro Og Medier, 2023.",
4385
4443
  "info": null
4386
4444
  },
4387
4445
  {
@@ -4426,7 +4484,7 @@
4426
4484
  "language": {
4427
4485
  "id": "npi",
4428
4486
  "name": "Nepali",
4429
- "nameLocal": "नेपाली",
4487
+ "nameLocal": "\u0928\u0947\u092a\u093e\u0932\u0940",
4430
4488
  "script": "Devanagari",
4431
4489
  "scriptDirection": "LTR"
4432
4490
  },
@@ -4446,8 +4504,8 @@
4446
4504
  "id": "017c80638deecf2a-01",
4447
4505
  "dblId": "017c80638deecf2a",
4448
4506
  "relatedDbl": "43247c35dbe56e1c",
4449
- "name": "Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition",
4450
- "nameLocal": "Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti",
4507
+ "name": "Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition",
4508
+ "nameLocal": "Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti",
4451
4509
  "abbreviation": "OCCL",
4452
4510
  "abbreviationLocal": "OCCL",
4453
4511
  "description": null,
@@ -4468,23 +4526,23 @@
4468
4526
  ],
4469
4527
  "type": "audio",
4470
4528
  "updatedAt": "2024-07-01T22:13:14.000Z",
4471
- "copyright": "Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti Mwini 2017 ndi Biblica, Inc. Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero Mwini © 2002, 2016 ndi Biblica, Inc. Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition Copyright 2017 by Biblica, Inc. Biblica® Open Godʼs Word in Contemporary Chichewa Copyright © 2002, 2016 by Biblica, Inc. “Biblica” ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4472
- "info": "<p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti </p> <p>Mwini 2017 ndi Biblica, Inc. </p> <p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero </p> <p>Mwini © 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition </p> <p>Copyright 2017 by Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa </p> <p>Copyright © 2002, 2016 by Biblica, Inc. </p> <p>“Biblica” ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> ――――――</p> <p>Ntchito ino imapezeka pansi pa Creative Commons Attribution –ShareAlike 4.0 Chilolezo cha Ponseponse (CC BY-SA). Mukafuna kuona chilolezo chimenechi, pitani pa http://creativecommons.org/licenses/by-sa/4.0 kapena lembani kalata ku Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® ndicho chizindikiro choikidwa ndi Biblica ndipo kuti mugwiritse ntchito Biblica® pafunika chilolezo cholembedwa ndi Biblica, Inc. mwini wake. Pansi pa malamulo a chilolezo cha CC BY-SA, mukhoza kukopa ndi kugawira ena ntchitoyi, mosaisintha pokhapokha ngati mukusunga chizindikiro cha Biblica® mosamala ndi mosachisintha. Mukafuna kusintha ntchitoyi kapena kuitanthauzira m’njira inayake, muyenera kuchotsa chizindikiro ichi cha Biblica®. Mukasintha, onetsani bwinobwino zimene mwasinthazo ndipo dziwitsani kuti: “Ntchito yonse ya Biblica, Inc. imene mwatengapo kagawo chabe ikupezeka mwaulere pa www.biblica.com ndi pa open.bible.” </p> <p>Chidziwitso cha umwini chiyenera kuoneka pa tsamba lonena za Mutu wa Nchitoyi kapena pa tsamba lapadera lonena za umwini wa ntchitoyi motere: </p> <p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti </p> <p>Mwini 2017 ndi Biblica, Inc. </p> <p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero </p> <p>Mwini © 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition </p> <p>Copyright 2017 by Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa </p> <p>Copyright © 2002, 2016 by Biblica, Inc. </p> <p>“Biblica” ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ntchito mwaichitayo ichitike potsatira malamulo a chilolezo chija (CC BY-SA).</p> <p>Mukafuna kudziwitsa Biblica, Inc. zokhudza matanthauzidwe anu a ntchitoyi, chonde tipezeni pa https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti </p> <p>Mwini 2017 ndi Biblica, Inc. </p> <p>Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero </p> <p>Mwini © 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition </p> <p>Copyright 2017 by Biblica, Inc. </p> <p>Biblica® Open Godʼs Word in Contemporary Chichewa </p> <p>Copyright © 2002, 2016 by Biblica, Inc. </p> <p>“Biblica” ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
4529
+ "copyright": "Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti Mwini \u2117 2017 ndi Biblica, Inc. Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122 Mwini \u00a9 2002, 2016 ndi Biblica, Inc. Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition Copyright \u2117 2017 by Biblica, Inc. Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122 Copyright \u00a9 2002, 2016 by Biblica, Inc. \u201cBiblica\u201d ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4530
+ "info": "<p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti </p> <p>Mwini \u2117 2017 ndi Biblica, Inc. </p> <p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122 </p> <p>Mwini \u00a9 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition </p> <p>Copyright \u2117 2017 by Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122 </p> <p>Copyright \u00a9 2002, 2016 by Biblica, Inc. </p> <p>\u201cBiblica\u201d ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p> \u2015\u2015\u2015\u2015\u2015\u2015</p> <p>Ntchito ino imapezeka pansi pa Creative Commons Attribution \u2013ShareAlike 4.0 Chilolezo cha Ponseponse (CC BY-SA). Mukafuna kuona chilolezo chimenechi, pitani pa http://creativecommons.org/licenses/by-sa/4.0 kapena lembani kalata ku Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae ndicho chizindikiro choikidwa ndi Biblica ndipo kuti mugwiritse ntchito Biblica\u00ae pafunika chilolezo cholembedwa ndi Biblica, Inc. mwini wake. Pansi pa malamulo a chilolezo cha CC BY-SA, mukhoza kukopa ndi kugawira ena ntchitoyi, mosaisintha pokhapokha ngati mukusunga chizindikiro cha Biblica\u00ae mosamala ndi mosachisintha. Mukafuna kusintha ntchitoyi kapena kuitanthauzira m\u2019njira inayake, muyenera kuchotsa chizindikiro ichi cha Biblica\u00ae. Mukasintha, onetsani bwinobwino zimene mwasinthazo ndipo dziwitsani kuti: \u201cNtchito yonse ya Biblica, Inc. imene mwatengapo kagawo chabe ikupezeka mwaulere pa www.biblica.com ndi pa open.bible.\u201d </p> <p>Chidziwitso cha umwini chiyenera kuoneka pa tsamba lonena za Mutu wa Nchitoyi kapena pa tsamba lapadera lonena za umwini wa ntchitoyi motere: </p> <p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti </p> <p>Mwini \u2117 2017 ndi Biblica, Inc. </p> <p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122 </p> <p>Mwini \u00a9 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition </p> <p>Copyright \u2117 2017 by Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122 </p> <p>Copyright \u00a9 2002, 2016 by Biblica, Inc. </p> <p>\u201cBiblica\u201d ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>Ntchito mwaichitayo ichitike potsatira malamulo a chilolezo chija (CC BY-SA).</p> <p>Mukafuna kudziwitsa Biblica, Inc. zokhudza matanthauzidwe anu a ntchitoyi, chonde tipezeni pa https://open.bible/contact-us.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. </p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: </p> <p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti </p> <p>Mwini \u2117 2017 ndi Biblica, Inc. </p> <p>Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122 </p> <p>Mwini \u00a9 2002, 2016 ndi Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition </p> <p>Copyright \u2117 2017 by Biblica, Inc. </p> <p>Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122 </p> <p>Copyright \u00a9 2002, 2016 by Biblica, Inc. </p> <p>\u201cBiblica\u201d ndilo dzina lodziwika la ntchitoyi ku United States limene linalembetsedwa ndi Biblica mwini. Limagwiritsidwa ntchito ndi chilolezo. </p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>You must also make your derivative work available under the same license (CC BY-SA). </p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p>"
4473
4531
  },
4474
4532
  {
4475
4533
  "id": "3723b066ab224123-01",
4476
4534
  "dblId": "3723b066ab224123",
4477
4535
  "relatedDbl": null,
4478
- "name": "Oral Nyang’ia Version Non-Drama [TWFTW]",
4479
- "nameLocal": "Oral Nyang’ia Version Non-Drama [TWFTW]",
4536
+ "name": "Oral Nyang\u2019ia Version Non-Drama [TWFTW]",
4537
+ "nameLocal": "Oral Nyang\u2019ia Version Non-Drama [TWFTW]",
4480
4538
  "abbreviation": null,
4481
4539
  "abbreviationLocal": null,
4482
4540
  "description": null,
4483
4541
  "descriptionLocal": null,
4484
4542
  "language": {
4485
4543
  "id": "nyp",
4486
- "name": "Nyang’ia",
4487
- "nameLocal": "Nyang’ia",
4544
+ "name": "Nyang\u2019ia",
4545
+ "nameLocal": "Nyang\u2019ia",
4488
4546
  "script": null,
4489
4547
  "scriptDirection": null
4490
4548
  },
@@ -4497,7 +4555,7 @@
4497
4555
  ],
4498
4556
  "type": "audio",
4499
4557
  "updatedAt": "2025-10-03T02:27:35.000Z",
4500
- "copyright": " 2023 The Word for the World and Hosanna",
4558
+ "copyright": "\u2117 2023 The Word for the World and Hosanna",
4501
4559
  "info": null
4502
4560
  },
4503
4561
  {
@@ -4534,7 +4592,7 @@
4534
4592
  "dblId": "439ac17466ab4ae1",
4535
4593
  "relatedDbl": "e2588ba61891daa5",
4536
4594
  "name": "Punjabi Indian Revised Version (IRV)",
4537
- "nameLocal": "ਇੰਡਿਅਨ ਰਿਵਾਇਜ਼ਡ ਵਰਜ਼ਨ (IRV) - ਪੰਜਾਬੀ",
4595
+ "nameLocal": "\u0a07\u0a70\u0a21\u0a3f\u0a05\u0a28 \u0a30\u0a3f\u0a35\u0a3e\u0a07\u0a5b\u0a21 \u0a35\u0a30\u0a5b\u0a28 (IRV) - \u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40",
4538
4596
  "abbreviation": null,
4539
4597
  "abbreviationLocal": null,
4540
4598
  "description": null,
@@ -4542,7 +4600,7 @@
4542
4600
  "language": {
4543
4601
  "id": "pan",
4544
4602
  "name": "Panjabi",
4545
- "nameLocal": "ਪੰਜਾਬੀ",
4603
+ "nameLocal": "\u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40",
4546
4604
  "script": "Gurmukhi",
4547
4605
  "scriptDirection": "LTR"
4548
4606
  },
@@ -4550,7 +4608,7 @@
4550
4608
  {
4551
4609
  "id": "IN",
4552
4610
  "name": "Republic of India",
4553
- "nameLocal": "Bhārat Gaṇarājya"
4611
+ "nameLocal": "Bh\u0101rat Ga\u1e47ar\u0101jya"
4554
4612
  }
4555
4613
  ],
4556
4614
  "type": "audio",
@@ -4584,12 +4642,12 @@
4584
4642
  {
4585
4643
  "id": "BD",
4586
4644
  "name": "People's Republic of Bangladesh",
4587
- "nameLocal": "গণপ্রজাতন্ত্রী বাংলাদেশ"
4645
+ "nameLocal": "\u0997\u09a3\u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6"
4588
4646
  }
4589
4647
  ],
4590
4648
  "type": "audio",
4591
4649
  "updatedAt": "2025-10-03T02:21:30.000Z",
4592
- "copyright": "Audio: Pnar Audio Bible Translation Pioneer Bible Translators, 2024",
4650
+ "copyright": "Audio: Pnar Audio Bible Translation \u2117 Pioneer Bible Translators, 2024",
4593
4651
  "info": null
4594
4652
  },
4595
4653
  {
@@ -4618,7 +4676,7 @@
4618
4676
  ],
4619
4677
  "type": "audio",
4620
4678
  "updatedAt": "2025-10-03T03:50:14.000Z",
4621
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Yisu Por Bherho Karanya Palya Mandli, Rajpur, Barwani, (MP). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
4679
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Yisu Por Bherho Karanya Palya Mandli, Rajpur, Barwani, (MP). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
4622
4680
  "info": null
4623
4681
  },
4624
4682
  {
@@ -4647,7 +4705,7 @@
4647
4705
  ],
4648
4706
  "type": "audio",
4649
4707
  "updatedAt": "2025-10-03T03:26:06.000Z",
4650
- "copyright": "The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Yisu Por Bherho Karanya Palya Mandli, Rajpur, Barwani, (MP). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
4708
+ "copyright": "The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Yisu Por Bherho Karanya Palya Mandli, Rajpur, Barwani, (MP). All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
4651
4709
  "info": null
4652
4710
  },
4653
4711
  {
@@ -4676,7 +4734,7 @@
4676
4734
  ],
4677
4735
  "type": "audio",
4678
4736
  "updatedAt": "2025-10-03T02:13:11.000Z",
4679
- "copyright": "Text: The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Pengo Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
4737
+ "copyright": "Text: The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Pengo Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
4680
4738
  "info": null
4681
4739
  },
4682
4740
  {
@@ -4705,7 +4763,7 @@
4705
4763
  ],
4706
4764
  "type": "audio",
4707
4765
  "updatedAt": "2025-10-03T02:55:23.000Z",
4708
- "copyright": "Text: The copyright is jointly and equally held by:Copyright© 2020 The Word for the World International All Rights Reserved Copyright© 2020 Pengo Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: 2024 Hosanna For church use only",
4766
+ "copyright": "Text: The copyright is jointly and equally held by:Copyright\u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a9 2020 Pengo Translation Samithi, Dasamanthpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. Audio: \u2117 2024 Hosanna For church use only",
4709
4767
  "info": null
4710
4768
  },
4711
4769
  {
@@ -4749,8 +4807,8 @@
4749
4807
  "descriptionLocal": null,
4750
4808
  "language": {
4751
4809
  "id": "pes",
4752
- "name": "فارسی",
4753
- "nameLocal": "فارسی",
4810
+ "name": "\u0641\u0627\u0631\u0633\u06cc",
4811
+ "nameLocal": "\u0641\u0627\u0631\u0633\u06cc",
4754
4812
  "script": "Aran",
4755
4813
  "scriptDirection": "RTL"
4756
4814
  },
@@ -4763,7 +4821,7 @@
4763
4821
  ],
4764
4822
  "type": "audio",
4765
4823
  "updatedAt": "2024-07-01T22:29:17.000Z",
4766
- "copyright": " 2001 Hosanna",
4824
+ "copyright": "\u2117 2001 Hosanna",
4767
4825
  "info": "<p/>"
4768
4826
  },
4769
4827
  {
@@ -4771,7 +4829,7 @@
4771
4829
  "dblId": "c44fe9cd14354566",
4772
4830
  "relatedDbl": "e95f4ff7407fc936",
4773
4831
  "name": "Persian Contemporary Bible, Audio Edition",
4774
- "nameLocal": "کتاب مقدس، ترجمۀ معاصر",
4832
+ "nameLocal": "\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633\u060c \u062a\u0631\u062c\u0645\u06c0 \u0645\u0639\u0627\u0635\u0631",
4775
4833
  "abbreviation": "PCB",
4776
4834
  "abbreviationLocal": "PCB",
4777
4835
  "description": null,
@@ -4779,7 +4837,7 @@
4779
4837
  "language": {
4780
4838
  "id": "pes",
4781
4839
  "name": "Iranian Persian",
4782
- "nameLocal": "فارسی",
4840
+ "nameLocal": "\u0641\u0627\u0631\u0633\u06cc",
4783
4841
  "script": "Arabic",
4784
4842
  "scriptDirection": "RTL"
4785
4843
  },
@@ -4787,13 +4845,13 @@
4787
4845
  {
4788
4846
  "id": "IR",
4789
4847
  "name": "Iran",
4790
- "nameLocal": "ایران"
4848
+ "nameLocal": "\u0627\u06cc\u0631\u0627\u0646"
4791
4849
  }
4792
4850
  ],
4793
4851
  "type": "audio",
4794
4852
  "updatedAt": "2024-07-01T22:50:20.000Z",
4795
- "copyright": "Persian Contemporary Bible(کتاب مقدس، ترجمۀ معاصر™), Audio Edition Audio Copyright 2020 by Biblica, Inc. and Davar Partners International. Used with permission. All rights reserved worldwide. Persian Contemporary Bible Copyright © 1995, 2005, 2018 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
4796
- "info": "<p>انجمن بین‌المللی کتاب مقدس‎ (بیبلیکا)، کلام خدا را به‌ وسیلۀ ترجمه و انتشار کتاب‌مقدس در آفریقا، آسیای شرقی، اروپا، آمریکای لاتین، خاورمیانه، آمریکای شمالی، و آسیای جنوبی در اختیار مردم می‌گذارد تا زندگی آنان توسط ایجاد رابطه با عیسی مسیح دگرگون شود.</p>"
4853
+ "copyright": "Persian Contemporary Bible\u2122(\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633\u060c \u062a\u0631\u062c\u0645\u06c0 \u0645\u0639\u0627\u0635\u0631\u2122), Audio Edition Audio Copyright \u2117 2020 by Biblica, Inc. and Davar Partners International. Used with permission. All rights reserved worldwide. Persian Contemporary Bible\u2122 Copyright \u00a9 1995, 2005, 2018 by Biblica, Inc. Used with permission. All rights reserved worldwide.",
4854
+ "info": "<p>\u0627\u0646\u062c\u0645\u0646 \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633\u200e (\u0628\u06cc\u0628\u0644\u06cc\u06a9\u0627)\u060c \u06a9\u0644\u0627\u0645 \u062e\u062f\u0627 \u0631\u0627 \u0628\u0647\u200c \u0648\u0633\u06cc\u0644\u06c0 \u062a\u0631\u062c\u0645\u0647 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u06a9\u062a\u0627\u0628\u200c\u0645\u0642\u062f\u0633 \u062f\u0631 \u0622\u0641\u0631\u06cc\u0642\u0627\u060c \u0622\u0633\u06cc\u0627\u06cc \u0634\u0631\u0642\u06cc\u060c \u0627\u0631\u0648\u067e\u0627\u060c \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc \u0644\u0627\u062a\u06cc\u0646\u060c \u062e\u0627\u0648\u0631\u0645\u06cc\u0627\u0646\u0647\u060c \u0622\u0645\u0631\u06cc\u06a9\u0627\u06cc \u0634\u0645\u0627\u0644\u06cc\u060c \u0648 \u0622\u0633\u06cc\u0627\u06cc \u062c\u0646\u0648\u0628\u06cc \u062f\u0631 \u0627\u062e\u062a\u06cc\u0627\u0631 \u0645\u0631\u062f\u0645 \u0645\u06cc\u200c\u06af\u0630\u0627\u0631\u062f \u062a\u0627 \u0632\u0646\u062f\u06af\u06cc \u0622\u0646\u0627\u0646 \u062a\u0648\u0633\u0637 \u0627\u06cc\u062c\u0627\u062f \u0631\u0627\u0628\u0637\u0647 \u0628\u0627 \u0639\u06cc\u0633\u06cc \u0645\u0633\u06cc\u062d \u062f\u06af\u0631\u06af\u0648\u0646 \u0634\u0648\u062f.</p>"
4797
4855
  },
4798
4856
  {
4799
4857
  "id": "9ce0d31e56e411e5-01",
@@ -4821,7 +4879,7 @@
4821
4879
  ],
4822
4880
  "type": "audio",
4823
4881
  "updatedAt": "2024-07-01T22:43:30.000Z",
4824
- "copyright": "© 1965 La Société Biblique Malgache 1985 PRM, Inc.",
4882
+ "copyright": "\u00a9 1965 La Soci\u00e9t\u00e9 Biblique Malgache \u2117 1985 PRM, Inc.",
4825
4883
  "info": null
4826
4884
  },
4827
4885
  {
@@ -4850,19 +4908,19 @@
4850
4908
  ],
4851
4909
  "type": "audio",
4852
4910
  "updatedAt": "2025-10-03T03:47:25.000Z",
4853
- "copyright": "Text: Baiboly Protestanta Malagasy © 2011, Malagasy Bible Society. Audio: Malagasy Protestant Old Testament Audio Bible 2024, Davar Partners International.",
4911
+ "copyright": "Text: Baiboly Protestanta Malagasy \u00a9 2011, Malagasy Bible Society. Audio: Malagasy Protestant Old Testament Audio Bible \u2117 2024, Davar Partners International.",
4854
4912
  "info": "<p> If you would like a copy of this version please contact info@davaraudiobibles.org</p>"
4855
4913
  },
4856
4914
  {
4857
4915
  "id": "380f44ed66bb471b-01",
4858
4916
  "dblId": "380f44ed66bb471b",
4859
4917
  "relatedDbl": "fbb8b0e1943b417c",
4860
- "name": "Biblica® Open Polish Living New Testament Audio Edition",
4861
- "nameLocal": "Biblica® Słowo Życia, otwarty dostęp™",
4918
+ "name": "Biblica\u00ae Open Polish Living New Testament Audio Edition",
4919
+ "nameLocal": "Biblica\u00ae S\u0142owo \u017bycia, otwarty dost\u0119p\u2122",
4862
4920
  "abbreviation": "OPLNT",
4863
4921
  "abbreviationLocal": "OPSZ",
4864
4922
  "description": "The New Testament in easy to understand Polish",
4865
- "descriptionLocal": "Nowy Testament w łatwo zrozumiałym języku polskim",
4923
+ "descriptionLocal": "Nowy Testament w \u0142atwo zrozumia\u0142ym j\u0119zyku polskim",
4866
4924
  "language": {
4867
4925
  "id": "pol",
4868
4926
  "name": "Polish",
@@ -4879,15 +4937,15 @@
4879
4937
  ],
4880
4938
  "type": "audio",
4881
4939
  "updatedAt": "2024-07-01T22:24:26.000Z",
4882
- "copyright": "Polish Living New Testament TM, CG Audio EditionAudio Copyright 2021 by Biblica, Inc.Used with permission. All rights reserved worldwide. Biblica® Otwarty polski żywy Nowy Testament TM, CG edycja audioPrawa autorskie audio 2021 przez Biblica, Inc.Użyto za zgodą. Biblica® Słowo Życia, otwarty dostęp™ Copyright © 1991, 2005, 2016 by Biblica, Inc. Biblica® Open Polish Living New Testament Copyright © 1991, 2005, 2016 by Biblica, Inc. „Biblica” jest znakiem towarowym zarejestrowanym w Amerykańskim Urzędzie ds. Patentów i Znaków Towarowych przez Biblica, Inc. Wykorzystano za zgodą. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4883
- "info": "<p>Biblica ® Open Polish Living New Testament TM, CG Audio Edition<br/>Audio Copyright 2021 by Biblica, Inc.<br/>Used with permission.</p> <p>Biblica® Open Polish Living New Testament™</p> <p>Copyright © 1991, 2005, 2016 by Biblica, Inc.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>Original Bible text available from www.open.bible<br/>Biblica ® Open Polish Living New Testament TM<br/>Copyright © 1991, 2005, 2016 by Biblica, Inc.<br/>Used with permission.</p> <p>“Biblica”, “International Bible Society and the Biblica Logo are trademarks registered in the UnitedStates Patent and Trademark Office by Biblica, Inc.</p> <p>This work is made available under the Creative Commons Attribution-Share Alike 4 .0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4 .0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact.</p> <p>If you modify a copy or translate this work, thereby creating a derivative work, you must remove theBiblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and www.open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:<br/>Biblica ® Open Polish Living New Testament TM, CG Audio Edition<br/>Audio Copyright 2021 by Biblica, Inc.<br/>Used with permission.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).<br/>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p> <p>Biblica® Otwarty polski żywy Nowy Testament TM, CG edycja audio<br/>Prawa autorskie audio 2021 przez Biblica, Inc.<br/>Użyto za zgodą. <br/>Oryginalny tekst Biblii dostępny na stronie www.open.bible</p> <p>Biblica® Otwarty polski żywy Nowy Testament TM <br/>Prawa autorskie © 1991, 2005, 2016 przez Biblica, Inc.<br/>Użyto za zgodą. </p> <p>„Biblica”, „Międzynarodowe Towarzystwo Biblijne i logo Biblica znakami towarowymi zarejestrowanymi w biurze patentowym i znaków towarowych w Stanach Zjednoczonych przez Biblica, Inc.</p> <p>Ta praca jest udostępniana na licencji Creative Commons Attribution-Share Alike 4.0 International License (CC BY-SA). Aby zobaczyć kopię tej licencji, odwiedź stronę http://creativecommons.org/licenses/by-sa/4.0 lub wyślij list do Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® jest znakiem towarowym zarejestrowanym przez Biblica, Inc. i użycie znaku towarowego Biblica® wymaga pisemnej zgody Biblica, Inc. Zgodnie z warunkami licencji CC BY-SA można kopiować i rozpowszechniać ten niezmodyfikowany utwór pod warunkiem, że znak towarowy Biblica® pozostanie nienaruszony.</p> <p>W przypadku modyfikacji lub tłumaczenia tego dzieła, tworząc w ten sposób dzieło pochodne, należy usunąć znak towarowy Biblica®. Na dziele pochodnym należy zaznaczyć, jakich zmian dokonano i przypisać je w następujący sposób: „Oryginalna praca Biblica, Inc. jest dostępna za darmo na stronach www.biblica.com i www.open.bible”.</p> <p>Informacja o prawach autorskich musi być umieszczona na stronie tytułowej lub autorskiej utworu w następujący sposób:<br/>Biblica ® Otwarty polski żywy Nowy Testament TM, CG edycja audio<br/>Prawa autorskie audioe 2021 by Biblica, Inc.<br/>Użyto za zgodą. </p> <p>„Biblica” jest znakiem towarowym zarejestrowanym w biurze patentowym i znaków towarowych w Stanach Zjednoczonych przez Biblica, Inc. Użyto za zgodą.</p> <p>Należy również udostępnić swoje prace pochodne na tej samej licencji (CC BY-SA).<br/>Jeśli chcieliby Państwo powiadomić Biblica, Inc. o swoim tłumaczeniu tego dzieła, prosimy o kontakt na adres https://open.bible/contact-us. </p>"
4940
+ "copyright": "Polish Living New Testament TM, CG Audio EditionAudio Copyright \u2117 2021 by Biblica, Inc.Used with permission. All rights reserved worldwide. Biblica\u00ae Otwarty polski \u017cywy Nowy Testament TM, CG edycja audioPrawa autorskie audio \u2117 2021 przez Biblica, Inc.U\u017cyto za zgod\u0105. Biblica\u00ae S\u0142owo \u017bycia, otwarty dost\u0119p\u2122 Copyright \u00a9 1991, 2005, 2016 by Biblica, Inc. Biblica\u00ae Open Polish Living New Testament\u2122 Copyright \u00a9 1991, 2005, 2016 by Biblica, Inc. \u201eBiblica\u201d jest znakiem towarowym zarejestrowanym w Ameryka\u0144skim Urz\u0119dzie ds. Patent\u00f3w i Znak\u00f3w Towarowych przez Biblica, Inc. Wykorzystano za zgod\u0105. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4941
+ "info": "<p>Biblica \u00ae Open Polish Living New Testament TM, CG Audio Edition<br/>Audio Copyright \u2117 2021 by Biblica, Inc.<br/>Used with permission.</p> <p>Biblica\u00ae Open Polish Living New Testament\u2122</p> <p>Copyright \u00a9 1991, 2005, 2016 by Biblica, Inc.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. </p> <p>Original Bible text available from www.open.bible<br/>Biblica \u00ae Open Polish Living New Testament TM<br/>Copyright \u00a9 1991, 2005, 2016 by Biblica, Inc.<br/>Used with permission.</p> <p>\u201cBiblica\u201d, \u201cInternational Bible Society\u201d and the Biblica Logo are trademarks registered in the UnitedStates Patent and Trademark Office by Biblica, Inc.</p> <p>This work is made available under the Creative Commons Attribution-Share Alike 4 .0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4 .0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact.</p> <p>If you modify a copy or translate this work, thereby creating a derivative work, you must remove theBiblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and www.open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:<br/>Biblica \u00ae Open Polish Living New Testament TM, CG Audio Edition<br/>Audio Copyright \u2117 2021 by Biblica, Inc.<br/>Used with permission.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).<br/>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.</p> <p>Biblica\u00ae Otwarty polski \u017cywy Nowy Testament TM, CG edycja audio<br/>Prawa autorskie audio \u2117 2021 przez Biblica, Inc.<br/>U\u017cyto za zgod\u0105. <br/>Oryginalny tekst Biblii dost\u0119pny na stronie www.open.bible</p> <p>Biblica\u00ae Otwarty polski \u017cywy Nowy Testament TM <br/>Prawa autorskie \u00a9 1991, 2005, 2016 przez Biblica, Inc.<br/>U\u017cyto za zgod\u0105. </p> <p>\u201eBiblica\u201d, \u201eMi\u0119dzynarodowe Towarzystwo Biblijne \u201d i logo Biblica s\u0105 znakami towarowymi zarejestrowanymi w biurze patentowym i znak\u00f3w towarowych w Stanach Zjednoczonych przez Biblica, Inc.</p> <p>Ta praca jest udost\u0119pniana na licencji Creative Commons Attribution-Share Alike 4.0 International License (CC BY-SA). Aby zobaczy\u0107 kopi\u0119 tej licencji, odwied\u017a stron\u0119 http://creativecommons.org/licenses/by-sa/4.0 lub wy\u015blij list do Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae jest znakiem towarowym zarejestrowanym przez Biblica, Inc. i u\u017cycie znaku towarowego Biblica\u00ae wymaga pisemnej zgody Biblica, Inc. Zgodnie z warunkami licencji CC BY-SA mo\u017cna kopiowa\u0107 i rozpowszechnia\u0107 ten niezmodyfikowany utw\u00f3r pod warunkiem, \u017ce znak towarowy Biblica\u00ae pozostanie nienaruszony.</p> <p>W przypadku modyfikacji lub t\u0142umaczenia tego dzie\u0142a, tworz\u0105c w ten spos\u00f3b dzie\u0142o pochodne, nale\u017cy usun\u0105\u0107 znak towarowy Biblica\u00ae. Na dziele pochodnym nale\u017cy zaznaczy\u0107, jakich zmian dokonano i przypisa\u0107 je w nast\u0119puj\u0105cy spos\u00f3b: \u201eOryginalna praca Biblica, Inc. jest dost\u0119pna za darmo na stronach www.biblica.com i www.open.bible\u201d.</p> <p>Informacja o prawach autorskich musi by\u0107 umieszczona na stronie tytu\u0142owej lub autorskiej utworu w nast\u0119puj\u0105cy spos\u00f3b:<br/>Biblica \u00ae Otwarty polski \u017cywy Nowy Testament TM, CG edycja audio<br/>Prawa autorskie audioe \u2117 2021 by Biblica, Inc.<br/>U\u017cyto za zgod\u0105. </p> <p>\u201eBiblica\u201d jest znakiem towarowym zarejestrowanym w biurze patentowym i znak\u00f3w towarowych w Stanach Zjednoczonych przez Biblica, Inc. U\u017cyto za zgod\u0105.</p> <p>Nale\u017cy r\u00f3wnie\u017c udost\u0119pni\u0107 swoje prace pochodne na tej samej licencji (CC BY-SA).<br/>Je\u015bli chcieliby Pa\u0144stwo powiadomi\u0107 Biblica, Inc. o swoim t\u0142umaczeniu tego dzie\u0142a, prosimy o kontakt na adres https://open.bible/contact-us. </p>"
4884
4942
  },
4885
4943
  {
4886
4944
  "id": "26af0cf585e5700b-01",
4887
4945
  "dblId": "26af0cf585e5700b",
4888
4946
  "relatedDbl": "867d75564182779d",
4889
- "name": "Nova Versão Internacional (Brazilian Portuguese NVI) Audio Edition Non-dramatized",
4890
- "nameLocal": "Nova Versão Internacional, Edição de áudio",
4947
+ "name": "Nova Vers\u00e3o Internacional (Brazilian Portuguese NVI) Audio Edition Non-dramatized",
4948
+ "nameLocal": "Nova Vers\u00e3o Internacional, Edi\u00e7\u00e3o de \u00e1udio",
4891
4949
  "abbreviation": "NVIP",
4892
4950
  "abbreviationLocal": "NVIP",
4893
4951
  "description": null,
@@ -4895,7 +4953,7 @@
4895
4953
  "language": {
4896
4954
  "id": "por",
4897
4955
  "name": "Portuguese",
4898
- "nameLocal": "Português",
4956
+ "nameLocal": "Portugu\u00eas",
4899
4957
  "script": "Latin",
4900
4958
  "scriptDirection": "LTR"
4901
4959
  },
@@ -4908,15 +4966,15 @@
4908
4966
  ],
4909
4967
  "type": "audio",
4910
4968
  "updatedAt": "2025-10-03T02:19:23.000Z",
4911
- "copyright": "Nova Versão Internacional®, Audio EditionAudio Copyright 2012 by Biblica, Inc.®Used by permission of Biblica, Inc All rights reserved worldwide.",
4969
+ "copyright": "Nova Vers\u00e3o Internacional\u00ae, Audio EditionAudio Copyright \u2117 2012 by Biblica, Inc.\u00aeUsed by permission of Biblica, Inc.\u00ae All rights reserved worldwide.",
4912
4970
  "info": null
4913
4971
  },
4914
4972
  {
4915
4973
  "id": "1547495ba2e141c2-01",
4916
4974
  "dblId": "1547495ba2e141c2",
4917
4975
  "relatedDbl": "175fcb4c6f018c52",
4918
- "name": "Portuguese Nova Versão Internacional, Audio Edition",
4919
- "nameLocal": "Portuguese Nova Versão Internacional, Audio Edition",
4976
+ "name": "Portuguese Nova Vers\u00e3o Internacional, Audio Edition",
4977
+ "nameLocal": "Portuguese Nova Vers\u00e3o Internacional, Audio Edition",
4920
4978
  "abbreviation": "NVIP",
4921
4979
  "abbreviationLocal": "NVIP",
4922
4980
  "description": "Portuguese Audio Bible",
@@ -4924,7 +4982,7 @@
4924
4982
  "language": {
4925
4983
  "id": "por",
4926
4984
  "name": "Portuguese",
4927
- "nameLocal": "Português",
4985
+ "nameLocal": "Portugu\u00eas",
4928
4986
  "script": null,
4929
4987
  "scriptDirection": null
4930
4988
  },
@@ -4937,7 +4995,7 @@
4937
4995
  ],
4938
4996
  "type": "audio",
4939
4997
  "updatedAt": "2025-10-03T02:07:08.000Z",
4940
- "copyright": "Biblia Sagrada, Nova Versão Internacional™, Audio EditionAudio Copyright 2025 by Biblica, Inc. and Davar Partners InternationalUsed with permission. All rights reserved worldwide. Biblia Sagrada, Nova Versão Internacional™, NVI®Copyright © 1993, 2000, 2011, 2023 by Biblica, Inc.Used with permission. All rights reserved worldwide. “Biblia Sagrada, Nova Versão Internacional is a trademark registered in the Instituto Nacional da Propriedade Industrial in Brazil by Biblica, Inc. The “NVI”, “Biblica”, and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4998
+ "copyright": "Biblia Sagrada, Nova Vers\u00e3o Internacional\u2122, Audio EditionAudio Copyright \u2117 2025 by Biblica, Inc. and Davar Partners InternationalUsed with permission. All rights reserved worldwide. Biblia Sagrada, Nova Vers\u00e3o Internacional\u2122, NVI\u00aeCopyright \u00a9 1993, 2000, 2011, 2023 by Biblica, Inc.Used with permission. All rights reserved worldwide. \u201cBiblia Sagrada, Nova Vers\u00e3o Internacional\u201d is a trademark registered in the Instituto Nacional da Propriedade Industrial in Brazil by Biblica, Inc. The \u201cNVI\u201d, \u201cBiblica\u201d, and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
4941
4999
  "info": null
4942
5000
  },
4943
5001
  {
@@ -4945,7 +5003,7 @@
4945
5003
  "dblId": "c7924f07da604f79",
4946
5004
  "relatedDbl": "5daa4944a1deb984",
4947
5005
  "name": "prsAF - Today's Dari Version - TDV",
4948
- "nameLocal": "کتاب مقدس به زبان دری",
5006
+ "nameLocal": "\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633 \u0628\u0647 \u0632\u0628\u0627\u0646 \u062f\u0631\u06cc",
4949
5007
  "abbreviation": "TDV",
4950
5008
  "abbreviationLocal": "TDV",
4951
5009
  "description": null,
@@ -4953,7 +5011,7 @@
4953
5011
  "language": {
4954
5012
  "id": "prs",
4955
5013
  "name": "Dari",
4956
- "nameLocal": "دری‎",
5014
+ "nameLocal": "\u062f\u0631\u06cc\u200e",
4957
5015
  "script": "Arabic",
4958
5016
  "scriptDirection": "RTL"
4959
5017
  },
@@ -4966,8 +5024,8 @@
4966
5024
  ],
4967
5025
  "type": "audio",
4968
5026
  "updatedAt": "2025-10-03T03:41:55.000Z",
4969
- "copyright": "The Bible in Dari “Today’s Dari Version © United Bible Societies and Pamir Ministries (OM). This Bible text may be quoted in any form (written, visual, electronic or audio) up to and inclusive of five hundred (500) verses without express written permission of the publisher, provided the verses quoted do not amount to a complete book of the Bible nor do the verses quoted account for 25% of the total text of the work in which they are quoted. Notice of copyright must appear on the copyright page of the work as follows: Scripture taken from “Today’s Dari Version - TDV © United Bible Societies and Pamir Ministries (OM). Used by permission. All rights reserved.",
4970
- "info": "<p>Dari Bible (Today’s Dari Version - TDV)</p> <p>Containing the revised New Testament text of 2022. This NT was printed in 2023 and is available from <a href=\"https://afghanmediacentre.org/en/dari-new-testament-tdv22\">Dari New Testament | Afghan Media Centre</a>.</p> <p>The Old Testament text is the TDV08 text. Revision of the OT books is in progress and when books are ready, they will be replaced. TDV08 bible is available from <a href=\"https://afghanmediacentre.org/en/dari-bible-hardcover\">Dari Bible - TDV08 version</a>.</p> <p>Digitally available on.</p> <p><a href=\"https://afghanbibles.org/eng/dari-bible\">Dari Bible (afghanbibles.org)</a> and <a href=\"https://afghanapps.com/\">Afghan Apps</a></p>"
5027
+ "copyright": "The Bible in Dari \u201cToday\u2019s Dari Version\u201d \u00a9 United Bible Societies and Pamir Ministries (OM). This Bible text may be quoted in any form (written, visual, electronic or audio) up to and inclusive of five hundred (500) verses without express written permission of the publisher, provided the verses quoted do not amount to a complete book of the Bible nor do the verses quoted account for 25% of the total text of the work in which they are quoted. Notice of copyright must appear on the copyright page of the work as follows: Scripture taken from \u201cToday\u2019s Dari Version\u201d - TDV \u00a9 United Bible Societies and Pamir Ministries (OM). Used by permission. All rights reserved.",
5028
+ "info": "<p>Dari Bible (Today\u2019s Dari Version - TDV)</p> <p>Containing the revised New Testament text of 2022. This NT was printed in 2023 and is available from <a href=\"https://afghanmediacentre.org/en/dari-new-testament-tdv22\">Dari New Testament | Afghan Media Centre</a>.</p> <p>The Old Testament text is the TDV08 text. Revision of the OT books is in progress and when books are ready, they will be replaced. TDV08 bible is available from <a href=\"https://afghanmediacentre.org/en/dari-bible-hardcover\">Dari Bible - TDV08 version</a>.</p> <p>Digitally available on.</p> <p><a href=\"https://afghanbibles.org/eng/dari-bible\">Dari Bible (afghanbibles.org)</a> and <a href=\"https://afghanapps.com/\">Afghan Apps</a></p>"
4971
5029
  },
4972
5030
  {
4973
5031
  "id": "14b33272cd1b4323-01",
@@ -5000,7 +5058,7 @@
5000
5058
  ],
5001
5059
  "type": "audio",
5002
5060
  "updatedAt": "2025-10-03T02:06:46.000Z",
5003
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5061
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5004
5062
  "info": null
5005
5063
  },
5006
5064
  {
@@ -5008,7 +5066,7 @@
5008
5066
  "dblId": "6f997ba19d494b16",
5009
5067
  "relatedDbl": "d75b2f45002bf377,bb4d869847d96eff",
5010
5068
  "name": "Tarifit (NT) no drama",
5011
- "nameLocal": "Ṯamaziɣṯ n Arrif",
5069
+ "nameLocal": "\u1e6eamazi\u0263\u1e6f n Arrif",
5012
5070
  "abbreviation": "RIF",
5013
5071
  "abbreviationLocal": "RIF",
5014
5072
  "description": null,
@@ -5029,7 +5087,7 @@
5029
5087
  ],
5030
5088
  "type": "audio",
5031
5089
  "updatedAt": "2024-07-01T22:35:55.000Z",
5032
- "copyright": "© 2020 Awal n Arebbi 2008 Hosanna",
5090
+ "copyright": "\u00a9 2020 Awal n Arebbi \u2117 2008 Hosanna",
5033
5091
  "info": "<p> <strong>Nuestros sitios Web:</strong> </p> <p> <a href=\"https://awarnarebbi.net/es/inicio\">https://awarnarebbi.net/es/</a> </p> <p> <a href=\"https://www.abridnarrif.net/es/inicio\">https://www.abridnarrif.net/es/</a> </p> <p>AwalnArebbi@gmail.com</p>"
5034
5092
  },
5035
5093
  {
@@ -5037,15 +5095,15 @@
5037
5095
  "dblId": "bb981f5c2d144879",
5038
5096
  "relatedDbl": "e952663db2e91691",
5039
5097
  "name": "Carpathian Romani Bible",
5040
- "nameLocal": "Біблія про закарпатцько романо чіб",
5098
+ "nameLocal": "\u0411\u0456\u0431\u043b\u0456\u044f \u043f\u0440\u043e \u0437\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0446\u044c\u043a\u043e \u0440\u043e\u043c\u0430\u043d\u043e \u0447\u0456\u0431",
5041
5099
  "abbreviation": "ZRB",
5042
- "abbreviationLocal": "ЗРБ",
5100
+ "abbreviationLocal": "\u0417\u0420\u0411",
5043
5101
  "description": "Luke",
5044
- "descriptionLocal": "Єванґеліє ле Лукастар",
5102
+ "descriptionLocal": "\u0404\u0432\u0430\u043d\u0491\u0435\u043b\u0456\u0454 \u043b\u0435 \u041b\u0443\u043a\u0430\u0441\u0442\u0430\u0440",
5045
5103
  "language": {
5046
5104
  "id": "rmc",
5047
5105
  "name": "Romani, Carpathian",
5048
- "nameLocal": "закарпатский",
5106
+ "nameLocal": "\u0437\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u043a\u0438\u0439",
5049
5107
  "script": "Cyrillic",
5050
5108
  "scriptDirection": "LTR"
5051
5109
  },
@@ -5053,12 +5111,12 @@
5053
5111
  {
5054
5112
  "id": "UA",
5055
5113
  "name": "Ukraine",
5056
- "nameLocal": "Украина"
5114
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430"
5057
5115
  }
5058
5116
  ],
5059
5117
  "type": "audio",
5060
5118
  "updatedAt": "2024-07-01T22:48:41.000Z",
5061
- "copyright": "Text: © Pioneer Bible Tranalators, 2021; © Bible Translators of Ukraine, 2021; Audio: Pioneer Bible Tranalators, 2022; Bible Translators of Ukraine, 2022",
5119
+ "copyright": "Text: \u00a9 Pioneer Bible Tranalators, 2021; \u00a9 Bible Translators of Ukraine, 2021; Audio: \u2117 Pioneer Bible Tranalators, 2022; \u2117 Bible Translators of Ukraine, 2022",
5062
5120
  "info": "<p>Bible Translators of Ukraine</p>"
5063
5121
  },
5064
5122
  {
@@ -5087,7 +5145,7 @@
5087
5145
  ],
5088
5146
  "type": "audio",
5089
5147
  "updatedAt": "2024-07-01T22:59:35.000Z",
5090
- "copyright": " 2014 Hosanna",
5148
+ "copyright": "\u2117 2014 Hosanna",
5091
5149
  "info": null
5092
5150
  },
5093
5151
  {
@@ -5116,7 +5174,7 @@
5116
5174
  ],
5117
5175
  "type": "audio",
5118
5176
  "updatedAt": "2024-07-01T22:19:25.000Z",
5119
- "copyright": "© The Word for the World Bible Translators International 2014 Hosanna",
5177
+ "copyright": "\u00a9 The Word for the World Bible Translators International \u2117 2014 Hosanna",
5120
5178
  "info": null
5121
5179
  },
5122
5180
  {
@@ -5145,7 +5203,7 @@
5145
5203
  ],
5146
5204
  "type": "audio",
5147
5205
  "updatedAt": "2024-07-01T22:58:09.000Z",
5148
- "copyright": "© The Word for the World Bible Translators International 2014 Hosanna",
5206
+ "copyright": "\u00a9 The Word for the World Bible Translators International \u2117 2014 Hosanna",
5149
5207
  "info": null
5150
5208
  },
5151
5209
  {
@@ -5174,7 +5232,7 @@
5174
5232
  ],
5175
5233
  "type": "audio",
5176
5234
  "updatedAt": "2025-10-03T04:00:31.000Z",
5177
- "copyright": "©️2025 Seed Company",
5235
+ "copyright": "\u00a9\ufe0f2025 Seed Company",
5178
5236
  "info": null
5179
5237
  },
5180
5238
  {
@@ -5182,15 +5240,15 @@
5182
5240
  "dblId": "ace6f1c052a342af",
5183
5241
  "relatedDbl": "4e046bd6977f26de",
5184
5242
  "name": "(Vlakh)",
5185
- "nameLocal": "Библия пэ влахицко романи шыб",
5243
+ "nameLocal": "\u0411\u0438\u0431\u043b\u0438\u044f \u043f\u044d \u0432\u043b\u0430\u0445\u0438\u0446\u043a\u043e \u0440\u043e\u043c\u0430\u043d\u0438 \u0448\u044b\u0431",
5186
5244
  "abbreviation": "VRB",
5187
- "abbreviationLocal": "ВРБ",
5245
+ "abbreviationLocal": "\u0412\u0420\u0411",
5188
5246
  "description": "Bible in Romani, Eastern Vlakh, Luke",
5189
- "descriptionLocal": "Радосаво Лав Лукастар",
5247
+ "descriptionLocal": "\u0420\u0430\u0434\u043e\u0441\u0430\u0432\u043e \u041b\u0430\u0432 \u041b\u0443\u043a\u0430\u0441\u0442\u0430\u0440",
5190
5248
  "language": {
5191
5249
  "id": "rmy",
5192
5250
  "name": "Romani, Vlakh",
5193
- "nameLocal": "влашский",
5251
+ "nameLocal": "\u0432\u043b\u0430\u0448\u0441\u043a\u0438\u0439",
5194
5252
  "script": "Cyrillic",
5195
5253
  "scriptDirection": "LTR"
5196
5254
  },
@@ -5198,12 +5256,12 @@
5198
5256
  {
5199
5257
  "id": "UA",
5200
5258
  "name": "Ukraine",
5201
- "nameLocal": "Украина"
5259
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430"
5202
5260
  }
5203
5261
  ],
5204
5262
  "type": "audio",
5205
5263
  "updatedAt": "2024-07-01T22:46:12.000Z",
5206
- "copyright": "Text: © Pioneer Bible Tranalators, 2021; © Bible Translators of Ukraine, 2021; Audio: Pioneer Bible Tranalators, 2021; Bible Translators of Ukraine, 2021",
5264
+ "copyright": "Text: \u00a9 Pioneer Bible Tranalators, 2021; \u00a9 Bible Translators of Ukraine, 2021; Audio: \u2117 Pioneer Bible Tranalators, 2021; \u2117 Bible Translators of Ukraine, 2021",
5207
5265
  "info": "<p>Bible Translators of Ukraine</p>"
5208
5266
  },
5209
5267
  {
@@ -5211,7 +5269,7 @@
5211
5269
  "dblId": "2c64798a84994507",
5212
5270
  "relatedDbl": "b373795061a36482",
5213
5271
  "name": "New Romanian Translation, Audio Edition",
5214
- "nameLocal": "Noua Traducere Românească",
5272
+ "nameLocal": "Noua Traducere Rom\u00e2neasc\u0103",
5215
5273
  "abbreviation": "NTR",
5216
5274
  "abbreviationLocal": "NTR",
5217
5275
  "description": null,
@@ -5232,7 +5290,7 @@
5232
5290
  ],
5233
5291
  "type": "audio",
5234
5292
  "updatedAt": "2024-07-01T22:21:24.000Z",
5235
- "copyright": "Holy Bible, New Romanian Translation™, Audio EditionAudio Copyright 2023 by Biblica, Inc. and Davar Partners International <br/>.Holy Bible, New Romanian Translation™, NTR™Copyright © 2007, 2010, 2016, 2021 by Biblica, Inc.",
5293
+ "copyright": "Holy Bible, New Romanian Translation\u2122, Audio EditionAudio Copyright \u2117 2023 by Biblica, Inc. and Davar Partners International <br/>.Holy Bible, New Romanian Translation\u2122, NTR\u2122Copyright \u00a9 2007, 2010, 2016, 2021 by Biblica, Inc.",
5236
5294
  "info": null
5237
5295
  },
5238
5296
  {
@@ -5269,9 +5327,9 @@
5269
5327
  "dblId": "474740aae4fc08b6",
5270
5328
  "relatedDbl": "0f38fd5da9d586dc",
5271
5329
  "name": "New Russian Translation",
5272
- "nameLocal": "Новый Русский Перевод",
5330
+ "nameLocal": "\u041d\u043e\u0432\u044b\u0439 \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u041f\u0435\u0440\u0435\u0432\u043e\u0434",
5273
5331
  "abbreviation": "NRT",
5274
- "abbreviationLocal": "НРП",
5332
+ "abbreviationLocal": "\u041d\u0420\u041f",
5275
5333
  "description": null,
5276
5334
  "descriptionLocal": null,
5277
5335
  "language": {
@@ -5290,8 +5348,8 @@
5290
5348
  ],
5291
5349
  "type": "audio",
5292
5350
  "updatedAt": "2024-07-01T22:27:30.000Z",
5293
- "copyright": "New Russian Translation, Audio Edition Audio Copyright 2013 by Biblica, Inc.®.Used by permission. All rights reserved worldwide. Святая Библия, Новый Русский Перевод © Biblica, Inc.®, 2006, 2010, 2012, 2014 Используется с разрешения. Все права защищены по всему миру. Holy Bible, New Russian Translation Copyright © 2006, 2010, 2012, 2014 by Biblica, Inc Used by permission. All rights reserved worldwide. These Scriptures are copyrighted and have been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale. These Scriptures are not shareware and may not be duplicated. These scriptures are not public domain.",
5294
- "info": "<p>Biblica (formerly International Bible Society) provides God’s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God’s Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
5351
+ "copyright": "New Russian Translation, Audio Edition Audio Copyright \u2117 2013 by Biblica, Inc.\u00ae.Used by permission. All rights reserved worldwide. \u0421\u0432\u044f\u0442\u0430\u044f \u0411\u0438\u0431\u043b\u0438\u044f, \u041d\u043e\u0432\u044b\u0439 \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u00a9 Biblica, Inc.\u00ae, 2006, 2010, 2012, 2014 \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0441 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f. \u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443. Holy Bible, New Russian Translation Copyright \u00a9 2006, 2010, 2012, 2014 by Biblica, Inc.\u00ae Used by permission. All rights reserved worldwide. These Scriptures are copyrighted and have been made available on the internet for your personal use only. Any other use including, but not limited to, copying or reposting on the internet is prohibited. These Scriptures may not be altered or modified in any form and must remain in their original context. These Scriptures may not be sold or otherwise offered for sale. These Scriptures are not shareware and may not be duplicated. These scriptures are not public domain.",
5352
+ "info": "<p>Biblica (formerly International Bible Society) provides God\u2019s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God\u2019s Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
5295
5353
  },
5296
5354
  {
5297
5355
  "id": "c5cd0376e7244160-01",
@@ -5319,7 +5377,7 @@
5319
5377
  ],
5320
5378
  "type": "audio",
5321
5379
  "updatedAt": "2025-10-03T03:40:28.000Z",
5322
- "copyright": "\"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2020 HosannaFor church use only",
5380
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2020 HosannaFor church use only",
5323
5381
  "info": null
5324
5382
  },
5325
5383
  {
@@ -5348,7 +5406,7 @@
5348
5406
  ],
5349
5407
  "type": "audio",
5350
5408
  "updatedAt": "2025-10-03T03:37:59.000Z",
5351
- "copyright": "\"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2020 HosannaFor church use only",
5409
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2020 HosannaFor church use only",
5352
5410
  "info": null
5353
5411
  },
5354
5412
  {
@@ -5442,12 +5500,12 @@
5442
5500
  "id": "0a0157c765374368-00",
5443
5501
  "dblId": "0a0157c765374368",
5444
5502
  "relatedDbl": "6eda79520b919447,e8d99085dcb83ab5",
5445
- "name": "Biblica® Open Shona Contemporary Bible, Audio Edition",
5446
- "nameLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5503
+ "name": "Biblica\u00ae Open Shona Contemporary Bible, Audio Edition",
5504
+ "nameLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5447
5505
  "abbreviation": "OSCB",
5448
5506
  "abbreviationLocal": "OSCB",
5449
- "description": "Biblica® Open Shona Contemporary Bible, Audio Edition",
5450
- "descriptionLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5507
+ "description": "Biblica\u00ae Open Shona Contemporary Bible, Audio Edition",
5508
+ "descriptionLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5451
5509
  "language": {
5452
5510
  "id": "sna",
5453
5511
  "name": "Shona",
@@ -5464,15 +5522,15 @@
5464
5522
  ],
5465
5523
  "type": "audio",
5466
5524
  "updatedAt": "2024-07-01T22:15:03.000Z",
5467
- "copyright": "Shona Contemporary Bible™, Audio EditionAudio Copyright 2015 by Biblica, Inc.Used with permission. All rights reserved worldwide.Shona Contemporary Bible™Copyright © 2005, 2018 by Biblica, Inc.Used with permission. All rights reserved worldwide.“Biblica”, “International Bible Society and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
5468
- "info": "<p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeveKopakodzero yezvinonzwika nenzeve 2015 ye Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2015 by Biblica, Inc.</p> <p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™</p> <p>Kopakodzero © 2005, 2018 ne Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™</p> <p>Copyright © 2005, 2018 by Biblica, Inc.</p> <p>“Biblica” chiratidzo chekutengeserana chakanyoreswa mu United States uye chiratidzo chehofisi yeBiblica, Inc. Inoshandiswa zviripamutemo.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>Iri basa rinowanikwa pasi peCreative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Kuti utarise kopi yeiri rezinesi, shanyira https://creativecommons.org/licenses/by-sa/4.0 kana kutumira tsamba kuCreative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® chiratidzo chinozikanwa chakanyorwa neBiblica, Inc., uye kushandiswa kwechiratidzo cheBiblica® kunoda mvumo yakanyorwa yeBiblica, Inc. Pasi pemitemo ye rizinesi re CC BY-SA, unogona kuteedzera uye kugovera patsva basa iri risina kugadziridzwa bedzi kana uchichengetedza chiratidzo che Biblica®. Kana iwe ukachinja kopi kana kushandura iri basa, nokudaro uchigadzira rimwe basa, unofanira kubvisa chiratidzo cheBiblica®. Pabasa rakatorwa, unofanirwa kuratidza shanduko dzawakaita uye woratidza sezvinotevera: “Basa rekutanga reBiblica, Inc. rinowanikwa mahara pa www.biblica.com uye nepa open.bible.”</p> <p>Cherechedzo yekopakodzero inofanirwa kuoneka pamusoro wenyaya kana peji rekopakodzero sezvinotevera: </p> <p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve</p> <p>Kopakodzero yezvinonzwika nenzeve 2015 ye Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2015 by Biblica, Inc.</p>"
5525
+ "copyright": "Shona Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2015 by Biblica, Inc.Used with permission. All rights reserved worldwide.Shona Contemporary Bible\u2122Copyright \u00a9 2005, 2018 by Biblica, Inc.Used with permission. All rights reserved worldwide.\u201cBiblica\u201d, \u201cInternational Bible Society\u201d and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
5526
+ "info": "<p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeveKopakodzero yezvinonzwika nenzeve \u2117 2015 ye Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2015 by Biblica, Inc.</p> <p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122</p> <p>Kopakodzero \u00a9 2005, 2018 ne Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122</p> <p>Copyright \u00a9 2005, 2018 by Biblica, Inc.</p> <p>\u201cBiblica\u201d chiratidzo chekutengeserana chakanyoreswa mu United States uye chiratidzo chehofisi yeBiblica, Inc. Inoshandiswa zviripamutemo.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>Iri basa rinowanikwa pasi peCreative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Kuti utarise kopi yeiri rezinesi, shanyira https://creativecommons.org/licenses/by-sa/4.0 kana kutumira tsamba kuCreative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae chiratidzo chinozikanwa chakanyorwa neBiblica, Inc., uye kushandiswa kwechiratidzo cheBiblica\u00ae kunoda mvumo yakanyorwa yeBiblica, Inc. Pasi pemitemo ye rizinesi re CC BY-SA, unogona kuteedzera uye kugovera patsva basa iri risina kugadziridzwa bedzi kana uchichengetedza chiratidzo che Biblica\u00ae. Kana iwe ukachinja kopi kana kushandura iri basa, nokudaro uchigadzira rimwe basa, unofanira kubvisa chiratidzo cheBiblica\u00ae. Pabasa rakatorwa, unofanirwa kuratidza shanduko dzawakaita uye woratidza sezvinotevera: \u201cBasa rekutanga reBiblica, Inc. rinowanikwa mahara pa www.biblica.com uye nepa open.bible.\u201d</p> <p>Cherechedzo yekopakodzero inofanirwa kuoneka pamusoro wenyaya kana peji rekopakodzero sezvinotevera: </p> <p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve</p> <p>Kopakodzero yezvinonzwika nenzeve \u2117 2015 ye Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2015 by Biblica, Inc.</p>"
5469
5527
  },
5470
5528
  {
5471
5529
  "id": "0a0157c765374368-01",
5472
5530
  "dblId": "0a0157c765374368",
5473
5531
  "relatedDbl": "6eda79520b919447,e8d99085dcb83ab5",
5474
- "name": "Shona Contemporary Bible™, Audio Edition",
5475
- "nameLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5532
+ "name": "Shona Contemporary Bible\u2122, Audio Edition",
5533
+ "nameLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5476
5534
  "abbreviation": "sna",
5477
5535
  "abbreviationLocal": "sna",
5478
5536
  "description": null,
@@ -5493,8 +5551,8 @@
5493
5551
  ],
5494
5552
  "type": "audio",
5495
5553
  "updatedAt": "2024-07-01T22:15:05.000Z",
5496
- "copyright": "Shona Contemporary Bible™, Audio EditionAudio Copyright 2015 by Biblica, Inc.Used with permission. All rights reserved worldwide.Shona Contemporary Bible™Copyright © 2005, 2018 by Biblica, Inc.Used with permission. All rights reserved worldwide.“Biblica”, “International Bible Society and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
5497
- "info": "<p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeveKopakodzero yezvinonzwika nenzeve 2015 ye Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2015 by Biblica, Inc.</p> <p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™</p> <p>Kopakodzero © 2005, 2018 ne Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™</p> <p>Copyright © 2005, 2018 by Biblica, Inc.</p> <p>“Biblica” chiratidzo chekutengeserana chakanyoreswa mu United States uye chiratidzo chehofisi yeBiblica, Inc. Inoshandiswa zviripamutemo.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>Iri basa rinowanikwa pasi peCreative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Kuti utarise kopi yeiri rezinesi, shanyira https://creativecommons.org/licenses/by-sa/4.0 kana kutumira tsamba kuCreative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® chiratidzo chinozikanwa chakanyorwa neBiblica, Inc., uye kushandiswa kwechiratidzo cheBiblica® kunoda mvumo yakanyorwa yeBiblica, Inc. Pasi pemitemo ye rizinesi re CC BY-SA, unogona kuteedzera uye kugovera patsva basa iri risina kugadziridzwa bedzi kana uchichengetedza chiratidzo che Biblica®. Kana iwe ukachinja kopi kana kushandura iri basa, nokudaro uchigadzira rimwe basa, unofanira kubvisa chiratidzo cheBiblica®. Pabasa rakatorwa, unofanirwa kuratidza shanduko dzawakaita uye woratidza sezvinotevera: “Basa rekutanga reBiblica, Inc. rinowanikwa mahara pa www.biblica.com uye nepa open.bible.”</p> <p>Cherechedzo yekopakodzero inofanirwa kuoneka pamusoro wenyaya kana peji rekopakodzero sezvinotevera: </p> <p>Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve</p> <p>Kopakodzero yezvinonzwika nenzeve 2015 ye Biblica, Inc.</p> <p>Biblica® Open Shona Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2015 by Biblica, Inc.</p>"
5554
+ "copyright": "Shona Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2015 by Biblica, Inc.Used with permission. All rights reserved worldwide.Shona Contemporary Bible\u2122Copyright \u00a9 2005, 2018 by Biblica, Inc.Used with permission. All rights reserved worldwide.\u201cBiblica\u201d, \u201cInternational Bible Society\u201d and the Biblica Logo are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
5555
+ "info": "<p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeveKopakodzero yezvinonzwika nenzeve \u2117 2015 ye Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2015 by Biblica, Inc.</p> <p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122</p> <p>Kopakodzero \u00a9 2005, 2018 ne Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122</p> <p>Copyright \u00a9 2005, 2018 by Biblica, Inc.</p> <p>\u201cBiblica\u201d chiratidzo chekutengeserana chakanyoreswa mu United States uye chiratidzo chehofisi yeBiblica, Inc. Inoshandiswa zviripamutemo.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>Iri basa rinowanikwa pasi peCreative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Kuti utarise kopi yeiri rezinesi, shanyira https://creativecommons.org/licenses/by-sa/4.0 kana kutumira tsamba kuCreative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae chiratidzo chinozikanwa chakanyorwa neBiblica, Inc., uye kushandiswa kwechiratidzo cheBiblica\u00ae kunoda mvumo yakanyorwa yeBiblica, Inc. Pasi pemitemo ye rizinesi re CC BY-SA, unogona kuteedzera uye kugovera patsva basa iri risina kugadziridzwa bedzi kana uchichengetedza chiratidzo che Biblica\u00ae. Kana iwe ukachinja kopi kana kushandura iri basa, nokudaro uchigadzira rimwe basa, unofanira kubvisa chiratidzo cheBiblica\u00ae. Pabasa rakatorwa, unofanirwa kuratidza shanduko dzawakaita uye woratidza sezvinotevera: \u201cBasa rekutanga reBiblica, Inc. rinowanikwa mahara pa www.biblica.com uye nepa open.bible.\u201d</p> <p>Cherechedzo yekopakodzero inofanirwa kuoneka pamusoro wenyaya kana peji rekopakodzero sezvinotevera: </p> <p>Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve</p> <p>Kopakodzero yezvinonzwika nenzeve \u2117 2015 ye Biblica, Inc.</p> <p>Biblica\u00ae Open Shona Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2015 by Biblica, Inc.</p>"
5498
5556
  },
5499
5557
  {
5500
5558
  "id": "8985e983433a47b4-01",
@@ -5522,7 +5580,7 @@
5522
5580
  ],
5523
5581
  "type": "audio",
5524
5582
  "updatedAt": "2025-10-03T03:09:06.000Z",
5525
- "copyright": " [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5583
+ "copyright": "\u2117 [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5526
5584
  "info": null
5527
5585
  },
5528
5586
  {
@@ -5551,7 +5609,7 @@
5551
5609
  ],
5552
5610
  "type": "audio",
5553
5611
  "updatedAt": "2025-10-03T02:10:32.000Z",
5554
- "copyright": " [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5612
+ "copyright": "\u2117 [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5555
5613
  "info": null
5556
5614
  },
5557
5615
  {
@@ -5580,7 +5638,7 @@
5580
5638
  ],
5581
5639
  "type": "audio",
5582
5640
  "updatedAt": "2025-10-03T03:02:37.000Z",
5583
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5641
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5584
5642
  "info": null
5585
5643
  },
5586
5644
  {
@@ -5609,8 +5667,8 @@
5609
5667
  ],
5610
5668
  "type": "audio",
5611
5669
  "updatedAt": "2024-07-01T22:55:24.000Z",
5612
- "copyright": "Nueva Versión Internacional®, Audio Edition Copyright 2017, 2023 by Biblica, Inc. Used by permission. All rights reserved worldwide. La Santa Biblia, Nueva Versión Internacional® NVI® Copyright © 1999, 2015, 2022 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
5613
- "info": "<p>Biblica, la Sociedad Biblica International, proporciona la Palabra de Dios a la gente a través de la traducción de la Biblia, la publicación de la Biblia, y el compromiso de la Biblia en África, Asia Pacífico, Europa, Latinoamérica, Medio Oriente, América del Norte, y Asia del Sur. A través de su alcance en todo el mundo, Biblica comparte con las personas la Palabra de Dios para que sus vidas puedan ser transformadas a través de una relación con Jesucristo. <br/></p>"
5670
+ "copyright": "Nueva Versi\u00f3n Internacional\u00ae, Audio Edition Copyright \u2117 2017, 2023 by Biblica, Inc. Used by permission. All rights reserved worldwide. La Santa Biblia, Nueva Versi\u00f3n Internacional\u00ae NVI\u00ae Copyright \u00a9 1999, 2015, 2022 by Biblica, Inc. Used by permission. All rights reserved worldwide.",
5671
+ "info": "<p>Biblica, la Sociedad Biblica International, proporciona la Palabra de Dios a la gente a trav\u00e9s de la traducci\u00f3n de la Biblia, la publicaci\u00f3n de la Biblia, y el compromiso de la Biblia en \u00c1frica, Asia Pac\u00edfico, Europa, Latinoam\u00e9rica, Medio Oriente, Am\u00e9rica del Norte, y Asia del Sur. A trav\u00e9s de su alcance en todo el mundo, Biblica comparte con las personas la Palabra de Dios para que sus vidas puedan ser transformadas a trav\u00e9s de una relaci\u00f3n con Jesucristo. <br/></p>"
5614
5672
  },
5615
5673
  {
5616
5674
  "id": "ad997c37fa584b66-01",
@@ -5645,8 +5703,8 @@
5645
5703
  "id": "3533f7929cde418c-01",
5646
5704
  "dblId": "3533f7929cde418c",
5647
5705
  "relatedDbl": "611f8eb23aec8f13",
5648
- "name": "Biblica® Open Kiswahili Contemporary Version™, Audio Edition",
5649
- "nameLocal": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza",
5706
+ "name": "Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition",
5707
+ "nameLocal": "Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza",
5650
5708
  "abbreviation": "ONEN",
5651
5709
  "abbreviationLocal": "ONEN",
5652
5710
  "description": null,
@@ -5672,8 +5730,8 @@
5672
5730
  ],
5673
5731
  "type": "audio",
5674
5732
  "updatedAt": "2024-07-01T22:23:55.000Z",
5675
- "copyright": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza Hakimiliki 2013 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version™, Audio Edition Copyright 2013 by Biblica, Inc. Biblica® Toleo Wazi la Neno: Biblia Takatifu Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc. “Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. ―――――― Kazi hii imewezeshwa kupitia idhini ya kundi la the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Ili kuona nakala ya idhini hii, angalia kwenye anwani tovuti ya http://creativecommons.org/licenses/by-sa/4.0 au uandike barua kwa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica® ni alama ya biashara iliyosajilishwa na shirika la Biblica, Inc; unahitaji ruhusa ya kimaandiko kutoka kwa Biblica, Inc. ili kutumia alama ya biashara ya Biblica®. Kulingana na makubaliano ya leseni ya CC BY-SA, unaweza kutoa nakala na kusambaza kazi hii bila kuibadilisha kamwe, mradi tu udumishe alama ya biashara ya Biblica®. Ukibadilisha au kufasiri kazi hii, na hivyo ukanyambua kazi tofauti, sharti uondoe alama ya biashara ya Biblica®. Katika kazi uliyonyambua, sharti uarifu mabadiliko yako, na kutambua kazi yako hivi: “Kazi ya asili ya Biblica, Inc. inapatikana bila bei katika tovuti za www.biblica.com na open.bible.” Ilani ya hakimiliki sharti iwe katika ukurasa wa kichwa au wa hakilimiliki kama ifuatavyo: Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza Hakimiliki 2013 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version™, Audio Edition Copyright 2013 by Biblica, Inc. Biblica® Toleo Wazi la Neno: Biblia Takatifu Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc. “Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.” Notice of copyright must appear on the title or copyright page of the work as follows: Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza Hakimiliki 2013 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version™, Audio Edition Copyright 2013 by Biblica, Inc. “Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.” Notice of copyright must appear on the title or copyright page of the work as follows: Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza Hakimiliki 2013 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version™, Audio Edition Copyright 2013 by Biblica, Inc. Biblica® Toleo Wazi la Neno: Biblia Takatifu Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica® Open Kiswahili Contemporary Version Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc. “Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA). If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.",
5676
- "info": "<p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza</p> <p>Hakimiliki 2013 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™, Audio Edition</p> <p>Copyright 2013 by Biblica, Inc.<br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™</p> <p>Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™</p> <p>Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>“Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>――――――<br /></p> <p>Kazi hii imewezeshwa kupitia idhini ya kundi la the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Ili kuona nakala ya idhini hii, angalia kwenye anwani tovuti ya http://creativecommons.org/licenses/by-sa/4.0 au uandike barua kwa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica® ni alama ya biashara iliyosajilishwa na shirika la Biblica, Inc; unahitaji ruhusa ya kimaandiko kutoka kwa Biblica, Inc. ili kutumia alama ya biashara ya Biblica®. Kulingana na makubaliano ya leseni ya CC BY-SA, unaweza kutoa nakala na kusambaza kazi hii bila kuibadilisha kamwe, mradi tu udumishe alama ya biashara ya Biblica®. Ukibadilisha au kufasiri kazi hii, na hivyo ukanyambua kazi tofauti, sharti uondoe alama ya biashara ya Biblica®. Katika kazi uliyonyambua, sharti uarifu mabadiliko yako, na kutambua kazi yako hivi: “Kazi ya asili ya Biblica, Inc. inapatikana bila bei katika tovuti za www.biblica.com na open.bible.” <br /></p> <p>Ilani ya hakimiliki sharti iwe katika ukurasa wa kichwa au wa hakilimiliki kama ifuatavyo: <br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza</p> <p>Hakimiliki 2013 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™, Audio Edition</p> <p>Copyright 2013 by Biblica, Inc.<br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™</p> <p>Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™</p> <p>Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>“Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. <br /></p> <p>Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. <br /></p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.” <br /></p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: <br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza</p> <p>Hakimiliki 2013 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™, Audio Edition</p> <p>Copyright 2013 by Biblica, Inc.<br /></p> <p>“Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. <br /></p> <p>Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. <br /></p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.” <br /></p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: <br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza</p> <p>Hakimiliki 2013 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™, Audio Edition</p> <p>Copyright 2013 by Biblica, Inc.<br /></p> <p>Biblica® Toleo Wazi la Neno: Biblia Takatifu™</p> <p>Hakimiliki © 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica® Open Kiswahili Contemporary Version™</p> <p>Copyright © 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>“Biblica” ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>You must also make your derivative work available under the same license (CC BY-SA). <br /></p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.<br /></p>"
5733
+ "copyright": "Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza Hakimiliki \u2117 2013 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition Copyright \u2117 2013 by Biblica, Inc. Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122 Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122 Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc. \u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. \u2015\u2015\u2015\u2015\u2015\u2015 Kazi hii imewezeshwa kupitia idhini ya kundi la the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Ili kuona nakala ya idhini hii, angalia kwenye anwani tovuti ya http://creativecommons.org/licenses/by-sa/4.0 au uandike barua kwa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica\u00ae ni alama ya biashara iliyosajilishwa na shirika la Biblica, Inc; unahitaji ruhusa ya kimaandiko kutoka kwa Biblica, Inc. ili kutumia alama ya biashara ya Biblica\u00ae. Kulingana na makubaliano ya leseni ya CC BY-SA, unaweza kutoa nakala na kusambaza kazi hii bila kuibadilisha kamwe, mradi tu udumishe alama ya biashara ya Biblica\u00ae. Ukibadilisha au kufasiri kazi hii, na hivyo ukanyambua kazi tofauti, sharti uondoe alama ya biashara ya Biblica\u00ae. Katika kazi uliyonyambua, sharti uarifu mabadiliko yako, na kutambua kazi yako hivi: \u201cKazi ya asili ya Biblica, Inc. inapatikana bila bei katika tovuti za www.biblica.com na open.bible.\u201d Ilani ya hakimiliki sharti iwe katika ukurasa wa kichwa au wa hakilimiliki kama ifuatavyo: Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza Hakimiliki \u2117 2013 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition Copyright \u2117 2013 by Biblica, Inc. Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122 Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122 Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc. \u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d Notice of copyright must appear on the title or copyright page of the work as follows: Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza Hakimiliki \u2117 2013 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition Copyright \u2117 2013 by Biblica, Inc. \u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d Notice of copyright must appear on the title or copyright page of the work as follows: Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza Hakimiliki \u2117 2013 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition Copyright \u2117 2013 by Biblica, Inc. Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122 Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc. Biblica\u00ae Open Kiswahili Contemporary Version\u2122 Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc. \u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA). If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.",
5734
+ "info": "<p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza</p> <p>Hakimiliki \u2117 2013 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2013 by Biblica, Inc.<br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122</p> <p>Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122</p> <p>Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>\u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>\u2015\u2015\u2015\u2015\u2015\u2015<br /></p> <p>Kazi hii imewezeshwa kupitia idhini ya kundi la the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). Ili kuona nakala ya idhini hii, angalia kwenye anwani tovuti ya http://creativecommons.org/licenses/by-sa/4.0 au uandike barua kwa Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica\u00ae ni alama ya biashara iliyosajilishwa na shirika la Biblica, Inc; unahitaji ruhusa ya kimaandiko kutoka kwa Biblica, Inc. ili kutumia alama ya biashara ya Biblica\u00ae. Kulingana na makubaliano ya leseni ya CC BY-SA, unaweza kutoa nakala na kusambaza kazi hii bila kuibadilisha kamwe, mradi tu udumishe alama ya biashara ya Biblica\u00ae. Ukibadilisha au kufasiri kazi hii, na hivyo ukanyambua kazi tofauti, sharti uondoe alama ya biashara ya Biblica\u00ae. Katika kazi uliyonyambua, sharti uarifu mabadiliko yako, na kutambua kazi yako hivi: \u201cKazi ya asili ya Biblica, Inc. inapatikana bila bei katika tovuti za www.biblica.com na open.bible.\u201d <br /></p> <p>Ilani ya hakimiliki sharti iwe katika ukurasa wa kichwa au wa hakilimiliki kama ifuatavyo: <br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza</p> <p>Hakimiliki \u2117 2013 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2013 by Biblica, Inc.<br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122</p> <p>Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122</p> <p>Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>\u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. <br /></p> <p>Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. <br /></p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d <br /></p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: <br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza</p> <p>Hakimiliki \u2117 2013 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2013 by Biblica, Inc.<br /></p> <p>\u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>Sharti pia uwasilishe kazi uliyonyambua kupitia kwa liseni hiyo hiyo ya CC BY-SA. <br /></p> <p>Ikiwa ungependa kujulisha Biblica, Inc. kuhusu tafsiri yako ya kazi hii, tafadhali wasiliana nasi katika tovuti https://open.bible/contact-us. <br /></p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. <br /></p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d <br /></p> <p>Notice of copyright must appear on the title or copyright page of the work as follows: <br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza</p> <p>Hakimiliki \u2117 2013 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2013 by Biblica, Inc.<br /></p> <p>Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122</p> <p>Hakimiliki \u00a9 1984, 1989, 2009, 2015 na Biblica, Inc.<br /></p> <p>Biblica\u00ae Open Kiswahili Contemporary Version\u2122</p> <p>Copyright \u00a9 1984, 1989, 2009, 2015 by Biblica, Inc.<br /></p> <p>\u201cBiblica\u201d ni alama ya biashara iliyosajiliwa katika Ofisi ya Hataza na Alama za Biashara Marekani (United States Patent and Trademark Office) na shirika la Biblica, Inc. Imetumiwa na ruhusa.<br /></p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.<br /></p> <p>You must also make your derivative work available under the same license (CC BY-SA). <br /></p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us.<br /></p>"
5677
5735
  },
5678
5736
  {
5679
5737
  "id": "8ff6d83aeeba4623-01",
@@ -5701,15 +5759,15 @@
5701
5759
  ],
5702
5760
  "type": "audio",
5703
5761
  "updatedAt": "2025-10-03T03:12:23.000Z",
5704
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5762
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5705
5763
  "info": null
5706
5764
  },
5707
5765
  {
5708
5766
  "id": "232eeaf9dc544361-01",
5709
5767
  "dblId": "232eeaf9dc544361",
5710
5768
  "relatedDbl": "032ec262506b719f,c07426c589f15c78",
5711
- "name": "Biblica® Open Indian Tamil Contemporary Version™, Audio Edition",
5712
- "nameLocal": "Biblica® Open Indian Tamil Contemporary Version™, Audio Edition",
5769
+ "name": "Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition",
5770
+ "nameLocal": "Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition",
5713
5771
  "abbreviation": null,
5714
5772
  "abbreviationLocal": null,
5715
5773
  "description": null,
@@ -5717,7 +5775,7 @@
5717
5775
  "language": {
5718
5776
  "id": "tam",
5719
5777
  "name": "Indian Tamil",
5720
- "nameLocal": "தமிழ்",
5778
+ "nameLocal": "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd",
5721
5779
  "script": "Tamil",
5722
5780
  "scriptDirection": "LTR"
5723
5781
  },
@@ -5730,8 +5788,8 @@
5730
5788
  ],
5731
5789
  "type": "audio",
5732
5790
  "updatedAt": "2024-07-01T22:19:25.000Z",
5733
- "copyright": "Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு பதிப்புரிமை 2024 Biblica, Inc. மற்றும் Davar Partners International Biblica® Open Indian Tamil Contemporary Version™, Audio Edition Copyright 2024 Biblica, Inc. and Davar Partners International Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™ பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc. Biblica® Open Indian Tamil Contemporary Version Copyright © 2005, 2020, 2022 Biblica, Inc.",
5734
- "info": "<p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு</p> <p>பதிப்புரிமை ℗ 2024 Biblica, Inc. மற்றும் Davar Partners International</p> <p>Biblica® Open Indian Tamil Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™</p> <p>பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Indian Tamil Contemporary Version™</p> <p>Copyright © 2005, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” என்பது Biblica, Inc. மூலம் யுனைடெட் ஸ்டேட்ஸ் காப்புரிமை மற்றும் வர்த்தக முத்திரை அலுவலகத்தில் பதிவுசெய்யப்பட்ட வர்த்தக முத்திரை. அனுமதியுடன் பயன்படுத்‌தப்‌படுகிறது.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>――――――</p> <p>இந்த வேலை Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA)ன் கீழ் கிடைக்கிறது. இந்த உரிமத்தின் நகலைப் பார்க்க, https:creativecommons.org/licenses/by-sa/4.0 ஐப் பார்வையிடவும் அல்லது Creative Commons, PO Box 1866, Mountain View, CA 94042, USA க்கு கடிதம் அனுப்பவும்.</p> <p>Biblica® என்பது Biblica, Inc. ஆல் பதிவுசெய்யப்பட்ட வர்த்தக முத்திரையாகும், மேலும் Biblica® வர்த்தக முத்திரையைப் பயன்படுத்துவதற்கு Biblica, Inc இன் எழுத்துப்பூர்வ அனுமதி தேவை. CC BY-SA உரிமத்தின் விதிமுறைகளின்படி, நீங்கள் இதை மாற்றப்படாமல் நகலெடுத்து மறுவிநியோகம் செய்யலாம். நீங்கள் Biblica® வர்த்தக முத்திரையை அப்படியே வைத்திருக்கவேண்டும். நீங்கள் ஒரு நகலை மாற்றினால் அல்லது இந்த படைப்பை மொழிபெயர்த்தால், அதன் மூலம் ஒரு பகுதி படைப்பை உருவாக்கினால், நீங்கள் Biblica® வர்த்தக முத்திரையை அகற்ற வேண்டும். நீங்கள் என்ன மாற்றங்களைச் செய்திருக்கிறீர்கள் என்பதைக் குறிப்பிட வேண்டும் மற்றும் படைப்பை பின்வருமாறு குறிப்பிட வேண்டும்: “Biblica, Inc. இன் அசல் படைப்பு www.biblica.com மற்றும் open.bible இல் இலவசமாகக் கிடைக்கிறது.”</p> <p>பதிப்புரிமை பற்றிய அறிவிப்பு படைப்பின் தலைப்பு அல்லது பதிப்புரிமைப் பக்கத்தில் பின்வருமாறு தோன்ற வேண்டும்:</p> <p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு</p> <p>பதிப்புரிமை ℗ 2024 Biblica, Inc. மற்றும் Davar Partners International</p> <p>Biblica® Open Indian Tamil Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™</p> <p>பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Indian Tamil Contemporary Version™</p> <p>Copyright © 2005, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” என்பது Biblica, Inc. மூலம் யுனைடெட் ஸ்டேட்ஸ் காப்புரிமை மற்றும் வர்த்தக முத்திரை அலுவலகத்தில் பதிவுசெய்யப்பட்ட வர்த்தக முத்திரை. அனுமதியுடன் பயன்படுத்‌தப்‌படுகிறது.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p/> <p>அதே உரிமத்தின் கீழ்(CC BY-SA) அசல் படைப்பிலிருந்து மாற்றிய உங்கள் வேலையை நீங்கள் கிடைக்கும்படி தெரிவிக்கவேண்டும்.</p> <p>இந்த படைப்பின் மொழிபெயர்ப்பு குறித்து Biblica, Inc.க்கு தெரிவிக்க விரும்பினால், https://open.bible/#feedback இல் எங்களைத் தொடர்பு கொள்ளவும்.</p> <p/> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™, ஆடியோ பதிப்பு</p> <p>பதிப்புரிமை ℗ 2024 Biblica, Inc. மற்றும் Davar Partners International</p> <p>Biblica® Open Indian Tamil Contemporary Version™, Audio Edition</p> <p>Copyright ℗ 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica® திறந்தநிலை தமிழ் சமகால பதிப்பு™</p> <p>பதிப்புரிமை © 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica® Open Indian Tamil Contemporary Version™</p> <p>Copyright © 2005, 2020, 2022 Biblica, Inc.</p> <p>“Biblica” என்பது Biblica, Inc. மூலம் யுனைடெட் ஸ்டேட்ஸ் காப்புரிமை மற்றும் வர்த்தக முத்திரை அலுவலகத்தில் பதிவுசெய்யப்பட்ட வர்த்தக முத்திரை. அனுமதியுடன் பயன்படுத்‌தப்‌படுகிறது.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
5791
+ "copyright": "Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122, \u0b86\u0b9f\u0bbf\u0baf\u0bcb \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u2117 2024 Biblica, Inc. \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd Davar Partners International Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition Copyright \u2117 2024 Biblica, Inc. and Davar Partners International Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u00a9 2005, 2020, 2022 Biblica, Inc. Biblica\u00ae Open Indian Tamil Contemporary Version\u2122 Copyright \u00a9 2005, 2020, 2022 Biblica, Inc.",
5792
+ "info": "<p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122, \u0b86\u0b9f\u0bbf\u0baf\u0bcb \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u2117 2024 Biblica, Inc. \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd Davar Partners International</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122</p> <p>Copyright \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 Biblica, Inc. \u0bae\u0bc2\u0bb2\u0bae\u0bcd \u0baf\u0bc1\u0ba9\u0bc8\u0b9f\u0bc6\u0b9f\u0bcd \u0bb8\u0bcd\u0b9f\u0bc7\u0b9f\u0bcd\u0bb8\u0bcd \u0b95\u0bbe\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8 \u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0ba4\u0bbf\u0bb5\u0bc1\u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8. \u0b85\u0ba9\u0bc1\u0bae\u0ba4\u0bbf\u0baf\u0bc1\u0b9f\u0ba9\u0bcd \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u200c\u0ba4\u0baa\u0bcd\u200c\u0baa\u0b9f\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u2015\u2015\u2015\u2015\u2015\u2015</p> <p>\u0b87\u0ba8\u0bcd\u0ba4 \u0bb5\u0bc7\u0bb2\u0bc8 Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA)\u0ba9\u0bcd \u0b95\u0bc0\u0bb4\u0bcd \u0b95\u0bbf\u0b9f\u0bc8\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bc1. \u0b87\u0ba8\u0bcd\u0ba4 \u0b89\u0bb0\u0bbf\u0bae\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0ba8\u0b95\u0bb2\u0bc8\u0baa\u0bcd \u0baa\u0bbe\u0bb0\u0bcd\u0b95\u0bcd\u0b95, https:creativecommons.org/licenses/by-sa/4.0 \u0b90\u0baa\u0bcd \u0baa\u0bbe\u0bb0\u0bcd\u0bb5\u0bc8\u0baf\u0bbf\u0b9f\u0bb5\u0bc1\u0bae\u0bcd \u0b85\u0bb2\u0bcd\u0bb2\u0ba4\u0bc1 Creative Commons, PO Box 1866, Mountain View, CA 94042, USA \u0b95\u0bcd\u0b95\u0bc1 \u0b95\u0b9f\u0bbf\u0ba4\u0bae\u0bcd \u0b85\u0ba9\u0bc1\u0baa\u0bcd\u0baa\u0bb5\u0bc1\u0bae\u0bcd.</p> <p>Biblica\u00ae \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 Biblica, Inc. \u0b86\u0bb2\u0bcd \u0baa\u0ba4\u0bbf\u0bb5\u0bc1\u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baf\u0bbe\u0b95\u0bc1\u0bae\u0bcd, \u0bae\u0bc7\u0bb2\u0bc1\u0bae\u0bcd Biblica\u00ae \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baf\u0bc8\u0baa\u0bcd \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0bb5\u0ba4\u0bb1\u0bcd\u0b95\u0bc1 Biblica, Inc \u0b87\u0ba9\u0bcd \u0b8e\u0bb4\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd\u0bb5 \u0b85\u0ba9\u0bc1\u0bae\u0ba4\u0bbf \u0ba4\u0bc7\u0bb5\u0bc8. CC BY-SA \u0b89\u0bb0\u0bbf\u0bae\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0bb5\u0bbf\u0ba4\u0bbf\u0bae\u0bc1\u0bb1\u0bc8\u0b95\u0bb3\u0bbf\u0ba9\u0bcd\u0baa\u0b9f\u0bbf, \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b87\u0ba4\u0bc8 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0baa\u0bcd\u0baa\u0b9f\u0bbe\u0bae\u0bb2\u0bcd \u0ba8\u0b95\u0bb2\u0bc6\u0b9f\u0bc1\u0ba4\u0bcd\u0ba4\u0bc1 \u0bae\u0bb1\u0bc1\u0bb5\u0bbf\u0ba8\u0bbf\u0baf\u0bcb\u0b95\u0bae\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0bb2\u0bbe\u0bae\u0bcd. \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd Biblica\u00ae \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baf\u0bc8 \u0b85\u0baa\u0bcd\u0baa\u0b9f\u0bbf\u0baf\u0bc7 \u0bb5\u0bc8\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd. \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b92\u0bb0\u0bc1 \u0ba8\u0b95\u0bb2\u0bc8 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bbf\u0ba9\u0bbe\u0bb2\u0bcd \u0b85\u0bb2\u0bcd\u0bb2\u0ba4\u0bc1 \u0b87\u0ba8\u0bcd\u0ba4 \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bc8 \u0bae\u0bca\u0bb4\u0bbf\u0baa\u0bc6\u0baf\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0bbe\u0bb2\u0bcd, \u0b85\u0ba4\u0ba9\u0bcd \u0bae\u0bc2\u0bb2\u0bae\u0bcd \u0b92\u0bb0\u0bc1 \u0baa\u0b95\u0bc1\u0ba4\u0bbf \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bc8 \u0b89\u0bb0\u0bc1\u0bb5\u0bbe\u0b95\u0bcd\u0b95\u0bbf\u0ba9\u0bbe\u0bb2\u0bcd, \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd Biblica\u00ae \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8\u0baf\u0bc8 \u0b85\u0b95\u0bb1\u0bcd\u0bb1 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd. \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b8e\u0ba9\u0bcd\u0ba9 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0b99\u0bcd\u0b95\u0bb3\u0bc8\u0b9a\u0bcd \u0b9a\u0bc6\u0baf\u0bcd\u0ba4\u0bbf\u0bb0\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0bc0\u0bb0\u0bcd\u0b95\u0bb3\u0bcd \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc8\u0b95\u0bcd \u0b95\u0bc1\u0bb1\u0bbf\u0baa\u0bcd\u0baa\u0bbf\u0b9f \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bc8 \u0baa\u0bbf\u0ba9\u0bcd\u0bb5\u0bb0\u0bc1\u0bae\u0bbe\u0bb1\u0bc1 \u0b95\u0bc1\u0bb1\u0bbf\u0baa\u0bcd\u0baa\u0bbf\u0b9f \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd: \u201cBiblica, Inc. \u0b87\u0ba9\u0bcd \u0b85\u0b9a\u0bb2\u0bcd \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bc1 www.biblica.com \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd open.bible \u0b87\u0bb2\u0bcd \u0b87\u0bb2\u0bb5\u0b9a\u0bae\u0bbe\u0b95\u0b95\u0bcd \u0b95\u0bbf\u0b9f\u0bc8\u0b95\u0bcd\u0b95\u0bbf\u0bb1\u0ba4\u0bc1.\u201d</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u0baa\u0bb1\u0bcd\u0bb1\u0bbf\u0baf \u0b85\u0bb1\u0bbf\u0bb5\u0bbf\u0baa\u0bcd\u0baa\u0bc1 \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd \u0ba4\u0bb2\u0bc8\u0baa\u0bcd\u0baa\u0bc1 \u0b85\u0bb2\u0bcd\u0bb2\u0ba4\u0bc1 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8\u0baa\u0bcd \u0baa\u0b95\u0bcd\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0bbf\u0ba9\u0bcd\u0bb5\u0bb0\u0bc1\u0bae\u0bbe\u0bb1\u0bc1 \u0ba4\u0bcb\u0ba9\u0bcd\u0bb1 \u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd:</p> <p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122, \u0b86\u0b9f\u0bbf\u0baf\u0bcb \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u2117 2024 Biblica, Inc. \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd Davar Partners International</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122</p> <p>Copyright \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 Biblica, Inc. \u0bae\u0bc2\u0bb2\u0bae\u0bcd \u0baf\u0bc1\u0ba9\u0bc8\u0b9f\u0bc6\u0b9f\u0bcd \u0bb8\u0bcd\u0b9f\u0bc7\u0b9f\u0bcd\u0bb8\u0bcd \u0b95\u0bbe\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8 \u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0ba4\u0bbf\u0bb5\u0bc1\u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8. \u0b85\u0ba9\u0bc1\u0bae\u0ba4\u0bbf\u0baf\u0bc1\u0b9f\u0ba9\u0bcd \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u200c\u0ba4\u0baa\u0bcd\u200c\u0baa\u0b9f\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p/> <p>\u0b85\u0ba4\u0bc7 \u0b89\u0bb0\u0bbf\u0bae\u0ba4\u0bcd\u0ba4\u0bbf\u0ba9\u0bcd \u0b95\u0bc0\u0bb4\u0bcd(CC BY-SA) \u0b85\u0b9a\u0bb2\u0bcd \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0bb2\u0bbf\u0bb0\u0bc1\u0ba8\u0bcd\u0ba4\u0bc1 \u0bae\u0bbe\u0bb1\u0bcd\u0bb1\u0bbf\u0baf \u0b89\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0bb5\u0bc7\u0bb2\u0bc8\u0baf\u0bc8 \u0ba8\u0bc0\u0b99\u0bcd\u0b95\u0bb3\u0bcd \u0b95\u0bbf\u0b9f\u0bc8\u0b95\u0bcd\u0b95\u0bc1\u0bae\u0bcd\u0baa\u0b9f\u0bbf \u0ba4\u0bc6\u0bb0\u0bbf\u0bb5\u0bbf\u0b95\u0bcd\u0b95\u0bb5\u0bc7\u0ba3\u0bcd\u0b9f\u0bc1\u0bae\u0bcd.</p> <p>\u0b87\u0ba8\u0bcd\u0ba4 \u0baa\u0b9f\u0bc8\u0baa\u0bcd\u0baa\u0bbf\u0ba9\u0bcd \u0bae\u0bca\u0bb4\u0bbf\u0baa\u0bc6\u0baf\u0bb0\u0bcd\u0baa\u0bcd\u0baa\u0bc1 \u0b95\u0bc1\u0bb1\u0bbf\u0ba4\u0bcd\u0ba4\u0bc1 Biblica, Inc.\u0b95\u0bcd\u0b95\u0bc1 \u0ba4\u0bc6\u0bb0\u0bbf\u0bb5\u0bbf\u0b95\u0bcd\u0b95 \u0bb5\u0bbf\u0bb0\u0bc1\u0bae\u0bcd\u0baa\u0bbf\u0ba9\u0bbe\u0bb2\u0bcd, https://open.bible/#feedback \u0b87\u0bb2\u0bcd \u0b8e\u0b99\u0bcd\u0b95\u0bb3\u0bc8\u0ba4\u0bcd \u0ba4\u0bca\u0b9f\u0bb0\u0bcd\u0baa\u0bc1 \u0b95\u0bca\u0bb3\u0bcd\u0bb3\u0bb5\u0bc1\u0bae\u0bcd.</p> <p/> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122, \u0b86\u0b9f\u0bbf\u0baf\u0bcb \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u2117 2024 Biblica, Inc. \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd Davar Partners International</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition</p> <p>Copyright \u2117 2024 Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae \u0ba4\u0bbf\u0bb1\u0ba8\u0bcd\u0ba4\u0ba8\u0bbf\u0bb2\u0bc8 \u0ba4\u0bae\u0bbf\u0bb4\u0bcd \u0b9a\u0bae\u0b95\u0bbe\u0bb2 \u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u2122</p> <p>\u0baa\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>Biblica\u00ae Open Indian Tamil Contemporary Version\u2122</p> <p>Copyright \u00a9 2005, 2020, 2022 Biblica, Inc.</p> <p>\u201cBiblica\u201d \u0b8e\u0ba9\u0bcd\u0baa\u0ba4\u0bc1 Biblica, Inc. \u0bae\u0bc2\u0bb2\u0bae\u0bcd \u0baf\u0bc1\u0ba9\u0bc8\u0b9f\u0bc6\u0b9f\u0bcd \u0bb8\u0bcd\u0b9f\u0bc7\u0b9f\u0bcd\u0bb8\u0bcd \u0b95\u0bbe\u0baa\u0bcd\u0baa\u0bc1\u0bb0\u0bbf\u0bae\u0bc8 \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8 \u0b85\u0bb2\u0bc1\u0bb5\u0bb2\u0b95\u0ba4\u0bcd\u0ba4\u0bbf\u0bb2\u0bcd \u0baa\u0ba4\u0bbf\u0bb5\u0bc1\u0b9a\u0bc6\u0baf\u0bcd\u0baf\u0baa\u0bcd\u0baa\u0b9f\u0bcd\u0b9f \u0bb5\u0bb0\u0bcd\u0ba4\u0bcd\u0ba4\u0b95 \u0bae\u0bc1\u0ba4\u0bcd\u0ba4\u0bbf\u0bb0\u0bc8. \u0b85\u0ba9\u0bc1\u0bae\u0ba4\u0bbf\u0baf\u0bc1\u0b9f\u0ba9\u0bcd \u0baa\u0baf\u0ba9\u0bcd\u0baa\u0b9f\u0bc1\u0ba4\u0bcd\u200c\u0ba4\u0baa\u0bcd\u200c\u0baa\u0b9f\u0bc1\u0b95\u0bbf\u0bb1\u0ba4\u0bc1.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>You must also make your derivative work available under the same license (CC BY-SA).</p> <p>If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/#feedback.</p>"
5735
5793
  },
5736
5794
  {
5737
5795
  "id": "5b168850d8ff4fe2-01",
@@ -5746,7 +5804,7 @@
5746
5804
  "language": {
5747
5805
  "id": "tam",
5748
5806
  "name": "Tamil",
5749
- "nameLocal": "தமிழ்",
5807
+ "nameLocal": "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd",
5750
5808
  "script": "Tamil",
5751
5809
  "scriptDirection": "LTR"
5752
5810
  },
@@ -5775,7 +5833,7 @@
5775
5833
  "language": {
5776
5834
  "id": "tel",
5777
5835
  "name": "Telugu",
5778
- "nameLocal": "తెలుగు",
5836
+ "nameLocal": "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",
5779
5837
  "script": "Telugu",
5780
5838
  "scriptDirection": "LTR"
5781
5839
  },
@@ -5796,7 +5854,7 @@
5796
5854
  "dblId": "34f3cbca554b1362",
5797
5855
  "relatedDbl": "597a4b6f7639ff59",
5798
5856
  "name": "Telugu Old Version Bible (BSI)",
5799
- "nameLocal": "పరిశుద్ధ గ్రంథము O.V. Bible (BSI)",
5857
+ "nameLocal": "\u0c2a\u0c30\u0c3f\u0c36\u0c41\u0c26\u0c4d\u0c27 \u0c17\u0c4d\u0c30\u0c02\u0c25\u0c2e\u0c41 O.V. Bible (BSI)",
5800
5858
  "abbreviation": "TELOV-BSI",
5801
5859
  "abbreviationLocal": "TELOV-BSI",
5802
5860
  "description": null,
@@ -5804,7 +5862,7 @@
5804
5862
  "language": {
5805
5863
  "id": "tel",
5806
5864
  "name": "Telugu",
5807
- "nameLocal": "తెలుగు",
5865
+ "nameLocal": "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",
5808
5866
  "script": "Telugu",
5809
5867
  "scriptDirection": "LTR"
5810
5868
  },
@@ -5817,7 +5875,7 @@
5817
5875
  ],
5818
5876
  "type": "audio",
5819
5877
  "updatedAt": "2025-12-03T19:31:35.000Z",
5820
- "copyright": "Telugu O.V. Bible, - పరిశుద్ధ గ్రంథము O.V. BibleUsed by permission. All rights reserved worldwide.",
5878
+ "copyright": "Telugu O.V. Bible, - \u0c2a\u0c30\u0c3f\u0c36\u0c41\u0c26\u0c4d\u0c27 \u0c17\u0c4d\u0c30\u0c02\u0c25\u0c2e\u0c41 O.V. BibleUsed by permission. All rights reserved worldwide.",
5821
5879
  "info": null
5822
5880
  },
5823
5881
  {
@@ -5846,7 +5904,7 @@
5846
5904
  ],
5847
5905
  "type": "audio",
5848
5906
  "updatedAt": "2025-10-03T02:14:08.000Z",
5849
- "copyright": " 2023 The Word for the World and Hosanna",
5907
+ "copyright": "\u2117 2023 The Word for the World and Hosanna",
5850
5908
  "info": null
5851
5909
  },
5852
5910
  {
@@ -5904,7 +5962,7 @@
5904
5962
  ],
5905
5963
  "type": "audio",
5906
5964
  "updatedAt": "2025-10-03T02:39:52.000Z",
5907
- "copyright": "© \"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 Hosanna",
5965
+ "copyright": "\u00a9 \"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 Hosanna",
5908
5966
  "info": null
5909
5967
  },
5910
5968
  {
@@ -5933,15 +5991,15 @@
5933
5991
  ],
5934
5992
  "type": "audio",
5935
5993
  "updatedAt": "2025-10-03T02:01:56.000Z",
5936
- "copyright": "© \"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". 2022 Hosanna",
5994
+ "copyright": "\u00a9 \"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". \u2117 2022 Hosanna",
5937
5995
  "info": null
5938
5996
  },
5939
5997
  {
5940
5998
  "id": "33283690eb54d55d-01",
5941
5999
  "dblId": "33283690eb54d55d",
5942
6000
  "relatedDbl": "5542a8cd0429163d",
5943
- "name": "Tagalog New Contemporary Version™, Audio Edition",
5944
- "nameLocal": "Ang Salita Ng Dios Biblia",
6001
+ "name": "Tagalog New Contemporary Version\u2122, Audio Edition",
6002
+ "nameLocal": "Ang Salita Ng Dios Biblia\u2122",
5945
6003
  "abbreviation": "TCB",
5946
6004
  "abbreviationLocal": "ASD",
5947
6005
  "description": "Tagalog New Contemporary Version TM, Audio Edition (Ang Salita Ng Dios Biblia) 2014",
@@ -5962,8 +6020,8 @@
5962
6020
  ],
5963
6021
  "type": "audio",
5964
6022
  "updatedAt": "2024-07-01T22:23:20.000Z",
5965
- "copyright": "Tagalog New Contemporary Version™, Audio Edition (Ang Salita Ng Dios Biblia) Audio Copyright 2016, 2019 by Biblica, Inc. Used by permission. All rights reserved worldwide. Tagalog Contemporary Bible (Ang Salita ng Dios) Copyright © 2009, 2011, 2014 by Biblica, Inc. All rights reserved worldwide.",
5966
- "info": "<p>Biblica, <em>The International Bible Society,</em> provides God’s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God’s Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
6023
+ "copyright": "Tagalog New Contemporary Version\u2122, Audio Edition (Ang Salita Ng Dios Biblia\u2122) Audio Copyright \u2117 2016, 2019 by Biblica, Inc. Used by permission. All rights reserved worldwide. Tagalog Contemporary Bible\u2122 (Ang Salita ng Dios\u2122) Copyright \u00a9 2009, 2011, 2014 by Biblica, Inc. All rights reserved worldwide.",
6024
+ "info": "<p>Biblica, <em>The International Bible Society,</em> provides God\u2019s Word to people through Bible translation, Bible publishing and Bible engagement in Africa, East Asia Pacific, Europe, Latin America, Middle East, North America and South Asia. Through its worldwide reach, Biblica engages people with God\u2019s Word so that their lives are transformed through a relationship with Jesus Christ.</p>"
5967
6025
  },
5968
6026
  {
5969
6027
  "id": "acdfc511478a4e06-01",
@@ -6049,7 +6107,7 @@
6049
6107
  ],
6050
6108
  "type": "audio",
6051
6109
  "updatedAt": "2025-10-03T02:37:47.000Z",
6052
- "copyright": "℗2024 Seed Company in collaboration with Language Developers and Bible Translators Association",
6110
+ "copyright": "\u21172024 Seed Company in collaboration with Language Developers and Bible Translators Association",
6053
6111
  "info": null
6054
6112
  },
6055
6113
  {
@@ -6057,15 +6115,15 @@
6057
6115
  "dblId": "e7088f66af364c72",
6058
6116
  "relatedDbl": "085defac6e17b9eb",
6059
6117
  "name": "Turkish Bible (YTC)",
6060
- "nameLocal": "Yorumsuz Türkçe Çeviri",
6118
+ "nameLocal": "Yorumsuz T\u00fcrk\u00e7e \u00c7eviri",
6061
6119
  "abbreviation": "YTC",
6062
6120
  "abbreviationLocal": "YTC",
6063
6121
  "description": "The Holy Bible in the Turkish Language, translated from the World English Bible",
6064
- "descriptionLocal": "Bu çeviride Tanrı'nın Çıkış 3:14-15 ayetlerinde Moşe'ye açıklamış olduğu, değişmez ve ebedi adı \"Yahve\" kullanılmıştır. Yine Tanrı'nın kutsal adından gelen ve bütün adların üzerindeki en yüce ad olan Mesih'in adı da, özgün haliyle, Yeşua\" olarak kullanılm",
6122
+ "descriptionLocal": "Bu \u00e7eviride Tanr\u0131'n\u0131n \u00c7\u0131k\u0131\u015f 3:14-15 ayetlerinde Mo\u015fe'ye a\u00e7\u0131klam\u0131\u015f oldu\u011fu, de\u011fi\u015fmez ve ebedi ad\u0131 \"Yahve\" kullan\u0131lm\u0131\u015ft\u0131r. Yine Tanr\u0131'n\u0131n kutsal ad\u0131ndan gelen ve b\u00fct\u00fcn adlar\u0131n \u00fczerindeki en y\u00fcce ad olan Mesih'in ad\u0131 da, \u00f6zg\u00fcn haliyle, Ye\u015fua\" olarak kullan\u0131lm",
6065
6123
  "language": {
6066
6124
  "id": "tur",
6067
6125
  "name": "Turkish",
6068
- "nameLocal": "Türkçe",
6126
+ "nameLocal": "T\u00fcrk\u00e7e",
6069
6127
  "script": "Latin",
6070
6128
  "scriptDirection": "LTR"
6071
6129
  },
@@ -6073,12 +6131,12 @@
6073
6131
  {
6074
6132
  "id": "TR",
6075
6133
  "name": "Turkey",
6076
- "nameLocal": "Türkiye"
6134
+ "nameLocal": "T\u00fcrkiye"
6077
6135
  }
6078
6136
  ],
6079
6137
  "type": "audio",
6080
6138
  "updatedAt": "2025-12-04T02:47:24.000Z",
6081
- "copyright": "copyright © 2023-2025 İsmail Serinken and eBible.org CC-BY-ND",
6139
+ "copyright": "copyright \u00a9 2023-2025 \u0130smail Serinken and eBible.org CC-BY-ND",
6082
6140
  "info": null
6083
6141
  },
6084
6142
  {
@@ -6094,7 +6152,7 @@
6094
6152
  "language": {
6095
6153
  "id": "tur",
6096
6154
  "name": "Turkish",
6097
- "nameLocal": "Türkçe",
6155
+ "nameLocal": "T\u00fcrk\u00e7e",
6098
6156
  "script": "Latin",
6099
6157
  "scriptDirection": "LTR"
6100
6158
  },
@@ -6107,8 +6165,8 @@
6107
6165
  ],
6108
6166
  "type": "audio",
6109
6167
  "updatedAt": "2024-07-01T22:35:10.000Z",
6110
- "copyright": "Sesli Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi) , 2016",
6111
- "info": "<p>Kutsal Kitap (Tevrat, Zebur, İncil), Eski ve Yeni Antlaşma olarak üzere iki kısımdan oluşur. Eski Antlaşma, Yahudiler’in kutsal kitabıdır, İbranice ve Aramice olarak yazılmıştır. Yeni Antlaşma (İncil) Grekçe yazılmış ve 27 kitaptan oluşmaktadır. Eski ve Yeni Antlaşma Hristiyanlar’ın kabul ettiği kutsal yazılardır.</p> <p>Bu tercüme 2001 yılında yayımlanmış ve 2008 yılında küçük düzeltmeler yapılmıştır. </p> <p>Basılı bir kopyasını temin etmek için Kitabı Mukaddes Şirketi ile irtibata geçebilirsiniz. <a href=\"http://www.kitabimukaddes.com/\">www.kitabimukaddes.com</a></p>"
6168
+ "copyright": "Sesli Kutsal Kitap \u00a9 The Bible Society in Turkey (Kitab\u0131 Mukaddes \u015eirketi) , 2016",
6169
+ "info": "<p>Kutsal Kitap (Tevrat, Zebur, \u0130ncil), Eski ve Yeni Antla\u015fma olarak \u00fczere iki k\u0131s\u0131mdan olu\u015fur. Eski Antla\u015fma, Yahudiler\u2019in kutsal kitab\u0131d\u0131r, \u0130branice ve Aramice olarak yaz\u0131lm\u0131\u015ft\u0131r. Yeni Antla\u015fma (\u0130ncil) Grek\u00e7e yaz\u0131lm\u0131\u015f ve 27 kitaptan olu\u015fmaktad\u0131r. Eski ve Yeni Antla\u015fma Hristiyanlar\u2019\u0131n kabul etti\u011fi kutsal yaz\u0131lard\u0131r.</p> <p>Bu terc\u00fcme 2001 y\u0131l\u0131nda yay\u0131mlanm\u0131\u015f ve 2008 y\u0131l\u0131nda k\u00fc\u00e7\u00fck d\u00fczeltmeler yap\u0131lm\u0131\u015ft\u0131r. </p> <p>Bas\u0131l\u0131 bir kopyas\u0131n\u0131 temin etmek i\u00e7in Kitab\u0131 Mukaddes \u015eirketi ile irtibata ge\u00e7ebilirsiniz. <a href=\"http://www.kitabimukaddes.com/\">www.kitabimukaddes.com</a></p>"
6112
6170
  },
6113
6171
  {
6114
6172
  "id": "6bec557a0f8341be-01",
@@ -6136,7 +6194,7 @@
6136
6194
  ],
6137
6195
  "type": "audio",
6138
6196
  "updatedAt": "2025-10-03T02:55:45.000Z",
6139
- "copyright": "\"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". Audio: 2024 Hosanna - For church use only",
6197
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". Audio: \u2117 2024 Hosanna - For church use only",
6140
6198
  "info": null
6141
6199
  },
6142
6200
  {
@@ -6165,19 +6223,19 @@
6165
6223
  ],
6166
6224
  "type": "audio",
6167
6225
  "updatedAt": "2025-10-03T03:38:10.000Z",
6168
- "copyright": "\"The copyright is jointly and equally held by 2018 The Word for the World International All Rights Reserved© 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". Audio: 2024 Hosanna - For church use only",
6226
+ "copyright": "\"The copyright is jointly and equally held by:\u00a9 2018 The Word for the World International All Rights Reserved\u00a9 2018 North East Centre for Training and Research All Rights ReservedThis creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to nectartraining@gmail.com or The Word For The World at www.twftw.org\". Audio: \u2117 2024 Hosanna - For church use only",
6169
6227
  "info": null
6170
6228
  },
6171
6229
  {
6172
6230
  "id": "6e21c09d8edb4838-01",
6173
6231
  "dblId": "6e21c09d8edb4838",
6174
6232
  "relatedDbl": "78a78459948b4668,b6aee081108c0bc6",
6175
- "name": "Biblica® Open Akuapem Twi Contemporary Bible™, Audio Edition",
6176
- "nameLocal": "Biblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma, Nea Wotie",
6233
+ "name": "Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122, Audio Edition",
6234
+ "nameLocal": "Biblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma, Nea Wotie",
6177
6235
  "abbreviation": "OAKCB",
6178
6236
  "abbreviationLocal": "WAKNA",
6179
- "description": "Biblica® Open Akuapem Twi Contemporary Bible™, Audio Edition",
6180
- "descriptionLocal": "Biblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma, Nea Wotie",
6237
+ "description": "Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122, Audio Edition",
6238
+ "descriptionLocal": "Biblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma, Nea Wotie",
6181
6239
  "language": {
6182
6240
  "id": "twi",
6183
6241
  "name": "Twi",
@@ -6194,19 +6252,19 @@
6194
6252
  ],
6195
6253
  "type": "audio",
6196
6254
  "updatedAt": "2024-07-01T22:35:43.000Z",
6197
- "copyright": "Biblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma, Nea WotieOwurayɛ Tumi © 2021. Biblica, Inc. ne Davar Partners International na wɔde ma.Biblica® Open Akuapem Twi Contemporary Bible™, Audio EditionCopyright © 2021 by Biblica, Inc. and Davar Partners InternationalBiblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma Owurayɛ Tumi © 1996, 2020. Biblica, Inc. na wɔde ma. Biblica® Open Akuapem Twi Contemporary Bible Copyright © 1996, 2020 by Biblica, Inc. “Biblica” ahyɛnsode a Biblica Inc. akogye afi United States Patent and Trademark Office de hyɛ wɔn nneɛma ahorow nso. Gye Biblica Inc. ma wo ho kwan ansa na woatumi de adi dwuma. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6255
+ "copyright": "Biblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma, Nea WotieOwuray\u025b Tumi \u00a9 2021. Biblica, Inc. ne Davar Partners International na w\u0254de ma.Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122, Audio EditionCopyright \u00a9 2021 by Biblica, Inc. and Davar Partners InternationalBiblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma Owuray\u025b Tumi \u00a9 1996, 2020. Biblica, Inc. na w\u0254de ma. Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122 Copyright \u00a9 1996, 2020 by Biblica, Inc. \u201cBiblica\u201d y\u025b ahy\u025bnsode a Biblica Inc. akogye afi United States Patent and Trademark Office de hy\u025b w\u0254n nne\u025bma ahorow nso. Gye s\u025b Biblica Inc. ma wo ho kwan ansa na woatumi de adi dwuma. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6198
6256
  "info": null
6199
6257
  },
6200
6258
  {
6201
6259
  "id": "03d2ea6f8f7c4a19-01",
6202
6260
  "dblId": "03d2ea6f8f7c4a19",
6203
6261
  "relatedDbl": "c97c5e017bdf893c,18f6cf27f7b43297",
6204
- "name": "Biblica® Open Asante Twi Contemporary Bible™, Audio Edition",
6205
- "nameLocal": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™, Deɛ Wɔtie",
6262
+ "name": "Biblica\u00ae Open Asante Twi Contemporary Bible\u2122, Audio Edition",
6263
+ "nameLocal": "Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122, De\u025b W\u0254tie",
6206
6264
  "abbreviation": "OASCB",
6207
6265
  "abbreviationLocal": "WASNA",
6208
- "description": "Biblica® Open Asante Twi Contemporary Bible™, Audio Edition",
6209
- "descriptionLocal": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™, Deɛ Wɔtie",
6266
+ "description": "Biblica\u00ae Open Asante Twi Contemporary Bible\u2122, Audio Edition",
6267
+ "descriptionLocal": "Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122, De\u025b W\u0254tie",
6210
6268
  "language": {
6211
6269
  "id": "twi",
6212
6270
  "name": "Twi",
@@ -6223,23 +6281,23 @@
6223
6281
  ],
6224
6282
  "type": "audio",
6225
6283
  "updatedAt": "2024-07-01T22:13:43.000Z",
6226
- "copyright": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™, Deɛ Wɔtie Owurayɛ Tumi © 2021. Biblica, Inc. ne Davar Partners International na wɔde ma. Biblica® Open Asante Twi Contemporary Bible™, Audio Edition Copyright © 2021 by Biblica, Inc. and Davar Partners International Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™ Owurayɛ Tumi © 1996, 2020. Biblica, Inc. na wɔde ma. Biblica® Open Asante Twi Contemporary Bible Copyright © 1996, 2020 by Biblica, Inc. “Biblica” ahyɛnsodeɛ a Biblica Inc. akɔgye afiri United States Patent and Trademark Office de hyɛ wɔn nneɛma ahodoɔ nso. Gye Biblica Inc. ma wo ho ɛkwan ansa na woatumi de adi dwuma. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6284
+ "copyright": "Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122, De\u025b W\u0254tie Owuray\u025b Tumi \u00a9 2021. Biblica, Inc. ne Davar Partners International na w\u0254de ma. Biblica\u00ae Open Asante Twi Contemporary Bible\u2122, Audio Edition Copyright \u00a9 2021 by Biblica, Inc. and Davar Partners International Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122 Owuray\u025b Tumi \u00a9 1996, 2020. Biblica, Inc. na w\u0254de ma. Biblica\u00ae Open Asante Twi Contemporary Bible\u2122 Copyright \u00a9 1996, 2020 by Biblica, Inc. \u201cBiblica\u201d y\u025b ahy\u025bnsode\u025b a Biblica Inc. ak\u0254gye afiri United States Patent and Trademark Office de hy\u025b w\u0254n nne\u025bma ahodo\u0254 nso. Gye s\u025b Biblica Inc. ma wo ho \u025bkwan ansa na woatumi de adi dwuma. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6227
6285
  "info": null
6228
6286
  },
6229
6287
  {
6230
6288
  "id": "039316d8ba074002-01",
6231
6289
  "dblId": "039316d8ba074002",
6232
6290
  "relatedDbl": "6c696cd1d82e2723",
6233
- "name": "Biblica® Open New Ukrainian Translation™, Audio Edition",
6234
- "nameLocal": "Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання",
6291
+ "name": "Biblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition",
6292
+ "nameLocal": "\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122, \u0410\u0443\u0434\u0456\u043e\u0432\u0438\u0434\u0430\u043d\u043d\u044f",
6235
6293
  "abbreviation": "ONPU",
6236
- "abbreviationLocal": "ВНПУ",
6237
- "description": "Biblica® Open New Ukrainian Translation™, Audio Edition",
6238
- "descriptionLocal": "Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання",
6294
+ "abbreviationLocal": "\u0412\u041d\u041f\u0423",
6295
+ "description": "Biblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition",
6296
+ "descriptionLocal": "\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122, \u0410\u0443\u0434\u0456\u043e\u0432\u0438\u0434\u0430\u043d\u043d\u044f",
6239
6297
  "language": {
6240
6298
  "id": "ukr",
6241
6299
  "name": "Ukrainian",
6242
- "nameLocal": "Українська",
6300
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430",
6243
6301
  "script": "Cyrillic",
6244
6302
  "scriptDirection": "LTR"
6245
6303
  },
@@ -6252,8 +6310,8 @@
6252
6310
  ],
6253
6311
  "type": "audio",
6254
6312
  "updatedAt": "2024-07-01T22:13:37.000Z",
6255
- "copyright": "Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання 2022 Biblica, Inc. і Davar Partners International Biblica® Open New Ukrainian Translation™, Audio Edition Copyright 2022 by Biblica, Inc. and Davar Partners International Бібліка ® Відкрита Новий Переклад Українською™ © 2022 Biblica, Inc. Biblica® Open New Ukrainian Translation Copyright © 2022 by Biblica, Inc. «Biblica» (Бібліка) є товарним знаком, зареєстрованим у бюро патентів та торгових марок США компанією «Biblica, Inc Використовується з дозволу. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6256
- "info": "<p>Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання 2022 Biblica, Inc. і Davar Partners InternationalBiblica® Open New Ukrainian Translation™, Audio Edition Copyright 2022 by Biblica, Inc. and Davar Partners InternationalБібліка ® Відкрита Новий Переклад Українською™ © 2022 Biblica, Inc. Biblica® Open New Ukrainian Translation Copyright © 2022 by Biblica, Inc. «Biblica» (Бібліка) є товарним знаком, зареєстрованим у бюро патентів та торгових марок США компанією «Biblica, Inc Використовується з дозволу.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.——————This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”Notice of copyright must appear on the title or copyright page of the work as follows:Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання 2022 Biblica, Inc. і Davar Partners InternationalBiblica® Open New Ukrainian Translation™, Audio Edition Copyright 2022 by Biblica, Inc. and Davar Partners InternationalБібліка ® Відкрита Новий Переклад Українською™ © 2022 Biblica, Inc. Biblica® Open New Ukrainian Translation Copyright © 2022 by Biblica, Inc. «Biblica» (Бібліка) є товарним знаком, зареєстрованим у бюро патентів та торгових марок США компанією «Biblica, Inc Використовується з дозволу.“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA).If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.</p>"
6313
+ "copyright": "\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122, \u0410\u0443\u0434\u0456\u043e\u0432\u0438\u0434\u0430\u043d\u043d\u044f \u2117 2022 Biblica, Inc. \u0456 Davar Partners International Biblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition Copyright \u2117 2022 by Biblica, Inc. and Davar Partners International \u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122 \u00a9 2022 Biblica, Inc. Biblica\u00ae Open New Ukrainian Translation\u2122 Copyright \u00a9 2022 by Biblica, Inc. \u00abBiblica\u00bb (\u0411\u0456\u0431\u043b\u0456\u043a\u0430) \u0454 \u0442\u043e\u0432\u0430\u0440\u043d\u0438\u043c \u0437\u043d\u0430\u043a\u043e\u043c, \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u043c \u0443 \u0431\u044e\u0440\u043e \u043f\u0430\u0442\u0435\u043d\u0442\u0456\u0432 \u0442\u0430 \u0442\u043e\u0440\u0433\u043e\u0432\u0438\u0445 \u043c\u0430\u0440\u043e\u043a \u0421\u0428\u0410 \u043a\u043e\u043c\u043f\u0430\u043d\u0456\u0454\u044e \u00abBiblica, Inc.\u00bb \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0437 \u0434\u043e\u0437\u0432\u043e\u043b\u0443. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.",
6314
+ "info": "<p>\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122, \u0410\u0443\u0434\u0456\u043e\u0432\u0438\u0434\u0430\u043d\u043d\u044f \u2117 2022 Biblica, Inc. \u0456 Davar Partners InternationalBiblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition Copyright \u2117 2022 by Biblica, Inc. and Davar Partners International\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122 \u00a9 2022 Biblica, Inc. Biblica\u00ae Open New Ukrainian Translation\u2122 Copyright \u00a9 2022 by Biblica, Inc. \u00abBiblica\u00bb (\u0411\u0456\u0431\u043b\u0456\u043a\u0430) \u0454 \u0442\u043e\u0432\u0430\u0440\u043d\u0438\u043c \u0437\u043d\u0430\u043a\u043e\u043c, \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u043c \u0443 \u0431\u044e\u0440\u043e \u043f\u0430\u0442\u0435\u043d\u0442\u0456\u0432 \u0442\u0430 \u0442\u043e\u0440\u0433\u043e\u0432\u0438\u0445 \u043c\u0430\u0440\u043e\u043a \u0421\u0428\u0410 \u043a\u043e\u043c\u043f\u0430\u043d\u0456\u0454\u044e \u00abBiblica, Inc.\u00bb \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0437 \u0434\u043e\u0437\u0432\u043e\u043b\u0443.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.\u2014\u2014\u2014\u2014\u2014\u2014This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201dNotice of copyright must appear on the title or copyright page of the work as follows:\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122, \u0410\u0443\u0434\u0456\u043e\u0432\u0438\u0434\u0430\u043d\u043d\u044f \u2117 2022 Biblica, Inc. \u0456 Davar Partners InternationalBiblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition Copyright \u2117 2022 by Biblica, Inc. and Davar Partners International\u0411\u0456\u0431\u043b\u0456\u043a\u0430 \u00ae \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u041d\u043e\u0432\u0438\u0439 \u041f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u044e\u2122 \u00a9 2022 Biblica, Inc. Biblica\u00ae Open New Ukrainian Translation\u2122 Copyright \u00a9 2022 by Biblica, Inc. \u00abBiblica\u00bb (\u0411\u0456\u0431\u043b\u0456\u043a\u0430) \u0454 \u0442\u043e\u0432\u0430\u0440\u043d\u0438\u043c \u0437\u043d\u0430\u043a\u043e\u043c, \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0438\u043c \u0443 \u0431\u044e\u0440\u043e \u043f\u0430\u0442\u0435\u043d\u0442\u0456\u0432 \u0442\u0430 \u0442\u043e\u0440\u0433\u043e\u0432\u0438\u0445 \u043c\u0430\u0440\u043e\u043a \u0421\u0428\u0410 \u043a\u043e\u043c\u043f\u0430\u043d\u0456\u0454\u044e \u00abBiblica, Inc.\u00bb \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0437 \u0434\u043e\u0437\u0432\u043e\u043b\u0443.\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA).If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.</p>"
6257
6315
  },
6258
6316
  {
6259
6317
  "id": "8dedc61e75b442ae-01",
@@ -6281,7 +6339,7 @@
6281
6339
  ],
6282
6340
  "type": "audio",
6283
6341
  "updatedAt": "2024-07-01T22:40:40.000Z",
6284
- "copyright": "The copyright is jointly and equally held by:Copyright © 2020 The Word for the World International All Rights Reserved Copyright©2020 Munda Believers Assembly, SDCU, Sambalpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 Hosanna",
6342
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a92020 Munda Believers Assembly, SDCU, Sambalpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 Hosanna",
6285
6343
  "info": null
6286
6344
  },
6287
6345
  {
@@ -6310,7 +6368,7 @@
6310
6368
  ],
6311
6369
  "type": "audio",
6312
6370
  "updatedAt": "2024-07-01T22:28:19.000Z",
6313
- "copyright": "The copyright is jointly and equally held by:Copyright © 2020 The Word for the World International All Rights Reserved Copyright©2020 Munda Believers Assembly, SDCU, Sambalpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. 2023 Hosanna",
6371
+ "copyright": "The copyright is jointly and equally held by:Copyright \u00a9 2020 The Word for the World International All Rights Reserved Copyright\u00a92020 Munda Believers Assembly, SDCU, Sambalpur, Odisha. All Rights Reserved This creative commons license allows for redistribution, commercial and noncommercial, as long as it is passed along unchanged and in whole, with credit to the original author. Requests for revision/remix may be sent to translation.samithi@gmail.com or The Word For The World at www.twftw.org. \u2117 2023 Hosanna",
6314
6372
  "info": null
6315
6373
  },
6316
6374
  {
@@ -6355,7 +6413,7 @@
6355
6413
  "language": {
6356
6414
  "id": "urd",
6357
6415
  "name": "Urdu",
6358
- "nameLocal": "اردو",
6416
+ "nameLocal": "\u0627\u0631\u062f\u0648",
6359
6417
  "script": "Devanagari",
6360
6418
  "scriptDirection": "LTR"
6361
6419
  },
@@ -6404,16 +6462,16 @@
6404
6462
  "id": "33e4ffc968884850-01",
6405
6463
  "dblId": "33e4ffc968884850",
6406
6464
  "relatedDbl": "5cc7093967a0a392",
6407
- "name": "Biblica® Open Vietnamese Contemporary Bible™, Audio Edition",
6408
- "nameLocal": "Biblica® Thiên Ban Kinh Thánh Hiện Đại™, Bảng Đọc Kinh Thánh",
6465
+ "name": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio Edition",
6466
+ "nameLocal": "Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122, B\u1ea3ng \u0110\u1ecdc Kinh Th\u00e1nh",
6409
6467
  "abbreviation": "OVCB",
6410
6468
  "abbreviationLocal": "OVCB",
6411
- "description": "Biblica® Open Vietnamese Contemporary Bible™, Audio Edition",
6412
- "descriptionLocal": "Biblica® Thiên Ban Kinh Thánh Hiện Đại™, Bảng Đọc Kinh Thánh",
6469
+ "description": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio Edition",
6470
+ "descriptionLocal": "Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122, B\u1ea3ng \u0110\u1ecdc Kinh Th\u00e1nh",
6413
6471
  "language": {
6414
6472
  "id": "vie",
6415
6473
  "name": "Vietnamese",
6416
- "nameLocal": "Tiếng Việt",
6474
+ "nameLocal": "Ti\u1ebfng Vi\u1ec7t",
6417
6475
  "script": "Code for inherited script",
6418
6476
  "scriptDirection": "LTR"
6419
6477
  },
@@ -6426,19 +6484,19 @@
6426
6484
  ],
6427
6485
  "type": "audio",
6428
6486
  "updatedAt": "2024-07-01T22:23:35.000Z",
6429
- "copyright": "Biblica® Open Vietnamese Contemporary Bible™, Audio EditionAudio Copyright 2018 by Biblica, Inc. and Davar Partners International",
6430
- "info": "<p>Biblica® Thiên Ban Kinh Thánh Hiện Đại™, Bảng Đọc Kinh Thánh</p> <p>Audio Copyright 2018 by Biblica, Inc. and Davar Partners International</p> <p>Biblica® Thiên Ban Kinh Thánh Hiện Đại™</p> <p>Copyright © 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>Biblica® Open Vietnamese Contemporary Bible™, Audio Edition</p> <p>Audio Copyright 2018 by Biblica, Inc. and Davar Partners International</p> <p> Biblica® Open Vietnamese Contemporary Bible™</p> <p>Copyright © 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4‪.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4‪.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>‪Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.”</p> <p>‪Notice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica® Thiên Ban Kinh Thánh Hiện Đại™</p> <p>Copyright © 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>Biblica® Open Vietnamese Contemporary Bible™</p> <p>Copyright © 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>“Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>‪You must also make your derivative work available under the same license (CC BY-SA).</p> <p>‪If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us. </p>"
6487
+ "copyright": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2018 by Biblica, Inc. and Davar Partners International",
6488
+ "info": "<p>Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122, B\u1ea3ng \u0110\u1ecdc Kinh Th\u00e1nh</p> <p>Audio Copyright \u2117 2018 by Biblica, Inc. and Davar Partners International</p> <p>Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122</p> <p>Copyright \u00a9 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio Edition</p> <p>Audio Copyright \u2117 2018 by Biblica, Inc. and Davar Partners International</p> <p> Biblica\u00ae Open Vietnamese Contemporary Bible\u2122</p> <p>Copyright \u00a9 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>This work is made available under the Creative Commons Attribution-ShareAlike 4\u202a.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4\u202a.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p> <p>\u202aBiblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d</p> <p>\u202aNotice of copyright must appear on the title or copyright page of the work as follows:</p> <p>Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122</p> <p>Copyright \u00a9 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>Biblica\u00ae Open Vietnamese Contemporary Bible\u2122</p> <p>Copyright \u00a9 1982, 1987, 1994, 2005, 2015 by Biblica, Inc.</p> <p>\u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission.</p> <p>\u202aYou must also make your derivative work available under the same license (CC BY-SA).</p> <p>\u202aIf you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https://open.bible/contact-us. </p>"
6431
6489
  },
6432
6490
  {
6433
6491
  "id": "b7fe49e56e2e481f-01",
6434
6492
  "dblId": "b7fe49e56e2e481f",
6435
6493
  "relatedDbl": "a76b73a5b59b52fd",
6436
- "name": "Kangri New Testament",
6437
- "nameLocal": "Kangri New Testament",
6494
+ "name": "Kangri Bible",
6495
+ "nameLocal": "Kangri Bible",
6438
6496
  "abbreviation": null,
6439
6497
  "abbreviationLocal": null,
6440
- "description": null,
6441
- "descriptionLocal": null,
6498
+ "description": "Kangri Audio Bible",
6499
+ "descriptionLocal": "Kangri Audio Bible",
6442
6500
  "language": {
6443
6501
  "id": "xnr",
6444
6502
  "name": "Kangri",
@@ -6454,9 +6512,9 @@
6454
6512
  }
6455
6513
  ],
6456
6514
  "type": "audio",
6457
- "updatedAt": "2024-07-01T22:47:59.000Z",
6458
- "copyright": "Kangri New Testament, CC-BY-SA-4.0, The Love Fellowship (Text). Kangri New Testament Audio Bible, CC-BY-SA-4.0, Davar Partners International, Bridge Connectivty Solutions, 2021 (Audio).",
6459
- "info": "<p>If you have would like a copy of this version please contact info@davarpartners.org</p>"
6515
+ "updatedAt": "2026-05-05T02:42:48.000Z",
6516
+ "copyright": "Kangri Bible, CC-BY-SA-4.0, Beyond Translation (Text) Kangri Audio Bible, CC-BY-SA-4.0, Davar Partners International, Beyond Translation, 2026. (Audio)",
6517
+ "info": null
6460
6518
  },
6461
6519
  {
6462
6520
  "id": "0a2c8574ffef47bb-01",
@@ -6484,7 +6542,7 @@
6484
6542
  ],
6485
6543
  "type": "audio",
6486
6544
  "updatedAt": "2025-10-03T02:01:23.000Z",
6487
- "copyright": "© The Word for the World Southern Africa and Pioneer Bible Translators, 2018 2018 Hosanna;",
6545
+ "copyright": "\u00a9 The Word for the World Southern Africa and Pioneer Bible Translators, 2018 \u2117 2018 Hosanna;",
6488
6546
  "info": null
6489
6547
  },
6490
6548
  {
@@ -6513,7 +6571,7 @@
6513
6571
  ],
6514
6572
  "type": "audio",
6515
6573
  "updatedAt": "2025-10-03T02:45:53.000Z",
6516
- "copyright": "© The Word for the World Southern Africa and Pioneer Bible Translators, 2018 2018 Hosanna;",
6574
+ "copyright": "\u00a9 The Word for the World Southern Africa and Pioneer Bible Translators, 2018 \u2117 2018 Hosanna;",
6517
6575
  "info": null
6518
6576
  },
6519
6577
  {
@@ -6547,23 +6605,23 @@
6547
6605
  ],
6548
6606
  "type": "audio",
6549
6607
  "updatedAt": "2025-10-03T03:33:09.000Z",
6550
- "copyright": " Artists for Israel International, 2022.",
6608
+ "copyright": "\u2117 Artists for Israel International, 2022.",
6551
6609
  "info": null
6552
6610
  },
6553
6611
  {
6554
6612
  "id": "2691a33c58f144c3-01",
6555
6613
  "dblId": "2691a33c58f144c3",
6556
6614
  "relatedDbl": "2ed679542fab921d,b8d1feac6e94bd74",
6557
- "name": "Biblica® Open Yoruba Contemporary Bible, Audio Edition",
6558
- "nameLocal": "Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó",
6615
+ "name": "Biblica\u00ae Open Yoruba Contemporary Bible, Audio Edition",
6616
+ "nameLocal": "Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122, \u1eb8\u0300d\u00e0 Al\u00e1fet\u00edgb\u00f3",
6559
6617
  "abbreviation": "OYCB",
6560
6618
  "abbreviationLocal": "OYCB",
6561
- "description": "Biblica® Open Yoruba Contemporary Bible, Audio Edition",
6562
- "descriptionLocal": "Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó",
6619
+ "description": "Biblica\u00ae Open Yoruba Contemporary Bible, Audio Edition",
6620
+ "descriptionLocal": "Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122, \u1eb8\u0300d\u00e0 Al\u00e1fet\u00edgb\u00f3",
6563
6621
  "language": {
6564
6622
  "id": "yor",
6565
6623
  "name": "Yoruba",
6566
- "nameLocal": "Yorùbá",
6624
+ "nameLocal": "Yor\u00f9b\u00e1",
6567
6625
  "script": "Latin",
6568
6626
  "scriptDirection": "LTR"
6569
6627
  },
@@ -6576,7 +6634,7 @@
6576
6634
  ],
6577
6635
  "type": "audio",
6578
6636
  "updatedAt": "2024-07-01T22:20:15.000Z",
6579
- "copyright": "Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó Ẹ̀tọ́ àdàkọ 2021 Biblica, Inc. àti Davar Partners International Biblica® Open Yoruba Contemporary Bible™, Audio Edition Copyright 2021 by Biblica, Inc. and Davar Partners International Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™ Ẹ̀tọ́ àdàkọ © 2009, 2017 Biblica, Inc. Biblica® Open Yoruba Contemporary Bible Copyright © 2009, 2017 by Biblica, Inc. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica® is a trademark registered by Biblica, Inc., and use of the Biblica® trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica® trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica® trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: “The original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.” Notice of copyright must appear on the title or copyright page of the work as follows: Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó Ẹ̀tọ́ àdàkọ 2021 Biblica, Inc. àti Davar Partners International Biblica® Open Yoruba Contemporary Bible™, Audio Edition Copyright 2021 by Biblica, Inc. and Davar Partners International Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™ Ẹ̀tọ́ àdàkọ © 2009, 2017 Biblica, Inc. Biblica® Open Yoruba Contemporary Bible Copyright © 2009, 2017 by Biblica, Inc. “Biblica” is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA). If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.",
6637
+ "copyright": "Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122, \u1eb8\u0300d\u00e0 Al\u00e1fet\u00edgb\u00f3 \u1eb8\u0300t\u1ecd\u0301 \u00e0d\u00e0k\u1ecd \u2117 2021 Biblica, Inc. \u00e0ti Davar Partners International Biblica\u00ae Open Yoruba Contemporary Bible\u2122, Audio Edition Copyright \u2117 2021 by Biblica, Inc. and Davar Partners International Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122 \u1eb8\u0300t\u1ecd\u0301 \u00e0d\u00e0k\u1ecd \u00a9 2009, 2017 Biblica, Inc. Biblica\u00ae Open Yoruba Contemporary Bible\u2122 Copyright \u00a9 2009, 2017 by Biblica, Inc. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Biblica\u00ae is a trademark registered by Biblica, Inc., and use of the Biblica\u00ae trademark requires the written permission of Biblica, Inc. Under the terms of the CC BY-SA license, you may copy and redistribute this unmodified work as long as you keep the Biblica\u00ae trademark intact. If you modify a copy or translate this work, thereby creating a derivative work, you must remove the Biblica\u00ae trademark. On the derivative work, you must indicate what changes you have made and attribute the work as follows: \u201cThe original work by Biblica, Inc. is available for free at www.biblica.com and open.bible.\u201d Notice of copyright must appear on the title or copyright page of the work as follows: Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122, \u1eb8\u0300d\u00e0 Al\u00e1fet\u00edgb\u00f3 \u1eb8\u0300t\u1ecd\u0301 \u00e0d\u00e0k\u1ecd \u2117 2021 Biblica, Inc. \u00e0ti Davar Partners International Biblica\u00ae Open Yoruba Contemporary Bible\u2122, Audio Edition Copyright \u2117 2021 by Biblica, Inc. and Davar Partners International Biblica\u00ae n\u00ed oore \u1ecd\u0300f\u1eb9\u0301 l\u00e1ti lo B\u00edb\u00e9l\u00ec M\u00edm\u1ecd\u0301 n\u00ed \u00c8d\u00e8 Yor\u00f9b\u00e1 \u00d2de-\u00d2n\u00ed\u2122 \u1eb8\u0300t\u1ecd\u0301 \u00e0d\u00e0k\u1ecd \u00a9 2009, 2017 Biblica, Inc. Biblica\u00ae Open Yoruba Contemporary Bible\u2122 Copyright \u00a9 2009, 2017 by Biblica, Inc. \u201cBiblica\u201d is a trademark registered in the United States Patent and Trademark Office by Biblica, Inc. Used with permission. You must also make your derivative work available under the same license (CC BY-SA). If you would like to notify Biblica, Inc. regarding your translation of this work, please contact us at https:open.bible/contact-us.",
6580
6638
  "info": null
6581
6639
  },
6582
6640
  {
@@ -6605,37 +6663,8 @@
6605
6663
  ],
6606
6664
  "type": "audio",
6607
6665
  "updatedAt": "2025-10-03T02:17:19.000Z",
6608
- "copyright": "©2025 Seed Company in collaboration with Language Developers and Bible Translators Association",
6666
+ "copyright": "\u00a92025 Seed Company in collaboration with Language Developers and Bible Translators Association",
6609
6667
  "info": null
6610
- },
6611
- {
6612
- "id": "9f017cecd21b11e3-01",
6613
- "dblId": "9f017cecd21b11e3",
6614
- "relatedDbl": "3b9fdc679b9319c3",
6615
- "name": "Acholi - 1985 Edition (NT)",
6616
- "nameLocal": "Acholi - 1985 Edition (NT)",
6617
- "abbreviation": "ACHBI85",
6618
- "abbreviationLocal": "ACHBI85",
6619
- "description": null,
6620
- "descriptionLocal": null,
6621
- "language": {
6622
- "id": "ach",
6623
- "name": "Acholi",
6624
- "nameLocal": "Acholi",
6625
- "script": "Latin",
6626
- "scriptDirection": "LTR"
6627
- },
6628
- "countries": [
6629
- {
6630
- "id": "UG",
6631
- "name": "Uganda",
6632
- "nameLocal": "Uganda"
6633
- }
6634
- ],
6635
- "type": "audio",
6636
- "updatedAt": "2024-07-01T22:44:00.000Z",
6637
- "copyright": "℗ 2007 Hosanna",
6638
- "info": "<p>This translation, published by the Bible Society of Uganda, was first published in 1985.</p>"
6639
6668
  }
6640
6669
  ]
6641
6670
  }