ta-LK.js 1.3KB

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export default [
  9. [
  10. [
  11. 'நள்.', 'நண்.', 'அதி.', 'கா.', 'மதி.', 'பிற்.', 'மா.',
  12. 'அந்தி மா.', 'இர.'
  13. ],
  14. [
  15. 'நள்ளிரவு', 'நண்பகல்', 'அதிகாலை', 'காலை',
  16. 'மதியம்', 'பிற்பகல்', 'மாலை',
  17. 'அந்தி மாலை', 'இரவு'
  18. ],
  19. ],
  20. [
  21. [
  22. 'நள்.', 'நண்.', 'அதி.', 'கா.', 'மதி.', 'பிற்.', 'மா.',
  23. 'அந்தி மா.', 'இ.'
  24. ],
  25. [
  26. 'நள்ளிரவு', 'நண்பகல்', 'அதிகாலை', 'காலை',
  27. 'மதியம்', 'பிற்பகல்', 'மாலை',
  28. 'அந்தி மாலை', 'இரவு'
  29. ],
  30. ],
  31. [
  32. '00:00', '12:00', ['03:00', '05:00'], ['05:00', '12:00'], ['12:00', '14:00'],
  33. ['14:00', '16:00'], ['16:00', '18:00'], ['18:00', '21:00'], ['21:00', '03:00']
  34. ]
  35. ];
  36. //# sourceMappingURL=ta-LK.js.map