ta_IN.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'ta_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;