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