| 1 |
(function (global, factory) { |
| 2 |
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
| 3 |
typeof define === 'function' && define.amd ? define(['exports'], factory) : |
| 4 |
(global = global || self, factory(global.zh = {})); |
| 5 |
}(this, (function (exports) { 'use strict'; |
| 6 |
|
| 7 |
var fp = typeof window !== "undefined" && window.flatpickr !== undefined |
| 8 |
? window.flatpickr |
| 9 |
: { |
| 10 |
l10ns: {}, |
| 11 |
}; |
| 12 |
var Mandarin = { |
| 13 |
weekdays: { |
| 14 |
shorthand: ["周日", "周一", "周二", "周三", "周四", "周五", "周� |
| 15 |
�"], |
| 16 |
longhand: [ |
| 17 |
"星期日", |
| 18 |
"星期一", |
| 19 |
"星期二", |
| 20 |
"星期三", |
| 21 |
"星期四", |
| 22 |
"星期五", |
| 23 |
"星期� |
| 24 |
�", |
| 25 |
], |
| 26 |
}, |
| 27 |
months: { |
| 28 |
shorthand: [ |
| 29 |
"一月", |
| 30 |
"二月", |
| 31 |
"三月", |
| 32 |
"四月", |
| 33 |
"五月", |
| 34 |
"� |
| 35 |
�月", |
| 36 |
"七月", |
| 37 |
"� |
| 38 |
�月", |
| 39 |
"九月", |
| 40 |
"十月", |
| 41 |
"十一月", |
| 42 |
"十二月", |
| 43 |
], |
| 44 |
longhand: [ |
| 45 |
"一月", |
| 46 |
"二月", |
| 47 |
"三月", |
| 48 |
"四月", |
| 49 |
"五月", |
| 50 |
"� |
| 51 |
�月", |
| 52 |
"七月", |
| 53 |
"� |
| 54 |
�月", |
| 55 |
"九月", |
| 56 |
"十月", |
| 57 |
"十一月", |
| 58 |
"十二月", |
| 59 |
], |
| 60 |
}, |
| 61 |
rangeSeparator: " 至 ", |
| 62 |
weekAbbreviation: "周", |
| 63 |
scrollTitle: "滚动切换", |
| 64 |
toggleTitle: "点击切换 12/24 小时时制", |
| 65 |
}; |
| 66 |
fp.l10ns.zh = Mandarin; |
| 67 |
var zh = fp.l10ns; |
| 68 |
|
| 69 |
exports.Mandarin = Mandarin; |
| 70 |
exports.default = zh; |
| 71 |
|
| 72 |
Object.defineProperty(exports, '__esModule', { value: true }); |
| 73 |
|
| 74 |
}))); |
| 75 |
|