acron.js 1.51 KB
Newer Older
shuiluo's avatar
shuiluo committed
1 2
export default {
    'corn.title': ['Cron 控件', 'Cron Component'],
shuiluo's avatar
shuiluo committed
3 4
    'corn.expression': ['corn表达式', 'Corn Expression'],
    'corn.close': ['关闭', 'Close'],
shuiluo's avatar
shuiluo committed
5
    'corn.second': ['', 'Second'],
shuiluo's avatar
shuiluo committed
6 7
    'corn.everySecond': ['每一秒钟', 'Every Second'],
    'corn.everyOther': ['每隔', 'Every Other'],
shuiluo's avatar
shuiluo committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
    'corn.specificSeconds': ['具体秒数(可多选)', 'Specific seconds (multiple choices)'],
    'corn.everyMinute': ['每一分钟', 'Every Minute'],
    'corn.minute': ['', 'Minute'],
    'corn.specificMinutes': ['具体分钟数(可多选)', 'Specific minutes (multiple choices)'],
    'corn.specificYear': ['具体年份(可多选)', 'Specific year (multiple choices)'],
    'corn.everyYear': ['每一年', 'Every Year'],
    'corn.year': ['', 'Year'],
    'corn.specificMonths': ['具体月数(可多选)', 'Specific months (multiple choices)'],
    'corn.everyMonth': ['每一月', 'Every Month'],
    'corn.month': ['', 'Month'],
    'corn.lastmonth': ['在这个月的最后一天', 'On the last day of the month'],
    'corn.lastWorkingDay': ['在这个月的最后一个工作日', 'On the last working day of the month'],
    'corn.specificDays': ['具体天数(可多选)', 'Specific days (multiple choices)'],
    'corn.specificDayOfWeek': ['具体星期几(可多选)', 'Specific day of the week (multiple choices)'],
    'corn.day': ['', 'Day'],
    'corn.everyDay': ['每一天', 'Every single day'],
    'corn.specificHours': ['具体小时数(可多选)', 'Specific hours (multiple choices)'],
shuiluo's avatar
shuiluo committed
25
};