bn.js 925B

1234567891011121314151617181920212223242526272829303132
  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. ['04:00', '06:00'], ['06:00', '12:00'], ['12:00', '16:00'], ['16:00', '18:00'],
  29. ['18:00', '20:00'], ['20:00', '04:00']
  30. ]
  31. ];
  32. //# sourceMappingURL=bn.js.map