Socket
Socket
Sign inDemoInstall

cronstrue

Package Overview
Dependencies
0
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.2.0

4

dist/cronstrue-i18n.min.js

@@ -1,2 +0,2 @@

!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("cronstrue",[],e):"object"==typeof exports?exports.cronstrue=e():t.cronstrue=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=n(6);r.ExpressionDescriptor.initialize(new o.allLocalesLoader),t.exports=r.ExpressionDescriptor},function(t,e,n){"use strict";var r=n(2),o=n(3),u=function(){function t(e,n){this.expression=e,this.options=n,this.expressionParts=new Array(5),t.locales[n.locale]?this.i18n=t.locales[n.locale]:this.i18n=t.locales.en,void 0===n.use24HourTimeFormat&&(n.use24HourTimeFormat=this.i18n.Use24HourTimeFormatByDefault())}return t.toString=function(e,n){var r=void 0===n?{}:n,o=r.throwExceptionOnParseError,u=void 0===o||o,i=r.verbose,p=void 0!==i&&i,a=r.dayOfWeekStartIndexZero,s=void 0===a||a,c=r.use24HourTimeFormat,y=r.locale,f=void 0===y?"en":y,h={throwExceptionOnParseError:u,verbose:p,dayOfWeekStartIndexZero:s,use24HourTimeFormat:c,locale:f},d=new t(e,h);return d.getFullDescription()},t.initialize=function(e){t.specialCharacters=["/","-",",","*"],e.load(t.locales)},t.locale=function(t){},t.prototype.getFullDescription=function(){var t="";try{var e=new o.CronParser(this.expression,this.options.dayOfWeekStartIndexZero);this.expressionParts=e.parse();var n=this.getTimeOfDayDescription(),r=this.getDayOfMonthDescription(),u=this.getMonthDescription(),i=this.getDayOfWeekDescription(),p=this.getYearDescription();t+=n+r+i+u+p,t=this.transformVerbosity(t,this.options.verbose),t=t.charAt(0).toLocaleUpperCase()+t.substr(1)}catch(a){if(this.options.throwExceptionOnParseError)throw""+a;t=this.i18n.AnErrorOccuredWhenGeneratingTheExpressionD()}return t},t.prototype.getTimeOfDayDescription=function(){var e=this.expressionParts[0],n=this.expressionParts[1],o=this.expressionParts[2],u="";if(r.StringUtilities.containsAny(n,t.specialCharacters)||r.StringUtilities.containsAny(o,t.specialCharacters)||r.StringUtilities.containsAny(e,t.specialCharacters))if(!(n.indexOf("-")>-1)||n.indexOf(",")>-1||r.StringUtilities.containsAny(o,t.specialCharacters))if(o.indexOf(",")>-1&&!r.StringUtilities.containsAny(n,t.specialCharacters)){var i=o.split(",");u+=this.i18n.At();for(var p=0;p<i.length;p++)u+=" ",u+=this.formatTime(i[p],n,""),p<i.length-2&&(u+=","),p==i.length-2&&(u+=this.i18n.SpaceAnd())}else{var a=this.getSecondsDescription(),s=this.getMinutesDescription(),c=this.getHoursDescription();u+=a,u.length>0&&(u+=", "),u+=s,u.length>0&&(u+=", "),u+=c}else{var y=n.split("-");u+=r.StringUtilities.format(this.i18n.EveryMinuteBetweenX0AndX1(),this.formatTime(o,y[0],""),this.formatTime(o,y[1],""))}else u+=this.i18n.AtSpace()+this.formatTime(o,n,e);return u},t.prototype.getSecondsDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[0],this.i18n.EverySecond(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.EveryX0Seconds(),e)},function(e){return t.i18n.SecondsX0ThroughX1PastTheMinute()},function(e){return"0"==e?"":parseInt(e)<20?t.i18n.AtX0SecondsPastTheMinute():t.i18n.AtX0SecondsPastTheMinuteGt20()||t.i18n.AtX0SecondsPastTheMinute()});return e},t.prototype.getMinutesDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[1],this.i18n.EveryMinute(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.EveryX0Minutes(),e)},function(e){return t.i18n.MinutesX0ThroughX1PastTheHour()},function(e){try{return"0"==e?"":parseInt(e)<20?t.i18n.AtX0MinutesPastTheHour():t.i18n.AtX0MinutesPastTheHourGt20()||t.i18n.AtX0MinutesPastTheHour()}catch(n){return t.i18n.AtX0MinutesPastTheHour()}});return e},t.prototype.getHoursDescription=function(){var t=this,e=this.expressionParts[2],n=this.getSegmentDescription(e,this.i18n.EveryHour(),function(e){return t.formatTime(e,"0","")},function(e){return r.StringUtilities.format(t.i18n.EveryX0Hours(),e)},function(e){return t.i18n.BetweenX0AndX1()},function(e){return t.i18n.AtX0()});return n},t.prototype.getDayOfWeekDescription=function(){var t=this,e=this.i18n.DaysOfTheWeek(),n=this.getSegmentDescription(this.expressionParts[5],this.i18n.ComaEveryDay(),function(t){var n=t;return t.indexOf("#")>-1?n=t.substr(0,t.indexOf("#")):t.indexOf("L")>-1&&(n=n.replace("L","")),e[parseInt(n)]},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0DaysOfTheWeek(),e)},function(e){return t.i18n.ComaX0ThroughX1()},function(e){var n=null;if(e.indexOf("#")>-1){var r=e.substring(e.indexOf("#")+1),o=null;switch(r){case"1":o=t.i18n.First();break;case"2":o=t.i18n.Second();break;case"3":o=t.i18n.Third();break;case"4":o=t.i18n.Forth();break;case"5":o=t.i18n.Fifth()}n=t.i18n.ComaOnThe()+o+t.i18n.SpaceX0OfTheMonth()}else n=e.indexOf("L")>-1?t.i18n.ComaOnTheLastX0OfTheMonth():t.i18n.ComaOnlyOnX0();return n});return n},t.prototype.getMonthDescription=function(){var t=this,e=this.i18n.MonthsOfTheYear(),n=this.getSegmentDescription(this.expressionParts[4],"",function(t){return e[parseInt(t)-1]},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0Months(),e)},function(e){return t.i18n.ComaMonthX0ThroughMonthX1()||t.i18n.ComaX0ThroughX1()},function(e){return t.i18n.ComaOnlyInX0()});return n},t.prototype.getDayOfMonthDescription=function(){var t=this,e=null,n=this.expressionParts[3];switch(n){case"L":e=this.i18n.ComaOnTheLastDayOfTheMonth();break;case"WL":case"LW":e=this.i18n.ComaOnTheLastWeekdayOfTheMonth();break;default:var o=n.match(/(\d{1,2}W)|(W\d{1,2})/);if(o){var u=parseInt(o[0].replace("W","")),i=1==u?this.i18n.FirstWeekday():r.StringUtilities.format(this.i18n.WeekdayNearestDayX0(),u.toString());e=r.StringUtilities.format(this.i18n.ComaOnTheX0OfTheMonth(),i);break}e=this.getSegmentDescription(n,this.i18n.ComaEveryDay(),function(t){return t},function(e){return"1"==e?t.i18n.ComaEveryDay():t.i18n.ComaEveryX0Days()},function(e){return t.i18n.ComaBetweenDayX0AndX1OfTheMonth()},function(e){return t.i18n.ComaOnDayX0OfTheMonth()})}return e},t.prototype.getYearDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[6],"",function(t){return/^\d+$/.test(t)?new Date(parseInt(t),1).getFullYear().toString():t},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0Years(),e)},function(e){return t.i18n.ComaYearX0ThroughYearX1()||t.i18n.ComaX0ThroughX1()},function(e){return t.i18n.ComaOnlyInX0()});return e},t.prototype.getSegmentDescription=function(t,e,n,o,u,i){var p=this,a=null;if(t)if("*"===t)a=e;else if(r.StringUtilities.containsAny(t,["/","-",","]))if(t.indexOf("/")>-1){var s=t.split("/");if(a=r.StringUtilities.format(o(s[1]),n(s[1])),s[0].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(s[0],u,n);0!=c.indexOf(", ")&&(a+=", "),a+=c}else if(!r.StringUtilities.containsAny(s[0],["*",","])){var y=r.StringUtilities.format(i(s[0]),n(s[0]));y=y.replace(", ",""),a+=r.StringUtilities.format(this.i18n.CommaStartingX0(),y)}}else if(t.indexOf(",")>-1){for(var s=t.split(","),f="",h=0;h<s.length;h++)if(h>0&&s.length>2&&(f+=",",h<s.length-1&&(f+=" ")),h>0&&s.length>1&&(h==s.length-1||2==s.length)&&(f+=this.i18n.SpaceAndSpace()),s[h].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(s[h],function(t){return p.i18n.ComaX0ThroughX1()},n);c=c.replace(", ",""),f+=c}else f+=n(s[h]);a=r.StringUtilities.format(i(t),f)}else t.indexOf("-")>-1&&(a=this.generateBetweenSegmentDescription(t,u,n));else a=r.StringUtilities.format(i(t),n(t));else a="";return a},t.prototype.generateBetweenSegmentDescription=function(t,e,n){var o="",u=t.split("-"),i=n(u[0]),p=n(u[1]);p=p.replace(":00",":59");var a=e(t);return o+=r.StringUtilities.format(a,i,p)},t.prototype.formatTime=function(t,e,n){var r=parseInt(t),o="";this.options.use24HourTimeFormat||(o=r>=12?" PM":" AM",r>12&&(r-=12));var u=e,i="";return n&&(i=":"+("00"+n).substring(n.length)),("00"+r.toString()).substring(r.toString().length)+":"+("00"+u.toString()).substring(u.toString().length)+i+o},t.prototype.transformVerbosity=function(t,e){return e||(t=t.replace(new RegExp(this.i18n.ComaEveryMinute(),"g"),""),t=t.replace(new RegExp(this.i18n.ComaEveryHour(),"g"),""),t=t.replace(new RegExp(this.i18n.ComaEveryDay(),"g"),"")),t},t.locales={},t}();e.ExpressionDescriptor=u},function(t,e){"use strict";var n=function(){function t(){}return t.format=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return t.replace(/%s/g,function(){return e.shift()})},t.containsAny=function(t,e){return e.some(function(e){return t.indexOf(e)>-1})},t}();e.StringUtilities=n},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=!0),this.expression=t,this.dayOfWeekStartIndexZero=e}return t.prototype.parse=function(){if(!this.expression)throw new Error("Expression is empty");var t=this.expression.trim().split(" ");if(t.length<5)throw new Error("Expression only has "+t.length+" parts. At least 5 part are required.");if(5==t.length)t.unshift(""),t.push("");else if(6==t.length)/\d{4}$/.test(t[5])?t.unshift(""):t.push("");else if(t.length>7)throw new Error("Expression has "+t.length+" parts; too many!");return this.normalizeExpression(t),t},t.prototype.normalizeExpression=function(t){t[3]=t[3].replace("?","*"),t[5]=t[5].replace("?","*"),0==t[0].indexOf("0/")&&(t[0]=t[0].replace("0/","*/")),0==t[1].indexOf("0/")&&(t[1]=t[1].replace("0/","*/")),0==t[2].indexOf("0/")&&(t[2]=t[2].replace("0/","*/")),0==t[3].indexOf("1/")&&(t[3]=t[3].replace("1/","*/")),0==t[4].indexOf("1/")&&(t[4]=t[4].replace("1/","*/")),0==t[5].indexOf("1/")&&(t[5]=t[5].replace("1/","*/")),0==t[6].indexOf("1/")&&(t[6]=t[6].replace("1/","*/")),this.dayOfWeekStartIndexZero||(t[5]=t[5].replace(/(^\d)|([^#\/\s]\d)+/g,function(t){var e=t.replace(/\D/,""),n=(parseInt(e)-1).toString();return t.replace(e,n)})),"?"==t[3]&&(t[3]="*");var e={SUN:0,MON:1,TUE:2,WED:3,THU:4,FRI:5,SAT:6};for(var n in e)t[5]=t[5].replace(new RegExp(n,"g"),e[n].toString());var r={JAN:1,FEB:2,MAR:3,APR:4,MAY:5,JUN:6,JUL:7,AUG:8,SEP:9,OCT:10,NOV:11,DEC:12};for(var o in r)t[4]=t[4].replace(new RegExp(o,"g"),r[o].toString());"0"==t[0]&&(t[0]="");for(var u=0;u<t.length;u++)if("*/1"==t[u]&&(t[u]="*"),t[u].indexOf("/")>-1&&!/^\*|\-|\,/.test(t[u])){var i=null;switch(u){case 4:i="12";break;case 5:i="6";break;case 6:i="9999";break;default:i=null}if(null!=i){var p=t[u].split("/");t[u]=p[0]+"-"+i+"/"+p[1]}}},t}();e.CronParser=n},,function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.EveryMinute=function(){return"every minute"},t.prototype.EveryHour=function(){return"every hour"},t.prototype.AtSpace=function(){return"At "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Every minute between %s and %s"},t.prototype.At=function(){return"At"},t.prototype.SpaceAnd=function(){return" and"},t.prototype.EverySecond=function(){return"every second"},t.prototype.EveryX0Seconds=function(){return"every %s seconds"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},t.prototype.AtX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.EveryX0Minutes=function(){return"every %s minutes"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.AtX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.EveryX0Hours=function(){return"every %s hours"},t.prototype.BetweenX0AndX1=function(){return"between %s and %s"},t.prototype.AtX0=function(){return"at %s"},t.prototype.ComaEveryDay=function(){return", every day"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.ComaX0ThroughX1=function(){return", %s through %s"},t.prototype.First=function(){return"first"},t.prototype.Second=function(){return"second"},t.prototype.Third=function(){return"third"},t.prototype.Forth=function(){return"forth"},t.prototype.Fifth=function(){return"fifth"},t.prototype.ComaOnThe=function(){return", on the "},t.prototype.SpaceX0OfTheMonth=function(){return" %s of the month"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},t.prototype.ComaOnlyOnX0=function(){return", only on %s"},t.prototype.ComaEveryX0Months=function(){return", every %s months"},t.prototype.ComaOnlyInX0=function(){return", only in %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},t.prototype.FirstWeekday=function(){return"first weekday"},t.prototype.WeekdayNearestDayX0=function(){return"weekday nearest day %s"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", on the %s of the month"},t.prototype.ComaEveryX0Days=function(){return", every %s days"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", on day %s of the month"},t.prototype.SpaceAndSpace=function(){return" and "},t.prototype.ComaEveryMinute=function(){return", every minute"},t.prototype.ComaEveryHour=function(){return", every hour"},t.prototype.ComaEveryX0Years=function(){return", every %s years"},t.prototype.CommaStartingX0=function(){return", starting %s"},t.prototype.DaysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},t.prototype.MonthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},t}();e.en=n},function(t,e,n){"use strict";var r=n(7),o=function(){function t(){}return t.prototype.load=function(t){for(var e in r)r.hasOwnProperty(e)&&(t[e]=new r[e])},t}();e.allLocalesLoader=o},function(t,e,n){"use strict";var r=n(5);e.en=r.en;var o=n(8);e.de=o.de;var u=n(9);e.es=u.es;var i=n(10);e.fr=i.fr;var p=n(11);e.it=p.it;var a=n(12);e.nl=a.nl;var s=n(13);e.nb=s.nb;var c=n(14);e.pl=c.pl;var y=n(15);e.pt_BR=y.pt_BR;var f=n(16);e.ro=f.ro;var h=n(17);e.ru=h.ru;var d=n(18);e.tr=d.tr;var m=n(19);e.uk=m.uk;var l=n(20);e.zh_CN=l.zh_CN},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.EveryMinute=function(){return"jede Minute"},t.prototype.EveryHour=function(){return"jede Stunde"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.AtSpace=function(){return"Um "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Jede Minute zwischen %s und %s"},t.prototype.At=function(){return"Um"},t.prototype.SpaceAnd=function(){return" und"},t.prototype.EverySecond=function(){return"Jede Sekunde"},t.prototype.EveryX0Seconds=function(){return"alle %s Sekunden"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"Sekunden %s bis %s"},t.prototype.AtX0SecondsPastTheMinute=function(){return"bei Sekunde %s"},t.prototype.EveryX0Minutes=function(){return"alle %s Minuten"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"Minuten %s bis %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"bei Minute %s"},t.prototype.EveryX0Hours=function(){return"alle %s Stunden"},t.prototype.BetweenX0AndX1=function(){return"zwischen %s und %s"},t.prototype.AtX0=function(){return"um %s"},t.prototype.ComaEveryDay=function(){return", jeden Tag"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.ComaX0ThroughX1=function(){return", %s bis %s"},t.prototype.First=function(){return"ersten"},t.prototype.Second=function(){return"zweiten"},t.prototype.Third=function(){return"dritten"},t.prototype.Forth=function(){return"vierten"},t.prototype.Fifth=function(){return"fünften"},t.prototype.ComaOnThe=function(){return", am "},t.prototype.SpaceX0OfTheMonth=function(){return" %s des Monats"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", am letzten %s des Monats"},t.prototype.ComaOnlyOnX0=function(){return", nur am %s"},t.prototype.ComaEveryX0Months=function(){return", alle %s Monate"},t.prototype.ComaOnlyInX0=function(){return", nur im %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", am letzten Tag des Monats"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", am letzten Werktag des Monats"},t.prototype.FirstWeekday=function(){return"ersten Werktag"},t.prototype.WeekdayNearestDayX0=function(){return"Werktag am nächsten zum %s Tag"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", am %s des Monats"},t.prototype.ComaEveryX0Days=function(){return", alle %s Tage"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", zwischen Tag %s und %s des Monats"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", am %s Tag des Monats"},t.prototype.SpaceAndSpace=function(){return" und "},t.prototype.ComaEveryMinute=function(){return", jede Minute"},t.prototype.ComaEveryHour=function(){return", jede Stunde"},t.prototype.ComaEveryX0Years=function(){return", alle %s Jahre"},t.prototype.CommaStartingX0=function(){return", beginnend %s"},t.prototype.DaysOfTheWeek=function(){return["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},t.prototype.MonthsOfTheYear=function(){return["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},t}();e.de=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."},t.prototype.At=function(){return"A las"},t.prototype.AtSpace=function(){return"A las "},t.prototype.AtX0=function(){return"a las %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"a los %s minutos de la hora"},t.prototype.AtX0SecondsPastTheMinute=function(){return"a los %s segundos del minuto"},t.prototype.BetweenX0AndX1=function(){return"entre las %s y las %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", entre los días %s y %s del mes"},t.prototype.ComaEveryDay=function(){return", cada día"},t.prototype.ComaEveryHour=function(){return", cada hora"},t.prototype.ComaEveryMinute=function(){return", cada minuto"},t.prototype.ComaEveryX0Days=function(){return", cada %s días"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", cada %s días de la semana"},t.prototype.ComaEveryX0Months=function(){return", cada %s meses"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", el día %s del mes"},t.prototype.ComaOnlyInX0=function(){return", sólo en %s"},t.prototype.ComaOnlyOnX0=function(){return", sólo el %s"},t.prototype.ComaOnThe=function(){return", en el "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", en el último día del mes"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", en el último día de la semana del mes"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", en el último %s del mes"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", en el %s del mes"},t.prototype.ComaX0ThroughX1=function(){return", de %s a %s"},t.prototype.EveryHour=function(){return"cada hora"},t.prototype.EveryMinute=function(){return"cada minuto"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"cada minuto entre las %s y las %s"},t.prototype.EverySecond=function(){return"cada segundo"},t.prototype.EveryX0Hours=function(){return"cada %s horas"},t.prototype.EveryX0Minutes=function(){return"cada %s minutos"},t.prototype.EveryX0Seconds=function(){return"cada %s segundos"},t.prototype.Fifth=function(){return"quinto"},t.prototype.First=function(){return"primero"},t.prototype.FirstWeekday=function(){return"primer día de la semana"},t.prototype.Forth=function(){return"cuarto"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"del minuto %s al %s pasada la hora"},t.prototype.Second=function(){return"segundo"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"En los segundos %s al %s de cada minuto"},t.prototype.SpaceAnd=function(){return" y"},t.prototype.SpaceAndSpace=function(){return" y "},t.prototype.SpaceX0OfTheMonth=function(){return" %s del mes"},t.prototype.Third=function(){return"tercer"},t.prototype.WeekdayNearestDayX0=function(){return"día de la semana más próximo al %s"},t.prototype.ComaEveryX0Years=function(){return", cada %s años"},t.prototype.CommaStartingX0=function(){return", comenzando %s"},t.prototype.DaysOfTheWeek=function(){return["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},t.prototype.MonthsOfTheYear=function(){return["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},t}();e.es=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.EveryMinute=function(){return"toutes les minutes"},t.prototype.EveryHour=function(){return"toutes les heures"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe."},t.prototype.AtSpace=function(){return"À "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Toutes les minutes entre %s et %s"},t.prototype.At=function(){return"À"},t.prototype.SpaceAnd=function(){return" et"},t.prototype.EverySecond=function(){return"toutes les secondes"},t.prototype.EveryX0Seconds=function(){return"toutes les %s secondes"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"les secondes entre %s et %s après la minute"},t.prototype.AtX0SecondsPastTheMinute=function(){return"%s secondes après la minute"},t.prototype.EveryX0Minutes=function(){return"toutes les %s minutes"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"les minutes entre %s et %s après l'heure"},t.prototype.AtX0MinutesPastTheHour=function(){return"%s minutes après l'heure"},t.prototype.EveryX0Hours=function(){return"toutes les %s heures"},t.prototype.BetweenX0AndX1=function(){return"de %s à %s"},t.prototype.AtX0=function(){return"à %s"},t.prototype.ComaEveryDay=function(){return", tous les jours"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.ComaX0ThroughX1=function(){return", de %s à %s"},t.prototype.First=function(){return"premier"},t.prototype.Second=function(){return"second"},t.prototype.Third=function(){return"troisième"},t.prototype.Forth=function(){return"quatrième"},t.prototype.Fifth=function(){return"cinquième"},t.prototype.ComaOnThe=function(){return", le "},t.prototype.SpaceX0OfTheMonth=function(){return" %s du mois"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", le dernier %s du mois"},t.prototype.ComaOnlyOnX0=function(){return", uniquement le %s"},t.prototype.ComaEveryX0Months=function(){return", tous les %s mois"},t.prototype.ComaOnlyInX0=function(){return", uniquement en %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", le dernier jour du mois"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", le dernier jour ouvrable du mois"},t.prototype.FirstWeekday=function(){return"premier jour ouvrable"},t.prototype.WeekdayNearestDayX0=function(){return"jour ouvrable le plus proche du %s"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", le %s du mois"},t.prototype.ComaEveryX0Days=function(){return", tous les %s jours"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", du %s au %s du mois"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", le %s du mois"},t.prototype.SpaceAndSpace=function(){return" et "},t.prototype.ComaEveryMinute=function(){return", toutes les minutes"},t.prototype.ComaEveryHour=function(){return", toutes les heures"},t.prototype.ComaEveryX0Years=function(){return", tous les %s ans"},t.prototype.ComaDaysX0ThroughX1=function(){return", du %s au %s"},t.prototype.WeekSpaceAndSpace=function(){return" et le "},t.prototype.CommaStartingX0=function(){return", départ %s"},t.prototype.DaysOfTheWeek=function(){return["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},t.prototype.MonthsOfTheYear=function(){return["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},t}();e.fr=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron."},t.prototype.At=function(){return"Alle"},t.prototype.AtSpace=function(){return"Alle "},t.prototype.AtX0=function(){return"alle %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"al %s minuto passata l'ora"},t.prototype.AtX0SecondsPastTheMinute=function(){return"al %s secondo passato il minuto"},t.prototype.BetweenX0AndX1=function(){return"tra le %s e le %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", tra il giorno %s e %s del mese"},t.prototype.ComaEveryDay=function(){return", ogni giorno"},t.prototype.ComaEveryHour=function(){return", ogni ora"},t.prototype.ComaEveryMinute=function(){return", ogni minuto"},t.prototype.ComaEveryX0Days=function(){return", ogni %s giorni"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", ogni %s giorni della settimana"},t.prototype.ComaEveryX0Months=function(){return", ogni %s mesi"},t.prototype.ComaEveryX0Years=function(){return", ogni %s anni"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", il giorno %s del mese"},t.prototype.ComaOnlyInX0=function(){return", solo in %s"},t.prototype.ComaOnlyOnX0=function(){return", solo il %s"},t.prototype.ComaOnThe=function(){return", il "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", l'ultimo giorno del mese"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", nell'ultima settimana del mese"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", l'ultimo %s del mese"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", il %s del mese"},t.prototype.ComaX0ThroughX1=function(){return", %s al %s"},t.prototype.EveryHour=function(){return"ogni ora"},t.prototype.EveryMinute=function(){return"ogni minuto"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Ogni minuto tra le %s e le %s"},t.prototype.EverySecond=function(){return"ogni secondo"},t.prototype.EveryX0Hours=function(){return"ogni %s ore"},t.prototype.EveryX0Minutes=function(){return"ogni %s minuti"},t.prototype.EveryX0Seconds=function(){return"ogni %s secondi"},t.prototype.Fifth=function(){return"quinto"},t.prototype.First=function(){return"primo"},t.prototype.FirstWeekday=function(){return"primo giorno della settimana"},t.prototype.Forth=function(){return"quarto"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minuti %s al %s dopo l'ora"},t.prototype.Second=function(){return"secondo"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"secondi %s al %s oltre il minuto"},t.prototype.SpaceAnd=function(){return" e"},t.prototype.SpaceAndSpace=function(){return" e "},t.prototype.SpaceX0OfTheMonth=function(){return" %s del mese"},t.prototype.Third=function(){return"terzo"},t.prototype.WeekdayNearestDayX0=function(){return"giorno della settimana più vicino al %s"},t.prototype.CommaStartingX0=function(){return", a partire %s"},t.prototype.DaysOfTheWeek=function(){return["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},t.prototype.MonthsOfTheYear=function(){return["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},t}();e.it=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.EveryMinute=function(){return"elke minuut"},t.prototype.EveryHour=function(){return"elk uur"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens."},t.prototype.AtSpace=function(){return"Op "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Elke minuut tussen %s en %s"},t.prototype.At=function(){return"Op"},t.prototype.SpaceAnd=function(){return" en"},t.prototype.EverySecond=function(){return"elke seconde"},t.prototype.EveryX0Seconds=function(){return"elke %s seconden"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"seconden %s t/m %s na de minuut"},t.prototype.AtX0SecondsPastTheMinute=function(){return"op %s seconden na de minuut"},t.prototype.EveryX0Minutes=function(){return"elke %s minuten"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minuut %s t/m %s na het uur"},t.prototype.AtX0MinutesPastTheHour=function(){return"op %s minuten na het uur"},t.prototype.EveryX0Hours=function(){return"elke %s uur"},t.prototype.BetweenX0AndX1=function(){return"tussen %s en %s"},t.prototype.AtX0=function(){return"op %s"},t.prototype.ComaEveryDay=function(){return", elke dag"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", elke %s dagen van de week"},t.prototype.ComaX0ThroughX1=function(){return", %s t/m %s"},t.prototype.First=function(){return"eerste"},t.prototype.Second=function(){return"tweede"},t.prototype.Third=function(){return"derde"},t.prototype.Forth=function(){return"vierde"},t.prototype.Fifth=function(){return"vijfde"},t.prototype.ComaOnThe=function(){return", op de "},t.prototype.SpaceX0OfTheMonth=function(){return" %s van de maand"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", op de laatste %s van de maand"},t.prototype.ComaOnlyOnX0=function(){return", alleen op %s"},t.prototype.ComaEveryX0Months=function(){return", elke %s maanden"},t.prototype.ComaOnlyInX0=function(){return", alleen in %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", op de laatste dag van de maand"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", op de laatste werkdag van de maand";
},t.prototype.FirstWeekday=function(){return"eerste werkdag"},t.prototype.WeekdayNearestDayX0=function(){return"werkdag dichtst bij dag %s"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", op de %s van de maand"},t.prototype.ComaEveryX0Days=function(){return", elke %s dagen"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", tussen dag %s en %s van de maand"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", op dag %s van de maand"},t.prototype.SpaceAndSpace=function(){return" en "},t.prototype.ComaEveryMinute=function(){return", elke minuut"},t.prototype.ComaEveryHour=function(){return", elk uur"},t.prototype.ComaEveryX0Years=function(){return", elke %s jaren"},t.prototype.CommaStartingX0=function(){return", beginnend %s"},t.prototype.DaysOfTheWeek=function(){return["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},t.prototype.MonthsOfTheYear=function(){return["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},t}();e.nl=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"En feil intraff ved generering av uttrykksbeskrivelse. Sjekk cron syntaks."},t.prototype.At=function(){return"På"},t.prototype.AtSpace=function(){return"På "},t.prototype.AtX0=function(){return"på %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"på %s minutter etter timen"},t.prototype.AtX0SecondsPastTheMinute=function(){return"på %s sekunder etter minuttet"},t.prototype.BetweenX0AndX1=function(){return"mellom %s og %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", mellom dag %s og %s av måneden"},t.prototype.ComaEveryDay=function(){return", hver dag"},t.prototype.ComaEveryHour=function(){return", hver time"},t.prototype.ComaEveryMinute=function(){return", hvert minutt"},t.prototype.ComaEveryX0Days=function(){return", hver %s dag"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", hver %s ukedag"},t.prototype.ComaEveryX0Months=function(){return", hver %s måned]"},t.prototype.ComaEveryX0Years=function(){return", hvert %s år"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", på dag %s av måneden"},t.prototype.ComaOnlyInX0=function(){return", bare i %s"},t.prototype.ComaOnlyOnX0=function(){return", bare på %s"},t.prototype.ComaOnThe=function(){return", på den "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", på den siste dagen i måneden"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", på den siste ukedagen i måneden"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", på den siste %s av måneden"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", på den %s av måneden"},t.prototype.ComaX0ThroughX1=function(){return", %s til og med %s"},t.prototype.EveryHour=function(){return"hver time"},t.prototype.EveryMinute=function(){return"hvert minutt"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Hvert minutt mellom %s og %s"},t.prototype.EverySecond=function(){return"hvert sekund"},t.prototype.EveryX0Hours=function(){return"hver %s time"},t.prototype.EveryX0Minutes=function(){return"hvert %s minutt"},t.prototype.EveryX0Seconds=function(){return"hvert %s sekund"},t.prototype.Fifth=function(){return"femte"},t.prototype.First=function(){return"første"},t.prototype.FirstWeekday=function(){return"første ukedag"},t.prototype.Forth=function(){return"fjede"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minuttene fra %s til og med %s etter timen"},t.prototype.Second=function(){return"sekund"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"sekundene fra %s til og med %s etter minuttet"},t.prototype.SpaceAnd=function(){return" og"},t.prototype.SpaceAndSpace=function(){return" og "},t.prototype.SpaceX0OfTheMonth=function(){return" %s av måneden"},t.prototype.Third=function(){return"tredje"},t.prototype.WeekdayNearestDayX0=function(){return"ukedag nærmest dag %s"},t.prototype.CommaStartingX0=function(){return", starter %s"},t.prototype.DaysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},t.prototype.MonthsOfTheYear=function(){return["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},t}();e.nb=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron."},t.prototype.At=function(){return"O"},t.prototype.AtSpace=function(){return"O "},t.prototype.AtX0=function(){return"o %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"w %s minucie"},t.prototype.AtX0SecondsPastTheMinute=function(){return"w %s sekundzie"},t.prototype.BetweenX0AndX1=function(){return"od %s do %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", od %s-ego do %s-ego dnia miesiąca"},t.prototype.ComaEveryDay=function(){return", co dzień"},t.prototype.ComaEveryHour=function(){return", co godzinę"},t.prototype.ComaEveryMinute=function(){return", co minutę"},t.prototype.ComaEveryX0Days=function(){return", co %s dni"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", co %s dni tygodnia"},t.prototype.ComaEveryX0Months=function(){return", co %s miesięcy"},t.prototype.ComaEveryX0Years=function(){return", co %s lat"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", %s-ego dnia miesiąca"},t.prototype.ComaOnlyInX0=function(){return", tylko %s"},t.prototype.ComaOnlyOnX0=function(){return", tylko %s"},t.prototype.ComaOnThe=function(){return", "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", ostatni dzień miesiąca"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", ostatni dzień roboczy miesiąca"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", ostatni %s miesiąca"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", %s miesiąca"},t.prototype.ComaX0ThroughX1=function(){return", od %s do %s"},t.prototype.EveryHour=function(){return"co godzinę"},t.prototype.EveryMinute=function(){return"co minutę"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Co minutę od %s do %s"},t.prototype.EverySecond=function(){return"co sekundę"},t.prototype.EveryX0Hours=function(){return"co %s godzin"},t.prototype.EveryX0Minutes=function(){return"co %s minut"},t.prototype.EveryX0Seconds=function(){return"co %s sekund"},t.prototype.Fifth=function(){return"piąty"},t.prototype.First=function(){return"pierwszy"},t.prototype.FirstWeekday=function(){return"pierwszy dzień roboczy"},t.prototype.Forth=function(){return"czwarty"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.Second=function(){return"drugi"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.SpaceAnd=function(){return" i"},t.prototype.SpaceAndSpace=function(){return" i "},t.prototype.SpaceX0OfTheMonth=function(){return" %s miesiąca"},t.prototype.Third=function(){return"trzeci"},t.prototype.WeekdayNearestDayX0=function(){return"dzień roboczy najbliższy %s-ego dnia"},t.prototype.CommaStartingX0=function(){return", startowy %s"},t.prototype.DaysOfTheWeek=function(){return["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},t.prototype.MonthsOfTheYear=function(){return["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]},t}();e.pl=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocorreu um erro ao gerar a descrição da expressão Cron."},t.prototype.At=function(){return"às"},t.prototype.AtSpace=function(){return"às "},t.prototype.AtX0=function(){return"Às %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"aos %s minutos da hora"},t.prototype.AtX0SecondsPastTheMinute=function(){return"aos %s segundos do minuto"},t.prototype.BetweenX0AndX1=function(){return"entre %s e %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", entre os dias %s e %s do mês"},t.prototype.ComaEveryDay=function(){return", a cada dia"},t.prototype.ComaEveryHour=function(){return", a cada hora"},t.prototype.ComaEveryMinute=function(){return", a cada minuto"},t.prototype.ComaEveryX0Days=function(){return", a cada %s dias"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", a cada %s dias de semana"},t.prototype.ComaEveryX0Months=function(){return", a cada %s meses"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", no dia %s do mês"},t.prototype.ComaOnlyInX0=function(){return", somente em %s"},t.prototype.ComaOnlyOnX0=function(){return", somente de %s"},t.prototype.ComaOnThe=function(){return", na "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", no último dia do mês"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", no último dia da semana do mês"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", na última %s do mês"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", no %s do mês"},t.prototype.ComaX0ThroughX1=function(){return", de %s a %s"},t.prototype.EveryHour=function(){return"a cada hora"},t.prototype.EveryMinute=function(){return"a cada minuto"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"a cada minuto entre %s e %s"},t.prototype.EverySecond=function(){return"a cada segundo"},t.prototype.EveryX0Hours=function(){return"a cada %s horas"},t.prototype.EveryX0Minutes=function(){return"a cada %s minutos"},t.prototype.EveryX0Seconds=function(){return"a cada %s segundos"},t.prototype.Fifth=function(){return"quinta"},t.prototype.First=function(){return"primeira"},t.prototype.FirstWeekday=function(){return"primeiro dia da semana"},t.prototype.Forth=function(){return"quarta"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"do minuto %s até %s de cada hora"},t.prototype.Second=function(){return"segunda"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"No segundo %s até %s de cada minuto"},t.prototype.SpaceAnd=function(){return" e"},t.prototype.SpaceAndSpace=function(){return" e "},t.prototype.SpaceX0OfTheMonth=function(){return" %s do mês"},t.prototype.Third=function(){return"terceira"},t.prototype.WeekdayNearestDayX0=function(){return"dia da semana mais próximo do dia %s"},t.prototype.ComaEveryX0Years=function(){return", a cada %s anos"},t.prototype.CommaStartingX0=function(){return", iniciando %s"},t.prototype.DaysOfTheWeek=function(){return["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},t.prototype.MonthsOfTheYear=function(){return["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},t}();e.pt_BR=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Eroare la generarea descrierii. Verificați sintaxa."},t.prototype.At=function(){return"La"},t.prototype.AtSpace=function(){return"La "},t.prototype.AtX0=function(){return"la %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"la și %s minute"},t.prototype.AtX0SecondsPastTheMinute=function(){return"la și %s secunde"},t.prototype.BetweenX0AndX1=function(){return"între %s și %s"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", între zilele %s și %s ale lunii"},t.prototype.ComaEveryDay=function(){return", în fiecare zi"},t.prototype.ComaEveryHour=function(){return", în fiecare oră"},t.prototype.ComaEveryMinute=function(){return", în fiecare minut"},t.prototype.ComaEveryX0Days=function(){return", la fiecare %s zile"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", la fiecare a %s-a zi a săptămânii"},t.prototype.ComaEveryX0Months=function(){return", la fiecare %s luni"},t.prototype.ComaEveryX0Years=function(){return", o dată la %s ani"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", în ziua %s a lunii"},t.prototype.ComaOnlyInX0=function(){return", doar în %s"},t.prototype.ComaOnlyOnX0=function(){return", doar %s"},t.prototype.ComaOnThe=function(){return", în "},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", în ultima zi a lunii"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", în ultima zi lucrătoare a lunii"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", în ultima %s a lunii"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", în %s a lunii"},t.prototype.ComaX0ThroughX1=function(){return", de %s până %s"},t.prototype.EveryHour=function(){return"în fiecare oră"},t.prototype.EveryMinute=function(){return"în fiecare minut"},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"În fiecare minut între %s și %s"},t.prototype.EverySecond=function(){return"în fiecare secundă"},t.prototype.EveryX0Hours=function(){return"la fiecare %s ore"},t.prototype.EveryX0Minutes=function(){return"la fiecare %s minute"},t.prototype.EveryX0Seconds=function(){return"la fiecare %s secunde"},t.prototype.Fifth=function(){return"a cincea"},t.prototype.First=function(){return"prima"},t.prototype.FirstWeekday=function(){return"prima zi a săptămânii"},t.prototype.Forth=function(){return"a patra"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"între minutele %s și %s"},t.prototype.Second=function(){return"a doua"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"între secunda %s și secunda %s"},t.prototype.SpaceAnd=function(){return" și"},t.prototype.SpaceAndSpace=function(){return" și "},t.prototype.SpaceX0OfTheMonth=function(){return" %s a lunii"},t.prototype.Third=function(){return"a treia"},t.prototype.WeekdayNearestDayX0=function(){return"cea mai apropiată zi a săptămânii de ziua %s"},t.prototype.ComaMinX0ThroughMinX1=function(){return", de la %s până la %s"},t.prototype.ComaMonthX0ThroughMonthX1=function(){return", din %s până în %s"},t.prototype.ComaYearX0ThroughYearX1=function(){return", din %s până în %s"},t.prototype.AtX0MinutesPastTheHourGt20=function(){return"la și %s de minute"},t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return"la și %s de secunde"},t.prototype.CommaStartingX0=function(){return", pornire %s"},t.prototype.DaysOfTheWeek=function(){return["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"]},t.prototype.MonthsOfTheYear=function(){return["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]},t}();e.ro=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.EveryMinute=function(){return"каждую минуту"},t.prototype.EveryHour=function(){return"каждый час"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"Произошла ошибка во время генерации описания выражения. Проверьте синтаксис крон-выражения."},t.prototype.AtSpace=function(){return"В "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Каждую минуту с %s по %s"},t.prototype.At=function(){return"В"},t.prototype.SpaceAnd=function(){return" и"},t.prototype.EverySecond=function(){return"каждую секунду"},t.prototype.EveryX0Seconds=function(){return"каждые %s секунд"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"секунды с %s по %s"},t.prototype.AtX0SecondsPastTheMinute=function(){return"в %s секунд"},t.prototype.EveryX0Minutes=function(){return"каждые %s минут"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"минуты с %s по %s"},t.prototype.AtX0MinutesPastTheHour=function(){return"в %s минут"},t.prototype.EveryX0Hours=function(){return"каждые %s часов"},t.prototype.BetweenX0AndX1=function(){return"с %s по %s"},t.prototype.AtX0=function(){return"в %s"},t.prototype.ComaEveryDay=function(){return", каждый день"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", каждые %s дней недели"},t.prototype.ComaX0ThroughX1=function(){return", %s по %s"},t.prototype.First=function(){return"первый"},t.prototype.Second=function(){return"второй"},t.prototype.Third=function(){return"третий"},t.prototype.Forth=function(){return"четвертый"},t.prototype.Fifth=function(){return"пятый"},t.prototype.ComaOnThe=function(){return", в "},t.prototype.SpaceX0OfTheMonth=function(){return" %s месяца"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", в последний %s месяца"},t.prototype.ComaOnlyOnX0=function(){return", только в %s"},t.prototype.ComaEveryX0Months=function(){return", каждые %s месяцев"},t.prototype.ComaOnlyInX0=function(){return", только в %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", в последний день месяца"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", в последний будний день месяца"},t.prototype.FirstWeekday=function(){return"первый будний день"},t.prototype.WeekdayNearestDayX0=function(){return"ближайший будний день к %s"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", в %s месяца"},t.prototype.ComaEveryX0Days=function(){return", каждые %s дней"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", с %s по %s число месяца"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", в %s число месяца"},t.prototype.SpaceAndSpace=function(){return" и "},t.prototype.ComaEveryMinute=function(){return", каждую минуту"},t.prototype.ComaEveryHour=function(){return", каждый час"},t.prototype.ComaEveryX0Years=function(){return", каждые %s лет"},t.prototype.CommaStartingX0=function(){return", начало %s"},t.prototype.DaysOfTheWeek=function(){return["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},t.prototype.MonthsOfTheYear=function(){return["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},t}();e.ru=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.EveryMinute=function(){return"her dakika"},t.prototype.EveryHour=function(){return"her saat"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin."},t.prototype.AtSpace=function(){return"Saat "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Saat %s ve %s arasındaki her dakika"},t.prototype.At=function(){return"Saat"},t.prototype.SpaceAnd=function(){return" ve"},t.prototype.EverySecond=function(){return"her saniye"},t.prototype.EveryX0Seconds=function(){return"her %s saniyede bir"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"dakikaların %s. ve %s. saniyeleri arası"},t.prototype.AtX0SecondsPastTheMinute=function(){return"dakikaların %s. saniyesinde"},t.prototype.EveryX0Minutes=function(){return"her %s dakikada bir"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"saatlerin %s. ve %s. dakikaları arası"},t.prototype.AtX0MinutesPastTheHour=function(){return"saatlerin %s. dakikasında"},t.prototype.EveryX0Hours=function(){return"her %s saatte"},t.prototype.BetweenX0AndX1=function(){return"%s ile %s arasında"},t.prototype.AtX0=function(){return"saat %s"},t.prototype.ComaEveryDay=function(){return", her gün"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", ayın her %s günü"},t.prototype.ComaX0ThroughX1=function(){return", %s ile %s arasında"},t.prototype.First=function(){return"ilk"},t.prototype.Second=function(){return"ikinci"},t.prototype.Third=function(){return"üçüncü"},t.prototype.Forth=function(){return"dördüncü"},t.prototype.Fifth=function(){return"beşinci"},t.prototype.ComaOnThe=function(){return", ayın "},t.prototype.SpaceX0OfTheMonth=function(){return" %s günü"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", ayın son %s günü"},t.prototype.ComaOnlyOnX0=function(){return", sadece %s günü"},t.prototype.ComaEveryX0Months=function(){return", %s ayda bir"},t.prototype.ComaOnlyInX0=function(){return", sadece %s için"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", ayın son günü"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", ayın son iş günü"},t.prototype.FirstWeekday=function(){return"ilk iş günü"},t.prototype.WeekdayNearestDayX0=function(){return"%s. günü sonrasındaki ilk iş günü"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", ayın %s"},t.prototype.ComaEveryX0Days=function(){return", %s günde bir"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", ayın %s. ve %s. günleri arası"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", ayın %s. günü"},t.prototype.SpaceAndSpace=function(){return" ve "},t.prototype.ComaEveryMinute=function(){return", her dakika"},t.prototype.ComaEveryHour=function(){return", her saat"},t.prototype.ComaEveryX0Years=function(){return", %s yılda bir"},t.prototype.CommaStartingX0=function(){return", başlangıç %s"},t.prototype.DaysOfTheWeek=function(){return["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},t.prototype.MonthsOfTheYear=function(){return["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]},t}();e.tr=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!0},t.prototype.EveryMinute=function(){return"щохвилини"},t.prototype.EveryHour=function(){return"щогодини"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу."},t.prototype.AtSpace=function(){return"О "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Щохвилини між %s та %s"},t.prototype.At=function(){return"О"},t.prototype.SpaceAnd=function(){return" та"},t.prototype.EverySecond=function(){return"Щосекунди"},t.prototype.EveryX0Seconds=function(){return"кожні %s секунд"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"з %s по %s секунду"},t.prototype.AtX0SecondsPastTheMinute=function(){return"о %s секунді"},t.prototype.EveryX0Minutes=function(){return"кожні %s хвилин"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"з %s по %s хвилину"},t.prototype.AtX0MinutesPastTheHour=function(){return"о %s хвилині"},t.prototype.EveryX0Hours=function(){return"кожні %s годин"},t.prototype.BetweenX0AndX1=function(){return"між %s та %s"},t.prototype.AtX0=function(){return"о %s"},t.prototype.ComaEveryDay=function(){return", щоденно"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", кожен %s день тижня"},t.prototype.ComaX0ThroughX1=function(){return", %s по %s"},t.prototype.First=function(){return"перший"},t.prototype.Second=function(){return"другий"},t.prototype.Third=function(){return"третій"},t.prototype.Forth=function(){return"четвертий"},t.prototype.Fifth=function(){return"п'ятий"},t.prototype.ComaOnThe=function(){return", в "},t.prototype.SpaceX0OfTheMonth=function(){return" %s місяця"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", в останній %s місяця"},t.prototype.ComaOnlyOnX0=function(){return", тільки в %s"},t.prototype.ComaEveryX0Months=function(){return", кожен %s місяць"},t.prototype.ComaOnlyInX0=function(){return", тільки в %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", в останній день місяця"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", в останній будень місяця"},t.prototype.FirstWeekday=function(){return"перший будень"},t.prototype.WeekdayNearestDayX0=function(){return"будень найближчий до %s дня"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", в %s місяця"},t.prototype.ComaEveryX0Days=function(){return", кожен %s день"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", між %s та %s днями місяця"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", на %s день місяця"},t.prototype.SpaceAndSpace=function(){return" та "},t.prototype.ComaEveryMinute=function(){return", щохвилини"},t.prototype.ComaEveryHour=function(){return", щогодини"},t.prototype.ComaEveryX0Years=function(){return", кожні %s роки"},t.prototype.CommaStartingX0=function(){return", початок %s"},t.prototype.DaysOfTheWeek=function(){return["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"]},t.prototype.MonthsOfTheYear=function(){return["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]},t}();e.uk=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.EveryMinute=function(){return"每分钟"},t.prototype.EveryHour=function(){return"每小时"},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"生成表达式描述时发生了错误,请检查cron表达式语法。"},t.prototype.AtSpace=function(){return"在 "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"在 %s 和 %s 之间的每分钟"},t.prototype.At=function(){return"在"},t.prototype.SpaceAnd=function(){return" 和"},t.prototype.EverySecond=function(){return"每秒"},t.prototype.EveryX0Seconds=function(){return"每 %s 秒"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"在每分钟的 %s 到 %s 秒"},t.prototype.AtX0SecondsPastTheMinute=function(){return"在每分钟的 %s 秒"},t.prototype.EveryX0Minutes=function(){return"每 %s 分钟"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"在每小时的 %s 到 %s 分钟"},t.prototype.AtX0MinutesPastTheHour=function(){return"在每小时的 %s 分"},t.prototype.EveryX0Hours=function(){return"每 %s 小时"},t.prototype.BetweenX0AndX1=function(){return"在 %s 和 %s 之间"},t.prototype.AtX0=function(){return"在 %s"},t.prototype.ComaEveryDay=function(){return", 每天"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", 每周的每 %s 天"},t.prototype.ComaX0ThroughX1=function(){return", %s 到 %s"},t.prototype.First=function(){return"第一个"},t.prototype.Second=function(){return"第二个"},t.prototype.Third=function(){return"第三个"},t.prototype.Forth=function(){return"第四个"},t.prototype.Fifth=function(){return"第五个"},t.prototype.ComaOnThe=function(){return", 在 "},t.prototype.SpaceX0OfTheMonth=function(){return"%s 每月"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", 每月的最后一个 %s "},t.prototype.ComaOnlyOnX0=function(){return", 仅在 %s"},t.prototype.ComaEveryX0Months=function(){return", 每 %s 月"},t.prototype.ComaOnlyInX0=function(){return", 仅在 %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", 每月的最后一天"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", 每月的最后一个平日"},t.prototype.FirstWeekday=function(){return"第一个平日"},t.prototype.WeekdayNearestDayX0=function(){return"最接近 %s 号的平日"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", 每月的 %s "},t.prototype.ComaEveryX0Days=function(){return", 每 %s 天"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", 在每月的 %s 和 %s 号之间"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", 每月的 %s 号"},t.prototype.SpaceAndSpace=function(){return" 和 "},t.prototype.ComaEveryMinute=function(){return", 每分钟"},t.prototype.ComaEveryHour=function(){return", 每小时"},t.prototype.ComaEveryX0Years=function(){return", 每 %s 年"},t.prototype.CommaStartingX0=function(){return", 开始 %s"},t.prototype.DaysOfTheWeek=function(){return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},t.prototype.MonthsOfTheYear=function(){return["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},t}();e.zh_CN=n}])});
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("cronstrue",[],e):"object"==typeof exports?exports.cronstrue=e():t.cronstrue=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=n(6);r.ExpressionDescriptor.initialize(new o.allLocalesLoader),t.exports=r.ExpressionDescriptor},function(t,e,n){"use strict";var r=n(2),o=n(3),u=function(){function t(e,n){this.expression=e,this.options=n,this.expressionParts=new Array(5),t.locales[n.locale]?this.i18n=t.locales[n.locale]:this.i18n=t.locales.en,void 0===n.use24HourTimeFormat&&(n.use24HourTimeFormat=this.i18n.use24HourTimeFormatByDefault())}return t.toString=function(e,n){var r=void 0===n?{}:n,o=r.throwExceptionOnParseError,u=void 0===o||o,i=r.verbose,a=void 0!==i&&i,p=r.dayOfWeekStartIndexZero,s=void 0===p||p,c=r.use24HourTimeFormat,y=r.locale,f=void 0===y?"en":y,m={throwExceptionOnParseError:u,verbose:a,dayOfWeekStartIndexZero:s,use24HourTimeFormat:c,locale:f},h=new t(e,m);return h.getFullDescription()},t.initialize=function(e){t.specialCharacters=["/","-",",","*"],e.load(t.locales)},t.prototype.getFullDescription=function(){var t="";try{var e=new o.CronParser(this.expression,this.options.dayOfWeekStartIndexZero);this.expressionParts=e.parse();var n=this.getTimeOfDayDescription(),r=this.getDayOfMonthDescription(),u=this.getMonthDescription(),i=this.getDayOfWeekDescription(),a=this.getYearDescription();t+=n+r+i+u+a,t=this.transformVerbosity(t,this.options.verbose),t=t.charAt(0).toLocaleUpperCase()+t.substr(1)}catch(p){if(this.options.throwExceptionOnParseError)throw""+p;t=this.i18n.anErrorOccuredWhenGeneratingTheExpressionD()}return t},t.prototype.getTimeOfDayDescription=function(){var e=this.expressionParts[0],n=this.expressionParts[1],o=this.expressionParts[2],u="";if(r.StringUtilities.containsAny(n,t.specialCharacters)||r.StringUtilities.containsAny(o,t.specialCharacters)||r.StringUtilities.containsAny(e,t.specialCharacters))if(!(n.indexOf("-")>-1)||n.indexOf(",")>-1||r.StringUtilities.containsAny(o,t.specialCharacters))if(o.indexOf(",")>-1&&!r.StringUtilities.containsAny(n,t.specialCharacters)){var i=o.split(",");u+=this.i18n.at();for(var a=0;a<i.length;a++)u+=" ",u+=this.formatTime(i[a],n,""),a<i.length-2&&(u+=","),a==i.length-2&&(u+=this.i18n.spaceAnd())}else{var p=this.getSecondsDescription(),s=this.getMinutesDescription(),c=this.getHoursDescription();u+=p,u.length>0&&(u+=", "),u+=s,u.length>0&&(u+=", "),u+=c}else{var y=n.split("-");u+=r.StringUtilities.format(this.i18n.everyMinutebetweenX0AndX1(),this.formatTime(o,y[0],""),this.formatTime(o,y[1],""))}else u+=this.i18n.atSpace()+this.formatTime(o,n,e);return u},t.prototype.getSecondsDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[0],this.i18n.everysecond(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.everyX0Seconds(),e)},function(e){return t.i18n.secondsX0ThroughX1PastTheMinute()},function(e){return"0"==e?"":parseInt(e)<20?t.i18n.atX0SecondsPastTheMinute():t.i18n.atX0SecondsPastTheMinuteGt20()||t.i18n.atX0SecondsPastTheMinute()});return e},t.prototype.getMinutesDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[1],this.i18n.everyMinute(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.everyX0Minutes(),e)},function(e){return t.i18n.minutesX0ThroughX1PastTheHour()},function(e){try{return"0"==e?"":parseInt(e)<20?t.i18n.atX0MinutesPastTheHour():t.i18n.atX0MinutesPastTheHourGt20()||t.i18n.atX0MinutesPastTheHour()}catch(n){return t.i18n.atX0MinutesPastTheHour()}});return e},t.prototype.getHoursDescription=function(){var t=this,e=this.expressionParts[2],n=this.getSegmentDescription(e,this.i18n.everyHour(),function(e){return t.formatTime(e,"0","")},function(e){return r.StringUtilities.format(t.i18n.everyX0Hours(),e)},function(e){return t.i18n.betweenX0AndX1()},function(e){return t.i18n.atX0()});return n},t.prototype.getDayOfWeekDescription=function(){var t=this,e=this.i18n.daysOfTheWeek(),n=this.getSegmentDescription(this.expressionParts[5],this.i18n.commaEveryDay(),function(t){var n=t;return t.indexOf("#")>-1?n=t.substr(0,t.indexOf("#")):t.indexOf("L")>-1&&(n=n.replace("L","")),e[parseInt(n)]},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0daysOfTheWeek(),e)},function(e){return t.i18n.commaX0ThroughX1()},function(e){var n=null;if(e.indexOf("#")>-1){var r=e.substring(e.indexOf("#")+1),o=null;switch(r){case"1":o=t.i18n.first();break;case"2":o=t.i18n.second();break;case"3":o=t.i18n.third();break;case"4":o=t.i18n.forth();break;case"5":o=t.i18n.fifth()}n=t.i18n.commaOnThe()+o+t.i18n.spaceX0OfTheMonth()}else n=e.indexOf("L")>-1?t.i18n.commaOnTheLastX0OfTheMonth():t.i18n.commaOnlyOnX0();return n});return n},t.prototype.getMonthDescription=function(){var t=this,e=this.i18n.monthsOfTheYear(),n=this.getSegmentDescription(this.expressionParts[4],"",function(t){return e[parseInt(t)-1]},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0Months(),e)},function(e){return t.i18n.commaMonthX0ThroughMonthX1()||t.i18n.commaX0ThroughX1()},function(e){return t.i18n.commaOnlyInX0()});return n},t.prototype.getDayOfMonthDescription=function(){var t=this,e=null,n=this.expressionParts[3];switch(n){case"L":e=this.i18n.commaOnTheLastDayOfTheMonth();break;case"WL":case"LW":e=this.i18n.commaOnTheLastWeekdayOfTheMonth();break;default:var o=n.match(/(\d{1,2}W)|(W\d{1,2})/);if(o){var u=parseInt(o[0].replace("W","")),i=1==u?this.i18n.firstWeekday():r.StringUtilities.format(this.i18n.weekdayNearestDayX0(),u.toString());e=r.StringUtilities.format(this.i18n.commaOnTheX0OfTheMonth(),i);break}e=this.getSegmentDescription(n,this.i18n.commaEveryDay(),function(t){return t},function(e){return"1"==e?t.i18n.commaEveryDay():t.i18n.commaEveryX0Days()},function(e){return t.i18n.commaBetweenDayX0AndX1OfTheMonth()},function(e){return t.i18n.commaOnDayX0OfTheMonth()})}return e},t.prototype.getYearDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[6],"",function(t){return/^\d+$/.test(t)?new Date(parseInt(t),1).getFullYear().toString():t},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0Years(),e)},function(e){return t.i18n.commaYearX0ThroughYearX1()||t.i18n.commaX0ThroughX1()},function(e){return t.i18n.commaOnlyInX0()});return e},t.prototype.getSegmentDescription=function(t,e,n,o,u,i){var a=this,p=null;if(t)if("*"===t)p=e;else if(r.StringUtilities.containsAny(t,["/","-",","]))if(t.indexOf("/")>-1){var s=t.split("/");if(p=r.StringUtilities.format(o(s[1]),n(s[1])),s[0].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(s[0],u,n);0!=c.indexOf(", ")&&(p+=", "),p+=c}else if(!r.StringUtilities.containsAny(s[0],["*",","])){var y=r.StringUtilities.format(i(s[0]),n(s[0]));y=y.replace(", ",""),p+=r.StringUtilities.format(this.i18n.commaStartingX0(),y)}}else if(t.indexOf(",")>-1){for(var s=t.split(","),f="",m=0;m<s.length;m++)if(m>0&&s.length>2&&(f+=",",m<s.length-1&&(f+=" ")),m>0&&s.length>1&&(m==s.length-1||2==s.length)&&(f+=this.i18n.spaceAndSpace()),s[m].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(s[m],function(t){return a.i18n.commaX0ThroughX1()},n);c=c.replace(", ",""),f+=c}else f+=n(s[m]);p=r.StringUtilities.format(i(t),f)}else t.indexOf("-")>-1&&(p=this.generateBetweenSegmentDescription(t,u,n));else p=r.StringUtilities.format(i(t),n(t));else p="";return p},t.prototype.generateBetweenSegmentDescription=function(t,e,n){var o="",u=t.split("-"),i=n(u[0]),a=n(u[1]);a=a.replace(":00",":59");var p=e(t);return o+=r.StringUtilities.format(p,i,a)},t.prototype.formatTime=function(t,e,n){var r=parseInt(t),o="";this.options.use24HourTimeFormat||(o=r>=12?" PM":" AM",r>12&&(r-=12));var u=e,i="";return n&&(i=":"+("00"+n).substring(n.length)),("00"+r.toString()).substring(r.toString().length)+":"+("00"+u.toString()).substring(u.toString().length)+i+o},t.prototype.transformVerbosity=function(t,e){return e||(t=t.replace(new RegExp(this.i18n.commaEveryMinute(),"g"),""),t=t.replace(new RegExp(this.i18n.commaEveryHour(),"g"),""),t=t.replace(new RegExp(this.i18n.commaEveryDay(),"g"),"")),t},t.locales={},t}();e.ExpressionDescriptor=u},function(t,e){"use strict";var n=function(){function t(){}return t.format=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return t.replace(/%s/g,function(){return e.shift()})},t.containsAny=function(t,e){return e.some(function(e){return t.indexOf(e)>-1})},t}();e.StringUtilities=n},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=!0),this.expression=t,this.dayOfWeekStartIndexZero=e}return t.prototype.parse=function(){if(!this.expression)throw new Error("Expression is empty");var t=this.expression.trim().split(" ");if(t.length<5)throw new Error("Expression only has "+t.length+" parts. At least 5 part are required.");if(5==t.length)t.unshift(""),t.push("");else if(6==t.length)/\d{4}$/.test(t[5])?t.unshift(""):t.push("");else if(t.length>7)throw new Error("Expression has "+t.length+" parts; too many!");return this.normalizeExpression(t),t},t.prototype.normalizeExpression=function(t){t[3]=t[3].replace("?","*"),t[5]=t[5].replace("?","*"),0==t[0].indexOf("0/")&&(t[0]=t[0].replace("0/","*/")),0==t[1].indexOf("0/")&&(t[1]=t[1].replace("0/","*/")),0==t[2].indexOf("0/")&&(t[2]=t[2].replace("0/","*/")),0==t[3].indexOf("1/")&&(t[3]=t[3].replace("1/","*/")),0==t[4].indexOf("1/")&&(t[4]=t[4].replace("1/","*/")),0==t[5].indexOf("1/")&&(t[5]=t[5].replace("1/","*/")),0==t[6].indexOf("1/")&&(t[6]=t[6].replace("1/","*/")),this.dayOfWeekStartIndexZero||(t[5]=t[5].replace(/(^\d)|([^#\/\s]\d)+/g,function(t){var e=t.replace(/\D/,""),n=(parseInt(e)-1).toString();return t.replace(e,n)})),"?"==t[3]&&(t[3]="*");var e={SUN:0,MON:1,TUE:2,WED:3,THU:4,FRI:5,SAT:6};for(var n in e)t[5]=t[5].replace(new RegExp(n,"g"),e[n].toString());var r={JAN:1,FEB:2,MAR:3,APR:4,MAY:5,JUN:6,JUL:7,AUG:8,SEP:9,OCT:10,NOV:11,DEC:12};for(var o in r)t[4]=t[4].replace(new RegExp(o,"g"),r[o].toString());"0"==t[0]&&(t[0]="");for(var u=0;u<t.length;u++)if("*/1"==t[u]&&(t[u]="*"),t[u].indexOf("/")>-1&&!/^\*|\-|\,/.test(t[u])){var i=null;switch(u){case 4:i="12";break;case 5:i="6";break;case 6:i="9999";break;default:i=null}if(null!=i){var a=t[u].split("/");t[u]=a[0]+"-"+i+"/"+a[1]}}},t}();e.CronParser=n},,function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.everyMinute=function(){return"every minute"},t.prototype.everyHour=function(){return"every hour"},t.prototype.atSpace=function(){return"At "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Every minute between %s and %s"},t.prototype.at=function(){return"At"},t.prototype.spaceAnd=function(){return" and"},t.prototype.everysecond=function(){return"every second"},t.prototype.everyX0Seconds=function(){return"every %s seconds"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.everyX0Minutes=function(){return"every %s minutes"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.everyX0Hours=function(){return"every %s hours"},t.prototype.betweenX0AndX1=function(){return"between %s and %s"},t.prototype.atX0=function(){return"at %s"},t.prototype.commaEveryDay=function(){return", every day"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", %s through %s"},t.prototype.first=function(){return"first"},t.prototype.second=function(){return"second"},t.prototype.third=function(){return"third"},t.prototype.forth=function(){return"forth"},t.prototype.fifth=function(){return"fifth"},t.prototype.commaOnThe=function(){return", on the "},t.prototype.spaceX0OfTheMonth=function(){return" %s of the month"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},t.prototype.commaOnlyOnX0=function(){return", only on %s"},t.prototype.commaEveryX0Months=function(){return", every %s months"},t.prototype.commaOnlyInX0=function(){return", only in %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},t.prototype.firstWeekday=function(){return"first weekday"},t.prototype.weekdayNearestDayX0=function(){return"weekday nearest day %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", on the %s of the month"},t.prototype.commaEveryX0Days=function(){return", every %s days"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},t.prototype.commaOnDayX0OfTheMonth=function(){return", on day %s of the month"},t.prototype.spaceAndSpace=function(){return" and "},t.prototype.commaEveryMinute=function(){return", every minute"},t.prototype.commaEveryHour=function(){return", every hour"},t.prototype.commaEveryX0Years=function(){return", every %s years"},t.prototype.commaStartingX0=function(){return", starting %s"},t.prototype.daysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},t.prototype.monthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},t}();e.en=n},function(t,e,n){"use strict";var r=n(7),o=function(){function t(){}return t.prototype.load=function(t){for(var e in r)r.hasOwnProperty(e)&&(t[e]=new r[e])},t}();e.allLocalesLoader=o},function(t,e,n){"use strict";var r=n(5);e.en=r.en;var o=n(8);e.de=o.de;var u=n(9);e.es=u.es;var i=n(10);e.fr=i.fr;var a=n(11);e.it=a.it;var p=n(12);e.nl=p.nl;var s=n(13);e.nb=s.nb;var c=n(14);e.pl=c.pl;var y=n(15);e.pt_BR=y.pt_BR;var f=n(16);e.ro=f.ro;var m=n(17);e.ru=m.ru;var h=n(18);e.tr=h.tr;var d=n(19);e.uk=d.uk;var l=n(20);e.zh_CN=l.zh_CN},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"jede Minute"},t.prototype.everyHour=function(){return"jede Stunde"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.atSpace=function(){return"Um "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Jede Minute zwischen %s und %s"},t.prototype.at=function(){return"Um"},t.prototype.spaceAnd=function(){return" und"},t.prototype.everysecond=function(){return"Jede Sekunde"},t.prototype.everyX0Seconds=function(){return"alle %s Sekunden"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"Sekunden %s bis %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"bei Sekunde %s"},t.prototype.everyX0Minutes=function(){return"alle %s Minuten"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"Minuten %s bis %s"},t.prototype.atX0MinutesPastTheHour=function(){return"bei Minute %s"},t.prototype.everyX0Hours=function(){return"alle %s Stunden"},t.prototype.betweenX0AndX1=function(){return"zwischen %s und %s"},t.prototype.atX0=function(){return"um %s"},t.prototype.commaEveryDay=function(){return", jeden Tag"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", %s bis %s"},t.prototype.first=function(){return"ersten"},t.prototype.second=function(){return"zweiten"},t.prototype.third=function(){return"dritten"},t.prototype.forth=function(){return"vierten"},t.prototype.fifth=function(){return"fünften"},t.prototype.commaOnThe=function(){return", am "},t.prototype.spaceX0OfTheMonth=function(){return" %s des Monats"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", am letzten %s des Monats"},t.prototype.commaOnlyOnX0=function(){return", nur am %s"},t.prototype.commaEveryX0Months=function(){return", alle %s Monate"},t.prototype.commaOnlyInX0=function(){return", nur im %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", am letzten Tag des Monats"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", am letzten Werktag des Monats"},t.prototype.firstWeekday=function(){return"ersten Werktag"},t.prototype.weekdayNearestDayX0=function(){return"Werktag am nächsten zum %s Tag"},t.prototype.commaOnTheX0OfTheMonth=function(){return", am %s des Monats"},t.prototype.commaEveryX0Days=function(){return", alle %s Tage"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", zwischen Tag %s und %s des Monats"},t.prototype.commaOnDayX0OfTheMonth=function(){return", am %s Tag des Monats"},t.prototype.spaceAndSpace=function(){return" und "},t.prototype.commaEveryMinute=function(){return", jede Minute"},t.prototype.commaEveryHour=function(){return", jede Stunde"},t.prototype.commaEveryX0Years=function(){return", alle %s Jahre"},t.prototype.commaStartingX0=function(){return", beginnend %s"},t.prototype.daysOfTheWeek=function(){return["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},t.prototype.monthsOfTheYear=function(){return["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},t}();e.de=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."},t.prototype.at=function(){return"A las"},t.prototype.atSpace=function(){return"A las "},t.prototype.atX0=function(){return"a las %s"},t.prototype.atX0MinutesPastTheHour=function(){return"a los %s minutos de la hora"},t.prototype.atX0SecondsPastTheMinute=function(){return"a los %s segundos del minuto"},t.prototype.betweenX0AndX1=function(){return"entre las %s y las %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre los días %s y %s del mes"},t.prototype.commaEveryDay=function(){return", cada día"},t.prototype.commaEveryHour=function(){return", cada hora"},t.prototype.commaEveryMinute=function(){return", cada minuto"},t.prototype.commaEveryX0Days=function(){return", cada %s días"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", cada %s días de la semana"},t.prototype.commaEveryX0Months=function(){return", cada %s meses"},t.prototype.commaOnDayX0OfTheMonth=function(){return", el día %s del mes"},t.prototype.commaOnlyInX0=function(){return", sólo en %s"},t.prototype.commaOnlyOnX0=function(){return", sólo el %s"},t.prototype.commaOnThe=function(){return", en el "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", en el último día del mes"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", en el último día de la semana del mes"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", en el último %s del mes"},t.prototype.commaOnTheX0OfTheMonth=function(){return", en el %s del mes"},t.prototype.commaX0ThroughX1=function(){return", de %s a %s"},t.prototype.everyHour=function(){return"cada hora"},t.prototype.everyMinute=function(){return"cada minuto"},t.prototype.everyMinutebetweenX0AndX1=function(){return"cada minuto entre las %s y las %s"},t.prototype.everysecond=function(){return"cada segundo"},t.prototype.everyX0Hours=function(){return"cada %s horas"},t.prototype.everyX0Minutes=function(){return"cada %s minutos"},t.prototype.everyX0Seconds=function(){return"cada %s segundos"},t.prototype.fifth=function(){return"quinto"},t.prototype.first=function(){return"primero"},t.prototype.firstWeekday=function(){return"primer día de la semana"},t.prototype.forth=function(){return"cuarto"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"del minuto %s al %s pasada la hora"},t.prototype.second=function(){return"segundo"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"En los segundos %s al %s de cada minuto"},t.prototype.spaceAnd=function(){return" y"},t.prototype.spaceAndSpace=function(){return" y "},t.prototype.spaceX0OfTheMonth=function(){return" %s del mes"},t.prototype.third=function(){return"tercer"},t.prototype.weekdayNearestDayX0=function(){return"día de la semana más próximo al %s"},t.prototype.commaEveryX0Years=function(){return", cada %s años"},t.prototype.commaStartingX0=function(){return", comenzando %s"},t.prototype.daysOfTheWeek=function(){return["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},t.prototype.monthsOfTheYear=function(){return["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},t}();e.es=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"toutes les minutes"},t.prototype.everyHour=function(){return"toutes les heures"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe."},t.prototype.atSpace=function(){return"À "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Toutes les minutes entre %s et %s"},t.prototype.at=function(){return"À"},t.prototype.spaceAnd=function(){return" et"},t.prototype.everysecond=function(){return"toutes les secondes"},t.prototype.everyX0Seconds=function(){return"toutes les %s secondes"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"les secondes entre %s et %s après la minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s secondes après la minute"},t.prototype.everyX0Minutes=function(){return"toutes les %s minutes"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"les minutes entre %s et %s après l'heure"},t.prototype.atX0MinutesPastTheHour=function(){return"%s minutes après l'heure"},t.prototype.everyX0Hours=function(){return"toutes les %s heures"},t.prototype.betweenX0AndX1=function(){return"de %s à %s"},t.prototype.atX0=function(){return"à %s"},t.prototype.commaEveryDay=function(){return", tous les jours"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", de %s à %s"},t.prototype.first=function(){return"premier"},t.prototype.second=function(){return"second"},t.prototype.third=function(){return"troisième"},t.prototype.forth=function(){return"quatrième"},t.prototype.fifth=function(){return"cinquième"},t.prototype.commaOnThe=function(){return", le "},t.prototype.spaceX0OfTheMonth=function(){return" %s du mois"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", le dernier %s du mois"},t.prototype.commaOnlyOnX0=function(){return", uniquement le %s"},t.prototype.commaEveryX0Months=function(){return", tous les %s mois"},t.prototype.commaOnlyInX0=function(){return", uniquement en %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", le dernier jour du mois"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", le dernier jour ouvrable du mois"},t.prototype.firstWeekday=function(){return"premier jour ouvrable"},t.prototype.weekdayNearestDayX0=function(){return"jour ouvrable le plus proche du %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", le %s du mois"},t.prototype.commaEveryX0Days=function(){return", tous les %s jours"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", du %s au %s du mois"},t.prototype.commaOnDayX0OfTheMonth=function(){return", le %s du mois"},t.prototype.spaceAndSpace=function(){return" et "},t.prototype.commaEveryMinute=function(){return", toutes les minutes"},t.prototype.commaEveryHour=function(){return", toutes les heures"},t.prototype.commaEveryX0Years=function(){return", tous les %s ans"},t.prototype.commaDaysX0ThroughX1=function(){return", du %s au %s"},t.prototype.weekSpaceAndSpace=function(){return" et le "},t.prototype.commaStartingX0=function(){return", départ %s"},t.prototype.daysOfTheWeek=function(){return["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},t.prototype.monthsOfTheYear=function(){return["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]},t}();e.fr=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron."},t.prototype.at=function(){return"Alle"},t.prototype.atSpace=function(){return"Alle "},t.prototype.atX0=function(){return"alle %s"},t.prototype.atX0MinutesPastTheHour=function(){return"al %s minuto passata l'ora"},t.prototype.atX0SecondsPastTheMinute=function(){return"al %s secondo passato il minuto"},t.prototype.betweenX0AndX1=function(){return"tra le %s e le %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tra il giorno %s e %s del mese"},t.prototype.commaEveryDay=function(){return", ogni giorno"},t.prototype.commaEveryHour=function(){return", ogni ora"},t.prototype.commaEveryMinute=function(){return", ogni minuto"},t.prototype.commaEveryX0Days=function(){return", ogni %s giorni"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", ogni %s giorni della settimana"},t.prototype.commaEveryX0Months=function(){return", ogni %s mesi"},t.prototype.commaEveryX0Years=function(){return", ogni %s anni"},t.prototype.commaOnDayX0OfTheMonth=function(){return", il giorno %s del mese"},t.prototype.commaOnlyInX0=function(){return", solo in %s"},t.prototype.commaOnlyOnX0=function(){return", solo il %s"},t.prototype.commaOnThe=function(){return", il "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", l'ultimo giorno del mese"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", nell'ultima settimana del mese"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", l'ultimo %s del mese"},t.prototype.commaOnTheX0OfTheMonth=function(){return", il %s del mese"},t.prototype.commaX0ThroughX1=function(){return", %s al %s"},t.prototype.everyHour=function(){return"ogni ora"},t.prototype.everyMinute=function(){return"ogni minuto"},t.prototype.everyMinutebetweenX0AndX1=function(){return"Ogni minuto tra le %s e le %s"},t.prototype.everysecond=function(){return"ogni secondo"},t.prototype.everyX0Hours=function(){return"ogni %s ore"},t.prototype.everyX0Minutes=function(){return"ogni %s minuti"},t.prototype.everyX0Seconds=function(){return"ogni %s secondi"},t.prototype.fifth=function(){return"quinto"},t.prototype.first=function(){return"primo"},t.prototype.firstWeekday=function(){return"primo giorno della settimana"},t.prototype.forth=function(){return"quarto"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuti %s al %s dopo l'ora"},t.prototype.second=function(){return"secondo"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"secondi %s al %s oltre il minuto"},t.prototype.spaceAnd=function(){return" e"},t.prototype.spaceAndSpace=function(){return" e "},t.prototype.spaceX0OfTheMonth=function(){return" %s del mese"},t.prototype.third=function(){return"terzo"},t.prototype.weekdayNearestDayX0=function(){return"giorno della settimana più vicino al %s"},t.prototype.commaStartingX0=function(){return", a partire %s"},t.prototype.daysOfTheWeek=function(){return["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},t.prototype.monthsOfTheYear=function(){return["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},t}();e.it=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"elke minuut"},t.prototype.everyHour=function(){return"elk uur"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens."},t.prototype.atSpace=function(){return"Op "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Elke minuut tussen %s en %s"},t.prototype.at=function(){return"Op"},t.prototype.spaceAnd=function(){return" en"},t.prototype.everysecond=function(){return"elke seconde"},t.prototype.everyX0Seconds=function(){return"elke %s seconden"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconden %s t/m %s na de minuut"},t.prototype.atX0SecondsPastTheMinute=function(){return"op %s seconden na de minuut"},t.prototype.everyX0Minutes=function(){return"elke %s minuten"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuut %s t/m %s na het uur"},t.prototype.atX0MinutesPastTheHour=function(){return"op %s minuten na het uur"},t.prototype.everyX0Hours=function(){return"elke %s uur"},t.prototype.betweenX0AndX1=function(){return"tussen %s en %s"},t.prototype.atX0=function(){return"op %s"},t.prototype.commaEveryDay=function(){return", elke dag"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", elke %s dagen van de week"},t.prototype.commaX0ThroughX1=function(){return", %s t/m %s"},t.prototype.first=function(){return"eerste"},t.prototype.second=function(){return"tweede"},t.prototype.third=function(){return"derde"},t.prototype.forth=function(){return"vierde"},t.prototype.fifth=function(){return"vijfde"},t.prototype.commaOnThe=function(){return", op de "},t.prototype.spaceX0OfTheMonth=function(){return" %s van de maand"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", op de laatste %s van de maand"},t.prototype.commaOnlyOnX0=function(){return", alleen op %s"},t.prototype.commaEveryX0Months=function(){return", elke %s maanden"},t.prototype.commaOnlyInX0=function(){return", alleen in %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", op de laatste dag van de maand";
},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", op de laatste werkdag van de maand"},t.prototype.firstWeekday=function(){return"eerste werkdag"},t.prototype.weekdayNearestDayX0=function(){return"werkdag dichtst bij dag %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", op de %s van de maand"},t.prototype.commaEveryX0Days=function(){return", elke %s dagen"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tussen dag %s en %s van de maand"},t.prototype.commaOnDayX0OfTheMonth=function(){return", op dag %s van de maand"},t.prototype.spaceAndSpace=function(){return" en "},t.prototype.commaEveryMinute=function(){return", elke minuut"},t.prototype.commaEveryHour=function(){return", elk uur"},t.prototype.commaEveryX0Years=function(){return", elke %s jaren"},t.prototype.commaStartingX0=function(){return", beginnend %s"},t.prototype.daysOfTheWeek=function(){return["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},t.prototype.monthsOfTheYear=function(){return["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},t}();e.nl=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"En feil intraff ved generering av uttrykksbeskrivelse. Sjekk cron syntaks."},t.prototype.at=function(){return"På"},t.prototype.atSpace=function(){return"På "},t.prototype.atX0=function(){return"på %s"},t.prototype.atX0MinutesPastTheHour=function(){return"på %s minutter etter timen"},t.prototype.atX0SecondsPastTheMinute=function(){return"på %s sekunder etter minuttet"},t.prototype.betweenX0AndX1=function(){return"mellom %s og %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellom dag %s og %s av måneden"},t.prototype.commaEveryDay=function(){return", hver dag"},t.prototype.commaEveryHour=function(){return", hver time"},t.prototype.commaEveryMinute=function(){return", hvert minutt"},t.prototype.commaEveryX0Days=function(){return", hver %s dag"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", hver %s ukedag"},t.prototype.commaEveryX0Months=function(){return", hver %s måned]"},t.prototype.commaEveryX0Years=function(){return", hvert %s år"},t.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s av måneden"},t.prototype.commaOnlyInX0=function(){return", bare i %s"},t.prototype.commaOnlyOnX0=function(){return", bare på %s"},t.prototype.commaOnThe=function(){return", på den "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den siste dagen i måneden"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", på den siste ukedagen i måneden"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den siste %s av måneden"},t.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s av måneden"},t.prototype.commaX0ThroughX1=function(){return", %s til og med %s"},t.prototype.everyHour=function(){return"hver time"},t.prototype.everyMinute=function(){return"hvert minutt"},t.prototype.everyMinutebetweenX0AndX1=function(){return"Hvert minutt mellom %s og %s"},t.prototype.everysecond=function(){return"hvert sekund"},t.prototype.everyX0Hours=function(){return"hver %s time"},t.prototype.everyX0Minutes=function(){return"hvert %s minutt"},t.prototype.everyX0Seconds=function(){return"hvert %s sekund"},t.prototype.fifth=function(){return"femte"},t.prototype.first=function(){return"første"},t.prototype.firstWeekday=function(){return"første ukedag"},t.prototype.forth=function(){return"fjede"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuttene fra %s til og med %s etter timen"},t.prototype.second=function(){return"sekund"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundene fra %s til og med %s etter minuttet"},t.prototype.spaceAnd=function(){return" og"},t.prototype.spaceAndSpace=function(){return" og "},t.prototype.spaceX0OfTheMonth=function(){return" %s av måneden"},t.prototype.third=function(){return"tredje"},t.prototype.weekdayNearestDayX0=function(){return"ukedag nærmest dag %s"},t.prototype.commaStartingX0=function(){return", starter %s"},t.prototype.daysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},t.prototype.monthsOfTheYear=function(){return["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},t}();e.nb=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron."},t.prototype.at=function(){return"O"},t.prototype.atSpace=function(){return"O "},t.prototype.atX0=function(){return"o %s"},t.prototype.atX0MinutesPastTheHour=function(){return"w %s minucie"},t.prototype.atX0SecondsPastTheMinute=function(){return"w %s sekundzie"},t.prototype.betweenX0AndX1=function(){return"od %s do %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", od %s-ego do %s-ego dnia miesiąca"},t.prototype.commaEveryDay=function(){return", co dzień"},t.prototype.commaEveryHour=function(){return", co godzinę"},t.prototype.commaEveryMinute=function(){return", co minutę"},t.prototype.commaEveryX0Days=function(){return", co %s dni"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", co %s dni tygodnia"},t.prototype.commaEveryX0Months=function(){return", co %s miesięcy"},t.prototype.commaEveryX0Years=function(){return", co %s lat"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s-ego dnia miesiąca"},t.prototype.commaOnlyInX0=function(){return", tylko %s"},t.prototype.commaOnlyOnX0=function(){return", tylko %s"},t.prototype.commaOnThe=function(){return", "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ostatni dzień miesiąca"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ostatni dzień roboczy miesiąca"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ostatni %s miesiąca"},t.prototype.commaOnTheX0OfTheMonth=function(){return", %s miesiąca"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.everyHour=function(){return"co godzinę"},t.prototype.everyMinute=function(){return"co minutę"},t.prototype.everyMinutebetweenX0AndX1=function(){return"Co minutę od %s do %s"},t.prototype.everysecond=function(){return"co sekundę"},t.prototype.everyX0Hours=function(){return"co %s godzin"},t.prototype.everyX0Minutes=function(){return"co %s minut"},t.prototype.everyX0Seconds=function(){return"co %s sekund"},t.prototype.fifth=function(){return"piąty"},t.prototype.first=function(){return"pierwszy"},t.prototype.firstWeekday=function(){return"pierwszy dzień roboczy"},t.prototype.forth=function(){return"czwarty"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.second=function(){return"drugi"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.spaceAnd=function(){return" i"},t.prototype.spaceAndSpace=function(){return" i "},t.prototype.spaceX0OfTheMonth=function(){return" %s miesiąca"},t.prototype.third=function(){return"trzeci"},t.prototype.weekdayNearestDayX0=function(){return"dzień roboczy najbliższy %s-ego dnia"},t.prototype.commaStartingX0=function(){return", startowy %s"},t.prototype.daysOfTheWeek=function(){return["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},t.prototype.monthsOfTheYear=function(){return["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]},t}();e.pl=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ocorreu um erro ao gerar a descrição da expressão Cron."},t.prototype.at=function(){return"às"},t.prototype.atSpace=function(){return"às "},t.prototype.atX0=function(){return"Às %s"},t.prototype.atX0MinutesPastTheHour=function(){return"aos %s minutos da hora"},t.prototype.atX0SecondsPastTheMinute=function(){return"aos %s segundos do minuto"},t.prototype.betweenX0AndX1=function(){return"entre %s e %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre os dias %s e %s do mês"},t.prototype.commaEveryDay=function(){return", a cada dia"},t.prototype.commaEveryHour=function(){return", a cada hora"},t.prototype.commaEveryMinute=function(){return", a cada minuto"},t.prototype.commaEveryX0Days=function(){return", a cada %s dias"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", a cada %s dias de semana"},t.prototype.commaEveryX0Months=function(){return", a cada %s meses"},t.prototype.commaOnDayX0OfTheMonth=function(){return", no dia %s do mês"},t.prototype.commaOnlyInX0=function(){return", somente em %s"},t.prototype.commaOnlyOnX0=function(){return", somente de %s"},t.prototype.commaOnThe=function(){return", na "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", no último dia do mês"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", no último dia da semana do mês"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", na última %s do mês"},t.prototype.commaOnTheX0OfTheMonth=function(){return", no %s do mês"},t.prototype.commaX0ThroughX1=function(){return", de %s a %s"},t.prototype.everyHour=function(){return"a cada hora"},t.prototype.everyMinute=function(){return"a cada minuto"},t.prototype.everyMinutebetweenX0AndX1=function(){return"a cada minuto entre %s e %s"},t.prototype.everysecond=function(){return"a cada segundo"},t.prototype.everyX0Hours=function(){return"a cada %s horas"},t.prototype.everyX0Minutes=function(){return"a cada %s minutos"},t.prototype.everyX0Seconds=function(){return"a cada %s segundos"},t.prototype.fifth=function(){return"quinta"},t.prototype.first=function(){return"primeira"},t.prototype.firstWeekday=function(){return"primeiro dia da semana"},t.prototype.forth=function(){return"quarta"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"do minuto %s até %s de cada hora"},t.prototype.second=function(){return"segunda"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"No segundo %s até %s de cada minuto"},t.prototype.spaceAnd=function(){return" e"},t.prototype.spaceAndSpace=function(){return" e "},t.prototype.spaceX0OfTheMonth=function(){return" %s do mês"},t.prototype.third=function(){return"terceira"},t.prototype.weekdayNearestDayX0=function(){return"dia da semana mais próximo do dia %s"},t.prototype.commaEveryX0Years=function(){return", a cada %s anos"},t.prototype.commaStartingX0=function(){return", iniciando %s"},t.prototype.daysOfTheWeek=function(){return["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},t.prototype.monthsOfTheYear=function(){return["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},t}();e.pt_BR=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Eroare la generarea descrierii. Verificați sintaxa."},t.prototype.at=function(){return"La"},t.prototype.atSpace=function(){return"La "},t.prototype.atX0=function(){return"la %s"},t.prototype.atX0MinutesPastTheHour=function(){return"la și %s minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"la și %s secunde"},t.prototype.betweenX0AndX1=function(){return"între %s și %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", între zilele %s și %s ale lunii"},t.prototype.commaEveryDay=function(){return", în fiecare zi"},t.prototype.commaEveryHour=function(){return", în fiecare oră"},t.prototype.commaEveryMinute=function(){return", în fiecare minut"},t.prototype.commaEveryX0Days=function(){return", la fiecare %s zile"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", la fiecare a %s-a zi a săptămânii"},t.prototype.commaEveryX0Months=function(){return", la fiecare %s luni"},t.prototype.commaEveryX0Years=function(){return", o dată la %s ani"},t.prototype.commaOnDayX0OfTheMonth=function(){return", în ziua %s a lunii"},t.prototype.commaOnlyInX0=function(){return", doar în %s"},t.prototype.commaOnlyOnX0=function(){return", doar %s"},t.prototype.commaOnThe=function(){return", în "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", în ultima zi a lunii"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", în ultima zi lucrătoare a lunii"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", în ultima %s a lunii"},t.prototype.commaOnTheX0OfTheMonth=function(){return", în %s a lunii"},t.prototype.commaX0ThroughX1=function(){return", de %s până %s"},t.prototype.everyHour=function(){return"în fiecare oră"},t.prototype.everyMinute=function(){return"în fiecare minut"},t.prototype.everyMinutebetweenX0AndX1=function(){return"În fiecare minut între %s și %s"},t.prototype.everysecond=function(){return"în fiecare secundă"},t.prototype.everyX0Hours=function(){return"la fiecare %s ore"},t.prototype.everyX0Minutes=function(){return"la fiecare %s minute"},t.prototype.everyX0Seconds=function(){return"la fiecare %s secunde"},t.prototype.fifth=function(){return"a cincea"},t.prototype.first=function(){return"prima"},t.prototype.firstWeekday=function(){return"prima zi a săptămânii"},t.prototype.forth=function(){return"a patra"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"între minutele %s și %s"},t.prototype.second=function(){return"a doua"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"între secunda %s și secunda %s"},t.prototype.spaceAnd=function(){return" și"},t.prototype.spaceAndSpace=function(){return" și "},t.prototype.spaceX0OfTheMonth=function(){return" %s a lunii"},t.prototype.third=function(){return"a treia"},t.prototype.weekdayNearestDayX0=function(){return"cea mai apropiată zi a săptămânii de ziua %s"},t.prototype.ComaMinX0ThroughMinX1=function(){return", de la %s până la %s"},t.prototype.commaMonthX0ThroughMonthX1=function(){return", din %s până în %s"},t.prototype.commaYearX0ThroughYearX1=function(){return", din %s până în %s"},t.prototype.atX0MinutesPastTheHourGt20=function(){return"la și %s de minute"},t.prototype.atX0SecondsPastTheMinuteGt20=function(){return"la și %s de secunde"},t.prototype.commaStartingX0=function(){return", pornire %s"},t.prototype.daysOfTheWeek=function(){return["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"]},t.prototype.monthsOfTheYear=function(){return["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]},t}();e.ro=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"каждую минуту"},t.prototype.everyHour=function(){return"каждый час"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Произошла ошибка во время генерации описания выражения. Проверьте синтаксис крон-выражения."},t.prototype.atSpace=function(){return"В "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Каждую минуту с %s по %s"},t.prototype.at=function(){return"В"},t.prototype.spaceAnd=function(){return" и"},t.prototype.everysecond=function(){return"каждую секунду"},t.prototype.everyX0Seconds=function(){return"каждые %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"секунды с %s по %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"в %s секунд"},t.prototype.everyX0Minutes=function(){return"каждые %s минут"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"минуты с %s по %s"},t.prototype.atX0MinutesPastTheHour=function(){return"в %s минут"},t.prototype.everyX0Hours=function(){return"каждые %s часов"},t.prototype.betweenX0AndX1=function(){return"с %s по %s"},t.prototype.atX0=function(){return"в %s"},t.prototype.commaEveryDay=function(){return", каждый день"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", каждые %s дней недели"},t.prototype.commaX0ThroughX1=function(){return", %s по %s"},t.prototype.first=function(){return"первый"},t.prototype.second=function(){return"второй"},t.prototype.third=function(){return"третий"},t.prototype.forth=function(){return"четвертый"},t.prototype.fifth=function(){return"пятый"},t.prototype.commaOnThe=function(){return", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s месяца"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", в последний %s месяца"},t.prototype.commaOnlyOnX0=function(){return", только в %s"},t.prototype.commaEveryX0Months=function(){return", каждые %s месяцев"},t.prototype.commaOnlyInX0=function(){return", только в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в последний день месяца"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в последний будний день месяца"},t.prototype.firstWeekday=function(){return"первый будний день"},t.prototype.weekdayNearestDayX0=function(){return"ближайший будний день к %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s месяца"},t.prototype.commaEveryX0Days=function(){return", каждые %s дней"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", с %s по %s число месяца"},t.prototype.commaOnDayX0OfTheMonth=function(){return", в %s число месяца"},t.prototype.spaceAndSpace=function(){return" и "},t.prototype.commaEveryMinute=function(){return", каждую минуту"},t.prototype.commaEveryHour=function(){return", каждый час"},t.prototype.commaEveryX0Years=function(){return", каждые %s лет"},t.prototype.commaStartingX0=function(){return", начало %s"},t.prototype.daysOfTheWeek=function(){return["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},t.prototype.monthsOfTheYear=function(){return["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},t}();e.ru=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"her dakika"},t.prototype.everyHour=function(){return"her saat"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin."},t.prototype.atSpace=function(){return"Saat "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Saat %s ve %s arasındaki her dakika"},t.prototype.at=function(){return"Saat"},t.prototype.spaceAnd=function(){return" ve"},t.prototype.everysecond=function(){return"her saniye"},t.prototype.everyX0Seconds=function(){return"her %s saniyede bir"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"dakikaların %s. ve %s. saniyeleri arası"},t.prototype.atX0SecondsPastTheMinute=function(){return"dakikaların %s. saniyesinde"},t.prototype.everyX0Minutes=function(){return"her %s dakikada bir"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"saatlerin %s. ve %s. dakikaları arası"},t.prototype.atX0MinutesPastTheHour=function(){return"saatlerin %s. dakikasında"},t.prototype.everyX0Hours=function(){return"her %s saatte"},t.prototype.betweenX0AndX1=function(){return"%s ile %s arasında"},t.prototype.atX0=function(){return"saat %s"},t.prototype.commaEveryDay=function(){return", her gün"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", ayın her %s günü"},t.prototype.commaX0ThroughX1=function(){return", %s ile %s arasında"},t.prototype.first=function(){return"ilk"},t.prototype.second=function(){return"ikinci"},t.prototype.third=function(){return"üçüncü"},t.prototype.forth=function(){return"dördüncü"},t.prototype.fifth=function(){return"beşinci"},t.prototype.commaOnThe=function(){return", ayın "},t.prototype.spaceX0OfTheMonth=function(){return" %s günü"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ayın son %s günü"},t.prototype.commaOnlyOnX0=function(){return", sadece %s günü"},t.prototype.commaEveryX0Months=function(){return", %s ayda bir"},t.prototype.commaOnlyInX0=function(){return", sadece %s için"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ayın son günü"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ayın son iş günü"},t.prototype.firstWeekday=function(){return"ilk iş günü"},t.prototype.weekdayNearestDayX0=function(){return"%s. günü sonrasındaki ilk iş günü"},t.prototype.commaOnTheX0OfTheMonth=function(){return", ayın %s"},t.prototype.commaEveryX0Days=function(){return", %s günde bir"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", ayın %s. ve %s. günleri arası"},t.prototype.commaOnDayX0OfTheMonth=function(){return", ayın %s. günü"},t.prototype.spaceAndSpace=function(){return" ve "},t.prototype.commaEveryMinute=function(){return", her dakika"},t.prototype.commaEveryHour=function(){return", her saat"},t.prototype.commaEveryX0Years=function(){return", %s yılda bir"},t.prototype.commaStartingX0=function(){return", başlangıç %s"},t.prototype.daysOfTheWeek=function(){return["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},t.prototype.monthsOfTheYear=function(){return["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]},t}();e.tr=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.everyMinute=function(){return"щохвилини"},t.prototype.everyHour=function(){return"щогодини"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу."},t.prototype.atSpace=function(){return"О "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Щохвилини між %s та %s"},t.prototype.at=function(){return"О"},t.prototype.spaceAnd=function(){return" та"},t.prototype.everysecond=function(){return"Щосекунди"},t.prototype.everyX0Seconds=function(){return"кожні %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"з %s по %s секунду"},t.prototype.atX0SecondsPastTheMinute=function(){return"о %s секунді"},t.prototype.everyX0Minutes=function(){return"кожні %s хвилин"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"з %s по %s хвилину"},t.prototype.atX0MinutesPastTheHour=function(){return"о %s хвилині"},t.prototype.everyX0Hours=function(){return"кожні %s годин"},t.prototype.betweenX0AndX1=function(){return"між %s та %s"},t.prototype.atX0=function(){return"о %s"},t.prototype.commaEveryDay=function(){return", щоденно"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", кожен %s день тижня"},t.prototype.commaX0ThroughX1=function(){return", %s по %s"},t.prototype.first=function(){return"перший"},t.prototype.second=function(){return"другий"},t.prototype.third=function(){return"третій"},t.prototype.forth=function(){return"четвертий"},t.prototype.fifth=function(){return"п'ятий"},t.prototype.commaOnThe=function(){return", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s місяця"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", в останній %s місяця"},t.prototype.commaOnlyOnX0=function(){return", тільки в %s"},t.prototype.commaEveryX0Months=function(){return", кожен %s місяць"},t.prototype.commaOnlyInX0=function(){return", тільки в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в останній день місяця"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в останній будень місяця"},t.prototype.firstWeekday=function(){return"перший будень"},t.prototype.weekdayNearestDayX0=function(){return"будень найближчий до %s дня"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s місяця"},t.prototype.commaEveryX0Days=function(){return", кожен %s день"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", між %s та %s днями місяця"},t.prototype.commaOnDayX0OfTheMonth=function(){return", на %s день місяця"},t.prototype.spaceAndSpace=function(){return" та "},t.prototype.commaEveryMinute=function(){return", щохвилини"},t.prototype.commaEveryHour=function(){return", щогодини"},t.prototype.commaEveryX0Years=function(){return", кожні %s роки"},t.prototype.commaStartingX0=function(){return", початок %s"},t.prototype.daysOfTheWeek=function(){return["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"]},t.prototype.monthsOfTheYear=function(){return["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]},t}();e.uk=n},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"每分钟"},t.prototype.everyHour=function(){return"每小时"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"生成表达式描述时发生了错误,请检查cron表达式语法。"},t.prototype.atSpace=function(){return"在 "},t.prototype.everyMinutebetweenX0AndX1=function(){return"在 %s 和 %s 之间的每分钟"},t.prototype.at=function(){return"在"},t.prototype.spaceAnd=function(){return" 和"},t.prototype.everysecond=function(){return"每秒"},t.prototype.everyX0Seconds=function(){return"每 %s 秒"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"在每分钟的 %s 到 %s 秒"},t.prototype.atX0SecondsPastTheMinute=function(){return"在每分钟的 %s 秒"},t.prototype.everyX0Minutes=function(){return"每 %s 分钟"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"在每小时的 %s 到 %s 分钟"},t.prototype.atX0MinutesPastTheHour=function(){return"在每小时的 %s 分"},t.prototype.everyX0Hours=function(){return"每 %s 小时"},t.prototype.betweenX0AndX1=function(){return"在 %s 和 %s 之间"},t.prototype.atX0=function(){return"在 %s"},t.prototype.commaEveryDay=function(){return", 每天"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", 每周的每 %s 天"},t.prototype.commaX0ThroughX1=function(){return", %s 到 %s"},t.prototype.first=function(){return"第一个"},t.prototype.second=function(){return"第二个"},t.prototype.third=function(){return"第三个"},t.prototype.forth=function(){return"第四个"},t.prototype.fifth=function(){return"第五个"},t.prototype.commaOnThe=function(){return", 在 "},t.prototype.spaceX0OfTheMonth=function(){return"%s 每月"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", 每月的最后一个 %s "},t.prototype.commaOnlyOnX0=function(){return", 仅在 %s"},t.prototype.commaEveryX0Months=function(){return", 每 %s 月"},t.prototype.commaOnlyInX0=function(){return", 仅在 %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", 每月的最后一天"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", 每月的最后一个平日"},t.prototype.firstWeekday=function(){return"第一个平日"},t.prototype.weekdayNearestDayX0=function(){return"最接近 %s 号的平日"},t.prototype.commaOnTheX0OfTheMonth=function(){return", 每月的 %s "},t.prototype.commaEveryX0Days=function(){return", 每 %s 天"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", 在每月的 %s 和 %s 号之间"},t.prototype.commaOnDayX0OfTheMonth=function(){return", 每月的 %s 号"},t.prototype.spaceAndSpace=function(){return" 和 "},t.prototype.commaEveryMinute=function(){return", 每分钟"},t.prototype.commaEveryHour=function(){return", 每小时"},t.prototype.commaEveryX0Years=function(){return", 每 %s 年"},t.prototype.commaStartingX0=function(){return", 开始 %s"},t.prototype.daysOfTheWeek=function(){return["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},t.prototype.monthsOfTheYear=function(){return["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},t}();e.zh_CN=n}])});

@@ -83,3 +83,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (options.use24HourTimeFormat === undefined) {
options.use24HourTimeFormat = this.i18n.Use24HourTimeFormatByDefault();
options.use24HourTimeFormat = this.i18n.use24HourTimeFormatByDefault();
}

@@ -103,4 +103,2 @@ }

};
ExpressionDescriptor.locale = function (localeName) {
};
ExpressionDescriptor.prototype.getFullDescription = function () {

@@ -122,3 +120,3 @@ var description = "";

if (!this.options.throwExceptionOnParseError) {
description = this.i18n.AnErrorOccuredWhenGeneratingTheExpressionD();
description = this.i18n.anErrorOccuredWhenGeneratingTheExpressionD();
}

@@ -139,3 +137,3 @@ else {

&& !stringUtilities_1.StringUtilities.containsAny(secondsExpression, ExpressionDescriptor.specialCharacters)) {
description += this.i18n.AtSpace() + this.formatTime(hourExpression, minuteExpression, secondsExpression);
description += this.i18n.atSpace() + this.formatTime(hourExpression, minuteExpression, secondsExpression);
}

@@ -146,7 +144,7 @@ else if (minuteExpression.indexOf("-") > -1

var minuteParts = minuteExpression.split("-");
description += stringUtilities_1.StringUtilities.format(this.i18n.EveryMinuteBetweenX0AndX1(), this.formatTime(hourExpression, minuteParts[0], ""), this.formatTime(hourExpression, minuteParts[1], ""));
description += stringUtilities_1.StringUtilities.format(this.i18n.everyMinutebetweenX0AndX1(), this.formatTime(hourExpression, minuteParts[0], ""), this.formatTime(hourExpression, minuteParts[1], ""));
}
else if (hourExpression.indexOf(",") > -1 && !stringUtilities_1.StringUtilities.containsAny(minuteExpression, ExpressionDescriptor.specialCharacters)) {
var hourParts = hourExpression.split(",");
description += this.i18n.At();
description += this.i18n.at();
for (var i = 0; i < hourParts.length; i++) {

@@ -159,3 +157,3 @@ description += " ";

if (i == hourParts.length - 2) {
description += this.i18n.SpaceAnd();
description += this.i18n.spaceAnd();
}

@@ -182,6 +180,6 @@ }

var _this = this;
var description = this.getSegmentDescription(this.expressionParts[0], this.i18n.EverySecond(), function (s) { return s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.EveryX0Seconds(), s); }, function (s) { return _this.i18n.SecondsX0ThroughX1PastTheMinute(); }, function (s) {
var description = this.getSegmentDescription(this.expressionParts[0], this.i18n.everysecond(), function (s) { return s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.everyX0Seconds(), s); }, function (s) { return _this.i18n.secondsX0ThroughX1PastTheMinute(); }, function (s) {
return s == "0" ? "" : parseInt(s) < 20
? _this.i18n.AtX0SecondsPastTheMinute()
: _this.i18n.AtX0SecondsPastTheMinuteGt20() || _this.i18n.AtX0SecondsPastTheMinute();
? _this.i18n.atX0SecondsPastTheMinute()
: _this.i18n.atX0SecondsPastTheMinuteGt20() || _this.i18n.atX0SecondsPastTheMinute();
});

@@ -192,10 +190,10 @@ return description;

var _this = this;
var description = this.getSegmentDescription(this.expressionParts[1], this.i18n.EveryMinute(), function (s) { return s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.EveryX0Minutes(), s); }, function (s) { return _this.i18n.MinutesX0ThroughX1PastTheHour(); }, function (s) {
var description = this.getSegmentDescription(this.expressionParts[1], this.i18n.everyMinute(), function (s) { return s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.everyX0Minutes(), s); }, function (s) { return _this.i18n.minutesX0ThroughX1PastTheHour(); }, function (s) {
try {
return s == "0" ? "" : parseInt(s) < 20
? _this.i18n.AtX0MinutesPastTheHour()
: _this.i18n.AtX0MinutesPastTheHourGt20() || _this.i18n.AtX0MinutesPastTheHour();
? _this.i18n.atX0MinutesPastTheHour()
: _this.i18n.atX0MinutesPastTheHourGt20() || _this.i18n.atX0MinutesPastTheHour();
}
catch (e) {
return _this.i18n.AtX0MinutesPastTheHour();
return _this.i18n.atX0MinutesPastTheHour();
}

@@ -208,3 +206,3 @@ });

var expression = this.expressionParts[2];
var description = this.getSegmentDescription(expression, this.i18n.EveryHour(), function (s) { return _this.formatTime(s, "0", ""); }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.EveryX0Hours(), s); }, function (s) { return _this.i18n.BetweenX0AndX1(); }, function (s) { return _this.i18n.AtX0(); });
var description = this.getSegmentDescription(expression, this.i18n.everyHour(), function (s) { return _this.formatTime(s, "0", ""); }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.everyX0Hours(), s); }, function (s) { return _this.i18n.betweenX0AndX1(); }, function (s) { return _this.i18n.atX0(); });
return description;

@@ -214,4 +212,4 @@ };

var _this = this;
var daysOfWeekNames = this.i18n.DaysOfTheWeek();
var description = this.getSegmentDescription(this.expressionParts[5], this.i18n.ComaEveryDay(), function (s) {
var daysOfWeekNames = this.i18n.daysOfTheWeek();
var description = this.getSegmentDescription(this.expressionParts[5], this.i18n.commaEveryDay(), function (s) {
var exp = s;

@@ -225,3 +223,3 @@ if (s.indexOf("#") > -1) {

return daysOfWeekNames[parseInt(exp)];
}, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.ComaEveryX0DaysOfTheWeek(), s); }, function (s) { return _this.i18n.ComaX0ThroughX1(); }, function (s) {
}, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.commaEveryX0daysOfTheWeek(), s); }, function (s) { return _this.i18n.commaX0ThroughX1(); }, function (s) {
var format = null;

@@ -233,24 +231,24 @@ if (s.indexOf("#") > -1) {

case "1":
dayOfWeekOfMonthDescription = _this.i18n.First();
dayOfWeekOfMonthDescription = _this.i18n.first();
break;
case "2":
dayOfWeekOfMonthDescription = _this.i18n.Second();
dayOfWeekOfMonthDescription = _this.i18n.second();
break;
case "3":
dayOfWeekOfMonthDescription = _this.i18n.Third();
dayOfWeekOfMonthDescription = _this.i18n.third();
break;
case "4":
dayOfWeekOfMonthDescription = _this.i18n.Forth();
dayOfWeekOfMonthDescription = _this.i18n.forth();
break;
case "5":
dayOfWeekOfMonthDescription = _this.i18n.Fifth();
dayOfWeekOfMonthDescription = _this.i18n.fifth();
break;
}
format = _this.i18n.ComaOnThe() + dayOfWeekOfMonthDescription + _this.i18n.SpaceX0OfTheMonth();
format = _this.i18n.commaOnThe() + dayOfWeekOfMonthDescription + _this.i18n.spaceX0OfTheMonth();
}
else if (s.indexOf("L") > -1) {
format = _this.i18n.ComaOnTheLastX0OfTheMonth();
format = _this.i18n.commaOnTheLastX0OfTheMonth();
}
else {
format = _this.i18n.ComaOnlyOnX0();
format = _this.i18n.commaOnlyOnX0();
}

@@ -263,4 +261,4 @@ return format;

var _this = this;
var monthNames = this.i18n.MonthsOfTheYear();
var description = this.getSegmentDescription(this.expressionParts[4], "", function (s) { return monthNames[(parseInt(s) - 1)]; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.ComaEveryX0Months(), s); }, function (s) { return _this.i18n.ComaMonthX0ThroughMonthX1() || _this.i18n.ComaX0ThroughX1(); }, function (s) { return _this.i18n.ComaOnlyInX0(); });
var monthNames = this.i18n.monthsOfTheYear();
var description = this.getSegmentDescription(this.expressionParts[4], "", function (s) { return monthNames[(parseInt(s) - 1)]; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.commaEveryX0Months(), s); }, function (s) { return _this.i18n.commaMonthX0ThroughMonthX1() || _this.i18n.commaX0ThroughX1(); }, function (s) { return _this.i18n.commaOnlyInX0(); });
return description;

@@ -274,7 +272,7 @@ };

case "L":
description = this.i18n.ComaOnTheLastDayOfTheMonth();
description = this.i18n.commaOnTheLastDayOfTheMonth();
break;
case "WL":
case "LW":
description = this.i18n.ComaOnTheLastWeekdayOfTheMonth();
description = this.i18n.commaOnTheLastWeekdayOfTheMonth();
break;

@@ -285,12 +283,12 @@ default:

var dayNumber = parseInt(matches[0].replace("W", ""));
var dayString = dayNumber == 1 ? this.i18n.FirstWeekday() :
stringUtilities_1.StringUtilities.format(this.i18n.WeekdayNearestDayX0(), dayNumber.toString());
description = stringUtilities_1.StringUtilities.format(this.i18n.ComaOnTheX0OfTheMonth(), dayString);
var dayString = dayNumber == 1 ? this.i18n.firstWeekday() :
stringUtilities_1.StringUtilities.format(this.i18n.weekdayNearestDayX0(), dayNumber.toString());
description = stringUtilities_1.StringUtilities.format(this.i18n.commaOnTheX0OfTheMonth(), dayString);
break;
}
else {
description = this.getSegmentDescription(expression, this.i18n.ComaEveryDay(), function (s) { return s; }, function (s) {
return s == "1" ? _this.i18n.ComaEveryDay() :
_this.i18n.ComaEveryX0Days();
}, function (s) { return _this.i18n.ComaBetweenDayX0AndX1OfTheMonth(); }, function (s) { return _this.i18n.ComaOnDayX0OfTheMonth(); });
description = this.getSegmentDescription(expression, this.i18n.commaEveryDay(), function (s) { return s; }, function (s) {
return s == "1" ? _this.i18n.commaEveryDay() :
_this.i18n.commaEveryX0Days();
}, function (s) { return _this.i18n.commaBetweenDayX0AndX1OfTheMonth(); }, function (s) { return _this.i18n.commaOnDayX0OfTheMonth(); });
break;

@@ -303,3 +301,3 @@ }

var _this = this;
var description = this.getSegmentDescription(this.expressionParts[6], "", function (s) { return /^\d+$/.test(s) ? new Date(parseInt(s), 1).getFullYear().toString() : s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.ComaEveryX0Years(), s); }, function (s) { return _this.i18n.ComaYearX0ThroughYearX1() || _this.i18n.ComaX0ThroughX1(); }, function (s) { return _this.i18n.ComaOnlyInX0(); });
var description = this.getSegmentDescription(this.expressionParts[6], "", function (s) { return /^\d+$/.test(s) ? new Date(parseInt(s), 1).getFullYear().toString() : s; }, function (s) { return stringUtilities_1.StringUtilities.format(_this.i18n.commaEveryX0Years(), s); }, function (s) { return _this.i18n.commaYearX0ThroughYearX1() || _this.i18n.commaX0ThroughX1(); }, function (s) { return _this.i18n.commaOnlyInX0(); });
return description;

@@ -332,3 +330,3 @@ };

rangeItemDescription = rangeItemDescription.replace(", ", "");
description += stringUtilities_1.StringUtilities.format(this.i18n.CommaStartingX0(), rangeItemDescription);
description += stringUtilities_1.StringUtilities.format(this.i18n.commaStartingX0(), rangeItemDescription);
}

@@ -347,6 +345,6 @@ }

if (i > 0 && segments.length > 1 && (i == segments.length - 1 || segments.length == 2)) {
descriptionContent += this.i18n.SpaceAndSpace();
descriptionContent += this.i18n.spaceAndSpace();
}
if (segments[i].indexOf("-") > -1) {
var betweenSegmentDescription = this.generateBetweenSegmentDescription(segments[i], (function (s) { return _this.i18n.ComaX0ThroughX1(); }), getSingleItemDescription);
var betweenSegmentDescription = this.generateBetweenSegmentDescription(segments[i], (function (s) { return _this.i18n.commaX0ThroughX1(); }), getSingleItemDescription);
betweenSegmentDescription = betweenSegmentDescription.replace(", ", "");

@@ -394,5 +392,5 @@ descriptionContent += betweenSegmentDescription;

if (!useVerboseFormat) {
description = description.replace(new RegExp(this.i18n.ComaEveryMinute(), 'g'), "");
description = description.replace(new RegExp(this.i18n.ComaEveryHour(), 'g'), "");
description = description.replace(new RegExp(this.i18n.ComaEveryDay(), 'g'), "");
description = description.replace(new RegExp(this.i18n.commaEveryMinute(), 'g'), "");
description = description.replace(new RegExp(this.i18n.commaEveryHour(), 'g'), "");
description = description.replace(new RegExp(this.i18n.commaEveryDay(), 'g'), "");
}

@@ -576,187 +574,187 @@ return description;

}
en.prototype.AtX0SecondsPastTheMinuteGt20 = function () { return null; };
en.prototype.AtX0MinutesPastTheHourGt20 = function () { return null; };
en.prototype.ComaMonthX0ThroughMonthX1 = function () { return null; };
en.prototype.ComaYearX0ThroughYearX1 = function () { return null; };
en.prototype.Use24HourTimeFormatByDefault = function () { return false; };
en.prototype.AnErrorOccuredWhenGeneratingTheExpressionD = function () {
en.prototype.atX0SecondsPastTheMinuteGt20 = function () { return null; };
en.prototype.atX0MinutesPastTheHourGt20 = function () { return null; };
en.prototype.commaMonthX0ThroughMonthX1 = function () { return null; };
en.prototype.commaYearX0ThroughYearX1 = function () { return null; };
en.prototype.use24HourTimeFormatByDefault = function () { return false; };
en.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "An error occured when generating the expression description. Check the cron expression syntax.";
};
;
en.prototype.EveryMinute = function () {
en.prototype.everyMinute = function () {
return "every minute";
};
;
en.prototype.EveryHour = function () {
en.prototype.everyHour = function () {
return "every hour";
};
;
en.prototype.AtSpace = function () {
en.prototype.atSpace = function () {
return "At ";
};
;
en.prototype.EveryMinuteBetweenX0AndX1 = function () {
en.prototype.everyMinutebetweenX0AndX1 = function () {
return "Every minute between %s and %s";
};
;
en.prototype.At = function () {
en.prototype.at = function () {
return "At";
};
;
en.prototype.SpaceAnd = function () {
en.prototype.spaceAnd = function () {
return " and";
};
;
en.prototype.EverySecond = function () {
en.prototype.everysecond = function () {
return "every second";
};
;
en.prototype.EveryX0Seconds = function () {
en.prototype.everyX0Seconds = function () {
return "every %s seconds";
};
;
en.prototype.SecondsX0ThroughX1PastTheMinute = function () {
en.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "seconds %s through %s past the minute";
};
;
en.prototype.AtX0SecondsPastTheMinute = function () {
en.prototype.atX0SecondsPastTheMinute = function () {
return "at %s seconds past the minute";
};
;
en.prototype.EveryX0Minutes = function () {
en.prototype.everyX0Minutes = function () {
return "every %s minutes";
};
;
en.prototype.MinutesX0ThroughX1PastTheHour = function () {
en.prototype.minutesX0ThroughX1PastTheHour = function () {
return "minutes %s through %s past the hour";
};
;
en.prototype.AtX0MinutesPastTheHour = function () {
en.prototype.atX0MinutesPastTheHour = function () {
return "at %s minutes past the hour";
};
;
en.prototype.EveryX0Hours = function () {
en.prototype.everyX0Hours = function () {
return "every %s hours";
};
;
en.prototype.BetweenX0AndX1 = function () {
en.prototype.betweenX0AndX1 = function () {
return "between %s and %s";
};
;
en.prototype.AtX0 = function () {
en.prototype.atX0 = function () {
return "at %s";
};
;
en.prototype.ComaEveryDay = function () {
en.prototype.commaEveryDay = function () {
return ", every day";
};
;
en.prototype.ComaEveryX0DaysOfTheWeek = function () {
en.prototype.commaEveryX0daysOfTheWeek = function () {
return ", every %s days of the week";
};
;
en.prototype.ComaX0ThroughX1 = function () {
en.prototype.commaX0ThroughX1 = function () {
return ", %s through %s";
};
;
en.prototype.First = function () {
en.prototype.first = function () {
return "first";
};
;
en.prototype.Second = function () {
en.prototype.second = function () {
return "second";
};
;
en.prototype.Third = function () {
en.prototype.third = function () {
return "third";
};
;
en.prototype.Forth = function () {
en.prototype.forth = function () {
return "forth";
};
;
en.prototype.Fifth = function () {
en.prototype.fifth = function () {
return "fifth";
};
;
en.prototype.ComaOnThe = function () {
en.prototype.commaOnThe = function () {
return ", on the ";
};
;
en.prototype.SpaceX0OfTheMonth = function () {
en.prototype.spaceX0OfTheMonth = function () {
return " %s of the month";
};
;
en.prototype.ComaOnTheLastX0OfTheMonth = function () {
en.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", on the last %s of the month";
};
;
en.prototype.ComaOnlyOnX0 = function () {
en.prototype.commaOnlyOnX0 = function () {
return ", only on %s";
};
;
en.prototype.ComaEveryX0Months = function () {
en.prototype.commaEveryX0Months = function () {
return ", every %s months";
};
;
en.prototype.ComaOnlyInX0 = function () {
en.prototype.commaOnlyInX0 = function () {
return ", only in %s";
};
;
en.prototype.ComaOnTheLastDayOfTheMonth = function () {
en.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", on the last day of the month";
};
;
en.prototype.ComaOnTheLastWeekdayOfTheMonth = function () {
en.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", on the last weekday of the month";
};
;
en.prototype.FirstWeekday = function () {
en.prototype.firstWeekday = function () {
return "first weekday";
};
;
en.prototype.WeekdayNearestDayX0 = function () {
en.prototype.weekdayNearestDayX0 = function () {
return "weekday nearest day %s";
};
;
en.prototype.ComaOnTheX0OfTheMonth = function () {
en.prototype.commaOnTheX0OfTheMonth = function () {
return ", on the %s of the month";
};
;
en.prototype.ComaEveryX0Days = function () {
en.prototype.commaEveryX0Days = function () {
return ", every %s days";
};
;
en.prototype.ComaBetweenDayX0AndX1OfTheMonth = function () {
en.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", between day %s and %s of the month";
};
;
en.prototype.ComaOnDayX0OfTheMonth = function () {
en.prototype.commaOnDayX0OfTheMonth = function () {
return ", on day %s of the month";
};
;
en.prototype.SpaceAndSpace = function () {
en.prototype.spaceAndSpace = function () {
return " and ";
};
;
en.prototype.ComaEveryMinute = function () {
en.prototype.commaEveryMinute = function () {
return ", every minute";
};
;
en.prototype.ComaEveryHour = function () {
en.prototype.commaEveryHour = function () {
return ", every hour";
};
;
en.prototype.ComaEveryX0Years = function () {
en.prototype.commaEveryX0Years = function () {
return ", every %s years";
};
;
en.prototype.CommaStartingX0 = function () {
en.prototype.commaStartingX0 = function () {
return ", starting %s";
};
;
en.prototype.DaysOfTheWeek = function () {
en.prototype.daysOfTheWeek = function () {
return ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
};
en.prototype.MonthsOfTheYear = function () {
en.prototype.monthsOfTheYear = function () {
return ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];

@@ -763,0 +761,0 @@ };

@@ -1,1 +0,1 @@

!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("cronstrue",[],e):"object"==typeof exports?exports.cronstrue=e():t.cronstrue=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={exports:{},id:r,loaded:!1};return t[r].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),i=n(4);r.ExpressionDescriptor.initialize(new i.enLocaleLoader),t.exports=r.ExpressionDescriptor},function(t,e,n){"use strict";var r=n(2),i=n(3),o=function(){function t(e,n){this.expression=e,this.options=n,this.expressionParts=new Array(5),t.locales[n.locale]?this.i18n=t.locales[n.locale]:this.i18n=t.locales.en,void 0===n.use24HourTimeFormat&&(n.use24HourTimeFormat=this.i18n.Use24HourTimeFormatByDefault())}return t.toString=function(e,n){var r=void 0===n?{}:n,i=r.throwExceptionOnParseError,o=void 0===i||i,s=r.verbose,a=void 0!==s&&s,u=r.dayOfWeekStartIndexZero,p=void 0===u||u,c=r.use24HourTimeFormat,h=r.locale,f=void 0===h?"en":h,y={throwExceptionOnParseError:o,verbose:a,dayOfWeekStartIndexZero:p,use24HourTimeFormat:c,locale:f},l=new t(e,y);return l.getFullDescription()},t.initialize=function(e){t.specialCharacters=["/","-",",","*"],e.load(t.locales)},t.locale=function(t){},t.prototype.getFullDescription=function(){var t="";try{var e=new i.CronParser(this.expression,this.options.dayOfWeekStartIndexZero);this.expressionParts=e.parse();var n=this.getTimeOfDayDescription(),r=this.getDayOfMonthDescription(),o=this.getMonthDescription(),s=this.getDayOfWeekDescription(),a=this.getYearDescription();t+=n+r+s+o+a,t=this.transformVerbosity(t,this.options.verbose),t=t.charAt(0).toLocaleUpperCase()+t.substr(1)}catch(u){if(this.options.throwExceptionOnParseError)throw""+u;t=this.i18n.AnErrorOccuredWhenGeneratingTheExpressionD()}return t},t.prototype.getTimeOfDayDescription=function(){var e=this.expressionParts[0],n=this.expressionParts[1],i=this.expressionParts[2],o="";if(r.StringUtilities.containsAny(n,t.specialCharacters)||r.StringUtilities.containsAny(i,t.specialCharacters)||r.StringUtilities.containsAny(e,t.specialCharacters))if(!(n.indexOf("-")>-1)||n.indexOf(",")>-1||r.StringUtilities.containsAny(i,t.specialCharacters))if(i.indexOf(",")>-1&&!r.StringUtilities.containsAny(n,t.specialCharacters)){var s=i.split(",");o+=this.i18n.At();for(var a=0;a<s.length;a++)o+=" ",o+=this.formatTime(s[a],n,""),a<s.length-2&&(o+=","),a==s.length-2&&(o+=this.i18n.SpaceAnd())}else{var u=this.getSecondsDescription(),p=this.getMinutesDescription(),c=this.getHoursDescription();o+=u,o.length>0&&(o+=", "),o+=p,o.length>0&&(o+=", "),o+=c}else{var h=n.split("-");o+=r.StringUtilities.format(this.i18n.EveryMinuteBetweenX0AndX1(),this.formatTime(i,h[0],""),this.formatTime(i,h[1],""))}else o+=this.i18n.AtSpace()+this.formatTime(i,n,e);return o},t.prototype.getSecondsDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[0],this.i18n.EverySecond(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.EveryX0Seconds(),e)},function(e){return t.i18n.SecondsX0ThroughX1PastTheMinute()},function(e){return"0"==e?"":parseInt(e)<20?t.i18n.AtX0SecondsPastTheMinute():t.i18n.AtX0SecondsPastTheMinuteGt20()||t.i18n.AtX0SecondsPastTheMinute()});return e},t.prototype.getMinutesDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[1],this.i18n.EveryMinute(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.EveryX0Minutes(),e)},function(e){return t.i18n.MinutesX0ThroughX1PastTheHour()},function(e){try{return"0"==e?"":parseInt(e)<20?t.i18n.AtX0MinutesPastTheHour():t.i18n.AtX0MinutesPastTheHourGt20()||t.i18n.AtX0MinutesPastTheHour()}catch(n){return t.i18n.AtX0MinutesPastTheHour()}});return e},t.prototype.getHoursDescription=function(){var t=this,e=this.expressionParts[2],n=this.getSegmentDescription(e,this.i18n.EveryHour(),function(e){return t.formatTime(e,"0","")},function(e){return r.StringUtilities.format(t.i18n.EveryX0Hours(),e)},function(e){return t.i18n.BetweenX0AndX1()},function(e){return t.i18n.AtX0()});return n},t.prototype.getDayOfWeekDescription=function(){var t=this,e=this.i18n.DaysOfTheWeek(),n=this.getSegmentDescription(this.expressionParts[5],this.i18n.ComaEveryDay(),function(t){var n=t;return t.indexOf("#")>-1?n=t.substr(0,t.indexOf("#")):t.indexOf("L")>-1&&(n=n.replace("L","")),e[parseInt(n)]},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0DaysOfTheWeek(),e)},function(e){return t.i18n.ComaX0ThroughX1()},function(e){var n=null;if(e.indexOf("#")>-1){var r=e.substring(e.indexOf("#")+1),i=null;switch(r){case"1":i=t.i18n.First();break;case"2":i=t.i18n.Second();break;case"3":i=t.i18n.Third();break;case"4":i=t.i18n.Forth();break;case"5":i=t.i18n.Fifth()}n=t.i18n.ComaOnThe()+i+t.i18n.SpaceX0OfTheMonth()}else n=e.indexOf("L")>-1?t.i18n.ComaOnTheLastX0OfTheMonth():t.i18n.ComaOnlyOnX0();return n});return n},t.prototype.getMonthDescription=function(){var t=this,e=this.i18n.MonthsOfTheYear(),n=this.getSegmentDescription(this.expressionParts[4],"",function(t){return e[parseInt(t)-1]},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0Months(),e)},function(e){return t.i18n.ComaMonthX0ThroughMonthX1()||t.i18n.ComaX0ThroughX1()},function(e){return t.i18n.ComaOnlyInX0()});return n},t.prototype.getDayOfMonthDescription=function(){var t=this,e=null,n=this.expressionParts[3];switch(n){case"L":e=this.i18n.ComaOnTheLastDayOfTheMonth();break;case"WL":case"LW":e=this.i18n.ComaOnTheLastWeekdayOfTheMonth();break;default:var i=n.match(/(\d{1,2}W)|(W\d{1,2})/);if(i){var o=parseInt(i[0].replace("W","")),s=1==o?this.i18n.FirstWeekday():r.StringUtilities.format(this.i18n.WeekdayNearestDayX0(),o.toString());e=r.StringUtilities.format(this.i18n.ComaOnTheX0OfTheMonth(),s);break}e=this.getSegmentDescription(n,this.i18n.ComaEveryDay(),function(t){return t},function(e){return"1"==e?t.i18n.ComaEveryDay():t.i18n.ComaEveryX0Days()},function(e){return t.i18n.ComaBetweenDayX0AndX1OfTheMonth()},function(e){return t.i18n.ComaOnDayX0OfTheMonth()})}return e},t.prototype.getYearDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[6],"",function(t){return/^\d+$/.test(t)?new Date(parseInt(t),1).getFullYear().toString():t},function(e){return r.StringUtilities.format(t.i18n.ComaEveryX0Years(),e)},function(e){return t.i18n.ComaYearX0ThroughYearX1()||t.i18n.ComaX0ThroughX1()},function(e){return t.i18n.ComaOnlyInX0()});return e},t.prototype.getSegmentDescription=function(t,e,n,i,o,s){var a=this,u=null;if(t)if("*"===t)u=e;else if(r.StringUtilities.containsAny(t,["/","-",","]))if(t.indexOf("/")>-1){var p=t.split("/");if(u=r.StringUtilities.format(i(p[1]),n(p[1])),p[0].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(p[0],o,n);0!=c.indexOf(", ")&&(u+=", "),u+=c}else if(!r.StringUtilities.containsAny(p[0],["*",","])){var h=r.StringUtilities.format(s(p[0]),n(p[0]));h=h.replace(", ",""),u+=r.StringUtilities.format(this.i18n.CommaStartingX0(),h)}}else if(t.indexOf(",")>-1){for(var p=t.split(","),f="",y=0;y<p.length;y++)if(y>0&&p.length>2&&(f+=",",y<p.length-1&&(f+=" ")),y>0&&p.length>1&&(y==p.length-1||2==p.length)&&(f+=this.i18n.SpaceAndSpace()),p[y].indexOf("-")>-1){var c=this.generateBetweenSegmentDescription(p[y],function(t){return a.i18n.ComaX0ThroughX1()},n);c=c.replace(", ",""),f+=c}else f+=n(p[y]);u=r.StringUtilities.format(s(t),f)}else t.indexOf("-")>-1&&(u=this.generateBetweenSegmentDescription(t,o,n));else u=r.StringUtilities.format(s(t),n(t));else u="";return u},t.prototype.generateBetweenSegmentDescription=function(t,e,n){var i="",o=t.split("-"),s=n(o[0]),a=n(o[1]);a=a.replace(":00",":59");var u=e(t);return i+=r.StringUtilities.format(u,s,a)},t.prototype.formatTime=function(t,e,n){var r=parseInt(t),i="";this.options.use24HourTimeFormat||(i=r>=12?" PM":" AM",r>12&&(r-=12));var o=e,s="";return n&&(s=":"+("00"+n).substring(n.length)),("00"+r.toString()).substring(r.toString().length)+":"+("00"+o.toString()).substring(o.toString().length)+s+i},t.prototype.transformVerbosity=function(t,e){return e||(t=t.replace(new RegExp(this.i18n.ComaEveryMinute(),"g"),""),t=t.replace(new RegExp(this.i18n.ComaEveryHour(),"g"),""),t=t.replace(new RegExp(this.i18n.ComaEveryDay(),"g"),"")),t},t.locales={},t}();e.ExpressionDescriptor=o},function(t,e){"use strict";var n=function(){function t(){}return t.format=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return t.replace(/%s/g,function(){return e.shift()})},t.containsAny=function(t,e){return e.some(function(e){return t.indexOf(e)>-1})},t}();e.StringUtilities=n},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=!0),this.expression=t,this.dayOfWeekStartIndexZero=e}return t.prototype.parse=function(){if(!this.expression)throw new Error("Expression is empty");var t=this.expression.trim().split(" ");if(t.length<5)throw new Error("Expression only has "+t.length+" parts. At least 5 part are required.");if(5==t.length)t.unshift(""),t.push("");else if(6==t.length)/\d{4}$/.test(t[5])?t.unshift(""):t.push("");else if(t.length>7)throw new Error("Expression has "+t.length+" parts; too many!");return this.normalizeExpression(t),t},t.prototype.normalizeExpression=function(t){t[3]=t[3].replace("?","*"),t[5]=t[5].replace("?","*"),0==t[0].indexOf("0/")&&(t[0]=t[0].replace("0/","*/")),0==t[1].indexOf("0/")&&(t[1]=t[1].replace("0/","*/")),0==t[2].indexOf("0/")&&(t[2]=t[2].replace("0/","*/")),0==t[3].indexOf("1/")&&(t[3]=t[3].replace("1/","*/")),0==t[4].indexOf("1/")&&(t[4]=t[4].replace("1/","*/")),0==t[5].indexOf("1/")&&(t[5]=t[5].replace("1/","*/")),0==t[6].indexOf("1/")&&(t[6]=t[6].replace("1/","*/")),this.dayOfWeekStartIndexZero||(t[5]=t[5].replace(/(^\d)|([^#\/\s]\d)+/g,function(t){var e=t.replace(/\D/,""),n=(parseInt(e)-1).toString();return t.replace(e,n)})),"?"==t[3]&&(t[3]="*");var e={SUN:0,MON:1,TUE:2,WED:3,THU:4,FRI:5,SAT:6};for(var n in e)t[5]=t[5].replace(new RegExp(n,"g"),e[n].toString());var r={JAN:1,FEB:2,MAR:3,APR:4,MAY:5,JUN:6,JUL:7,AUG:8,SEP:9,OCT:10,NOV:11,DEC:12};for(var i in r)t[4]=t[4].replace(new RegExp(i,"g"),r[i].toString());"0"==t[0]&&(t[0]="");for(var o=0;o<t.length;o++)if("*/1"==t[o]&&(t[o]="*"),t[o].indexOf("/")>-1&&!/^\*|\-|\,/.test(t[o])){var s=null;switch(o){case 4:s="12";break;case 5:s="6";break;case 6:s="9999";break;default:s=null}if(null!=s){var a=t[o].split("/");t[o]=a[0]+"-"+s+"/"+a[1]}}},t}();e.CronParser=n},function(t,e,n){"use strict";var r=n(5),i=function(){function t(){}return t.prototype.load=function(t){t.en=new r.en},t}();e.enLocaleLoader=i},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.AtX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.AtX0MinutesPastTheHourGt20=function(){return null},t.prototype.ComaMonthX0ThroughMonthX1=function(){return null},t.prototype.ComaYearX0ThroughYearX1=function(){return null},t.prototype.Use24HourTimeFormatByDefault=function(){return!1},t.prototype.AnErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.EveryMinute=function(){return"every minute"},t.prototype.EveryHour=function(){return"every hour"},t.prototype.AtSpace=function(){return"At "},t.prototype.EveryMinuteBetweenX0AndX1=function(){return"Every minute between %s and %s"},t.prototype.At=function(){return"At"},t.prototype.SpaceAnd=function(){return" and"},t.prototype.EverySecond=function(){return"every second"},t.prototype.EveryX0Seconds=function(){return"every %s seconds"},t.prototype.SecondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},t.prototype.AtX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.EveryX0Minutes=function(){return"every %s minutes"},t.prototype.MinutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.AtX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.EveryX0Hours=function(){return"every %s hours"},t.prototype.BetweenX0AndX1=function(){return"between %s and %s"},t.prototype.AtX0=function(){return"at %s"},t.prototype.ComaEveryDay=function(){return", every day"},t.prototype.ComaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},t.prototype.ComaX0ThroughX1=function(){return", %s through %s"},t.prototype.First=function(){return"first"},t.prototype.Second=function(){return"second"},t.prototype.Third=function(){return"third"},t.prototype.Forth=function(){return"forth"},t.prototype.Fifth=function(){return"fifth"},t.prototype.ComaOnThe=function(){return", on the "},t.prototype.SpaceX0OfTheMonth=function(){return" %s of the month"},t.prototype.ComaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},t.prototype.ComaOnlyOnX0=function(){return", only on %s"},t.prototype.ComaEveryX0Months=function(){return", every %s months"},t.prototype.ComaOnlyInX0=function(){return", only in %s"},t.prototype.ComaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},t.prototype.ComaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},t.prototype.FirstWeekday=function(){return"first weekday"},t.prototype.WeekdayNearestDayX0=function(){return"weekday nearest day %s"},t.prototype.ComaOnTheX0OfTheMonth=function(){return", on the %s of the month"},t.prototype.ComaEveryX0Days=function(){return", every %s days"},t.prototype.ComaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},t.prototype.ComaOnDayX0OfTheMonth=function(){return", on day %s of the month"},t.prototype.SpaceAndSpace=function(){return" and "},t.prototype.ComaEveryMinute=function(){return", every minute"},t.prototype.ComaEveryHour=function(){return", every hour"},t.prototype.ComaEveryX0Years=function(){return", every %s years"},t.prototype.CommaStartingX0=function(){return", starting %s"},t.prototype.DaysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},t.prototype.MonthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},t}();e.en=n}])});
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("cronstrue",[],e):"object"==typeof exports?exports.cronstrue=e():t.cronstrue=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={exports:{},id:r,loaded:!1};return t[r].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),i=n(4);r.ExpressionDescriptor.initialize(new i.enLocaleLoader),t.exports=r.ExpressionDescriptor},function(t,e,n){"use strict";var r=n(2),i=n(3),o=function(){function t(e,n){this.expression=e,this.options=n,this.expressionParts=new Array(5),t.locales[n.locale]?this.i18n=t.locales[n.locale]:this.i18n=t.locales.en,void 0===n.use24HourTimeFormat&&(n.use24HourTimeFormat=this.i18n.use24HourTimeFormatByDefault())}return t.toString=function(e,n){var r=void 0===n?{}:n,i=r.throwExceptionOnParseError,o=void 0===i||i,s=r.verbose,a=void 0!==s&&s,u=r.dayOfWeekStartIndexZero,c=void 0===u||u,p=r.use24HourTimeFormat,h=r.locale,f=void 0===h?"en":h,y={throwExceptionOnParseError:o,verbose:a,dayOfWeekStartIndexZero:c,use24HourTimeFormat:p,locale:f},m=new t(e,y);return m.getFullDescription()},t.initialize=function(e){t.specialCharacters=["/","-",",","*"],e.load(t.locales)},t.prototype.getFullDescription=function(){var t="";try{var e=new i.CronParser(this.expression,this.options.dayOfWeekStartIndexZero);this.expressionParts=e.parse();var n=this.getTimeOfDayDescription(),r=this.getDayOfMonthDescription(),o=this.getMonthDescription(),s=this.getDayOfWeekDescription(),a=this.getYearDescription();t+=n+r+s+o+a,t=this.transformVerbosity(t,this.options.verbose),t=t.charAt(0).toLocaleUpperCase()+t.substr(1)}catch(u){if(this.options.throwExceptionOnParseError)throw""+u;t=this.i18n.anErrorOccuredWhenGeneratingTheExpressionD()}return t},t.prototype.getTimeOfDayDescription=function(){var e=this.expressionParts[0],n=this.expressionParts[1],i=this.expressionParts[2],o="";if(r.StringUtilities.containsAny(n,t.specialCharacters)||r.StringUtilities.containsAny(i,t.specialCharacters)||r.StringUtilities.containsAny(e,t.specialCharacters))if(!(n.indexOf("-")>-1)||n.indexOf(",")>-1||r.StringUtilities.containsAny(i,t.specialCharacters))if(i.indexOf(",")>-1&&!r.StringUtilities.containsAny(n,t.specialCharacters)){var s=i.split(",");o+=this.i18n.at();for(var a=0;a<s.length;a++)o+=" ",o+=this.formatTime(s[a],n,""),a<s.length-2&&(o+=","),a==s.length-2&&(o+=this.i18n.spaceAnd())}else{var u=this.getSecondsDescription(),c=this.getMinutesDescription(),p=this.getHoursDescription();o+=u,o.length>0&&(o+=", "),o+=c,o.length>0&&(o+=", "),o+=p}else{var h=n.split("-");o+=r.StringUtilities.format(this.i18n.everyMinutebetweenX0AndX1(),this.formatTime(i,h[0],""),this.formatTime(i,h[1],""))}else o+=this.i18n.atSpace()+this.formatTime(i,n,e);return o},t.prototype.getSecondsDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[0],this.i18n.everysecond(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.everyX0Seconds(),e)},function(e){return t.i18n.secondsX0ThroughX1PastTheMinute()},function(e){return"0"==e?"":parseInt(e)<20?t.i18n.atX0SecondsPastTheMinute():t.i18n.atX0SecondsPastTheMinuteGt20()||t.i18n.atX0SecondsPastTheMinute()});return e},t.prototype.getMinutesDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[1],this.i18n.everyMinute(),function(t){return t},function(e){return r.StringUtilities.format(t.i18n.everyX0Minutes(),e)},function(e){return t.i18n.minutesX0ThroughX1PastTheHour()},function(e){try{return"0"==e?"":parseInt(e)<20?t.i18n.atX0MinutesPastTheHour():t.i18n.atX0MinutesPastTheHourGt20()||t.i18n.atX0MinutesPastTheHour()}catch(n){return t.i18n.atX0MinutesPastTheHour()}});return e},t.prototype.getHoursDescription=function(){var t=this,e=this.expressionParts[2],n=this.getSegmentDescription(e,this.i18n.everyHour(),function(e){return t.formatTime(e,"0","")},function(e){return r.StringUtilities.format(t.i18n.everyX0Hours(),e)},function(e){return t.i18n.betweenX0AndX1()},function(e){return t.i18n.atX0()});return n},t.prototype.getDayOfWeekDescription=function(){var t=this,e=this.i18n.daysOfTheWeek(),n=this.getSegmentDescription(this.expressionParts[5],this.i18n.commaEveryDay(),function(t){var n=t;return t.indexOf("#")>-1?n=t.substr(0,t.indexOf("#")):t.indexOf("L")>-1&&(n=n.replace("L","")),e[parseInt(n)]},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0daysOfTheWeek(),e)},function(e){return t.i18n.commaX0ThroughX1()},function(e){var n=null;if(e.indexOf("#")>-1){var r=e.substring(e.indexOf("#")+1),i=null;switch(r){case"1":i=t.i18n.first();break;case"2":i=t.i18n.second();break;case"3":i=t.i18n.third();break;case"4":i=t.i18n.forth();break;case"5":i=t.i18n.fifth()}n=t.i18n.commaOnThe()+i+t.i18n.spaceX0OfTheMonth()}else n=e.indexOf("L")>-1?t.i18n.commaOnTheLastX0OfTheMonth():t.i18n.commaOnlyOnX0();return n});return n},t.prototype.getMonthDescription=function(){var t=this,e=this.i18n.monthsOfTheYear(),n=this.getSegmentDescription(this.expressionParts[4],"",function(t){return e[parseInt(t)-1]},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0Months(),e)},function(e){return t.i18n.commaMonthX0ThroughMonthX1()||t.i18n.commaX0ThroughX1()},function(e){return t.i18n.commaOnlyInX0()});return n},t.prototype.getDayOfMonthDescription=function(){var t=this,e=null,n=this.expressionParts[3];switch(n){case"L":e=this.i18n.commaOnTheLastDayOfTheMonth();break;case"WL":case"LW":e=this.i18n.commaOnTheLastWeekdayOfTheMonth();break;default:var i=n.match(/(\d{1,2}W)|(W\d{1,2})/);if(i){var o=parseInt(i[0].replace("W","")),s=1==o?this.i18n.firstWeekday():r.StringUtilities.format(this.i18n.weekdayNearestDayX0(),o.toString());e=r.StringUtilities.format(this.i18n.commaOnTheX0OfTheMonth(),s);break}e=this.getSegmentDescription(n,this.i18n.commaEveryDay(),function(t){return t},function(e){return"1"==e?t.i18n.commaEveryDay():t.i18n.commaEveryX0Days()},function(e){return t.i18n.commaBetweenDayX0AndX1OfTheMonth()},function(e){return t.i18n.commaOnDayX0OfTheMonth()})}return e},t.prototype.getYearDescription=function(){var t=this,e=this.getSegmentDescription(this.expressionParts[6],"",function(t){return/^\d+$/.test(t)?new Date(parseInt(t),1).getFullYear().toString():t},function(e){return r.StringUtilities.format(t.i18n.commaEveryX0Years(),e)},function(e){return t.i18n.commaYearX0ThroughYearX1()||t.i18n.commaX0ThroughX1()},function(e){return t.i18n.commaOnlyInX0()});return e},t.prototype.getSegmentDescription=function(t,e,n,i,o,s){var a=this,u=null;if(t)if("*"===t)u=e;else if(r.StringUtilities.containsAny(t,["/","-",","]))if(t.indexOf("/")>-1){var c=t.split("/");if(u=r.StringUtilities.format(i(c[1]),n(c[1])),c[0].indexOf("-")>-1){var p=this.generateBetweenSegmentDescription(c[0],o,n);0!=p.indexOf(", ")&&(u+=", "),u+=p}else if(!r.StringUtilities.containsAny(c[0],["*",","])){var h=r.StringUtilities.format(s(c[0]),n(c[0]));h=h.replace(", ",""),u+=r.StringUtilities.format(this.i18n.commaStartingX0(),h)}}else if(t.indexOf(",")>-1){for(var c=t.split(","),f="",y=0;y<c.length;y++)if(y>0&&c.length>2&&(f+=",",y<c.length-1&&(f+=" ")),y>0&&c.length>1&&(y==c.length-1||2==c.length)&&(f+=this.i18n.spaceAndSpace()),c[y].indexOf("-")>-1){var p=this.generateBetweenSegmentDescription(c[y],function(t){return a.i18n.commaX0ThroughX1()},n);p=p.replace(", ",""),f+=p}else f+=n(c[y]);u=r.StringUtilities.format(s(t),f)}else t.indexOf("-")>-1&&(u=this.generateBetweenSegmentDescription(t,o,n));else u=r.StringUtilities.format(s(t),n(t));else u="";return u},t.prototype.generateBetweenSegmentDescription=function(t,e,n){var i="",o=t.split("-"),s=n(o[0]),a=n(o[1]);a=a.replace(":00",":59");var u=e(t);return i+=r.StringUtilities.format(u,s,a)},t.prototype.formatTime=function(t,e,n){var r=parseInt(t),i="";this.options.use24HourTimeFormat||(i=r>=12?" PM":" AM",r>12&&(r-=12));var o=e,s="";return n&&(s=":"+("00"+n).substring(n.length)),("00"+r.toString()).substring(r.toString().length)+":"+("00"+o.toString()).substring(o.toString().length)+s+i},t.prototype.transformVerbosity=function(t,e){return e||(t=t.replace(new RegExp(this.i18n.commaEveryMinute(),"g"),""),t=t.replace(new RegExp(this.i18n.commaEveryHour(),"g"),""),t=t.replace(new RegExp(this.i18n.commaEveryDay(),"g"),"")),t},t.locales={},t}();e.ExpressionDescriptor=o},function(t,e){"use strict";var n=function(){function t(){}return t.format=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return t.replace(/%s/g,function(){return e.shift()})},t.containsAny=function(t,e){return e.some(function(e){return t.indexOf(e)>-1})},t}();e.StringUtilities=n},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=!0),this.expression=t,this.dayOfWeekStartIndexZero=e}return t.prototype.parse=function(){if(!this.expression)throw new Error("Expression is empty");var t=this.expression.trim().split(" ");if(t.length<5)throw new Error("Expression only has "+t.length+" parts. At least 5 part are required.");if(5==t.length)t.unshift(""),t.push("");else if(6==t.length)/\d{4}$/.test(t[5])?t.unshift(""):t.push("");else if(t.length>7)throw new Error("Expression has "+t.length+" parts; too many!");return this.normalizeExpression(t),t},t.prototype.normalizeExpression=function(t){t[3]=t[3].replace("?","*"),t[5]=t[5].replace("?","*"),0==t[0].indexOf("0/")&&(t[0]=t[0].replace("0/","*/")),0==t[1].indexOf("0/")&&(t[1]=t[1].replace("0/","*/")),0==t[2].indexOf("0/")&&(t[2]=t[2].replace("0/","*/")),0==t[3].indexOf("1/")&&(t[3]=t[3].replace("1/","*/")),0==t[4].indexOf("1/")&&(t[4]=t[4].replace("1/","*/")),0==t[5].indexOf("1/")&&(t[5]=t[5].replace("1/","*/")),0==t[6].indexOf("1/")&&(t[6]=t[6].replace("1/","*/")),this.dayOfWeekStartIndexZero||(t[5]=t[5].replace(/(^\d)|([^#\/\s]\d)+/g,function(t){var e=t.replace(/\D/,""),n=(parseInt(e)-1).toString();return t.replace(e,n)})),"?"==t[3]&&(t[3]="*");var e={SUN:0,MON:1,TUE:2,WED:3,THU:4,FRI:5,SAT:6};for(var n in e)t[5]=t[5].replace(new RegExp(n,"g"),e[n].toString());var r={JAN:1,FEB:2,MAR:3,APR:4,MAY:5,JUN:6,JUL:7,AUG:8,SEP:9,OCT:10,NOV:11,DEC:12};for(var i in r)t[4]=t[4].replace(new RegExp(i,"g"),r[i].toString());"0"==t[0]&&(t[0]="");for(var o=0;o<t.length;o++)if("*/1"==t[o]&&(t[o]="*"),t[o].indexOf("/")>-1&&!/^\*|\-|\,/.test(t[o])){var s=null;switch(o){case 4:s="12";break;case 5:s="6";break;case 6:s="9999";break;default:s=null}if(null!=s){var a=t[o].split("/");t[o]=a[0]+"-"+s+"/"+a[1]}}},t}();e.CronParser=n},function(t,e,n){"use strict";var r=n(5),i=function(){function t(){}return t.prototype.load=function(t){t.en=new r.en},t}();e.enLocaleLoader=i},function(t,e){"use strict";var n=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},t.prototype.everyMinute=function(){return"every minute"},t.prototype.everyHour=function(){return"every hour"},t.prototype.atSpace=function(){return"At "},t.prototype.everyMinutebetweenX0AndX1=function(){return"Every minute between %s and %s"},t.prototype.at=function(){return"At"},t.prototype.spaceAnd=function(){return" and"},t.prototype.everysecond=function(){return"every second"},t.prototype.everyX0Seconds=function(){return"every %s seconds"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},t.prototype.atX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},t.prototype.everyX0Minutes=function(){return"every %s minutes"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.everyX0Hours=function(){return"every %s hours"},t.prototype.betweenX0AndX1=function(){return"between %s and %s"},t.prototype.atX0=function(){return"at %s"},t.prototype.commaEveryDay=function(){return", every day"},t.prototype.commaEveryX0daysOfTheWeek=function(){return", every %s days of the week"},t.prototype.commaX0ThroughX1=function(){return", %s through %s"},t.prototype.first=function(){return"first"},t.prototype.second=function(){return"second"},t.prototype.third=function(){return"third"},t.prototype.forth=function(){return"forth"},t.prototype.fifth=function(){return"fifth"},t.prototype.commaOnThe=function(){return", on the "},t.prototype.spaceX0OfTheMonth=function(){return" %s of the month"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},t.prototype.commaOnlyOnX0=function(){return", only on %s"},t.prototype.commaEveryX0Months=function(){return", every %s months"},t.prototype.commaOnlyInX0=function(){return", only in %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},t.prototype.firstWeekday=function(){return"first weekday"},t.prototype.weekdayNearestDayX0=function(){return"weekday nearest day %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", on the %s of the month"},t.prototype.commaEveryX0Days=function(){return", every %s days"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},t.prototype.commaOnDayX0OfTheMonth=function(){return", on day %s of the month"},t.prototype.spaceAndSpace=function(){return" and "},t.prototype.commaEveryMinute=function(){return", every minute"},t.prototype.commaEveryHour=function(){return", every hour"},t.prototype.commaEveryX0Years=function(){return", every %s years"},t.prototype.commaStartingX0=function(){return", starting %s"},t.prototype.daysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},t.prototype.monthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},t}();e.en=n}])});

@@ -15,3 +15,2 @@ import { Options } from "./options";

static initialize(localesLoader: LocaleLoader): void;
static locale(localeName: string): void;
constructor(expression: string, options: Options);

@@ -18,0 +17,0 @@ protected getFullDescription(): string;

export interface Locale {
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
EveryMinute(): string;
EveryHour(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
AtX0SecondsPastTheMinuteGt20(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
AtX0MinutesPastTheHourGt20(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
everyMinute(): string;
everyHour(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
atX0SecondsPastTheMinuteGt20(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
atX0MinutesPastTheHourGt20(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class de implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class en implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
EveryMinute(): string;
EveryHour(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
everyMinute(): string;
everyHour(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class es implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class fr implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
ComaDaysX0ThroughX1(): string;
WeekSpaceAndSpace(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaDaysX0ThroughX1(): string;
weekSpaceAndSpace(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class it implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaEveryX0Years(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaEveryX0Years(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class nb implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaEveryX0Years(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaEveryX0Years(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class nl implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class pl implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaEveryX0Years(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaEveryX0Years(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class pt_BR implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class ro implements Locale {
Use24HourTimeFormatByDefault(): boolean;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
At(): string;
AtSpace(): string;
AtX0(): string;
AtX0MinutesPastTheHour(): string;
AtX0SecondsPastTheMinute(): string;
BetweenX0AndX1(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaEveryDay(): string;
ComaEveryHour(): string;
ComaEveryMinute(): string;
ComaEveryX0Days(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaEveryX0Months(): string;
ComaEveryX0Years(): string;
ComaOnDayX0OfTheMonth(): string;
ComaOnlyInX0(): string;
ComaOnlyOnX0(): string;
ComaOnThe(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnTheX0OfTheMonth(): string;
ComaX0ThroughX1(): string;
EveryHour(): string;
EveryMinute(): string;
EveryMinuteBetweenX0AndX1(): string;
EverySecond(): string;
EveryX0Hours(): string;
EveryX0Minutes(): string;
EveryX0Seconds(): string;
Fifth(): string;
First(): string;
FirstWeekday(): string;
Forth(): string;
MinutesX0ThroughX1PastTheHour(): string;
Second(): string;
SecondsX0ThroughX1PastTheMinute(): string;
SpaceAnd(): string;
SpaceAndSpace(): string;
SpaceX0OfTheMonth(): string;
Third(): string;
WeekdayNearestDayX0(): string;
use24HourTimeFormatByDefault(): boolean;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
at(): string;
atSpace(): string;
atX0(): string;
atX0MinutesPastTheHour(): string;
atX0SecondsPastTheMinute(): string;
betweenX0AndX1(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaEveryDay(): string;
commaEveryHour(): string;
commaEveryMinute(): string;
commaEveryX0Days(): string;
commaEveryX0daysOfTheWeek(): string;
commaEveryX0Months(): string;
commaEveryX0Years(): string;
commaOnDayX0OfTheMonth(): string;
commaOnlyInX0(): string;
commaOnlyOnX0(): string;
commaOnThe(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnTheX0OfTheMonth(): string;
commaX0ThroughX1(): string;
everyHour(): string;
everyMinute(): string;
everyMinutebetweenX0AndX1(): string;
everysecond(): string;
everyX0Hours(): string;
everyX0Minutes(): string;
everyX0Seconds(): string;
fifth(): string;
first(): string;
firstWeekday(): string;
forth(): string;
minutesX0ThroughX1PastTheHour(): string;
second(): string;
secondsX0ThroughX1PastTheMinute(): string;
spaceAnd(): string;
spaceAndSpace(): string;
spaceX0OfTheMonth(): string;
third(): string;
weekdayNearestDayX0(): string;
ComaMinX0ThroughMinX1(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
AtX0MinutesPastTheHourGt20(): string;
AtX0SecondsPastTheMinuteGt20(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
atX0MinutesPastTheHourGt20(): string;
atX0SecondsPastTheMinuteGt20(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class ru implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class tr implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class uk implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
import { Locale } from "../locale";
export declare class zh_CN implements Locale {
AtX0SecondsPastTheMinuteGt20(): string;
AtX0MinutesPastTheHourGt20(): string;
ComaMonthX0ThroughMonthX1(): string;
ComaYearX0ThroughYearX1(): string;
Use24HourTimeFormatByDefault(): boolean;
EveryMinute(): string;
EveryHour(): string;
AnErrorOccuredWhenGeneratingTheExpressionD(): string;
AtSpace(): string;
EveryMinuteBetweenX0AndX1(): string;
At(): string;
SpaceAnd(): string;
EverySecond(): string;
EveryX0Seconds(): string;
SecondsX0ThroughX1PastTheMinute(): string;
AtX0SecondsPastTheMinute(): string;
EveryX0Minutes(): string;
MinutesX0ThroughX1PastTheHour(): string;
AtX0MinutesPastTheHour(): string;
EveryX0Hours(): string;
BetweenX0AndX1(): string;
AtX0(): string;
ComaEveryDay(): string;
ComaEveryX0DaysOfTheWeek(): string;
ComaX0ThroughX1(): string;
First(): string;
Second(): string;
Third(): string;
Forth(): string;
Fifth(): string;
ComaOnThe(): string;
SpaceX0OfTheMonth(): string;
ComaOnTheLastX0OfTheMonth(): string;
ComaOnlyOnX0(): string;
ComaEveryX0Months(): string;
ComaOnlyInX0(): string;
ComaOnTheLastDayOfTheMonth(): string;
ComaOnTheLastWeekdayOfTheMonth(): string;
FirstWeekday(): string;
WeekdayNearestDayX0(): string;
ComaOnTheX0OfTheMonth(): string;
ComaEveryX0Days(): string;
ComaBetweenDayX0AndX1OfTheMonth(): string;
ComaOnDayX0OfTheMonth(): string;
SpaceAndSpace(): string;
ComaEveryMinute(): string;
ComaEveryHour(): string;
ComaEveryX0Years(): string;
CommaStartingX0(): string;
DaysOfTheWeek(): string[];
MonthsOfTheYear(): string[];
atX0SecondsPastTheMinuteGt20(): string;
atX0MinutesPastTheHourGt20(): string;
commaMonthX0ThroughMonthX1(): string;
commaYearX0ThroughYearX1(): string;
use24HourTimeFormatByDefault(): boolean;
everyMinute(): string;
everyHour(): string;
anErrorOccuredWhenGeneratingTheExpressionD(): string;
atSpace(): string;
everyMinutebetweenX0AndX1(): string;
at(): string;
spaceAnd(): string;
everysecond(): string;
everyX0Seconds(): string;
secondsX0ThroughX1PastTheMinute(): string;
atX0SecondsPastTheMinute(): string;
everyX0Minutes(): string;
minutesX0ThroughX1PastTheHour(): string;
atX0MinutesPastTheHour(): string;
everyX0Hours(): string;
betweenX0AndX1(): string;
atX0(): string;
commaEveryDay(): string;
commaEveryX0daysOfTheWeek(): string;
commaX0ThroughX1(): string;
first(): string;
second(): string;
third(): string;
forth(): string;
fifth(): string;
commaOnThe(): string;
spaceX0OfTheMonth(): string;
commaOnTheLastX0OfTheMonth(): string;
commaOnlyOnX0(): string;
commaEveryX0Months(): string;
commaOnlyInX0(): string;
commaOnTheLastDayOfTheMonth(): string;
commaOnTheLastWeekdayOfTheMonth(): string;
firstWeekday(): string;
weekdayNearestDayX0(): string;
commaOnTheX0OfTheMonth(): string;
commaEveryX0Days(): string;
commaBetweenDayX0AndX1OfTheMonth(): string;
commaOnDayX0OfTheMonth(): string;
spaceAndSpace(): string;
commaEveryMinute(): string;
commaEveryHour(): string;
commaEveryX0Years(): string;
commaStartingX0(): string;
daysOfTheWeek(): string[];
monthsOfTheYear(): string[];
}
{
"name": "cronstrue",
"version": "0.1.9",
"version": "0.2.1",
"description": "Convert cron expressions into human readable descriptions",

@@ -42,2 +42,4 @@ "author": "Brady Holt",

"mocha": "^2.5.3",
"npm-github-release": "^0.5.0",
"octonode": "^0.7.6",
"typescript": "^1.8.10",

@@ -51,7 +53,4 @@ "webpack": "^1.13.1"

"build_dist": "rm -rf ./dist && webpack && mv ./dist/src/* ./dist/ && rm -rf ./dist/src",
"prepublish": "npm run build_dist",
"postpublish": "./bin/post-publish.sh",
"publishpatch": "npm version patch && npm publish",
"publishminor": "npm version minor && npm publish"
"prepublish": "npm-github-release"
}
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc