bootstrap-markdown.ar.js 862 B

123456789101112131415161718192021222324
  1. /*
  2. * Arabic translation for bootstrap-markdown
  3. * George Ajam <george.ejaam@gmail.com>
  4. */
  5. (function ($) {
  6. $.fn.markdown.messages.nl = {
  7. 'Bold': "غامق",
  8. 'Italic': "مائل",
  9. 'Heading': "عنوان",
  10. 'URL/Link': "URL/رابط",
  11. 'Image': "صورة",
  12. 'List': "قائمة",
  13. 'Preview': "استعراض",
  14. 'strong text': "نص غامق",
  15. 'emphasized text': "نص هام",
  16. 'heading text': "العنوان",
  17. 'enter link description here': "ادخل وصف الرابط هنا",
  18. 'Insert Hyperlink': "ادخل الرابط هنا",
  19. 'enter image description here': "ادخل وصف الصورة هنا",
  20. 'Insert Image Hyperlink': "ادخل رابط الصورة هنا",
  21. 'enter image title here': "ادخل عنوان الصورة هنا",
  22. 'list text here': "اكتب النص هنا"
  23. };
  24. }(jQuery));