ta_IN.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ta_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;