messages_hi.py 2.1 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": "",
  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. }