English to Arabic Converter

Type in English letters and see real-time conversion to Arabic script.

📝 Type in English
0 characters
Translating...
Final conversion to Arabic format applied.

How to Use - كيفية الاستخدام

×

🎯 Getting Started

This tool converts English text (typed phonetically) into Arabic script.

📝 How to Type

  • Suggestions: Start typing in English (e.g., *marhaba*). Suggestions will appear above the text area.
  • Conversion: When you press Spacebar or Enter, the English word you just typed will be converted to the top Arabic translation.
  • Use Suggestions: Click any blue suggestion chip (including the original English word) to insert it followed by a space.
  • Pasting Text: You can paste English text. The conversion of pasted words happens when you type a space/enter after them.
  • Final Conversion Button: Click the 'Apply Final Conversion' button to apply any final formatting.

🎯 الشروع في العمل

تقوم هذه الأداة بتحويل النص الإنجليزي (المكتوب صوتيًا) إلى نص Arabic.

📝 كيفية الكتابة

  • الاقتراحات: فقط ابدأ الكتابة باللغة الإنجليزية (مثل *marhaba*). ستظهر الاقتراحات فوق منطقة النص.
  • التحويل: عندما تضغط على مفتاح المسافة أو Enter، سيتم تحويل الكلمة الإنجليزية التي كتبتها للتو إلى أفضل ترجمة Arabic.
  • استخدام الاقتراحات: انقر فوق أي شريحة اقتراح زرقاء (بما في ذلك الكلمة الإنجليزية الأصلية) لإدراجها متبوعة بمسافة.
  • لصق النص: يمكنك لصق نص باللغة الإنجليزية. يحدث تحويل الكلمات التي تم لصقها عند كتابة مسافة/إدخال بعدها.
  • زر التحويل النهائي: انقر فوق الزر 'Apply Final Conversion' لتطبيق أي تنسيق نهائي على النص بأكمله.
'); printWindow.document.close(); setTimeout(() => { printWindow.print(); }, 250); }); clearBtn.addEventListener('click', () => { inputEditor.value = ''; suggestions.style.display = 'none'; // Hide suggestions inputEditor.style.marginTop = defaultEditorMarginTop; // Reset margin if(charCount) charCount.textContent = '0'; }); inputEditor.addEventListener('copy', (event) => { /* ... unchanged ... */ const selectedText = window.getSelection().toString(); if (selectedText && selectedText.length > 0) { showNotification('Text copied!'); } }); // --- Modal functionality (Unchanged) --- if (helpBtn && modal && closeBtn) { helpBtn.onclick = function() { modal.style.display = 'block'; } closeBtn.onclick = function() { modal.style.display = 'none'; } window.onclick = function(event) { if (event.target == modal) { modal.style.display = 'none'; } } document.querySelectorAll(tabClass).forEach(tab => { tab.addEventListener('click', () => { document.querySelectorAll(tabClass).forEach(t => t.classList.remove(activeTabClass)); document.querySelectorAll(tabContentClass).forEach(tc => tc.classList.remove(activeTabClass)); tab.classList.add(activeTabClass); const tabId = tab.getAttribute('data-tab'); document.getElementById(prefix + '-' + tabId).classList.add(activeTabClass); }); }); } })();

Menu