messages_ur.py 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d منٹ کا مطالعہ باقی",
  5. "(active)": "(فعال)",
  6. "Also available in:": "ان میں بھی دستیاب:",
  7. "Archive": "آرکائیو",
  8. "Authors": "مصنفین",
  9. "Categories": "زمرے",
  10. "Comments": "تبصرے",
  11. "LANGUAGE": "اردو",
  12. "Languages:": "زبانیں:",
  13. "More posts about %s": "%s کے بارے میں مزید تحاریر",
  14. "Newer posts": "نئی تحاریر",
  15. "Next post": "اگلی تحریر",
  16. "No posts found.": "کوئی تحریر نہیں مل سکی۔",
  17. "Nothing found.": "کچھ نہیں مل سکا۔",
  18. "Older posts": "پرانی تحاریر",
  19. "Original site": "اصلی سائٹ",
  20. "Posted:": "اشاعت:",
  21. "Posts about %s": "%s کے بارے میں تحاریر",
  22. "Posts by %s": "%s کی تحاریر",
  23. "Posts for year %s": "سال %s کی تحاریر",
  24. "Posts for {month} {day}, {year}": "{day} {month}، {year} کی تحاریر",
  25. "Posts for {month} {year}": "{month} {year} کی تحاریر",
  26. "Previous post": "پچھلی تحریر",
  27. "Publication date": "تاریخِ اشاعت",
  28. "RSS feed": "آر ایس ایس فیڈ",
  29. "Read in English": "اردو میں پڑھیں",
  30. "Read more": "مزید پڑھیں",
  31. "Skip to main content": "مرکزی متن پر جائیں",
  32. "Source": "سورس",
  33. "Subcategories:": "ذیلی زمرے",
  34. "Tags and Categories": "ٹیگز اور زمرے",
  35. "Tags": "ٹیگز",
  36. "Uncategorized": "",
  37. "Updates": "تازہ ترین",
  38. "Write your page here.": "اپنے صفحے کا متن یہاں لکھیں۔",
  39. "Write your post here.": "اپنی تحریر یہاں لکھیں۔",
  40. "old posts, page %d": "پرانی تحاریر صفحہ %d",
  41. "page %d": "صفحہ %d",
  42. }