hy.js 899B

1234567891011121314151617181920212223242526272829
  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. '00:00', '12:00', ['06:00', '12:00'], ['12:00', '18:00'], ['18:00', '24:00'],
  26. ['00:00', '06:00']
  27. ]
  28. ];
  29. //# sourceMappingURL=hy.js.map