hi_IN.js 1.1 KB

123456789101112131415161718192021222324252627282930
  1. const locale = {
  2. locale: 'hi_IN',
  3. today: 'आज',
  4. now: 'अभी',
  5. backToToday: 'आज तक',
  6. ok: 'ठीक',
  7. clear: 'स्पष्ट',
  8. month: 'महीना',
  9. year: 'साल',
  10. timeSelect: 'समय का चयन करें',
  11. dateSelect: 'तारीख़ चुनें',
  12. weekSelect: 'एक सप्ताह चुनें',
  13. monthSelect: 'एक महीना चुनें',
  14. yearSelect: 'एक वर्ष चुनें',
  15. decadeSelect: 'एक दशक चुनें',
  16. yearFormat: 'YYYY',
  17. dateFormat: 'M/D/YYYY',
  18. dayFormat: 'D',
  19. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  20. monthBeforeYear: true,
  21. previousMonth: 'पिछला महीना (पेजअप)',
  22. nextMonth: 'अगले महीने (पेजडाउन)',
  23. previousYear: 'पिछले साल (Ctrl + बाएं)',
  24. nextYear: 'अगले साल (Ctrl + दाहिना)',
  25. previousDecade: 'पिछला दशक',
  26. nextDecade: 'अगले दशक',
  27. previousCentury: 'पीछ्ली शताब्दी',
  28. nextCentury: 'अगली सदी'
  29. };
  30. export default locale;