Tafheem e Qur'an - Syed Abu Ali Maududi

Ayah by Ayah

Tags

Download Links

Tafheem e Qur'an - Syed Abu Ali Maududi translation for Surah Al-Munafiqun — Ayah 3

63:3
ذَٰلِكَ بِأَنَّهُمۡ ءَامَنُواْ ثُمَّ كَفَرُواْ فَطُبِعَ عَلَىٰ قُلُوبِهِمۡ فَهُمۡ لَا يَفۡقَهُونَ ٣
کیسی بُری حرکتیں ہیں جو یہ لوگ کر رہے ہیں۔ یہ سب کچھ اس وجہ سے ہے کہ ان لوگوں نے ایمان لا کر پھر  کفر کیا اس لیے ان کے دلوں پر مہر لگا دی گئی، اب یہ کچھ نہیں سمجھتے۔1
Footnotes
  • [1] اس آیت میں ایمان لانے سے مراد ایمان کا اقرار کر کے مسلمانوں میں شامل ہونا ہے۔ اور کفر کر نے سے مراد دل سے ایمان نہ لانا اور اسی کفر پر قائم رہنا ہے جس پر وہ اپنے ظاہری اقرار ایمان سے پہلے قائم تھے۔ کلام کا مدعا یہ ہے کہ جب انہوں نے خوب سوچ سمجھ کر سیدھے سیدھے  ایمان یا صاف صاف کفر کا طریقہ اختیار رکنے کے بجائے یہ منافقانہ روش اختیار کرنے کا فیصلہ کیا تو اللہ تعالیٰ کی طرف سے ان کے دلوں پر مہر لگا دی گئی اور ان سے یہ توفیق سلب کر لی گئی کہ وہ ایک سچے اور بے لاگ اور شریف انسان کا سا رویہ اختیار کریں۔ اب ان کی سمجھ بوجھ کی صلاحیت مفقود ہو چکی ہے۔ ان کی اخلاقی حس مر چکی ہے۔ انہیں اس راہ پر چلتے ہوئے کبھی یہ احساس تک نہیں ہوتا کہ یہ شب و روز کا جھوٹ اور یہ ہر وقت کا مکر و فریب اور یہ قول و فعل کا دائمی تضاد، کیسی ذلیل حالت ہے جس میں انہوں نے اپنے آپ کو مبتلا کر لیا ہے۔ یہ آیت من جملہ ان آیات کے ہے جن میں اللہ کی طرف سے کسی کے دل پر مہر لگانے کا مطلب بالکل واضح طریقہ سے بیان کر دیا گیا ہے۔ ان منافقین کی یہ حالت اس وجہ سے نہیں ہوئی کہ اللہ نے ان کے دلوں پر مہر لگا دی تھی اس لیے ایمان ان کے اندر اتر ہی نہ سکا اور وہ مجبوراً منافق بن کر رہ گئے۔ بلکہ اس نے ان کے دلوں پر یہ مہر اس وقت لگائی جب انہوں نے اظہار ایمان کرنے کے باوجود کفر پر قائم رہنے کا فیصلہ کر لیا۔ تب ان سے مخلصانہ ایمان اور اس سے پیدا ہونے والے اخلاقی رویہ کی توفیق سلب کر لی گئی اور اس منافقت اور منافقانہ اخلاق ہی کی توفیق انہیں دے دی گئی جسے انہوں نے خود اپنے لیے پسند کیا تھا۔  

Translations are available in both JSON and SQLite database formats. Some translation has footnotes as well, footnotes are embedded in the translation text using sup HTML tag. To support a wide range of applications, including websites, mobile apps, and desktop tools, we provide multiple export formats for translations.

Available export formats:

1. Nested Array Structure

Translations are grouped by Surah. Each Surah is an array containing translations for each Ayah in order. This format export translations as simple text, no formatting, no footnotes.

[
  ["translation of 1:1", "translation of 1:2"], ...
  ["translation of 2:1", "translation of 2:2"]
]

2. Key-Value Structure

Each translation is stored with the Ayah reference (e.g. 1:1) as the key and the translated text as the value. This format also exports translations as simple text, no formatting, no footnotes etc.

{
  "1:1": "translation of 1:1",
  "1:2": "translation of 1:2",
  ...
  "114:6": "translation of 114:6"
}

Translations with Footnotes

Translations with footnotes are available in three more formats:

1. Footnotes as Tags Format

Footnotes are embedded using a <sup> tag with a foot_note attribute. Footnote contents are stored separately under f key.

{
  "88:17": {
    "t": "Do the disbelievers not see how rain clouds are formed <sup foot_note=\"77646\">1</sup>",
    "f": {
      "77646": "The word ibl can mean 'camel' as well as 'rain cloud'..."
    }
  }
}

2. Inline Footnote Format

Footnotes are inserted directly using double square brackets e.g([[this is footnote]])

{
  "88:17": "Do the disbelievers not see how rain clouds are formed [[The word ibl can mean 'camel' as well as 'rain cloud'...]]"
}

3. Text Chunks Format

In chunks export format, text is divided into chunks. Each chunk could be a simple text or an object. Object can be either footnote or a formatting tag. This format is useful for applications can't directly render the HTML tags. Here is an example of Bridges` translation for Surah An-Nas , Ayah 6:

Above translation will be exported in chunks as:

<i class="s">(from the whisperers)</i>among the race of unseen beings<sup foot_note="81506">1</sup>and mankind.”

      [
      {"type":"i","text":"(from the whisperers)"}, // first chunk, should be formatted as italic
      "among the race of unseen beings", //second chunk in simple text
      {"type":"f","f":"81506","text":"1"}, // third chunk is a footnote,
      "and mankind.”"
      ]