Bosnian Abridged Explanation of the Quran

Multiple Ayahs

Tags

Download Links

Bosnian Abridged Explanation of the Quran tafsir for Surah At-Tahrim — Ayah 8

يَٰٓأَيُّهَا ٱلَّذِينَ ءَامَنُواْ تُوبُوٓاْ إِلَى ٱللَّهِ تَوۡبَةٗ نَّصُوحًا عَسَىٰ رَبُّكُمۡ أَن يُكَفِّرَ عَنكُمۡ سَيِّـَٔاتِكُمۡ وَيُدۡخِلَكُمۡ جَنَّٰتٖ تَجۡرِي مِن تَحۡتِهَا ٱلۡأَنۡهَٰرُ يَوۡمَ لَا يُخۡزِي ٱللَّهُ ٱلنَّبِيَّ وَٱلَّذِينَ ءَامَنُواْ مَعَهُۥۖ نُورُهُمۡ يَسۡعَىٰ بَيۡنَ أَيۡدِيهِمۡ وَبِأَيۡمَٰنِهِمۡ يَقُولُونَ رَبَّنَآ أَتۡمِمۡ لَنَا نُورَنَا وَٱغۡفِرۡ لَنَآۖ إِنَّكَ عَلَىٰ كُلِّ شَيۡءٖ قَدِيرٞ ٨
O vi koji vjerujete u Allaha i radite po Njegovim naredbama, pokajte se Allahu iskreno za vaše grijehe, kako bi Gospodar vaš pobrisao vaše loše postupke i uveo vas u džennetske vrtove ispod čijih dvorova i drveća teku rijeke, na dan kada Allah neće poniziti Vjerovjesika i one koji s njim vjeruju tako što ih neće uvesti u Vatru. Tog dana će svjetlo ići ispred njih i sa njihove desne strane, dok budu na sirat ćupriji. Oni će tada govoriti: Naš Gospodaru, upotpuni nam svjetlo kako bismo u Džennet ušli i ne daj da budemo kao licemjeri čije će se svjetlo ugasiti na sirat ćupriji. Oprosti nam naše grijehe, jer Ti možeš sve i ništa Te ne može zaustaviti da naše svjetlo upotpuniš i grijehe nam oprostiš.

Tafsir Resource

QUL supports exporting tafsir content in both JSON and SQLite formats. Tafsir text may include <html> tags for formatting such as <b>, <i>, etc.

Example JSON Format:

{
  "2:3": {
    "text": "tafisr text.",
    "ayah_keys": ["2:3", "2:4"]
  },
  "2:4": "2:3"
}
  • Keys in the JSON are "ayah_key" in "surah:ayah", e.g. "2:3" means 3rd ayah of Surah Al-Baqarah.
  • The value of ayah key can either be:
    • an object — this is the main tafsir group. It includes:
      • text: the tafsir content (can include HTML)
      • ayah_keys: an array of ayah keys this tafsir applies to
    • a string — this indicates the tafsir is part of a group. The string points to the ayah_key where the tafsir text can be found.

SQLite exports includes the following columns

  • ayah_key: the ayah for which this record applies.
  • group_ayah_key: the ayah key that contains the main tafsir text (used for shared tafsir).
  • from_ayah / to_ayah: start and end ayah keys for convenience (optional).
  • ayah_keys: comma-separated list of all ayah keys that this tafsir covers.
  • text: tafsir text. If blank, use the text from the group_ayah_key.