ze-react-component-library
Version:
ZeroETP React Component Library
37 lines • 1.45 kB
JavaScript
export var DEFAULT_LOCALE_ZH = {
everyText: "每",
emptyMonths: "某月",
emptyMonthDays: "某天",
emptyMonthDaysShort: "某天",
emptyWeekDays: "周几",
emptyWeekDaysShort: "周几",
emptyHours: "小时",
emptyMinutes: "分钟",
emptyMinutesForHourPeriod: "每",
yearOption: "年",
monthOption: "月",
weekOption: "周",
dayOption: "天",
hourOption: "小时",
minuteOption: "分钟",
rebootOption: "重置",
prefixPeriod: "每",
prefixMonths: ":",
prefixMonthDays: ":",
prefixWeekDays: ":",
prefixWeekDaysForMonthAndYearPeriod: "且",
prefixHours: ":",
prefixMinutes: ":",
prefixMinutesForHourPeriod: ":",
suffixMinutesForHourPeriod: "分钟(s)",
errorInvalidCron: "不合法的表达式",
clearButtonText: "清除",
weekDays: [// Order is important, the index will be used as value
"周天", "周一", "周二", "周三", "周四", "周五", "周六"],
months: [// Order is important, the index will be used as value
"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
// Order is important, the index will be used as value
altWeekDays: ["周天", "周一", "周二", "周三", "周四", "周五", "周六"],
// Order is important, the index will be used as value
altMonths: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
};