ta_IN.js 1.4 KB

123456789101112131415161718192021222324252627282930
  1. const locale = {
  2. locale: 'ta_IN',
  3. today: 'இன்று',
  4. now: 'இப்போது',
  5. backToToday: 'இன்றுக்கு திரும்பு',
  6. ok: 'சரி',
  7. clear: 'அழி',
  8. month: 'மாதம்',
  9. year: 'வருடம்',
  10. timeSelect: 'நேரத்தைத் தேர்ந்தெடு',
  11. dateSelect: 'தேதியைத் தேர்ந்தெடு',
  12. weekSelect: 'வாரத்தைத் தேர்வுசெய்க',
  13. monthSelect: 'மாதத்தைத் தேர்வுசெய்க',
  14. yearSelect: 'வருடத்தைத் தேர்வுசெய்க',
  15. decadeSelect: 'தசாப்தத்தைத் தேர்வுசெய்க',
  16. yearFormat: 'YYYY',
  17. dateFormat: 'M/D/YYYY',
  18. dayFormat: 'D',
  19. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  20. monthBeforeYear: true,
  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;