waha-shared 1.0.282 → 1.0.284

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 (38) hide show
  1. package/dist/data/bibleAudios/bibleAudios.json +2 -10
  2. package/dist/data/bibleStatuses/bibleStatuses.json +116 -227
  3. package/dist/data/bibleTexts/bibleTexts.json +4 -15
  4. package/dist/data/dblAudioLicenses/dblAudioLicenses.json +450 -392
  5. package/dist/data/dblTextLicenses/dblTextLicenses.json +1368 -1160
  6. package/dist/data/languageAssets/languageAssets.json +5428 -4086
  7. package/dist/data/languages/index.d.ts +2 -0
  8. package/dist/data/languages/languages.json +29 -37
  9. package/dist/data/languages/languages.schema.json +8 -0
  10. package/dist/data/languages/languages.zod.d.ts +2 -0
  11. package/dist/data/languages/languages.zod.js +8 -0
  12. package/dist/data/lessonPauses/index.d.ts +7 -0
  13. package/dist/data/lessonPauses/index.js +7 -0
  14. package/dist/data/lessonPauses/lessonPauses.json +10 -0
  15. package/dist/data/lessonPauses/lessonPauses.schema.json +43 -0
  16. package/dist/data/lessonPauses/lessonPauses.zod.d.ts +9 -0
  17. package/dist/data/lessonPauses/lessonPauses.zod.js +23 -0
  18. package/dist/data/mediaDurations/mediaDurations.json +4021 -66
  19. package/dist/data/releaseNotes/releaseNotes.json +96 -2
  20. package/dist/data/screenshots/screenshots.json +1 -1
  21. package/dist/data/specialIds/specialIds.schema.json +11 -36
  22. package/dist/data/specialIds/specialIds.zod.js +11 -17
  23. package/dist/data/translationsApp/index.d.ts +1 -0
  24. package/dist/data/translationsApp/translationsApp.json +41 -0
  25. package/dist/data/translationsApp/translationsApp.schema.json +1 -0
  26. package/dist/data/translationsApp/translationsApp.zod.d.ts +2 -0
  27. package/dist/data/translationsApp/translationsApp.zod.js +1 -0
  28. package/dist/data/translationsIntroduction/translationsIntroduction.json +42 -0
  29. package/dist/data/translationsSet/translationsSet.json +448 -0
  30. package/dist/data/youtubePlaylists/youtubePlaylists.json +3 -2
  31. package/dist/data/youtubeVideos/youtubeVideos.json +12 -2
  32. package/dist/functions/scripturePassages.d.ts +17 -4
  33. package/dist/functions/scripturePassages.js +136 -5
  34. package/dist/functions/sets.d.ts +44 -6
  35. package/dist/functions/sets.js +100 -44
  36. package/dist/types/analytics.d.ts +2 -2
  37. package/dist/types/sets.d.ts +5 -2
  38. package/package.json +1 -1
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "type": "audio",
28
28
  "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)",
29
+ "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
30
  "info": "<p>If you have would like a copy of this version please contact info@davarpartners.org</p>"
31
31
  },
32
32
  {
@@ -55,7 +55,7 @@
55
55
  ],
56
56
  "type": "audio",
57
57
  "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",
58
+ "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
59
  "info": null
60
60
  },
61
61
  {
@@ -84,7 +84,7 @@
84
84
  ],
85
85
  "type": "audio",
86
86
  "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",
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",
88
88
  "info": null
89
89
  },
90
90
  {
@@ -120,16 +120,16 @@
120
120
  "id": "26b7a1cd2f8f4878-01",
121
121
  "dblId": "26b7a1cd2f8f4878",
122
122
  "relatedDbl": "24722a3b9010fa47,b17e246951402e50",
123
- "name": "Biblica® Open New Arabic Version 2012, Audio Edition",
124
- "nameLocal": "Ketab El Hayat Majani/كتاب الحياة مجانى",
123
+ "name": "Biblica\u00ae Open New Arabic Version 2012, Audio Edition",
124
+ "nameLocal": "Ketab El Hayat Majani/\u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649",
125
125
  "abbreviation": "ONAV",
126
126
  "abbreviationLocal": "KEHM",
127
- "description": "Arabic, Standard: كتاب الحياة مجانى (Open New Arabic Version) (Bible)",
128
- "descriptionLocal": "Arabic, Standard: كتاب الحياة مجانى (Open New Arabic Version) (Bible)",
127
+ "description": "Arabic, Standard: \u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649 (Open New Arabic Version) (Bible)",
128
+ "descriptionLocal": "Arabic, Standard: \u0643\u062a\u0627\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u0645\u062c\u0627\u0646\u0649 (Open New Arabic Version) (Bible)",
129
129
  "language": {
130
130
  "id": "arb",
131
131
  "name": "Arabic, Standard",
132
- "nameLocal": "العربية",
132
+ "nameLocal": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
133
133
  "script": "Arabic",
134
134
  "scriptDirection": "RTL"
135
135
  },
@@ -155,9 +155,9 @@
155
155
  "dblId": "7bf2d60ef1cde2ed",
156
156
  "relatedDbl": "27e6822ca225757c",
157
157
  "name": "Good News Arabic Bible",
158
- "nameLocal": "الترجمة العربية المشتركة",
158
+ "nameLocal": "\u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629",
159
159
  "abbreviation": "GNA93",
160
- "abbreviationLocal": "المشتركة",
160
+ "abbreviationLocal": "\u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629",
161
161
  "description": null,
162
162
  "descriptionLocal": null,
163
163
  "language": {
@@ -176,7 +176,7 @@
176
176
  ],
177
177
  "type": "audio",
178
178
  "updatedAt": "2024-07-01T22:37:38.000Z",
179
- "copyright": "© 1993 Bible Society in Lebanon",
179
+ "copyright": "\u00a9 1993 Bible Society in Lebanon",
180
180
  "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
181
  },
182
182
  {
@@ -192,7 +192,7 @@
192
192
  "language": {
193
193
  "id": "arb",
194
194
  "name": "Standard Arabic",
195
- "nameLocal": "العربية",
195
+ "nameLocal": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
196
196
  "script": "Arabic",
197
197
  "scriptDirection": "RTL"
198
198
  },
@@ -205,7 +205,7 @@
205
205
  ],
206
206
  "type": "audio",
207
207
  "updatedAt": "2024-07-01T22:41:38.000Z",
208
- "copyright": "© International Sharif Bible Society, 2016",
208
+ "copyright": "\u00a9 International Sharif Bible Society, 2016",
209
209
  "info": null
210
210
  },
211
211
  {
@@ -213,7 +213,7 @@
213
213
  "dblId": "513693bdf0c34420",
214
214
  "relatedDbl": "0202d8205bd01a86",
215
215
  "name": ": Arabic, Egyptian Spoken",
216
- "nameLocal": "اللغة المصرية العامية",
216
+ "nameLocal": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u064a\u0629",
217
217
  "abbreviation": "arz",
218
218
  "abbreviationLocal": "arz",
219
219
  "description": "Arabic, Egyptian Spoken: Egyptian Arabic Translation (Portions",
@@ -221,7 +221,7 @@
221
221
  "language": {
222
222
  "id": "arz",
223
223
  "name": "Arabic, Egyptian Spoken",
224
- "nameLocal": "اللغة المصرية العامية",
224
+ "nameLocal": "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u064a\u0629",
225
225
  "script": "Arabic",
226
226
  "scriptDirection": "RTL"
227
227
  },
@@ -250,7 +250,7 @@
250
250
  "language": {
251
251
  "id": "asm",
252
252
  "name": "Assamese",
253
- "nameLocal": "অসমীয়া",
253
+ "nameLocal": "\u0985\u09b8\u09ae\u09c0\u09af\u09bc\u09be",
254
254
  "script": "Bengali",
255
255
  "scriptDirection": "LTR"
256
256
  },
@@ -279,7 +279,7 @@
279
279
  "language": {
280
280
  "id": "azj",
281
281
  "name": "Azerbaijani, North",
282
- "nameLocal": "Azərbaycan",
282
+ "nameLocal": "Az\u0259rbaycan",
283
283
  "script": "Latin",
284
284
  "scriptDirection": "LTR"
285
285
  },
@@ -292,7 +292,7 @@
292
292
  ],
293
293
  "type": "audio",
294
294
  "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.",
295
+ "copyright": "Bible in Northern Azeri \u00a9 2004, 2009, 2012 Kitab Company & United Bible Societies. Azerbaijani, North Audio Bible \u2117 2024, Davar Partners International.",
296
296
  "info": "<p>If you would like a copy of this version please contact info@davaraudiobibles.org</p>"
297
297
  },
298
298
  {
@@ -350,7 +350,7 @@
350
350
  ],
351
351
  "type": "audio",
352
352
  "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",
353
+ "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
354
  "info": null
355
355
  },
356
356
  {
@@ -379,7 +379,7 @@
379
379
  ],
380
380
  "type": "audio",
381
381
  "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",
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",
383
383
  "info": null
384
384
  },
385
385
  {
@@ -395,7 +395,7 @@
395
395
  "language": {
396
396
  "id": "ben",
397
397
  "name": "Bengali",
398
- "nameLocal": "বাংলা",
398
+ "nameLocal": "\u09ac\u09be\u0982\u09b2\u09be",
399
399
  "script": "Bengali",
400
400
  "scriptDirection": "LTR"
401
401
  },
@@ -415,8 +415,8 @@
415
415
  "id": "2d681a4ce8b8479f-01",
416
416
  "dblId": "2d681a4ce8b8479f",
417
417
  "relatedDbl": "efd8a351a07d4264",
418
- "name": "Biblica® Open Bengali Contemporary Version, Audio Edition",
419
- "nameLocal": "Biblica® Open Bengali Contemporary Version™, Audio Edition",
418
+ "name": "Biblica\u00ae Open Bengali Contemporary Version, Audio Edition",
419
+ "nameLocal": "Biblica\u00ae Open Bengali Contemporary Version\u2122, Audio Edition",
420
420
  "abbreviation": "BCV",
421
421
  "abbreviationLocal": "BCV",
422
422
  "description": "Holy Bible",
@@ -424,7 +424,7 @@
424
424
  "language": {
425
425
  "id": "ben",
426
426
  "name": "Bengali",
427
- "nameLocal": "বাংলা",
427
+ "nameLocal": "\u09ac\u09be\u0982\u09b2\u09be",
428
428
  "script": "Bengali",
429
429
  "scriptDirection": "LTR"
430
430
  },
@@ -437,8 +437,8 @@
437
437
  ],
438
438
  "type": "audio",
439
439
  "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>"
440
+ "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.",
441
+ "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
442
  },
443
443
  {
444
444
  "id": "2aa78e2c01e64fc8-01",
@@ -540,7 +540,7 @@
540
540
  "language": {
541
541
  "id": "bgc",
542
542
  "name": "Haryanvi",
543
- "nameLocal": "हरियाणवी",
543
+ "nameLocal": "\u0939\u0930\u093f\u092f\u093e\u0923\u0935\u0940",
544
544
  "script": "Devanagari",
545
545
  "scriptDirection": "LTR"
546
546
  },
@@ -582,7 +582,7 @@
582
582
  ],
583
583
  "type": "audio",
584
584
  "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",
585
+ "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
586
  "info": null
587
587
  },
588
588
  {
@@ -611,19 +611,19 @@
611
611
  ],
612
612
  "type": "audio",
613
613
  "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",
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",
615
615
  "info": null
616
616
  },
617
617
  {
618
618
  "id": "fa9a334bd9054e2f-01",
619
619
  "dblId": "fa9a334bd9054e2f",
620
620
  "relatedDbl": "c2d042a913068a25",
621
- "name": "Bhadrawahi New Testament",
622
- "nameLocal": "Bhadrawahi New Testament",
621
+ "name": "Bhadrawahi Bible",
622
+ "nameLocal": "Bhadrawahi Bible",
623
623
  "abbreviation": null,
624
624
  "abbreviationLocal": null,
625
- "description": null,
626
- "descriptionLocal": null,
625
+ "description": "Bhadrawahi Audio Bible",
626
+ "descriptionLocal": "Bhadrawahi Audio Bible",
627
627
  "language": {
628
628
  "id": "bhd",
629
629
  "name": "Bhadrawahi",
@@ -639,9 +639,9 @@
639
639
  }
640
640
  ],
641
641
  "type": "audio",
642
- "updatedAt": "2024-07-01T22:59:53.000Z",
643
- "copyright": "Text: Bhadrawahi New Testament, CC-BY-SA-4.0, The Love Fellowship. Audio: Bhadrawahi New Testament Audio Bible, CC-BY-SA-4.0, Davar Partners International, Hosanna/Faith Comes by Hearing), 2021",
644
- "info": "<p>If you have would like a copy of this version please contact info@davarpartners.org</p>"
642
+ "updatedAt": "2026-04-29T02:51:50.000Z",
643
+ "copyright": "Bhadrawahi Bible, CC-BY-SA-4.0, Beyond Translation. (Text) Bhadrawahi New Testament Audio Bible, CC-BY-SA-4.0, Davar Partners International, Hosanna/Faith Comes by Hearing, 2021. Bhadrawahi Old Testament Audio Bible, CC-BY-SA-4.0, Davar Partners International, Beyond Translation, 2026. (Audio)",
644
+ "info": null
645
645
  },
646
646
  {
647
647
  "id": "df60a5e21c5c434e-01",
@@ -685,7 +685,7 @@
685
685
  "language": {
686
686
  "id": "bra",
687
687
  "name": "Braj Bhasha",
688
- "nameLocal": "बृज भासा",
688
+ "nameLocal": "\u092c\u0943\u091c \u092d\u093e\u0938\u093e",
689
689
  "script": "Devanagari",
690
690
  "scriptDirection": "LTR"
691
691
  },
@@ -727,7 +727,7 @@
727
727
  ],
728
728
  "type": "audio",
729
729
  "updatedAt": "2025-10-03T03:05:39.000Z",
730
- "copyright": "©2023 Seed Company in collaboration with Language Developers and Bible Translators Association",
730
+ "copyright": "\u00a92023 Seed Company in collaboration with Language Developers and Bible Translators Association",
731
731
  "info": null
732
732
  },
733
733
  {
@@ -756,7 +756,7 @@
756
756
  ],
757
757
  "type": "audio",
758
758
  "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",
759
+ "copyright": "Text: \u00a9 [year] The Word for the World Audio: \u2117 2023 The Word for the World and Hosanna",
760
760
  "info": null
761
761
  },
762
762
  {
@@ -879,8 +879,8 @@
879
879
  "id": "4bd4740816ed4a97-02",
880
880
  "dblId": "4bd4740816ed4a97",
881
881
  "relatedDbl": "2f293d3e4580fcec,9ab28a81b9c4587d",
882
- "name": "Biblica® Open Kurdi Sorani Standard Version , Audio Version",
883
- "nameLocal": "مافی بڵاوکردنەوەی دەنگدار لە لایەن ڕێکخراوی ببلیکا و داڤار پارتنەرسی نێودەوڵەتییەوە پارێزراوە، ٢٠٢٠‎",
882
+ "name": "Biblica\u00ae Open Kurdi Sorani Standard Version\u2122 , Audio Version",
883
+ "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
884
  "abbreviation": "KSS",
885
885
  "abbreviationLocal": "KSS",
886
886
  "description": null,
@@ -888,7 +888,7 @@
888
888
  "language": {
889
889
  "id": "ckb",
890
890
  "name": "Central Kurdish",
891
- "nameLocal": "كوردی سۆرانی",
891
+ "nameLocal": "\u0643\u0648\u0631\u062f\u06cc \u0633\u06c6\u0631\u0627\u0646\u06cc",
892
892
  "script": "Arabic",
893
893
  "scriptDirection": "RTL"
894
894
  },
@@ -901,15 +901,15 @@
901
901
  ],
902
902
  "type": "audio",
903
903
  "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>"
904
+ "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.",
905
+ "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
906
  },
907
907
  {
908
908
  "id": "4bd4740816ed4a97-01",
909
909
  "dblId": "4bd4740816ed4a97",
910
910
  "relatedDbl": "2f293d3e4580fcec,9ab28a81b9c4587d",
911
911
  "name": "Kurdi Sorani Standard 2020, Audio Edition",
912
- "nameLocal": "مافی بڵاوکردنەوەی دەنگدار لە لایەن ڕێکخراوی ببلیکا و داڤار پارتنەرسی نێودەوڵەتییەوە پارێزراوە، ٢٠٢٠‎",
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",
913
913
  "abbreviation": "KSS",
914
914
  "abbreviationLocal": "KSS",
915
915
  "description": null,
@@ -917,7 +917,7 @@
917
917
  "language": {
918
918
  "id": "ckb",
919
919
  "name": "Central Kurdish",
920
- "nameLocal": "كوردی سۆرانی",
920
+ "nameLocal": "\u0643\u0648\u0631\u062f\u06cc \u0633\u06c6\u0631\u0627\u0646\u06cc",
921
921
  "script": "Arabic",
922
922
  "scriptDirection": "RTL"
923
923
  },
@@ -930,8 +930,8 @@
930
930
  ],
931
931
  "type": "audio",
932
932
  "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>"
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>"
935
935
  },
936
936
  {
937
937
  "id": "e3c04a5445054954-01",
@@ -945,8 +945,8 @@
945
945
  "descriptionLocal": null,
946
946
  "language": {
947
947
  "id": "cpu",
948
- "name": "Ashéninka, Pichis",
949
- "nameLocal": "Ashéninka, Pichis",
948
+ "name": "Ash\u00e9ninka, Pichis",
949
+ "nameLocal": "Ash\u00e9ninka, Pichis",
950
950
  "script": null,
951
951
  "scriptDirection": null
952
952
  },
@@ -959,7 +959,7 @@
959
959
  ],
960
960
  "type": "audio",
961
961
  "updatedAt": "2025-10-03T03:56:44.000Z",
962
- "copyright": "Text: © 2008, Wycliffe Bible Translators, Inc. All rights reserved. Audio: 2018 Hosanna",
962
+ "copyright": "Text: \u00a9 2008, Wycliffe Bible Translators, Inc. All rights reserved. Audio: \u2117 2018 Hosanna",
963
963
  "info": null
964
964
  },
965
965
  {
@@ -988,7 +988,7 @@
988
988
  ],
989
989
  "type": "audio",
990
990
  "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",
991
+ "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
992
  "info": null
993
993
  },
994
994
  {
@@ -1017,15 +1017,15 @@
1017
1017
  ],
1018
1018
  "type": "audio",
1019
1019
  "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",
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",
1021
1021
  "info": null
1022
1022
  },
1023
1023
  {
1024
1024
  "id": "2f6669b7331f83aa-01",
1025
1025
  "dblId": "2f6669b7331f83aa",
1026
1026
  "relatedDbl": "da0947e25c9636bb",
1027
- "name": "Hoffnung für Alle (Hope for All) Audio Edition",
1028
- "nameLocal": "Hoffnung für Alle",
1027
+ "name": "Hoffnung f\u00fcr Alle (Hope for All) Audio Edition",
1028
+ "nameLocal": "Hoffnung f\u00fcr Alle",
1029
1029
  "abbreviation": "HFA",
1030
1030
  "abbreviationLocal": "HFA",
1031
1031
  "description": null,
@@ -1046,8 +1046,8 @@
1046
1046
  ],
1047
1047
  "type": "audio",
1048
1048
  "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>"
1049
+ "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.",
1050
+ "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
1051
  },
1052
1052
  {
1053
1053
  "id": "b768c7ace6cf449f-01",
@@ -1062,7 +1062,7 @@
1062
1062
  "language": {
1063
1063
  "id": "dgo",
1064
1064
  "name": "Dogri",
1065
- "nameLocal": "डोगरी",
1065
+ "nameLocal": "\u0921\u094b\u0917\u0930\u0940",
1066
1066
  "script": "Devanagari",
1067
1067
  "scriptDirection": "LTR"
1068
1068
  },
@@ -1091,7 +1091,7 @@
1091
1091
  "language": {
1092
1092
  "id": "dhi",
1093
1093
  "name": "Dhimal",
1094
- "nameLocal": "धिमाल‎",
1094
+ "nameLocal": "\u0927\u093f\u092e\u093e\u0932\u200e",
1095
1095
  "script": "Devanagari",
1096
1096
  "scriptDirection": "LTR"
1097
1097
  },
@@ -1190,8 +1190,8 @@
1190
1190
  }
1191
1191
  ],
1192
1192
  "type": "audio",
1193
- "updatedAt": "2025-10-03T03:07:56.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: 20__ Hosanna",
1193
+ "updatedAt": "2026-04-18T02:41:28.000Z",
1194
+ "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
1195
  "info": null
1196
1196
  },
1197
1197
  {
@@ -1220,7 +1220,7 @@
1220
1220
  ],
1221
1221
  "type": "audio",
1222
1222
  "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",
1223
+ "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
1224
  "info": null
1225
1225
  },
1226
1226
  {
@@ -1249,7 +1249,7 @@
1249
1249
  ],
1250
1250
  "type": "audio",
1251
1251
  "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",
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",
1253
1253
  "info": null
1254
1254
  },
1255
1255
  {
@@ -1315,7 +1315,7 @@
1315
1315
  "dblId": "7fd26233ac844cae",
1316
1316
  "relatedDbl": "812ecd29a9e60fdc,7c2039be44102b2b",
1317
1317
  "name": "Dawro Bible",
1318
- "nameLocal": "ጌሻ ማጻፋ",
1318
+ "nameLocal": "\u130c\u123b \u121b\u133b\u134b",
1319
1319
  "abbreviation": null,
1320
1320
  "abbreviationLocal": null,
1321
1321
  "description": null,
@@ -1343,8 +1343,8 @@
1343
1343
  "id": "1e7e301ae2964685-01",
1344
1344
  "dblId": "1e7e301ae2964685",
1345
1345
  "relatedDbl": null,
1346
- "name": "Biblica® Open Estonian Contemporary New Testament, Audio Edition",
1347
- "nameLocal": "Biblica® Open Estonian Contemporary New Testament, Audio Edition",
1346
+ "name": "Biblica\u00ae Open Estonian Contemporary New Testament, Audio Edition",
1347
+ "nameLocal": "Biblica\u00ae Open Estonian Contemporary New Testament, Audio Edition",
1348
1348
  "abbreviation": "ECNT",
1349
1349
  "abbreviationLocal": "ECNT",
1350
1350
  "description": "Estonian Audio New Testament",
@@ -1365,15 +1365,15 @@
1365
1365
  ],
1366
1366
  "type": "audio",
1367
1367
  "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>"
1368
+ "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.",
1369
+ "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
1370
  },
1371
1371
  {
1372
1372
  "id": "e088bd4b3e014bda-01",
1373
1373
  "dblId": "e088bd4b3e014bda",
1374
1374
  "relatedDbl": "d17f683e8977c58c",
1375
1375
  "name": "Apal New Testament, Genesis, and Exodus",
1376
- "nameLocal": "Asɨ manasɨŋ",
1376
+ "nameLocal": "As\u0268 d\u0268 manas\u0268\u014b",
1377
1377
  "abbreviation": "ApalGENT",
1378
1378
  "abbreviationLocal": "ApalGENT",
1379
1379
  "description": "Genesis, Exodus, and the New Testament in Apal",
@@ -1381,7 +1381,7 @@
1381
1381
  "language": {
1382
1382
  "id": "ena",
1383
1383
  "name": "Apali",
1384
- "nameLocal": "Apalɨ",
1384
+ "nameLocal": "Apal\u0268",
1385
1385
  "script": "Latin",
1386
1386
  "scriptDirection": "LTR"
1387
1387
  },
@@ -1394,7 +1394,7 @@
1394
1394
  ],
1395
1395
  "type": "audio",
1396
1396
  "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",
1397
+ "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
1398
  "info": null
1399
1399
  },
1400
1400
  {
@@ -1423,15 +1423,44 @@
1423
1423
  ],
1424
1424
  "type": "audio",
1425
1425
  "updatedAt": "2024-07-01T22:16:16.000Z",
1426
- "copyright": " 2013 Hosanna",
1426
+ "copyright": "\u2117 2013 Hosanna",
1427
+ "info": null
1428
+ },
1429
+ {
1430
+ "id": "47aa6c3607ec4b18-01",
1431
+ "dblId": "47aa6c3607ec4b18",
1432
+ "relatedDbl": null,
1433
+ "name": "Holy Bible, New Living Translation audiobook",
1434
+ "nameLocal": "Holy Bible, New Living Translation audiobook",
1435
+ "abbreviation": "NLT",
1436
+ "abbreviationLocal": "NLT",
1437
+ "description": "The Holy Bible, New Living Translation audiobook, narrated in its entirety by Theon Hill, Ph.D., Associate Professor of Communications at Wheaton College, in Wheaton, IL. Dr. Hill offers up a fresh, energetic, and passionate reading of the bestselling ver",
1438
+ "descriptionLocal": "The Holy Bible, New Living Translation audiobook, narrated in its entirety by Theon Hill, Ph.D., Associate Professor of Communications at Wheaton College, in Wheaton, IL. Dr. Hill offers up a fresh, energetic, and passionate reading of the bestselling ver",
1439
+ "language": {
1440
+ "id": "eng",
1441
+ "name": "English",
1442
+ "nameLocal": "English",
1443
+ "script": "Latin Roman",
1444
+ "scriptDirection": null
1445
+ },
1446
+ "countries": [
1447
+ {
1448
+ "id": "US",
1449
+ "name": "United States of America",
1450
+ "nameLocal": "United States of America"
1451
+ }
1452
+ ],
1453
+ "type": "audio",
1454
+ "updatedAt": "2024-07-01T22:27:33.000Z",
1455
+ "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.",
1427
1456
  "info": null
1428
1457
  },
1429
1458
  {
1430
1459
  "id": "f7a4f623ca6040c0-01",
1431
1460
  "dblId": "f7a4f623ca6040c0",
1432
1461
  "relatedDbl": "e07823794ce9c0ea,ac90bfebd4ee9c4d",
1433
- "name": "Biblica® Open Ewe Contemporary Scriptures™, Audio Edition",
1434
- "nameLocal": "Biblica® Se aɖeke mebla Biblia zazã o Agbenya La™, Audio Edition",
1462
+ "name": "Biblica\u00ae Open Ewe Contemporary Scriptures\u2122, Audio Edition",
1463
+ "nameLocal": "Biblica\u00ae Se a\u0256eke mebla Biblia zaz\u00e3 o Agbenya La\u2122, Audio Edition",
1435
1464
  "abbreviation": "ECB",
1436
1465
  "abbreviationLocal": "AL",
1437
1466
  "description": null,
@@ -1452,8 +1481,8 @@
1452
1481
  ],
1453
1482
  "type": "audio",
1454
1483
  "updatedAt": "2024-07-01T22:59:22.000Z",
1455
- "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.",
1456
- "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>"
1484
+ "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.",
1485
+ "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>"
1457
1486
  },
1458
1487
  {
1459
1488
  "id": "a4686b57891d4bcd-01",
@@ -1481,7 +1510,7 @@
1481
1510
  ],
1482
1511
  "type": "audio",
1483
1512
  "updatedAt": "2025-10-03T03:21:41.000Z",
1484
- "copyright": "©Scripture text used by permission of Pioneer Bible Translators Hosanna 2018",
1513
+ "copyright": "\u00a9Scripture text used by permission of Pioneer Bible Translators \u2117 Hosanna 2018",
1485
1514
  "info": null
1486
1515
  },
1487
1516
  {
@@ -1510,7 +1539,7 @@
1510
1539
  ],
1511
1540
  "type": "audio",
1512
1541
  "updatedAt": "2025-10-03T02:02:30.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-03T03:27:28.000Z",
1542
- "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",
1571
+ "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",
1543
1572
  "info": null
1544
1573
  },
1545
1574
  {
@@ -1575,8 +1604,8 @@
1575
1604
  "id": "3e52d5ea138e4da6-01",
1576
1605
  "dblId": "3e52d5ea138e4da6",
1577
1606
  "relatedDbl": "1849509e461c9a00,8ed5ea15c6dfa5bd",
1578
- "name": "Biblica® Open New Oromo Contemporary Version™, Audio Edition",
1579
- "nameLocal": "Biblica® Open New Oromo Contemporary Version™, Audio Edition",
1607
+ "name": "Biblica\u00ae Open New Oromo Contemporary Version\u2122, Audio Edition",
1608
+ "nameLocal": "Biblica\u00ae Open New Oromo Contemporary Version\u2122, Audio Edition",
1580
1609
  "abbreviation": null,
1581
1610
  "abbreviationLocal": null,
1582
1611
  "description": null,
@@ -1597,8 +1626,8 @@
1597
1626
  ],
1598
1627
  "type": "audio",
1599
1628
  "updatedAt": "2024-07-01T22:25:38.000Z",
1600
- "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.",
1601
- "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>"
1629
+ "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.",
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\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>"
1602
1631
  },
1603
1632
  {
1604
1633
  "id": "0de684633ad64f7c-01",
@@ -1671,7 +1700,7 @@
1671
1700
  "language": {
1672
1701
  "id": "gbm",
1673
1702
  "name": "Garhwali",
1674
- "nameLocal": "गढ़वळि",
1703
+ "nameLocal": "\u0917\u0922\u093c\u0935\u0933\u093f",
1675
1704
  "script": "Devangari",
1676
1705
  "scriptDirection": "LTR"
1677
1706
  },
@@ -1742,7 +1771,7 @@
1742
1771
  ],
1743
1772
  "type": "audio",
1744
1773
  "updatedAt": "2024-07-01T22:41:25.000Z",
1745
- "copyright": "© Bible League 2009 2012 Hosanna",
1774
+ "copyright": "\u00a9 Bible League 2009 \u2117 2012 Hosanna",
1746
1775
  "info": "<p/>"
1747
1776
  },
1748
1777
  {
@@ -1800,7 +1829,7 @@
1800
1829
  ],
1801
1830
  "type": "audio",
1802
1831
  "updatedAt": "2024-07-01T22:55:46.000Z",
1803
- "copyright": "© New Tribes Mission, 1984 2016 Hosanna",
1832
+ "copyright": "\u00a9 New Tribes Mission, 1984 \u2117 2016 Hosanna",
1804
1833
  "info": null
1805
1834
  },
1806
1835
  {
@@ -1808,7 +1837,7 @@
1808
1837
  "dblId": "cd4148c8000d5d01",
1809
1838
  "relatedDbl": "dc48e3dbec149793,e9f42a314db2ec15",
1810
1839
  "name": "Gofa Bible",
1811
- "nameLocal": "ጌሻ ማፃፋ",
1840
+ "nameLocal": "\u130c\u123b \u121b\u1343\u134b",
1812
1841
  "abbreviation": null,
1813
1842
  "abbreviationLocal": null,
1814
1843
  "description": null,
@@ -1874,7 +1903,7 @@
1874
1903
  "language": {
1875
1904
  "id": "guj",
1876
1905
  "name": "Gujarati",
1877
- "nameLocal": "ગુજરાતી",
1906
+ "nameLocal": "\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0",
1878
1907
  "script": "Gujarati",
1879
1908
  "scriptDirection": "LTR"
1880
1909
  },
@@ -1895,15 +1924,15 @@
1895
1924
  "dblId": "3f915ab248534bc7",
1896
1925
  "relatedDbl": "496cafdffc23197b",
1897
1926
  "name": "Haitian Creole Bible",
1898
- "nameLocal": "Bib Sen An: Kreyòl Ayisyen",
1927
+ "nameLocal": "Bib Sen An: Krey\u00f2l Ayisyen",
1899
1928
  "abbreviation": "hatbsa",
1900
1929
  "abbreviationLocal": "BibSenAn",
1901
1930
  "description": "The Holy Bible in Haitian Creole, translation by Ron Smith",
1902
- "descriptionLocal": "Bib Sen An: Kreyòl Ayisyen",
1931
+ "descriptionLocal": "Bib Sen An: Krey\u00f2l Ayisyen",
1903
1932
  "language": {
1904
1933
  "id": "hat",
1905
1934
  "name": "Haitian Creole",
1906
- "nameLocal": "Kreyòl Ayisyen",
1935
+ "nameLocal": "Krey\u00f2l Ayisyen",
1907
1936
  "script": "Latin",
1908
1937
  "scriptDirection": "LTR"
1909
1938
  },
@@ -1916,15 +1945,15 @@
1916
1945
  ],
1917
1946
  "type": "audio",
1918
1947
  "updatedAt": "2024-07-01T22:25:57.000Z",
1919
- "copyright": "Copyright © 2017-2024 Ron Smith. Released under the Creative Commons Attribution Share-Alike license 4.0",
1948
+ "copyright": "Copyright \u00a9 \u2117 2017-2024 Ron Smith. Released under the Creative Commons Attribution Share-Alike license 4.0",
1920
1949
  "info": "<p>See <a href=\"https://eBible.org/hatbsa/\">eBible.org/hatbsa</a> for more information.</p>"
1921
1950
  },
1922
1951
  {
1923
1952
  "id": "04308387908b41f0-01",
1924
1953
  "dblId": "04308387908b41f0",
1925
1954
  "relatedDbl": "dc17d25bd95e4ed8,0ab0c764d56a715d",
1926
- "name": "Biblica® Open Hausa Contemporary Bible™, Audio Edition",
1927
- "nameLocal": "Biblica® Buɗaɗɗen Littafi Mai Tsarki, Sabon Rai Don Kowa™, Bugun Abin da ake sauraro",
1955
+ "name": "Biblica\u00ae Open Hausa Contemporary Bible\u2122, Audio Edition",
1956
+ "nameLocal": "Biblica\u00ae Bu\u0257a\u0257\u0257en Littafi Mai Tsarki, Sabon Rai Don Kowa\u2122, Bugun Abin da ake sauraro",
1928
1957
  "abbreviation": "HCB",
1929
1958
  "abbreviationLocal": "SRK",
1930
1959
  "description": null,
@@ -1945,15 +1974,15 @@
1945
1974
  ],
1946
1975
  "type": "audio",
1947
1976
  "updatedAt": "2024-07-01T22:13:48.000Z",
1948
- "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.",
1949
- "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>"
1977
+ "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.",
1978
+ "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>"
1950
1979
  },
1951
1980
  {
1952
1981
  "id": "05580b0ab1e849eb-01",
1953
1982
  "dblId": "05580b0ab1e849eb",
1954
1983
  "relatedDbl": "a8a97eebae3c98e4",
1955
- "name": "Biblica® Open Hebrew Living New Testament Audio Edition",
1956
- "nameLocal": "Biblica® Habrit Hakhadasha/Haderekh Zekuyot Patuchot",
1984
+ "name": "Biblica\u00ae Open Hebrew Living New Testament Audio Edition",
1985
+ "nameLocal": "Biblica\u00ae Habrit Hakhadasha/Haderekh Zekuyot Patuchot",
1957
1986
  "abbreviation": "OHD",
1958
1987
  "abbreviationLocal": "HDZP",
1959
1988
  "description": "New Testament",
@@ -1961,7 +1990,7 @@
1961
1990
  "language": {
1962
1991
  "id": "heb",
1963
1992
  "name": "Hebrew",
1964
- "nameLocal": "עברית",
1993
+ "nameLocal": "\u05e2\u05d1\u05e8\u05d9\u05ea",
1965
1994
  "script": "Hebrew",
1966
1995
  "scriptDirection": "RTL"
1967
1996
  },
@@ -1974,23 +2003,23 @@
1974
2003
  ],
1975
2004
  "type": "audio",
1976
2005
  "updatedAt": "2024-07-01T22:14:05.000Z",
1977
- "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.‎",
1978
- "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>"
2006
+ "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",
2007
+ "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>"
1979
2008
  },
1980
2009
  {
1981
2010
  "id": "b4460672ee240d7f-01",
1982
2011
  "dblId": "b4460672ee240d7f",
1983
2012
  "relatedDbl": "4d62fe6a93be8b25",
1984
2013
  "name": "BSI Hebrew Old Testament and Modern Hebrew New Testament",
1985
- "nameLocal": "אודיו של התנ\"ך והברית חדשה בתרגום מודרני",
2014
+ "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",
1986
2015
  "abbreviation": "HRNT",
1987
- "abbreviationLocal": "אודיוהכתובים",
2016
+ "abbreviationLocal": "\u05d0\u05d5\u05d3\u05d9\u05d5\u05d4\u05db\u05ea\u05d5\u05d1\u05d9\u05dd",
1988
2017
  "description": null,
1989
2018
  "descriptionLocal": null,
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,15 +2032,15 @@
2003
2032
  ],
2004
2033
  "type": "audio",
2005
2034
  "updatedAt": "2024-07-01T22:47:27.000Z",
2006
- "copyright": "2015 © The Bible Society in Israel",
2035
+ "copyright": "2015 \u00a9 The Bible Society in Israel",
2007
2036
  "info": null
2008
2037
  },
2009
2038
  {
2010
2039
  "id": "a7a22401f4544404-01",
2011
2040
  "dblId": "a7a22401f4544404",
2012
2041
  "relatedDbl": "091988fde60272d7",
2013
- "name": "Biblica® Open Hiligaynon Contemporary Version™, Audio Edition",
2014
- "nameLocal": "Biblica® Open Hiligaynon Contemporary Version™, Audio Edition",
2042
+ "name": "Biblica\u00ae Open Hiligaynon Contemporary Version\u2122, Audio Edition",
2043
+ "nameLocal": "Biblica\u00ae Open Hiligaynon Contemporary Version\u2122, Audio Edition",
2015
2044
  "abbreviation": null,
2016
2045
  "abbreviationLocal": null,
2017
2046
  "description": "Holy Bible",
@@ -2032,15 +2061,15 @@
2032
2061
  ],
2033
2062
  "type": "audio",
2034
2063
  "updatedAt": "2025-10-03T03:23:02.000Z",
2035
- "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",
2036
- "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>"
2064
+ "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",
2065
+ "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>"
2037
2066
  },
2038
2067
  {
2039
2068
  "id": "9c67e54fbdca4e3e-01",
2040
2069
  "dblId": "9c67e54fbdca4e3e",
2041
2070
  "relatedDbl": "7b0652d936a271b6,2133003bb8b5e62b",
2042
- "name": "Biblica® Open Hindi Contemporary Version, Audio Edition",
2043
- "nameLocal": "Biblica® Open Hindi Contemporary Version, Audio Edition",
2071
+ "name": "Biblica\u00ae Open Hindi Contemporary Version, Audio Edition",
2072
+ "nameLocal": "Biblica\u00ae Open Hindi Contemporary Version, Audio Edition",
2044
2073
  "abbreviation": "HCV",
2045
2074
  "abbreviationLocal": "OHCV",
2046
2075
  "description": null,
@@ -2048,7 +2077,7 @@
2048
2077
  "language": {
2049
2078
  "id": "hin",
2050
2079
  "name": "Hindi",
2051
- "nameLocal": "हिन्दी",
2080
+ "nameLocal": "\u0939\u093f\u0928\u094d\u0926\u0940",
2052
2081
  "script": "Devanagari",
2053
2082
  "scriptDirection": "LTR"
2054
2083
  },
@@ -2061,8 +2090,8 @@
2061
2090
  ],
2062
2091
  "type": "audio",
2063
2092
  "updatedAt": "2025-01-08T18:02:59.000Z",
2064
- "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.",
2065
- "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>"
2093
+ "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.",
2094
+ "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>"
2066
2095
  },
2067
2096
  {
2068
2097
  "id": "6b227b38145d4383-01",
@@ -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
  },
@@ -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 (Nagari)",
2111
2140
  "scriptDirection": "LTR"
2112
2141
  },
@@ -2127,7 +2156,7 @@
2127
2156
  "dblId": "b35e70bce95d4261",
2128
2157
  "relatedDbl": null,
2129
2158
  "name": "Indian Revised Version(IRV) Hindi - 2019",
2130
- "nameLocal": "आई आर वी हिंदी",
2159
+ "nameLocal": "\u0906\u0908 \u0906\u0930 \u0935\u0940 \u0939\u093f\u0902\u0926\u0940",
2131
2160
  "abbreviation": "IRVhin",
2132
2161
  "abbreviationLocal": "IRVhin",
2133
2162
  "description": null,
@@ -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",
2140
2169
  "scriptDirection": "LTR"
2141
2170
  },
@@ -2148,8 +2177,8 @@
2148
2177
  ],
2149
2178
  "type": "audio",
2150
2179
  "updatedAt": "2025-01-08T20:02:52.000Z",
2151
- "copyright": "© 2019 Bridge Connectivity Solutions. Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
2152
- "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>"
2180
+ "copyright": "\u00a9 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>\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>"
2153
2182
  },
2154
2183
  {
2155
2184
  "id": "a07cedaf883a4335-01",
@@ -2184,10 +2213,10 @@
2184
2213
  "id": "acfb217c478e11e7-01",
2185
2214
  "dblId": "acfb217c478e11e7",
2186
2215
  "relatedDbl": "687dac90057bbf2c",
2187
- "name": "Hungarian - 2014 Revideált új fordítású Biblia (Non -Drama - OT)",
2188
- "nameLocal": "Hungarian - 2014 Revideált új fordítású Biblia (Non -Drama - OT)",
2216
+ "name": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non -Drama - OT)",
2217
+ "nameLocal": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non -Drama - OT)",
2189
2218
  "abbreviation": "HRNT",
2190
- "abbreviationLocal": "RÚF",
2219
+ "abbreviationLocal": "R\u00daF",
2191
2220
  "description": null,
2192
2221
  "descriptionLocal": null,
2193
2222
  "language": {
@@ -2206,17 +2235,17 @@
2206
2235
  ],
2207
2236
  "type": "audio",
2208
2237
  "updatedAt": "2024-07-01T22:46:12.000Z",
2209
- "copyright": " Hungarian Bible Society, 2016© Hungarian Bible Society 2014",
2238
+ "copyright": "\u2117 Hungarian Bible Society, 2016\u00a9 Hungarian Bible Society 2014",
2210
2239
  "info": null
2211
2240
  },
2212
2241
  {
2213
2242
  "id": "e5c2c18c478d11e7-01",
2214
2243
  "dblId": "e5c2c18c478d11e7",
2215
2244
  "relatedDbl": "687dac90057bbf2c",
2216
- "name": "Hungarian - 2014 Revideált új fordítású Biblia (Non-Drama - NT)",
2217
- "nameLocal": "Hungarian - 2014 Revideált új fordítású Biblia (Non-Drama - NT)",
2245
+ "name": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non-Drama - NT)",
2246
+ "nameLocal": "Hungarian - 2014 Revide\u00e1lt \u00faj ford\u00edt\u00e1s\u00fa Biblia (Non-Drama - NT)",
2218
2247
  "abbreviation": "HRNT",
2219
- "abbreviationLocal": "RÚF",
2248
+ "abbreviationLocal": "R\u00daF",
2220
2249
  "description": null,
2221
2250
  "descriptionLocal": null,
2222
2251
  "language": {
@@ -2235,7 +2264,7 @@
2235
2264
  ],
2236
2265
  "type": "audio",
2237
2266
  "updatedAt": "2024-07-01T22:56:09.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
  {
@@ -2264,7 +2293,7 @@
2264
2293
  ],
2265
2294
  "type": "audio",
2266
2295
  "updatedAt": "2024-07-01T22:24:14.000Z",
2267
- "copyright": "Bible translation: Armenian New Etchmiadzin Bible © Bible Society of Armenia © Հայաստանի Աստվածաշնչային Ընկերություն Recording of the New Testament Hosanna, 2019 and Bible Society of Armenia",
2296
+ "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",
2268
2297
  "info": null
2269
2298
  },
2270
2299
  {
@@ -2293,19 +2322,19 @@
2293
2322
  ],
2294
2323
  "type": "audio",
2295
2324
  "updatedAt": "2024-07-01T22:31:01.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
  {
2300
2329
  "id": "1b319c1d55564e45-01",
2301
2330
  "dblId": "1b319c1d55564e45",
2302
2331
  "relatedDbl": "a36fc06b086699f1,8e42b297877a4a57",
2303
- "name": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2304
- "nameLocal": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2332
+ "name": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2333
+ "nameLocal": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2305
2334
  "abbreviation": null,
2306
2335
  "abbreviationLocal": null,
2307
- "description": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2308
- "descriptionLocal": "Biblica® Open Igbo Contemporary Bible™, Audio Edition",
2336
+ "description": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2337
+ "descriptionLocal": "Biblica\u00ae Open Igbo Contemporary Bible\u2122, Audio Edition",
2309
2338
  "language": {
2310
2339
  "id": "ibo",
2311
2340
  "name": "Igbo",
@@ -2322,8 +2351,8 @@
2322
2351
  ],
2323
2352
  "type": "audio",
2324
2353
  "updatedAt": "2024-07-01T22:18:03.000Z",
2325
- "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.",
2326
- "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>"
2354
+ "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.",
2355
+ "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>"
2327
2356
  },
2328
2357
  {
2329
2358
  "id": "f0af55e678f942ff-01",
@@ -2359,7 +2388,7 @@
2359
2388
  "dblId": "bbeb5dd5380e0873",
2360
2389
  "relatedDbl": "8676091b758f0d8d",
2361
2390
  "name": "Japanese Contemporary Bible",
2362
- "nameLocal": "リビングバイブル",
2391
+ "nameLocal": "\u30ea\u30d3\u30f3\u30b0\u30d0\u30a4\u30d6\u30eb",
2363
2392
  "abbreviation": "JCB",
2364
2393
  "abbreviationLocal": "JCB",
2365
2394
  "description": null,
@@ -2367,7 +2396,7 @@
2367
2396
  "language": {
2368
2397
  "id": "jpn",
2369
2398
  "name": "Japanese",
2370
- "nameLocal": "日本語",
2399
+ "nameLocal": "\u65e5\u672c\u8a9e",
2371
2400
  "script": "Japanese (Han + Hiragana + Katakana)",
2372
2401
  "scriptDirection": "LTR"
2373
2402
  },
@@ -2380,7 +2409,7 @@
2380
2409
  ],
2381
2410
  "type": "audio",
2382
2411
  "updatedAt": "2024-07-01T22:48:44.000Z",
2383
- "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.",
2412
+ "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.",
2384
2413
  "info": null
2385
2414
  },
2386
2415
  {
@@ -2388,7 +2417,7 @@
2388
2417
  "dblId": "7d9cd68b2d2c4c6c",
2389
2418
  "relatedDbl": "18db7a26b5a73c74",
2390
2419
  "name": "Jumjum Bible Translation",
2391
- "nameLocal": "Meeŋka Jooŋ",
2420
+ "nameLocal": "Mee\u014bka Joo\u014b",
2392
2421
  "abbreviation": "JBT",
2393
2422
  "abbreviationLocal": "JBT",
2394
2423
  "description": null,
@@ -2408,8 +2437,8 @@
2408
2437
  }
2409
2438
  ],
2410
2439
  "type": "audio",
2411
- "updatedAt": "2026-03-13T02:45:49.000Z",
2412
- "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/",
2440
+ "updatedAt": "2026-04-30T02:49:30.000Z",
2441
+ "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/",
2413
2442
  "info": null
2414
2443
  },
2415
2444
  {
@@ -2438,7 +2467,7 @@
2438
2467
  ],
2439
2468
  "type": "audio",
2440
2469
  "updatedAt": "2024-07-01T22:46:07.000Z",
2441
- "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",
2470
+ "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",
2442
2471
  "info": null
2443
2472
  },
2444
2473
  {
@@ -2467,15 +2496,15 @@
2467
2496
  ],
2468
2497
  "type": "audio",
2469
2498
  "updatedAt": "2024-07-01T22:32:52.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
  {
2474
2503
  "id": "850cc50e70574aba-01",
2475
2504
  "dblId": "850cc50e70574aba",
2476
2505
  "relatedDbl": "08389f036844c2de",
2477
- "name": "Biblica® Open Kannada Contemporary Version, Audio Edition",
2478
- "nameLocal": "Biblica® ಉಚಿತ ಕನ್ನಡ ಸಮಕಾಲಿಕ ಭಾಷಾಂತರ, ಆಡಿಯೋ ಆವೃತ್ತಿ",
2506
+ "name": "Biblica\u00ae Open Kannada Contemporary Version, Audio Edition",
2507
+ "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",
2479
2508
  "abbreviation": null,
2480
2509
  "abbreviationLocal": null,
2481
2510
  "description": "Audio Bible",
@@ -2496,8 +2525,8 @@
2496
2525
  ],
2497
2526
  "type": "audio",
2498
2527
  "updatedAt": "2024-07-01T22:39:20.000Z",
2499
- "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.",
2500
- "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>"
2528
+ "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.",
2529
+ "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>"
2501
2530
  },
2502
2531
  {
2503
2532
  "id": "9db0f94978954ed8-01",
@@ -2570,7 +2599,7 @@
2570
2599
  "language": {
2571
2600
  "id": "kan",
2572
2601
  "name": "Kannada",
2573
- "nameLocal": "ಕನ್ನಡ",
2602
+ "nameLocal": "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1",
2574
2603
  "script": "Kannada",
2575
2604
  "scriptDirection": "LTR"
2576
2605
  },
@@ -2728,7 +2757,7 @@
2728
2757
  ],
2729
2758
  "type": "audio",
2730
2759
  "updatedAt": "2025-10-03T02:13:00.000Z",
2731
- "copyright": "© 2014, Wycliffe Bible Translators, Inc. All rights reserved. Tyndale Bible Translators;",
2760
+ "copyright": "\u00a9 2014, Wycliffe Bible Translators, Inc. All rights reserved. \u2117 Tyndale Bible Translators;",
2732
2761
  "info": null
2733
2762
  },
2734
2763
  {
@@ -2736,9 +2765,9 @@
2736
2765
  "dblId": "00cf583a7b334bb5",
2737
2766
  "relatedDbl": "913473cd3c600aa8",
2738
2767
  "name": "Khanty Bible - Luk & Act",
2739
- "nameLocal": "Хӑнты Перевод Библии",
2768
+ "nameLocal": "\u0425\u04d1\u043d\u0442\u044b \u041f\u0435\u0440\u0435\u0432\u043e\u0434 \u0411\u0438\u0431\u043b\u0438\u0438",
2740
2769
  "abbreviation": "KhPB",
2741
- "abbreviationLocal": "ХБ",
2770
+ "abbreviationLocal": "\u0425\u0411",
2742
2771
  "description": "Khanty Bible - Luk & Act",
2743
2772
  "descriptionLocal": "Khanty Bible - Luk & Act",
2744
2773
  "language": {
@@ -2757,7 +2786,7 @@
2757
2786
  ],
2758
2787
  "type": "audio",
2759
2788
  "updatedAt": "2024-07-01T22:13:02.000Z",
2760
- "copyright": "Text: © Institute for Bible Translation, Finland, 2021; Audio: Институт перевода Библии, 2021.",
2789
+ "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.",
2761
2790
  "info": "<p>Institute for Bible Translation</p>"
2762
2791
  },
2763
2792
  {
@@ -2786,7 +2815,7 @@
2786
2815
  ],
2787
2816
  "type": "audio",
2788
2817
  "updatedAt": "2025-10-03T03:14:19.000Z",
2789
- "copyright": " 2022 The Word for the World Uganda and Hosanna",
2818
+ "copyright": "\u2117 2022 The Word for the World Uganda and Hosanna",
2790
2819
  "info": null
2791
2820
  },
2792
2821
  {
@@ -2815,7 +2844,7 @@
2815
2844
  ],
2816
2845
  "type": "audio",
2817
2846
  "updatedAt": "2025-12-04T02:40:53.000Z",
2818
- "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",
2847
+ "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",
2819
2848
  "info": null
2820
2849
  },
2821
2850
  {
@@ -2844,7 +2873,7 @@
2844
2873
  ],
2845
2874
  "type": "audio",
2846
2875
  "updatedAt": "2025-12-04T02:45:05.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",
2876
+ "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
2877
  "info": null
2849
2878
  },
2850
2879
  {
@@ -2873,7 +2902,7 @@
2873
2902
  ],
2874
2903
  "type": "audio",
2875
2904
  "updatedAt": "2025-10-03T03:39:19.000Z",
2876
- "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",
2905
+ "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",
2877
2906
  "info": null
2878
2907
  },
2879
2908
  {
@@ -2902,7 +2931,7 @@
2902
2931
  ],
2903
2932
  "type": "audio",
2904
2933
  "updatedAt": "2025-10-03T02:03:46.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",
2934
+ "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
2935
  "info": null
2907
2936
  },
2908
2937
  {
@@ -2918,7 +2947,7 @@
2918
2947
  "language": {
2919
2948
  "id": "kfs",
2920
2949
  "name": "Bilaspuri",
2921
- "nameLocal": "बिलासपुरी नौआं नियम",
2950
+ "nameLocal": "\u092c\u093f\u0932\u093e\u0938\u092a\u0941\u0930\u0940 \u0928\u094c\u0906\u0902 \u0928\u093f\u092f\u092e",
2922
2951
  "script": "Devangari",
2923
2952
  "scriptDirection": "LTR"
2924
2953
  },
@@ -2960,7 +2989,7 @@
2960
2989
  ],
2961
2990
  "type": "audio",
2962
2991
  "updatedAt": "2024-07-01T22:57:59.000Z",
2963
- "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",
2992
+ "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",
2964
2993
  "info": null
2965
2994
  },
2966
2995
  {
@@ -2989,7 +3018,7 @@
2989
3018
  ],
2990
3019
  "type": "audio",
2991
3020
  "updatedAt": "2024-07-01T22:38:08.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",
3021
+ "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
3022
  "info": null
2994
3023
  },
2995
3024
  {
@@ -3005,7 +3034,7 @@
3005
3034
  "language": {
3006
3035
  "id": "kfx",
3007
3036
  "name": "Pahari, Kullu",
3008
- "nameLocal": "औटर सेराजी",
3037
+ "nameLocal": "\u0914\u091f\u0930 \u0938\u0947\u0930\u093e\u091c\u0940",
3009
3038
  "script": "Devanagari",
3010
3039
  "scriptDirection": "LTR"
3011
3040
  },
@@ -3055,7 +3084,7 @@
3055
3084
  "dblId": "5af0543c2e734aa3",
3056
3085
  "relatedDbl": "4761dfda0fe61278",
3057
3086
  "name": "Kulvi Outer Seraji New Testament",
3058
- "nameLocal": "औटर सेराजी स्टैण्डर्ड वर्शन",
3087
+ "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",
3059
3088
  "abbreviation": null,
3060
3089
  "abbreviationLocal": null,
3061
3090
  "description": null,
@@ -3063,7 +3092,7 @@
3063
3092
  "language": {
3064
3093
  "id": "kfx",
3065
3094
  "name": "Pahari, Kullu",
3066
- "nameLocal": "औटर सेराजी",
3095
+ "nameLocal": "\u0914\u091f\u0930 \u0938\u0947\u0930\u093e\u091c\u0940",
3067
3096
  "script": "Devanagari",
3068
3097
  "scriptDirection": "LTR"
3069
3098
  },
@@ -3113,7 +3142,7 @@
3113
3142
  "dblId": "a6ab757a5af18616",
3114
3143
  "relatedDbl": "1c002a45d6b8394a",
3115
3144
  "name": "Ariun Bible 2013",
3116
- "nameLocal": "Ариун Библи 2013",
3145
+ "nameLocal": "\u0410\u0440\u0438\u0443\u043d \u0411\u0438\u0431\u043b\u0438 2013",
3117
3146
  "abbreviation": "AB2013",
3118
3147
  "abbreviationLocal": "AB2013",
3119
3148
  "description": null,
@@ -3121,7 +3150,7 @@
3121
3150
  "language": {
3122
3151
  "id": "khk",
3123
3152
  "name": "Halh Mongolian",
3124
- "nameLocal": "Монгол",
3153
+ "nameLocal": "\u041c\u043e\u043d\u0433\u043e\u043b",
3125
3154
  "script": "Cyrillic",
3126
3155
  "scriptDirection": "LTR"
3127
3156
  },
@@ -3134,8 +3163,8 @@
3134
3163
  ],
3135
3164
  "type": "audio",
3136
3165
  "updatedAt": "2024-07-01T22:45:07.000Z",
3137
- "copyright": "© The Mongolian AB Audio Bible, Davar Partners International, 2017 © Ариун Бичээс Нийгэмлэг, 2017",
3138
- "info": "<p>If you would like to buy a printed Bible please contact Mongolian Union Bible Society.</p> <p>Хэрэв та Ариун Библи худалдан авахыг хүсэж байвал Ариун Бичээс Нийгэмлэгтэй холбоо бариарай.</p> <p>Ариун Бичээс Нийгэмлэг, 2017</p>"
3166
+ "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",
3167
+ "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>"
3139
3168
  },
3140
3169
  {
3141
3170
  "id": "7de6cebac1b611e3-01",
@@ -3163,7 +3192,7 @@
3163
3192
  ],
3164
3193
  "type": "audio",
3165
3194
  "updatedAt": "2024-07-01T22:38:03.000Z",
3166
- "copyright": "© United Bible Societies, 1997, 2005 2006 Hosanna",
3195
+ "copyright": "\u00a9 United Bible Societies, 1997, 2005 \u2117 2006 Hosanna",
3167
3196
  "info": null
3168
3197
  },
3169
3198
  {
@@ -3199,8 +3228,8 @@
3199
3228
  "id": "065f947de1613d3d-01",
3200
3229
  "dblId": "065f947de1613d3d",
3201
3230
  "relatedDbl": "af5ec0cf514e94ec,be8dc4ba39edf911",
3202
- "name": "Biblica® Open Kikuyu Holy Word of God™, Audio Edition",
3203
- "nameLocal": "Biblica® Kiugo Gĩtheru Kĩa Ngai Kĩhingũre™, Gĩthometwo na Mũgambo",
3231
+ "name": "Biblica\u00ae Open Kikuyu Holy Word of God\u2122, Audio Edition",
3232
+ "nameLocal": "Biblica\u00ae Kiugo G\u0129theru K\u0129a Ngai K\u0129hing\u0169re\u2122, G\u0129thometwo na M\u0169gambo",
3204
3233
  "abbreviation": "GKY",
3205
3234
  "abbreviationLocal": "GKY",
3206
3235
  "description": null,
@@ -3221,8 +3250,8 @@
3221
3250
  ],
3222
3251
  "type": "audio",
3223
3252
  "updatedAt": "2025-10-03T01:59:23.000Z",
3224
- "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. .",
3225
- "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>"
3253
+ "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. .",
3254
+ "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>"
3226
3255
  },
3227
3256
  {
3228
3257
  "id": "1260ba0b4fbb4574-01",
@@ -3258,7 +3287,7 @@
3258
3287
  "dblId": "a4c7cb9c479111e7",
3259
3288
  "relatedDbl": "7dbdb4d39d4a8d83",
3260
3289
  "name": "Kurdish Kurmanji - 2009 Edition (Drama NT)",
3261
- "nameLocal": "Kurmanji Încîl 2009",
3290
+ "nameLocal": "Kurmanji \u00cenc\u00eel 2009",
3262
3291
  "abbreviation": "KNTP",
3263
3292
  "abbreviationLocal": "KNTP09",
3264
3293
  "description": null,
@@ -3279,7 +3308,7 @@
3279
3308
  ],
3280
3309
  "type": "audio",
3281
3310
  "updatedAt": "2024-07-01T22:44:58.000Z",
3282
- "copyright": "Text: © United Bible Societies, 2005 Audio: 2009 Hosanna",
3311
+ "copyright": "Text: \u00a9 United Bible Societies, 2005 Audio: \u2117 2009 Hosanna",
3283
3312
  "info": null
3284
3313
  },
3285
3314
  {
@@ -3287,15 +3316,15 @@
3287
3316
  "dblId": "2211d71757bf467a",
3288
3317
  "relatedDbl": "e959e47176271f18",
3289
3318
  "name": "Korean Living Bible 1985 Audio Edition",
3290
- "nameLocal": "현대인의성경 1985",
3319
+ "nameLocal": "\ud604\ub300\uc778\uc758\uc131\uacbd 1985",
3291
3320
  "abbreviation": "KLB",
3292
3321
  "abbreviationLocal": "KLB",
3293
3322
  "description": "Bible",
3294
- "descriptionLocal": "성경",
3323
+ "descriptionLocal": "\uc131\uacbd",
3295
3324
  "language": {
3296
3325
  "id": "kor",
3297
3326
  "name": "Korean",
3298
- "nameLocal": "한국어",
3327
+ "nameLocal": "\ud55c\uad6d\uc5b4",
3299
3328
  "script": "Korean (Hangul + Han)",
3300
3329
  "scriptDirection": "LTR"
3301
3330
  },
@@ -3308,8 +3337,8 @@
3308
3337
  ],
3309
3338
  "type": "audio",
3310
3339
  "updatedAt": "2024-07-01T22:19:15.000Z",
3311
- "copyright": "© 1985 by Biblica, Inc",
3312
- "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>"
3340
+ "copyright": "\u00a9 1985 by Biblica, Inc.\u00ae",
3341
+ "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>"
3313
3342
  },
3314
3343
  {
3315
3344
  "id": "51c88ddb3ed54533-01",
@@ -3353,7 +3382,7 @@
3353
3382
  "language": {
3354
3383
  "id": "kxp",
3355
3384
  "name": "Koli, Wadiyara",
3356
- "nameLocal": "કોલી",
3385
+ "nameLocal": "\u0a95\u0acb\u0ab2\u0ac0",
3357
3386
  "script": "Gujarati",
3358
3387
  "scriptDirection": "LTR"
3359
3388
  },
@@ -3395,7 +3424,7 @@
3395
3424
  ],
3396
3425
  "type": "audio",
3397
3426
  "updatedAt": "2024-07-01T22:55:01.000Z",
3398
- "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",
3427
+ "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",
3399
3428
  "info": null
3400
3429
  },
3401
3430
  {
@@ -3424,7 +3453,7 @@
3424
3453
  ],
3425
3454
  "type": "audio",
3426
3455
  "updatedAt": "2024-07-01T22:18:42.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",
3456
+ "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
3457
  "info": null
3429
3458
  },
3430
3459
  {
@@ -3540,7 +3569,7 @@
3540
3569
  ],
3541
3570
  "type": "audio",
3542
3571
  "updatedAt": "2025-10-03T03:56:08.000Z",
3543
- "copyright": "© 2020 The Word for the World International All Rights Reserved ℗2021 Hosanna",
3572
+ "copyright": "\u00a9 2020 The Word for the World International All Rights Reserved \u21172021 Hosanna",
3544
3573
  "info": null
3545
3574
  },
3546
3575
  {
@@ -3556,7 +3585,7 @@
3556
3585
  "language": {
3557
3586
  "id": "lbm",
3558
3587
  "name": "Lodhi",
3559
- "nameLocal": "परमेश्वर को सच्चो वचन",
3588
+ "nameLocal": "\u092a\u0930\u092e\u0947\u0936\u094d\u0935\u0930 \u0915\u094b \u0938\u091a\u094d\u091a\u094b \u0935\u091a\u0928",
3560
3589
  "script": "Devanagari",
3561
3590
  "scriptDirection": "LTR"
3562
3591
  },
@@ -3569,7 +3598,7 @@
3569
3598
  ],
3570
3599
  "type": "audio",
3571
3600
  "updatedAt": "2025-10-03T02:10:09.000Z",
3572
- "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;",
3601
+ "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;",
3573
3602
  "info": null
3574
3603
  },
3575
3604
  {
@@ -3585,7 +3614,7 @@
3585
3614
  "language": {
3586
3615
  "id": "lbm",
3587
3616
  "name": "Lodhi",
3588
- "nameLocal": "परमेश्वर को सच्चो वचन",
3617
+ "nameLocal": "\u092a\u0930\u092e\u0947\u0936\u094d\u0935\u0930 \u0915\u094b \u0938\u091a\u094d\u091a\u094b \u0935\u091a\u0928",
3589
3618
  "script": "Devanagari",
3590
3619
  "scriptDirection": "LTR"
3591
3620
  },
@@ -3598,23 +3627,23 @@
3598
3627
  ],
3599
3628
  "type": "audio",
3600
3629
  "updatedAt": "2025-10-03T03:03:34.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;",
3630
+ "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
3631
  "info": null
3603
3632
  },
3604
3633
  {
3605
3634
  "id": "6fdd664c807642d3-01",
3606
3635
  "dblId": "6fdd664c807642d3",
3607
3636
  "relatedDbl": "f38380d52ccc605a,ac6b6b7cd1e93057",
3608
- "name": "Biblica® Open Lingala Contemporary Bible™, Audio Edition",
3609
- "nameLocal": "Biblica® Salela na bonsomi Mokanda na Bomoi™, Ebongisami na maloba",
3637
+ "name": "Biblica\u00ae Open Lingala Contemporary Bible\u2122, Audio Edition",
3638
+ "nameLocal": "Biblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122, Ebongisami na maloba",
3610
3639
  "abbreviation": "OLCB",
3611
3640
  "abbreviationLocal": "SMNB",
3612
- "description": "Biblica® Open Lingala Contemporary Bible™, Audio Edition",
3613
- "descriptionLocal": "Biblica® Salela na bonsomi Mokanda na Bomoi™, Ebongisami na maloba",
3641
+ "description": "Biblica\u00ae Open Lingala Contemporary Bible\u2122, Audio Edition",
3642
+ "descriptionLocal": "Biblica\u00ae Salela na bonsomi Mokanda na Bomoi\u2122, Ebongisami na maloba",
3614
3643
  "language": {
3615
3644
  "id": "lin",
3616
3645
  "name": "Lingala",
3617
- "nameLocal": "Lingála",
3646
+ "nameLocal": "Ling\u00e1la",
3618
3647
  "script": "Latin",
3619
3648
  "scriptDirection": "LTR"
3620
3649
  },
@@ -3627,7 +3656,7 @@
3627
3656
  ],
3628
3657
  "type": "audio",
3629
3658
  "updatedAt": "2024-07-01T22:35:58.000Z",
3630
- "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.",
3659
+ "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.",
3631
3660
  "info": null
3632
3661
  },
3633
3662
  {
@@ -3656,15 +3685,15 @@
3656
3685
  ],
3657
3686
  "type": "audio",
3658
3687
  "updatedAt": "2025-10-03T02:15:16.000Z",
3659
- "copyright": "©2023 Seed Company in collaboration with Language Developers and Bible Translators Association",
3688
+ "copyright": "\u00a92023 Seed Company in collaboration with Language Developers and Bible Translators Association",
3660
3689
  "info": null
3661
3690
  },
3662
3691
  {
3663
3692
  "id": "14b06ff3b2cf5e97-01",
3664
3693
  "dblId": "14b06ff3b2cf5e97",
3665
3694
  "relatedDbl": "da34f369635c82b8,f276be3571f516cb",
3666
- "name": "Biblica® Open Luganda Contemporary Bible™, Audio Edition",
3667
- "nameLocal": "Biblica® Bayibuli Entukuvu, Endagaano Enkadde nʼEndagaano Empya ekwatiddwa ku katambi™, Audio Edition",
3695
+ "name": "Biblica\u00ae Open Luganda Contemporary Bible\u2122, Audio Edition",
3696
+ "nameLocal": "Biblica\u00ae Bayibuli Entukuvu, Endagaano Enkadde n\u02bcEndagaano Empya ekwatiddwa ku katambi\u2122, Audio Edition",
3668
3697
  "abbreviation": "LCB",
3669
3698
  "abbreviationLocal": "EEEE",
3670
3699
  "description": null,
@@ -3685,15 +3714,15 @@
3685
3714
  ],
3686
3715
  "type": "audio",
3687
3716
  "updatedAt": "2024-07-01T22:17:12.000Z",
3688
- "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.",
3689
- "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>"
3717
+ "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.",
3718
+ "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>"
3690
3719
  },
3691
3720
  {
3692
3721
  "id": "5d1902ecdf5349d3-01",
3693
3722
  "dblId": "5d1902ecdf5349d3",
3694
3723
  "relatedDbl": "5c9c2862a4595a64,4d4df8722134c5ee",
3695
- "name": "Biblica® Open New Luo Translation™, Audio Edition",
3696
- "nameLocal": "Biblica® Ochiw Thuolo Motingʼo Loko Manyien™, Audio Edition",
3724
+ "name": "Biblica\u00ae Open New Luo Translation\u2122, Audio Edition",
3725
+ "nameLocal": "Biblica\u00ae Ochiw Thuolo Moting\u02bco Loko Manyien\u2122, Audio Edition",
3697
3726
  "abbreviation": "ONLT",
3698
3727
  "abbreviationLocal": "OMLM",
3699
3728
  "description": null,
@@ -3714,7 +3743,7 @@
3714
3743
  ],
3715
3744
  "type": "audio",
3716
3745
  "updatedAt": "2024-07-01T22:32:03.000Z",
3717
- "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.",
3746
+ "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.",
3718
3747
  "info": null
3719
3748
  },
3720
3749
  {
@@ -3772,15 +3801,15 @@
3772
3801
  ],
3773
3802
  "type": "audio",
3774
3803
  "updatedAt": "2024-07-01T22:40:38.000Z",
3775
- "copyright": "© Wycliffe Bible Translators, Inc. 2010 Hosanna",
3804
+ "copyright": "\u00a9 Wycliffe Bible Translators, Inc. \u2117 2010 Hosanna",
3776
3805
  "info": null
3777
3806
  },
3778
3807
  {
3779
3808
  "id": "4496fa3731f54ccd-01",
3780
3809
  "dblId": "4496fa3731f54ccd",
3781
3810
  "relatedDbl": "de295e9ba65f6d0f,d8e10d078df603c9",
3782
- "name": "Biblica® Open Malayalam Contemporary Version™, Audio Edition",
3783
- "nameLocal": "Biblica® സമകാലിക മലയാളവിവർത്തനം-സ്വതന്ത്ര ഉപലബ്ധി ™, ഓഡിയോ പതിപ്പ്",
3811
+ "name": "Biblica\u00ae Open Malayalam Contemporary Version\u2122, Audio Edition",
3812
+ "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",
3784
3813
  "abbreviation": "OMCV",
3785
3814
  "abbreviationLocal": "OMCV",
3786
3815
  "description": null,
@@ -3788,7 +3817,7 @@
3788
3817
  "language": {
3789
3818
  "id": "mal",
3790
3819
  "name": "Malayalam",
3791
- "nameLocal": "മലയാളം",
3820
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3792
3821
  "script": "Malayalam",
3793
3822
  "scriptDirection": "LTR"
3794
3823
  },
@@ -3801,15 +3830,15 @@
3801
3830
  ],
3802
3831
  "type": "audio",
3803
3832
  "updatedAt": "2024-07-01T22:26:53.000Z",
3804
- "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. ――――――",
3805
- "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>"
3833
+ "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",
3834
+ "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>"
3806
3835
  },
3807
3836
  {
3808
3837
  "id": "5ac60e8e8a74417a-01",
3809
3838
  "dblId": "5ac60e8e8a74417a",
3810
3839
  "relatedDbl": "805e795e07fb9422",
3811
- "name": "Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible",
3812
- "nameLocal": "Malayalam Bible (മലയാളം സത്യവേദപുസ്തകം), Binoy Chacko Audio Bible",
3840
+ "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",
3841
+ "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",
3813
3842
  "abbreviation": "BCAB",
3814
3843
  "abbreviationLocal": "BCAB",
3815
3844
  "description": null,
@@ -3817,7 +3846,7 @@
3817
3846
  "language": {
3818
3847
  "id": "mal",
3819
3848
  "name": "Malayalam",
3820
- "nameLocal": "മലയാളം",
3849
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3821
3850
  "script": "Malayalam",
3822
3851
  "scriptDirection": "LTR"
3823
3852
  },
@@ -3830,8 +3859,8 @@
3830
3859
  ],
3831
3860
  "type": "audio",
3832
3861
  "updatedAt": "2024-07-01T22:31:37.000Z",
3833
- "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/",
3834
- "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>"
3862
+ "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/",
3863
+ "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>"
3835
3864
  },
3836
3865
  {
3837
3866
  "id": "57e37c60c3a94d4f-01",
@@ -3846,7 +3875,7 @@
3846
3875
  "language": {
3847
3876
  "id": "mal",
3848
3877
  "name": "Malayalam",
3849
- "nameLocal": "മലയാളം",
3878
+ "nameLocal": "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",
3850
3879
  "script": "Malayalam",
3851
3880
  "scriptDirection": "LTR"
3852
3881
  },
@@ -3867,7 +3896,7 @@
3867
3896
  "dblId": "555476c2390c102d",
3868
3897
  "relatedDbl": "8d719a6999f69101",
3869
3898
  "name": "Marathi - R.V. (Re-edited) Audio Bible (BSI)",
3870
- "nameLocal": "पवित्र शास्त्र - R.V. (Re-edited) Audio Bible",
3899
+ "nameLocal": "\u092a\u0935\u093f\u0924\u094d\u0930 \u0936\u093e\u0938\u094d\u0924\u094d\u0930 - R.V. (Re-edited) Audio Bible",
3871
3900
  "abbreviation": "MARATHI-BSI",
3872
3901
  "abbreviationLocal": "MARATHI-BSI",
3873
3902
  "description": null,
@@ -3875,7 +3904,7 @@
3875
3904
  "language": {
3876
3905
  "id": "mar",
3877
3906
  "name": "Marathi",
3878
- "nameLocal": "मराठी",
3907
+ "nameLocal": "\u092e\u0930\u093e\u0920\u0940",
3879
3908
  "script": "Devanagari (Nagari)",
3880
3909
  "scriptDirection": "LTR"
3881
3910
  },
@@ -3888,7 +3917,7 @@
3888
3917
  ],
3889
3918
  "type": "audio",
3890
3919
  "updatedAt": "2024-07-01T22:30:38.000Z",
3891
- "copyright": "Marathi R.V. (Re-edited) Audio Bible, पवित्र शास्त्र © The Bible Society of India - 2016.",
3920
+ "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.",
3892
3921
  "info": null
3893
3922
  },
3894
3923
  {
@@ -3904,7 +3933,7 @@
3904
3933
  "language": {
3905
3934
  "id": "mar",
3906
3935
  "name": "Marathi",
3907
- "nameLocal": "मराठी",
3936
+ "nameLocal": "\u092e\u0930\u093e\u0920\u0940",
3908
3937
  "script": "Devanagari",
3909
3938
  "scriptDirection": "LTR"
3910
3939
  },
@@ -3946,7 +3975,7 @@
3946
3975
  ],
3947
3976
  "type": "audio",
3948
3977
  "updatedAt": "2024-07-01T22:58:20.000Z",
3949
- "copyright": " 2013 Hosanna",
3978
+ "copyright": "\u2117 2013 Hosanna",
3950
3979
  "info": null
3951
3980
  },
3952
3981
  {
@@ -4033,7 +4062,7 @@
4033
4062
  ],
4034
4063
  "type": "audio",
4035
4064
  "updatedAt": "2026-03-10T02:42:16.000Z",
4036
- "copyright": " 2022 The Word for the World and Hosanna",
4065
+ "copyright": "\u2117 2022 The Word for the World and Hosanna",
4037
4066
  "info": null
4038
4067
  },
4039
4068
  {
@@ -4041,7 +4070,7 @@
4041
4070
  "dblId": "1cd94676c4e3462e",
4042
4071
  "relatedDbl": "218a7789e72a7d00,d5eda7d009a55ce8",
4043
4072
  "name": "Myanmar Standard Bible (Myanmar Audio Edition)",
4044
- "nameLocal": "မြန်မာစံမီသမ္မာကျမ်း (မြန်မာဘာသာဖြင့်အသံသွင်းထားခြင်း)",
4073
+ "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)",
4045
4074
  "abbreviation": "MSB-MYA",
4046
4075
  "abbreviationLocal": "MSB-MYA",
4047
4076
  "description": "Western Protestant Bible",
@@ -4049,7 +4078,7 @@
4049
4078
  "language": {
4050
4079
  "id": "mya",
4051
4080
  "name": "Burmese",
4052
- "nameLocal": "ဗမာ",
4081
+ "nameLocal": "\u1017\u1019\u102c",
4053
4082
  "script": "Myanmar",
4054
4083
  "scriptDirection": "LTR"
4055
4084
  },
@@ -4062,8 +4091,8 @@
4062
4091
  ],
4063
4092
  "type": "audio",
4064
4093
  "updatedAt": "2024-07-01T22:18:23.000Z",
4065
- "copyright": "MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)℗Copyright 2024 by Global Bible Initiative",
4066
- "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>"
4094
+ "copyright": "MYANMAR STANDARD BIBLE (MYANMAR AUDIO EDITION)\u2117Copyright \u2117 2024 by Global Bible Initiative",
4095
+ "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>"
4067
4096
  },
4068
4097
  {
4069
4098
  "id": "e70c6bb699b047bd-01",
@@ -4091,7 +4120,7 @@
4091
4120
  ],
4092
4121
  "type": "audio",
4093
4122
  "updatedAt": "2025-10-03T03:57:54.000Z",
4094
- "copyright": " 2020 Bible Society of Uganda and Hosanna",
4123
+ "copyright": "\u2117 2020 Bible Society of Uganda and Hosanna",
4095
4124
  "info": null
4096
4125
  },
4097
4126
  {
@@ -4127,8 +4156,8 @@
4127
4156
  "id": "2a4137fd54364e6a-01",
4128
4157
  "dblId": "2a4137fd54364e6a",
4129
4158
  "relatedDbl": "d642a6e164b1906d,0de391111a4cac1e",
4130
- "name": "Biblica® Open Ndebele Contemporary Bible™, Audio Edition",
4131
- "nameLocal": "Biblica® Open Ndebele Contemporary Bible™, Audio Edition",
4159
+ "name": "Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition",
4160
+ "nameLocal": "Biblica\u00ae Open Ndebele Contemporary Bible\u2122, Audio Edition",
4132
4161
  "abbreviation": "OBEN",
4133
4162
  "abbreviationLocal": "OBEN",
4134
4163
  "description": "Audio Bible",
@@ -4149,8 +4178,8 @@
4149
4178
  ],
4150
4179
  "type": "audio",
4151
4180
  "updatedAt": "2024-07-01T22:21:01.000Z",
4152
- "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.",
4153
- "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>"
4181
+ "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.",
4182
+ "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>"
4154
4183
  },
4155
4184
  {
4156
4185
  "id": "eeb8b98ac51d43ab-01",
@@ -4181,6 +4210,35 @@
4181
4210
  "copyright": "2024 The Word For The World Malawi and Hosanna licensed under CC BY-NC-SA 4.0",
4182
4211
  "info": null
4183
4212
  },
4213
+ {
4214
+ "id": "fc58e8c9573a9793-01",
4215
+ "dblId": "fc58e8c9573a9793",
4216
+ "relatedDbl": "fdb480d858e14ced",
4217
+ "name": "Het Boek (The Book) 2007",
4218
+ "nameLocal": "Het Boek",
4219
+ "abbreviation": "HTB",
4220
+ "abbreviationLocal": "HTB",
4221
+ "description": null,
4222
+ "descriptionLocal": null,
4223
+ "language": {
4224
+ "id": "nld",
4225
+ "name": "Dutch",
4226
+ "nameLocal": "Nederlands",
4227
+ "script": "Latin",
4228
+ "scriptDirection": "LTR"
4229
+ },
4230
+ "countries": [
4231
+ {
4232
+ "id": "NL",
4233
+ "name": "Netherlands",
4234
+ "nameLocal": "Netherlands"
4235
+ }
4236
+ ],
4237
+ "type": "audio",
4238
+ "updatedAt": "2024-07-01T23:00:14.000Z",
4239
+ "copyright": "Het Boek, Audio Edition Audio Copyright \u2117 2017 by Biblica, Inc.\u00ae Used by permission. All rights reserved worldwide.",
4240
+ "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
+ },
4184
4242
  {
4185
4243
  "id": "8f59764628bd4b84-01",
4186
4244
  "dblId": "8f59764628bd4b84",
@@ -4207,7 +4265,7 @@
4207
4265
  ],
4208
4266
  "type": "audio",
4209
4267
  "updatedAt": "2025-10-03T03:12:11.000Z",
4210
- "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",
4268
+ "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",
4211
4269
  "info": null
4212
4270
  },
4213
4271
  {
@@ -4236,7 +4294,7 @@
4236
4294
  ],
4237
4295
  "type": "audio",
4238
4296
  "updatedAt": "2025-10-03T03:27:51.000Z",
4239
- "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",
4297
+ "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",
4240
4298
  "info": null
4241
4299
  },
4242
4300
  {
@@ -4294,7 +4352,7 @@
4294
4352
  ],
4295
4353
  "type": "audio",
4296
4354
  "updatedAt": "2024-07-01T22:20:33.000Z",
4297
- "copyright": "Norsk Bibel Audio New Testament Senter For Tro Og Medier, 2022.",
4355
+ "copyright": "Norsk Bibel Audio New Testament \u2117 Senter For Tro Og Medier, 2022.",
4298
4356
  "info": null
4299
4357
  },
4300
4358
  {
@@ -4323,7 +4381,7 @@
4323
4381
  ],
4324
4382
  "type": "audio",
4325
4383
  "updatedAt": "2024-07-01T22:40:14.000Z",
4326
- "copyright": "Norsk Bibel Audio Old Testament Senter For Tro Og Medier, 2023.",
4384
+ "copyright": "Norsk Bibel Audio Old Testament \u2117 Senter For Tro Og Medier, 2023.",
4327
4385
  "info": null
4328
4386
  },
4329
4387
  {
@@ -4368,7 +4426,7 @@
4368
4426
  "language": {
4369
4427
  "id": "npi",
4370
4428
  "name": "Nepali",
4371
- "nameLocal": "नेपाली",
4429
+ "nameLocal": "\u0928\u0947\u092a\u093e\u0932\u0940",
4372
4430
  "script": "Devanagari",
4373
4431
  "scriptDirection": "LTR"
4374
4432
  },
@@ -4388,8 +4446,8 @@
4388
4446
  "id": "017c80638deecf2a-01",
4389
4447
  "dblId": "017c80638deecf2a",
4390
4448
  "relatedDbl": "43247c35dbe56e1c",
4391
- "name": "Biblica® Open Godʼs Word in Contemporary Chichewa™, Audio Edition",
4392
- "nameLocal": "Biblica® Tsekulani Mawu a Mulungu mu Chichewa Chalero™, Kaseti",
4449
+ "name": "Biblica\u00ae Open God\u02bcs Word in Contemporary Chichewa\u2122, Audio Edition",
4450
+ "nameLocal": "Biblica\u00ae Tsekulani Mawu a Mulungu mu Chichewa Chalero\u2122, Kaseti",
4393
4451
  "abbreviation": "OCCL",
4394
4452
  "abbreviationLocal": "OCCL",
4395
4453
  "description": null,
@@ -4410,23 +4468,23 @@
4410
4468
  ],
4411
4469
  "type": "audio",
4412
4470
  "updatedAt": "2024-07-01T22:13:14.000Z",
4413
- "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.",
4414
- "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>"
4471
+ "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.",
4472
+ "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>"
4415
4473
  },
4416
4474
  {
4417
4475
  "id": "3723b066ab224123-01",
4418
4476
  "dblId": "3723b066ab224123",
4419
4477
  "relatedDbl": null,
4420
- "name": "Oral Nyang’ia Version Non-Drama [TWFTW]",
4421
- "nameLocal": "Oral Nyang’ia Version Non-Drama [TWFTW]",
4478
+ "name": "Oral Nyang\u2019ia Version Non-Drama [TWFTW]",
4479
+ "nameLocal": "Oral Nyang\u2019ia Version Non-Drama [TWFTW]",
4422
4480
  "abbreviation": null,
4423
4481
  "abbreviationLocal": null,
4424
4482
  "description": null,
4425
4483
  "descriptionLocal": null,
4426
4484
  "language": {
4427
4485
  "id": "nyp",
4428
- "name": "Nyang’ia",
4429
- "nameLocal": "Nyang’ia",
4486
+ "name": "Nyang\u2019ia",
4487
+ "nameLocal": "Nyang\u2019ia",
4430
4488
  "script": null,
4431
4489
  "scriptDirection": null
4432
4490
  },
@@ -4439,7 +4497,7 @@
4439
4497
  ],
4440
4498
  "type": "audio",
4441
4499
  "updatedAt": "2025-10-03T02:27:35.000Z",
4442
- "copyright": " 2023 The Word for the World and Hosanna",
4500
+ "copyright": "\u2117 2023 The Word for the World and Hosanna",
4443
4501
  "info": null
4444
4502
  },
4445
4503
  {
@@ -4476,7 +4534,7 @@
4476
4534
  "dblId": "439ac17466ab4ae1",
4477
4535
  "relatedDbl": "e2588ba61891daa5",
4478
4536
  "name": "Punjabi Indian Revised Version (IRV)",
4479
- "nameLocal": "ਇੰਡਿਅਨ ਰਿਵਾਇਜ਼ਡ ਵਰਜ਼ਨ (IRV) - ਪੰਜਾਬੀ",
4537
+ "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",
4480
4538
  "abbreviation": null,
4481
4539
  "abbreviationLocal": null,
4482
4540
  "description": null,
@@ -4484,7 +4542,7 @@
4484
4542
  "language": {
4485
4543
  "id": "pan",
4486
4544
  "name": "Panjabi",
4487
- "nameLocal": "ਪੰਜਾਬੀ",
4545
+ "nameLocal": "\u0a2a\u0a70\u0a1c\u0a3e\u0a2c\u0a40",
4488
4546
  "script": "Gurmukhi",
4489
4547
  "scriptDirection": "LTR"
4490
4548
  },
@@ -4492,7 +4550,7 @@
4492
4550
  {
4493
4551
  "id": "IN",
4494
4552
  "name": "Republic of India",
4495
- "nameLocal": "Bhārat Gaṇarājya"
4553
+ "nameLocal": "Bh\u0101rat Ga\u1e47ar\u0101jya"
4496
4554
  }
4497
4555
  ],
4498
4556
  "type": "audio",
@@ -4526,12 +4584,12 @@
4526
4584
  {
4527
4585
  "id": "BD",
4528
4586
  "name": "People's Republic of Bangladesh",
4529
- "nameLocal": "গণপ্রজাতন্ত্রী বাংলাদেশ"
4587
+ "nameLocal": "\u0997\u09a3\u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c0 \u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6"
4530
4588
  }
4531
4589
  ],
4532
4590
  "type": "audio",
4533
4591
  "updatedAt": "2025-10-03T02:21:30.000Z",
4534
- "copyright": "Audio: Pnar Audio Bible Translation Pioneer Bible Translators, 2024",
4592
+ "copyright": "Audio: Pnar Audio Bible Translation \u2117 Pioneer Bible Translators, 2024",
4535
4593
  "info": null
4536
4594
  },
4537
4595
  {
@@ -4560,7 +4618,7 @@
4560
4618
  ],
4561
4619
  "type": "audio",
4562
4620
  "updatedAt": "2025-10-03T03:50:14.000Z",
4563
- "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",
4621
+ "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",
4564
4622
  "info": null
4565
4623
  },
4566
4624
  {
@@ -4589,7 +4647,7 @@
4589
4647
  ],
4590
4648
  "type": "audio",
4591
4649
  "updatedAt": "2025-10-03T03:26:06.000Z",
4592
- "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",
4650
+ "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",
4593
4651
  "info": null
4594
4652
  },
4595
4653
  {
@@ -4618,7 +4676,7 @@
4618
4676
  ],
4619
4677
  "type": "audio",
4620
4678
  "updatedAt": "2025-10-03T02:13:11.000Z",
4621
- "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",
4679
+ "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",
4622
4680
  "info": null
4623
4681
  },
4624
4682
  {
@@ -4647,7 +4705,7 @@
4647
4705
  ],
4648
4706
  "type": "audio",
4649
4707
  "updatedAt": "2025-10-03T02:55:23.000Z",
4650
- "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",
4708
+ "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",
4651
4709
  "info": null
4652
4710
  },
4653
4711
  {
@@ -4691,8 +4749,8 @@
4691
4749
  "descriptionLocal": null,
4692
4750
  "language": {
4693
4751
  "id": "pes",
4694
- "name": "فارسی",
4695
- "nameLocal": "فارسی",
4752
+ "name": "\u0641\u0627\u0631\u0633\u06cc",
4753
+ "nameLocal": "\u0641\u0627\u0631\u0633\u06cc",
4696
4754
  "script": "Aran",
4697
4755
  "scriptDirection": "RTL"
4698
4756
  },
@@ -4705,7 +4763,7 @@
4705
4763
  ],
4706
4764
  "type": "audio",
4707
4765
  "updatedAt": "2024-07-01T22:29:17.000Z",
4708
- "copyright": " 2001 Hosanna",
4766
+ "copyright": "\u2117 2001 Hosanna",
4709
4767
  "info": "<p/>"
4710
4768
  },
4711
4769
  {
@@ -4713,7 +4771,7 @@
4713
4771
  "dblId": "c44fe9cd14354566",
4714
4772
  "relatedDbl": "e95f4ff7407fc936",
4715
4773
  "name": "Persian Contemporary Bible, Audio Edition",
4716
- "nameLocal": "کتاب مقدس، ترجمۀ معاصر",
4774
+ "nameLocal": "\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633\u060c \u062a\u0631\u062c\u0645\u06c0 \u0645\u0639\u0627\u0635\u0631",
4717
4775
  "abbreviation": "PCB",
4718
4776
  "abbreviationLocal": "PCB",
4719
4777
  "description": null,
@@ -4721,7 +4779,7 @@
4721
4779
  "language": {
4722
4780
  "id": "pes",
4723
4781
  "name": "Iranian Persian",
4724
- "nameLocal": "فارسی",
4782
+ "nameLocal": "\u0641\u0627\u0631\u0633\u06cc",
4725
4783
  "script": "Arabic",
4726
4784
  "scriptDirection": "RTL"
4727
4785
  },
@@ -4729,13 +4787,13 @@
4729
4787
  {
4730
4788
  "id": "IR",
4731
4789
  "name": "Iran",
4732
- "nameLocal": "ایران"
4790
+ "nameLocal": "\u0627\u06cc\u0631\u0627\u0646"
4733
4791
  }
4734
4792
  ],
4735
4793
  "type": "audio",
4736
4794
  "updatedAt": "2024-07-01T22:50:20.000Z",
4737
- "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.",
4738
- "info": "<p>انجمن بین‌المللی کتاب مقدس‎ (بیبلیکا)، کلام خدا را به‌ وسیلۀ ترجمه و انتشار کتاب‌مقدس در آفریقا، آسیای شرقی، اروپا، آمریکای لاتین، خاورمیانه، آمریکای شمالی، و آسیای جنوبی در اختیار مردم می‌گذارد تا زندگی آنان توسط ایجاد رابطه با عیسی مسیح دگرگون شود.</p>"
4795
+ "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.",
4796
+ "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>"
4739
4797
  },
4740
4798
  {
4741
4799
  "id": "9ce0d31e56e411e5-01",
@@ -4763,7 +4821,7 @@
4763
4821
  ],
4764
4822
  "type": "audio",
4765
4823
  "updatedAt": "2024-07-01T22:43:30.000Z",
4766
- "copyright": "© 1965 La Société Biblique Malgache 1985 PRM, Inc.",
4824
+ "copyright": "\u00a9 1965 La Soci\u00e9t\u00e9 Biblique Malgache \u2117 1985 PRM, Inc.",
4767
4825
  "info": null
4768
4826
  },
4769
4827
  {
@@ -4792,19 +4850,19 @@
4792
4850
  ],
4793
4851
  "type": "audio",
4794
4852
  "updatedAt": "2025-10-03T03:47:25.000Z",
4795
- "copyright": "Text: Baiboly Protestanta Malagasy © 2011, Malagasy Bible Society. Audio: Malagasy Protestant Old Testament Audio Bible 2024, Davar Partners International.",
4853
+ "copyright": "Text: Baiboly Protestanta Malagasy \u00a9 2011, Malagasy Bible Society. Audio: Malagasy Protestant Old Testament Audio Bible \u2117 2024, Davar Partners International.",
4796
4854
  "info": "<p> If you would like a copy of this version please contact info@davaraudiobibles.org</p>"
4797
4855
  },
4798
4856
  {
4799
4857
  "id": "380f44ed66bb471b-01",
4800
4858
  "dblId": "380f44ed66bb471b",
4801
4859
  "relatedDbl": "fbb8b0e1943b417c",
4802
- "name": "Biblica® Open Polish Living New Testament Audio Edition",
4803
- "nameLocal": "Biblica® Słowo Życia, otwarty dostęp™",
4860
+ "name": "Biblica\u00ae Open Polish Living New Testament Audio Edition",
4861
+ "nameLocal": "Biblica\u00ae S\u0142owo \u017bycia, otwarty dost\u0119p\u2122",
4804
4862
  "abbreviation": "OPLNT",
4805
4863
  "abbreviationLocal": "OPSZ",
4806
4864
  "description": "The New Testament in easy to understand Polish",
4807
- "descriptionLocal": "Nowy Testament w łatwo zrozumiałym języku polskim",
4865
+ "descriptionLocal": "Nowy Testament w \u0142atwo zrozumia\u0142ym j\u0119zyku polskim",
4808
4866
  "language": {
4809
4867
  "id": "pol",
4810
4868
  "name": "Polish",
@@ -4821,15 +4879,15 @@
4821
4879
  ],
4822
4880
  "type": "audio",
4823
4881
  "updatedAt": "2024-07-01T22:24:26.000Z",
4824
- "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.",
4825
- "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>"
4882
+ "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.",
4883
+ "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>"
4826
4884
  },
4827
4885
  {
4828
4886
  "id": "26af0cf585e5700b-01",
4829
4887
  "dblId": "26af0cf585e5700b",
4830
4888
  "relatedDbl": "867d75564182779d",
4831
- "name": "Nova Versão Internacional (Brazilian Portuguese NVI) Audio Edition Non-dramatized",
4832
- "nameLocal": "Nova Versão Internacional, Edição de áudio",
4889
+ "name": "Nova Vers\u00e3o Internacional (Brazilian Portuguese NVI) Audio Edition Non-dramatized",
4890
+ "nameLocal": "Nova Vers\u00e3o Internacional, Edi\u00e7\u00e3o de \u00e1udio",
4833
4891
  "abbreviation": "NVIP",
4834
4892
  "abbreviationLocal": "NVIP",
4835
4893
  "description": null,
@@ -4837,7 +4895,7 @@
4837
4895
  "language": {
4838
4896
  "id": "por",
4839
4897
  "name": "Portuguese",
4840
- "nameLocal": "Português",
4898
+ "nameLocal": "Portugu\u00eas",
4841
4899
  "script": "Latin",
4842
4900
  "scriptDirection": "LTR"
4843
4901
  },
@@ -4850,15 +4908,15 @@
4850
4908
  ],
4851
4909
  "type": "audio",
4852
4910
  "updatedAt": "2025-10-03T02:19:23.000Z",
4853
- "copyright": "Nova Versão Internacional®, Audio EditionAudio Copyright 2012 by Biblica, Inc.®Used by permission of Biblica, Inc All rights reserved worldwide.",
4911
+ "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.",
4854
4912
  "info": null
4855
4913
  },
4856
4914
  {
4857
4915
  "id": "1547495ba2e141c2-01",
4858
4916
  "dblId": "1547495ba2e141c2",
4859
4917
  "relatedDbl": "175fcb4c6f018c52",
4860
- "name": "Portuguese Nova Versão Internacional, Audio Edition",
4861
- "nameLocal": "Portuguese Nova Versão Internacional, Audio Edition",
4918
+ "name": "Portuguese Nova Vers\u00e3o Internacional, Audio Edition",
4919
+ "nameLocal": "Portuguese Nova Vers\u00e3o Internacional, Audio Edition",
4862
4920
  "abbreviation": "NVIP",
4863
4921
  "abbreviationLocal": "NVIP",
4864
4922
  "description": "Portuguese Audio Bible",
@@ -4866,7 +4924,7 @@
4866
4924
  "language": {
4867
4925
  "id": "por",
4868
4926
  "name": "Portuguese",
4869
- "nameLocal": "Português",
4927
+ "nameLocal": "Portugu\u00eas",
4870
4928
  "script": null,
4871
4929
  "scriptDirection": null
4872
4930
  },
@@ -4879,7 +4937,7 @@
4879
4937
  ],
4880
4938
  "type": "audio",
4881
4939
  "updatedAt": "2025-10-03T02:07:08.000Z",
4882
- "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.",
4940
+ "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.",
4883
4941
  "info": null
4884
4942
  },
4885
4943
  {
@@ -4887,7 +4945,7 @@
4887
4945
  "dblId": "c7924f07da604f79",
4888
4946
  "relatedDbl": "5daa4944a1deb984",
4889
4947
  "name": "prsAF - Today's Dari Version - TDV",
4890
- "nameLocal": "کتاب مقدس به زبان دری",
4948
+ "nameLocal": "\u06a9\u062a\u0627\u0628 \u0645\u0642\u062f\u0633 \u0628\u0647 \u0632\u0628\u0627\u0646 \u062f\u0631\u06cc",
4891
4949
  "abbreviation": "TDV",
4892
4950
  "abbreviationLocal": "TDV",
4893
4951
  "description": null,
@@ -4895,7 +4953,7 @@
4895
4953
  "language": {
4896
4954
  "id": "prs",
4897
4955
  "name": "Dari",
4898
- "nameLocal": "دری‎",
4956
+ "nameLocal": "\u062f\u0631\u06cc\u200e",
4899
4957
  "script": "Arabic",
4900
4958
  "scriptDirection": "RTL"
4901
4959
  },
@@ -4908,8 +4966,8 @@
4908
4966
  ],
4909
4967
  "type": "audio",
4910
4968
  "updatedAt": "2025-10-03T03:41:55.000Z",
4911
- "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.",
4912
- "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>"
4969
+ "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.",
4970
+ "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>"
4913
4971
  },
4914
4972
  {
4915
4973
  "id": "14b33272cd1b4323-01",
@@ -4942,7 +5000,7 @@
4942
5000
  ],
4943
5001
  "type": "audio",
4944
5002
  "updatedAt": "2025-10-03T02:06:46.000Z",
4945
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5003
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
4946
5004
  "info": null
4947
5005
  },
4948
5006
  {
@@ -4950,7 +5008,7 @@
4950
5008
  "dblId": "6f997ba19d494b16",
4951
5009
  "relatedDbl": "d75b2f45002bf377,bb4d869847d96eff",
4952
5010
  "name": "Tarifit (NT) no drama",
4953
- "nameLocal": "Ṯamaziɣṯ n Arrif",
5011
+ "nameLocal": "\u1e6eamazi\u0263\u1e6f n Arrif",
4954
5012
  "abbreviation": "RIF",
4955
5013
  "abbreviationLocal": "RIF",
4956
5014
  "description": null,
@@ -4971,7 +5029,7 @@
4971
5029
  ],
4972
5030
  "type": "audio",
4973
5031
  "updatedAt": "2024-07-01T22:35:55.000Z",
4974
- "copyright": "© 2020 Awal n Arebbi 2008 Hosanna",
5032
+ "copyright": "\u00a9 2020 Awal n Arebbi \u2117 2008 Hosanna",
4975
5033
  "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>"
4976
5034
  },
4977
5035
  {
@@ -4979,15 +5037,15 @@
4979
5037
  "dblId": "bb981f5c2d144879",
4980
5038
  "relatedDbl": "e952663db2e91691",
4981
5039
  "name": "Carpathian Romani Bible",
4982
- "nameLocal": "Біблія про закарпатцько романо чіб",
5040
+ "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",
4983
5041
  "abbreviation": "ZRB",
4984
- "abbreviationLocal": "ЗРБ",
5042
+ "abbreviationLocal": "\u0417\u0420\u0411",
4985
5043
  "description": "Luke",
4986
- "descriptionLocal": "Єванґеліє ле Лукастар",
5044
+ "descriptionLocal": "\u0404\u0432\u0430\u043d\u0491\u0435\u043b\u0456\u0454 \u043b\u0435 \u041b\u0443\u043a\u0430\u0441\u0442\u0430\u0440",
4987
5045
  "language": {
4988
5046
  "id": "rmc",
4989
5047
  "name": "Romani, Carpathian",
4990
- "nameLocal": "закарпатский",
5048
+ "nameLocal": "\u0437\u0430\u043a\u0430\u0440\u043f\u0430\u0442\u0441\u043a\u0438\u0439",
4991
5049
  "script": "Cyrillic",
4992
5050
  "scriptDirection": "LTR"
4993
5051
  },
@@ -4995,12 +5053,12 @@
4995
5053
  {
4996
5054
  "id": "UA",
4997
5055
  "name": "Ukraine",
4998
- "nameLocal": "Украина"
5056
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430"
4999
5057
  }
5000
5058
  ],
5001
5059
  "type": "audio",
5002
5060
  "updatedAt": "2024-07-01T22:48:41.000Z",
5003
- "copyright": "Text: © Pioneer Bible Tranalators, 2021; © Bible Translators of Ukraine, 2021; Audio: Pioneer Bible Tranalators, 2022; Bible Translators of Ukraine, 2022",
5061
+ "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",
5004
5062
  "info": "<p>Bible Translators of Ukraine</p>"
5005
5063
  },
5006
5064
  {
@@ -5029,7 +5087,7 @@
5029
5087
  ],
5030
5088
  "type": "audio",
5031
5089
  "updatedAt": "2024-07-01T22:59:35.000Z",
5032
- "copyright": " 2014 Hosanna",
5090
+ "copyright": "\u2117 2014 Hosanna",
5033
5091
  "info": null
5034
5092
  },
5035
5093
  {
@@ -5058,7 +5116,7 @@
5058
5116
  ],
5059
5117
  "type": "audio",
5060
5118
  "updatedAt": "2024-07-01T22:19:25.000Z",
5061
- "copyright": "© The Word for the World Bible Translators International 2014 Hosanna",
5119
+ "copyright": "\u00a9 The Word for the World Bible Translators International \u2117 2014 Hosanna",
5062
5120
  "info": null
5063
5121
  },
5064
5122
  {
@@ -5087,7 +5145,7 @@
5087
5145
  ],
5088
5146
  "type": "audio",
5089
5147
  "updatedAt": "2024-07-01T22:58:09.000Z",
5090
- "copyright": "© The Word for the World Bible Translators International 2014 Hosanna",
5148
+ "copyright": "\u00a9 The Word for the World Bible Translators International \u2117 2014 Hosanna",
5091
5149
  "info": null
5092
5150
  },
5093
5151
  {
@@ -5116,7 +5174,7 @@
5116
5174
  ],
5117
5175
  "type": "audio",
5118
5176
  "updatedAt": "2025-10-03T04:00:31.000Z",
5119
- "copyright": "©️2025 Seed Company",
5177
+ "copyright": "\u00a9\ufe0f2025 Seed Company",
5120
5178
  "info": null
5121
5179
  },
5122
5180
  {
@@ -5124,15 +5182,15 @@
5124
5182
  "dblId": "ace6f1c052a342af",
5125
5183
  "relatedDbl": "4e046bd6977f26de",
5126
5184
  "name": "(Vlakh)",
5127
- "nameLocal": "Библия пэ влахицко романи шыб",
5185
+ "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",
5128
5186
  "abbreviation": "VRB",
5129
- "abbreviationLocal": "ВРБ",
5187
+ "abbreviationLocal": "\u0412\u0420\u0411",
5130
5188
  "description": "Bible in Romani, Eastern Vlakh, Luke",
5131
- "descriptionLocal": "Радосаво Лав Лукастар",
5189
+ "descriptionLocal": "\u0420\u0430\u0434\u043e\u0441\u0430\u0432\u043e \u041b\u0430\u0432 \u041b\u0443\u043a\u0430\u0441\u0442\u0430\u0440",
5132
5190
  "language": {
5133
5191
  "id": "rmy",
5134
5192
  "name": "Romani, Vlakh",
5135
- "nameLocal": "влашский",
5193
+ "nameLocal": "\u0432\u043b\u0430\u0448\u0441\u043a\u0438\u0439",
5136
5194
  "script": "Cyrillic",
5137
5195
  "scriptDirection": "LTR"
5138
5196
  },
@@ -5140,12 +5198,12 @@
5140
5198
  {
5141
5199
  "id": "UA",
5142
5200
  "name": "Ukraine",
5143
- "nameLocal": "Украина"
5201
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430"
5144
5202
  }
5145
5203
  ],
5146
5204
  "type": "audio",
5147
5205
  "updatedAt": "2024-07-01T22:46:12.000Z",
5148
- "copyright": "Text: © Pioneer Bible Tranalators, 2021; © Bible Translators of Ukraine, 2021; Audio: Pioneer Bible Tranalators, 2021; Bible Translators of Ukraine, 2021",
5206
+ "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",
5149
5207
  "info": "<p>Bible Translators of Ukraine</p>"
5150
5208
  },
5151
5209
  {
@@ -5153,7 +5211,7 @@
5153
5211
  "dblId": "2c64798a84994507",
5154
5212
  "relatedDbl": "b373795061a36482",
5155
5213
  "name": "New Romanian Translation, Audio Edition",
5156
- "nameLocal": "Noua Traducere Românească",
5214
+ "nameLocal": "Noua Traducere Rom\u00e2neasc\u0103",
5157
5215
  "abbreviation": "NTR",
5158
5216
  "abbreviationLocal": "NTR",
5159
5217
  "description": null,
@@ -5174,7 +5232,7 @@
5174
5232
  ],
5175
5233
  "type": "audio",
5176
5234
  "updatedAt": "2024-07-01T22:21:24.000Z",
5177
- "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.",
5235
+ "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.",
5178
5236
  "info": null
5179
5237
  },
5180
5238
  {
@@ -5211,9 +5269,9 @@
5211
5269
  "dblId": "474740aae4fc08b6",
5212
5270
  "relatedDbl": "0f38fd5da9d586dc",
5213
5271
  "name": "New Russian Translation",
5214
- "nameLocal": "Новый Русский Перевод",
5272
+ "nameLocal": "\u041d\u043e\u0432\u044b\u0439 \u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u041f\u0435\u0440\u0435\u0432\u043e\u0434",
5215
5273
  "abbreviation": "NRT",
5216
- "abbreviationLocal": "НРП",
5274
+ "abbreviationLocal": "\u041d\u0420\u041f",
5217
5275
  "description": null,
5218
5276
  "descriptionLocal": null,
5219
5277
  "language": {
@@ -5232,8 +5290,8 @@
5232
5290
  ],
5233
5291
  "type": "audio",
5234
5292
  "updatedAt": "2024-07-01T22:27:30.000Z",
5235
- "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.",
5236
- "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>"
5293
+ "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.",
5294
+ "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>"
5237
5295
  },
5238
5296
  {
5239
5297
  "id": "c5cd0376e7244160-01",
@@ -5261,7 +5319,7 @@
5261
5319
  ],
5262
5320
  "type": "audio",
5263
5321
  "updatedAt": "2025-10-03T03:40:28.000Z",
5264
- "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",
5322
+ "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",
5265
5323
  "info": null
5266
5324
  },
5267
5325
  {
@@ -5290,7 +5348,7 @@
5290
5348
  ],
5291
5349
  "type": "audio",
5292
5350
  "updatedAt": "2025-10-03T03:37:59.000Z",
5293
- "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",
5351
+ "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",
5294
5352
  "info": null
5295
5353
  },
5296
5354
  {
@@ -5384,12 +5442,12 @@
5384
5442
  "id": "0a0157c765374368-00",
5385
5443
  "dblId": "0a0157c765374368",
5386
5444
  "relatedDbl": "6eda79520b919447,e8d99085dcb83ab5",
5387
- "name": "Biblica® Open Shona Contemporary Bible, Audio Edition",
5388
- "nameLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5445
+ "name": "Biblica\u00ae Open Shona Contemporary Bible, Audio Edition",
5446
+ "nameLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5389
5447
  "abbreviation": "OSCB",
5390
5448
  "abbreviationLocal": "OSCB",
5391
- "description": "Biblica® Open Shona Contemporary Bible, Audio Edition",
5392
- "descriptionLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5449
+ "description": "Biblica\u00ae Open Shona Contemporary Bible, Audio Edition",
5450
+ "descriptionLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5393
5451
  "language": {
5394
5452
  "id": "sna",
5395
5453
  "name": "Shona",
@@ -5406,15 +5464,15 @@
5406
5464
  ],
5407
5465
  "type": "audio",
5408
5466
  "updatedAt": "2024-07-01T22:15:03.000Z",
5409
- "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.",
5410
- "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>"
5467
+ "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.",
5468
+ "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>"
5411
5469
  },
5412
5470
  {
5413
5471
  "id": "0a0157c765374368-01",
5414
5472
  "dblId": "0a0157c765374368",
5415
5473
  "relatedDbl": "6eda79520b919447,e8d99085dcb83ab5",
5416
- "name": "Shona Contemporary Bible™, Audio Edition",
5417
- "nameLocal": "Biblica® Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi™, Chikamu chinonzwika nenzeve",
5474
+ "name": "Shona Contemporary Bible\u2122, Audio Edition",
5475
+ "nameLocal": "Biblica\u00ae Bhaibheri Dzvene Rakasununguka MuChiShona Chanhasi\u2122, Chikamu chinonzwika nenzeve",
5418
5476
  "abbreviation": "sna",
5419
5477
  "abbreviationLocal": "sna",
5420
5478
  "description": null,
@@ -5435,8 +5493,8 @@
5435
5493
  ],
5436
5494
  "type": "audio",
5437
5495
  "updatedAt": "2024-07-01T22:15:05.000Z",
5438
- "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.",
5439
- "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>"
5496
+ "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.",
5497
+ "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>"
5440
5498
  },
5441
5499
  {
5442
5500
  "id": "8985e983433a47b4-01",
@@ -5464,7 +5522,7 @@
5464
5522
  ],
5465
5523
  "type": "audio",
5466
5524
  "updatedAt": "2025-10-03T03:09:06.000Z",
5467
- "copyright": " [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5525
+ "copyright": "\u2117 [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5468
5526
  "info": null
5469
5527
  },
5470
5528
  {
@@ -5493,7 +5551,7 @@
5493
5551
  ],
5494
5552
  "type": "audio",
5495
5553
  "updatedAt": "2025-10-03T02:10:32.000Z",
5496
- "copyright": " [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5554
+ "copyright": "\u2117 [year] The Word for the World and Hosanna licensed under CC BY-NC-SA 4.0",
5497
5555
  "info": null
5498
5556
  },
5499
5557
  {
@@ -5522,7 +5580,7 @@
5522
5580
  ],
5523
5581
  "type": "audio",
5524
5582
  "updatedAt": "2025-10-03T03:02:37.000Z",
5525
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5583
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5526
5584
  "info": null
5527
5585
  },
5528
5586
  {
@@ -5551,8 +5609,8 @@
5551
5609
  ],
5552
5610
  "type": "audio",
5553
5611
  "updatedAt": "2024-07-01T22:55:24.000Z",
5554
- "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.",
5555
- "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>"
5612
+ "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.",
5613
+ "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>"
5556
5614
  },
5557
5615
  {
5558
5616
  "id": "ad997c37fa584b66-01",
@@ -5587,8 +5645,8 @@
5587
5645
  "id": "3533f7929cde418c-01",
5588
5646
  "dblId": "3533f7929cde418c",
5589
5647
  "relatedDbl": "611f8eb23aec8f13",
5590
- "name": "Biblica® Open Kiswahili Contemporary Version™, Audio Edition",
5591
- "nameLocal": "Biblica® Toleo Wazi la Neno: Biblia Takatifu™, Toleo la Kusikiliza",
5648
+ "name": "Biblica\u00ae Open Kiswahili Contemporary Version\u2122, Audio Edition",
5649
+ "nameLocal": "Biblica\u00ae Toleo Wazi la Neno: Biblia Takatifu\u2122, Toleo la Kusikiliza",
5592
5650
  "abbreviation": "ONEN",
5593
5651
  "abbreviationLocal": "ONEN",
5594
5652
  "description": null,
@@ -5614,8 +5672,8 @@
5614
5672
  ],
5615
5673
  "type": "audio",
5616
5674
  "updatedAt": "2024-07-01T22:23:55.000Z",
5617
- "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.",
5618
- "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>"
5675
+ "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.",
5676
+ "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>"
5619
5677
  },
5620
5678
  {
5621
5679
  "id": "8ff6d83aeeba4623-01",
@@ -5643,15 +5701,15 @@
5643
5701
  ],
5644
5702
  "type": "audio",
5645
5703
  "updatedAt": "2025-10-03T03:12:23.000Z",
5646
- "copyright": "©Seed Company in partnership with COORDINATION INTER EGLISES POUR L’ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5704
+ "copyright": "\u00a9Seed Company in partnership with COORDINATION INTER EGLISES POUR L\u2019ALPHABETISATION ET LA TRADUCTION EN LANGUES GABONAISES",
5647
5705
  "info": null
5648
5706
  },
5649
5707
  {
5650
5708
  "id": "232eeaf9dc544361-01",
5651
5709
  "dblId": "232eeaf9dc544361",
5652
5710
  "relatedDbl": "032ec262506b719f,c07426c589f15c78",
5653
- "name": "Biblica® Open Indian Tamil Contemporary Version™, Audio Edition",
5654
- "nameLocal": "Biblica® Open Indian Tamil Contemporary Version™, Audio Edition",
5711
+ "name": "Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition",
5712
+ "nameLocal": "Biblica\u00ae Open Indian Tamil Contemporary Version\u2122, Audio Edition",
5655
5713
  "abbreviation": null,
5656
5714
  "abbreviationLocal": null,
5657
5715
  "description": null,
@@ -5659,7 +5717,7 @@
5659
5717
  "language": {
5660
5718
  "id": "tam",
5661
5719
  "name": "Indian Tamil",
5662
- "nameLocal": "தமிழ்",
5720
+ "nameLocal": "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd",
5663
5721
  "script": "Tamil",
5664
5722
  "scriptDirection": "LTR"
5665
5723
  },
@@ -5672,8 +5730,8 @@
5672
5730
  ],
5673
5731
  "type": "audio",
5674
5732
  "updatedAt": "2024-07-01T22:19:25.000Z",
5675
- "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.",
5676
- "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>"
5733
+ "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.",
5734
+ "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>"
5677
5735
  },
5678
5736
  {
5679
5737
  "id": "5b168850d8ff4fe2-01",
@@ -5688,7 +5746,7 @@
5688
5746
  "language": {
5689
5747
  "id": "tam",
5690
5748
  "name": "Tamil",
5691
- "nameLocal": "தமிழ்",
5749
+ "nameLocal": "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd",
5692
5750
  "script": "Tamil",
5693
5751
  "scriptDirection": "LTR"
5694
5752
  },
@@ -5717,7 +5775,7 @@
5717
5775
  "language": {
5718
5776
  "id": "tel",
5719
5777
  "name": "Telugu",
5720
- "nameLocal": "తెలుగు",
5778
+ "nameLocal": "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",
5721
5779
  "script": "Telugu",
5722
5780
  "scriptDirection": "LTR"
5723
5781
  },
@@ -5738,7 +5796,7 @@
5738
5796
  "dblId": "34f3cbca554b1362",
5739
5797
  "relatedDbl": "597a4b6f7639ff59",
5740
5798
  "name": "Telugu Old Version Bible (BSI)",
5741
- "nameLocal": "పరిశుద్ధ గ్రంథము O.V. Bible (BSI)",
5799
+ "nameLocal": "\u0c2a\u0c30\u0c3f\u0c36\u0c41\u0c26\u0c4d\u0c27 \u0c17\u0c4d\u0c30\u0c02\u0c25\u0c2e\u0c41 O.V. Bible (BSI)",
5742
5800
  "abbreviation": "TELOV-BSI",
5743
5801
  "abbreviationLocal": "TELOV-BSI",
5744
5802
  "description": null,
@@ -5746,7 +5804,7 @@
5746
5804
  "language": {
5747
5805
  "id": "tel",
5748
5806
  "name": "Telugu",
5749
- "nameLocal": "తెలుగు",
5807
+ "nameLocal": "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",
5750
5808
  "script": "Telugu",
5751
5809
  "scriptDirection": "LTR"
5752
5810
  },
@@ -5759,7 +5817,7 @@
5759
5817
  ],
5760
5818
  "type": "audio",
5761
5819
  "updatedAt": "2025-12-03T19:31:35.000Z",
5762
- "copyright": "Telugu O.V. Bible, - పరిశుద్ధ గ్రంథము O.V. BibleUsed by permission. All rights reserved worldwide.",
5820
+ "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.",
5763
5821
  "info": null
5764
5822
  },
5765
5823
  {
@@ -5788,7 +5846,7 @@
5788
5846
  ],
5789
5847
  "type": "audio",
5790
5848
  "updatedAt": "2025-10-03T02:14:08.000Z",
5791
- "copyright": " 2023 The Word for the World and Hosanna",
5849
+ "copyright": "\u2117 2023 The Word for the World and Hosanna",
5792
5850
  "info": null
5793
5851
  },
5794
5852
  {
@@ -5846,7 +5904,7 @@
5846
5904
  ],
5847
5905
  "type": "audio",
5848
5906
  "updatedAt": "2025-10-03T02:39:52.000Z",
5849
- "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",
5907
+ "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",
5850
5908
  "info": null
5851
5909
  },
5852
5910
  {
@@ -5875,15 +5933,15 @@
5875
5933
  ],
5876
5934
  "type": "audio",
5877
5935
  "updatedAt": "2025-10-03T02:01:56.000Z",
5878
- "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",
5936
+ "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",
5879
5937
  "info": null
5880
5938
  },
5881
5939
  {
5882
5940
  "id": "33283690eb54d55d-01",
5883
5941
  "dblId": "33283690eb54d55d",
5884
5942
  "relatedDbl": "5542a8cd0429163d",
5885
- "name": "Tagalog New Contemporary Version™, Audio Edition",
5886
- "nameLocal": "Ang Salita Ng Dios Biblia",
5943
+ "name": "Tagalog New Contemporary Version\u2122, Audio Edition",
5944
+ "nameLocal": "Ang Salita Ng Dios Biblia\u2122",
5887
5945
  "abbreviation": "TCB",
5888
5946
  "abbreviationLocal": "ASD",
5889
5947
  "description": "Tagalog New Contemporary Version TM, Audio Edition (Ang Salita Ng Dios Biblia) 2014",
@@ -5904,8 +5962,8 @@
5904
5962
  ],
5905
5963
  "type": "audio",
5906
5964
  "updatedAt": "2024-07-01T22:23:20.000Z",
5907
- "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.",
5908
- "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>"
5965
+ "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.",
5966
+ "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>"
5909
5967
  },
5910
5968
  {
5911
5969
  "id": "acdfc511478a4e06-01",
@@ -5991,7 +6049,7 @@
5991
6049
  ],
5992
6050
  "type": "audio",
5993
6051
  "updatedAt": "2025-10-03T02:37:47.000Z",
5994
- "copyright": "℗2024 Seed Company in collaboration with Language Developers and Bible Translators Association",
6052
+ "copyright": "\u21172024 Seed Company in collaboration with Language Developers and Bible Translators Association",
5995
6053
  "info": null
5996
6054
  },
5997
6055
  {
@@ -5999,15 +6057,15 @@
5999
6057
  "dblId": "e7088f66af364c72",
6000
6058
  "relatedDbl": "085defac6e17b9eb",
6001
6059
  "name": "Turkish Bible (YTC)",
6002
- "nameLocal": "Yorumsuz Türkçe Çeviri",
6060
+ "nameLocal": "Yorumsuz T\u00fcrk\u00e7e \u00c7eviri",
6003
6061
  "abbreviation": "YTC",
6004
6062
  "abbreviationLocal": "YTC",
6005
6063
  "description": "The Holy Bible in the Turkish Language, translated from the World English Bible",
6006
- "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",
6064
+ "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",
6007
6065
  "language": {
6008
6066
  "id": "tur",
6009
6067
  "name": "Turkish",
6010
- "nameLocal": "Türkçe",
6068
+ "nameLocal": "T\u00fcrk\u00e7e",
6011
6069
  "script": "Latin",
6012
6070
  "scriptDirection": "LTR"
6013
6071
  },
@@ -6015,12 +6073,12 @@
6015
6073
  {
6016
6074
  "id": "TR",
6017
6075
  "name": "Turkey",
6018
- "nameLocal": "Türkiye"
6076
+ "nameLocal": "T\u00fcrkiye"
6019
6077
  }
6020
6078
  ],
6021
6079
  "type": "audio",
6022
6080
  "updatedAt": "2025-12-04T02:47:24.000Z",
6023
- "copyright": "copyright © 2023-2025 İsmail Serinken and eBible.org CC-BY-ND",
6081
+ "copyright": "copyright \u00a9 2023-2025 \u0130smail Serinken and eBible.org CC-BY-ND",
6024
6082
  "info": null
6025
6083
  },
6026
6084
  {
@@ -6036,7 +6094,7 @@
6036
6094
  "language": {
6037
6095
  "id": "tur",
6038
6096
  "name": "Turkish",
6039
- "nameLocal": "Türkçe",
6097
+ "nameLocal": "T\u00fcrk\u00e7e",
6040
6098
  "script": "Latin",
6041
6099
  "scriptDirection": "LTR"
6042
6100
  },
@@ -6049,8 +6107,8 @@
6049
6107
  ],
6050
6108
  "type": "audio",
6051
6109
  "updatedAt": "2024-07-01T22:35:10.000Z",
6052
- "copyright": "Sesli Kutsal Kitap © The Bible Society in Turkey (Kitabı Mukaddes Şirketi) , 2016",
6053
- "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>"
6110
+ "copyright": "Sesli Kutsal Kitap \u00a9 The Bible Society in Turkey (Kitab\u0131 Mukaddes \u015eirketi) , 2016",
6111
+ "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>"
6054
6112
  },
6055
6113
  {
6056
6114
  "id": "6bec557a0f8341be-01",
@@ -6078,7 +6136,7 @@
6078
6136
  ],
6079
6137
  "type": "audio",
6080
6138
  "updatedAt": "2025-10-03T02:55:45.000Z",
6081
- "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",
6139
+ "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",
6082
6140
  "info": null
6083
6141
  },
6084
6142
  {
@@ -6107,19 +6165,19 @@
6107
6165
  ],
6108
6166
  "type": "audio",
6109
6167
  "updatedAt": "2025-10-03T03:38:10.000Z",
6110
- "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",
6168
+ "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",
6111
6169
  "info": null
6112
6170
  },
6113
6171
  {
6114
6172
  "id": "6e21c09d8edb4838-01",
6115
6173
  "dblId": "6e21c09d8edb4838",
6116
6174
  "relatedDbl": "78a78459948b4668,b6aee081108c0bc6",
6117
- "name": "Biblica® Open Akuapem Twi Contemporary Bible™, Audio Edition",
6118
- "nameLocal": "Biblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma, Nea Wotie",
6175
+ "name": "Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122, Audio Edition",
6176
+ "nameLocal": "Biblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma, Nea Wotie",
6119
6177
  "abbreviation": "OAKCB",
6120
6178
  "abbreviationLocal": "WAKNA",
6121
- "description": "Biblica® Open Akuapem Twi Contemporary Bible™, Audio Edition",
6122
- "descriptionLocal": "Biblica® Wonhia Akuapem Twi Nkwa Asɛm™ ho kwamma nhoma, Nea Wotie",
6179
+ "description": "Biblica\u00ae Open Akuapem Twi Contemporary Bible\u2122, Audio Edition",
6180
+ "descriptionLocal": "Biblica\u00ae Wonhia Akuapem Twi Nkwa As\u025bm\u2122 ho kwamma nhoma, Nea Wotie",
6123
6181
  "language": {
6124
6182
  "id": "twi",
6125
6183
  "name": "Twi",
@@ -6136,19 +6194,19 @@
6136
6194
  ],
6137
6195
  "type": "audio",
6138
6196
  "updatedAt": "2024-07-01T22:35:43.000Z",
6139
- "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.",
6197
+ "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.",
6140
6198
  "info": null
6141
6199
  },
6142
6200
  {
6143
6201
  "id": "03d2ea6f8f7c4a19-01",
6144
6202
  "dblId": "03d2ea6f8f7c4a19",
6145
6203
  "relatedDbl": "c97c5e017bdf893c,18f6cf27f7b43297",
6146
- "name": "Biblica® Open Asante Twi Contemporary Bible™, Audio Edition",
6147
- "nameLocal": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™, Deɛ Wɔtie",
6204
+ "name": "Biblica\u00ae Open Asante Twi Contemporary Bible\u2122, Audio Edition",
6205
+ "nameLocal": "Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122, De\u025b W\u0254tie",
6148
6206
  "abbreviation": "OASCB",
6149
6207
  "abbreviationLocal": "WASNA",
6150
- "description": "Biblica® Open Asante Twi Contemporary Bible™, Audio Edition",
6151
- "descriptionLocal": "Biblica® Wɔnhia ɛho kwamma nwoma Asante Twi Nkwa Asɛm™, Deɛ Wɔtie",
6208
+ "description": "Biblica\u00ae Open Asante Twi Contemporary Bible\u2122, Audio Edition",
6209
+ "descriptionLocal": "Biblica\u00ae W\u0254nhia \u025bho kwamma nwoma Asante Twi Nkwa As\u025bm\u2122, De\u025b W\u0254tie",
6152
6210
  "language": {
6153
6211
  "id": "twi",
6154
6212
  "name": "Twi",
@@ -6165,23 +6223,23 @@
6165
6223
  ],
6166
6224
  "type": "audio",
6167
6225
  "updatedAt": "2024-07-01T22:13:43.000Z",
6168
- "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.",
6226
+ "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.",
6169
6227
  "info": null
6170
6228
  },
6171
6229
  {
6172
6230
  "id": "039316d8ba074002-01",
6173
6231
  "dblId": "039316d8ba074002",
6174
6232
  "relatedDbl": "6c696cd1d82e2723",
6175
- "name": "Biblica® Open New Ukrainian Translation™, Audio Edition",
6176
- "nameLocal": "Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання",
6233
+ "name": "Biblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition",
6234
+ "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",
6177
6235
  "abbreviation": "ONPU",
6178
- "abbreviationLocal": "ВНПУ",
6179
- "description": "Biblica® Open New Ukrainian Translation™, Audio Edition",
6180
- "descriptionLocal": "Бібліка ® Відкрита Новий Переклад Українською™, Аудіовидання",
6236
+ "abbreviationLocal": "\u0412\u041d\u041f\u0423",
6237
+ "description": "Biblica\u00ae Open New Ukrainian Translation\u2122, Audio Edition",
6238
+ "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",
6181
6239
  "language": {
6182
6240
  "id": "ukr",
6183
6241
  "name": "Ukrainian",
6184
- "nameLocal": "Українська",
6242
+ "nameLocal": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430",
6185
6243
  "script": "Cyrillic",
6186
6244
  "scriptDirection": "LTR"
6187
6245
  },
@@ -6194,8 +6252,8 @@
6194
6252
  ],
6195
6253
  "type": "audio",
6196
6254
  "updatedAt": "2024-07-01T22:13:37.000Z",
6197
- "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.",
6198
- "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>"
6255
+ "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.",
6256
+ "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>"
6199
6257
  },
6200
6258
  {
6201
6259
  "id": "8dedc61e75b442ae-01",
@@ -6223,7 +6281,7 @@
6223
6281
  ],
6224
6282
  "type": "audio",
6225
6283
  "updatedAt": "2024-07-01T22:40:40.000Z",
6226
- "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",
6284
+ "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",
6227
6285
  "info": null
6228
6286
  },
6229
6287
  {
@@ -6252,7 +6310,7 @@
6252
6310
  ],
6253
6311
  "type": "audio",
6254
6312
  "updatedAt": "2024-07-01T22:28:19.000Z",
6255
- "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",
6313
+ "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",
6256
6314
  "info": null
6257
6315
  },
6258
6316
  {
@@ -6297,7 +6355,7 @@
6297
6355
  "language": {
6298
6356
  "id": "urd",
6299
6357
  "name": "Urdu",
6300
- "nameLocal": "اردو",
6358
+ "nameLocal": "\u0627\u0631\u062f\u0648",
6301
6359
  "script": "Devanagari",
6302
6360
  "scriptDirection": "LTR"
6303
6361
  },
@@ -6346,16 +6404,16 @@
6346
6404
  "id": "33e4ffc968884850-01",
6347
6405
  "dblId": "33e4ffc968884850",
6348
6406
  "relatedDbl": "5cc7093967a0a392",
6349
- "name": "Biblica® Open Vietnamese Contemporary Bible™, Audio Edition",
6350
- "nameLocal": "Biblica® Thiên Ban Kinh Thánh Hiện Đại™, Bảng Đọc Kinh Thánh",
6407
+ "name": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio Edition",
6408
+ "nameLocal": "Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122, B\u1ea3ng \u0110\u1ecdc Kinh Th\u00e1nh",
6351
6409
  "abbreviation": "OVCB",
6352
6410
  "abbreviationLocal": "OVCB",
6353
- "description": "Biblica® Open Vietnamese Contemporary Bible™, Audio Edition",
6354
- "descriptionLocal": "Biblica® Thiên Ban Kinh Thánh Hiện Đại™, Bảng Đọc Kinh Thánh",
6411
+ "description": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio Edition",
6412
+ "descriptionLocal": "Biblica\u00ae Thi\u00ean Ban Kinh Th\u00e1nh Hi\u1ec7n \u0110\u1ea1i\u2122, B\u1ea3ng \u0110\u1ecdc Kinh Th\u00e1nh",
6355
6413
  "language": {
6356
6414
  "id": "vie",
6357
6415
  "name": "Vietnamese",
6358
- "nameLocal": "Tiếng Việt",
6416
+ "nameLocal": "Ti\u1ebfng Vi\u1ec7t",
6359
6417
  "script": "Code for inherited script",
6360
6418
  "scriptDirection": "LTR"
6361
6419
  },
@@ -6368,8 +6426,8 @@
6368
6426
  ],
6369
6427
  "type": "audio",
6370
6428
  "updatedAt": "2024-07-01T22:23:35.000Z",
6371
- "copyright": "Biblica® Open Vietnamese Contemporary Bible™, Audio EditionAudio Copyright 2018 by Biblica, Inc. and Davar Partners International",
6372
- "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>"
6429
+ "copyright": "Biblica\u00ae Open Vietnamese Contemporary Bible\u2122, Audio EditionAudio Copyright \u2117 2018 by Biblica, Inc. and Davar Partners International",
6430
+ "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>"
6373
6431
  },
6374
6432
  {
6375
6433
  "id": "b7fe49e56e2e481f-01",
@@ -6426,7 +6484,7 @@
6426
6484
  ],
6427
6485
  "type": "audio",
6428
6486
  "updatedAt": "2025-10-03T02:01:23.000Z",
6429
- "copyright": "© The Word for the World Southern Africa and Pioneer Bible Translators, 2018 2018 Hosanna;",
6487
+ "copyright": "\u00a9 The Word for the World Southern Africa and Pioneer Bible Translators, 2018 \u2117 2018 Hosanna;",
6430
6488
  "info": null
6431
6489
  },
6432
6490
  {
@@ -6455,7 +6513,7 @@
6455
6513
  ],
6456
6514
  "type": "audio",
6457
6515
  "updatedAt": "2025-10-03T02:45:53.000Z",
6458
- "copyright": "© The Word for the World Southern Africa and Pioneer Bible Translators, 2018 2018 Hosanna;",
6516
+ "copyright": "\u00a9 The Word for the World Southern Africa and Pioneer Bible Translators, 2018 \u2117 2018 Hosanna;",
6459
6517
  "info": null
6460
6518
  },
6461
6519
  {
@@ -6489,23 +6547,23 @@
6489
6547
  ],
6490
6548
  "type": "audio",
6491
6549
  "updatedAt": "2025-10-03T03:33:09.000Z",
6492
- "copyright": " Artists for Israel International, 2022.",
6550
+ "copyright": "\u2117 Artists for Israel International, 2022.",
6493
6551
  "info": null
6494
6552
  },
6495
6553
  {
6496
6554
  "id": "2691a33c58f144c3-01",
6497
6555
  "dblId": "2691a33c58f144c3",
6498
6556
  "relatedDbl": "2ed679542fab921d,b8d1feac6e94bd74",
6499
- "name": "Biblica® Open Yoruba Contemporary Bible, Audio Edition",
6500
- "nameLocal": "Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó",
6557
+ "name": "Biblica\u00ae Open Yoruba Contemporary Bible, Audio Edition",
6558
+ "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",
6501
6559
  "abbreviation": "OYCB",
6502
6560
  "abbreviationLocal": "OYCB",
6503
- "description": "Biblica® Open Yoruba Contemporary Bible, Audio Edition",
6504
- "descriptionLocal": "Biblica® oore ọ̀fẹ́ láti lo Bíbélì Mímọ́ Èdè Yorùbá Òde-Òní™, Ẹ̀dà Aláfetígbó",
6561
+ "description": "Biblica\u00ae Open Yoruba Contemporary Bible, Audio Edition",
6562
+ "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",
6505
6563
  "language": {
6506
6564
  "id": "yor",
6507
6565
  "name": "Yoruba",
6508
- "nameLocal": "Yorùbá",
6566
+ "nameLocal": "Yor\u00f9b\u00e1",
6509
6567
  "script": "Latin",
6510
6568
  "scriptDirection": "LTR"
6511
6569
  },
@@ -6518,7 +6576,7 @@
6518
6576
  ],
6519
6577
  "type": "audio",
6520
6578
  "updatedAt": "2024-07-01T22:20:15.000Z",
6521
- "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.",
6579
+ "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.",
6522
6580
  "info": null
6523
6581
  },
6524
6582
  {
@@ -6547,7 +6605,7 @@
6547
6605
  ],
6548
6606
  "type": "audio",
6549
6607
  "updatedAt": "2025-10-03T02:17:19.000Z",
6550
- "copyright": "©2025 Seed Company in collaboration with Language Developers and Bible Translators Association",
6608
+ "copyright": "\u00a92025 Seed Company in collaboration with Language Developers and Bible Translators Association",
6551
6609
  "info": null
6552
6610
  }
6553
6611
  ]