ml.js 1.4KB

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', '06:00'], ['06:00', '12:00'], ['12:00', '14:00'],
  33. ['14:00', '15:00'], ['15:00', '18:00'], ['18:00', '19:00'], ['19:00', '03:00']
  34. ]
  35. ];
  36. //# sourceMappingURL=ml.js.map