acron.js 319 Bytes
Newer Older
shuiluo's avatar
shuiluo committed
1 2
export default {
    'corn.title': ['Cron 控件', 'Cron Component'],
shuiluo's avatar
shuiluo committed
3 4 5 6 7
    'corn.expression': ['corn表达式', 'Corn Expression'],
    'corn.close': ['关闭', 'Close'],
    'corn.second': ['', 'second'],
    'corn.everySecond': ['每一秒钟', 'Every Second'],
    'corn.everyOther': ['每隔', 'Every Other'],
shuiluo's avatar
shuiluo committed
8
};