ml_IN.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ml_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: 'കഴിഞ്ഞ മാസം (PageUp)',
  27. nextMonth: 'അടുത്ത മാസം (PageDown)',
  28. previousYear: 'കഴിഞ്ഞ വർഷം (Control + left)',
  29. nextYear: 'അടുത്ത വർഷം (Control + right)',
  30. previousDecade: 'കഴിഞ്ഞ ദശാബ്ദം',
  31. nextDecade: 'അടുത്ത ദശാബ്ദം',
  32. previousCentury: 'കഴിഞ്ഞ നൂറ്റാണ്ട്',
  33. nextCentury: 'അടുത്ത നൂറ്റാണ്ട്'
  34. };
  35. var _default = exports.default = locale;