From 93d6a0f98e7bfd0a556c423c154a1f6efbba670d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 8 Aug 2018 16:05:50 +0800 Subject: [PATCH] Update jquery.cron.locale.js --- admin/jquery.cron.locale.js | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/admin/jquery.cron.locale.js b/admin/jquery.cron.locale.js index 892cab1..54be8b4 100644 --- a/admin/jquery.cron.locale.js +++ b/admin/jquery.cron.locale.js @@ -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: '',