@angular/common
Version:
Angular - commonly needed directives and services
35 lines • 1.06 kB
JavaScript
/**
* @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', ['04:00', '11:00'], ['11:00', '14:00'], ['14:00', '18:00'], ['18:00', '22:00'],
['22:00', '04:00']
]
];
//# sourceMappingURL=bg.js.map