Update jquery.cron.locale.js
This commit is contained in:
parent
477172e352
commit
93d6a0f98e
@ -98,6 +98,55 @@ JQUERY_CRON_LOCALE.de = {
|
||||
'in': 'im' // in jan, apr
|
||||
};
|
||||
|
||||
JQUERY_CRON_LOCALE.cn = {
|
||||
ORDINALS: {
|
||||
th: 'th',
|
||||
st: 'st',
|
||||
nd: 'nd',
|
||||
rd: 'rd'
|
||||
},
|
||||
MONTH: [
|
||||
'Jan',
|
||||
'Feb',
|
||||
'Mar',
|
||||
'Apr',
|
||||
'May',
|
||||
'Jun',
|
||||
'Jul',
|
||||
'Aug',
|
||||
'Sep',
|
||||
'Oct',
|
||||
'Nov',
|
||||
'Dec'
|
||||
],
|
||||
DOW: [
|
||||
'Sun',
|
||||
'Mon',
|
||||
'Tue',
|
||||
'Wed',
|
||||
'Thu',
|
||||
'Fri',
|
||||
'Sat'
|
||||
],
|
||||
'Every': 'Every', // start of expression
|
||||
'and': 'and', // 1, 2, 3 and 15th
|
||||
'every day': 'every day',
|
||||
'minute past the': 'minute past the',
|
||||
'hour': 'hour',
|
||||
'minute': 'minute',
|
||||
'minute of': 'minute of',
|
||||
'second': 'second',
|
||||
'second in minute': 'second in minute',
|
||||
'second of every': 'second of every',
|
||||
'minute every hour': 'minute every hour',
|
||||
'on the': 'on the',
|
||||
'of every month': 'of every month',
|
||||
'and every': 'and every',
|
||||
'At': 'At',
|
||||
'on': 'on', // on sun, mon
|
||||
'in': 'in' // in jan, apr
|
||||
};
|
||||
|
||||
JQUERY_CRON_LOCALE.ru = {
|
||||
ORDINALS: {
|
||||
th: '',
|
||||
|
Loading…
Reference in New Issue
Block a user