hi_IN.js 1.2 KB

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