ml_IN.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'ml_IN',
  5. today: 'ഇന്ന്',
  6. now: 'ഇപ്പോൾ',
  7. backToToday: 'ഇന്നത്തെ ദിവസത്തിലേക്ക് തിരിച്ചു പോകുക',
  8. ok: 'ശരിയാണ്',
  9. clear: 'നീക്കം ചെയ്യുക',
  10. week: 'ആഴ്ച',
  11. month: 'മാസം',
  12. year: 'വർഷം',
  13. timeSelect: 'സമയം തിരഞ്ഞെടുക്കുക',
  14. dateSelect: 'ദിവസം തിരഞ്ഞെടുക്കുക',
  15. weekSelect: 'വാരം തിരഞ്ഞെടുക്കുക',
  16. monthSelect: 'മാസം തിരഞ്ഞെടുക്കുക',
  17. yearSelect: 'വർഷം തിരഞ്ഞെടുക്കുക',
  18. decadeSelect: 'ദശാബ്ദം തിരഞ്ഞെടുക്കുക',
  19. dateFormat: 'M/D/YYYY',
  20. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  21. previousMonth: 'കഴിഞ്ഞ മാസം (PageUp)',
  22. nextMonth: 'അടുത്ത മാസം (PageDown)',
  23. previousYear: 'കഴിഞ്ഞ വർഷം (Control + left)',
  24. nextYear: 'അടുത്ത വർഷം (Control + right)',
  25. previousDecade: 'കഴിഞ്ഞ ദശാബ്ദം',
  26. nextDecade: 'അടുത്ത ദശാബ്ദം',
  27. previousCentury: 'കഴിഞ്ഞ നൂറ്റാണ്ട്',
  28. nextCentury: 'അടുത്ത നൂറ്റാണ്ട്'
  29. });
  30. export default locale;