1234567891011121314151617181920212223242526272829 |
- /**
- * @license
- * Copyright Google Inc. All Rights Reserved.
- *
- * Use of this source code is governed by an MIT-style license that can be
- * found in the LICENSE file at https://angular.io/license
- */
- export default [
- [
- ['կգ․', 'կօ․', 'առվ', 'ցրկ', 'երկ', 'գշր'],
- [
- 'կեսգիշեր', 'կեսօր', 'առավոտյան', 'ցերեկը', 'երեկոյան',
- 'գիշերը'
- ],
- [
- 'կեսգիշերին', 'կեսօրին', 'առավոտյան', 'ցերեկը',
- 'երեկոյան', 'գիշերը'
- ]
- ],
- [
- ['կեսգիշեր', 'կեսօր', 'առավոտ', 'ցերեկ', 'երեկո', 'գիշեր'],
- ,
- ],
- [
- '00:00', '12:00', ['06:00', '12:00'], ['12:00', '18:00'], ['18:00', '24:00'],
- ['00:00', '06:00']
- ]
- ];
- //# sourceMappingURL=hy.js.map
|