a zip code crypto-currency system good for red ONLY

mr.js 1.1KB

12345678910111213141516171819202122232425262728
  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. '00:00', '12:00', ['04:00', '06:00'], ['06:00', '12:00'], ['12:00', '16:00'],
  25. ['16:00', '18:00'], ['18:00', '21:00'], ['21:00', '04:00']
  26. ]
  27. ];
  28. //# sourceMappingURL=mr.js.map