Tafsir As-Saadi

Multiple Ayahs

Tags

Download Links

Tafsir As-Saadi tafsir for Surah Al-Mujadila — Ayah 7

أَلَمۡ تَرَ أَنَّ ٱللَّهَ يَعۡلَمُ مَا فِي ٱلسَّمَٰوَٰتِ وَمَا فِي ٱلۡأَرۡضِۖ مَا يَكُونُ مِن نَّجۡوَىٰ ثَلَٰثَةٍ إِلَّا هُوَ رَابِعُهُمۡ وَلَا خَمۡسَةٍ إِلَّا هُوَ سَادِسُهُمۡ وَلَآ أَدۡنَىٰ مِن ذَٰلِكَ وَلَآ أَكۡثَرَ إِلَّا هُوَ مَعَهُمۡ أَيۡنَ مَا كَانُواْۖ ثُمَّ يُنَبِّئُهُم بِمَا عَمِلُواْ يَوۡمَ ٱلۡقِيَٰمَةِۚ إِنَّ ٱللَّهَ بِكُلِّ شَيۡءٍ عَلِيمٌ ٧
Allahu është Mbikëqyrësi i gjithçkaje. A nuk e di ti se Allahu di për gjithçka që gjendet në qiej dhe për gjithçka që gjendet në Tokë?! - Allahu i Madhëruar është dëshmues dhe i ditur për çështjet e shfaqura e ato të fshehura, për të dukshmet dhe për ato që mbahen të fshehta. Dituria e Tij përfshin çdo gjë në qiej dhe në Tokë, e vogël apo e madhe. Gjithashtu, Allahu i Madhëruar na tregon se:Nuk bëhet bisedë e fshehtë mes tre vetave, që Ai të mos jetë i katërti e as mes pesë vetave, që Ai të mos jetë i gjashti e as mes më pak dhe as mes më shumë vetave, që Ai të mos jetë me ta, kudo që të jenë. – Kjo do të thotë që Allahu është pranë robërve me diturinë e Tij absolute, duke ditur me hollësi edhe bisedat e tyre më të fshehta. Për këtë arsye, Ai thotë më pas:Më pas, Ditën e Kijametit, Ai do t’i njoftojë ata për çfarë kanë bërë. Allahu Di gjithçka. - Allahu është pranë tyre me diturinë e Tij gjithëpërfshirëse, prandaj edhe shpërblimi i Tij për veprat do të jetë i drejtë dhe korrekt.

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.