Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

locales.js 382KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178
  1. ;(function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined'
  3. && typeof require === 'function' ? factory(require('../moment')) :
  4. typeof define === 'function' && define.amd ? define(['../moment'], factory) :
  5. factory(global.moment)
  6. }(this, (function (moment) { 'use strict';
  7. //! moment.js locale configuration
  8. moment.defineLocale('af', {
  9. months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'),
  10. monthsShort : 'Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des'.split('_'),
  11. weekdays : 'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag'.split('_'),
  12. weekdaysShort : 'Son_Maa_Din_Woe_Don_Vry_Sat'.split('_'),
  13. weekdaysMin : 'So_Ma_Di_Wo_Do_Vr_Sa'.split('_'),
  14. meridiemParse: /vm|nm/i,
  15. isPM : function (input) {
  16. return /^nm$/i.test(input);
  17. },
  18. meridiem : function (hours, minutes, isLower) {
  19. if (hours < 12) {
  20. return isLower ? 'vm' : 'VM';
  21. } else {
  22. return isLower ? 'nm' : 'NM';
  23. }
  24. },
  25. longDateFormat : {
  26. LT : 'HH:mm',
  27. LTS : 'HH:mm:ss',
  28. L : 'DD/MM/YYYY',
  29. LL : 'D MMMM YYYY',
  30. LLL : 'D MMMM YYYY HH:mm',
  31. LLLL : 'dddd, D MMMM YYYY HH:mm'
  32. },
  33. calendar : {
  34. sameDay : '[Vandag om] LT',
  35. nextDay : '[Môre om] LT',
  36. nextWeek : 'dddd [om] LT',
  37. lastDay : '[Gister om] LT',
  38. lastWeek : '[Laas] dddd [om] LT',
  39. sameElse : 'L'
  40. },
  41. relativeTime : {
  42. future : 'oor %s',
  43. past : '%s gelede',
  44. s : '\'n paar sekondes',
  45. ss : '%d sekondes',
  46. m : '\'n minuut',
  47. mm : '%d minute',
  48. h : '\'n uur',
  49. hh : '%d ure',
  50. d : '\'n dag',
  51. dd : '%d dae',
  52. M : '\'n maand',
  53. MM : '%d maande',
  54. y : '\'n jaar',
  55. yy : '%d jaar'
  56. },
  57. dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
  58. ordinal : function (number) {
  59. return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de'); // Thanks to Joris Röling : https://github.com/jjupiter
  60. },
  61. week : {
  62. dow : 1, // Maandag is die eerste dag van die week.
  63. doy : 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
  64. }
  65. });
  66. //! moment.js locale configuration
  67. moment.defineLocale('ar-dz', {
  68. months : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  69. monthsShort : 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  70. weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  71. weekdaysShort : 'احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
  72. weekdaysMin : 'أح_إث_ثلا_أر_خم_جم_سب'.split('_'),
  73. weekdaysParseExact : true,
  74. longDateFormat : {
  75. LT : 'HH:mm',
  76. LTS : 'HH:mm:ss',
  77. L : 'DD/MM/YYYY',
  78. LL : 'D MMMM YYYY',
  79. LLL : 'D MMMM YYYY HH:mm',
  80. LLLL : 'dddd D MMMM YYYY HH:mm'
  81. },
  82. calendar : {
  83. sameDay: '[اليوم على الساعة] LT',
  84. nextDay: '[غدا على الساعة] LT',
  85. nextWeek: 'dddd [على الساعة] LT',
  86. lastDay: '[أمس على الساعة] LT',
  87. lastWeek: 'dddd [على الساعة] LT',
  88. sameElse: 'L'
  89. },
  90. relativeTime : {
  91. future : 'في %s',
  92. past : 'منذ %s',
  93. s : 'ثوان',
  94. ss : '%d ثانية',
  95. m : 'دقيقة',
  96. mm : '%d دقائق',
  97. h : 'ساعة',
  98. hh : '%d ساعات',
  99. d : 'يوم',
  100. dd : '%d أيام',
  101. M : 'شهر',
  102. MM : '%d أشهر',
  103. y : 'سنة',
  104. yy : '%d سنوات'
  105. },
  106. week : {
  107. dow : 0, // Sunday is the first day of the week.
  108. doy : 4 // The week that contains Jan 4th is the first week of the year.
  109. }
  110. });
  111. //! moment.js locale configuration
  112. moment.defineLocale('ar-kw', {
  113. months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
  114. monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
  115. weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  116. weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
  117. weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  118. weekdaysParseExact : true,
  119. longDateFormat : {
  120. LT : 'HH:mm',
  121. LTS : 'HH:mm:ss',
  122. L : 'DD/MM/YYYY',
  123. LL : 'D MMMM YYYY',
  124. LLL : 'D MMMM YYYY HH:mm',
  125. LLLL : 'dddd D MMMM YYYY HH:mm'
  126. },
  127. calendar : {
  128. sameDay: '[اليوم على الساعة] LT',
  129. nextDay: '[غدا على الساعة] LT',
  130. nextWeek: 'dddd [على الساعة] LT',
  131. lastDay: '[أمس على الساعة] LT',
  132. lastWeek: 'dddd [على الساعة] LT',
  133. sameElse: 'L'
  134. },
  135. relativeTime : {
  136. future : 'في %s',
  137. past : 'منذ %s',
  138. s : 'ثوان',
  139. ss : '%d ثانية',
  140. m : 'دقيقة',
  141. mm : '%d دقائق',
  142. h : 'ساعة',
  143. hh : '%d ساعات',
  144. d : 'يوم',
  145. dd : '%d أيام',
  146. M : 'شهر',
  147. MM : '%d أشهر',
  148. y : 'سنة',
  149. yy : '%d سنوات'
  150. },
  151. week : {
  152. dow : 0, // Sunday is the first day of the week.
  153. doy : 12 // The week that contains Jan 12th is the first week of the year.
  154. }
  155. });
  156. //! moment.js locale configuration
  157. var symbolMap = {
  158. '1': '1',
  159. '2': '2',
  160. '3': '3',
  161. '4': '4',
  162. '5': '5',
  163. '6': '6',
  164. '7': '7',
  165. '8': '8',
  166. '9': '9',
  167. '0': '0'
  168. }, pluralForm = function (n) {
  169. return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;
  170. }, plurals = {
  171. s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],
  172. m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],
  173. h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],
  174. d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],
  175. M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],
  176. y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']
  177. }, pluralize = function (u) {
  178. return function (number, withoutSuffix, string, isFuture) {
  179. var f = pluralForm(number),
  180. str = plurals[u][pluralForm(number)];
  181. if (f === 2) {
  182. str = str[withoutSuffix ? 0 : 1];
  183. }
  184. return str.replace(/%d/i, number);
  185. };
  186. }, months = [
  187. 'يناير',
  188. 'فبراير',
  189. 'مارس',
  190. 'أبريل',
  191. 'مايو',
  192. 'يونيو',
  193. 'يوليو',
  194. 'أغسطس',
  195. 'سبتمبر',
  196. 'أكتوبر',
  197. 'نوفمبر',
  198. 'ديسمبر'
  199. ];
  200. moment.defineLocale('ar-ly', {
  201. months : months,
  202. monthsShort : months,
  203. weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  204. weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
  205. weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  206. weekdaysParseExact : true,
  207. longDateFormat : {
  208. LT : 'HH:mm',
  209. LTS : 'HH:mm:ss',
  210. L : 'D/\u200FM/\u200FYYYY',
  211. LL : 'D MMMM YYYY',
  212. LLL : 'D MMMM YYYY HH:mm',
  213. LLLL : 'dddd D MMMM YYYY HH:mm'
  214. },
  215. meridiemParse: /ص|م/,
  216. isPM : function (input) {
  217. return 'م' === input;
  218. },
  219. meridiem : function (hour, minute, isLower) {
  220. if (hour < 12) {
  221. return 'ص';
  222. } else {
  223. return 'م';
  224. }
  225. },
  226. calendar : {
  227. sameDay: '[اليوم عند الساعة] LT',
  228. nextDay: '[غدًا عند الساعة] LT',
  229. nextWeek: 'dddd [عند الساعة] LT',
  230. lastDay: '[أمس عند الساعة] LT',
  231. lastWeek: 'dddd [عند الساعة] LT',
  232. sameElse: 'L'
  233. },
  234. relativeTime : {
  235. future : 'بعد %s',
  236. past : 'منذ %s',
  237. s : pluralize('s'),
  238. ss : pluralize('s'),
  239. m : pluralize('m'),
  240. mm : pluralize('m'),
  241. h : pluralize('h'),
  242. hh : pluralize('h'),
  243. d : pluralize('d'),
  244. dd : pluralize('d'),
  245. M : pluralize('M'),
  246. MM : pluralize('M'),
  247. y : pluralize('y'),
  248. yy : pluralize('y')
  249. },
  250. preparse: function (string) {
  251. return string.replace(/،/g, ',');
  252. },
  253. postformat: function (string) {
  254. return string.replace(/\d/g, function (match) {
  255. return symbolMap[match];
  256. }).replace(/,/g, '،');
  257. },
  258. week : {
  259. dow : 6, // Saturday is the first day of the week.
  260. doy : 12 // The week that contains Jan 12th is the first week of the year.
  261. }
  262. });
  263. //! moment.js locale configuration
  264. moment.defineLocale('ar-ma', {
  265. months : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
  266. monthsShort : 'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر'.split('_'),
  267. weekdays : 'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  268. weekdaysShort : 'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت'.split('_'),
  269. weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  270. weekdaysParseExact : true,
  271. longDateFormat : {
  272. LT : 'HH:mm',
  273. LTS : 'HH:mm:ss',
  274. L : 'DD/MM/YYYY',
  275. LL : 'D MMMM YYYY',
  276. LLL : 'D MMMM YYYY HH:mm',
  277. LLLL : 'dddd D MMMM YYYY HH:mm'
  278. },
  279. calendar : {
  280. sameDay: '[اليوم على الساعة] LT',
  281. nextDay: '[غدا على الساعة] LT',
  282. nextWeek: 'dddd [على الساعة] LT',
  283. lastDay: '[أمس على الساعة] LT',
  284. lastWeek: 'dddd [على الساعة] LT',
  285. sameElse: 'L'
  286. },
  287. relativeTime : {
  288. future : 'في %s',
  289. past : 'منذ %s',
  290. s : 'ثوان',
  291. ss : '%d ثانية',
  292. m : 'دقيقة',
  293. mm : '%d دقائق',
  294. h : 'ساعة',
  295. hh : '%d ساعات',
  296. d : 'يوم',
  297. dd : '%d أيام',
  298. M : 'شهر',
  299. MM : '%d أشهر',
  300. y : 'سنة',
  301. yy : '%d سنوات'
  302. },
  303. week : {
  304. dow : 6, // Saturday is the first day of the week.
  305. doy : 12 // The week that contains Jan 12th is the first week of the year.
  306. }
  307. });
  308. //! moment.js locale configuration
  309. var symbolMap$1 = {
  310. '1': '١',
  311. '2': '٢',
  312. '3': '٣',
  313. '4': '٤',
  314. '5': '٥',
  315. '6': '٦',
  316. '7': '٧',
  317. '8': '٨',
  318. '9': '٩',
  319. '0': '٠'
  320. }, numberMap = {
  321. '١': '1',
  322. '٢': '2',
  323. '٣': '3',
  324. '٤': '4',
  325. '٥': '5',
  326. '٦': '6',
  327. '٧': '7',
  328. '٨': '8',
  329. '٩': '9',
  330. '٠': '0'
  331. };
  332. moment.defineLocale('ar-sa', {
  333. months : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  334. monthsShort : 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  335. weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  336. weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
  337. weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  338. weekdaysParseExact : true,
  339. longDateFormat : {
  340. LT : 'HH:mm',
  341. LTS : 'HH:mm:ss',
  342. L : 'DD/MM/YYYY',
  343. LL : 'D MMMM YYYY',
  344. LLL : 'D MMMM YYYY HH:mm',
  345. LLLL : 'dddd D MMMM YYYY HH:mm'
  346. },
  347. meridiemParse: /ص|م/,
  348. isPM : function (input) {
  349. return 'م' === input;
  350. },
  351. meridiem : function (hour, minute, isLower) {
  352. if (hour < 12) {
  353. return 'ص';
  354. } else {
  355. return 'م';
  356. }
  357. },
  358. calendar : {
  359. sameDay: '[اليوم على الساعة] LT',
  360. nextDay: '[غدا على الساعة] LT',
  361. nextWeek: 'dddd [على الساعة] LT',
  362. lastDay: '[أمس على الساعة] LT',
  363. lastWeek: 'dddd [على الساعة] LT',
  364. sameElse: 'L'
  365. },
  366. relativeTime : {
  367. future : 'في %s',
  368. past : 'منذ %s',
  369. s : 'ثوان',
  370. ss : '%d ثانية',
  371. m : 'دقيقة',
  372. mm : '%d دقائق',
  373. h : 'ساعة',
  374. hh : '%d ساعات',
  375. d : 'يوم',
  376. dd : '%d أيام',
  377. M : 'شهر',
  378. MM : '%d أشهر',
  379. y : 'سنة',
  380. yy : '%d سنوات'
  381. },
  382. preparse: function (string) {
  383. return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {
  384. return numberMap[match];
  385. }).replace(/،/g, ',');
  386. },
  387. postformat: function (string) {
  388. return string.replace(/\d/g, function (match) {
  389. return symbolMap$1[match];
  390. }).replace(/,/g, '،');
  391. },
  392. week : {
  393. dow : 0, // Sunday is the first day of the week.
  394. doy : 6 // The week that contains Jan 6th is the first week of the year.
  395. }
  396. });
  397. //! moment.js locale configuration
  398. moment.defineLocale('ar-tn', {
  399. months: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  400. monthsShort: 'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
  401. weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  402. weekdaysShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
  403. weekdaysMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  404. weekdaysParseExact : true,
  405. longDateFormat: {
  406. LT: 'HH:mm',
  407. LTS: 'HH:mm:ss',
  408. L: 'DD/MM/YYYY',
  409. LL: 'D MMMM YYYY',
  410. LLL: 'D MMMM YYYY HH:mm',
  411. LLLL: 'dddd D MMMM YYYY HH:mm'
  412. },
  413. calendar: {
  414. sameDay: '[اليوم على الساعة] LT',
  415. nextDay: '[غدا على الساعة] LT',
  416. nextWeek: 'dddd [على الساعة] LT',
  417. lastDay: '[أمس على الساعة] LT',
  418. lastWeek: 'dddd [على الساعة] LT',
  419. sameElse: 'L'
  420. },
  421. relativeTime: {
  422. future: 'في %s',
  423. past: 'منذ %s',
  424. s: 'ثوان',
  425. ss : '%d ثانية',
  426. m: 'دقيقة',
  427. mm: '%d دقائق',
  428. h: 'ساعة',
  429. hh: '%d ساعات',
  430. d: 'يوم',
  431. dd: '%d أيام',
  432. M: 'شهر',
  433. MM: '%d أشهر',
  434. y: 'سنة',
  435. yy: '%d سنوات'
  436. },
  437. week: {
  438. dow: 1, // Monday is the first day of the week.
  439. doy: 4 // The week that contains Jan 4th is the first week of the year.
  440. }
  441. });
  442. //! moment.js locale configuration
  443. var symbolMap$2 = {
  444. '1': '١',
  445. '2': '٢',
  446. '3': '٣',
  447. '4': '٤',
  448. '5': '٥',
  449. '6': '٦',
  450. '7': '٧',
  451. '8': '٨',
  452. '9': '٩',
  453. '0': '٠'
  454. }, numberMap$1 = {
  455. '١': '1',
  456. '٢': '2',
  457. '٣': '3',
  458. '٤': '4',
  459. '٥': '5',
  460. '٦': '6',
  461. '٧': '7',
  462. '٨': '8',
  463. '٩': '9',
  464. '٠': '0'
  465. }, pluralForm$1 = function (n) {
  466. return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;
  467. }, plurals$1 = {
  468. s : ['أقل من ثانية', 'ثانية واحدة', ['ثانيتان', 'ثانيتين'], '%d ثوان', '%d ثانية', '%d ثانية'],
  469. m : ['أقل من دقيقة', 'دقيقة واحدة', ['دقيقتان', 'دقيقتين'], '%d دقائق', '%d دقيقة', '%d دقيقة'],
  470. h : ['أقل من ساعة', 'ساعة واحدة', ['ساعتان', 'ساعتين'], '%d ساعات', '%d ساعة', '%d ساعة'],
  471. d : ['أقل من يوم', 'يوم واحد', ['يومان', 'يومين'], '%d أيام', '%d يومًا', '%d يوم'],
  472. M : ['أقل من شهر', 'شهر واحد', ['شهران', 'شهرين'], '%d أشهر', '%d شهرا', '%d شهر'],
  473. y : ['أقل من عام', 'عام واحد', ['عامان', 'عامين'], '%d أعوام', '%d عامًا', '%d عام']
  474. }, pluralize$1 = function (u) {
  475. return function (number, withoutSuffix, string, isFuture) {
  476. var f = pluralForm$1(number),
  477. str = plurals$1[u][pluralForm$1(number)];
  478. if (f === 2) {
  479. str = str[withoutSuffix ? 0 : 1];
  480. }
  481. return str.replace(/%d/i, number);
  482. };
  483. }, months$1 = [
  484. 'يناير',
  485. 'فبراير',
  486. 'مارس',
  487. 'أبريل',
  488. 'مايو',
  489. 'يونيو',
  490. 'يوليو',
  491. 'أغسطس',
  492. 'سبتمبر',
  493. 'أكتوبر',
  494. 'نوفمبر',
  495. 'ديسمبر'
  496. ];
  497. moment.defineLocale('ar', {
  498. months : months$1,
  499. monthsShort : months$1,
  500. weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
  501. weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
  502. weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
  503. weekdaysParseExact : true,
  504. longDateFormat : {
  505. LT : 'HH:mm',
  506. LTS : 'HH:mm:ss',
  507. L : 'D/\u200FM/\u200FYYYY',
  508. LL : 'D MMMM YYYY',
  509. LLL : 'D MMMM YYYY HH:mm',
  510. LLLL : 'dddd D MMMM YYYY HH:mm'
  511. },
  512. meridiemParse: /ص|م/,
  513. isPM : function (input) {
  514. return 'م' === input;
  515. },
  516. meridiem : function (hour, minute, isLower) {
  517. if (hour < 12) {
  518. return 'ص';
  519. } else {
  520. return 'م';
  521. }
  522. },
  523. calendar : {
  524. sameDay: '[اليوم عند الساعة] LT',
  525. nextDay: '[غدًا عند الساعة] LT',
  526. nextWeek: 'dddd [عند الساعة] LT',
  527. lastDay: '[أمس عند الساعة] LT',
  528. lastWeek: 'dddd [عند الساعة] LT',
  529. sameElse: 'L'
  530. },
  531. relativeTime : {
  532. future : 'بعد %s',
  533. past : 'منذ %s',
  534. s : pluralize$1('s'),
  535. ss : pluralize$1('s'),
  536. m : pluralize$1('m'),
  537. mm : pluralize$1('m'),
  538. h : pluralize$1('h'),
  539. hh : pluralize$1('h'),
  540. d : pluralize$1('d'),
  541. dd : pluralize$1('d'),
  542. M : pluralize$1('M'),
  543. MM : pluralize$1('M'),
  544. y : pluralize$1('y'),
  545. yy : pluralize$1('y')
  546. },
  547. preparse: function (string) {
  548. return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {
  549. return numberMap$1[match];
  550. }).replace(/،/g, ',');
  551. },
  552. postformat: function (string) {
  553. return string.replace(/\d/g, function (match) {
  554. return symbolMap$2[match];
  555. }).replace(/,/g, '،');
  556. },
  557. week : {
  558. dow : 6, // Saturday is the first day of the week.
  559. doy : 12 // The week that contains Jan 12th is the first week of the year.
  560. }
  561. });
  562. //! moment.js locale configuration
  563. var suffixes = {
  564. 1: '-inci',
  565. 5: '-inci',
  566. 8: '-inci',
  567. 70: '-inci',
  568. 80: '-inci',
  569. 2: '-nci',
  570. 7: '-nci',
  571. 20: '-nci',
  572. 50: '-nci',
  573. 3: '-üncü',
  574. 4: '-üncü',
  575. 100: '-üncü',
  576. 6: '-ncı',
  577. 9: '-uncu',
  578. 10: '-uncu',
  579. 30: '-uncu',
  580. 60: '-ıncı',
  581. 90: '-ıncı'
  582. };
  583. moment.defineLocale('az', {
  584. months : 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split('_'),
  585. monthsShort : 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'),
  586. weekdays : 'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə'.split('_'),
  587. weekdaysShort : 'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən'.split('_'),
  588. weekdaysMin : 'Bz_BE_ÇA_Çə_CA_Cü_Şə'.split('_'),
  589. weekdaysParseExact : true,
  590. longDateFormat : {
  591. LT : 'HH:mm',
  592. LTS : 'HH:mm:ss',
  593. L : 'DD.MM.YYYY',
  594. LL : 'D MMMM YYYY',
  595. LLL : 'D MMMM YYYY HH:mm',
  596. LLLL : 'dddd, D MMMM YYYY HH:mm'
  597. },
  598. calendar : {
  599. sameDay : '[bugün saat] LT',
  600. nextDay : '[sabah saat] LT',
  601. nextWeek : '[gələn həftə] dddd [saat] LT',
  602. lastDay : '[dünən] LT',
  603. lastWeek : '[keçən həftə] dddd [saat] LT',
  604. sameElse : 'L'
  605. },
  606. relativeTime : {
  607. future : '%s sonra',
  608. past : '%s əvvəl',
  609. s : 'birneçə saniyə',
  610. ss : '%d saniyə',
  611. m : 'bir dəqiqə',
  612. mm : '%d dəqiqə',
  613. h : 'bir saat',
  614. hh : '%d saat',
  615. d : 'bir gün',
  616. dd : '%d gün',
  617. M : 'bir ay',
  618. MM : '%d ay',
  619. y : 'bir il',
  620. yy : '%d il'
  621. },
  622. meridiemParse: /gecə|səhər|gündüz|axşam/,
  623. isPM : function (input) {
  624. return /^(gündüz|axşam)$/.test(input);
  625. },
  626. meridiem : function (hour, minute, isLower) {
  627. if (hour < 4) {
  628. return 'gecə';
  629. } else if (hour < 12) {
  630. return 'səhər';
  631. } else if (hour < 17) {
  632. return 'gündüz';
  633. } else {
  634. return 'axşam';
  635. }
  636. },
  637. dayOfMonthOrdinalParse: /\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,
  638. ordinal : function (number) {
  639. if (number === 0) { // special case for zero
  640. return number + '-ıncı';
  641. }
  642. var a = number % 10,
  643. b = number % 100 - a,
  644. c = number >= 100 ? 100 : null;
  645. return number + (suffixes[a] || suffixes[b] || suffixes[c]);
  646. },
  647. week : {
  648. dow : 1, // Monday is the first day of the week.
  649. doy : 7 // The week that contains Jan 7th is the first week of the year.
  650. }
  651. });
  652. //! moment.js locale configuration
  653. function plural(word, num) {
  654. var forms = word.split('_');
  655. return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);
  656. }
  657. function relativeTimeWithPlural(number, withoutSuffix, key) {
  658. var format = {
  659. 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
  660. 'mm': withoutSuffix ? 'хвіліна_хвіліны_хвілін' : 'хвіліну_хвіліны_хвілін',
  661. 'hh': withoutSuffix ? 'гадзіна_гадзіны_гадзін' : 'гадзіну_гадзіны_гадзін',
  662. 'dd': 'дзень_дні_дзён',
  663. 'MM': 'месяц_месяцы_месяцаў',
  664. 'yy': 'год_гады_гадоў'
  665. };
  666. if (key === 'm') {
  667. return withoutSuffix ? 'хвіліна' : 'хвіліну';
  668. }
  669. else if (key === 'h') {
  670. return withoutSuffix ? 'гадзіна' : 'гадзіну';
  671. }
  672. else {
  673. return number + ' ' + plural(format[key], +number);
  674. }
  675. }
  676. moment.defineLocale('be', {
  677. months : {
  678. format: 'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня'.split('_'),
  679. standalone: 'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань'.split('_')
  680. },
  681. monthsShort : 'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж'.split('_'),
  682. weekdays : {
  683. format: 'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу'.split('_'),
  684. standalone: 'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота'.split('_'),
  685. isFormat: /\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/
  686. },
  687. weekdaysShort : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
  688. weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'),
  689. longDateFormat : {
  690. LT : 'HH:mm',
  691. LTS : 'HH:mm:ss',
  692. L : 'DD.MM.YYYY',
  693. LL : 'D MMMM YYYY г.',
  694. LLL : 'D MMMM YYYY г., HH:mm',
  695. LLLL : 'dddd, D MMMM YYYY г., HH:mm'
  696. },
  697. calendar : {
  698. sameDay: '[Сёння ў] LT',
  699. nextDay: '[Заўтра ў] LT',
  700. lastDay: '[Учора ў] LT',
  701. nextWeek: function () {
  702. return '[У] dddd [ў] LT';
  703. },
  704. lastWeek: function () {
  705. switch (this.day()) {
  706. case 0:
  707. case 3:
  708. case 5:
  709. case 6:
  710. return '[У мінулую] dddd [ў] LT';
  711. case 1:
  712. case 2:
  713. case 4:
  714. return '[У мінулы] dddd [ў] LT';
  715. }
  716. },
  717. sameElse: 'L'
  718. },
  719. relativeTime : {
  720. future : 'праз %s',
  721. past : '%s таму',
  722. s : 'некалькі секунд',
  723. m : relativeTimeWithPlural,
  724. mm : relativeTimeWithPlural,
  725. h : relativeTimeWithPlural,
  726. hh : relativeTimeWithPlural,
  727. d : 'дзень',
  728. dd : relativeTimeWithPlural,
  729. M : 'месяц',
  730. MM : relativeTimeWithPlural,
  731. y : 'год',
  732. yy : relativeTimeWithPlural
  733. },
  734. meridiemParse: /ночы|раніцы|дня|вечара/,
  735. isPM : function (input) {
  736. return /^(дня|вечара)$/.test(input);
  737. },
  738. meridiem : function (hour, minute, isLower) {
  739. if (hour < 4) {
  740. return 'ночы';
  741. } else if (hour < 12) {
  742. return 'раніцы';
  743. } else if (hour < 17) {
  744. return 'дня';
  745. } else {
  746. return 'вечара';
  747. }
  748. },
  749. dayOfMonthOrdinalParse: /\d{1,2}-(і|ы|га)/,
  750. ordinal: function (number, period) {
  751. switch (period) {
  752. case 'M':
  753. case 'd':
  754. case 'DDD':
  755. case 'w':
  756. case 'W':
  757. return (number % 10 === 2 || number % 10 === 3) && (number % 100 !== 12 && number % 100 !== 13) ? number + '-і' : number + '-ы';
  758. case 'D':
  759. return number + '-га';
  760. default:
  761. return number;
  762. }
  763. },
  764. week : {
  765. dow : 1, // Monday is the first day of the week.
  766. doy : 7 // The week that contains Jan 7th is the first week of the year.
  767. }
  768. });
  769. //! moment.js locale configuration
  770. moment.defineLocale('bg', {
  771. months : 'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември'.split('_'),
  772. monthsShort : 'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек'.split('_'),
  773. weekdays : 'неделя_понеделник_вторник_сряда_четвъртък_петък_събота'.split('_'),
  774. weekdaysShort : 'нед_пон_вто_сря_чет_пет_съб'.split('_'),
  775. weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
  776. longDateFormat : {
  777. LT : 'H:mm',
  778. LTS : 'H:mm:ss',
  779. L : 'D.MM.YYYY',
  780. LL : 'D MMMM YYYY',
  781. LLL : 'D MMMM YYYY H:mm',
  782. LLLL : 'dddd, D MMMM YYYY H:mm'
  783. },
  784. calendar : {
  785. sameDay : '[Днес в] LT',
  786. nextDay : '[Утре в] LT',
  787. nextWeek : 'dddd [в] LT',
  788. lastDay : '[Вчера в] LT',
  789. lastWeek : function () {
  790. switch (this.day()) {
  791. case 0:
  792. case 3:
  793. case 6:
  794. return '[В изминалата] dddd [в] LT';
  795. case 1:
  796. case 2:
  797. case 4:
  798. case 5:
  799. return '[В изминалия] dddd [в] LT';
  800. }
  801. },
  802. sameElse : 'L'
  803. },
  804. relativeTime : {
  805. future : 'след %s',
  806. past : 'преди %s',
  807. s : 'няколко секунди',
  808. ss : '%d секунди',
  809. m : 'минута',
  810. mm : '%d минути',
  811. h : 'час',
  812. hh : '%d часа',
  813. d : 'ден',
  814. dd : '%d дни',
  815. M : 'месец',
  816. MM : '%d месеца',
  817. y : 'година',
  818. yy : '%d години'
  819. },
  820. dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/,
  821. ordinal : function (number) {
  822. var lastDigit = number % 10,
  823. last2Digits = number % 100;
  824. if (number === 0) {
  825. return number + '-ев';
  826. } else if (last2Digits === 0) {
  827. return number + '-ен';
  828. } else if (last2Digits > 10 && last2Digits < 20) {
  829. return number + '-ти';
  830. } else if (lastDigit === 1) {
  831. return number + '-ви';
  832. } else if (lastDigit === 2) {
  833. return number + '-ри';
  834. } else if (lastDigit === 7 || lastDigit === 8) {
  835. return number + '-ми';
  836. } else {
  837. return number + '-ти';
  838. }
  839. },
  840. week : {
  841. dow : 1, // Monday is the first day of the week.
  842. doy : 7 // The week that contains Jan 7th is the first week of the year.
  843. }
  844. });
  845. //! moment.js locale configuration
  846. moment.defineLocale('bm', {
  847. months : 'Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo'.split('_'),
  848. monthsShort : 'Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des'.split('_'),
  849. weekdays : 'Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri'.split('_'),
  850. weekdaysShort : 'Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib'.split('_'),
  851. weekdaysMin : 'Ka_Nt_Ta_Ar_Al_Ju_Si'.split('_'),
  852. longDateFormat : {
  853. LT : 'HH:mm',
  854. LTS : 'HH:mm:ss',
  855. L : 'DD/MM/YYYY',
  856. LL : 'MMMM [tile] D [san] YYYY',
  857. LLL : 'MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm',
  858. LLLL : 'dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm'
  859. },
  860. calendar : {
  861. sameDay : '[Bi lɛrɛ] LT',
  862. nextDay : '[Sini lɛrɛ] LT',
  863. nextWeek : 'dddd [don lɛrɛ] LT',
  864. lastDay : '[Kunu lɛrɛ] LT',
  865. lastWeek : 'dddd [tɛmɛnen lɛrɛ] LT',
  866. sameElse : 'L'
  867. },
  868. relativeTime : {
  869. future : '%s kɔnɔ',
  870. past : 'a bɛ %s bɔ',
  871. s : 'sanga dama dama',
  872. ss : 'sekondi %d',
  873. m : 'miniti kelen',
  874. mm : 'miniti %d',
  875. h : 'lɛrɛ kelen',
  876. hh : 'lɛrɛ %d',
  877. d : 'tile kelen',
  878. dd : 'tile %d',
  879. M : 'kalo kelen',
  880. MM : 'kalo %d',
  881. y : 'san kelen',
  882. yy : 'san %d'
  883. },
  884. week : {
  885. dow : 1, // Monday is the first day of the week.
  886. doy : 4 // The week that contains Jan 4th is the first week of the year.
  887. }
  888. });
  889. //! moment.js locale configuration
  890. var symbolMap$3 = {
  891. '1': '১',
  892. '2': '২',
  893. '3': '৩',
  894. '4': '৪',
  895. '5': '৫',
  896. '6': '৬',
  897. '7': '৭',
  898. '8': '৮',
  899. '9': '৯',
  900. '0': '০'
  901. },
  902. numberMap$2 = {
  903. '১': '1',
  904. '২': '2',
  905. '৩': '3',
  906. '৪': '4',
  907. '৫': '5',
  908. '৬': '6',
  909. '৭': '7',
  910. '৮': '8',
  911. '৯': '9',
  912. '০': '0'
  913. };
  914. moment.defineLocale('bn', {
  915. months : 'জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর'.split('_'),
  916. monthsShort : 'জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে'.split('_'),
  917. weekdays : 'রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার'.split('_'),
  918. weekdaysShort : 'রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি'.split('_'),
  919. weekdaysMin : 'রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি'.split('_'),
  920. longDateFormat : {
  921. LT : 'A h:mm সময়',
  922. LTS : 'A h:mm:ss সময়',
  923. L : 'DD/MM/YYYY',
  924. LL : 'D MMMM YYYY',
  925. LLL : 'D MMMM YYYY, A h:mm সময়',
  926. LLLL : 'dddd, D MMMM YYYY, A h:mm সময়'
  927. },
  928. calendar : {
  929. sameDay : '[আজ] LT',
  930. nextDay : '[আগামীকাল] LT',
  931. nextWeek : 'dddd, LT',
  932. lastDay : '[গতকাল] LT',
  933. lastWeek : '[গত] dddd, LT',
  934. sameElse : 'L'
  935. },
  936. relativeTime : {
  937. future : '%s পরে',
  938. past : '%s আগে',
  939. s : 'কয়েক সেকেন্ড',
  940. ss : '%d সেকেন্ড',
  941. m : 'এক মিনিট',
  942. mm : '%d মিনিট',
  943. h : 'এক ঘন্টা',
  944. hh : '%d ঘন্টা',
  945. d : 'এক দিন',
  946. dd : '%d দিন',
  947. M : 'এক মাস',
  948. MM : '%d মাস',
  949. y : 'এক বছর',
  950. yy : '%d বছর'
  951. },
  952. preparse: function (string) {
  953. return string.replace(/[১২৩৪৫৬৭৮৯০]/g, function (match) {
  954. return numberMap$2[match];
  955. });
  956. },
  957. postformat: function (string) {
  958. return string.replace(/\d/g, function (match) {
  959. return symbolMap$3[match];
  960. });
  961. },
  962. meridiemParse: /রাত|সকাল|দুপুর|বিকাল|রাত/,
  963. meridiemHour : function (hour, meridiem) {
  964. if (hour === 12) {
  965. hour = 0;
  966. }
  967. if ((meridiem === 'রাত' && hour >= 4) ||
  968. (meridiem === 'দুপুর' && hour < 5) ||
  969. meridiem === 'বিকাল') {
  970. return hour + 12;
  971. } else {
  972. return hour;
  973. }
  974. },
  975. meridiem : function (hour, minute, isLower) {
  976. if (hour < 4) {
  977. return 'রাত';
  978. } else if (hour < 10) {
  979. return 'সকাল';
  980. } else if (hour < 17) {
  981. return 'দুপুর';
  982. } else if (hour < 20) {
  983. return 'বিকাল';
  984. } else {
  985. return 'রাত';
  986. }
  987. },
  988. week : {
  989. dow : 0, // Sunday is the first day of the week.
  990. doy : 6 // The week that contains Jan 6th is the first week of the year.
  991. }
  992. });
  993. //! moment.js locale configuration
  994. var symbolMap$4 = {
  995. '1': '༡',
  996. '2': '༢',
  997. '3': '༣',
  998. '4': '༤',
  999. '5': '༥',
  1000. '6': '༦',
  1001. '7': '༧',
  1002. '8': '༨',
  1003. '9': '༩',
  1004. '0': '༠'
  1005. },
  1006. numberMap$3 = {
  1007. '༡': '1',
  1008. '༢': '2',
  1009. '༣': '3',
  1010. '༤': '4',
  1011. '༥': '5',
  1012. '༦': '6',
  1013. '༧': '7',
  1014. '༨': '8',
  1015. '༩': '9',
  1016. '༠': '0'
  1017. };
  1018. moment.defineLocale('bo', {
  1019. months : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),
  1020. monthsShort : 'ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ'.split('_'),
  1021. weekdays : 'གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་'.split('_'),
  1022. weekdaysShort : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),
  1023. weekdaysMin : 'ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་'.split('_'),
  1024. longDateFormat : {
  1025. LT : 'A h:mm',
  1026. LTS : 'A h:mm:ss',
  1027. L : 'DD/MM/YYYY',
  1028. LL : 'D MMMM YYYY',
  1029. LLL : 'D MMMM YYYY, A h:mm',
  1030. LLLL : 'dddd, D MMMM YYYY, A h:mm'
  1031. },
  1032. calendar : {
  1033. sameDay : '[དི་རིང] LT',
  1034. nextDay : '[སང་ཉིན] LT',
  1035. nextWeek : '[བདུན་ཕྲག་རྗེས་མ], LT',
  1036. lastDay : '[ཁ་སང] LT',
  1037. lastWeek : '[བདུན་ཕྲག་མཐའ་མ] dddd, LT',
  1038. sameElse : 'L'
  1039. },
  1040. relativeTime : {
  1041. future : '%s ལ་',
  1042. past : '%s སྔན་ལ',
  1043. s : 'ལམ་སང',
  1044. ss : '%d སྐར་ཆ།',
  1045. m : 'སྐར་མ་གཅིག',
  1046. mm : '%d སྐར་མ',
  1047. h : 'ཆུ་ཚོད་གཅིག',
  1048. hh : '%d ཆུ་ཚོད',
  1049. d : 'ཉིན་གཅིག',
  1050. dd : '%d ཉིན་',
  1051. M : 'ཟླ་བ་གཅིག',
  1052. MM : '%d ཟླ་བ',
  1053. y : 'ལོ་གཅིག',
  1054. yy : '%d ལོ'
  1055. },
  1056. preparse: function (string) {
  1057. return string.replace(/[༡༢༣༤༥༦༧༨༩༠]/g, function (match) {
  1058. return numberMap$3[match];
  1059. });
  1060. },
  1061. postformat: function (string) {
  1062. return string.replace(/\d/g, function (match) {
  1063. return symbolMap$4[match];
  1064. });
  1065. },
  1066. meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,
  1067. meridiemHour : function (hour, meridiem) {
  1068. if (hour === 12) {
  1069. hour = 0;
  1070. }
  1071. if ((meridiem === 'མཚན་མོ' && hour >= 4) ||
  1072. (meridiem === 'ཉིན་གུང' && hour < 5) ||
  1073. meridiem === 'དགོང་དག') {
  1074. return hour + 12;
  1075. } else {
  1076. return hour;
  1077. }
  1078. },
  1079. meridiem : function (hour, minute, isLower) {
  1080. if (hour < 4) {
  1081. return 'མཚན་མོ';
  1082. } else if (hour < 10) {
  1083. return 'ཞོགས་ཀས';
  1084. } else if (hour < 17) {
  1085. return 'ཉིན་གུང';
  1086. } else if (hour < 20) {
  1087. return 'དགོང་དག';
  1088. } else {
  1089. return 'མཚན་མོ';
  1090. }
  1091. },
  1092. week : {
  1093. dow : 0, // Sunday is the first day of the week.
  1094. doy : 6 // The week that contains Jan 6th is the first week of the year.
  1095. }
  1096. });
  1097. //! moment.js locale configuration
  1098. function relativeTimeWithMutation(number, withoutSuffix, key) {
  1099. var format = {
  1100. 'mm': 'munutenn',
  1101. 'MM': 'miz',
  1102. 'dd': 'devezh'
  1103. };
  1104. return number + ' ' + mutation(format[key], number);
  1105. }
  1106. function specialMutationForYears(number) {
  1107. switch (lastNumber(number)) {
  1108. case 1:
  1109. case 3:
  1110. case 4:
  1111. case 5:
  1112. case 9:
  1113. return number + ' bloaz';
  1114. default:
  1115. return number + ' vloaz';
  1116. }
  1117. }
  1118. function lastNumber(number) {
  1119. if (number > 9) {
  1120. return lastNumber(number % 10);
  1121. }
  1122. return number;
  1123. }
  1124. function mutation(text, number) {
  1125. if (number === 2) {
  1126. return softMutation(text);
  1127. }
  1128. return text;
  1129. }
  1130. function softMutation(text) {
  1131. var mutationTable = {
  1132. 'm': 'v',
  1133. 'b': 'v',
  1134. 'd': 'z'
  1135. };
  1136. if (mutationTable[text.charAt(0)] === undefined) {
  1137. return text;
  1138. }
  1139. return mutationTable[text.charAt(0)] + text.substring(1);
  1140. }
  1141. moment.defineLocale('br', {
  1142. months : 'Genver_C\'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu'.split('_'),
  1143. monthsShort : 'Gen_C\'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker'.split('_'),
  1144. weekdays : 'Sul_Lun_Meurzh_Merc\'her_Yaou_Gwener_Sadorn'.split('_'),
  1145. weekdaysShort : 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),
  1146. weekdaysMin : 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),
  1147. weekdaysParseExact : true,
  1148. longDateFormat : {
  1149. LT : 'h[e]mm A',
  1150. LTS : 'h[e]mm:ss A',
  1151. L : 'DD/MM/YYYY',
  1152. LL : 'D [a viz] MMMM YYYY',
  1153. LLL : 'D [a viz] MMMM YYYY h[e]mm A',
  1154. LLLL : 'dddd, D [a viz] MMMM YYYY h[e]mm A'
  1155. },
  1156. calendar : {
  1157. sameDay : '[Hiziv da] LT',
  1158. nextDay : '[Warc\'hoazh da] LT',
  1159. nextWeek : 'dddd [da] LT',
  1160. lastDay : '[Dec\'h da] LT',
  1161. lastWeek : 'dddd [paset da] LT',
  1162. sameElse : 'L'
  1163. },
  1164. relativeTime : {
  1165. future : 'a-benn %s',
  1166. past : '%s \'zo',
  1167. s : 'un nebeud segondennoù',
  1168. ss : '%d eilenn',
  1169. m : 'ur vunutenn',
  1170. mm : relativeTimeWithMutation,
  1171. h : 'un eur',
  1172. hh : '%d eur',
  1173. d : 'un devezh',
  1174. dd : relativeTimeWithMutation,
  1175. M : 'ur miz',
  1176. MM : relativeTimeWithMutation,
  1177. y : 'ur bloaz',
  1178. yy : specialMutationForYears
  1179. },
  1180. dayOfMonthOrdinalParse: /\d{1,2}(añ|vet)/,
  1181. ordinal : function (number) {
  1182. var output = (number === 1) ? 'añ' : 'vet';
  1183. return number + output;
  1184. },
  1185. week : {
  1186. dow : 1, // Monday is the first day of the week.
  1187. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1188. }
  1189. });
  1190. //! moment.js locale configuration
  1191. function translate(number, withoutSuffix, key) {
  1192. var result = number + ' ';
  1193. switch (key) {
  1194. case 'ss':
  1195. if (number === 1) {
  1196. result += 'sekunda';
  1197. } else if (number === 2 || number === 3 || number === 4) {
  1198. result += 'sekunde';
  1199. } else {
  1200. result += 'sekundi';
  1201. }
  1202. return result;
  1203. case 'm':
  1204. return withoutSuffix ? 'jedna minuta' : 'jedne minute';
  1205. case 'mm':
  1206. if (number === 1) {
  1207. result += 'minuta';
  1208. } else if (number === 2 || number === 3 || number === 4) {
  1209. result += 'minute';
  1210. } else {
  1211. result += 'minuta';
  1212. }
  1213. return result;
  1214. case 'h':
  1215. return withoutSuffix ? 'jedan sat' : 'jednog sata';
  1216. case 'hh':
  1217. if (number === 1) {
  1218. result += 'sat';
  1219. } else if (number === 2 || number === 3 || number === 4) {
  1220. result += 'sata';
  1221. } else {
  1222. result += 'sati';
  1223. }
  1224. return result;
  1225. case 'dd':
  1226. if (number === 1) {
  1227. result += 'dan';
  1228. } else {
  1229. result += 'dana';
  1230. }
  1231. return result;
  1232. case 'MM':
  1233. if (number === 1) {
  1234. result += 'mjesec';
  1235. } else if (number === 2 || number === 3 || number === 4) {
  1236. result += 'mjeseca';
  1237. } else {
  1238. result += 'mjeseci';
  1239. }
  1240. return result;
  1241. case 'yy':
  1242. if (number === 1) {
  1243. result += 'godina';
  1244. } else if (number === 2 || number === 3 || number === 4) {
  1245. result += 'godine';
  1246. } else {
  1247. result += 'godina';
  1248. }
  1249. return result;
  1250. }
  1251. }
  1252. moment.defineLocale('bs', {
  1253. months : 'januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar'.split('_'),
  1254. monthsShort : 'jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.'.split('_'),
  1255. monthsParseExact: true,
  1256. weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
  1257. weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
  1258. weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),
  1259. weekdaysParseExact : true,
  1260. longDateFormat : {
  1261. LT : 'H:mm',
  1262. LTS : 'H:mm:ss',
  1263. L : 'DD.MM.YYYY',
  1264. LL : 'D. MMMM YYYY',
  1265. LLL : 'D. MMMM YYYY H:mm',
  1266. LLLL : 'dddd, D. MMMM YYYY H:mm'
  1267. },
  1268. calendar : {
  1269. sameDay : '[danas u] LT',
  1270. nextDay : '[sutra u] LT',
  1271. nextWeek : function () {
  1272. switch (this.day()) {
  1273. case 0:
  1274. return '[u] [nedjelju] [u] LT';
  1275. case 3:
  1276. return '[u] [srijedu] [u] LT';
  1277. case 6:
  1278. return '[u] [subotu] [u] LT';
  1279. case 1:
  1280. case 2:
  1281. case 4:
  1282. case 5:
  1283. return '[u] dddd [u] LT';
  1284. }
  1285. },
  1286. lastDay : '[jučer u] LT',
  1287. lastWeek : function () {
  1288. switch (this.day()) {
  1289. case 0:
  1290. case 3:
  1291. return '[prošlu] dddd [u] LT';
  1292. case 6:
  1293. return '[prošle] [subote] [u] LT';
  1294. case 1:
  1295. case 2:
  1296. case 4:
  1297. case 5:
  1298. return '[prošli] dddd [u] LT';
  1299. }
  1300. },
  1301. sameElse : 'L'
  1302. },
  1303. relativeTime : {
  1304. future : 'za %s',
  1305. past : 'prije %s',
  1306. s : 'par sekundi',
  1307. ss : translate,
  1308. m : translate,
  1309. mm : translate,
  1310. h : translate,
  1311. hh : translate,
  1312. d : 'dan',
  1313. dd : translate,
  1314. M : 'mjesec',
  1315. MM : translate,
  1316. y : 'godinu',
  1317. yy : translate
  1318. },
  1319. dayOfMonthOrdinalParse: /\d{1,2}\./,
  1320. ordinal : '%d.',
  1321. week : {
  1322. dow : 1, // Monday is the first day of the week.
  1323. doy : 7 // The week that contains Jan 7th is the first week of the year.
  1324. }
  1325. });
  1326. //! moment.js locale configuration
  1327. moment.defineLocale('ca', {
  1328. months : {
  1329. standalone: 'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre'.split('_'),
  1330. format: 'de gener_de febrer_de març_d\'abril_de maig_de juny_de juliol_d\'agost_de setembre_d\'octubre_de novembre_de desembre'.split('_'),
  1331. isFormat: /D[oD]?(\s)+MMMM/
  1332. },
  1333. monthsShort : 'gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.'.split('_'),
  1334. monthsParseExact : true,
  1335. weekdays : 'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte'.split('_'),
  1336. weekdaysShort : 'dg._dl._dt._dc._dj._dv._ds.'.split('_'),
  1337. weekdaysMin : 'dg_dl_dt_dc_dj_dv_ds'.split('_'),
  1338. weekdaysParseExact : true,
  1339. longDateFormat : {
  1340. LT : 'H:mm',
  1341. LTS : 'H:mm:ss',
  1342. L : 'DD/MM/YYYY',
  1343. LL : 'D MMMM [de] YYYY',
  1344. ll : 'D MMM YYYY',
  1345. LLL : 'D MMMM [de] YYYY [a les] H:mm',
  1346. lll : 'D MMM YYYY, H:mm',
  1347. LLLL : 'dddd D MMMM [de] YYYY [a les] H:mm',
  1348. llll : 'ddd D MMM YYYY, H:mm'
  1349. },
  1350. calendar : {
  1351. sameDay : function () {
  1352. return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
  1353. },
  1354. nextDay : function () {
  1355. return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
  1356. },
  1357. nextWeek : function () {
  1358. return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
  1359. },
  1360. lastDay : function () {
  1361. return '[ahir a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
  1362. },
  1363. lastWeek : function () {
  1364. return '[el] dddd [passat a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
  1365. },
  1366. sameElse : 'L'
  1367. },
  1368. relativeTime : {
  1369. future : 'd\'aquí %s',
  1370. past : 'fa %s',
  1371. s : 'uns segons',
  1372. ss : '%d segons',
  1373. m : 'un minut',
  1374. mm : '%d minuts',
  1375. h : 'una hora',
  1376. hh : '%d hores',
  1377. d : 'un dia',
  1378. dd : '%d dies',
  1379. M : 'un mes',
  1380. MM : '%d mesos',
  1381. y : 'un any',
  1382. yy : '%d anys'
  1383. },
  1384. dayOfMonthOrdinalParse: /\d{1,2}(r|n|t|è|a)/,
  1385. ordinal : function (number, period) {
  1386. var output = (number === 1) ? 'r' :
  1387. (number === 2) ? 'n' :
  1388. (number === 3) ? 'r' :
  1389. (number === 4) ? 't' : 'è';
  1390. if (period === 'w' || period === 'W') {
  1391. output = 'a';
  1392. }
  1393. return number + output;
  1394. },
  1395. week : {
  1396. dow : 1, // Monday is the first day of the week.
  1397. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1398. }
  1399. });
  1400. //! moment.js locale configuration
  1401. var months$2 = 'leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec'.split('_'),
  1402. monthsShort = 'led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro'.split('_');
  1403. var monthsParse = [/^led/i, /^úno/i, /^bře/i, /^dub/i, /^kvě/i, /^(čvn|červen$|června)/i, /^(čvc|červenec|července)/i, /^srp/i, /^zář/i, /^říj/i, /^lis/i, /^pro/i];
  1404. // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
  1405. // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
  1406. var monthsRegex = /^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;
  1407. function plural$1(n) {
  1408. return (n > 1) && (n < 5) && (~~(n / 10) !== 1);
  1409. }
  1410. function translate$1(number, withoutSuffix, key, isFuture) {
  1411. var result = number + ' ';
  1412. switch (key) {
  1413. case 's': // a few seconds / in a few seconds / a few seconds ago
  1414. return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';
  1415. case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago
  1416. if (withoutSuffix || isFuture) {
  1417. return result + (plural$1(number) ? 'sekundy' : 'sekund');
  1418. } else {
  1419. return result + 'sekundami';
  1420. }
  1421. break;
  1422. case 'm': // a minute / in a minute / a minute ago
  1423. return withoutSuffix ? 'minuta' : (isFuture ? 'minutu' : 'minutou');
  1424. case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago
  1425. if (withoutSuffix || isFuture) {
  1426. return result + (plural$1(number) ? 'minuty' : 'minut');
  1427. } else {
  1428. return result + 'minutami';
  1429. }
  1430. break;
  1431. case 'h': // an hour / in an hour / an hour ago
  1432. return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');
  1433. case 'hh': // 9 hours / in 9 hours / 9 hours ago
  1434. if (withoutSuffix || isFuture) {
  1435. return result + (plural$1(number) ? 'hodiny' : 'hodin');
  1436. } else {
  1437. return result + 'hodinami';
  1438. }
  1439. break;
  1440. case 'd': // a day / in a day / a day ago
  1441. return (withoutSuffix || isFuture) ? 'den' : 'dnem';
  1442. case 'dd': // 9 days / in 9 days / 9 days ago
  1443. if (withoutSuffix || isFuture) {
  1444. return result + (plural$1(number) ? 'dny' : 'dní');
  1445. } else {
  1446. return result + 'dny';
  1447. }
  1448. break;
  1449. case 'M': // a month / in a month / a month ago
  1450. return (withoutSuffix || isFuture) ? 'měsíc' : 'měsícem';
  1451. case 'MM': // 9 months / in 9 months / 9 months ago
  1452. if (withoutSuffix || isFuture) {
  1453. return result + (plural$1(number) ? 'měsíce' : 'měsíců');
  1454. } else {
  1455. return result + 'měsíci';
  1456. }
  1457. break;
  1458. case 'y': // a year / in a year / a year ago
  1459. return (withoutSuffix || isFuture) ? 'rok' : 'rokem';
  1460. case 'yy': // 9 years / in 9 years / 9 years ago
  1461. if (withoutSuffix || isFuture) {
  1462. return result + (plural$1(number) ? 'roky' : 'let');
  1463. } else {
  1464. return result + 'lety';
  1465. }
  1466. break;
  1467. }
  1468. }
  1469. moment.defineLocale('cs', {
  1470. months : months$2,
  1471. monthsShort : monthsShort,
  1472. monthsRegex : monthsRegex,
  1473. monthsShortRegex : monthsRegex,
  1474. // NOTE: 'červen' is substring of 'červenec'; therefore 'červenec' must precede 'červen' in the regex to be fully matched.
  1475. // Otherwise parser matches '1. červenec' as '1. červen' + 'ec'.
  1476. monthsStrictRegex : /^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,
  1477. monthsShortStrictRegex : /^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,
  1478. monthsParse : monthsParse,
  1479. longMonthsParse : monthsParse,
  1480. shortMonthsParse : monthsParse,
  1481. weekdays : 'neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota'.split('_'),
  1482. weekdaysShort : 'ne_po_út_st_čt_pá_so'.split('_'),
  1483. weekdaysMin : 'ne_po_út_st_čt_pá_so'.split('_'),
  1484. longDateFormat : {
  1485. LT: 'H:mm',
  1486. LTS : 'H:mm:ss',
  1487. L : 'DD.MM.YYYY',
  1488. LL : 'D. MMMM YYYY',
  1489. LLL : 'D. MMMM YYYY H:mm',
  1490. LLLL : 'dddd D. MMMM YYYY H:mm',
  1491. l : 'D. M. YYYY'
  1492. },
  1493. calendar : {
  1494. sameDay: '[dnes v] LT',
  1495. nextDay: '[zítra v] LT',
  1496. nextWeek: function () {
  1497. switch (this.day()) {
  1498. case 0:
  1499. return '[v neděli v] LT';
  1500. case 1:
  1501. case 2:
  1502. return '[v] dddd [v] LT';
  1503. case 3:
  1504. return '[ve středu v] LT';
  1505. case 4:
  1506. return '[ve čtvrtek v] LT';
  1507. case 5:
  1508. return '[v pátek v] LT';
  1509. case 6:
  1510. return '[v sobotu v] LT';
  1511. }
  1512. },
  1513. lastDay: '[včera v] LT',
  1514. lastWeek: function () {
  1515. switch (this.day()) {
  1516. case 0:
  1517. return '[minulou neděli v] LT';
  1518. case 1:
  1519. case 2:
  1520. return '[minulé] dddd [v] LT';
  1521. case 3:
  1522. return '[minulou středu v] LT';
  1523. case 4:
  1524. case 5:
  1525. return '[minulý] dddd [v] LT';
  1526. case 6:
  1527. return '[minulou sobotu v] LT';
  1528. }
  1529. },
  1530. sameElse: 'L'
  1531. },
  1532. relativeTime : {
  1533. future : 'za %s',
  1534. past : 'před %s',
  1535. s : translate$1,
  1536. ss : translate$1,
  1537. m : translate$1,
  1538. mm : translate$1,
  1539. h : translate$1,
  1540. hh : translate$1,
  1541. d : translate$1,
  1542. dd : translate$1,
  1543. M : translate$1,
  1544. MM : translate$1,
  1545. y : translate$1,
  1546. yy : translate$1
  1547. },
  1548. dayOfMonthOrdinalParse : /\d{1,2}\./,
  1549. ordinal : '%d.',
  1550. week : {
  1551. dow : 1, // Monday is the first day of the week.
  1552. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1553. }
  1554. });
  1555. //! moment.js locale configuration
  1556. moment.defineLocale('cv', {
  1557. months : 'кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав'.split('_'),
  1558. monthsShort : 'кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш'.split('_'),
  1559. weekdays : 'вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун'.split('_'),
  1560. weekdaysShort : 'выр_тун_ытл_юн_кӗҫ_эрн_шӑм'.split('_'),
  1561. weekdaysMin : 'вр_тн_ыт_юн_кҫ_эр_шм'.split('_'),
  1562. longDateFormat : {
  1563. LT : 'HH:mm',
  1564. LTS : 'HH:mm:ss',
  1565. L : 'DD-MM-YYYY',
  1566. LL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]',
  1567. LLL : 'YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm',
  1568. LLLL : 'dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm'
  1569. },
  1570. calendar : {
  1571. sameDay: '[Паян] LT [сехетре]',
  1572. nextDay: '[Ыран] LT [сехетре]',
  1573. lastDay: '[Ӗнер] LT [сехетре]',
  1574. nextWeek: '[Ҫитес] dddd LT [сехетре]',
  1575. lastWeek: '[Иртнӗ] dddd LT [сехетре]',
  1576. sameElse: 'L'
  1577. },
  1578. relativeTime : {
  1579. future : function (output) {
  1580. var affix = /сехет$/i.exec(output) ? 'рен' : /ҫул$/i.exec(output) ? 'тан' : 'ран';
  1581. return output + affix;
  1582. },
  1583. past : '%s каялла',
  1584. s : 'пӗр-ик ҫеккунт',
  1585. ss : '%d ҫеккунт',
  1586. m : 'пӗр минут',
  1587. mm : '%d минут',
  1588. h : 'пӗр сехет',
  1589. hh : '%d сехет',
  1590. d : 'пӗр кун',
  1591. dd : '%d кун',
  1592. M : 'пӗр уйӑх',
  1593. MM : '%d уйӑх',
  1594. y : 'пӗр ҫул',
  1595. yy : '%d ҫул'
  1596. },
  1597. dayOfMonthOrdinalParse: /\d{1,2}-мӗш/,
  1598. ordinal : '%d-мӗш',
  1599. week : {
  1600. dow : 1, // Monday is the first day of the week.
  1601. doy : 7 // The week that contains Jan 7th is the first week of the year.
  1602. }
  1603. });
  1604. //! moment.js locale configuration
  1605. moment.defineLocale('cy', {
  1606. months: 'Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr'.split('_'),
  1607. monthsShort: 'Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag'.split('_'),
  1608. weekdays: 'Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn'.split('_'),
  1609. weekdaysShort: 'Sul_Llun_Maw_Mer_Iau_Gwe_Sad'.split('_'),
  1610. weekdaysMin: 'Su_Ll_Ma_Me_Ia_Gw_Sa'.split('_'),
  1611. weekdaysParseExact : true,
  1612. // time formats are the same as en-gb
  1613. longDateFormat: {
  1614. LT: 'HH:mm',
  1615. LTS : 'HH:mm:ss',
  1616. L: 'DD/MM/YYYY',
  1617. LL: 'D MMMM YYYY',
  1618. LLL: 'D MMMM YYYY HH:mm',
  1619. LLLL: 'dddd, D MMMM YYYY HH:mm'
  1620. },
  1621. calendar: {
  1622. sameDay: '[Heddiw am] LT',
  1623. nextDay: '[Yfory am] LT',
  1624. nextWeek: 'dddd [am] LT',
  1625. lastDay: '[Ddoe am] LT',
  1626. lastWeek: 'dddd [diwethaf am] LT',
  1627. sameElse: 'L'
  1628. },
  1629. relativeTime: {
  1630. future: 'mewn %s',
  1631. past: '%s yn ôl',
  1632. s: 'ychydig eiliadau',
  1633. ss: '%d eiliad',
  1634. m: 'munud',
  1635. mm: '%d munud',
  1636. h: 'awr',
  1637. hh: '%d awr',
  1638. d: 'diwrnod',
  1639. dd: '%d diwrnod',
  1640. M: 'mis',
  1641. MM: '%d mis',
  1642. y: 'blwyddyn',
  1643. yy: '%d flynedd'
  1644. },
  1645. dayOfMonthOrdinalParse: /\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,
  1646. // traditional ordinal numbers above 31 are not commonly used in colloquial Welsh
  1647. ordinal: function (number) {
  1648. var b = number,
  1649. output = '',
  1650. lookup = [
  1651. '', 'af', 'il', 'ydd', 'ydd', 'ed', 'ed', 'ed', 'fed', 'fed', 'fed', // 1af to 10fed
  1652. 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'eg', 'fed', 'eg', 'fed' // 11eg to 20fed
  1653. ];
  1654. if (b > 20) {
  1655. if (b === 40 || b === 50 || b === 60 || b === 80 || b === 100) {
  1656. output = 'fed'; // not 30ain, 70ain or 90ain
  1657. } else {
  1658. output = 'ain';
  1659. }
  1660. } else if (b > 0) {
  1661. output = lookup[b];
  1662. }
  1663. return number + output;
  1664. },
  1665. week : {
  1666. dow : 1, // Monday is the first day of the week.
  1667. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1668. }
  1669. });
  1670. //! moment.js locale configuration
  1671. moment.defineLocale('da', {
  1672. months : 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),
  1673. monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
  1674. weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
  1675. weekdaysShort : 'søn_man_tir_ons_tor_fre_lør'.split('_'),
  1676. weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),
  1677. longDateFormat : {
  1678. LT : 'HH:mm',
  1679. LTS : 'HH:mm:ss',
  1680. L : 'DD.MM.YYYY',
  1681. LL : 'D. MMMM YYYY',
  1682. LLL : 'D. MMMM YYYY HH:mm',
  1683. LLLL : 'dddd [d.] D. MMMM YYYY [kl.] HH:mm'
  1684. },
  1685. calendar : {
  1686. sameDay : '[i dag kl.] LT',
  1687. nextDay : '[i morgen kl.] LT',
  1688. nextWeek : 'på dddd [kl.] LT',
  1689. lastDay : '[i går kl.] LT',
  1690. lastWeek : '[i] dddd[s kl.] LT',
  1691. sameElse : 'L'
  1692. },
  1693. relativeTime : {
  1694. future : 'om %s',
  1695. past : '%s siden',
  1696. s : 'få sekunder',
  1697. ss : '%d sekunder',
  1698. m : 'et minut',
  1699. mm : '%d minutter',
  1700. h : 'en time',
  1701. hh : '%d timer',
  1702. d : 'en dag',
  1703. dd : '%d dage',
  1704. M : 'en måned',
  1705. MM : '%d måneder',
  1706. y : 'et år',
  1707. yy : '%d år'
  1708. },
  1709. dayOfMonthOrdinalParse: /\d{1,2}\./,
  1710. ordinal : '%d.',
  1711. week : {
  1712. dow : 1, // Monday is the first day of the week.
  1713. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1714. }
  1715. });
  1716. //! moment.js locale configuration
  1717. function processRelativeTime(number, withoutSuffix, key, isFuture) {
  1718. var format = {
  1719. 'm': ['eine Minute', 'einer Minute'],
  1720. 'h': ['eine Stunde', 'einer Stunde'],
  1721. 'd': ['ein Tag', 'einem Tag'],
  1722. 'dd': [number + ' Tage', number + ' Tagen'],
  1723. 'M': ['ein Monat', 'einem Monat'],
  1724. 'MM': [number + ' Monate', number + ' Monaten'],
  1725. 'y': ['ein Jahr', 'einem Jahr'],
  1726. 'yy': [number + ' Jahre', number + ' Jahren']
  1727. };
  1728. return withoutSuffix ? format[key][0] : format[key][1];
  1729. }
  1730. moment.defineLocale('de-at', {
  1731. months : 'Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
  1732. monthsShort : 'Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
  1733. monthsParseExact : true,
  1734. weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
  1735. weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
  1736. weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
  1737. weekdaysParseExact : true,
  1738. longDateFormat : {
  1739. LT: 'HH:mm',
  1740. LTS: 'HH:mm:ss',
  1741. L : 'DD.MM.YYYY',
  1742. LL : 'D. MMMM YYYY',
  1743. LLL : 'D. MMMM YYYY HH:mm',
  1744. LLLL : 'dddd, D. MMMM YYYY HH:mm'
  1745. },
  1746. calendar : {
  1747. sameDay: '[heute um] LT [Uhr]',
  1748. sameElse: 'L',
  1749. nextDay: '[morgen um] LT [Uhr]',
  1750. nextWeek: 'dddd [um] LT [Uhr]',
  1751. lastDay: '[gestern um] LT [Uhr]',
  1752. lastWeek: '[letzten] dddd [um] LT [Uhr]'
  1753. },
  1754. relativeTime : {
  1755. future : 'in %s',
  1756. past : 'vor %s',
  1757. s : 'ein paar Sekunden',
  1758. ss : '%d Sekunden',
  1759. m : processRelativeTime,
  1760. mm : '%d Minuten',
  1761. h : processRelativeTime,
  1762. hh : '%d Stunden',
  1763. d : processRelativeTime,
  1764. dd : processRelativeTime,
  1765. M : processRelativeTime,
  1766. MM : processRelativeTime,
  1767. y : processRelativeTime,
  1768. yy : processRelativeTime
  1769. },
  1770. dayOfMonthOrdinalParse: /\d{1,2}\./,
  1771. ordinal : '%d.',
  1772. week : {
  1773. dow : 1, // Monday is the first day of the week.
  1774. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1775. }
  1776. });
  1777. //! moment.js locale configuration
  1778. function processRelativeTime$1(number, withoutSuffix, key, isFuture) {
  1779. var format = {
  1780. 'm': ['eine Minute', 'einer Minute'],
  1781. 'h': ['eine Stunde', 'einer Stunde'],
  1782. 'd': ['ein Tag', 'einem Tag'],
  1783. 'dd': [number + ' Tage', number + ' Tagen'],
  1784. 'M': ['ein Monat', 'einem Monat'],
  1785. 'MM': [number + ' Monate', number + ' Monaten'],
  1786. 'y': ['ein Jahr', 'einem Jahr'],
  1787. 'yy': [number + ' Jahre', number + ' Jahren']
  1788. };
  1789. return withoutSuffix ? format[key][0] : format[key][1];
  1790. }
  1791. moment.defineLocale('de-ch', {
  1792. months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
  1793. monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
  1794. monthsParseExact : true,
  1795. weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
  1796. weekdaysShort : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
  1797. weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
  1798. weekdaysParseExact : true,
  1799. longDateFormat : {
  1800. LT: 'HH:mm',
  1801. LTS: 'HH:mm:ss',
  1802. L : 'DD.MM.YYYY',
  1803. LL : 'D. MMMM YYYY',
  1804. LLL : 'D. MMMM YYYY HH:mm',
  1805. LLLL : 'dddd, D. MMMM YYYY HH:mm'
  1806. },
  1807. calendar : {
  1808. sameDay: '[heute um] LT [Uhr]',
  1809. sameElse: 'L',
  1810. nextDay: '[morgen um] LT [Uhr]',
  1811. nextWeek: 'dddd [um] LT [Uhr]',
  1812. lastDay: '[gestern um] LT [Uhr]',
  1813. lastWeek: '[letzten] dddd [um] LT [Uhr]'
  1814. },
  1815. relativeTime : {
  1816. future : 'in %s',
  1817. past : 'vor %s',
  1818. s : 'ein paar Sekunden',
  1819. ss : '%d Sekunden',
  1820. m : processRelativeTime$1,
  1821. mm : '%d Minuten',
  1822. h : processRelativeTime$1,
  1823. hh : '%d Stunden',
  1824. d : processRelativeTime$1,
  1825. dd : processRelativeTime$1,
  1826. M : processRelativeTime$1,
  1827. MM : processRelativeTime$1,
  1828. y : processRelativeTime$1,
  1829. yy : processRelativeTime$1
  1830. },
  1831. dayOfMonthOrdinalParse: /\d{1,2}\./,
  1832. ordinal : '%d.',
  1833. week : {
  1834. dow : 1, // Monday is the first day of the week.
  1835. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1836. }
  1837. });
  1838. //! moment.js locale configuration
  1839. function processRelativeTime$2(number, withoutSuffix, key, isFuture) {
  1840. var format = {
  1841. 'm': ['eine Minute', 'einer Minute'],
  1842. 'h': ['eine Stunde', 'einer Stunde'],
  1843. 'd': ['ein Tag', 'einem Tag'],
  1844. 'dd': [number + ' Tage', number + ' Tagen'],
  1845. 'M': ['ein Monat', 'einem Monat'],
  1846. 'MM': [number + ' Monate', number + ' Monaten'],
  1847. 'y': ['ein Jahr', 'einem Jahr'],
  1848. 'yy': [number + ' Jahre', number + ' Jahren']
  1849. };
  1850. return withoutSuffix ? format[key][0] : format[key][1];
  1851. }
  1852. moment.defineLocale('de', {
  1853. months : 'Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
  1854. monthsShort : 'Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.'.split('_'),
  1855. monthsParseExact : true,
  1856. weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
  1857. weekdaysShort : 'So._Mo._Di._Mi._Do._Fr._Sa.'.split('_'),
  1858. weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
  1859. weekdaysParseExact : true,
  1860. longDateFormat : {
  1861. LT: 'HH:mm',
  1862. LTS: 'HH:mm:ss',
  1863. L : 'DD.MM.YYYY',
  1864. LL : 'D. MMMM YYYY',
  1865. LLL : 'D. MMMM YYYY HH:mm',
  1866. LLLL : 'dddd, D. MMMM YYYY HH:mm'
  1867. },
  1868. calendar : {
  1869. sameDay: '[heute um] LT [Uhr]',
  1870. sameElse: 'L',
  1871. nextDay: '[morgen um] LT [Uhr]',
  1872. nextWeek: 'dddd [um] LT [Uhr]',
  1873. lastDay: '[gestern um] LT [Uhr]',
  1874. lastWeek: '[letzten] dddd [um] LT [Uhr]'
  1875. },
  1876. relativeTime : {
  1877. future : 'in %s',
  1878. past : 'vor %s',
  1879. s : 'ein paar Sekunden',
  1880. ss : '%d Sekunden',
  1881. m : processRelativeTime$2,
  1882. mm : '%d Minuten',
  1883. h : processRelativeTime$2,
  1884. hh : '%d Stunden',
  1885. d : processRelativeTime$2,
  1886. dd : processRelativeTime$2,
  1887. M : processRelativeTime$2,
  1888. MM : processRelativeTime$2,
  1889. y : processRelativeTime$2,
  1890. yy : processRelativeTime$2
  1891. },
  1892. dayOfMonthOrdinalParse: /\d{1,2}\./,
  1893. ordinal : '%d.',
  1894. week : {
  1895. dow : 1, // Monday is the first day of the week.
  1896. doy : 4 // The week that contains Jan 4th is the first week of the year.
  1897. }
  1898. });
  1899. //! moment.js locale configuration
  1900. var months$3 = [
  1901. 'ޖެނުއަރީ',
  1902. 'ފެބްރުއަރީ',
  1903. 'މާރިޗު',
  1904. 'އޭޕްރީލު',
  1905. 'މޭ',
  1906. 'ޖޫން',
  1907. 'ޖުލައި',
  1908. 'އޯގަސްޓު',
  1909. 'ސެޕްޓެމްބަރު',
  1910. 'އޮކްޓޯބަރު',
  1911. 'ނޮވެމްބަރު',
  1912. 'ޑިސެމްބަރު'
  1913. ], weekdays = [
  1914. 'އާދިއްތަ',
  1915. 'ހޯމަ',
  1916. 'އަންގާރަ',
  1917. 'ބުދަ',
  1918. 'ބުރާސްފަތި',
  1919. 'ހުކުރު',
  1920. 'ހޮނިހިރު'
  1921. ];
  1922. moment.defineLocale('dv', {
  1923. months : months$3,
  1924. monthsShort : months$3,
  1925. weekdays : weekdays,
  1926. weekdaysShort : weekdays,
  1927. weekdaysMin : 'އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި'.split('_'),
  1928. longDateFormat : {
  1929. LT : 'HH:mm',
  1930. LTS : 'HH:mm:ss',
  1931. L : 'D/M/YYYY',
  1932. LL : 'D MMMM YYYY',
  1933. LLL : 'D MMMM YYYY HH:mm',
  1934. LLLL : 'dddd D MMMM YYYY HH:mm'
  1935. },
  1936. meridiemParse: /މކ|މފ/,
  1937. isPM : function (input) {
  1938. return 'މފ' === input;
  1939. },
  1940. meridiem : function (hour, minute, isLower) {
  1941. if (hour < 12) {
  1942. return 'މކ';
  1943. } else {
  1944. return 'މފ';
  1945. }
  1946. },
  1947. calendar : {
  1948. sameDay : '[މިއަދު] LT',
  1949. nextDay : '[މާދަމާ] LT',
  1950. nextWeek : 'dddd LT',
  1951. lastDay : '[އިއްޔެ] LT',
  1952. lastWeek : '[ފާއިތުވި] dddd LT',
  1953. sameElse : 'L'
  1954. },
  1955. relativeTime : {
  1956. future : 'ތެރޭގައި %s',
  1957. past : 'ކުރިން %s',
  1958. s : 'ސިކުންތުކޮޅެއް',
  1959. ss : 'd% ސިކުންތު',
  1960. m : 'މިނިޓެއް',
  1961. mm : 'މިނިޓު %d',
  1962. h : 'ގަޑިއިރެއް',
  1963. hh : 'ގަޑިއިރު %d',
  1964. d : 'ދުވަހެއް',
  1965. dd : 'ދުވަސް %d',
  1966. M : 'މަހެއް',
  1967. MM : 'މަސް %d',
  1968. y : 'އަހަރެއް',
  1969. yy : 'އަހަރު %d'
  1970. },
  1971. preparse: function (string) {
  1972. return string.replace(/،/g, ',');
  1973. },
  1974. postformat: function (string) {
  1975. return string.replace(/,/g, '،');
  1976. },
  1977. week : {
  1978. dow : 7, // Sunday is the first day of the week.
  1979. doy : 12 // The week that contains Jan 12th is the first week of the year.
  1980. }
  1981. });
  1982. function isFunction(input) {
  1983. return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';
  1984. }
  1985. //! moment.js locale configuration
  1986. moment.defineLocale('el', {
  1987. monthsNominativeEl : 'Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος'.split('_'),
  1988. monthsGenitiveEl : 'Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου'.split('_'),
  1989. months : function (momentToFormat, format) {
  1990. if (!momentToFormat) {
  1991. return this._monthsNominativeEl;
  1992. } else if (typeof format === 'string' && /D/.test(format.substring(0, format.indexOf('MMMM')))) { // if there is a day number before 'MMMM'
  1993. return this._monthsGenitiveEl[momentToFormat.month()];
  1994. } else {
  1995. return this._monthsNominativeEl[momentToFormat.month()];
  1996. }
  1997. },
  1998. monthsShort : 'Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ'.split('_'),
  1999. weekdays : 'Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο'.split('_'),
  2000. weekdaysShort : 'Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ'.split('_'),
  2001. weekdaysMin : 'Κυ_Δε_Τρ_Τε_Πε_Πα_Σα'.split('_'),
  2002. meridiem : function (hours, minutes, isLower) {
  2003. if (hours > 11) {
  2004. return isLower ? 'μμ' : 'ΜΜ';
  2005. } else {
  2006. return isLower ? 'πμ' : 'ΠΜ';
  2007. }
  2008. },
  2009. isPM : function (input) {
  2010. return ((input + '').toLowerCase()[0] === 'μ');
  2011. },
  2012. meridiemParse : /[ΠΜ]\.?Μ?\.?/i,
  2013. longDateFormat : {
  2014. LT : 'h:mm A',
  2015. LTS : 'h:mm:ss A',
  2016. L : 'DD/MM/YYYY',
  2017. LL : 'D MMMM YYYY',
  2018. LLL : 'D MMMM YYYY h:mm A',
  2019. LLLL : 'dddd, D MMMM YYYY h:mm A'
  2020. },
  2021. calendarEl : {
  2022. sameDay : '[Σήμερα {}] LT',
  2023. nextDay : '[Αύριο {}] LT',
  2024. nextWeek : 'dddd [{}] LT',
  2025. lastDay : '[Χθες {}] LT',
  2026. lastWeek : function () {
  2027. switch (this.day()) {
  2028. case 6:
  2029. return '[το προηγούμενο] dddd [{}] LT';
  2030. default:
  2031. return '[την προηγούμενη] dddd [{}] LT';
  2032. }
  2033. },
  2034. sameElse : 'L'
  2035. },
  2036. calendar : function (key, mom) {
  2037. var output = this._calendarEl[key],
  2038. hours = mom && mom.hours();
  2039. if (isFunction(output)) {
  2040. output = output.apply(mom);
  2041. }
  2042. return output.replace('{}', (hours % 12 === 1 ? 'στη' : 'στις'));
  2043. },
  2044. relativeTime : {
  2045. future : 'σε %s',
  2046. past : '%s πριν',
  2047. s : 'λίγα δευτερόλεπτα',
  2048. ss : '%d δευτερόλεπτα',
  2049. m : 'ένα λεπτό',
  2050. mm : '%d λεπτά',
  2051. h : 'μία ώρα',
  2052. hh : '%d ώρες',
  2053. d : 'μία μέρα',
  2054. dd : '%d μέρες',
  2055. M : 'ένας μήνας',
  2056. MM : '%d μήνες',
  2057. y : 'ένας χρόνος',
  2058. yy : '%d χρόνια'
  2059. },
  2060. dayOfMonthOrdinalParse: /\d{1,2}η/,
  2061. ordinal: '%dη',
  2062. week : {
  2063. dow : 1, // Monday is the first day of the week.
  2064. doy : 4 // The week that contains Jan 4st is the first week of the year.
  2065. }
  2066. });
  2067. //! moment.js locale configuration
  2068. moment.defineLocale('en-SG', {
  2069. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2070. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2071. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2072. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2073. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2074. longDateFormat : {
  2075. LT : 'HH:mm',
  2076. LTS : 'HH:mm:ss',
  2077. L : 'DD/MM/YYYY',
  2078. LL : 'D MMMM YYYY',
  2079. LLL : 'D MMMM YYYY HH:mm',
  2080. LLLL : 'dddd, D MMMM YYYY HH:mm'
  2081. },
  2082. calendar : {
  2083. sameDay : '[Today at] LT',
  2084. nextDay : '[Tomorrow at] LT',
  2085. nextWeek : 'dddd [at] LT',
  2086. lastDay : '[Yesterday at] LT',
  2087. lastWeek : '[Last] dddd [at] LT',
  2088. sameElse : 'L'
  2089. },
  2090. relativeTime : {
  2091. future : 'in %s',
  2092. past : '%s ago',
  2093. s : 'a few seconds',
  2094. ss : '%d seconds',
  2095. m : 'a minute',
  2096. mm : '%d minutes',
  2097. h : 'an hour',
  2098. hh : '%d hours',
  2099. d : 'a day',
  2100. dd : '%d days',
  2101. M : 'a month',
  2102. MM : '%d months',
  2103. y : 'a year',
  2104. yy : '%d years'
  2105. },
  2106. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2107. ordinal : function (number) {
  2108. var b = number % 10,
  2109. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2110. (b === 1) ? 'st' :
  2111. (b === 2) ? 'nd' :
  2112. (b === 3) ? 'rd' : 'th';
  2113. return number + output;
  2114. },
  2115. week : {
  2116. dow : 1, // Monday is the first day of the week.
  2117. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2118. }
  2119. });
  2120. //! moment.js locale configuration
  2121. moment.defineLocale('en-au', {
  2122. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2123. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2124. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2125. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2126. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2127. longDateFormat : {
  2128. LT : 'h:mm A',
  2129. LTS : 'h:mm:ss A',
  2130. L : 'DD/MM/YYYY',
  2131. LL : 'D MMMM YYYY',
  2132. LLL : 'D MMMM YYYY h:mm A',
  2133. LLLL : 'dddd, D MMMM YYYY h:mm A'
  2134. },
  2135. calendar : {
  2136. sameDay : '[Today at] LT',
  2137. nextDay : '[Tomorrow at] LT',
  2138. nextWeek : 'dddd [at] LT',
  2139. lastDay : '[Yesterday at] LT',
  2140. lastWeek : '[Last] dddd [at] LT',
  2141. sameElse : 'L'
  2142. },
  2143. relativeTime : {
  2144. future : 'in %s',
  2145. past : '%s ago',
  2146. s : 'a few seconds',
  2147. ss : '%d seconds',
  2148. m : 'a minute',
  2149. mm : '%d minutes',
  2150. h : 'an hour',
  2151. hh : '%d hours',
  2152. d : 'a day',
  2153. dd : '%d days',
  2154. M : 'a month',
  2155. MM : '%d months',
  2156. y : 'a year',
  2157. yy : '%d years'
  2158. },
  2159. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2160. ordinal : function (number) {
  2161. var b = number % 10,
  2162. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2163. (b === 1) ? 'st' :
  2164. (b === 2) ? 'nd' :
  2165. (b === 3) ? 'rd' : 'th';
  2166. return number + output;
  2167. },
  2168. week : {
  2169. dow : 1, // Monday is the first day of the week.
  2170. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2171. }
  2172. });
  2173. //! moment.js locale configuration
  2174. moment.defineLocale('en-ca', {
  2175. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2176. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2177. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2178. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2179. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2180. longDateFormat : {
  2181. LT : 'h:mm A',
  2182. LTS : 'h:mm:ss A',
  2183. L : 'YYYY-MM-DD',
  2184. LL : 'MMMM D, YYYY',
  2185. LLL : 'MMMM D, YYYY h:mm A',
  2186. LLLL : 'dddd, MMMM D, YYYY h:mm A'
  2187. },
  2188. calendar : {
  2189. sameDay : '[Today at] LT',
  2190. nextDay : '[Tomorrow at] LT',
  2191. nextWeek : 'dddd [at] LT',
  2192. lastDay : '[Yesterday at] LT',
  2193. lastWeek : '[Last] dddd [at] LT',
  2194. sameElse : 'L'
  2195. },
  2196. relativeTime : {
  2197. future : 'in %s',
  2198. past : '%s ago',
  2199. s : 'a few seconds',
  2200. ss : '%d seconds',
  2201. m : 'a minute',
  2202. mm : '%d minutes',
  2203. h : 'an hour',
  2204. hh : '%d hours',
  2205. d : 'a day',
  2206. dd : '%d days',
  2207. M : 'a month',
  2208. MM : '%d months',
  2209. y : 'a year',
  2210. yy : '%d years'
  2211. },
  2212. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2213. ordinal : function (number) {
  2214. var b = number % 10,
  2215. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2216. (b === 1) ? 'st' :
  2217. (b === 2) ? 'nd' :
  2218. (b === 3) ? 'rd' : 'th';
  2219. return number + output;
  2220. }
  2221. });
  2222. //! moment.js locale configuration
  2223. moment.defineLocale('en-gb', {
  2224. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2225. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2226. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2227. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2228. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2229. longDateFormat : {
  2230. LT : 'HH:mm',
  2231. LTS : 'HH:mm:ss',
  2232. L : 'DD/MM/YYYY',
  2233. LL : 'D MMMM YYYY',
  2234. LLL : 'D MMMM YYYY HH:mm',
  2235. LLLL : 'dddd, D MMMM YYYY HH:mm'
  2236. },
  2237. calendar : {
  2238. sameDay : '[Today at] LT',
  2239. nextDay : '[Tomorrow at] LT',
  2240. nextWeek : 'dddd [at] LT',
  2241. lastDay : '[Yesterday at] LT',
  2242. lastWeek : '[Last] dddd [at] LT',
  2243. sameElse : 'L'
  2244. },
  2245. relativeTime : {
  2246. future : 'in %s',
  2247. past : '%s ago',
  2248. s : 'a few seconds',
  2249. ss : '%d seconds',
  2250. m : 'a minute',
  2251. mm : '%d minutes',
  2252. h : 'an hour',
  2253. hh : '%d hours',
  2254. d : 'a day',
  2255. dd : '%d days',
  2256. M : 'a month',
  2257. MM : '%d months',
  2258. y : 'a year',
  2259. yy : '%d years'
  2260. },
  2261. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2262. ordinal : function (number) {
  2263. var b = number % 10,
  2264. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2265. (b === 1) ? 'st' :
  2266. (b === 2) ? 'nd' :
  2267. (b === 3) ? 'rd' : 'th';
  2268. return number + output;
  2269. },
  2270. week : {
  2271. dow : 1, // Monday is the first day of the week.
  2272. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2273. }
  2274. });
  2275. //! moment.js locale configuration
  2276. moment.defineLocale('en-ie', {
  2277. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2278. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2279. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2280. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2281. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2282. longDateFormat : {
  2283. LT : 'HH:mm',
  2284. LTS : 'HH:mm:ss',
  2285. L : 'DD/MM/YYYY',
  2286. LL : 'D MMMM YYYY',
  2287. LLL : 'D MMMM YYYY HH:mm',
  2288. LLLL : 'dddd D MMMM YYYY HH:mm'
  2289. },
  2290. calendar : {
  2291. sameDay : '[Today at] LT',
  2292. nextDay : '[Tomorrow at] LT',
  2293. nextWeek : 'dddd [at] LT',
  2294. lastDay : '[Yesterday at] LT',
  2295. lastWeek : '[Last] dddd [at] LT',
  2296. sameElse : 'L'
  2297. },
  2298. relativeTime : {
  2299. future : 'in %s',
  2300. past : '%s ago',
  2301. s : 'a few seconds',
  2302. ss : '%d seconds',
  2303. m : 'a minute',
  2304. mm : '%d minutes',
  2305. h : 'an hour',
  2306. hh : '%d hours',
  2307. d : 'a day',
  2308. dd : '%d days',
  2309. M : 'a month',
  2310. MM : '%d months',
  2311. y : 'a year',
  2312. yy : '%d years'
  2313. },
  2314. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2315. ordinal : function (number) {
  2316. var b = number % 10,
  2317. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2318. (b === 1) ? 'st' :
  2319. (b === 2) ? 'nd' :
  2320. (b === 3) ? 'rd' : 'th';
  2321. return number + output;
  2322. },
  2323. week : {
  2324. dow : 1, // Monday is the first day of the week.
  2325. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2326. }
  2327. });
  2328. //! moment.js locale configuration
  2329. moment.defineLocale('en-il', {
  2330. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2331. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2332. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2333. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2334. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2335. longDateFormat : {
  2336. LT : 'HH:mm',
  2337. LTS : 'HH:mm:ss',
  2338. L : 'DD/MM/YYYY',
  2339. LL : 'D MMMM YYYY',
  2340. LLL : 'D MMMM YYYY HH:mm',
  2341. LLLL : 'dddd, D MMMM YYYY HH:mm'
  2342. },
  2343. calendar : {
  2344. sameDay : '[Today at] LT',
  2345. nextDay : '[Tomorrow at] LT',
  2346. nextWeek : 'dddd [at] LT',
  2347. lastDay : '[Yesterday at] LT',
  2348. lastWeek : '[Last] dddd [at] LT',
  2349. sameElse : 'L'
  2350. },
  2351. relativeTime : {
  2352. future : 'in %s',
  2353. past : '%s ago',
  2354. s : 'a few seconds',
  2355. m : 'a minute',
  2356. mm : '%d minutes',
  2357. h : 'an hour',
  2358. hh : '%d hours',
  2359. d : 'a day',
  2360. dd : '%d days',
  2361. M : 'a month',
  2362. MM : '%d months',
  2363. y : 'a year',
  2364. yy : '%d years'
  2365. },
  2366. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2367. ordinal : function (number) {
  2368. var b = number % 10,
  2369. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2370. (b === 1) ? 'st' :
  2371. (b === 2) ? 'nd' :
  2372. (b === 3) ? 'rd' : 'th';
  2373. return number + output;
  2374. }
  2375. });
  2376. //! moment.js locale configuration
  2377. moment.defineLocale('en-nz', {
  2378. months : 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
  2379. monthsShort : 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
  2380. weekdays : 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
  2381. weekdaysShort : 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
  2382. weekdaysMin : 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
  2383. longDateFormat : {
  2384. LT : 'h:mm A',
  2385. LTS : 'h:mm:ss A',
  2386. L : 'DD/MM/YYYY',
  2387. LL : 'D MMMM YYYY',
  2388. LLL : 'D MMMM YYYY h:mm A',
  2389. LLLL : 'dddd, D MMMM YYYY h:mm A'
  2390. },
  2391. calendar : {
  2392. sameDay : '[Today at] LT',
  2393. nextDay : '[Tomorrow at] LT',
  2394. nextWeek : 'dddd [at] LT',
  2395. lastDay : '[Yesterday at] LT',
  2396. lastWeek : '[Last] dddd [at] LT',
  2397. sameElse : 'L'
  2398. },
  2399. relativeTime : {
  2400. future : 'in %s',
  2401. past : '%s ago',
  2402. s : 'a few seconds',
  2403. ss : '%d seconds',
  2404. m : 'a minute',
  2405. mm : '%d minutes',
  2406. h : 'an hour',
  2407. hh : '%d hours',
  2408. d : 'a day',
  2409. dd : '%d days',
  2410. M : 'a month',
  2411. MM : '%d months',
  2412. y : 'a year',
  2413. yy : '%d years'
  2414. },
  2415. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  2416. ordinal : function (number) {
  2417. var b = number % 10,
  2418. output = (~~(number % 100 / 10) === 1) ? 'th' :
  2419. (b === 1) ? 'st' :
  2420. (b === 2) ? 'nd' :
  2421. (b === 3) ? 'rd' : 'th';
  2422. return number + output;
  2423. },
  2424. week : {
  2425. dow : 1, // Monday is the first day of the week.
  2426. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2427. }
  2428. });
  2429. //! moment.js locale configuration
  2430. moment.defineLocale('eo', {
  2431. months : 'januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro'.split('_'),
  2432. monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec'.split('_'),
  2433. weekdays : 'dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato'.split('_'),
  2434. weekdaysShort : 'dim_lun_mard_merk_ĵaŭ_ven_sab'.split('_'),
  2435. weekdaysMin : 'di_lu_ma_me_ĵa_ve_sa'.split('_'),
  2436. longDateFormat : {
  2437. LT : 'HH:mm',
  2438. LTS : 'HH:mm:ss',
  2439. L : 'YYYY-MM-DD',
  2440. LL : 'D[-a de] MMMM, YYYY',
  2441. LLL : 'D[-a de] MMMM, YYYY HH:mm',
  2442. LLLL : 'dddd, [la] D[-a de] MMMM, YYYY HH:mm'
  2443. },
  2444. meridiemParse: /[ap]\.t\.m/i,
  2445. isPM: function (input) {
  2446. return input.charAt(0).toLowerCase() === 'p';
  2447. },
  2448. meridiem : function (hours, minutes, isLower) {
  2449. if (hours > 11) {
  2450. return isLower ? 'p.t.m.' : 'P.T.M.';
  2451. } else {
  2452. return isLower ? 'a.t.m.' : 'A.T.M.';
  2453. }
  2454. },
  2455. calendar : {
  2456. sameDay : '[Hodiaŭ je] LT',
  2457. nextDay : '[Morgaŭ je] LT',
  2458. nextWeek : 'dddd [je] LT',
  2459. lastDay : '[Hieraŭ je] LT',
  2460. lastWeek : '[pasinta] dddd [je] LT',
  2461. sameElse : 'L'
  2462. },
  2463. relativeTime : {
  2464. future : 'post %s',
  2465. past : 'antaŭ %s',
  2466. s : 'sekundoj',
  2467. ss : '%d sekundoj',
  2468. m : 'minuto',
  2469. mm : '%d minutoj',
  2470. h : 'horo',
  2471. hh : '%d horoj',
  2472. d : 'tago',//ne 'diurno', ĉar estas uzita por proksimumo
  2473. dd : '%d tagoj',
  2474. M : 'monato',
  2475. MM : '%d monatoj',
  2476. y : 'jaro',
  2477. yy : '%d jaroj'
  2478. },
  2479. dayOfMonthOrdinalParse: /\d{1,2}a/,
  2480. ordinal : '%da',
  2481. week : {
  2482. dow : 1, // Monday is the first day of the week.
  2483. doy : 7 // The week that contains Jan 7th is the first week of the year.
  2484. }
  2485. });
  2486. //! moment.js locale configuration
  2487. var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
  2488. monthsShort$1 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');
  2489. var monthsParse$1 = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];
  2490. var monthsRegex$1 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
  2491. moment.defineLocale('es-do', {
  2492. months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),
  2493. monthsShort : function (m, format) {
  2494. if (!m) {
  2495. return monthsShortDot;
  2496. } else if (/-MMM-/.test(format)) {
  2497. return monthsShort$1[m.month()];
  2498. } else {
  2499. return monthsShortDot[m.month()];
  2500. }
  2501. },
  2502. monthsRegex: monthsRegex$1,
  2503. monthsShortRegex: monthsRegex$1,
  2504. monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
  2505. monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
  2506. monthsParse: monthsParse$1,
  2507. longMonthsParse: monthsParse$1,
  2508. shortMonthsParse: monthsParse$1,
  2509. weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
  2510. weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
  2511. weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),
  2512. weekdaysParseExact : true,
  2513. longDateFormat : {
  2514. LT : 'h:mm A',
  2515. LTS : 'h:mm:ss A',
  2516. L : 'DD/MM/YYYY',
  2517. LL : 'D [de] MMMM [de] YYYY',
  2518. LLL : 'D [de] MMMM [de] YYYY h:mm A',
  2519. LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'
  2520. },
  2521. calendar : {
  2522. sameDay : function () {
  2523. return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2524. },
  2525. nextDay : function () {
  2526. return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2527. },
  2528. nextWeek : function () {
  2529. return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2530. },
  2531. lastDay : function () {
  2532. return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2533. },
  2534. lastWeek : function () {
  2535. return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2536. },
  2537. sameElse : 'L'
  2538. },
  2539. relativeTime : {
  2540. future : 'en %s',
  2541. past : 'hace %s',
  2542. s : 'unos segundos',
  2543. ss : '%d segundos',
  2544. m : 'un minuto',
  2545. mm : '%d minutos',
  2546. h : 'una hora',
  2547. hh : '%d horas',
  2548. d : 'un día',
  2549. dd : '%d días',
  2550. M : 'un mes',
  2551. MM : '%d meses',
  2552. y : 'un año',
  2553. yy : '%d años'
  2554. },
  2555. dayOfMonthOrdinalParse : /\d{1,2}º/,
  2556. ordinal : '%dº',
  2557. week : {
  2558. dow : 1, // Monday is the first day of the week.
  2559. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2560. }
  2561. });
  2562. //! moment.js locale configuration
  2563. var monthsShortDot$1 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
  2564. monthsShort$2 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');
  2565. var monthsParse$2 = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];
  2566. var monthsRegex$2 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
  2567. moment.defineLocale('es-us', {
  2568. months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),
  2569. monthsShort : function (m, format) {
  2570. if (!m) {
  2571. return monthsShortDot$1;
  2572. } else if (/-MMM-/.test(format)) {
  2573. return monthsShort$2[m.month()];
  2574. } else {
  2575. return monthsShortDot$1[m.month()];
  2576. }
  2577. },
  2578. monthsRegex: monthsRegex$2,
  2579. monthsShortRegex: monthsRegex$2,
  2580. monthsStrictRegex: /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
  2581. monthsShortStrictRegex: /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
  2582. monthsParse: monthsParse$2,
  2583. longMonthsParse: monthsParse$2,
  2584. shortMonthsParse: monthsParse$2,
  2585. weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
  2586. weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
  2587. weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),
  2588. weekdaysParseExact : true,
  2589. longDateFormat : {
  2590. LT : 'h:mm A',
  2591. LTS : 'h:mm:ss A',
  2592. L : 'MM/DD/YYYY',
  2593. LL : 'D [de] MMMM [de] YYYY',
  2594. LLL : 'D [de] MMMM [de] YYYY h:mm A',
  2595. LLLL : 'dddd, D [de] MMMM [de] YYYY h:mm A'
  2596. },
  2597. calendar : {
  2598. sameDay : function () {
  2599. return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2600. },
  2601. nextDay : function () {
  2602. return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2603. },
  2604. nextWeek : function () {
  2605. return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2606. },
  2607. lastDay : function () {
  2608. return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2609. },
  2610. lastWeek : function () {
  2611. return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2612. },
  2613. sameElse : 'L'
  2614. },
  2615. relativeTime : {
  2616. future : 'en %s',
  2617. past : 'hace %s',
  2618. s : 'unos segundos',
  2619. ss : '%d segundos',
  2620. m : 'un minuto',
  2621. mm : '%d minutos',
  2622. h : 'una hora',
  2623. hh : '%d horas',
  2624. d : 'un día',
  2625. dd : '%d días',
  2626. M : 'un mes',
  2627. MM : '%d meses',
  2628. y : 'un año',
  2629. yy : '%d años'
  2630. },
  2631. dayOfMonthOrdinalParse : /\d{1,2}º/,
  2632. ordinal : '%dº',
  2633. week : {
  2634. dow : 0, // Sunday is the first day of the week.
  2635. doy : 6 // The week that contains Jan 6th is the first week of the year.
  2636. }
  2637. });
  2638. //! moment.js locale configuration
  2639. var monthsShortDot$2 = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'),
  2640. monthsShort$3 = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_');
  2641. var monthsParse$3 = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i];
  2642. var monthsRegex$3 = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;
  2643. moment.defineLocale('es', {
  2644. months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),
  2645. monthsShort : function (m, format) {
  2646. if (!m) {
  2647. return monthsShortDot$2;
  2648. } else if (/-MMM-/.test(format)) {
  2649. return monthsShort$3[m.month()];
  2650. } else {
  2651. return monthsShortDot$2[m.month()];
  2652. }
  2653. },
  2654. monthsRegex : monthsRegex$3,
  2655. monthsShortRegex : monthsRegex$3,
  2656. monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,
  2657. monthsShortStrictRegex : /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,
  2658. monthsParse : monthsParse$3,
  2659. longMonthsParse : monthsParse$3,
  2660. shortMonthsParse : monthsParse$3,
  2661. weekdays : 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),
  2662. weekdaysShort : 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),
  2663. weekdaysMin : 'do_lu_ma_mi_ju_vi_sá'.split('_'),
  2664. weekdaysParseExact : true,
  2665. longDateFormat : {
  2666. LT : 'H:mm',
  2667. LTS : 'H:mm:ss',
  2668. L : 'DD/MM/YYYY',
  2669. LL : 'D [de] MMMM [de] YYYY',
  2670. LLL : 'D [de] MMMM [de] YYYY H:mm',
  2671. LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'
  2672. },
  2673. calendar : {
  2674. sameDay : function () {
  2675. return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2676. },
  2677. nextDay : function () {
  2678. return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2679. },
  2680. nextWeek : function () {
  2681. return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2682. },
  2683. lastDay : function () {
  2684. return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2685. },
  2686. lastWeek : function () {
  2687. return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
  2688. },
  2689. sameElse : 'L'
  2690. },
  2691. relativeTime : {
  2692. future : 'en %s',
  2693. past : 'hace %s',
  2694. s : 'unos segundos',
  2695. ss : '%d segundos',
  2696. m : 'un minuto',
  2697. mm : '%d minutos',
  2698. h : 'una hora',
  2699. hh : '%d horas',
  2700. d : 'un día',
  2701. dd : '%d días',
  2702. M : 'un mes',
  2703. MM : '%d meses',
  2704. y : 'un año',
  2705. yy : '%d años'
  2706. },
  2707. dayOfMonthOrdinalParse : /\d{1,2}º/,
  2708. ordinal : '%dº',
  2709. week : {
  2710. dow : 1, // Monday is the first day of the week.
  2711. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2712. }
  2713. });
  2714. //! moment.js locale configuration
  2715. function processRelativeTime$3(number, withoutSuffix, key, isFuture) {
  2716. var format = {
  2717. 's' : ['mõne sekundi', 'mõni sekund', 'paar sekundit'],
  2718. 'ss': [number + 'sekundi', number + 'sekundit'],
  2719. 'm' : ['ühe minuti', 'üks minut'],
  2720. 'mm': [number + ' minuti', number + ' minutit'],
  2721. 'h' : ['ühe tunni', 'tund aega', 'üks tund'],
  2722. 'hh': [number + ' tunni', number + ' tundi'],
  2723. 'd' : ['ühe päeva', 'üks päev'],
  2724. 'M' : ['kuu aja', 'kuu aega', 'üks kuu'],
  2725. 'MM': [number + ' kuu', number + ' kuud'],
  2726. 'y' : ['ühe aasta', 'aasta', 'üks aasta'],
  2727. 'yy': [number + ' aasta', number + ' aastat']
  2728. };
  2729. if (withoutSuffix) {
  2730. return format[key][2] ? format[key][2] : format[key][1];
  2731. }
  2732. return isFuture ? format[key][0] : format[key][1];
  2733. }
  2734. moment.defineLocale('et', {
  2735. months : 'jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember'.split('_'),
  2736. monthsShort : 'jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets'.split('_'),
  2737. weekdays : 'pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev'.split('_'),
  2738. weekdaysShort : 'P_E_T_K_N_R_L'.split('_'),
  2739. weekdaysMin : 'P_E_T_K_N_R_L'.split('_'),
  2740. longDateFormat : {
  2741. LT : 'H:mm',
  2742. LTS : 'H:mm:ss',
  2743. L : 'DD.MM.YYYY',
  2744. LL : 'D. MMMM YYYY',
  2745. LLL : 'D. MMMM YYYY H:mm',
  2746. LLLL : 'dddd, D. MMMM YYYY H:mm'
  2747. },
  2748. calendar : {
  2749. sameDay : '[Täna,] LT',
  2750. nextDay : '[Homme,] LT',
  2751. nextWeek : '[Järgmine] dddd LT',
  2752. lastDay : '[Eile,] LT',
  2753. lastWeek : '[Eelmine] dddd LT',
  2754. sameElse : 'L'
  2755. },
  2756. relativeTime : {
  2757. future : '%s pärast',
  2758. past : '%s tagasi',
  2759. s : processRelativeTime$3,
  2760. ss : processRelativeTime$3,
  2761. m : processRelativeTime$3,
  2762. mm : processRelativeTime$3,
  2763. h : processRelativeTime$3,
  2764. hh : processRelativeTime$3,
  2765. d : processRelativeTime$3,
  2766. dd : '%d päeva',
  2767. M : processRelativeTime$3,
  2768. MM : processRelativeTime$3,
  2769. y : processRelativeTime$3,
  2770. yy : processRelativeTime$3
  2771. },
  2772. dayOfMonthOrdinalParse: /\d{1,2}\./,
  2773. ordinal : '%d.',
  2774. week : {
  2775. dow : 1, // Monday is the first day of the week.
  2776. doy : 4 // The week that contains Jan 4th is the first week of the year.
  2777. }
  2778. });
  2779. //! moment.js locale configuration
  2780. moment.defineLocale('eu', {
  2781. months : 'urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua'.split('_'),
  2782. monthsShort : 'urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.'.split('_'),
  2783. monthsParseExact : true,
  2784. weekdays : 'igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata'.split('_'),
  2785. weekdaysShort : 'ig._al._ar._az._og._ol._lr.'.split('_'),
  2786. weekdaysMin : 'ig_al_ar_az_og_ol_lr'.split('_'),
  2787. weekdaysParseExact : true,
  2788. longDateFormat : {
  2789. LT : 'HH:mm',
  2790. LTS : 'HH:mm:ss',
  2791. L : 'YYYY-MM-DD',
  2792. LL : 'YYYY[ko] MMMM[ren] D[a]',
  2793. LLL : 'YYYY[ko] MMMM[ren] D[a] HH:mm',
  2794. LLLL : 'dddd, YYYY[ko] MMMM[ren] D[a] HH:mm',
  2795. l : 'YYYY-M-D',
  2796. ll : 'YYYY[ko] MMM D[a]',
  2797. lll : 'YYYY[ko] MMM D[a] HH:mm',
  2798. llll : 'ddd, YYYY[ko] MMM D[a] HH:mm'
  2799. },
  2800. calendar : {
  2801. sameDay : '[gaur] LT[etan]',
  2802. nextDay : '[bihar] LT[etan]',
  2803. nextWeek : 'dddd LT[etan]',
  2804. lastDay : '[atzo] LT[etan]',
  2805. lastWeek : '[aurreko] dddd LT[etan]',
  2806. sameElse : 'L'
  2807. },
  2808. relativeTime : {
  2809. future : '%s barru',
  2810. past : 'duela %s',
  2811. s : 'segundo batzuk',
  2812. ss : '%d segundo',
  2813. m : 'minutu bat',
  2814. mm : '%d minutu',
  2815. h : 'ordu bat',
  2816. hh : '%d ordu',
  2817. d : 'egun bat',
  2818. dd : '%d egun',
  2819. M : 'hilabete bat',
  2820. MM : '%d hilabete',
  2821. y : 'urte bat',
  2822. yy : '%d urte'
  2823. },
  2824. dayOfMonthOrdinalParse: /\d{1,2}\./,
  2825. ordinal : '%d.',
  2826. week : {
  2827. dow : 1, // Monday is the first day of the week.
  2828. doy : 7 // The week that contains Jan 7th is the first week of the year.
  2829. }
  2830. });
  2831. //! moment.js locale configuration
  2832. var symbolMap$5 = {
  2833. '1': '۱',
  2834. '2': '۲',
  2835. '3': '۳',
  2836. '4': '۴',
  2837. '5': '۵',
  2838. '6': '۶',
  2839. '7': '۷',
  2840. '8': '۸',
  2841. '9': '۹',
  2842. '0': '۰'
  2843. }, numberMap$4 = {
  2844. '۱': '1',
  2845. '۲': '2',
  2846. '۳': '3',
  2847. '۴': '4',
  2848. '۵': '5',
  2849. '۶': '6',
  2850. '۷': '7',
  2851. '۸': '8',
  2852. '۹': '9',
  2853. '۰': '0'
  2854. };
  2855. moment.defineLocale('fa', {
  2856. months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),
  2857. monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر'.split('_'),
  2858. weekdays : 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه'.split('_'),
  2859. weekdaysShort : 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه'.split('_'),
  2860. weekdaysMin : 'ی_د_س_چ_پ_ج_ش'.split('_'),
  2861. weekdaysParseExact : true,
  2862. longDateFormat : {
  2863. LT : 'HH:mm',
  2864. LTS : 'HH:mm:ss',
  2865. L : 'DD/MM/YYYY',
  2866. LL : 'D MMMM YYYY',
  2867. LLL : 'D MMMM YYYY HH:mm',
  2868. LLLL : 'dddd, D MMMM YYYY HH:mm'
  2869. },
  2870. meridiemParse: /قبل از ظهر|بعد از ظهر/,
  2871. isPM: function (input) {
  2872. return /بعد از ظهر/.test(input);
  2873. },
  2874. meridiem : function (hour, minute, isLower) {
  2875. if (hour < 12) {
  2876. return 'قبل از ظهر';
  2877. } else {
  2878. return 'بعد از ظهر';
  2879. }
  2880. },
  2881. calendar : {
  2882. sameDay : '[امروز ساعت] LT',
  2883. nextDay : '[فردا ساعت] LT',
  2884. nextWeek : 'dddd [ساعت] LT',
  2885. lastDay : '[دیروز ساعت] LT',
  2886. lastWeek : 'dddd [پیش] [ساعت] LT',
  2887. sameElse : 'L'
  2888. },
  2889. relativeTime : {
  2890. future : 'در %s',
  2891. past : '%s پیش',
  2892. s : 'چند ثانیه',
  2893. ss : 'ثانیه d%',
  2894. m : 'یک دقیقه',
  2895. mm : '%d دقیقه',
  2896. h : 'یک ساعت',
  2897. hh : '%d ساعت',
  2898. d : 'یک روز',
  2899. dd : '%d روز',
  2900. M : 'یک ماه',
  2901. MM : '%d ماه',
  2902. y : 'یک سال',
  2903. yy : '%d سال'
  2904. },
  2905. preparse: function (string) {
  2906. return string.replace(/[۰-۹]/g, function (match) {
  2907. return numberMap$4[match];
  2908. }).replace(/،/g, ',');
  2909. },
  2910. postformat: function (string) {
  2911. return string.replace(/\d/g, function (match) {
  2912. return symbolMap$5[match];
  2913. }).replace(/,/g, '،');
  2914. },
  2915. dayOfMonthOrdinalParse: /\d{1,2}م/,
  2916. ordinal : '%dم',
  2917. week : {
  2918. dow : 6, // Saturday is the first day of the week.
  2919. doy : 12 // The week that contains Jan 12th is the first week of the year.
  2920. }
  2921. });
  2922. //! moment.js locale configuration
  2923. var numbersPast = 'nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän'.split(' '),
  2924. numbersFuture = [
  2925. 'nolla', 'yhden', 'kahden', 'kolmen', 'neljän', 'viiden', 'kuuden',
  2926. numbersPast[7], numbersPast[8], numbersPast[9]
  2927. ];
  2928. function translate$2(number, withoutSuffix, key, isFuture) {
  2929. var result = '';
  2930. switch (key) {
  2931. case 's':
  2932. return isFuture ? 'muutaman sekunnin' : 'muutama sekunti';
  2933. case 'ss':
  2934. return isFuture ? 'sekunnin' : 'sekuntia';
  2935. case 'm':
  2936. return isFuture ? 'minuutin' : 'minuutti';
  2937. case 'mm':
  2938. result = isFuture ? 'minuutin' : 'minuuttia';
  2939. break;
  2940. case 'h':
  2941. return isFuture ? 'tunnin' : 'tunti';
  2942. case 'hh':
  2943. result = isFuture ? 'tunnin' : 'tuntia';
  2944. break;
  2945. case 'd':
  2946. return isFuture ? 'päivän' : 'päivä';
  2947. case 'dd':
  2948. result = isFuture ? 'päivän' : 'päivää';
  2949. break;
  2950. case 'M':
  2951. return isFuture ? 'kuukauden' : 'kuukausi';
  2952. case 'MM':
  2953. result = isFuture ? 'kuukauden' : 'kuukautta';
  2954. break;
  2955. case 'y':
  2956. return isFuture ? 'vuoden' : 'vuosi';
  2957. case 'yy':
  2958. result = isFuture ? 'vuoden' : 'vuotta';
  2959. break;
  2960. }
  2961. result = verbalNumber(number, isFuture) + ' ' + result;
  2962. return result;
  2963. }
  2964. function verbalNumber(number, isFuture) {
  2965. return number < 10 ? (isFuture ? numbersFuture[number] : numbersPast[number]) : number;
  2966. }
  2967. moment.defineLocale('fi', {
  2968. months : 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),
  2969. monthsShort : 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),
  2970. weekdays : 'sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai'.split('_'),
  2971. weekdaysShort : 'su_ma_ti_ke_to_pe_la'.split('_'),
  2972. weekdaysMin : 'su_ma_ti_ke_to_pe_la'.split('_'),
  2973. longDateFormat : {
  2974. LT : 'HH.mm',
  2975. LTS : 'HH.mm.ss',
  2976. L : 'DD.MM.YYYY',
  2977. LL : 'Do MMMM[ta] YYYY',
  2978. LLL : 'Do MMMM[ta] YYYY, [klo] HH.mm',
  2979. LLLL : 'dddd, Do MMMM[ta] YYYY, [klo] HH.mm',
  2980. l : 'D.M.YYYY',
  2981. ll : 'Do MMM YYYY',
  2982. lll : 'Do MMM YYYY, [klo] HH.mm',
  2983. llll : 'ddd, Do MMM YYYY, [klo] HH.mm'
  2984. },
  2985. calendar : {
  2986. sameDay : '[tänään] [klo] LT',
  2987. nextDay : '[huomenna] [klo] LT',
  2988. nextWeek : 'dddd [klo] LT',
  2989. lastDay : '[eilen] [klo] LT',
  2990. lastWeek : '[viime] dddd[na] [klo] LT',
  2991. sameElse : 'L'
  2992. },
  2993. relativeTime : {
  2994. future : '%s päästä',
  2995. past : '%s sitten',
  2996. s : translate$2,
  2997. ss : translate$2,
  2998. m : translate$2,
  2999. mm : translate$2,
  3000. h : translate$2,
  3001. hh : translate$2,
  3002. d : translate$2,
  3003. dd : translate$2,
  3004. M : translate$2,
  3005. MM : translate$2,
  3006. y : translate$2,
  3007. yy : translate$2
  3008. },
  3009. dayOfMonthOrdinalParse: /\d{1,2}\./,
  3010. ordinal : '%d.',
  3011. week : {
  3012. dow : 1, // Monday is the first day of the week.
  3013. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3014. }
  3015. });
  3016. //! moment.js locale configuration
  3017. moment.defineLocale('fo', {
  3018. months : 'januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
  3019. monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),
  3020. weekdays : 'sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur'.split('_'),
  3021. weekdaysShort : 'sun_mán_týs_mik_hós_frí_ley'.split('_'),
  3022. weekdaysMin : 'su_má_tý_mi_hó_fr_le'.split('_'),
  3023. longDateFormat : {
  3024. LT : 'HH:mm',
  3025. LTS : 'HH:mm:ss',
  3026. L : 'DD/MM/YYYY',
  3027. LL : 'D MMMM YYYY',
  3028. LLL : 'D MMMM YYYY HH:mm',
  3029. LLLL : 'dddd D. MMMM, YYYY HH:mm'
  3030. },
  3031. calendar : {
  3032. sameDay : '[Í dag kl.] LT',
  3033. nextDay : '[Í morgin kl.] LT',
  3034. nextWeek : 'dddd [kl.] LT',
  3035. lastDay : '[Í gjár kl.] LT',
  3036. lastWeek : '[síðstu] dddd [kl] LT',
  3037. sameElse : 'L'
  3038. },
  3039. relativeTime : {
  3040. future : 'um %s',
  3041. past : '%s síðani',
  3042. s : 'fá sekund',
  3043. ss : '%d sekundir',
  3044. m : 'ein minuttur',
  3045. mm : '%d minuttir',
  3046. h : 'ein tími',
  3047. hh : '%d tímar',
  3048. d : 'ein dagur',
  3049. dd : '%d dagar',
  3050. M : 'ein mánaður',
  3051. MM : '%d mánaðir',
  3052. y : 'eitt ár',
  3053. yy : '%d ár'
  3054. },
  3055. dayOfMonthOrdinalParse: /\d{1,2}\./,
  3056. ordinal : '%d.',
  3057. week : {
  3058. dow : 1, // Monday is the first day of the week.
  3059. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3060. }
  3061. });
  3062. //! moment.js locale configuration
  3063. moment.defineLocale('fr-ca', {
  3064. months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
  3065. monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
  3066. monthsParseExact : true,
  3067. weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
  3068. weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
  3069. weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),
  3070. weekdaysParseExact : true,
  3071. longDateFormat : {
  3072. LT : 'HH:mm',
  3073. LTS : 'HH:mm:ss',
  3074. L : 'YYYY-MM-DD',
  3075. LL : 'D MMMM YYYY',
  3076. LLL : 'D MMMM YYYY HH:mm',
  3077. LLLL : 'dddd D MMMM YYYY HH:mm'
  3078. },
  3079. calendar : {
  3080. sameDay : '[Aujourd’hui à] LT',
  3081. nextDay : '[Demain à] LT',
  3082. nextWeek : 'dddd [à] LT',
  3083. lastDay : '[Hier à] LT',
  3084. lastWeek : 'dddd [dernier à] LT',
  3085. sameElse : 'L'
  3086. },
  3087. relativeTime : {
  3088. future : 'dans %s',
  3089. past : 'il y a %s',
  3090. s : 'quelques secondes',
  3091. ss : '%d secondes',
  3092. m : 'une minute',
  3093. mm : '%d minutes',
  3094. h : 'une heure',
  3095. hh : '%d heures',
  3096. d : 'un jour',
  3097. dd : '%d jours',
  3098. M : 'un mois',
  3099. MM : '%d mois',
  3100. y : 'un an',
  3101. yy : '%d ans'
  3102. },
  3103. dayOfMonthOrdinalParse: /\d{1,2}(er|e)/,
  3104. ordinal : function (number, period) {
  3105. switch (period) {
  3106. // Words with masculine grammatical gender: mois, trimestre, jour
  3107. default:
  3108. case 'M':
  3109. case 'Q':
  3110. case 'D':
  3111. case 'DDD':
  3112. case 'd':
  3113. return number + (number === 1 ? 'er' : 'e');
  3114. // Words with feminine grammatical gender: semaine
  3115. case 'w':
  3116. case 'W':
  3117. return number + (number === 1 ? 're' : 'e');
  3118. }
  3119. }
  3120. });
  3121. //! moment.js locale configuration
  3122. moment.defineLocale('fr-ch', {
  3123. months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
  3124. monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
  3125. monthsParseExact : true,
  3126. weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
  3127. weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
  3128. weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),
  3129. weekdaysParseExact : true,
  3130. longDateFormat : {
  3131. LT : 'HH:mm',
  3132. LTS : 'HH:mm:ss',
  3133. L : 'DD.MM.YYYY',
  3134. LL : 'D MMMM YYYY',
  3135. LLL : 'D MMMM YYYY HH:mm',
  3136. LLLL : 'dddd D MMMM YYYY HH:mm'
  3137. },
  3138. calendar : {
  3139. sameDay : '[Aujourd’hui à] LT',
  3140. nextDay : '[Demain à] LT',
  3141. nextWeek : 'dddd [à] LT',
  3142. lastDay : '[Hier à] LT',
  3143. lastWeek : 'dddd [dernier à] LT',
  3144. sameElse : 'L'
  3145. },
  3146. relativeTime : {
  3147. future : 'dans %s',
  3148. past : 'il y a %s',
  3149. s : 'quelques secondes',
  3150. ss : '%d secondes',
  3151. m : 'une minute',
  3152. mm : '%d minutes',
  3153. h : 'une heure',
  3154. hh : '%d heures',
  3155. d : 'un jour',
  3156. dd : '%d jours',
  3157. M : 'un mois',
  3158. MM : '%d mois',
  3159. y : 'un an',
  3160. yy : '%d ans'
  3161. },
  3162. dayOfMonthOrdinalParse: /\d{1,2}(er|e)/,
  3163. ordinal : function (number, period) {
  3164. switch (period) {
  3165. // Words with masculine grammatical gender: mois, trimestre, jour
  3166. default:
  3167. case 'M':
  3168. case 'Q':
  3169. case 'D':
  3170. case 'DDD':
  3171. case 'd':
  3172. return number + (number === 1 ? 'er' : 'e');
  3173. // Words with feminine grammatical gender: semaine
  3174. case 'w':
  3175. case 'W':
  3176. return number + (number === 1 ? 're' : 'e');
  3177. }
  3178. },
  3179. week : {
  3180. dow : 1, // Monday is the first day of the week.
  3181. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3182. }
  3183. });
  3184. //! moment.js locale configuration
  3185. moment.defineLocale('fr', {
  3186. months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
  3187. monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
  3188. monthsParseExact : true,
  3189. weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
  3190. weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
  3191. weekdaysMin : 'di_lu_ma_me_je_ve_sa'.split('_'),
  3192. weekdaysParseExact : true,
  3193. longDateFormat : {
  3194. LT : 'HH:mm',
  3195. LTS : 'HH:mm:ss',
  3196. L : 'DD/MM/YYYY',
  3197. LL : 'D MMMM YYYY',
  3198. LLL : 'D MMMM YYYY HH:mm',
  3199. LLLL : 'dddd D MMMM YYYY HH:mm'
  3200. },
  3201. calendar : {
  3202. sameDay : '[Aujourd’hui à] LT',
  3203. nextDay : '[Demain à] LT',
  3204. nextWeek : 'dddd [à] LT',
  3205. lastDay : '[Hier à] LT',
  3206. lastWeek : 'dddd [dernier à] LT',
  3207. sameElse : 'L'
  3208. },
  3209. relativeTime : {
  3210. future : 'dans %s',
  3211. past : 'il y a %s',
  3212. s : 'quelques secondes',
  3213. ss : '%d secondes',
  3214. m : 'une minute',
  3215. mm : '%d minutes',
  3216. h : 'une heure',
  3217. hh : '%d heures',
  3218. d : 'un jour',
  3219. dd : '%d jours',
  3220. M : 'un mois',
  3221. MM : '%d mois',
  3222. y : 'un an',
  3223. yy : '%d ans'
  3224. },
  3225. dayOfMonthOrdinalParse: /\d{1,2}(er|)/,
  3226. ordinal : function (number, period) {
  3227. switch (period) {
  3228. // TODO: Return 'e' when day of month > 1. Move this case inside
  3229. // block for masculine words below.
  3230. // See https://github.com/moment/moment/issues/3375
  3231. case 'D':
  3232. return number + (number === 1 ? 'er' : '');
  3233. // Words with masculine grammatical gender: mois, trimestre, jour
  3234. default:
  3235. case 'M':
  3236. case 'Q':
  3237. case 'DDD':
  3238. case 'd':
  3239. return number + (number === 1 ? 'er' : 'e');
  3240. // Words with feminine grammatical gender: semaine
  3241. case 'w':
  3242. case 'W':
  3243. return number + (number === 1 ? 're' : 'e');
  3244. }
  3245. },
  3246. week : {
  3247. dow : 1, // Monday is the first day of the week.
  3248. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3249. }
  3250. });
  3251. //! moment.js locale configuration
  3252. var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),
  3253. monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');
  3254. moment.defineLocale('fy', {
  3255. months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),
  3256. monthsShort : function (m, format) {
  3257. if (!m) {
  3258. return monthsShortWithDots;
  3259. } else if (/-MMM-/.test(format)) {
  3260. return monthsShortWithoutDots[m.month()];
  3261. } else {
  3262. return monthsShortWithDots[m.month()];
  3263. }
  3264. },
  3265. monthsParseExact : true,
  3266. weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),
  3267. weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),
  3268. weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),
  3269. weekdaysParseExact : true,
  3270. longDateFormat : {
  3271. LT : 'HH:mm',
  3272. LTS : 'HH:mm:ss',
  3273. L : 'DD-MM-YYYY',
  3274. LL : 'D MMMM YYYY',
  3275. LLL : 'D MMMM YYYY HH:mm',
  3276. LLLL : 'dddd D MMMM YYYY HH:mm'
  3277. },
  3278. calendar : {
  3279. sameDay: '[hjoed om] LT',
  3280. nextDay: '[moarn om] LT',
  3281. nextWeek: 'dddd [om] LT',
  3282. lastDay: '[juster om] LT',
  3283. lastWeek: '[ôfrûne] dddd [om] LT',
  3284. sameElse: 'L'
  3285. },
  3286. relativeTime : {
  3287. future : 'oer %s',
  3288. past : '%s lyn',
  3289. s : 'in pear sekonden',
  3290. ss : '%d sekonden',
  3291. m : 'ien minút',
  3292. mm : '%d minuten',
  3293. h : 'ien oere',
  3294. hh : '%d oeren',
  3295. d : 'ien dei',
  3296. dd : '%d dagen',
  3297. M : 'ien moanne',
  3298. MM : '%d moannen',
  3299. y : 'ien jier',
  3300. yy : '%d jierren'
  3301. },
  3302. dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
  3303. ordinal : function (number) {
  3304. return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');
  3305. },
  3306. week : {
  3307. dow : 1, // Monday is the first day of the week.
  3308. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3309. }
  3310. });
  3311. //! moment.js locale configuration
  3312. var months$4 = [
  3313. 'Eanáir', 'Feabhra', 'Márta', 'Aibreán', 'Bealtaine', 'Méitheamh', 'Iúil', 'Lúnasa', 'Meán Fómhair', 'Deaireadh Fómhair', 'Samhain', 'Nollaig'
  3314. ];
  3315. var monthsShort$4 = ['Eaná', 'Feab', 'Márt', 'Aibr', 'Beal', 'Méit', 'Iúil', 'Lúna', 'Meán', 'Deai', 'Samh', 'Noll'];
  3316. var weekdays$1 = ['Dé Domhnaigh', 'Dé Luain', 'Dé Máirt', 'Dé Céadaoin', 'Déardaoin', 'Dé hAoine', 'Dé Satharn'];
  3317. var weekdaysShort = ['Dom', 'Lua', 'Mái', 'Céa', 'Déa', 'hAo', 'Sat'];
  3318. var weekdaysMin = ['Do', 'Lu', 'Má', 'Ce', 'Dé', 'hA', 'Sa'];
  3319. moment.defineLocale('ga', {
  3320. months: months$4,
  3321. monthsShort: monthsShort$4,
  3322. monthsParseExact: true,
  3323. weekdays: weekdays$1,
  3324. weekdaysShort: weekdaysShort,
  3325. weekdaysMin: weekdaysMin,
  3326. longDateFormat: {
  3327. LT: 'HH:mm',
  3328. LTS: 'HH:mm:ss',
  3329. L: 'DD/MM/YYYY',
  3330. LL: 'D MMMM YYYY',
  3331. LLL: 'D MMMM YYYY HH:mm',
  3332. LLLL: 'dddd, D MMMM YYYY HH:mm'
  3333. },
  3334. calendar: {
  3335. sameDay: '[Inniu ag] LT',
  3336. nextDay: '[Amárach ag] LT',
  3337. nextWeek: 'dddd [ag] LT',
  3338. lastDay: '[Inné aig] LT',
  3339. lastWeek: 'dddd [seo caite] [ag] LT',
  3340. sameElse: 'L'
  3341. },
  3342. relativeTime: {
  3343. future: 'i %s',
  3344. past: '%s ó shin',
  3345. s: 'cúpla soicind',
  3346. ss: '%d soicind',
  3347. m: 'nóiméad',
  3348. mm: '%d nóiméad',
  3349. h: 'uair an chloig',
  3350. hh: '%d uair an chloig',
  3351. d: 'lá',
  3352. dd: '%d lá',
  3353. M: 'mí',
  3354. MM: '%d mí',
  3355. y: 'bliain',
  3356. yy: '%d bliain'
  3357. },
  3358. dayOfMonthOrdinalParse: /\d{1,2}(d|na|mh)/,
  3359. ordinal: function (number) {
  3360. var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';
  3361. return number + output;
  3362. },
  3363. week: {
  3364. dow: 1, // Monday is the first day of the week.
  3365. doy: 4 // The week that contains Jan 4th is the first week of the year.
  3366. }
  3367. });
  3368. //! moment.js locale configuration
  3369. var months$5 = [
  3370. 'Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'
  3371. ];
  3372. var monthsShort$5 = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'];
  3373. var weekdays$2 = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'];
  3374. var weekdaysShort$1 = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'];
  3375. var weekdaysMin$1 = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];
  3376. moment.defineLocale('gd', {
  3377. months : months$5,
  3378. monthsShort : monthsShort$5,
  3379. monthsParseExact : true,
  3380. weekdays : weekdays$2,
  3381. weekdaysShort : weekdaysShort$1,
  3382. weekdaysMin : weekdaysMin$1,
  3383. longDateFormat : {
  3384. LT : 'HH:mm',
  3385. LTS : 'HH:mm:ss',
  3386. L : 'DD/MM/YYYY',
  3387. LL : 'D MMMM YYYY',
  3388. LLL : 'D MMMM YYYY HH:mm',
  3389. LLLL : 'dddd, D MMMM YYYY HH:mm'
  3390. },
  3391. calendar : {
  3392. sameDay : '[An-diugh aig] LT',
  3393. nextDay : '[A-màireach aig] LT',
  3394. nextWeek : 'dddd [aig] LT',
  3395. lastDay : '[An-dè aig] LT',
  3396. lastWeek : 'dddd [seo chaidh] [aig] LT',
  3397. sameElse : 'L'
  3398. },
  3399. relativeTime : {
  3400. future : 'ann an %s',
  3401. past : 'bho chionn %s',
  3402. s : 'beagan diogan',
  3403. ss : '%d diogan',
  3404. m : 'mionaid',
  3405. mm : '%d mionaidean',
  3406. h : 'uair',
  3407. hh : '%d uairean',
  3408. d : 'latha',
  3409. dd : '%d latha',
  3410. M : 'mìos',
  3411. MM : '%d mìosan',
  3412. y : 'bliadhna',
  3413. yy : '%d bliadhna'
  3414. },
  3415. dayOfMonthOrdinalParse : /\d{1,2}(d|na|mh)/,
  3416. ordinal : function (number) {
  3417. var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';
  3418. return number + output;
  3419. },
  3420. week : {
  3421. dow : 1, // Monday is the first day of the week.
  3422. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3423. }
  3424. });
  3425. //! moment.js locale configuration
  3426. moment.defineLocale('gl', {
  3427. months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),
  3428. monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),
  3429. monthsParseExact: true,
  3430. weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),
  3431. weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),
  3432. weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),
  3433. weekdaysParseExact : true,
  3434. longDateFormat : {
  3435. LT : 'H:mm',
  3436. LTS : 'H:mm:ss',
  3437. L : 'DD/MM/YYYY',
  3438. LL : 'D [de] MMMM [de] YYYY',
  3439. LLL : 'D [de] MMMM [de] YYYY H:mm',
  3440. LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'
  3441. },
  3442. calendar : {
  3443. sameDay : function () {
  3444. return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';
  3445. },
  3446. nextDay : function () {
  3447. return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';
  3448. },
  3449. nextWeek : function () {
  3450. return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';
  3451. },
  3452. lastDay : function () {
  3453. return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';
  3454. },
  3455. lastWeek : function () {
  3456. return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';
  3457. },
  3458. sameElse : 'L'
  3459. },
  3460. relativeTime : {
  3461. future : function (str) {
  3462. if (str.indexOf('un') === 0) {
  3463. return 'n' + str;
  3464. }
  3465. return 'en ' + str;
  3466. },
  3467. past : 'hai %s',
  3468. s : 'uns segundos',
  3469. ss : '%d segundos',
  3470. m : 'un minuto',
  3471. mm : '%d minutos',
  3472. h : 'unha hora',
  3473. hh : '%d horas',
  3474. d : 'un día',
  3475. dd : '%d días',
  3476. M : 'un mes',
  3477. MM : '%d meses',
  3478. y : 'un ano',
  3479. yy : '%d anos'
  3480. },
  3481. dayOfMonthOrdinalParse : /\d{1,2}º/,
  3482. ordinal : '%dº',
  3483. week : {
  3484. dow : 1, // Monday is the first day of the week.
  3485. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3486. }
  3487. });
  3488. //! moment.js locale configuration
  3489. function processRelativeTime$4(number, withoutSuffix, key, isFuture) {
  3490. var format = {
  3491. 's': ['thodde secondanim', 'thodde second'],
  3492. 'ss': [number + ' secondanim', number + ' second'],
  3493. 'm': ['eka mintan', 'ek minute'],
  3494. 'mm': [number + ' mintanim', number + ' mintam'],
  3495. 'h': ['eka voran', 'ek vor'],
  3496. 'hh': [number + ' voranim', number + ' voram'],
  3497. 'd': ['eka disan', 'ek dis'],
  3498. 'dd': [number + ' disanim', number + ' dis'],
  3499. 'M': ['eka mhoinean', 'ek mhoino'],
  3500. 'MM': [number + ' mhoineanim', number + ' mhoine'],
  3501. 'y': ['eka vorsan', 'ek voros'],
  3502. 'yy': [number + ' vorsanim', number + ' vorsam']
  3503. };
  3504. return withoutSuffix ? format[key][0] : format[key][1];
  3505. }
  3506. moment.defineLocale('gom-latn', {
  3507. months : 'Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr'.split('_'),
  3508. monthsShort : 'Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.'.split('_'),
  3509. monthsParseExact : true,
  3510. weekdays : 'Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son\'var'.split('_'),
  3511. weekdaysShort : 'Ait._Som._Mon._Bud._Bre._Suk._Son.'.split('_'),
  3512. weekdaysMin : 'Ai_Sm_Mo_Bu_Br_Su_Sn'.split('_'),
  3513. weekdaysParseExact : true,
  3514. longDateFormat : {
  3515. LT : 'A h:mm [vazta]',
  3516. LTS : 'A h:mm:ss [vazta]',
  3517. L : 'DD-MM-YYYY',
  3518. LL : 'D MMMM YYYY',
  3519. LLL : 'D MMMM YYYY A h:mm [vazta]',
  3520. LLLL : 'dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]',
  3521. llll: 'ddd, D MMM YYYY, A h:mm [vazta]'
  3522. },
  3523. calendar : {
  3524. sameDay: '[Aiz] LT',
  3525. nextDay: '[Faleam] LT',
  3526. nextWeek: '[Ieta to] dddd[,] LT',
  3527. lastDay: '[Kal] LT',
  3528. lastWeek: '[Fatlo] dddd[,] LT',
  3529. sameElse: 'L'
  3530. },
  3531. relativeTime : {
  3532. future : '%s',
  3533. past : '%s adim',
  3534. s : processRelativeTime$4,
  3535. ss : processRelativeTime$4,
  3536. m : processRelativeTime$4,
  3537. mm : processRelativeTime$4,
  3538. h : processRelativeTime$4,
  3539. hh : processRelativeTime$4,
  3540. d : processRelativeTime$4,
  3541. dd : processRelativeTime$4,
  3542. M : processRelativeTime$4,
  3543. MM : processRelativeTime$4,
  3544. y : processRelativeTime$4,
  3545. yy : processRelativeTime$4
  3546. },
  3547. dayOfMonthOrdinalParse : /\d{1,2}(er)/,
  3548. ordinal : function (number, period) {
  3549. switch (period) {
  3550. // the ordinal 'er' only applies to day of the month
  3551. case 'D':
  3552. return number + 'er';
  3553. default:
  3554. case 'M':
  3555. case 'Q':
  3556. case 'DDD':
  3557. case 'd':
  3558. case 'w':
  3559. case 'W':
  3560. return number;
  3561. }
  3562. },
  3563. week : {
  3564. dow : 1, // Monday is the first day of the week.
  3565. doy : 4 // The week that contains Jan 4th is the first week of the year.
  3566. },
  3567. meridiemParse: /rati|sokalli|donparam|sanje/,
  3568. meridiemHour : function (hour, meridiem) {
  3569. if (hour === 12) {
  3570. hour = 0;
  3571. }
  3572. if (meridiem === 'rati') {
  3573. return hour < 4 ? hour : hour + 12;
  3574. } else if (meridiem === 'sokalli') {
  3575. return hour;
  3576. } else if (meridiem === 'donparam') {
  3577. return hour > 12 ? hour : hour + 12;
  3578. } else if (meridiem === 'sanje') {
  3579. return hour + 12;
  3580. }
  3581. },
  3582. meridiem : function (hour, minute, isLower) {
  3583. if (hour < 4) {
  3584. return 'rati';
  3585. } else if (hour < 12) {
  3586. return 'sokalli';
  3587. } else if (hour < 16) {
  3588. return 'donparam';
  3589. } else if (hour < 20) {
  3590. return 'sanje';
  3591. } else {
  3592. return 'rati';
  3593. }
  3594. }
  3595. });
  3596. //! moment.js locale configuration
  3597. var symbolMap$6 = {
  3598. '1': '૧',
  3599. '2': '૨',
  3600. '3': '૩',
  3601. '4': '૪',
  3602. '5': '૫',
  3603. '6': '૬',
  3604. '7': '૭',
  3605. '8': '૮',
  3606. '9': '૯',
  3607. '0': '૦'
  3608. },
  3609. numberMap$5 = {
  3610. '૧': '1',
  3611. '૨': '2',
  3612. '૩': '3',
  3613. '૪': '4',
  3614. '૫': '5',
  3615. '૬': '6',
  3616. '૭': '7',
  3617. '૮': '8',
  3618. '૯': '9',
  3619. '૦': '0'
  3620. };
  3621. moment.defineLocale('gu', {
  3622. months: 'જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર'.split('_'),
  3623. monthsShort: 'જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.'.split('_'),
  3624. monthsParseExact: true,
  3625. weekdays: 'રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર'.split('_'),
  3626. weekdaysShort: 'રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ'.split('_'),
  3627. weekdaysMin: 'ર_સો_મં_બુ_ગુ_શુ_શ'.split('_'),
  3628. longDateFormat: {
  3629. LT: 'A h:mm વાગ્યે',
  3630. LTS: 'A h:mm:ss વાગ્યે',
  3631. L: 'DD/MM/YYYY',
  3632. LL: 'D MMMM YYYY',
  3633. LLL: 'D MMMM YYYY, A h:mm વાગ્યે',
  3634. LLLL: 'dddd, D MMMM YYYY, A h:mm વાગ્યે'
  3635. },
  3636. calendar: {
  3637. sameDay: '[આજ] LT',
  3638. nextDay: '[કાલે] LT',
  3639. nextWeek: 'dddd, LT',
  3640. lastDay: '[ગઇકાલે] LT',
  3641. lastWeek: '[પાછલા] dddd, LT',
  3642. sameElse: 'L'
  3643. },
  3644. relativeTime: {
  3645. future: '%s મા',
  3646. past: '%s પેહલા',
  3647. s: 'અમુક પળો',
  3648. ss: '%d સેકંડ',
  3649. m: 'એક મિનિટ',
  3650. mm: '%d મિનિટ',
  3651. h: 'એક કલાક',
  3652. hh: '%d કલાક',
  3653. d: 'એક દિવસ',
  3654. dd: '%d દિવસ',
  3655. M: 'એક મહિનો',
  3656. MM: '%d મહિનો',
  3657. y: 'એક વર્ષ',
  3658. yy: '%d વર્ષ'
  3659. },
  3660. preparse: function (string) {
  3661. return string.replace(/[૧૨૩૪૫૬૭૮૯૦]/g, function (match) {
  3662. return numberMap$5[match];
  3663. });
  3664. },
  3665. postformat: function (string) {
  3666. return string.replace(/\d/g, function (match) {
  3667. return symbolMap$6[match];
  3668. });
  3669. },
  3670. // Gujarati notation for meridiems are quite fuzzy in practice. While there exists
  3671. // a rigid notion of a 'Pahar' it is not used as rigidly in modern Gujarati.
  3672. meridiemParse: /રાત|બપોર|સવાર|સાંજ/,
  3673. meridiemHour: function (hour, meridiem) {
  3674. if (hour === 12) {
  3675. hour = 0;
  3676. }
  3677. if (meridiem === 'રાત') {
  3678. return hour < 4 ? hour : hour + 12;
  3679. } else if (meridiem === 'સવાર') {
  3680. return hour;
  3681. } else if (meridiem === 'બપોર') {
  3682. return hour >= 10 ? hour : hour + 12;
  3683. } else if (meridiem === 'સાંજ') {
  3684. return hour + 12;
  3685. }
  3686. },
  3687. meridiem: function (hour, minute, isLower) {
  3688. if (hour < 4) {
  3689. return 'રાત';
  3690. } else if (hour < 10) {
  3691. return 'સવાર';
  3692. } else if (hour < 17) {
  3693. return 'બપોર';
  3694. } else if (hour < 20) {
  3695. return 'સાંજ';
  3696. } else {
  3697. return 'રાત';
  3698. }
  3699. },
  3700. week: {
  3701. dow: 0, // Sunday is the first day of the week.
  3702. doy: 6 // The week that contains Jan 6th is the first week of the year.
  3703. }
  3704. });
  3705. //! moment.js locale configuration
  3706. moment.defineLocale('he', {
  3707. months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),
  3708. monthsShort : 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),
  3709. weekdays : 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),
  3710. weekdaysShort : 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),
  3711. weekdaysMin : 'א_ב_ג_ד_ה_ו_ש'.split('_'),
  3712. longDateFormat : {
  3713. LT : 'HH:mm',
  3714. LTS : 'HH:mm:ss',
  3715. L : 'DD/MM/YYYY',
  3716. LL : 'D [ב]MMMM YYYY',
  3717. LLL : 'D [ב]MMMM YYYY HH:mm',
  3718. LLLL : 'dddd, D [ב]MMMM YYYY HH:mm',
  3719. l : 'D/M/YYYY',
  3720. ll : 'D MMM YYYY',
  3721. lll : 'D MMM YYYY HH:mm',
  3722. llll : 'ddd, D MMM YYYY HH:mm'
  3723. },
  3724. calendar : {
  3725. sameDay : '[היום ב־]LT',
  3726. nextDay : '[מחר ב־]LT',
  3727. nextWeek : 'dddd [בשעה] LT',
  3728. lastDay : '[אתמול ב־]LT',
  3729. lastWeek : '[ביום] dddd [האחרון בשעה] LT',
  3730. sameElse : 'L'
  3731. },
  3732. relativeTime : {
  3733. future : 'בעוד %s',
  3734. past : 'לפני %s',
  3735. s : 'מספר שניות',
  3736. ss : '%d שניות',
  3737. m : 'דקה',
  3738. mm : '%d דקות',
  3739. h : 'שעה',
  3740. hh : function (number) {
  3741. if (number === 2) {
  3742. return 'שעתיים';
  3743. }
  3744. return number + ' שעות';
  3745. },
  3746. d : 'יום',
  3747. dd : function (number) {
  3748. if (number === 2) {
  3749. return 'יומיים';
  3750. }
  3751. return number + ' ימים';
  3752. },
  3753. M : 'חודש',
  3754. MM : function (number) {
  3755. if (number === 2) {
  3756. return 'חודשיים';
  3757. }
  3758. return number + ' חודשים';
  3759. },
  3760. y : 'שנה',
  3761. yy : function (number) {
  3762. if (number === 2) {
  3763. return 'שנתיים';
  3764. } else if (number % 10 === 0 && number !== 10) {
  3765. return number + ' שנה';
  3766. }
  3767. return number + ' שנים';
  3768. }
  3769. },
  3770. meridiemParse: /אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,
  3771. isPM : function (input) {
  3772. return /^(אחה"צ|אחרי הצהריים|בערב)$/.test(input);
  3773. },
  3774. meridiem : function (hour, minute, isLower) {
  3775. if (hour < 5) {
  3776. return 'לפנות בוקר';
  3777. } else if (hour < 10) {
  3778. return 'בבוקר';
  3779. } else if (hour < 12) {
  3780. return isLower ? 'לפנה"צ' : 'לפני הצהריים';
  3781. } else if (hour < 18) {
  3782. return isLower ? 'אחה"צ' : 'אחרי הצהריים';
  3783. } else {
  3784. return 'בערב';
  3785. }
  3786. }
  3787. });
  3788. //! moment.js locale configuration
  3789. var symbolMap$7 = {
  3790. '1': '१',
  3791. '2': '२',
  3792. '3': '३',
  3793. '4': '४',
  3794. '5': '५',
  3795. '6': '६',
  3796. '7': '७',
  3797. '8': '८',
  3798. '9': '९',
  3799. '0': '०'
  3800. },
  3801. numberMap$6 = {
  3802. '१': '1',
  3803. '२': '2',
  3804. '३': '3',
  3805. '४': '4',
  3806. '५': '5',
  3807. '६': '6',
  3808. '७': '7',
  3809. '८': '8',
  3810. '९': '9',
  3811. '०': '0'
  3812. };
  3813. moment.defineLocale('hi', {
  3814. months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),
  3815. monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),
  3816. monthsParseExact: true,
  3817. weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
  3818. weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),
  3819. weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),
  3820. longDateFormat : {
  3821. LT : 'A h:mm बजे',
  3822. LTS : 'A h:mm:ss बजे',
  3823. L : 'DD/MM/YYYY',
  3824. LL : 'D MMMM YYYY',
  3825. LLL : 'D MMMM YYYY, A h:mm बजे',
  3826. LLLL : 'dddd, D MMMM YYYY, A h:mm बजे'
  3827. },
  3828. calendar : {
  3829. sameDay : '[आज] LT',
  3830. nextDay : '[कल] LT',
  3831. nextWeek : 'dddd, LT',
  3832. lastDay : '[कल] LT',
  3833. lastWeek : '[पिछले] dddd, LT',
  3834. sameElse : 'L'
  3835. },
  3836. relativeTime : {
  3837. future : '%s में',
  3838. past : '%s पहले',
  3839. s : 'कुछ ही क्षण',
  3840. ss : '%d सेकंड',
  3841. m : 'एक मिनट',
  3842. mm : '%d मिनट',
  3843. h : 'एक घंटा',
  3844. hh : '%d घंटे',
  3845. d : 'एक दिन',
  3846. dd : '%d दिन',
  3847. M : 'एक महीने',
  3848. MM : '%d महीने',
  3849. y : 'एक वर्ष',
  3850. yy : '%d वर्ष'
  3851. },
  3852. preparse: function (string) {
  3853. return string.replace(/[१२३४५६७८९०]/g, function (match) {
  3854. return numberMap$6[match];
  3855. });
  3856. },
  3857. postformat: function (string) {
  3858. return string.replace(/\d/g, function (match) {
  3859. return symbolMap$7[match];
  3860. });
  3861. },
  3862. // Hindi notation for meridiems are quite fuzzy in practice. While there exists
  3863. // a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.
  3864. meridiemParse: /रात|सुबह|दोपहर|शाम/,
  3865. meridiemHour : function (hour, meridiem) {
  3866. if (hour === 12) {
  3867. hour = 0;
  3868. }
  3869. if (meridiem === 'रात') {
  3870. return hour < 4 ? hour : hour + 12;
  3871. } else if (meridiem === 'सुबह') {
  3872. return hour;
  3873. } else if (meridiem === 'दोपहर') {
  3874. return hour >= 10 ? hour : hour + 12;
  3875. } else if (meridiem === 'शाम') {
  3876. return hour + 12;
  3877. }
  3878. },
  3879. meridiem : function (hour, minute, isLower) {
  3880. if (hour < 4) {
  3881. return 'रात';
  3882. } else if (hour < 10) {
  3883. return 'सुबह';
  3884. } else if (hour < 17) {
  3885. return 'दोपहर';
  3886. } else if (hour < 20) {
  3887. return 'शाम';
  3888. } else {
  3889. return 'रात';
  3890. }
  3891. },
  3892. week : {
  3893. dow : 0, // Sunday is the first day of the week.
  3894. doy : 6 // The week that contains Jan 6th is the first week of the year.
  3895. }
  3896. });
  3897. //! moment.js locale configuration
  3898. function translate$3(number, withoutSuffix, key) {
  3899. var result = number + ' ';
  3900. switch (key) {
  3901. case 'ss':
  3902. if (number === 1) {
  3903. result += 'sekunda';
  3904. } else if (number === 2 || number === 3 || number === 4) {
  3905. result += 'sekunde';
  3906. } else {
  3907. result += 'sekundi';
  3908. }
  3909. return result;
  3910. case 'm':
  3911. return withoutSuffix ? 'jedna minuta' : 'jedne minute';
  3912. case 'mm':
  3913. if (number === 1) {
  3914. result += 'minuta';
  3915. } else if (number === 2 || number === 3 || number === 4) {
  3916. result += 'minute';
  3917. } else {
  3918. result += 'minuta';
  3919. }
  3920. return result;
  3921. case 'h':
  3922. return withoutSuffix ? 'jedan sat' : 'jednog sata';
  3923. case 'hh':
  3924. if (number === 1) {
  3925. result += 'sat';
  3926. } else if (number === 2 || number === 3 || number === 4) {
  3927. result += 'sata';
  3928. } else {
  3929. result += 'sati';
  3930. }
  3931. return result;
  3932. case 'dd':
  3933. if (number === 1) {
  3934. result += 'dan';
  3935. } else {
  3936. result += 'dana';
  3937. }
  3938. return result;
  3939. case 'MM':
  3940. if (number === 1) {
  3941. result += 'mjesec';
  3942. } else if (number === 2 || number === 3 || number === 4) {
  3943. result += 'mjeseca';
  3944. } else {
  3945. result += 'mjeseci';
  3946. }
  3947. return result;
  3948. case 'yy':
  3949. if (number === 1) {
  3950. result += 'godina';
  3951. } else if (number === 2 || number === 3 || number === 4) {
  3952. result += 'godine';
  3953. } else {
  3954. result += 'godina';
  3955. }
  3956. return result;
  3957. }
  3958. }
  3959. moment.defineLocale('hr', {
  3960. months : {
  3961. format: 'siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca'.split('_'),
  3962. standalone: 'siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac'.split('_')
  3963. },
  3964. monthsShort : 'sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.'.split('_'),
  3965. monthsParseExact: true,
  3966. weekdays : 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
  3967. weekdaysShort : 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
  3968. weekdaysMin : 'ne_po_ut_sr_če_pe_su'.split('_'),
  3969. weekdaysParseExact : true,
  3970. longDateFormat : {
  3971. LT : 'H:mm',
  3972. LTS : 'H:mm:ss',
  3973. L : 'DD.MM.YYYY',
  3974. LL : 'D. MMMM YYYY',
  3975. LLL : 'D. MMMM YYYY H:mm',
  3976. LLLL : 'dddd, D. MMMM YYYY H:mm'
  3977. },
  3978. calendar : {
  3979. sameDay : '[danas u] LT',
  3980. nextDay : '[sutra u] LT',
  3981. nextWeek : function () {
  3982. switch (this.day()) {
  3983. case 0:
  3984. return '[u] [nedjelju] [u] LT';
  3985. case 3:
  3986. return '[u] [srijedu] [u] LT';
  3987. case 6:
  3988. return '[u] [subotu] [u] LT';
  3989. case 1:
  3990. case 2:
  3991. case 4:
  3992. case 5:
  3993. return '[u] dddd [u] LT';
  3994. }
  3995. },
  3996. lastDay : '[jučer u] LT',
  3997. lastWeek : function () {
  3998. switch (this.day()) {
  3999. case 0:
  4000. case 3:
  4001. return '[prošlu] dddd [u] LT';
  4002. case 6:
  4003. return '[prošle] [subote] [u] LT';
  4004. case 1:
  4005. case 2:
  4006. case 4:
  4007. case 5:
  4008. return '[prošli] dddd [u] LT';
  4009. }
  4010. },
  4011. sameElse : 'L'
  4012. },
  4013. relativeTime : {
  4014. future : 'za %s',
  4015. past : 'prije %s',
  4016. s : 'par sekundi',
  4017. ss : translate$3,
  4018. m : translate$3,
  4019. mm : translate$3,
  4020. h : translate$3,
  4021. hh : translate$3,
  4022. d : 'dan',
  4023. dd : translate$3,
  4024. M : 'mjesec',
  4025. MM : translate$3,
  4026. y : 'godinu',
  4027. yy : translate$3
  4028. },
  4029. dayOfMonthOrdinalParse: /\d{1,2}\./,
  4030. ordinal : '%d.',
  4031. week : {
  4032. dow : 1, // Monday is the first day of the week.
  4033. doy : 7 // The week that contains Jan 7th is the first week of the year.
  4034. }
  4035. });
  4036. //! moment.js locale configuration
  4037. var weekEndings = 'vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton'.split(' ');
  4038. function translate$4(number, withoutSuffix, key, isFuture) {
  4039. var num = number;
  4040. switch (key) {
  4041. case 's':
  4042. return (isFuture || withoutSuffix) ? 'néhány másodperc' : 'néhány másodperce';
  4043. case 'ss':
  4044. return num + (isFuture || withoutSuffix) ? ' másodperc' : ' másodperce';
  4045. case 'm':
  4046. return 'egy' + (isFuture || withoutSuffix ? ' perc' : ' perce');
  4047. case 'mm':
  4048. return num + (isFuture || withoutSuffix ? ' perc' : ' perce');
  4049. case 'h':
  4050. return 'egy' + (isFuture || withoutSuffix ? ' óra' : ' órája');
  4051. case 'hh':
  4052. return num + (isFuture || withoutSuffix ? ' óra' : ' órája');
  4053. case 'd':
  4054. return 'egy' + (isFuture || withoutSuffix ? ' nap' : ' napja');
  4055. case 'dd':
  4056. return num + (isFuture || withoutSuffix ? ' nap' : ' napja');
  4057. case 'M':
  4058. return 'egy' + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');
  4059. case 'MM':
  4060. return num + (isFuture || withoutSuffix ? ' hónap' : ' hónapja');
  4061. case 'y':
  4062. return 'egy' + (isFuture || withoutSuffix ? ' év' : ' éve');
  4063. case 'yy':
  4064. return num + (isFuture || withoutSuffix ? ' év' : ' éve');
  4065. }
  4066. return '';
  4067. }
  4068. function week(isFuture) {
  4069. return (isFuture ? '' : '[múlt] ') + '[' + weekEndings[this.day()] + '] LT[-kor]';
  4070. }
  4071. moment.defineLocale('hu', {
  4072. months : 'január_február_március_április_május_június_július_augusztus_szeptember_október_november_december'.split('_'),
  4073. monthsShort : 'jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec'.split('_'),
  4074. weekdays : 'vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat'.split('_'),
  4075. weekdaysShort : 'vas_hét_kedd_sze_csüt_pén_szo'.split('_'),
  4076. weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'),
  4077. longDateFormat : {
  4078. LT : 'H:mm',
  4079. LTS : 'H:mm:ss',
  4080. L : 'YYYY.MM.DD.',
  4081. LL : 'YYYY. MMMM D.',
  4082. LLL : 'YYYY. MMMM D. H:mm',
  4083. LLLL : 'YYYY. MMMM D., dddd H:mm'
  4084. },
  4085. meridiemParse: /de|du/i,
  4086. isPM: function (input) {
  4087. return input.charAt(1).toLowerCase() === 'u';
  4088. },
  4089. meridiem : function (hours, minutes, isLower) {
  4090. if (hours < 12) {
  4091. return isLower === true ? 'de' : 'DE';
  4092. } else {
  4093. return isLower === true ? 'du' : 'DU';
  4094. }
  4095. },
  4096. calendar : {
  4097. sameDay : '[ma] LT[-kor]',
  4098. nextDay : '[holnap] LT[-kor]',
  4099. nextWeek : function () {
  4100. return week.call(this, true);
  4101. },
  4102. lastDay : '[tegnap] LT[-kor]',
  4103. lastWeek : function () {
  4104. return week.call(this, false);
  4105. },
  4106. sameElse : 'L'
  4107. },
  4108. relativeTime : {
  4109. future : '%s múlva',
  4110. past : '%s',
  4111. s : translate$4,
  4112. ss : translate$4,
  4113. m : translate$4,
  4114. mm : translate$4,
  4115. h : translate$4,
  4116. hh : translate$4,
  4117. d : translate$4,
  4118. dd : translate$4,
  4119. M : translate$4,
  4120. MM : translate$4,
  4121. y : translate$4,
  4122. yy : translate$4
  4123. },
  4124. dayOfMonthOrdinalParse: /\d{1,2}\./,
  4125. ordinal : '%d.',
  4126. week : {
  4127. dow : 1, // Monday is the first day of the week.
  4128. doy : 4 // The week that contains Jan 4th is the first week of the year.
  4129. }
  4130. });
  4131. //! moment.js locale configuration
  4132. moment.defineLocale('hy-am', {
  4133. months : {
  4134. format: 'հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի'.split('_'),
  4135. standalone: 'հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր'.split('_')
  4136. },
  4137. monthsShort : 'հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ'.split('_'),
  4138. weekdays : 'կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ'.split('_'),
  4139. weekdaysShort : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),
  4140. weekdaysMin : 'կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ'.split('_'),
  4141. longDateFormat : {
  4142. LT : 'HH:mm',
  4143. LTS : 'HH:mm:ss',
  4144. L : 'DD.MM.YYYY',
  4145. LL : 'D MMMM YYYY թ.',
  4146. LLL : 'D MMMM YYYY թ., HH:mm',
  4147. LLLL : 'dddd, D MMMM YYYY թ., HH:mm'
  4148. },
  4149. calendar : {
  4150. sameDay: '[այսօր] LT',
  4151. nextDay: '[վաղը] LT',
  4152. lastDay: '[երեկ] LT',
  4153. nextWeek: function () {
  4154. return 'dddd [օրը ժամը] LT';
  4155. },
  4156. lastWeek: function () {
  4157. return '[անցած] dddd [օրը ժամը] LT';
  4158. },
  4159. sameElse: 'L'
  4160. },
  4161. relativeTime : {
  4162. future : '%s հետո',
  4163. past : '%s առաջ',
  4164. s : 'մի քանի վայրկյան',
  4165. ss : '%d վայրկյան',
  4166. m : 'րոպե',
  4167. mm : '%d րոպե',
  4168. h : 'ժամ',
  4169. hh : '%d ժամ',
  4170. d : 'օր',
  4171. dd : '%d օր',
  4172. M : 'ամիս',
  4173. MM : '%d ամիս',
  4174. y : 'տարի',
  4175. yy : '%d տարի'
  4176. },
  4177. meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,
  4178. isPM: function (input) {
  4179. return /^(ցերեկվա|երեկոյան)$/.test(input);
  4180. },
  4181. meridiem : function (hour) {
  4182. if (hour < 4) {
  4183. return 'գիշերվա';
  4184. } else if (hour < 12) {
  4185. return 'առավոտվա';
  4186. } else if (hour < 17) {
  4187. return 'ցերեկվա';
  4188. } else {
  4189. return 'երեկոյան';
  4190. }
  4191. },
  4192. dayOfMonthOrdinalParse: /\d{1,2}|\d{1,2}-(ին|րդ)/,
  4193. ordinal: function (number, period) {
  4194. switch (period) {
  4195. case 'DDD':
  4196. case 'w':
  4197. case 'W':
  4198. case 'DDDo':
  4199. if (number === 1) {
  4200. return number + '-ին';
  4201. }
  4202. return number + '-րդ';
  4203. default:
  4204. return number;
  4205. }
  4206. },
  4207. week : {
  4208. dow : 1, // Monday is the first day of the week.
  4209. doy : 7 // The week that contains Jan 7th is the first week of the year.
  4210. }
  4211. });
  4212. //! moment.js locale configuration
  4213. moment.defineLocale('id', {
  4214. months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),
  4215. monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),
  4216. weekdays : 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),
  4217. weekdaysShort : 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),
  4218. weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),
  4219. longDateFormat : {
  4220. LT : 'HH.mm',
  4221. LTS : 'HH.mm.ss',
  4222. L : 'DD/MM/YYYY',
  4223. LL : 'D MMMM YYYY',
  4224. LLL : 'D MMMM YYYY [pukul] HH.mm',
  4225. LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'
  4226. },
  4227. meridiemParse: /pagi|siang|sore|malam/,
  4228. meridiemHour : function (hour, meridiem) {
  4229. if (hour === 12) {
  4230. hour = 0;
  4231. }
  4232. if (meridiem === 'pagi') {
  4233. return hour;
  4234. } else if (meridiem === 'siang') {
  4235. return hour >= 11 ? hour : hour + 12;
  4236. } else if (meridiem === 'sore' || meridiem === 'malam') {
  4237. return hour + 12;
  4238. }
  4239. },
  4240. meridiem : function (hours, minutes, isLower) {
  4241. if (hours < 11) {
  4242. return 'pagi';
  4243. } else if (hours < 15) {
  4244. return 'siang';
  4245. } else if (hours < 19) {
  4246. return 'sore';
  4247. } else {
  4248. return 'malam';
  4249. }
  4250. },
  4251. calendar : {
  4252. sameDay : '[Hari ini pukul] LT',
  4253. nextDay : '[Besok pukul] LT',
  4254. nextWeek : 'dddd [pukul] LT',
  4255. lastDay : '[Kemarin pukul] LT',
  4256. lastWeek : 'dddd [lalu pukul] LT',
  4257. sameElse : 'L'
  4258. },
  4259. relativeTime : {
  4260. future : 'dalam %s',
  4261. past : '%s yang lalu',
  4262. s : 'beberapa detik',
  4263. ss : '%d detik',
  4264. m : 'semenit',
  4265. mm : '%d menit',
  4266. h : 'sejam',
  4267. hh : '%d jam',
  4268. d : 'sehari',
  4269. dd : '%d hari',
  4270. M : 'sebulan',
  4271. MM : '%d bulan',
  4272. y : 'setahun',
  4273. yy : '%d tahun'
  4274. },
  4275. week : {
  4276. dow : 1, // Monday is the first day of the week.
  4277. doy : 7 // The week that contains Jan 7th is the first week of the year.
  4278. }
  4279. });
  4280. //! moment.js locale configuration
  4281. function plural$2(n) {
  4282. if (n % 100 === 11) {
  4283. return true;
  4284. } else if (n % 10 === 1) {
  4285. return false;
  4286. }
  4287. return true;
  4288. }
  4289. function translate$5(number, withoutSuffix, key, isFuture) {
  4290. var result = number + ' ';
  4291. switch (key) {
  4292. case 's':
  4293. return withoutSuffix || isFuture ? 'nokkrar sekúndur' : 'nokkrum sekúndum';
  4294. case 'ss':
  4295. if (plural$2(number)) {
  4296. return result + (withoutSuffix || isFuture ? 'sekúndur' : 'sekúndum');
  4297. }
  4298. return result + 'sekúnda';
  4299. case 'm':
  4300. return withoutSuffix ? 'mínúta' : 'mínútu';
  4301. case 'mm':
  4302. if (plural$2(number)) {
  4303. return result + (withoutSuffix || isFuture ? 'mínútur' : 'mínútum');
  4304. } else if (withoutSuffix) {
  4305. return result + 'mínúta';
  4306. }
  4307. return result + 'mínútu';
  4308. case 'hh':
  4309. if (plural$2(number)) {
  4310. return result + (withoutSuffix || isFuture ? 'klukkustundir' : 'klukkustundum');
  4311. }
  4312. return result + 'klukkustund';
  4313. case 'd':
  4314. if (withoutSuffix) {
  4315. return 'dagur';
  4316. }
  4317. return isFuture ? 'dag' : 'degi';
  4318. case 'dd':
  4319. if (plural$2(number)) {
  4320. if (withoutSuffix) {
  4321. return result + 'dagar';
  4322. }
  4323. return result + (isFuture ? 'daga' : 'dögum');
  4324. } else if (withoutSuffix) {
  4325. return result + 'dagur';
  4326. }
  4327. return result + (isFuture ? 'dag' : 'degi');
  4328. case 'M':
  4329. if (withoutSuffix) {
  4330. return 'mánuður';
  4331. }
  4332. return isFuture ? 'mánuð' : 'mánuði';
  4333. case 'MM':
  4334. if (plural$2(number)) {
  4335. if (withoutSuffix) {
  4336. return result + 'mánuðir';
  4337. }
  4338. return result + (isFuture ? 'mánuði' : 'mánuðum');
  4339. } else if (withoutSuffix) {
  4340. return result + 'mánuður';
  4341. }
  4342. return result + (isFuture ? 'mánuð' : 'mánuði');
  4343. case 'y':
  4344. return withoutSuffix || isFuture ? 'ár' : 'ári';
  4345. case 'yy':
  4346. if (plural$2(number)) {
  4347. return result + (withoutSuffix || isFuture ? 'ár' : 'árum');
  4348. }
  4349. return result + (withoutSuffix || isFuture ? 'ár' : 'ári');
  4350. }
  4351. }
  4352. moment.defineLocale('is', {
  4353. months : 'janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember'.split('_'),
  4354. monthsShort : 'jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des'.split('_'),
  4355. weekdays : 'sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur'.split('_'),
  4356. weekdaysShort : 'sun_mán_þri_mið_fim_fös_lau'.split('_'),
  4357. weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'),
  4358. longDateFormat : {
  4359. LT : 'H:mm',
  4360. LTS : 'H:mm:ss',
  4361. L : 'DD.MM.YYYY',
  4362. LL : 'D. MMMM YYYY',
  4363. LLL : 'D. MMMM YYYY [kl.] H:mm',
  4364. LLLL : 'dddd, D. MMMM YYYY [kl.] H:mm'
  4365. },
  4366. calendar : {
  4367. sameDay : '[í dag kl.] LT',
  4368. nextDay : '[á morgun kl.] LT',
  4369. nextWeek : 'dddd [kl.] LT',
  4370. lastDay : '[í gær kl.] LT',
  4371. lastWeek : '[síðasta] dddd [kl.] LT',
  4372. sameElse : 'L'
  4373. },
  4374. relativeTime : {
  4375. future : 'eftir %s',
  4376. past : 'fyrir %s síðan',
  4377. s : translate$5,
  4378. ss : translate$5,
  4379. m : translate$5,
  4380. mm : translate$5,
  4381. h : 'klukkustund',
  4382. hh : translate$5,
  4383. d : translate$5,
  4384. dd : translate$5,
  4385. M : translate$5,
  4386. MM : translate$5,
  4387. y : translate$5,
  4388. yy : translate$5
  4389. },
  4390. dayOfMonthOrdinalParse: /\d{1,2}\./,
  4391. ordinal : '%d.',
  4392. week : {
  4393. dow : 1, // Monday is the first day of the week.
  4394. doy : 4 // The week that contains Jan 4th is the first week of the year.
  4395. }
  4396. });
  4397. //! moment.js locale configuration
  4398. moment.defineLocale('it-ch', {
  4399. months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),
  4400. monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
  4401. weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),
  4402. weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),
  4403. weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),
  4404. longDateFormat : {
  4405. LT : 'HH:mm',
  4406. LTS : 'HH:mm:ss',
  4407. L : 'DD.MM.YYYY',
  4408. LL : 'D MMMM YYYY',
  4409. LLL : 'D MMMM YYYY HH:mm',
  4410. LLLL : 'dddd D MMMM YYYY HH:mm'
  4411. },
  4412. calendar : {
  4413. sameDay: '[Oggi alle] LT',
  4414. nextDay: '[Domani alle] LT',
  4415. nextWeek: 'dddd [alle] LT',
  4416. lastDay: '[Ieri alle] LT',
  4417. lastWeek: function () {
  4418. switch (this.day()) {
  4419. case 0:
  4420. return '[la scorsa] dddd [alle] LT';
  4421. default:
  4422. return '[lo scorso] dddd [alle] LT';
  4423. }
  4424. },
  4425. sameElse: 'L'
  4426. },
  4427. relativeTime : {
  4428. future : function (s) {
  4429. return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;
  4430. },
  4431. past : '%s fa',
  4432. s : 'alcuni secondi',
  4433. ss : '%d secondi',
  4434. m : 'un minuto',
  4435. mm : '%d minuti',
  4436. h : 'un\'ora',
  4437. hh : '%d ore',
  4438. d : 'un giorno',
  4439. dd : '%d giorni',
  4440. M : 'un mese',
  4441. MM : '%d mesi',
  4442. y : 'un anno',
  4443. yy : '%d anni'
  4444. },
  4445. dayOfMonthOrdinalParse : /\d{1,2}º/,
  4446. ordinal: '%dº',
  4447. week : {
  4448. dow : 1, // Monday is the first day of the week.
  4449. doy : 4 // The week that contains Jan 4th is the first week of the year.
  4450. }
  4451. });
  4452. //! moment.js locale configuration
  4453. moment.defineLocale('it', {
  4454. months : 'gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre'.split('_'),
  4455. monthsShort : 'gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic'.split('_'),
  4456. weekdays : 'domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato'.split('_'),
  4457. weekdaysShort : 'dom_lun_mar_mer_gio_ven_sab'.split('_'),
  4458. weekdaysMin : 'do_lu_ma_me_gi_ve_sa'.split('_'),
  4459. longDateFormat : {
  4460. LT : 'HH:mm',
  4461. LTS : 'HH:mm:ss',
  4462. L : 'DD/MM/YYYY',
  4463. LL : 'D MMMM YYYY',
  4464. LLL : 'D MMMM YYYY HH:mm',
  4465. LLLL : 'dddd D MMMM YYYY HH:mm'
  4466. },
  4467. calendar : {
  4468. sameDay: '[Oggi alle] LT',
  4469. nextDay: '[Domani alle] LT',
  4470. nextWeek: 'dddd [alle] LT',
  4471. lastDay: '[Ieri alle] LT',
  4472. lastWeek: function () {
  4473. switch (this.day()) {
  4474. case 0:
  4475. return '[la scorsa] dddd [alle] LT';
  4476. default:
  4477. return '[lo scorso] dddd [alle] LT';
  4478. }
  4479. },
  4480. sameElse: 'L'
  4481. },
  4482. relativeTime : {
  4483. future : function (s) {
  4484. return ((/^[0-9].+$/).test(s) ? 'tra' : 'in') + ' ' + s;
  4485. },
  4486. past : '%s fa',
  4487. s : 'alcuni secondi',
  4488. ss : '%d secondi',
  4489. m : 'un minuto',
  4490. mm : '%d minuti',
  4491. h : 'un\'ora',
  4492. hh : '%d ore',
  4493. d : 'un giorno',
  4494. dd : '%d giorni',
  4495. M : 'un mese',
  4496. MM : '%d mesi',
  4497. y : 'un anno',
  4498. yy : '%d anni'
  4499. },
  4500. dayOfMonthOrdinalParse : /\d{1,2}º/,
  4501. ordinal: '%dº',
  4502. week : {
  4503. dow : 1, // Monday is the first day of the week.
  4504. doy : 4 // The week that contains Jan 4th is the first week of the year.
  4505. }
  4506. });
  4507. //! moment.js locale configuration
  4508. moment.defineLocale('ja', {
  4509. months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
  4510. monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
  4511. weekdays : '日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日'.split('_'),
  4512. weekdaysShort : '日_月_火_水_木_金_土'.split('_'),
  4513. weekdaysMin : '日_月_火_水_木_金_土'.split('_'),
  4514. longDateFormat : {
  4515. LT : 'HH:mm',
  4516. LTS : 'HH:mm:ss',
  4517. L : 'YYYY/MM/DD',
  4518. LL : 'YYYY年M月D日',
  4519. LLL : 'YYYY年M月D日 HH:mm',
  4520. LLLL : 'YYYY年M月D日 dddd HH:mm',
  4521. l : 'YYYY/MM/DD',
  4522. ll : 'YYYY年M月D日',
  4523. lll : 'YYYY年M月D日 HH:mm',
  4524. llll : 'YYYY年M月D日(ddd) HH:mm'
  4525. },
  4526. meridiemParse: /午前|午後/i,
  4527. isPM : function (input) {
  4528. return input === '午後';
  4529. },
  4530. meridiem : function (hour, minute, isLower) {
  4531. if (hour < 12) {
  4532. return '午前';
  4533. } else {
  4534. return '午後';
  4535. }
  4536. },
  4537. calendar : {
  4538. sameDay : '[今日] LT',
  4539. nextDay : '[明日] LT',
  4540. nextWeek : function (now) {
  4541. if (now.week() < this.week()) {
  4542. return '[来週]dddd LT';
  4543. } else {
  4544. return 'dddd LT';
  4545. }
  4546. },
  4547. lastDay : '[昨日] LT',
  4548. lastWeek : function (now) {
  4549. if (this.week() < now.week()) {
  4550. return '[先週]dddd LT';
  4551. } else {
  4552. return 'dddd LT';
  4553. }
  4554. },
  4555. sameElse : 'L'
  4556. },
  4557. dayOfMonthOrdinalParse : /\d{1,2}日/,
  4558. ordinal : function (number, period) {
  4559. switch (period) {
  4560. case 'd':
  4561. case 'D':
  4562. case 'DDD':
  4563. return number + '日';
  4564. default:
  4565. return number;
  4566. }
  4567. },
  4568. relativeTime : {
  4569. future : '%s後',
  4570. past : '%s前',
  4571. s : '数秒',
  4572. ss : '%d秒',
  4573. m : '1分',
  4574. mm : '%d分',
  4575. h : '1時間',
  4576. hh : '%d時間',
  4577. d : '1日',
  4578. dd : '%d日',
  4579. M : '1ヶ月',
  4580. MM : '%dヶ月',
  4581. y : '1年',
  4582. yy : '%d年'
  4583. }
  4584. });
  4585. //! moment.js locale configuration
  4586. moment.defineLocale('jv', {
  4587. months : 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember'.split('_'),
  4588. monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des'.split('_'),
  4589. weekdays : 'Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu'.split('_'),
  4590. weekdaysShort : 'Min_Sen_Sel_Reb_Kem_Jem_Sep'.split('_'),
  4591. weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sp'.split('_'),
  4592. longDateFormat : {
  4593. LT : 'HH.mm',
  4594. LTS : 'HH.mm.ss',
  4595. L : 'DD/MM/YYYY',
  4596. LL : 'D MMMM YYYY',
  4597. LLL : 'D MMMM YYYY [pukul] HH.mm',
  4598. LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'
  4599. },
  4600. meridiemParse: /enjing|siyang|sonten|ndalu/,
  4601. meridiemHour : function (hour, meridiem) {
  4602. if (hour === 12) {
  4603. hour = 0;
  4604. }
  4605. if (meridiem === 'enjing') {
  4606. return hour;
  4607. } else if (meridiem === 'siyang') {
  4608. return hour >= 11 ? hour : hour + 12;
  4609. } else if (meridiem === 'sonten' || meridiem === 'ndalu') {
  4610. return hour + 12;
  4611. }
  4612. },
  4613. meridiem : function (hours, minutes, isLower) {
  4614. if (hours < 11) {
  4615. return 'enjing';
  4616. } else if (hours < 15) {
  4617. return 'siyang';
  4618. } else if (hours < 19) {
  4619. return 'sonten';
  4620. } else {
  4621. return 'ndalu';
  4622. }
  4623. },
  4624. calendar : {
  4625. sameDay : '[Dinten puniko pukul] LT',
  4626. nextDay : '[Mbenjang pukul] LT',
  4627. nextWeek : 'dddd [pukul] LT',
  4628. lastDay : '[Kala wingi pukul] LT',
  4629. lastWeek : 'dddd [kepengker pukul] LT',
  4630. sameElse : 'L'
  4631. },
  4632. relativeTime : {
  4633. future : 'wonten ing %s',
  4634. past : '%s ingkang kepengker',
  4635. s : 'sawetawis detik',
  4636. ss : '%d detik',
  4637. m : 'setunggal menit',
  4638. mm : '%d menit',
  4639. h : 'setunggal jam',
  4640. hh : '%d jam',
  4641. d : 'sedinten',
  4642. dd : '%d dinten',
  4643. M : 'sewulan',
  4644. MM : '%d wulan',
  4645. y : 'setaun',
  4646. yy : '%d taun'
  4647. },
  4648. week : {
  4649. dow : 1, // Monday is the first day of the week.
  4650. doy : 7 // The week that contains Jan 7th is the first week of the year.
  4651. }
  4652. });
  4653. //! moment.js locale configuration
  4654. moment.defineLocale('ka', {
  4655. months : {
  4656. standalone: 'იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი'.split('_'),
  4657. format: 'იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს'.split('_')
  4658. },
  4659. monthsShort : 'იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ'.split('_'),
  4660. weekdays : {
  4661. standalone: 'კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი'.split('_'),
  4662. format: 'კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს'.split('_'),
  4663. isFormat: /(წინა|შემდეგ)/
  4664. },
  4665. weekdaysShort : 'კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ'.split('_'),
  4666. weekdaysMin : 'კვ_ორ_სა_ოთ_ხუ_პა_შა'.split('_'),
  4667. longDateFormat : {
  4668. LT : 'h:mm A',
  4669. LTS : 'h:mm:ss A',
  4670. L : 'DD/MM/YYYY',
  4671. LL : 'D MMMM YYYY',
  4672. LLL : 'D MMMM YYYY h:mm A',
  4673. LLLL : 'dddd, D MMMM YYYY h:mm A'
  4674. },
  4675. calendar : {
  4676. sameDay : '[დღეს] LT[-ზე]',
  4677. nextDay : '[ხვალ] LT[-ზე]',
  4678. lastDay : '[გუშინ] LT[-ზე]',
  4679. nextWeek : '[შემდეგ] dddd LT[-ზე]',
  4680. lastWeek : '[წინა] dddd LT-ზე',
  4681. sameElse : 'L'
  4682. },
  4683. relativeTime : {
  4684. future : function (s) {
  4685. return (/(წამი|წუთი|საათი|წელი)/).test(s) ?
  4686. s.replace(/ი$/, 'ში') :
  4687. s + 'ში';
  4688. },
  4689. past : function (s) {
  4690. if ((/(წამი|წუთი|საათი|დღე|თვე)/).test(s)) {
  4691. return s.replace(/(ი|ე)$/, 'ის წინ');
  4692. }
  4693. if ((/წელი/).test(s)) {
  4694. return s.replace(/წელი$/, 'წლის წინ');
  4695. }
  4696. },
  4697. s : 'რამდენიმე წამი',
  4698. ss : '%d წამი',
  4699. m : 'წუთი',
  4700. mm : '%d წუთი',
  4701. h : 'საათი',
  4702. hh : '%d საათი',
  4703. d : 'დღე',
  4704. dd : '%d დღე',
  4705. M : 'თვე',
  4706. MM : '%d თვე',
  4707. y : 'წელი',
  4708. yy : '%d წელი'
  4709. },
  4710. dayOfMonthOrdinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,
  4711. ordinal : function (number) {
  4712. if (number === 0) {
  4713. return number;
  4714. }
  4715. if (number === 1) {
  4716. return number + '-ლი';
  4717. }
  4718. if ((number < 20) || (number <= 100 && (number % 20 === 0)) || (number % 100 === 0)) {
  4719. return 'მე-' + number;
  4720. }
  4721. return number + '-ე';
  4722. },
  4723. week : {
  4724. dow : 1,
  4725. doy : 7
  4726. }
  4727. });
  4728. //! moment.js locale configuration
  4729. var suffixes$1 = {
  4730. 0: '-ші',
  4731. 1: '-ші',
  4732. 2: '-ші',
  4733. 3: '-ші',
  4734. 4: '-ші',
  4735. 5: '-ші',
  4736. 6: '-шы',
  4737. 7: '-ші',
  4738. 8: '-ші',
  4739. 9: '-шы',
  4740. 10: '-шы',
  4741. 20: '-шы',
  4742. 30: '-шы',
  4743. 40: '-шы',
  4744. 50: '-ші',
  4745. 60: '-шы',
  4746. 70: '-ші',
  4747. 80: '-ші',
  4748. 90: '-шы',
  4749. 100: '-ші'
  4750. };
  4751. moment.defineLocale('kk', {
  4752. months : 'қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан'.split('_'),
  4753. monthsShort : 'қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел'.split('_'),
  4754. weekdays : 'жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі'.split('_'),
  4755. weekdaysShort : 'жек_дүй_сей_сәр_бей_жұм_сен'.split('_'),
  4756. weekdaysMin : 'жк_дй_сй_ср_бй_жм_сн'.split('_'),
  4757. longDateFormat : {
  4758. LT : 'HH:mm',
  4759. LTS : 'HH:mm:ss',
  4760. L : 'DD.MM.YYYY',
  4761. LL : 'D MMMM YYYY',
  4762. LLL : 'D MMMM YYYY HH:mm',
  4763. LLLL : 'dddd, D MMMM YYYY HH:mm'
  4764. },
  4765. calendar : {
  4766. sameDay : '[Бүгін сағат] LT',
  4767. nextDay : '[Ертең сағат] LT',
  4768. nextWeek : 'dddd [сағат] LT',
  4769. lastDay : '[Кеше сағат] LT',
  4770. lastWeek : '[Өткен аптаның] dddd [сағат] LT',
  4771. sameElse : 'L'
  4772. },
  4773. relativeTime : {
  4774. future : '%s ішінде',
  4775. past : '%s бұрын',
  4776. s : 'бірнеше секунд',
  4777. ss : '%d секунд',
  4778. m : 'бір минут',
  4779. mm : '%d минут',
  4780. h : 'бір сағат',
  4781. hh : '%d сағат',
  4782. d : 'бір күн',
  4783. dd : '%d күн',
  4784. M : 'бір ай',
  4785. MM : '%d ай',
  4786. y : 'бір жыл',
  4787. yy : '%d жыл'
  4788. },
  4789. dayOfMonthOrdinalParse: /\d{1,2}-(ші|шы)/,
  4790. ordinal : function (number) {
  4791. var a = number % 10,
  4792. b = number >= 100 ? 100 : null;
  4793. return number + (suffixes$1[number] || suffixes$1[a] || suffixes$1[b]);
  4794. },
  4795. week : {
  4796. dow : 1, // Monday is the first day of the week.
  4797. doy : 7 // The week that contains Jan 7th is the first week of the year.
  4798. }
  4799. });
  4800. //! moment.js locale configuration
  4801. var symbolMap$8 = {
  4802. '1': '១',
  4803. '2': '២',
  4804. '3': '៣',
  4805. '4': '៤',
  4806. '5': '៥',
  4807. '6': '៦',
  4808. '7': '៧',
  4809. '8': '៨',
  4810. '9': '៩',
  4811. '0': '០'
  4812. }, numberMap$7 = {
  4813. '១': '1',
  4814. '២': '2',
  4815. '៣': '3',
  4816. '៤': '4',
  4817. '៥': '5',
  4818. '៦': '6',
  4819. '៧': '7',
  4820. '៨': '8',
  4821. '៩': '9',
  4822. '០': '0'
  4823. };
  4824. moment.defineLocale('km', {
  4825. months: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(
  4826. '_'
  4827. ),
  4828. monthsShort: 'មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ'.split(
  4829. '_'
  4830. ),
  4831. weekdays: 'អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍'.split('_'),
  4832. weekdaysShort: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),
  4833. weekdaysMin: 'អា_ច_អ_ព_ព្រ_សុ_ស'.split('_'),
  4834. weekdaysParseExact: true,
  4835. longDateFormat: {
  4836. LT: 'HH:mm',
  4837. LTS: 'HH:mm:ss',
  4838. L: 'DD/MM/YYYY',
  4839. LL: 'D MMMM YYYY',
  4840. LLL: 'D MMMM YYYY HH:mm',
  4841. LLLL: 'dddd, D MMMM YYYY HH:mm'
  4842. },
  4843. meridiemParse: /ព្រឹក|ល្ងាច/,
  4844. isPM: function (input) {
  4845. return input === 'ល្ងាច';
  4846. },
  4847. meridiem: function (hour, minute, isLower) {
  4848. if (hour < 12) {
  4849. return 'ព្រឹក';
  4850. } else {
  4851. return 'ល្ងាច';
  4852. }
  4853. },
  4854. calendar: {
  4855. sameDay: '[ថ្ងៃនេះ ម៉ោង] LT',
  4856. nextDay: '[ស្អែក ម៉ោង] LT',
  4857. nextWeek: 'dddd [ម៉ោង] LT',
  4858. lastDay: '[ម្សិលមិញ ម៉ោង] LT',
  4859. lastWeek: 'dddd [សប្តាហ៍មុន] [ម៉ោង] LT',
  4860. sameElse: 'L'
  4861. },
  4862. relativeTime: {
  4863. future: '%sទៀត',
  4864. past: '%sមុន',
  4865. s: 'ប៉ុន្មានវិនាទី',
  4866. ss: '%d វិនាទី',
  4867. m: 'មួយនាទី',
  4868. mm: '%d នាទី',
  4869. h: 'មួយម៉ោង',
  4870. hh: '%d ម៉ោង',
  4871. d: 'មួយថ្ងៃ',
  4872. dd: '%d ថ្ងៃ',
  4873. M: 'មួយខែ',
  4874. MM: '%d ខែ',
  4875. y: 'មួយឆ្នាំ',
  4876. yy: '%d ឆ្នាំ'
  4877. },
  4878. dayOfMonthOrdinalParse : /ទី\d{1,2}/,
  4879. ordinal : 'ទី%d',
  4880. preparse: function (string) {
  4881. return string.replace(/[១២៣៤៥៦៧៨៩០]/g, function (match) {
  4882. return numberMap$7[match];
  4883. });
  4884. },
  4885. postformat: function (string) {
  4886. return string.replace(/\d/g, function (match) {
  4887. return symbolMap$8[match];
  4888. });
  4889. },
  4890. week: {
  4891. dow: 1, // Monday is the first day of the week.
  4892. doy: 4 // The week that contains Jan 4th is the first week of the year.
  4893. }
  4894. });
  4895. //! moment.js locale configuration
  4896. var symbolMap$9 = {
  4897. '1': '೧',
  4898. '2': '೨',
  4899. '3': '೩',
  4900. '4': '೪',
  4901. '5': '೫',
  4902. '6': '೬',
  4903. '7': '೭',
  4904. '8': '೮',
  4905. '9': '೯',
  4906. '0': '೦'
  4907. },
  4908. numberMap$8 = {
  4909. '೧': '1',
  4910. '೨': '2',
  4911. '೩': '3',
  4912. '೪': '4',
  4913. '೫': '5',
  4914. '೬': '6',
  4915. '೭': '7',
  4916. '೮': '8',
  4917. '೯': '9',
  4918. '೦': '0'
  4919. };
  4920. moment.defineLocale('kn', {
  4921. months : 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್'.split('_'),
  4922. monthsShort : 'ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ'.split('_'),
  4923. monthsParseExact: true,
  4924. weekdays : 'ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ'.split('_'),
  4925. weekdaysShort : 'ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ'.split('_'),
  4926. weekdaysMin : 'ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ'.split('_'),
  4927. longDateFormat : {
  4928. LT : 'A h:mm',
  4929. LTS : 'A h:mm:ss',
  4930. L : 'DD/MM/YYYY',
  4931. LL : 'D MMMM YYYY',
  4932. LLL : 'D MMMM YYYY, A h:mm',
  4933. LLLL : 'dddd, D MMMM YYYY, A h:mm'
  4934. },
  4935. calendar : {
  4936. sameDay : '[ಇಂದು] LT',
  4937. nextDay : '[ನಾಳೆ] LT',
  4938. nextWeek : 'dddd, LT',
  4939. lastDay : '[ನಿನ್ನೆ] LT',
  4940. lastWeek : '[ಕೊನೆಯ] dddd, LT',
  4941. sameElse : 'L'
  4942. },
  4943. relativeTime : {
  4944. future : '%s ನಂತರ',
  4945. past : '%s ಹಿಂದೆ',
  4946. s : 'ಕೆಲವು ಕ್ಷಣಗಳು',
  4947. ss : '%d ಸೆಕೆಂಡುಗಳು',
  4948. m : 'ಒಂದು ನಿಮಿಷ',
  4949. mm : '%d ನಿಮಿಷ',
  4950. h : 'ಒಂದು ಗಂಟೆ',
  4951. hh : '%d ಗಂಟೆ',
  4952. d : 'ಒಂದು ದಿನ',
  4953. dd : '%d ದಿನ',
  4954. M : 'ಒಂದು ತಿಂಗಳು',
  4955. MM : '%d ತಿಂಗಳು',
  4956. y : 'ಒಂದು ವರ್ಷ',
  4957. yy : '%d ವರ್ಷ'
  4958. },
  4959. preparse: function (string) {
  4960. return string.replace(/[೧೨೩೪೫೬೭೮೯೦]/g, function (match) {
  4961. return numberMap$8[match];
  4962. });
  4963. },
  4964. postformat: function (string) {
  4965. return string.replace(/\d/g, function (match) {
  4966. return symbolMap$9[match];
  4967. });
  4968. },
  4969. meridiemParse: /ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,
  4970. meridiemHour : function (hour, meridiem) {
  4971. if (hour === 12) {
  4972. hour = 0;
  4973. }
  4974. if (meridiem === 'ರಾತ್ರಿ') {
  4975. return hour < 4 ? hour : hour + 12;
  4976. } else if (meridiem === 'ಬೆಳಿಗ್ಗೆ') {
  4977. return hour;
  4978. } else if (meridiem === 'ಮಧ್ಯಾಹ್ನ') {
  4979. return hour >= 10 ? hour : hour + 12;
  4980. } else if (meridiem === 'ಸಂಜೆ') {
  4981. return hour + 12;
  4982. }
  4983. },
  4984. meridiem : function (hour, minute, isLower) {
  4985. if (hour < 4) {
  4986. return 'ರಾತ್ರಿ';
  4987. } else if (hour < 10) {
  4988. return 'ಬೆಳಿಗ್ಗೆ';
  4989. } else if (hour < 17) {
  4990. return 'ಮಧ್ಯಾಹ್ನ';
  4991. } else if (hour < 20) {
  4992. return 'ಸಂಜೆ';
  4993. } else {
  4994. return 'ರಾತ್ರಿ';
  4995. }
  4996. },
  4997. dayOfMonthOrdinalParse: /\d{1,2}(ನೇ)/,
  4998. ordinal : function (number) {
  4999. return number + 'ನೇ';
  5000. },
  5001. week : {
  5002. dow : 0, // Sunday is the first day of the week.
  5003. doy : 6 // The week that contains Jan 6th is the first week of the year.
  5004. }
  5005. });
  5006. //! moment.js locale configuration
  5007. moment.defineLocale('ko', {
  5008. months : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
  5009. monthsShort : '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
  5010. weekdays : '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
  5011. weekdaysShort : '일_월_화_수_목_금_토'.split('_'),
  5012. weekdaysMin : '일_월_화_수_목_금_토'.split('_'),
  5013. longDateFormat : {
  5014. LT : 'A h:mm',
  5015. LTS : 'A h:mm:ss',
  5016. L : 'YYYY.MM.DD.',
  5017. LL : 'YYYY년 MMMM D일',
  5018. LLL : 'YYYY년 MMMM D일 A h:mm',
  5019. LLLL : 'YYYY년 MMMM D일 dddd A h:mm',
  5020. l : 'YYYY.MM.DD.',
  5021. ll : 'YYYY년 MMMM D일',
  5022. lll : 'YYYY년 MMMM D일 A h:mm',
  5023. llll : 'YYYY년 MMMM D일 dddd A h:mm'
  5024. },
  5025. calendar : {
  5026. sameDay : '오늘 LT',
  5027. nextDay : '내일 LT',
  5028. nextWeek : 'dddd LT',
  5029. lastDay : '어제 LT',
  5030. lastWeek : '지난주 dddd LT',
  5031. sameElse : 'L'
  5032. },
  5033. relativeTime : {
  5034. future : '%s 후',
  5035. past : '%s 전',
  5036. s : '몇 초',
  5037. ss : '%d초',
  5038. m : '1분',
  5039. mm : '%d분',
  5040. h : '한 시간',
  5041. hh : '%d시간',
  5042. d : '하루',
  5043. dd : '%d일',
  5044. M : '한 달',
  5045. MM : '%d달',
  5046. y : '일 년',
  5047. yy : '%d년'
  5048. },
  5049. dayOfMonthOrdinalParse : /\d{1,2}(일|월|주)/,
  5050. ordinal : function (number, period) {
  5051. switch (period) {
  5052. case 'd':
  5053. case 'D':
  5054. case 'DDD':
  5055. return number + '일';
  5056. case 'M':
  5057. return number + '월';
  5058. case 'w':
  5059. case 'W':
  5060. return number + '주';
  5061. default:
  5062. return number;
  5063. }
  5064. },
  5065. meridiemParse : /오전|오후/,
  5066. isPM : function (token) {
  5067. return token === '오후';
  5068. },
  5069. meridiem : function (hour, minute, isUpper) {
  5070. return hour < 12 ? '오전' : '오후';
  5071. }
  5072. });
  5073. //! moment.js locale configuration
  5074. var symbolMap$a = {
  5075. '1': '١',
  5076. '2': '٢',
  5077. '3': '٣',
  5078. '4': '٤',
  5079. '5': '٥',
  5080. '6': '٦',
  5081. '7': '٧',
  5082. '8': '٨',
  5083. '9': '٩',
  5084. '0': '٠'
  5085. }, numberMap$9 = {
  5086. '١': '1',
  5087. '٢': '2',
  5088. '٣': '3',
  5089. '٤': '4',
  5090. '٥': '5',
  5091. '٦': '6',
  5092. '٧': '7',
  5093. '٨': '8',
  5094. '٩': '9',
  5095. '٠': '0'
  5096. },
  5097. months$6 = [
  5098. 'کانونی دووەم',
  5099. 'شوبات',
  5100. 'ئازار',
  5101. 'نیسان',
  5102. 'ئایار',
  5103. 'حوزەیران',
  5104. 'تەمموز',
  5105. 'ئاب',
  5106. 'ئەیلوول',
  5107. 'تشرینی یەكەم',
  5108. 'تشرینی دووەم',
  5109. 'كانونی یەکەم'
  5110. ];
  5111. moment.defineLocale('ku', {
  5112. months : months$6,
  5113. monthsShort : months$6,
  5114. weekdays : 'یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌'.split('_'),
  5115. weekdaysShort : 'یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌'.split('_'),
  5116. weekdaysMin : 'ی_د_س_چ_پ_ه_ش'.split('_'),
  5117. weekdaysParseExact : true,
  5118. longDateFormat : {
  5119. LT : 'HH:mm',
  5120. LTS : 'HH:mm:ss',
  5121. L : 'DD/MM/YYYY',
  5122. LL : 'D MMMM YYYY',
  5123. LLL : 'D MMMM YYYY HH:mm',
  5124. LLLL : 'dddd, D MMMM YYYY HH:mm'
  5125. },
  5126. meridiemParse: /ئێواره‌|به‌یانی/,
  5127. isPM: function (input) {
  5128. return /ئێواره‌/.test(input);
  5129. },
  5130. meridiem : function (hour, minute, isLower) {
  5131. if (hour < 12) {
  5132. return 'به‌یانی';
  5133. } else {
  5134. return 'ئێواره‌';
  5135. }
  5136. },
  5137. calendar : {
  5138. sameDay : '[ئه‌مرۆ كاتژمێر] LT',
  5139. nextDay : '[به‌یانی كاتژمێر] LT',
  5140. nextWeek : 'dddd [كاتژمێر] LT',
  5141. lastDay : '[دوێنێ كاتژمێر] LT',
  5142. lastWeek : 'dddd [كاتژمێر] LT',
  5143. sameElse : 'L'
  5144. },
  5145. relativeTime : {
  5146. future : 'له‌ %s',
  5147. past : '%s',
  5148. s : 'چه‌ند چركه‌یه‌ك',
  5149. ss : 'چركه‌ %d',
  5150. m : 'یه‌ك خوله‌ك',
  5151. mm : '%d خوله‌ك',
  5152. h : 'یه‌ك كاتژمێر',
  5153. hh : '%d كاتژمێر',
  5154. d : 'یه‌ك ڕۆژ',
  5155. dd : '%d ڕۆژ',
  5156. M : 'یه‌ك مانگ',
  5157. MM : '%d مانگ',
  5158. y : 'یه‌ك ساڵ',
  5159. yy : '%d ساڵ'
  5160. },
  5161. preparse: function (string) {
  5162. return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {
  5163. return numberMap$9[match];
  5164. }).replace(/،/g, ',');
  5165. },
  5166. postformat: function (string) {
  5167. return string.replace(/\d/g, function (match) {
  5168. return symbolMap$a[match];
  5169. }).replace(/,/g, '،');
  5170. },
  5171. week : {
  5172. dow : 6, // Saturday is the first day of the week.
  5173. doy : 12 // The week that contains Jan 12th is the first week of the year.
  5174. }
  5175. });
  5176. //! moment.js locale configuration
  5177. var suffixes$2 = {
  5178. 0: '-чү',
  5179. 1: '-чи',
  5180. 2: '-чи',
  5181. 3: '-чү',
  5182. 4: '-чү',
  5183. 5: '-чи',
  5184. 6: '-чы',
  5185. 7: '-чи',
  5186. 8: '-чи',
  5187. 9: '-чу',
  5188. 10: '-чу',
  5189. 20: '-чы',
  5190. 30: '-чу',
  5191. 40: '-чы',
  5192. 50: '-чү',
  5193. 60: '-чы',
  5194. 70: '-чи',
  5195. 80: '-чи',
  5196. 90: '-чу',
  5197. 100: '-чү'
  5198. };
  5199. moment.defineLocale('ky', {
  5200. months : 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),
  5201. monthsShort : 'янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек'.split('_'),
  5202. weekdays : 'Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби'.split('_'),
  5203. weekdaysShort : 'Жек_Дүй_Шей_Шар_Бей_Жум_Ише'.split('_'),
  5204. weekdaysMin : 'Жк_Дй_Шй_Шр_Бй_Жм_Иш'.split('_'),
  5205. longDateFormat : {
  5206. LT : 'HH:mm',
  5207. LTS : 'HH:mm:ss',
  5208. L : 'DD.MM.YYYY',
  5209. LL : 'D MMMM YYYY',
  5210. LLL : 'D MMMM YYYY HH:mm',
  5211. LLLL : 'dddd, D MMMM YYYY HH:mm'
  5212. },
  5213. calendar : {
  5214. sameDay : '[Бүгүн саат] LT',
  5215. nextDay : '[Эртең саат] LT',
  5216. nextWeek : 'dddd [саат] LT',
  5217. lastDay : '[Кечээ саат] LT',
  5218. lastWeek : '[Өткөн аптанын] dddd [күнү] [саат] LT',
  5219. sameElse : 'L'
  5220. },
  5221. relativeTime : {
  5222. future : '%s ичинде',
  5223. past : '%s мурун',
  5224. s : 'бирнече секунд',
  5225. ss : '%d секунд',
  5226. m : 'бир мүнөт',
  5227. mm : '%d мүнөт',
  5228. h : 'бир саат',
  5229. hh : '%d саат',
  5230. d : 'бир күн',
  5231. dd : '%d күн',
  5232. M : 'бир ай',
  5233. MM : '%d ай',
  5234. y : 'бир жыл',
  5235. yy : '%d жыл'
  5236. },
  5237. dayOfMonthOrdinalParse: /\d{1,2}-(чи|чы|чү|чу)/,
  5238. ordinal : function (number) {
  5239. var a = number % 10,
  5240. b = number >= 100 ? 100 : null;
  5241. return number + (suffixes$2[number] || suffixes$2[a] || suffixes$2[b]);
  5242. },
  5243. week : {
  5244. dow : 1, // Monday is the first day of the week.
  5245. doy : 7 // The week that contains Jan 7th is the first week of the year.
  5246. }
  5247. });
  5248. //! moment.js locale configuration
  5249. function processRelativeTime$5(number, withoutSuffix, key, isFuture) {
  5250. var format = {
  5251. 'm': ['eng Minutt', 'enger Minutt'],
  5252. 'h': ['eng Stonn', 'enger Stonn'],
  5253. 'd': ['een Dag', 'engem Dag'],
  5254. 'M': ['ee Mount', 'engem Mount'],
  5255. 'y': ['ee Joer', 'engem Joer']
  5256. };
  5257. return withoutSuffix ? format[key][0] : format[key][1];
  5258. }
  5259. function processFutureTime(string) {
  5260. var number = string.substr(0, string.indexOf(' '));
  5261. if (eifelerRegelAppliesToNumber(number)) {
  5262. return 'a ' + string;
  5263. }
  5264. return 'an ' + string;
  5265. }
  5266. function processPastTime(string) {
  5267. var number = string.substr(0, string.indexOf(' '));
  5268. if (eifelerRegelAppliesToNumber(number)) {
  5269. return 'viru ' + string;
  5270. }
  5271. return 'virun ' + string;
  5272. }
  5273. /**
  5274. * Returns true if the word before the given number loses the '-n' ending.
  5275. * e.g. 'an 10 Deeg' but 'a 5 Deeg'
  5276. *
  5277. * @param number {integer}
  5278. * @returns {boolean}
  5279. */
  5280. function eifelerRegelAppliesToNumber(number) {
  5281. number = parseInt(number, 10);
  5282. if (isNaN(number)) {
  5283. return false;
  5284. }
  5285. if (number < 0) {
  5286. // Negative Number --> always true
  5287. return true;
  5288. } else if (number < 10) {
  5289. // Only 1 digit
  5290. if (4 <= number && number <= 7) {
  5291. return true;
  5292. }
  5293. return false;
  5294. } else if (number < 100) {
  5295. // 2 digits
  5296. var lastDigit = number % 10, firstDigit = number / 10;
  5297. if (lastDigit === 0) {
  5298. return eifelerRegelAppliesToNumber(firstDigit);
  5299. }
  5300. return eifelerRegelAppliesToNumber(lastDigit);
  5301. } else if (number < 10000) {
  5302. // 3 or 4 digits --> recursively check first digit
  5303. while (number >= 10) {
  5304. number = number / 10;
  5305. }
  5306. return eifelerRegelAppliesToNumber(number);
  5307. } else {
  5308. // Anything larger than 4 digits: recursively check first n-3 digits
  5309. number = number / 1000;
  5310. return eifelerRegelAppliesToNumber(number);
  5311. }
  5312. }
  5313. moment.defineLocale('lb', {
  5314. months: 'Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember'.split('_'),
  5315. monthsShort: 'Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.'.split('_'),
  5316. monthsParseExact : true,
  5317. weekdays: 'Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg'.split('_'),
  5318. weekdaysShort: 'So._Mé._Dë._Më._Do._Fr._Sa.'.split('_'),
  5319. weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),
  5320. weekdaysParseExact : true,
  5321. longDateFormat: {
  5322. LT: 'H:mm [Auer]',
  5323. LTS: 'H:mm:ss [Auer]',
  5324. L: 'DD.MM.YYYY',
  5325. LL: 'D. MMMM YYYY',
  5326. LLL: 'D. MMMM YYYY H:mm [Auer]',
  5327. LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'
  5328. },
  5329. calendar: {
  5330. sameDay: '[Haut um] LT',
  5331. sameElse: 'L',
  5332. nextDay: '[Muer um] LT',
  5333. nextWeek: 'dddd [um] LT',
  5334. lastDay: '[Gëschter um] LT',
  5335. lastWeek: function () {
  5336. // Different date string for 'Dënschdeg' (Tuesday) and 'Donneschdeg' (Thursday) due to phonological rule
  5337. switch (this.day()) {
  5338. case 2:
  5339. case 4:
  5340. return '[Leschten] dddd [um] LT';
  5341. default:
  5342. return '[Leschte] dddd [um] LT';
  5343. }
  5344. }
  5345. },
  5346. relativeTime : {
  5347. future : processFutureTime,
  5348. past : processPastTime,
  5349. s : 'e puer Sekonnen',
  5350. ss : '%d Sekonnen',
  5351. m : processRelativeTime$5,
  5352. mm : '%d Minutten',
  5353. h : processRelativeTime$5,
  5354. hh : '%d Stonnen',
  5355. d : processRelativeTime$5,
  5356. dd : '%d Deeg',
  5357. M : processRelativeTime$5,
  5358. MM : '%d Méint',
  5359. y : processRelativeTime$5,
  5360. yy : '%d Joer'
  5361. },
  5362. dayOfMonthOrdinalParse: /\d{1,2}\./,
  5363. ordinal: '%d.',
  5364. week: {
  5365. dow: 1, // Monday is the first day of the week.
  5366. doy: 4 // The week that contains Jan 4th is the first week of the year.
  5367. }
  5368. });
  5369. //! moment.js locale configuration
  5370. moment.defineLocale('lo', {
  5371. months : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),
  5372. monthsShort : 'ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ'.split('_'),
  5373. weekdays : 'ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),
  5374. weekdaysShort : 'ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ'.split('_'),
  5375. weekdaysMin : 'ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ'.split('_'),
  5376. weekdaysParseExact : true,
  5377. longDateFormat : {
  5378. LT : 'HH:mm',
  5379. LTS : 'HH:mm:ss',
  5380. L : 'DD/MM/YYYY',
  5381. LL : 'D MMMM YYYY',
  5382. LLL : 'D MMMM YYYY HH:mm',
  5383. LLLL : 'ວັນdddd D MMMM YYYY HH:mm'
  5384. },
  5385. meridiemParse: /ຕອນເຊົ້າ|ຕອນແລງ/,
  5386. isPM: function (input) {
  5387. return input === 'ຕອນແລງ';
  5388. },
  5389. meridiem : function (hour, minute, isLower) {
  5390. if (hour < 12) {
  5391. return 'ຕອນເຊົ້າ';
  5392. } else {
  5393. return 'ຕອນແລງ';
  5394. }
  5395. },
  5396. calendar : {
  5397. sameDay : '[ມື້ນີ້ເວລາ] LT',
  5398. nextDay : '[ມື້ອື່ນເວລາ] LT',
  5399. nextWeek : '[ວັນ]dddd[ໜ້າເວລາ] LT',
  5400. lastDay : '[ມື້ວານນີ້ເວລາ] LT',
  5401. lastWeek : '[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT',
  5402. sameElse : 'L'
  5403. },
  5404. relativeTime : {
  5405. future : 'ອີກ %s',
  5406. past : '%sຜ່ານມາ',
  5407. s : 'ບໍ່ເທົ່າໃດວິນາທີ',
  5408. ss : '%d ວິນາທີ' ,
  5409. m : '1 ນາທີ',
  5410. mm : '%d ນາທີ',
  5411. h : '1 ຊົ່ວໂມງ',
  5412. hh : '%d ຊົ່ວໂມງ',
  5413. d : '1 ມື້',
  5414. dd : '%d ມື້',
  5415. M : '1 ເດືອນ',
  5416. MM : '%d ເດືອນ',
  5417. y : '1 ປີ',
  5418. yy : '%d ປີ'
  5419. },
  5420. dayOfMonthOrdinalParse: /(ທີ່)\d{1,2}/,
  5421. ordinal : function (number) {
  5422. return 'ທີ່' + number;
  5423. }
  5424. });
  5425. //! moment.js locale configuration
  5426. var units = {
  5427. 'ss' : 'sekundė_sekundžių_sekundes',
  5428. 'm' : 'minutė_minutės_minutę',
  5429. 'mm': 'minutės_minučių_minutes',
  5430. 'h' : 'valanda_valandos_valandą',
  5431. 'hh': 'valandos_valandų_valandas',
  5432. 'd' : 'diena_dienos_dieną',
  5433. 'dd': 'dienos_dienų_dienas',
  5434. 'M' : 'mėnuo_mėnesio_mėnesį',
  5435. 'MM': 'mėnesiai_mėnesių_mėnesius',
  5436. 'y' : 'metai_metų_metus',
  5437. 'yy': 'metai_metų_metus'
  5438. };
  5439. function translateSeconds(number, withoutSuffix, key, isFuture) {
  5440. if (withoutSuffix) {
  5441. return 'kelios sekundės';
  5442. } else {
  5443. return isFuture ? 'kelių sekundžių' : 'kelias sekundes';
  5444. }
  5445. }
  5446. function translateSingular(number, withoutSuffix, key, isFuture) {
  5447. return withoutSuffix ? forms(key)[0] : (isFuture ? forms(key)[1] : forms(key)[2]);
  5448. }
  5449. function special(number) {
  5450. return number % 10 === 0 || (number > 10 && number < 20);
  5451. }
  5452. function forms(key) {
  5453. return units[key].split('_');
  5454. }
  5455. function translate$6(number, withoutSuffix, key, isFuture) {
  5456. var result = number + ' ';
  5457. if (number === 1) {
  5458. return result + translateSingular(number, withoutSuffix, key[0], isFuture);
  5459. } else if (withoutSuffix) {
  5460. return result + (special(number) ? forms(key)[1] : forms(key)[0]);
  5461. } else {
  5462. if (isFuture) {
  5463. return result + forms(key)[1];
  5464. } else {
  5465. return result + (special(number) ? forms(key)[1] : forms(key)[2]);
  5466. }
  5467. }
  5468. }
  5469. moment.defineLocale('lt', {
  5470. months : {
  5471. format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),
  5472. standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),
  5473. isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/
  5474. },
  5475. monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
  5476. weekdays : {
  5477. format: 'sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį'.split('_'),
  5478. standalone: 'sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis'.split('_'),
  5479. isFormat: /dddd HH:mm/
  5480. },
  5481. weekdaysShort : 'Sek_Pir_Ant_Tre_Ket_Pen_Šeš'.split('_'),
  5482. weekdaysMin : 'S_P_A_T_K_Pn_Š'.split('_'),
  5483. weekdaysParseExact : true,
  5484. longDateFormat : {
  5485. LT : 'HH:mm',
  5486. LTS : 'HH:mm:ss',
  5487. L : 'YYYY-MM-DD',
  5488. LL : 'YYYY [m.] MMMM D [d.]',
  5489. LLL : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
  5490. LLLL : 'YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]',
  5491. l : 'YYYY-MM-DD',
  5492. ll : 'YYYY [m.] MMMM D [d.]',
  5493. lll : 'YYYY [m.] MMMM D [d.], HH:mm [val.]',
  5494. llll : 'YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]'
  5495. },
  5496. calendar : {
  5497. sameDay : '[Šiandien] LT',
  5498. nextDay : '[Rytoj] LT',
  5499. nextWeek : 'dddd LT',
  5500. lastDay : '[Vakar] LT',
  5501. lastWeek : '[Praėjusį] dddd LT',
  5502. sameElse : 'L'
  5503. },
  5504. relativeTime : {
  5505. future : 'po %s',
  5506. past : 'prieš %s',
  5507. s : translateSeconds,
  5508. ss : translate$6,
  5509. m : translateSingular,
  5510. mm : translate$6,
  5511. h : translateSingular,
  5512. hh : translate$6,
  5513. d : translateSingular,
  5514. dd : translate$6,
  5515. M : translateSingular,
  5516. MM : translate$6,
  5517. y : translateSingular,
  5518. yy : translate$6
  5519. },
  5520. dayOfMonthOrdinalParse: /\d{1,2}-oji/,
  5521. ordinal : function (number) {
  5522. return number + '-oji';
  5523. },
  5524. week : {
  5525. dow : 1, // Monday is the first day of the week.
  5526. doy : 4 // The week that contains Jan 4th is the first week of the year.
  5527. }
  5528. });
  5529. //! moment.js locale configuration
  5530. var units$1 = {
  5531. 'ss': 'sekundes_sekundēm_sekunde_sekundes'.split('_'),
  5532. 'm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),
  5533. 'mm': 'minūtes_minūtēm_minūte_minūtes'.split('_'),
  5534. 'h': 'stundas_stundām_stunda_stundas'.split('_'),
  5535. 'hh': 'stundas_stundām_stunda_stundas'.split('_'),
  5536. 'd': 'dienas_dienām_diena_dienas'.split('_'),
  5537. 'dd': 'dienas_dienām_diena_dienas'.split('_'),
  5538. 'M': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),
  5539. 'MM': 'mēneša_mēnešiem_mēnesis_mēneši'.split('_'),
  5540. 'y': 'gada_gadiem_gads_gadi'.split('_'),
  5541. 'yy': 'gada_gadiem_gads_gadi'.split('_')
  5542. };
  5543. /**
  5544. * @param withoutSuffix boolean true = a length of time; false = before/after a period of time.
  5545. */
  5546. function format(forms, number, withoutSuffix) {
  5547. if (withoutSuffix) {
  5548. // E.g. "21 minūte", "3 minūtes".
  5549. return number % 10 === 1 && number % 100 !== 11 ? forms[2] : forms[3];
  5550. } else {
  5551. // E.g. "21 minūtes" as in "pēc 21 minūtes".
  5552. // E.g. "3 minūtēm" as in "pēc 3 minūtēm".
  5553. return number % 10 === 1 && number % 100 !== 11 ? forms[0] : forms[1];
  5554. }
  5555. }
  5556. function relativeTimeWithPlural$1(number, withoutSuffix, key) {
  5557. return number + ' ' + format(units$1[key], number, withoutSuffix);
  5558. }
  5559. function relativeTimeWithSingular(number, withoutSuffix, key) {
  5560. return format(units$1[key], number, withoutSuffix);
  5561. }
  5562. function relativeSeconds(number, withoutSuffix) {
  5563. return withoutSuffix ? 'dažas sekundes' : 'dažām sekundēm';
  5564. }
  5565. moment.defineLocale('lv', {
  5566. months : 'janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris'.split('_'),
  5567. monthsShort : 'jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec'.split('_'),
  5568. weekdays : 'svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena'.split('_'),
  5569. weekdaysShort : 'Sv_P_O_T_C_Pk_S'.split('_'),
  5570. weekdaysMin : 'Sv_P_O_T_C_Pk_S'.split('_'),
  5571. weekdaysParseExact : true,
  5572. longDateFormat : {
  5573. LT : 'HH:mm',
  5574. LTS : 'HH:mm:ss',
  5575. L : 'DD.MM.YYYY.',
  5576. LL : 'YYYY. [gada] D. MMMM',
  5577. LLL : 'YYYY. [gada] D. MMMM, HH:mm',
  5578. LLLL : 'YYYY. [gada] D. MMMM, dddd, HH:mm'
  5579. },
  5580. calendar : {
  5581. sameDay : '[Šodien pulksten] LT',
  5582. nextDay : '[Rīt pulksten] LT',
  5583. nextWeek : 'dddd [pulksten] LT',
  5584. lastDay : '[Vakar pulksten] LT',
  5585. lastWeek : '[Pagājušā] dddd [pulksten] LT',
  5586. sameElse : 'L'
  5587. },
  5588. relativeTime : {
  5589. future : 'pēc %s',
  5590. past : 'pirms %s',
  5591. s : relativeSeconds,
  5592. ss : relativeTimeWithPlural$1,
  5593. m : relativeTimeWithSingular,
  5594. mm : relativeTimeWithPlural$1,
  5595. h : relativeTimeWithSingular,
  5596. hh : relativeTimeWithPlural$1,
  5597. d : relativeTimeWithSingular,
  5598. dd : relativeTimeWithPlural$1,
  5599. M : relativeTimeWithSingular,
  5600. MM : relativeTimeWithPlural$1,
  5601. y : relativeTimeWithSingular,
  5602. yy : relativeTimeWithPlural$1
  5603. },
  5604. dayOfMonthOrdinalParse: /\d{1,2}\./,
  5605. ordinal : '%d.',
  5606. week : {
  5607. dow : 1, // Monday is the first day of the week.
  5608. doy : 4 // The week that contains Jan 4th is the first week of the year.
  5609. }
  5610. });
  5611. //! moment.js locale configuration
  5612. var translator = {
  5613. words: { //Different grammatical cases
  5614. ss: ['sekund', 'sekunda', 'sekundi'],
  5615. m: ['jedan minut', 'jednog minuta'],
  5616. mm: ['minut', 'minuta', 'minuta'],
  5617. h: ['jedan sat', 'jednog sata'],
  5618. hh: ['sat', 'sata', 'sati'],
  5619. dd: ['dan', 'dana', 'dana'],
  5620. MM: ['mjesec', 'mjeseca', 'mjeseci'],
  5621. yy: ['godina', 'godine', 'godina']
  5622. },
  5623. correctGrammaticalCase: function (number, wordKey) {
  5624. return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);
  5625. },
  5626. translate: function (number, withoutSuffix, key) {
  5627. var wordKey = translator.words[key];
  5628. if (key.length === 1) {
  5629. return withoutSuffix ? wordKey[0] : wordKey[1];
  5630. } else {
  5631. return number + ' ' + translator.correctGrammaticalCase(number, wordKey);
  5632. }
  5633. }
  5634. };
  5635. moment.defineLocale('me', {
  5636. months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),
  5637. monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),
  5638. monthsParseExact : true,
  5639. weekdays: 'nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota'.split('_'),
  5640. weekdaysShort: 'ned._pon._uto._sri._čet._pet._sub.'.split('_'),
  5641. weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
  5642. weekdaysParseExact : true,
  5643. longDateFormat: {
  5644. LT: 'H:mm',
  5645. LTS : 'H:mm:ss',
  5646. L: 'DD.MM.YYYY',
  5647. LL: 'D. MMMM YYYY',
  5648. LLL: 'D. MMMM YYYY H:mm',
  5649. LLLL: 'dddd, D. MMMM YYYY H:mm'
  5650. },
  5651. calendar: {
  5652. sameDay: '[danas u] LT',
  5653. nextDay: '[sjutra u] LT',
  5654. nextWeek: function () {
  5655. switch (this.day()) {
  5656. case 0:
  5657. return '[u] [nedjelju] [u] LT';
  5658. case 3:
  5659. return '[u] [srijedu] [u] LT';
  5660. case 6:
  5661. return '[u] [subotu] [u] LT';
  5662. case 1:
  5663. case 2:
  5664. case 4:
  5665. case 5:
  5666. return '[u] dddd [u] LT';
  5667. }
  5668. },
  5669. lastDay : '[juče u] LT',
  5670. lastWeek : function () {
  5671. var lastWeekDays = [
  5672. '[prošle] [nedjelje] [u] LT',
  5673. '[prošlog] [ponedjeljka] [u] LT',
  5674. '[prošlog] [utorka] [u] LT',
  5675. '[prošle] [srijede] [u] LT',
  5676. '[prošlog] [četvrtka] [u] LT',
  5677. '[prošlog] [petka] [u] LT',
  5678. '[prošle] [subote] [u] LT'
  5679. ];
  5680. return lastWeekDays[this.day()];
  5681. },
  5682. sameElse : 'L'
  5683. },
  5684. relativeTime : {
  5685. future : 'za %s',
  5686. past : 'prije %s',
  5687. s : 'nekoliko sekundi',
  5688. ss : translator.translate,
  5689. m : translator.translate,
  5690. mm : translator.translate,
  5691. h : translator.translate,
  5692. hh : translator.translate,
  5693. d : 'dan',
  5694. dd : translator.translate,
  5695. M : 'mjesec',
  5696. MM : translator.translate,
  5697. y : 'godinu',
  5698. yy : translator.translate
  5699. },
  5700. dayOfMonthOrdinalParse: /\d{1,2}\./,
  5701. ordinal : '%d.',
  5702. week : {
  5703. dow : 1, // Monday is the first day of the week.
  5704. doy : 7 // The week that contains Jan 7th is the first week of the year.
  5705. }
  5706. });
  5707. //! moment.js locale configuration
  5708. moment.defineLocale('mi', {
  5709. months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split('_'),
  5710. monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),
  5711. monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
  5712. monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
  5713. monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
  5714. monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,
  5715. weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),
  5716. weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
  5717. weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
  5718. longDateFormat: {
  5719. LT: 'HH:mm',
  5720. LTS: 'HH:mm:ss',
  5721. L: 'DD/MM/YYYY',
  5722. LL: 'D MMMM YYYY',
  5723. LLL: 'D MMMM YYYY [i] HH:mm',
  5724. LLLL: 'dddd, D MMMM YYYY [i] HH:mm'
  5725. },
  5726. calendar: {
  5727. sameDay: '[i teie mahana, i] LT',
  5728. nextDay: '[apopo i] LT',
  5729. nextWeek: 'dddd [i] LT',
  5730. lastDay: '[inanahi i] LT',
  5731. lastWeek: 'dddd [whakamutunga i] LT',
  5732. sameElse: 'L'
  5733. },
  5734. relativeTime: {
  5735. future: 'i roto i %s',
  5736. past: '%s i mua',
  5737. s: 'te hēkona ruarua',
  5738. ss: '%d hēkona',
  5739. m: 'he meneti',
  5740. mm: '%d meneti',
  5741. h: 'te haora',
  5742. hh: '%d haora',
  5743. d: 'he ra',
  5744. dd: '%d ra',
  5745. M: 'he marama',
  5746. MM: '%d marama',
  5747. y: 'he tau',
  5748. yy: '%d tau'
  5749. },
  5750. dayOfMonthOrdinalParse: /\d{1,2}º/,
  5751. ordinal: '%dº',
  5752. week : {
  5753. dow : 1, // Monday is the first day of the week.
  5754. doy : 4 // The week that contains Jan 4th is the first week of the year.
  5755. }
  5756. });
  5757. //! moment.js locale configuration
  5758. moment.defineLocale('mk', {
  5759. months : 'јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември'.split('_'),
  5760. monthsShort : 'јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек'.split('_'),
  5761. weekdays : 'недела_понеделник_вторник_среда_четврток_петок_сабота'.split('_'),
  5762. weekdaysShort : 'нед_пон_вто_сре_чет_пет_саб'.split('_'),
  5763. weekdaysMin : 'нe_пo_вт_ср_че_пе_сa'.split('_'),
  5764. longDateFormat : {
  5765. LT : 'H:mm',
  5766. LTS : 'H:mm:ss',
  5767. L : 'D.MM.YYYY',
  5768. LL : 'D MMMM YYYY',
  5769. LLL : 'D MMMM YYYY H:mm',
  5770. LLLL : 'dddd, D MMMM YYYY H:mm'
  5771. },
  5772. calendar : {
  5773. sameDay : '[Денес во] LT',
  5774. nextDay : '[Утре во] LT',
  5775. nextWeek : '[Во] dddd [во] LT',
  5776. lastDay : '[Вчера во] LT',
  5777. lastWeek : function () {
  5778. switch (this.day()) {
  5779. case 0:
  5780. case 3:
  5781. case 6:
  5782. return '[Изминатата] dddd [во] LT';
  5783. case 1:
  5784. case 2:
  5785. case 4:
  5786. case 5:
  5787. return '[Изминатиот] dddd [во] LT';
  5788. }
  5789. },
  5790. sameElse : 'L'
  5791. },
  5792. relativeTime : {
  5793. future : 'после %s',
  5794. past : 'пред %s',
  5795. s : 'неколку секунди',
  5796. ss : '%d секунди',
  5797. m : 'минута',
  5798. mm : '%d минути',
  5799. h : 'час',
  5800. hh : '%d часа',
  5801. d : 'ден',
  5802. dd : '%d дена',
  5803. M : 'месец',
  5804. MM : '%d месеци',
  5805. y : 'година',
  5806. yy : '%d години'
  5807. },
  5808. dayOfMonthOrdinalParse: /\d{1,2}-(ев|ен|ти|ви|ри|ми)/,
  5809. ordinal : function (number) {
  5810. var lastDigit = number % 10,
  5811. last2Digits = number % 100;
  5812. if (number === 0) {
  5813. return number + '-ев';
  5814. } else if (last2Digits === 0) {
  5815. return number + '-ен';
  5816. } else if (last2Digits > 10 && last2Digits < 20) {
  5817. return number + '-ти';
  5818. } else if (lastDigit === 1) {
  5819. return number + '-ви';
  5820. } else if (lastDigit === 2) {
  5821. return number + '-ри';
  5822. } else if (lastDigit === 7 || lastDigit === 8) {
  5823. return number + '-ми';
  5824. } else {
  5825. return number + '-ти';
  5826. }
  5827. },
  5828. week : {
  5829. dow : 1, // Monday is the first day of the week.
  5830. doy : 7 // The week that contains Jan 7th is the first week of the year.
  5831. }
  5832. });
  5833. //! moment.js locale configuration
  5834. moment.defineLocale('ml', {
  5835. months : 'ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ'.split('_'),
  5836. monthsShort : 'ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.'.split('_'),
  5837. monthsParseExact : true,
  5838. weekdays : 'ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച'.split('_'),
  5839. weekdaysShort : 'ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി'.split('_'),
  5840. weekdaysMin : 'ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ'.split('_'),
  5841. longDateFormat : {
  5842. LT : 'A h:mm -നു',
  5843. LTS : 'A h:mm:ss -നു',
  5844. L : 'DD/MM/YYYY',
  5845. LL : 'D MMMM YYYY',
  5846. LLL : 'D MMMM YYYY, A h:mm -നു',
  5847. LLLL : 'dddd, D MMMM YYYY, A h:mm -നു'
  5848. },
  5849. calendar : {
  5850. sameDay : '[ഇന്ന്] LT',
  5851. nextDay : '[നാളെ] LT',
  5852. nextWeek : 'dddd, LT',
  5853. lastDay : '[ഇന്നലെ] LT',
  5854. lastWeek : '[കഴിഞ്ഞ] dddd, LT',
  5855. sameElse : 'L'
  5856. },
  5857. relativeTime : {
  5858. future : '%s കഴിഞ്ഞ്',
  5859. past : '%s മുൻപ്',
  5860. s : 'അൽപ നിമിഷങ്ങൾ',
  5861. ss : '%d സെക്കൻഡ്',
  5862. m : 'ഒരു മിനിറ്റ്',
  5863. mm : '%d മിനിറ്റ്',
  5864. h : 'ഒരു മണിക്കൂർ',
  5865. hh : '%d മണിക്കൂർ',
  5866. d : 'ഒരു ദിവസം',
  5867. dd : '%d ദിവസം',
  5868. M : 'ഒരു മാസം',
  5869. MM : '%d മാസം',
  5870. y : 'ഒരു വർഷം',
  5871. yy : '%d വർഷം'
  5872. },
  5873. meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,
  5874. meridiemHour : function (hour, meridiem) {
  5875. if (hour === 12) {
  5876. hour = 0;
  5877. }
  5878. if ((meridiem === 'രാത്രി' && hour >= 4) ||
  5879. meridiem === 'ഉച്ച കഴിഞ്ഞ്' ||
  5880. meridiem === 'വൈകുന്നേരം') {
  5881. return hour + 12;
  5882. } else {
  5883. return hour;
  5884. }
  5885. },
  5886. meridiem : function (hour, minute, isLower) {
  5887. if (hour < 4) {
  5888. return 'രാത്രി';
  5889. } else if (hour < 12) {
  5890. return 'രാവിലെ';
  5891. } else if (hour < 17) {
  5892. return 'ഉച്ച കഴിഞ്ഞ്';
  5893. } else if (hour < 20) {
  5894. return 'വൈകുന്നേരം';
  5895. } else {
  5896. return 'രാത്രി';
  5897. }
  5898. }
  5899. });
  5900. //! moment.js locale configuration
  5901. function translate$7(number, withoutSuffix, key, isFuture) {
  5902. switch (key) {
  5903. case 's':
  5904. return withoutSuffix ? 'хэдхэн секунд' : 'хэдхэн секундын';
  5905. case 'ss':
  5906. return number + (withoutSuffix ? ' секунд' : ' секундын');
  5907. case 'm':
  5908. case 'mm':
  5909. return number + (withoutSuffix ? ' минут' : ' минутын');
  5910. case 'h':
  5911. case 'hh':
  5912. return number + (withoutSuffix ? ' цаг' : ' цагийн');
  5913. case 'd':
  5914. case 'dd':
  5915. return number + (withoutSuffix ? ' өдөр' : ' өдрийн');
  5916. case 'M':
  5917. case 'MM':
  5918. return number + (withoutSuffix ? ' сар' : ' сарын');
  5919. case 'y':
  5920. case 'yy':
  5921. return number + (withoutSuffix ? ' жил' : ' жилийн');
  5922. default:
  5923. return number;
  5924. }
  5925. }
  5926. moment.defineLocale('mn', {
  5927. months : 'Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар'.split('_'),
  5928. monthsShort : '1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар'.split('_'),
  5929. monthsParseExact : true,
  5930. weekdays : 'Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба'.split('_'),
  5931. weekdaysShort : 'Ням_Дав_Мяг_Лха_Пүр_Баа_Бям'.split('_'),
  5932. weekdaysMin : 'Ня_Да_Мя_Лх_Пү_Ба_Бя'.split('_'),
  5933. weekdaysParseExact : true,
  5934. longDateFormat : {
  5935. LT : 'HH:mm',
  5936. LTS : 'HH:mm:ss',
  5937. L : 'YYYY-MM-DD',
  5938. LL : 'YYYY оны MMMMын D',
  5939. LLL : 'YYYY оны MMMMын D HH:mm',
  5940. LLLL : 'dddd, YYYY оны MMMMын D HH:mm'
  5941. },
  5942. meridiemParse: /ҮӨ|ҮХ/i,
  5943. isPM : function (input) {
  5944. return input === 'ҮХ';
  5945. },
  5946. meridiem : function (hour, minute, isLower) {
  5947. if (hour < 12) {
  5948. return 'ҮӨ';
  5949. } else {
  5950. return 'ҮХ';
  5951. }
  5952. },
  5953. calendar : {
  5954. sameDay : '[Өнөөдөр] LT',
  5955. nextDay : '[Маргааш] LT',
  5956. nextWeek : '[Ирэх] dddd LT',
  5957. lastDay : '[Өчигдөр] LT',
  5958. lastWeek : '[Өнгөрсөн] dddd LT',
  5959. sameElse : 'L'
  5960. },
  5961. relativeTime : {
  5962. future : '%s дараа',
  5963. past : '%s өмнө',
  5964. s : translate$7,
  5965. ss : translate$7,
  5966. m : translate$7,
  5967. mm : translate$7,
  5968. h : translate$7,
  5969. hh : translate$7,
  5970. d : translate$7,
  5971. dd : translate$7,
  5972. M : translate$7,
  5973. MM : translate$7,
  5974. y : translate$7,
  5975. yy : translate$7
  5976. },
  5977. dayOfMonthOrdinalParse: /\d{1,2} өдөр/,
  5978. ordinal : function (number, period) {
  5979. switch (period) {
  5980. case 'd':
  5981. case 'D':
  5982. case 'DDD':
  5983. return number + ' өдөр';
  5984. default:
  5985. return number;
  5986. }
  5987. }
  5988. });
  5989. //! moment.js locale configuration
  5990. var symbolMap$b = {
  5991. '1': '१',
  5992. '2': '२',
  5993. '3': '३',
  5994. '4': '४',
  5995. '5': '५',
  5996. '6': '६',
  5997. '7': '७',
  5998. '8': '८',
  5999. '9': '९',
  6000. '0': '०'
  6001. },
  6002. numberMap$a = {
  6003. '१': '1',
  6004. '२': '2',
  6005. '३': '3',
  6006. '४': '4',
  6007. '५': '5',
  6008. '६': '6',
  6009. '७': '7',
  6010. '८': '8',
  6011. '९': '9',
  6012. '०': '0'
  6013. };
  6014. function relativeTimeMr(number, withoutSuffix, string, isFuture)
  6015. {
  6016. var output = '';
  6017. if (withoutSuffix) {
  6018. switch (string) {
  6019. case 's': output = 'काही सेकंद'; break;
  6020. case 'ss': output = '%d सेकंद'; break;
  6021. case 'm': output = 'एक मिनिट'; break;
  6022. case 'mm': output = '%d मिनिटे'; break;
  6023. case 'h': output = 'एक तास'; break;
  6024. case 'hh': output = '%d तास'; break;
  6025. case 'd': output = 'एक दिवस'; break;
  6026. case 'dd': output = '%d दिवस'; break;
  6027. case 'M': output = 'एक महिना'; break;
  6028. case 'MM': output = '%d महिने'; break;
  6029. case 'y': output = 'एक वर्ष'; break;
  6030. case 'yy': output = '%d वर्षे'; break;
  6031. }
  6032. }
  6033. else {
  6034. switch (string) {
  6035. case 's': output = 'काही सेकंदां'; break;
  6036. case 'ss': output = '%d सेकंदां'; break;
  6037. case 'm': output = 'एका मिनिटा'; break;
  6038. case 'mm': output = '%d मिनिटां'; break;
  6039. case 'h': output = 'एका तासा'; break;
  6040. case 'hh': output = '%d तासां'; break;
  6041. case 'd': output = 'एका दिवसा'; break;
  6042. case 'dd': output = '%d दिवसां'; break;
  6043. case 'M': output = 'एका महिन्या'; break;
  6044. case 'MM': output = '%d महिन्यां'; break;
  6045. case 'y': output = 'एका वर्षा'; break;
  6046. case 'yy': output = '%d वर्षां'; break;
  6047. }
  6048. }
  6049. return output.replace(/%d/i, number);
  6050. }
  6051. moment.defineLocale('mr', {
  6052. months : 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),
  6053. monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),
  6054. monthsParseExact : true,
  6055. weekdays : 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
  6056. weekdaysShort : 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),
  6057. weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),
  6058. longDateFormat : {
  6059. LT : 'A h:mm वाजता',
  6060. LTS : 'A h:mm:ss वाजता',
  6061. L : 'DD/MM/YYYY',
  6062. LL : 'D MMMM YYYY',
  6063. LLL : 'D MMMM YYYY, A h:mm वाजता',
  6064. LLLL : 'dddd, D MMMM YYYY, A h:mm वाजता'
  6065. },
  6066. calendar : {
  6067. sameDay : '[आज] LT',
  6068. nextDay : '[उद्या] LT',
  6069. nextWeek : 'dddd, LT',
  6070. lastDay : '[काल] LT',
  6071. lastWeek: '[मागील] dddd, LT',
  6072. sameElse : 'L'
  6073. },
  6074. relativeTime : {
  6075. future: '%sमध्ये',
  6076. past: '%sपूर्वी',
  6077. s: relativeTimeMr,
  6078. ss: relativeTimeMr,
  6079. m: relativeTimeMr,
  6080. mm: relativeTimeMr,
  6081. h: relativeTimeMr,
  6082. hh: relativeTimeMr,
  6083. d: relativeTimeMr,
  6084. dd: relativeTimeMr,
  6085. M: relativeTimeMr,
  6086. MM: relativeTimeMr,
  6087. y: relativeTimeMr,
  6088. yy: relativeTimeMr
  6089. },
  6090. preparse: function (string) {
  6091. return string.replace(/[१२३४५६७८९०]/g, function (match) {
  6092. return numberMap$a[match];
  6093. });
  6094. },
  6095. postformat: function (string) {
  6096. return string.replace(/\d/g, function (match) {
  6097. return symbolMap$b[match];
  6098. });
  6099. },
  6100. meridiemParse: /रात्री|सकाळी|दुपारी|सायंकाळी/,
  6101. meridiemHour : function (hour, meridiem) {
  6102. if (hour === 12) {
  6103. hour = 0;
  6104. }
  6105. if (meridiem === 'रात्री') {
  6106. return hour < 4 ? hour : hour + 12;
  6107. } else if (meridiem === 'सकाळी') {
  6108. return hour;
  6109. } else if (meridiem === 'दुपारी') {
  6110. return hour >= 10 ? hour : hour + 12;
  6111. } else if (meridiem === 'सायंकाळी') {
  6112. return hour + 12;
  6113. }
  6114. },
  6115. meridiem: function (hour, minute, isLower) {
  6116. if (hour < 4) {
  6117. return 'रात्री';
  6118. } else if (hour < 10) {
  6119. return 'सकाळी';
  6120. } else if (hour < 17) {
  6121. return 'दुपारी';
  6122. } else if (hour < 20) {
  6123. return 'सायंकाळी';
  6124. } else {
  6125. return 'रात्री';
  6126. }
  6127. },
  6128. week : {
  6129. dow : 0, // Sunday is the first day of the week.
  6130. doy : 6 // The week that contains Jan 6th is the first week of the year.
  6131. }
  6132. });
  6133. //! moment.js locale configuration
  6134. moment.defineLocale('ms-my', {
  6135. months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),
  6136. monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),
  6137. weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),
  6138. weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),
  6139. weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),
  6140. longDateFormat : {
  6141. LT : 'HH.mm',
  6142. LTS : 'HH.mm.ss',
  6143. L : 'DD/MM/YYYY',
  6144. LL : 'D MMMM YYYY',
  6145. LLL : 'D MMMM YYYY [pukul] HH.mm',
  6146. LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'
  6147. },
  6148. meridiemParse: /pagi|tengahari|petang|malam/,
  6149. meridiemHour: function (hour, meridiem) {
  6150. if (hour === 12) {
  6151. hour = 0;
  6152. }
  6153. if (meridiem === 'pagi') {
  6154. return hour;
  6155. } else if (meridiem === 'tengahari') {
  6156. return hour >= 11 ? hour : hour + 12;
  6157. } else if (meridiem === 'petang' || meridiem === 'malam') {
  6158. return hour + 12;
  6159. }
  6160. },
  6161. meridiem : function (hours, minutes, isLower) {
  6162. if (hours < 11) {
  6163. return 'pagi';
  6164. } else if (hours < 15) {
  6165. return 'tengahari';
  6166. } else if (hours < 19) {
  6167. return 'petang';
  6168. } else {
  6169. return 'malam';
  6170. }
  6171. },
  6172. calendar : {
  6173. sameDay : '[Hari ini pukul] LT',
  6174. nextDay : '[Esok pukul] LT',
  6175. nextWeek : 'dddd [pukul] LT',
  6176. lastDay : '[Kelmarin pukul] LT',
  6177. lastWeek : 'dddd [lepas pukul] LT',
  6178. sameElse : 'L'
  6179. },
  6180. relativeTime : {
  6181. future : 'dalam %s',
  6182. past : '%s yang lepas',
  6183. s : 'beberapa saat',
  6184. ss : '%d saat',
  6185. m : 'seminit',
  6186. mm : '%d minit',
  6187. h : 'sejam',
  6188. hh : '%d jam',
  6189. d : 'sehari',
  6190. dd : '%d hari',
  6191. M : 'sebulan',
  6192. MM : '%d bulan',
  6193. y : 'setahun',
  6194. yy : '%d tahun'
  6195. },
  6196. week : {
  6197. dow : 1, // Monday is the first day of the week.
  6198. doy : 7 // The week that contains Jan 7th is the first week of the year.
  6199. }
  6200. });
  6201. //! moment.js locale configuration
  6202. moment.defineLocale('ms', {
  6203. months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),
  6204. monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),
  6205. weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),
  6206. weekdaysShort : 'Ahd_Isn_Sel_Rab_Kha_Jum_Sab'.split('_'),
  6207. weekdaysMin : 'Ah_Is_Sl_Rb_Km_Jm_Sb'.split('_'),
  6208. longDateFormat : {
  6209. LT : 'HH.mm',
  6210. LTS : 'HH.mm.ss',
  6211. L : 'DD/MM/YYYY',
  6212. LL : 'D MMMM YYYY',
  6213. LLL : 'D MMMM YYYY [pukul] HH.mm',
  6214. LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'
  6215. },
  6216. meridiemParse: /pagi|tengahari|petang|malam/,
  6217. meridiemHour: function (hour, meridiem) {
  6218. if (hour === 12) {
  6219. hour = 0;
  6220. }
  6221. if (meridiem === 'pagi') {
  6222. return hour;
  6223. } else if (meridiem === 'tengahari') {
  6224. return hour >= 11 ? hour : hour + 12;
  6225. } else if (meridiem === 'petang' || meridiem === 'malam') {
  6226. return hour + 12;
  6227. }
  6228. },
  6229. meridiem : function (hours, minutes, isLower) {
  6230. if (hours < 11) {
  6231. return 'pagi';
  6232. } else if (hours < 15) {
  6233. return 'tengahari';
  6234. } else if (hours < 19) {
  6235. return 'petang';
  6236. } else {
  6237. return 'malam';
  6238. }
  6239. },
  6240. calendar : {
  6241. sameDay : '[Hari ini pukul] LT',
  6242. nextDay : '[Esok pukul] LT',
  6243. nextWeek : 'dddd [pukul] LT',
  6244. lastDay : '[Kelmarin pukul] LT',
  6245. lastWeek : 'dddd [lepas pukul] LT',
  6246. sameElse : 'L'
  6247. },
  6248. relativeTime : {
  6249. future : 'dalam %s',
  6250. past : '%s yang lepas',
  6251. s : 'beberapa saat',
  6252. ss : '%d saat',
  6253. m : 'seminit',
  6254. mm : '%d minit',
  6255. h : 'sejam',
  6256. hh : '%d jam',
  6257. d : 'sehari',
  6258. dd : '%d hari',
  6259. M : 'sebulan',
  6260. MM : '%d bulan',
  6261. y : 'setahun',
  6262. yy : '%d tahun'
  6263. },
  6264. week : {
  6265. dow : 1, // Monday is the first day of the week.
  6266. doy : 7 // The week that contains Jan 7th is the first week of the year.
  6267. }
  6268. });
  6269. //! moment.js locale configuration
  6270. moment.defineLocale('mt', {
  6271. months : 'Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru'.split('_'),
  6272. monthsShort : 'Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ'.split('_'),
  6273. weekdays : 'Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt'.split('_'),
  6274. weekdaysShort : 'Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib'.split('_'),
  6275. weekdaysMin : 'Ħa_Tn_Tl_Er_Ħa_Ġi_Si'.split('_'),
  6276. longDateFormat : {
  6277. LT : 'HH:mm',
  6278. LTS : 'HH:mm:ss',
  6279. L : 'DD/MM/YYYY',
  6280. LL : 'D MMMM YYYY',
  6281. LLL : 'D MMMM YYYY HH:mm',
  6282. LLLL : 'dddd, D MMMM YYYY HH:mm'
  6283. },
  6284. calendar : {
  6285. sameDay : '[Illum fil-]LT',
  6286. nextDay : '[Għada fil-]LT',
  6287. nextWeek : 'dddd [fil-]LT',
  6288. lastDay : '[Il-bieraħ fil-]LT',
  6289. lastWeek : 'dddd [li għadda] [fil-]LT',
  6290. sameElse : 'L'
  6291. },
  6292. relativeTime : {
  6293. future : 'f’ %s',
  6294. past : '%s ilu',
  6295. s : 'ftit sekondi',
  6296. ss : '%d sekondi',
  6297. m : 'minuta',
  6298. mm : '%d minuti',
  6299. h : 'siegħa',
  6300. hh : '%d siegħat',
  6301. d : 'ġurnata',
  6302. dd : '%d ġranet',
  6303. M : 'xahar',
  6304. MM : '%d xhur',
  6305. y : 'sena',
  6306. yy : '%d sni'
  6307. },
  6308. dayOfMonthOrdinalParse : /\d{1,2}º/,
  6309. ordinal: '%dº',
  6310. week : {
  6311. dow : 1, // Monday is the first day of the week.
  6312. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6313. }
  6314. });
  6315. //! moment.js locale configuration
  6316. var symbolMap$c = {
  6317. '1': '၁',
  6318. '2': '၂',
  6319. '3': '၃',
  6320. '4': '၄',
  6321. '5': '၅',
  6322. '6': '၆',
  6323. '7': '၇',
  6324. '8': '၈',
  6325. '9': '၉',
  6326. '0': '၀'
  6327. }, numberMap$b = {
  6328. '၁': '1',
  6329. '၂': '2',
  6330. '၃': '3',
  6331. '၄': '4',
  6332. '၅': '5',
  6333. '၆': '6',
  6334. '၇': '7',
  6335. '၈': '8',
  6336. '၉': '9',
  6337. '၀': '0'
  6338. };
  6339. moment.defineLocale('my', {
  6340. months: 'ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ'.split('_'),
  6341. monthsShort: 'ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ'.split('_'),
  6342. weekdays: 'တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ'.split('_'),
  6343. weekdaysShort: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),
  6344. weekdaysMin: 'နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'),
  6345. longDateFormat: {
  6346. LT: 'HH:mm',
  6347. LTS: 'HH:mm:ss',
  6348. L: 'DD/MM/YYYY',
  6349. LL: 'D MMMM YYYY',
  6350. LLL: 'D MMMM YYYY HH:mm',
  6351. LLLL: 'dddd D MMMM YYYY HH:mm'
  6352. },
  6353. calendar: {
  6354. sameDay: '[ယနေ.] LT [မှာ]',
  6355. nextDay: '[မနက်ဖြန်] LT [မှာ]',
  6356. nextWeek: 'dddd LT [မှာ]',
  6357. lastDay: '[မနေ.က] LT [မှာ]',
  6358. lastWeek: '[ပြီးခဲ့သော] dddd LT [မှာ]',
  6359. sameElse: 'L'
  6360. },
  6361. relativeTime: {
  6362. future: 'လာမည့် %s မှာ',
  6363. past: 'လွန်ခဲ့သော %s က',
  6364. s: 'စက္ကန်.အနည်းငယ်',
  6365. ss : '%d စက္ကန့်',
  6366. m: 'တစ်မိနစ်',
  6367. mm: '%d မိနစ်',
  6368. h: 'တစ်နာရီ',
  6369. hh: '%d နာရီ',
  6370. d: 'တစ်ရက်',
  6371. dd: '%d ရက်',
  6372. M: 'တစ်လ',
  6373. MM: '%d လ',
  6374. y: 'တစ်နှစ်',
  6375. yy: '%d နှစ်'
  6376. },
  6377. preparse: function (string) {
  6378. return string.replace(/[၁၂၃၄၅၆၇၈၉၀]/g, function (match) {
  6379. return numberMap$b[match];
  6380. });
  6381. },
  6382. postformat: function (string) {
  6383. return string.replace(/\d/g, function (match) {
  6384. return symbolMap$c[match];
  6385. });
  6386. },
  6387. week: {
  6388. dow: 1, // Monday is the first day of the week.
  6389. doy: 4 // The week that contains Jan 4th is the first week of the year.
  6390. }
  6391. });
  6392. //! moment.js locale configuration
  6393. moment.defineLocale('nb', {
  6394. months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
  6395. monthsShort : 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),
  6396. monthsParseExact : true,
  6397. weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
  6398. weekdaysShort : 'sø._ma._ti._on._to._fr._lø.'.split('_'),
  6399. weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),
  6400. weekdaysParseExact : true,
  6401. longDateFormat : {
  6402. LT : 'HH:mm',
  6403. LTS : 'HH:mm:ss',
  6404. L : 'DD.MM.YYYY',
  6405. LL : 'D. MMMM YYYY',
  6406. LLL : 'D. MMMM YYYY [kl.] HH:mm',
  6407. LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'
  6408. },
  6409. calendar : {
  6410. sameDay: '[i dag kl.] LT',
  6411. nextDay: '[i morgen kl.] LT',
  6412. nextWeek: 'dddd [kl.] LT',
  6413. lastDay: '[i går kl.] LT',
  6414. lastWeek: '[forrige] dddd [kl.] LT',
  6415. sameElse: 'L'
  6416. },
  6417. relativeTime : {
  6418. future : 'om %s',
  6419. past : '%s siden',
  6420. s : 'noen sekunder',
  6421. ss : '%d sekunder',
  6422. m : 'ett minutt',
  6423. mm : '%d minutter',
  6424. h : 'en time',
  6425. hh : '%d timer',
  6426. d : 'en dag',
  6427. dd : '%d dager',
  6428. M : 'en måned',
  6429. MM : '%d måneder',
  6430. y : 'ett år',
  6431. yy : '%d år'
  6432. },
  6433. dayOfMonthOrdinalParse: /\d{1,2}\./,
  6434. ordinal : '%d.',
  6435. week : {
  6436. dow : 1, // Monday is the first day of the week.
  6437. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6438. }
  6439. });
  6440. //! moment.js locale configuration
  6441. var symbolMap$d = {
  6442. '1': '१',
  6443. '2': '२',
  6444. '3': '३',
  6445. '4': '४',
  6446. '5': '५',
  6447. '6': '६',
  6448. '7': '७',
  6449. '8': '८',
  6450. '9': '९',
  6451. '0': '०'
  6452. },
  6453. numberMap$c = {
  6454. '१': '1',
  6455. '२': '2',
  6456. '३': '3',
  6457. '४': '4',
  6458. '५': '5',
  6459. '६': '6',
  6460. '७': '7',
  6461. '८': '8',
  6462. '९': '9',
  6463. '०': '0'
  6464. };
  6465. moment.defineLocale('ne', {
  6466. months : 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split('_'),
  6467. monthsShort : 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split('_'),
  6468. monthsParseExact : true,
  6469. weekdays : 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split('_'),
  6470. weekdaysShort : 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split('_'),
  6471. weekdaysMin : 'आ._सो._मं._बु._बि._शु._श.'.split('_'),
  6472. weekdaysParseExact : true,
  6473. longDateFormat : {
  6474. LT : 'Aको h:mm बजे',
  6475. LTS : 'Aको h:mm:ss बजे',
  6476. L : 'DD/MM/YYYY',
  6477. LL : 'D MMMM YYYY',
  6478. LLL : 'D MMMM YYYY, Aको h:mm बजे',
  6479. LLLL : 'dddd, D MMMM YYYY, Aको h:mm बजे'
  6480. },
  6481. preparse: function (string) {
  6482. return string.replace(/[१२३४५६७८९०]/g, function (match) {
  6483. return numberMap$c[match];
  6484. });
  6485. },
  6486. postformat: function (string) {
  6487. return string.replace(/\d/g, function (match) {
  6488. return symbolMap$d[match];
  6489. });
  6490. },
  6491. meridiemParse: /राति|बिहान|दिउँसो|साँझ/,
  6492. meridiemHour : function (hour, meridiem) {
  6493. if (hour === 12) {
  6494. hour = 0;
  6495. }
  6496. if (meridiem === 'राति') {
  6497. return hour < 4 ? hour : hour + 12;
  6498. } else if (meridiem === 'बिहान') {
  6499. return hour;
  6500. } else if (meridiem === 'दिउँसो') {
  6501. return hour >= 10 ? hour : hour + 12;
  6502. } else if (meridiem === 'साँझ') {
  6503. return hour + 12;
  6504. }
  6505. },
  6506. meridiem : function (hour, minute, isLower) {
  6507. if (hour < 3) {
  6508. return 'राति';
  6509. } else if (hour < 12) {
  6510. return 'बिहान';
  6511. } else if (hour < 16) {
  6512. return 'दिउँसो';
  6513. } else if (hour < 20) {
  6514. return 'साँझ';
  6515. } else {
  6516. return 'राति';
  6517. }
  6518. },
  6519. calendar : {
  6520. sameDay : '[आज] LT',
  6521. nextDay : '[भोलि] LT',
  6522. nextWeek : '[आउँदो] dddd[,] LT',
  6523. lastDay : '[हिजो] LT',
  6524. lastWeek : '[गएको] dddd[,] LT',
  6525. sameElse : 'L'
  6526. },
  6527. relativeTime : {
  6528. future : '%sमा',
  6529. past : '%s अगाडि',
  6530. s : 'केही क्षण',
  6531. ss : '%d सेकेण्ड',
  6532. m : 'एक मिनेट',
  6533. mm : '%d मिनेट',
  6534. h : 'एक घण्टा',
  6535. hh : '%d घण्टा',
  6536. d : 'एक दिन',
  6537. dd : '%d दिन',
  6538. M : 'एक महिना',
  6539. MM : '%d महिना',
  6540. y : 'एक बर्ष',
  6541. yy : '%d बर्ष'
  6542. },
  6543. week : {
  6544. dow : 0, // Sunday is the first day of the week.
  6545. doy : 6 // The week that contains Jan 6th is the first week of the year.
  6546. }
  6547. });
  6548. //! moment.js locale configuration
  6549. var monthsShortWithDots$1 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
  6550. monthsShortWithoutDots$1 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');
  6551. var monthsParse$4 = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];
  6552. var monthsRegex$4 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;
  6553. moment.defineLocale('nl-be', {
  6554. months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),
  6555. monthsShort : function (m, format) {
  6556. if (!m) {
  6557. return monthsShortWithDots$1;
  6558. } else if (/-MMM-/.test(format)) {
  6559. return monthsShortWithoutDots$1[m.month()];
  6560. } else {
  6561. return monthsShortWithDots$1[m.month()];
  6562. }
  6563. },
  6564. monthsRegex: monthsRegex$4,
  6565. monthsShortRegex: monthsRegex$4,
  6566. monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,
  6567. monthsShortStrictRegex: /^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,
  6568. monthsParse : monthsParse$4,
  6569. longMonthsParse : monthsParse$4,
  6570. shortMonthsParse : monthsParse$4,
  6571. weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
  6572. weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),
  6573. weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),
  6574. weekdaysParseExact : true,
  6575. longDateFormat : {
  6576. LT : 'HH:mm',
  6577. LTS : 'HH:mm:ss',
  6578. L : 'DD/MM/YYYY',
  6579. LL : 'D MMMM YYYY',
  6580. LLL : 'D MMMM YYYY HH:mm',
  6581. LLLL : 'dddd D MMMM YYYY HH:mm'
  6582. },
  6583. calendar : {
  6584. sameDay: '[vandaag om] LT',
  6585. nextDay: '[morgen om] LT',
  6586. nextWeek: 'dddd [om] LT',
  6587. lastDay: '[gisteren om] LT',
  6588. lastWeek: '[afgelopen] dddd [om] LT',
  6589. sameElse: 'L'
  6590. },
  6591. relativeTime : {
  6592. future : 'over %s',
  6593. past : '%s geleden',
  6594. s : 'een paar seconden',
  6595. ss : '%d seconden',
  6596. m : 'één minuut',
  6597. mm : '%d minuten',
  6598. h : 'één uur',
  6599. hh : '%d uur',
  6600. d : 'één dag',
  6601. dd : '%d dagen',
  6602. M : 'één maand',
  6603. MM : '%d maanden',
  6604. y : 'één jaar',
  6605. yy : '%d jaar'
  6606. },
  6607. dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
  6608. ordinal : function (number) {
  6609. return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');
  6610. },
  6611. week : {
  6612. dow : 1, // Monday is the first day of the week.
  6613. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6614. }
  6615. });
  6616. //! moment.js locale configuration
  6617. var monthsShortWithDots$2 = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'),
  6618. monthsShortWithoutDots$2 = 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_');
  6619. var monthsParse$5 = [/^jan/i, /^feb/i, /^maart|mrt.?$/i, /^apr/i, /^mei$/i, /^jun[i.]?$/i, /^jul[i.]?$/i, /^aug/i, /^sep/i, /^okt/i, /^nov/i, /^dec/i];
  6620. var monthsRegex$5 = /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;
  6621. moment.defineLocale('nl', {
  6622. months : 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),
  6623. monthsShort : function (m, format) {
  6624. if (!m) {
  6625. return monthsShortWithDots$2;
  6626. } else if (/-MMM-/.test(format)) {
  6627. return monthsShortWithoutDots$2[m.month()];
  6628. } else {
  6629. return monthsShortWithDots$2[m.month()];
  6630. }
  6631. },
  6632. monthsRegex: monthsRegex$5,
  6633. monthsShortRegex: monthsRegex$5,
  6634. monthsStrictRegex: /^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,
  6635. monthsShortStrictRegex: /^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,
  6636. monthsParse : monthsParse$5,
  6637. longMonthsParse : monthsParse$5,
  6638. shortMonthsParse : monthsParse$5,
  6639. weekdays : 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
  6640. weekdaysShort : 'zo._ma._di._wo._do._vr._za.'.split('_'),
  6641. weekdaysMin : 'zo_ma_di_wo_do_vr_za'.split('_'),
  6642. weekdaysParseExact : true,
  6643. longDateFormat : {
  6644. LT : 'HH:mm',
  6645. LTS : 'HH:mm:ss',
  6646. L : 'DD-MM-YYYY',
  6647. LL : 'D MMMM YYYY',
  6648. LLL : 'D MMMM YYYY HH:mm',
  6649. LLLL : 'dddd D MMMM YYYY HH:mm'
  6650. },
  6651. calendar : {
  6652. sameDay: '[vandaag om] LT',
  6653. nextDay: '[morgen om] LT',
  6654. nextWeek: 'dddd [om] LT',
  6655. lastDay: '[gisteren om] LT',
  6656. lastWeek: '[afgelopen] dddd [om] LT',
  6657. sameElse: 'L'
  6658. },
  6659. relativeTime : {
  6660. future : 'over %s',
  6661. past : '%s geleden',
  6662. s : 'een paar seconden',
  6663. ss : '%d seconden',
  6664. m : 'één minuut',
  6665. mm : '%d minuten',
  6666. h : 'één uur',
  6667. hh : '%d uur',
  6668. d : 'één dag',
  6669. dd : '%d dagen',
  6670. M : 'één maand',
  6671. MM : '%d maanden',
  6672. y : 'één jaar',
  6673. yy : '%d jaar'
  6674. },
  6675. dayOfMonthOrdinalParse: /\d{1,2}(ste|de)/,
  6676. ordinal : function (number) {
  6677. return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');
  6678. },
  6679. week : {
  6680. dow : 1, // Monday is the first day of the week.
  6681. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6682. }
  6683. });
  6684. //! moment.js locale configuration
  6685. moment.defineLocale('nn', {
  6686. months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
  6687. monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'),
  6688. weekdays : 'sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag'.split('_'),
  6689. weekdaysShort : 'sun_mån_tys_ons_tor_fre_lau'.split('_'),
  6690. weekdaysMin : 'su_må_ty_on_to_fr_lø'.split('_'),
  6691. longDateFormat : {
  6692. LT : 'HH:mm',
  6693. LTS : 'HH:mm:ss',
  6694. L : 'DD.MM.YYYY',
  6695. LL : 'D. MMMM YYYY',
  6696. LLL : 'D. MMMM YYYY [kl.] H:mm',
  6697. LLLL : 'dddd D. MMMM YYYY [kl.] HH:mm'
  6698. },
  6699. calendar : {
  6700. sameDay: '[I dag klokka] LT',
  6701. nextDay: '[I morgon klokka] LT',
  6702. nextWeek: 'dddd [klokka] LT',
  6703. lastDay: '[I går klokka] LT',
  6704. lastWeek: '[Føregåande] dddd [klokka] LT',
  6705. sameElse: 'L'
  6706. },
  6707. relativeTime : {
  6708. future : 'om %s',
  6709. past : '%s sidan',
  6710. s : 'nokre sekund',
  6711. ss : '%d sekund',
  6712. m : 'eit minutt',
  6713. mm : '%d minutt',
  6714. h : 'ein time',
  6715. hh : '%d timar',
  6716. d : 'ein dag',
  6717. dd : '%d dagar',
  6718. M : 'ein månad',
  6719. MM : '%d månader',
  6720. y : 'eit år',
  6721. yy : '%d år'
  6722. },
  6723. dayOfMonthOrdinalParse: /\d{1,2}\./,
  6724. ordinal : '%d.',
  6725. week : {
  6726. dow : 1, // Monday is the first day of the week.
  6727. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6728. }
  6729. });
  6730. //! moment.js locale configuration
  6731. var symbolMap$e = {
  6732. '1': '੧',
  6733. '2': '੨',
  6734. '3': '੩',
  6735. '4': '੪',
  6736. '5': '੫',
  6737. '6': '੬',
  6738. '7': '੭',
  6739. '8': '੮',
  6740. '9': '੯',
  6741. '0': '੦'
  6742. },
  6743. numberMap$d = {
  6744. '੧': '1',
  6745. '੨': '2',
  6746. '੩': '3',
  6747. '੪': '4',
  6748. '੫': '5',
  6749. '੬': '6',
  6750. '੭': '7',
  6751. '੮': '8',
  6752. '੯': '9',
  6753. '੦': '0'
  6754. };
  6755. moment.defineLocale('pa-in', {
  6756. // There are months name as per Nanakshahi Calendar but they are not used as rigidly in modern Punjabi.
  6757. months : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),
  6758. monthsShort : 'ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ'.split('_'),
  6759. weekdays : 'ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ'.split('_'),
  6760. weekdaysShort : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),
  6761. weekdaysMin : 'ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ'.split('_'),
  6762. longDateFormat : {
  6763. LT : 'A h:mm ਵਜੇ',
  6764. LTS : 'A h:mm:ss ਵਜੇ',
  6765. L : 'DD/MM/YYYY',
  6766. LL : 'D MMMM YYYY',
  6767. LLL : 'D MMMM YYYY, A h:mm ਵਜੇ',
  6768. LLLL : 'dddd, D MMMM YYYY, A h:mm ਵਜੇ'
  6769. },
  6770. calendar : {
  6771. sameDay : '[ਅਜ] LT',
  6772. nextDay : '[ਕਲ] LT',
  6773. nextWeek : '[ਅਗਲਾ] dddd, LT',
  6774. lastDay : '[ਕਲ] LT',
  6775. lastWeek : '[ਪਿਛਲੇ] dddd, LT',
  6776. sameElse : 'L'
  6777. },
  6778. relativeTime : {
  6779. future : '%s ਵਿੱਚ',
  6780. past : '%s ਪਿਛਲੇ',
  6781. s : 'ਕੁਝ ਸਕਿੰਟ',
  6782. ss : '%d ਸਕਿੰਟ',
  6783. m : 'ਇਕ ਮਿੰਟ',
  6784. mm : '%d ਮਿੰਟ',
  6785. h : 'ਇੱਕ ਘੰਟਾ',
  6786. hh : '%d ਘੰਟੇ',
  6787. d : 'ਇੱਕ ਦਿਨ',
  6788. dd : '%d ਦਿਨ',
  6789. M : 'ਇੱਕ ਮਹੀਨਾ',
  6790. MM : '%d ਮਹੀਨੇ',
  6791. y : 'ਇੱਕ ਸਾਲ',
  6792. yy : '%d ਸਾਲ'
  6793. },
  6794. preparse: function (string) {
  6795. return string.replace(/[੧੨੩੪੫੬੭੮੯੦]/g, function (match) {
  6796. return numberMap$d[match];
  6797. });
  6798. },
  6799. postformat: function (string) {
  6800. return string.replace(/\d/g, function (match) {
  6801. return symbolMap$e[match];
  6802. });
  6803. },
  6804. // Punjabi notation for meridiems are quite fuzzy in practice. While there exists
  6805. // a rigid notion of a 'Pahar' it is not used as rigidly in modern Punjabi.
  6806. meridiemParse: /ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,
  6807. meridiemHour : function (hour, meridiem) {
  6808. if (hour === 12) {
  6809. hour = 0;
  6810. }
  6811. if (meridiem === 'ਰਾਤ') {
  6812. return hour < 4 ? hour : hour + 12;
  6813. } else if (meridiem === 'ਸਵੇਰ') {
  6814. return hour;
  6815. } else if (meridiem === 'ਦੁਪਹਿਰ') {
  6816. return hour >= 10 ? hour : hour + 12;
  6817. } else if (meridiem === 'ਸ਼ਾਮ') {
  6818. return hour + 12;
  6819. }
  6820. },
  6821. meridiem : function (hour, minute, isLower) {
  6822. if (hour < 4) {
  6823. return 'ਰਾਤ';
  6824. } else if (hour < 10) {
  6825. return 'ਸਵੇਰ';
  6826. } else if (hour < 17) {
  6827. return 'ਦੁਪਹਿਰ';
  6828. } else if (hour < 20) {
  6829. return 'ਸ਼ਾਮ';
  6830. } else {
  6831. return 'ਰਾਤ';
  6832. }
  6833. },
  6834. week : {
  6835. dow : 0, // Sunday is the first day of the week.
  6836. doy : 6 // The week that contains Jan 6th is the first week of the year.
  6837. }
  6838. });
  6839. //! moment.js locale configuration
  6840. var monthsNominative = 'styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień'.split('_'),
  6841. monthsSubjective = 'stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia'.split('_');
  6842. function plural$3(n) {
  6843. return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);
  6844. }
  6845. function translate$8(number, withoutSuffix, key) {
  6846. var result = number + ' ';
  6847. switch (key) {
  6848. case 'ss':
  6849. return result + (plural$3(number) ? 'sekundy' : 'sekund');
  6850. case 'm':
  6851. return withoutSuffix ? 'minuta' : 'minutę';
  6852. case 'mm':
  6853. return result + (plural$3(number) ? 'minuty' : 'minut');
  6854. case 'h':
  6855. return withoutSuffix ? 'godzina' : 'godzinę';
  6856. case 'hh':
  6857. return result + (plural$3(number) ? 'godziny' : 'godzin');
  6858. case 'MM':
  6859. return result + (plural$3(number) ? 'miesiące' : 'miesięcy');
  6860. case 'yy':
  6861. return result + (plural$3(number) ? 'lata' : 'lat');
  6862. }
  6863. }
  6864. moment.defineLocale('pl', {
  6865. months : function (momentToFormat, format) {
  6866. if (!momentToFormat) {
  6867. return monthsNominative;
  6868. } else if (format === '') {
  6869. // Hack: if format empty we know this is used to generate
  6870. // RegExp by moment. Give then back both valid forms of months
  6871. // in RegExp ready format.
  6872. return '(' + monthsSubjective[momentToFormat.month()] + '|' + monthsNominative[momentToFormat.month()] + ')';
  6873. } else if (/D MMMM/.test(format)) {
  6874. return monthsSubjective[momentToFormat.month()];
  6875. } else {
  6876. return monthsNominative[momentToFormat.month()];
  6877. }
  6878. },
  6879. monthsShort : 'sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru'.split('_'),
  6880. weekdays : 'niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota'.split('_'),
  6881. weekdaysShort : 'ndz_pon_wt_śr_czw_pt_sob'.split('_'),
  6882. weekdaysMin : 'Nd_Pn_Wt_Śr_Cz_Pt_So'.split('_'),
  6883. longDateFormat : {
  6884. LT : 'HH:mm',
  6885. LTS : 'HH:mm:ss',
  6886. L : 'DD.MM.YYYY',
  6887. LL : 'D MMMM YYYY',
  6888. LLL : 'D MMMM YYYY HH:mm',
  6889. LLLL : 'dddd, D MMMM YYYY HH:mm'
  6890. },
  6891. calendar : {
  6892. sameDay: '[Dziś o] LT',
  6893. nextDay: '[Jutro o] LT',
  6894. nextWeek: function () {
  6895. switch (this.day()) {
  6896. case 0:
  6897. return '[W niedzielę o] LT';
  6898. case 2:
  6899. return '[We wtorek o] LT';
  6900. case 3:
  6901. return '[W środę o] LT';
  6902. case 6:
  6903. return '[W sobotę o] LT';
  6904. default:
  6905. return '[W] dddd [o] LT';
  6906. }
  6907. },
  6908. lastDay: '[Wczoraj o] LT',
  6909. lastWeek: function () {
  6910. switch (this.day()) {
  6911. case 0:
  6912. return '[W zeszłą niedzielę o] LT';
  6913. case 3:
  6914. return '[W zeszłą środę o] LT';
  6915. case 6:
  6916. return '[W zeszłą sobotę o] LT';
  6917. default:
  6918. return '[W zeszły] dddd [o] LT';
  6919. }
  6920. },
  6921. sameElse: 'L'
  6922. },
  6923. relativeTime : {
  6924. future : 'za %s',
  6925. past : '%s temu',
  6926. s : 'kilka sekund',
  6927. ss : translate$8,
  6928. m : translate$8,
  6929. mm : translate$8,
  6930. h : translate$8,
  6931. hh : translate$8,
  6932. d : '1 dzień',
  6933. dd : '%d dni',
  6934. M : 'miesiąc',
  6935. MM : translate$8,
  6936. y : 'rok',
  6937. yy : translate$8
  6938. },
  6939. dayOfMonthOrdinalParse: /\d{1,2}\./,
  6940. ordinal : '%d.',
  6941. week : {
  6942. dow : 1, // Monday is the first day of the week.
  6943. doy : 4 // The week that contains Jan 4th is the first week of the year.
  6944. }
  6945. });
  6946. //! moment.js locale configuration
  6947. moment.defineLocale('pt-br', {
  6948. months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),
  6949. monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
  6950. weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),
  6951. weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),
  6952. weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),
  6953. weekdaysParseExact : true,
  6954. longDateFormat : {
  6955. LT : 'HH:mm',
  6956. LTS : 'HH:mm:ss',
  6957. L : 'DD/MM/YYYY',
  6958. LL : 'D [de] MMMM [de] YYYY',
  6959. LLL : 'D [de] MMMM [de] YYYY [às] HH:mm',
  6960. LLLL : 'dddd, D [de] MMMM [de] YYYY [às] HH:mm'
  6961. },
  6962. calendar : {
  6963. sameDay: '[Hoje às] LT',
  6964. nextDay: '[Amanhã às] LT',
  6965. nextWeek: 'dddd [às] LT',
  6966. lastDay: '[Ontem às] LT',
  6967. lastWeek: function () {
  6968. return (this.day() === 0 || this.day() === 6) ?
  6969. '[Último] dddd [às] LT' : // Saturday + Sunday
  6970. '[Última] dddd [às] LT'; // Monday - Friday
  6971. },
  6972. sameElse: 'L'
  6973. },
  6974. relativeTime : {
  6975. future : 'em %s',
  6976. past : 'há %s',
  6977. s : 'poucos segundos',
  6978. ss : '%d segundos',
  6979. m : 'um minuto',
  6980. mm : '%d minutos',
  6981. h : 'uma hora',
  6982. hh : '%d horas',
  6983. d : 'um dia',
  6984. dd : '%d dias',
  6985. M : 'um mês',
  6986. MM : '%d meses',
  6987. y : 'um ano',
  6988. yy : '%d anos'
  6989. },
  6990. dayOfMonthOrdinalParse: /\d{1,2}º/,
  6991. ordinal : '%dº'
  6992. });
  6993. //! moment.js locale configuration
  6994. moment.defineLocale('pt', {
  6995. months : 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'),
  6996. monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
  6997. weekdays : 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'),
  6998. weekdaysShort : 'Dom_Seg_Ter_Qua_Qui_Sex_Sáb'.split('_'),
  6999. weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'),
  7000. weekdaysParseExact : true,
  7001. longDateFormat : {
  7002. LT : 'HH:mm',
  7003. LTS : 'HH:mm:ss',
  7004. L : 'DD/MM/YYYY',
  7005. LL : 'D [de] MMMM [de] YYYY',
  7006. LLL : 'D [de] MMMM [de] YYYY HH:mm',
  7007. LLLL : 'dddd, D [de] MMMM [de] YYYY HH:mm'
  7008. },
  7009. calendar : {
  7010. sameDay: '[Hoje às] LT',
  7011. nextDay: '[Amanhã às] LT',
  7012. nextWeek: 'dddd [às] LT',
  7013. lastDay: '[Ontem às] LT',
  7014. lastWeek: function () {
  7015. return (this.day() === 0 || this.day() === 6) ?
  7016. '[Último] dddd [às] LT' : // Saturday + Sunday
  7017. '[Última] dddd [às] LT'; // Monday - Friday
  7018. },
  7019. sameElse: 'L'
  7020. },
  7021. relativeTime : {
  7022. future : 'em %s',
  7023. past : 'há %s',
  7024. s : 'segundos',
  7025. ss : '%d segundos',
  7026. m : 'um minuto',
  7027. mm : '%d minutos',
  7028. h : 'uma hora',
  7029. hh : '%d horas',
  7030. d : 'um dia',
  7031. dd : '%d dias',
  7032. M : 'um mês',
  7033. MM : '%d meses',
  7034. y : 'um ano',
  7035. yy : '%d anos'
  7036. },
  7037. dayOfMonthOrdinalParse: /\d{1,2}º/,
  7038. ordinal : '%dº',
  7039. week : {
  7040. dow : 1, // Monday is the first day of the week.
  7041. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7042. }
  7043. });
  7044. //! moment.js locale configuration
  7045. function relativeTimeWithPlural$2(number, withoutSuffix, key) {
  7046. var format = {
  7047. 'ss': 'secunde',
  7048. 'mm': 'minute',
  7049. 'hh': 'ore',
  7050. 'dd': 'zile',
  7051. 'MM': 'luni',
  7052. 'yy': 'ani'
  7053. },
  7054. separator = ' ';
  7055. if (number % 100 >= 20 || (number >= 100 && number % 100 === 0)) {
  7056. separator = ' de ';
  7057. }
  7058. return number + separator + format[key];
  7059. }
  7060. moment.defineLocale('ro', {
  7061. months : 'ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie'.split('_'),
  7062. monthsShort : 'ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.'.split('_'),
  7063. monthsParseExact: true,
  7064. weekdays : 'duminică_luni_marți_miercuri_joi_vineri_sâmbătă'.split('_'),
  7065. weekdaysShort : 'Dum_Lun_Mar_Mie_Joi_Vin_Sâm'.split('_'),
  7066. weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'),
  7067. longDateFormat : {
  7068. LT : 'H:mm',
  7069. LTS : 'H:mm:ss',
  7070. L : 'DD.MM.YYYY',
  7071. LL : 'D MMMM YYYY',
  7072. LLL : 'D MMMM YYYY H:mm',
  7073. LLLL : 'dddd, D MMMM YYYY H:mm'
  7074. },
  7075. calendar : {
  7076. sameDay: '[azi la] LT',
  7077. nextDay: '[mâine la] LT',
  7078. nextWeek: 'dddd [la] LT',
  7079. lastDay: '[ieri la] LT',
  7080. lastWeek: '[fosta] dddd [la] LT',
  7081. sameElse: 'L'
  7082. },
  7083. relativeTime : {
  7084. future : 'peste %s',
  7085. past : '%s în urmă',
  7086. s : 'câteva secunde',
  7087. ss : relativeTimeWithPlural$2,
  7088. m : 'un minut',
  7089. mm : relativeTimeWithPlural$2,
  7090. h : 'o oră',
  7091. hh : relativeTimeWithPlural$2,
  7092. d : 'o zi',
  7093. dd : relativeTimeWithPlural$2,
  7094. M : 'o lună',
  7095. MM : relativeTimeWithPlural$2,
  7096. y : 'un an',
  7097. yy : relativeTimeWithPlural$2
  7098. },
  7099. week : {
  7100. dow : 1, // Monday is the first day of the week.
  7101. doy : 7 // The week that contains Jan 7th is the first week of the year.
  7102. }
  7103. });
  7104. //! moment.js locale configuration
  7105. function plural$4(word, num) {
  7106. var forms = word.split('_');
  7107. return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);
  7108. }
  7109. function relativeTimeWithPlural$3(number, withoutSuffix, key) {
  7110. var format = {
  7111. 'ss': withoutSuffix ? 'секунда_секунды_секунд' : 'секунду_секунды_секунд',
  7112. 'mm': withoutSuffix ? 'минута_минуты_минут' : 'минуту_минуты_минут',
  7113. 'hh': 'час_часа_часов',
  7114. 'dd': 'день_дня_дней',
  7115. 'MM': 'месяц_месяца_месяцев',
  7116. 'yy': 'год_года_лет'
  7117. };
  7118. if (key === 'm') {
  7119. return withoutSuffix ? 'минута' : 'минуту';
  7120. }
  7121. else {
  7122. return number + ' ' + plural$4(format[key], +number);
  7123. }
  7124. }
  7125. var monthsParse$6 = [/^янв/i, /^фев/i, /^мар/i, /^апр/i, /^ма[йя]/i, /^июн/i, /^июл/i, /^авг/i, /^сен/i, /^окт/i, /^ноя/i, /^дек/i];
  7126. // http://new.gramota.ru/spravka/rules/139-prop : § 103
  7127. // Сокращения месяцев: http://new.gramota.ru/spravka/buro/search-answer?s=242637
  7128. // CLDR data: http://www.unicode.org/cldr/charts/28/summary/ru.html#1753
  7129. moment.defineLocale('ru', {
  7130. months : {
  7131. format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'),
  7132. standalone: 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_')
  7133. },
  7134. monthsShort : {
  7135. // по CLDR именно "июл." и "июн.", но какой смысл менять букву на точку ?
  7136. format: 'янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.'.split('_'),
  7137. standalone: 'янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.'.split('_')
  7138. },
  7139. weekdays : {
  7140. standalone: 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),
  7141. format: 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_'),
  7142. isFormat: /\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/
  7143. },
  7144. weekdaysShort : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
  7145. weekdaysMin : 'вс_пн_вт_ср_чт_пт_сб'.split('_'),
  7146. monthsParse : monthsParse$6,
  7147. longMonthsParse : monthsParse$6,
  7148. shortMonthsParse : monthsParse$6,
  7149. // полные названия с падежами, по три буквы, для некоторых, по 4 буквы, сокращения с точкой и без точки
  7150. monthsRegex: /^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
  7151. // копия предыдущего
  7152. monthsShortRegex: /^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,
  7153. // полные названия с падежами
  7154. monthsStrictRegex: /^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,
  7155. // Выражение, которое соотвествует только сокращённым формам
  7156. monthsShortStrictRegex: /^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,
  7157. longDateFormat : {
  7158. LT : 'H:mm',
  7159. LTS : 'H:mm:ss',
  7160. L : 'DD.MM.YYYY',
  7161. LL : 'D MMMM YYYY г.',
  7162. LLL : 'D MMMM YYYY г., H:mm',
  7163. LLLL : 'dddd, D MMMM YYYY г., H:mm'
  7164. },
  7165. calendar : {
  7166. sameDay: '[Сегодня, в] LT',
  7167. nextDay: '[Завтра, в] LT',
  7168. lastDay: '[Вчера, в] LT',
  7169. nextWeek: function (now) {
  7170. if (now.week() !== this.week()) {
  7171. switch (this.day()) {
  7172. case 0:
  7173. return '[В следующее] dddd, [в] LT';
  7174. case 1:
  7175. case 2:
  7176. case 4:
  7177. return '[В следующий] dddd, [в] LT';
  7178. case 3:
  7179. case 5:
  7180. case 6:
  7181. return '[В следующую] dddd, [в] LT';
  7182. }
  7183. } else {
  7184. if (this.day() === 2) {
  7185. return '[Во] dddd, [в] LT';
  7186. } else {
  7187. return '[В] dddd, [в] LT';
  7188. }
  7189. }
  7190. },
  7191. lastWeek: function (now) {
  7192. if (now.week() !== this.week()) {
  7193. switch (this.day()) {
  7194. case 0:
  7195. return '[В прошлое] dddd, [в] LT';
  7196. case 1:
  7197. case 2:
  7198. case 4:
  7199. return '[В прошлый] dddd, [в] LT';
  7200. case 3:
  7201. case 5:
  7202. case 6:
  7203. return '[В прошлую] dddd, [в] LT';
  7204. }
  7205. } else {
  7206. if (this.day() === 2) {
  7207. return '[Во] dddd, [в] LT';
  7208. } else {
  7209. return '[В] dddd, [в] LT';
  7210. }
  7211. }
  7212. },
  7213. sameElse: 'L'
  7214. },
  7215. relativeTime : {
  7216. future : 'через %s',
  7217. past : '%s назад',
  7218. s : 'несколько секунд',
  7219. ss : relativeTimeWithPlural$3,
  7220. m : relativeTimeWithPlural$3,
  7221. mm : relativeTimeWithPlural$3,
  7222. h : 'час',
  7223. hh : relativeTimeWithPlural$3,
  7224. d : 'день',
  7225. dd : relativeTimeWithPlural$3,
  7226. M : 'месяц',
  7227. MM : relativeTimeWithPlural$3,
  7228. y : 'год',
  7229. yy : relativeTimeWithPlural$3
  7230. },
  7231. meridiemParse: /ночи|утра|дня|вечера/i,
  7232. isPM : function (input) {
  7233. return /^(дня|вечера)$/.test(input);
  7234. },
  7235. meridiem : function (hour, minute, isLower) {
  7236. if (hour < 4) {
  7237. return 'ночи';
  7238. } else if (hour < 12) {
  7239. return 'утра';
  7240. } else if (hour < 17) {
  7241. return 'дня';
  7242. } else {
  7243. return 'вечера';
  7244. }
  7245. },
  7246. dayOfMonthOrdinalParse: /\d{1,2}-(й|го|я)/,
  7247. ordinal: function (number, period) {
  7248. switch (period) {
  7249. case 'M':
  7250. case 'd':
  7251. case 'DDD':
  7252. return number + '-й';
  7253. case 'D':
  7254. return number + '-го';
  7255. case 'w':
  7256. case 'W':
  7257. return number + '-я';
  7258. default:
  7259. return number;
  7260. }
  7261. },
  7262. week : {
  7263. dow : 1, // Monday is the first day of the week.
  7264. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7265. }
  7266. });
  7267. //! moment.js locale configuration
  7268. var months$7 = [
  7269. 'جنوري',
  7270. 'فيبروري',
  7271. 'مارچ',
  7272. 'اپريل',
  7273. 'مئي',
  7274. 'جون',
  7275. 'جولاءِ',
  7276. 'آگسٽ',
  7277. 'سيپٽمبر',
  7278. 'آڪٽوبر',
  7279. 'نومبر',
  7280. 'ڊسمبر'
  7281. ];
  7282. var days = [
  7283. 'آچر',
  7284. 'سومر',
  7285. 'اڱارو',
  7286. 'اربع',
  7287. 'خميس',
  7288. 'جمع',
  7289. 'ڇنڇر'
  7290. ];
  7291. moment.defineLocale('sd', {
  7292. months : months$7,
  7293. monthsShort : months$7,
  7294. weekdays : days,
  7295. weekdaysShort : days,
  7296. weekdaysMin : days,
  7297. longDateFormat : {
  7298. LT : 'HH:mm',
  7299. LTS : 'HH:mm:ss',
  7300. L : 'DD/MM/YYYY',
  7301. LL : 'D MMMM YYYY',
  7302. LLL : 'D MMMM YYYY HH:mm',
  7303. LLLL : 'dddd، D MMMM YYYY HH:mm'
  7304. },
  7305. meridiemParse: /صبح|شام/,
  7306. isPM : function (input) {
  7307. return 'شام' === input;
  7308. },
  7309. meridiem : function (hour, minute, isLower) {
  7310. if (hour < 12) {
  7311. return 'صبح';
  7312. }
  7313. return 'شام';
  7314. },
  7315. calendar : {
  7316. sameDay : '[اڄ] LT',
  7317. nextDay : '[سڀاڻي] LT',
  7318. nextWeek : 'dddd [اڳين هفتي تي] LT',
  7319. lastDay : '[ڪالهه] LT',
  7320. lastWeek : '[گزريل هفتي] dddd [تي] LT',
  7321. sameElse : 'L'
  7322. },
  7323. relativeTime : {
  7324. future : '%s پوء',
  7325. past : '%s اڳ',
  7326. s : 'چند سيڪنڊ',
  7327. ss : '%d سيڪنڊ',
  7328. m : 'هڪ منٽ',
  7329. mm : '%d منٽ',
  7330. h : 'هڪ ڪلاڪ',
  7331. hh : '%d ڪلاڪ',
  7332. d : 'هڪ ڏينهن',
  7333. dd : '%d ڏينهن',
  7334. M : 'هڪ مهينو',
  7335. MM : '%d مهينا',
  7336. y : 'هڪ سال',
  7337. yy : '%d سال'
  7338. },
  7339. preparse: function (string) {
  7340. return string.replace(/،/g, ',');
  7341. },
  7342. postformat: function (string) {
  7343. return string.replace(/,/g, '،');
  7344. },
  7345. week : {
  7346. dow : 1, // Monday is the first day of the week.
  7347. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7348. }
  7349. });
  7350. //! moment.js locale configuration
  7351. moment.defineLocale('se', {
  7352. months : 'ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu'.split('_'),
  7353. monthsShort : 'ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov'.split('_'),
  7354. weekdays : 'sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat'.split('_'),
  7355. weekdaysShort : 'sotn_vuos_maŋ_gask_duor_bear_láv'.split('_'),
  7356. weekdaysMin : 's_v_m_g_d_b_L'.split('_'),
  7357. longDateFormat : {
  7358. LT : 'HH:mm',
  7359. LTS : 'HH:mm:ss',
  7360. L : 'DD.MM.YYYY',
  7361. LL : 'MMMM D. [b.] YYYY',
  7362. LLL : 'MMMM D. [b.] YYYY [ti.] HH:mm',
  7363. LLLL : 'dddd, MMMM D. [b.] YYYY [ti.] HH:mm'
  7364. },
  7365. calendar : {
  7366. sameDay: '[otne ti] LT',
  7367. nextDay: '[ihttin ti] LT',
  7368. nextWeek: 'dddd [ti] LT',
  7369. lastDay: '[ikte ti] LT',
  7370. lastWeek: '[ovddit] dddd [ti] LT',
  7371. sameElse: 'L'
  7372. },
  7373. relativeTime : {
  7374. future : '%s geažes',
  7375. past : 'maŋit %s',
  7376. s : 'moadde sekunddat',
  7377. ss: '%d sekunddat',
  7378. m : 'okta minuhta',
  7379. mm : '%d minuhtat',
  7380. h : 'okta diimmu',
  7381. hh : '%d diimmut',
  7382. d : 'okta beaivi',
  7383. dd : '%d beaivvit',
  7384. M : 'okta mánnu',
  7385. MM : '%d mánut',
  7386. y : 'okta jahki',
  7387. yy : '%d jagit'
  7388. },
  7389. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7390. ordinal : '%d.',
  7391. week : {
  7392. dow : 1, // Monday is the first day of the week.
  7393. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7394. }
  7395. });
  7396. //! moment.js locale configuration
  7397. /*jshint -W100*/
  7398. moment.defineLocale('si', {
  7399. months : 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split('_'),
  7400. monthsShort : 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'),
  7401. weekdays : 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),
  7402. weekdaysShort : 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),
  7403. weekdaysMin : 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),
  7404. weekdaysParseExact : true,
  7405. longDateFormat : {
  7406. LT : 'a h:mm',
  7407. LTS : 'a h:mm:ss',
  7408. L : 'YYYY/MM/DD',
  7409. LL : 'YYYY MMMM D',
  7410. LLL : 'YYYY MMMM D, a h:mm',
  7411. LLLL : 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'
  7412. },
  7413. calendar : {
  7414. sameDay : '[අද] LT[ට]',
  7415. nextDay : '[හෙට] LT[ට]',
  7416. nextWeek : 'dddd LT[ට]',
  7417. lastDay : '[ඊයේ] LT[ට]',
  7418. lastWeek : '[පසුගිය] dddd LT[ට]',
  7419. sameElse : 'L'
  7420. },
  7421. relativeTime : {
  7422. future : '%sකින්',
  7423. past : '%sකට පෙර',
  7424. s : 'තත්පර කිහිපය',
  7425. ss : 'තත්පර %d',
  7426. m : 'මිනිත්තුව',
  7427. mm : 'මිනිත්තු %d',
  7428. h : 'පැය',
  7429. hh : 'පැය %d',
  7430. d : 'දිනය',
  7431. dd : 'දින %d',
  7432. M : 'මාසය',
  7433. MM : 'මාස %d',
  7434. y : 'වසර',
  7435. yy : 'වසර %d'
  7436. },
  7437. dayOfMonthOrdinalParse: /\d{1,2} වැනි/,
  7438. ordinal : function (number) {
  7439. return number + ' වැනි';
  7440. },
  7441. meridiemParse : /පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,
  7442. isPM : function (input) {
  7443. return input === 'ප.ව.' || input === 'පස් වරු';
  7444. },
  7445. meridiem : function (hours, minutes, isLower) {
  7446. if (hours > 11) {
  7447. return isLower ? 'ප.ව.' : 'පස් වරු';
  7448. } else {
  7449. return isLower ? 'පෙ.ව.' : 'පෙර වරු';
  7450. }
  7451. }
  7452. });
  7453. //! moment.js locale configuration
  7454. var months$8 = 'január_február_marec_apríl_máj_jún_júl_august_september_október_november_december'.split('_'),
  7455. monthsShort$6 = 'jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec'.split('_');
  7456. function plural$5(n) {
  7457. return (n > 1) && (n < 5);
  7458. }
  7459. function translate$9(number, withoutSuffix, key, isFuture) {
  7460. var result = number + ' ';
  7461. switch (key) {
  7462. case 's': // a few seconds / in a few seconds / a few seconds ago
  7463. return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';
  7464. case 'ss': // 9 seconds / in 9 seconds / 9 seconds ago
  7465. if (withoutSuffix || isFuture) {
  7466. return result + (plural$5(number) ? 'sekundy' : 'sekúnd');
  7467. } else {
  7468. return result + 'sekundami';
  7469. }
  7470. break;
  7471. case 'm': // a minute / in a minute / a minute ago
  7472. return withoutSuffix ? 'minúta' : (isFuture ? 'minútu' : 'minútou');
  7473. case 'mm': // 9 minutes / in 9 minutes / 9 minutes ago
  7474. if (withoutSuffix || isFuture) {
  7475. return result + (plural$5(number) ? 'minúty' : 'minút');
  7476. } else {
  7477. return result + 'minútami';
  7478. }
  7479. break;
  7480. case 'h': // an hour / in an hour / an hour ago
  7481. return withoutSuffix ? 'hodina' : (isFuture ? 'hodinu' : 'hodinou');
  7482. case 'hh': // 9 hours / in 9 hours / 9 hours ago
  7483. if (withoutSuffix || isFuture) {
  7484. return result + (plural$5(number) ? 'hodiny' : 'hodín');
  7485. } else {
  7486. return result + 'hodinami';
  7487. }
  7488. break;
  7489. case 'd': // a day / in a day / a day ago
  7490. return (withoutSuffix || isFuture) ? 'deň' : 'dňom';
  7491. case 'dd': // 9 days / in 9 days / 9 days ago
  7492. if (withoutSuffix || isFuture) {
  7493. return result + (plural$5(number) ? 'dni' : 'dní');
  7494. } else {
  7495. return result + 'dňami';
  7496. }
  7497. break;
  7498. case 'M': // a month / in a month / a month ago
  7499. return (withoutSuffix || isFuture) ? 'mesiac' : 'mesiacom';
  7500. case 'MM': // 9 months / in 9 months / 9 months ago
  7501. if (withoutSuffix || isFuture) {
  7502. return result + (plural$5(number) ? 'mesiace' : 'mesiacov');
  7503. } else {
  7504. return result + 'mesiacmi';
  7505. }
  7506. break;
  7507. case 'y': // a year / in a year / a year ago
  7508. return (withoutSuffix || isFuture) ? 'rok' : 'rokom';
  7509. case 'yy': // 9 years / in 9 years / 9 years ago
  7510. if (withoutSuffix || isFuture) {
  7511. return result + (plural$5(number) ? 'roky' : 'rokov');
  7512. } else {
  7513. return result + 'rokmi';
  7514. }
  7515. break;
  7516. }
  7517. }
  7518. moment.defineLocale('sk', {
  7519. months : months$8,
  7520. monthsShort : monthsShort$6,
  7521. weekdays : 'nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota'.split('_'),
  7522. weekdaysShort : 'ne_po_ut_st_št_pi_so'.split('_'),
  7523. weekdaysMin : 'ne_po_ut_st_št_pi_so'.split('_'),
  7524. longDateFormat : {
  7525. LT: 'H:mm',
  7526. LTS : 'H:mm:ss',
  7527. L : 'DD.MM.YYYY',
  7528. LL : 'D. MMMM YYYY',
  7529. LLL : 'D. MMMM YYYY H:mm',
  7530. LLLL : 'dddd D. MMMM YYYY H:mm'
  7531. },
  7532. calendar : {
  7533. sameDay: '[dnes o] LT',
  7534. nextDay: '[zajtra o] LT',
  7535. nextWeek: function () {
  7536. switch (this.day()) {
  7537. case 0:
  7538. return '[v nedeľu o] LT';
  7539. case 1:
  7540. case 2:
  7541. return '[v] dddd [o] LT';
  7542. case 3:
  7543. return '[v stredu o] LT';
  7544. case 4:
  7545. return '[vo štvrtok o] LT';
  7546. case 5:
  7547. return '[v piatok o] LT';
  7548. case 6:
  7549. return '[v sobotu o] LT';
  7550. }
  7551. },
  7552. lastDay: '[včera o] LT',
  7553. lastWeek: function () {
  7554. switch (this.day()) {
  7555. case 0:
  7556. return '[minulú nedeľu o] LT';
  7557. case 1:
  7558. case 2:
  7559. return '[minulý] dddd [o] LT';
  7560. case 3:
  7561. return '[minulú stredu o] LT';
  7562. case 4:
  7563. case 5:
  7564. return '[minulý] dddd [o] LT';
  7565. case 6:
  7566. return '[minulú sobotu o] LT';
  7567. }
  7568. },
  7569. sameElse: 'L'
  7570. },
  7571. relativeTime : {
  7572. future : 'za %s',
  7573. past : 'pred %s',
  7574. s : translate$9,
  7575. ss : translate$9,
  7576. m : translate$9,
  7577. mm : translate$9,
  7578. h : translate$9,
  7579. hh : translate$9,
  7580. d : translate$9,
  7581. dd : translate$9,
  7582. M : translate$9,
  7583. MM : translate$9,
  7584. y : translate$9,
  7585. yy : translate$9
  7586. },
  7587. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7588. ordinal : '%d.',
  7589. week : {
  7590. dow : 1, // Monday is the first day of the week.
  7591. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7592. }
  7593. });
  7594. //! moment.js locale configuration
  7595. function processRelativeTime$6(number, withoutSuffix, key, isFuture) {
  7596. var result = number + ' ';
  7597. switch (key) {
  7598. case 's':
  7599. return withoutSuffix || isFuture ? 'nekaj sekund' : 'nekaj sekundami';
  7600. case 'ss':
  7601. if (number === 1) {
  7602. result += withoutSuffix ? 'sekundo' : 'sekundi';
  7603. } else if (number === 2) {
  7604. result += withoutSuffix || isFuture ? 'sekundi' : 'sekundah';
  7605. } else if (number < 5) {
  7606. result += withoutSuffix || isFuture ? 'sekunde' : 'sekundah';
  7607. } else {
  7608. result += 'sekund';
  7609. }
  7610. return result;
  7611. case 'm':
  7612. return withoutSuffix ? 'ena minuta' : 'eno minuto';
  7613. case 'mm':
  7614. if (number === 1) {
  7615. result += withoutSuffix ? 'minuta' : 'minuto';
  7616. } else if (number === 2) {
  7617. result += withoutSuffix || isFuture ? 'minuti' : 'minutama';
  7618. } else if (number < 5) {
  7619. result += withoutSuffix || isFuture ? 'minute' : 'minutami';
  7620. } else {
  7621. result += withoutSuffix || isFuture ? 'minut' : 'minutami';
  7622. }
  7623. return result;
  7624. case 'h':
  7625. return withoutSuffix ? 'ena ura' : 'eno uro';
  7626. case 'hh':
  7627. if (number === 1) {
  7628. result += withoutSuffix ? 'ura' : 'uro';
  7629. } else if (number === 2) {
  7630. result += withoutSuffix || isFuture ? 'uri' : 'urama';
  7631. } else if (number < 5) {
  7632. result += withoutSuffix || isFuture ? 'ure' : 'urami';
  7633. } else {
  7634. result += withoutSuffix || isFuture ? 'ur' : 'urami';
  7635. }
  7636. return result;
  7637. case 'd':
  7638. return withoutSuffix || isFuture ? 'en dan' : 'enim dnem';
  7639. case 'dd':
  7640. if (number === 1) {
  7641. result += withoutSuffix || isFuture ? 'dan' : 'dnem';
  7642. } else if (number === 2) {
  7643. result += withoutSuffix || isFuture ? 'dni' : 'dnevoma';
  7644. } else {
  7645. result += withoutSuffix || isFuture ? 'dni' : 'dnevi';
  7646. }
  7647. return result;
  7648. case 'M':
  7649. return withoutSuffix || isFuture ? 'en mesec' : 'enim mesecem';
  7650. case 'MM':
  7651. if (number === 1) {
  7652. result += withoutSuffix || isFuture ? 'mesec' : 'mesecem';
  7653. } else if (number === 2) {
  7654. result += withoutSuffix || isFuture ? 'meseca' : 'mesecema';
  7655. } else if (number < 5) {
  7656. result += withoutSuffix || isFuture ? 'mesece' : 'meseci';
  7657. } else {
  7658. result += withoutSuffix || isFuture ? 'mesecev' : 'meseci';
  7659. }
  7660. return result;
  7661. case 'y':
  7662. return withoutSuffix || isFuture ? 'eno leto' : 'enim letom';
  7663. case 'yy':
  7664. if (number === 1) {
  7665. result += withoutSuffix || isFuture ? 'leto' : 'letom';
  7666. } else if (number === 2) {
  7667. result += withoutSuffix || isFuture ? 'leti' : 'letoma';
  7668. } else if (number < 5) {
  7669. result += withoutSuffix || isFuture ? 'leta' : 'leti';
  7670. } else {
  7671. result += withoutSuffix || isFuture ? 'let' : 'leti';
  7672. }
  7673. return result;
  7674. }
  7675. }
  7676. moment.defineLocale('sl', {
  7677. months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),
  7678. monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),
  7679. monthsParseExact: true,
  7680. weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),
  7681. weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),
  7682. weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),
  7683. weekdaysParseExact : true,
  7684. longDateFormat : {
  7685. LT : 'H:mm',
  7686. LTS : 'H:mm:ss',
  7687. L : 'DD.MM.YYYY',
  7688. LL : 'D. MMMM YYYY',
  7689. LLL : 'D. MMMM YYYY H:mm',
  7690. LLLL : 'dddd, D. MMMM YYYY H:mm'
  7691. },
  7692. calendar : {
  7693. sameDay : '[danes ob] LT',
  7694. nextDay : '[jutri ob] LT',
  7695. nextWeek : function () {
  7696. switch (this.day()) {
  7697. case 0:
  7698. return '[v] [nedeljo] [ob] LT';
  7699. case 3:
  7700. return '[v] [sredo] [ob] LT';
  7701. case 6:
  7702. return '[v] [soboto] [ob] LT';
  7703. case 1:
  7704. case 2:
  7705. case 4:
  7706. case 5:
  7707. return '[v] dddd [ob] LT';
  7708. }
  7709. },
  7710. lastDay : '[včeraj ob] LT',
  7711. lastWeek : function () {
  7712. switch (this.day()) {
  7713. case 0:
  7714. return '[prejšnjo] [nedeljo] [ob] LT';
  7715. case 3:
  7716. return '[prejšnjo] [sredo] [ob] LT';
  7717. case 6:
  7718. return '[prejšnjo] [soboto] [ob] LT';
  7719. case 1:
  7720. case 2:
  7721. case 4:
  7722. case 5:
  7723. return '[prejšnji] dddd [ob] LT';
  7724. }
  7725. },
  7726. sameElse : 'L'
  7727. },
  7728. relativeTime : {
  7729. future : 'čez %s',
  7730. past : 'pred %s',
  7731. s : processRelativeTime$6,
  7732. ss : processRelativeTime$6,
  7733. m : processRelativeTime$6,
  7734. mm : processRelativeTime$6,
  7735. h : processRelativeTime$6,
  7736. hh : processRelativeTime$6,
  7737. d : processRelativeTime$6,
  7738. dd : processRelativeTime$6,
  7739. M : processRelativeTime$6,
  7740. MM : processRelativeTime$6,
  7741. y : processRelativeTime$6,
  7742. yy : processRelativeTime$6
  7743. },
  7744. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7745. ordinal : '%d.',
  7746. week : {
  7747. dow : 1, // Monday is the first day of the week.
  7748. doy : 7 // The week that contains Jan 7th is the first week of the year.
  7749. }
  7750. });
  7751. //! moment.js locale configuration
  7752. moment.defineLocale('sq', {
  7753. months : 'Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor'.split('_'),
  7754. monthsShort : 'Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj'.split('_'),
  7755. weekdays : 'E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë'.split('_'),
  7756. weekdaysShort : 'Die_Hën_Mar_Mër_Enj_Pre_Sht'.split('_'),
  7757. weekdaysMin : 'D_H_Ma_Më_E_P_Sh'.split('_'),
  7758. weekdaysParseExact : true,
  7759. meridiemParse: /PD|MD/,
  7760. isPM: function (input) {
  7761. return input.charAt(0) === 'M';
  7762. },
  7763. meridiem : function (hours, minutes, isLower) {
  7764. return hours < 12 ? 'PD' : 'MD';
  7765. },
  7766. longDateFormat : {
  7767. LT : 'HH:mm',
  7768. LTS : 'HH:mm:ss',
  7769. L : 'DD/MM/YYYY',
  7770. LL : 'D MMMM YYYY',
  7771. LLL : 'D MMMM YYYY HH:mm',
  7772. LLLL : 'dddd, D MMMM YYYY HH:mm'
  7773. },
  7774. calendar : {
  7775. sameDay : '[Sot në] LT',
  7776. nextDay : '[Nesër në] LT',
  7777. nextWeek : 'dddd [në] LT',
  7778. lastDay : '[Dje në] LT',
  7779. lastWeek : 'dddd [e kaluar në] LT',
  7780. sameElse : 'L'
  7781. },
  7782. relativeTime : {
  7783. future : 'në %s',
  7784. past : '%s më parë',
  7785. s : 'disa sekonda',
  7786. ss : '%d sekonda',
  7787. m : 'një minutë',
  7788. mm : '%d minuta',
  7789. h : 'një orë',
  7790. hh : '%d orë',
  7791. d : 'një ditë',
  7792. dd : '%d ditë',
  7793. M : 'një muaj',
  7794. MM : '%d muaj',
  7795. y : 'një vit',
  7796. yy : '%d vite'
  7797. },
  7798. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7799. ordinal : '%d.',
  7800. week : {
  7801. dow : 1, // Monday is the first day of the week.
  7802. doy : 4 // The week that contains Jan 4th is the first week of the year.
  7803. }
  7804. });
  7805. //! moment.js locale configuration
  7806. var translator$1 = {
  7807. words: { //Different grammatical cases
  7808. ss: ['секунда', 'секунде', 'секунди'],
  7809. m: ['један минут', 'једне минуте'],
  7810. mm: ['минут', 'минуте', 'минута'],
  7811. h: ['један сат', 'једног сата'],
  7812. hh: ['сат', 'сата', 'сати'],
  7813. dd: ['дан', 'дана', 'дана'],
  7814. MM: ['месец', 'месеца', 'месеци'],
  7815. yy: ['година', 'године', 'година']
  7816. },
  7817. correctGrammaticalCase: function (number, wordKey) {
  7818. return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);
  7819. },
  7820. translate: function (number, withoutSuffix, key) {
  7821. var wordKey = translator$1.words[key];
  7822. if (key.length === 1) {
  7823. return withoutSuffix ? wordKey[0] : wordKey[1];
  7824. } else {
  7825. return number + ' ' + translator$1.correctGrammaticalCase(number, wordKey);
  7826. }
  7827. }
  7828. };
  7829. moment.defineLocale('sr-cyrl', {
  7830. months: 'јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар'.split('_'),
  7831. monthsShort: 'јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.'.split('_'),
  7832. monthsParseExact: true,
  7833. weekdays: 'недеља_понедељак_уторак_среда_четвртак_петак_субота'.split('_'),
  7834. weekdaysShort: 'нед._пон._уто._сре._чет._пет._суб.'.split('_'),
  7835. weekdaysMin: 'не_по_ут_ср_че_пе_су'.split('_'),
  7836. weekdaysParseExact : true,
  7837. longDateFormat: {
  7838. LT: 'H:mm',
  7839. LTS : 'H:mm:ss',
  7840. L: 'DD.MM.YYYY',
  7841. LL: 'D. MMMM YYYY',
  7842. LLL: 'D. MMMM YYYY H:mm',
  7843. LLLL: 'dddd, D. MMMM YYYY H:mm'
  7844. },
  7845. calendar: {
  7846. sameDay: '[данас у] LT',
  7847. nextDay: '[сутра у] LT',
  7848. nextWeek: function () {
  7849. switch (this.day()) {
  7850. case 0:
  7851. return '[у] [недељу] [у] LT';
  7852. case 3:
  7853. return '[у] [среду] [у] LT';
  7854. case 6:
  7855. return '[у] [суботу] [у] LT';
  7856. case 1:
  7857. case 2:
  7858. case 4:
  7859. case 5:
  7860. return '[у] dddd [у] LT';
  7861. }
  7862. },
  7863. lastDay : '[јуче у] LT',
  7864. lastWeek : function () {
  7865. var lastWeekDays = [
  7866. '[прошле] [недеље] [у] LT',
  7867. '[прошлог] [понедељка] [у] LT',
  7868. '[прошлог] [уторка] [у] LT',
  7869. '[прошле] [среде] [у] LT',
  7870. '[прошлог] [четвртка] [у] LT',
  7871. '[прошлог] [петка] [у] LT',
  7872. '[прошле] [суботе] [у] LT'
  7873. ];
  7874. return lastWeekDays[this.day()];
  7875. },
  7876. sameElse : 'L'
  7877. },
  7878. relativeTime : {
  7879. future : 'за %s',
  7880. past : 'пре %s',
  7881. s : 'неколико секунди',
  7882. ss : translator$1.translate,
  7883. m : translator$1.translate,
  7884. mm : translator$1.translate,
  7885. h : translator$1.translate,
  7886. hh : translator$1.translate,
  7887. d : 'дан',
  7888. dd : translator$1.translate,
  7889. M : 'месец',
  7890. MM : translator$1.translate,
  7891. y : 'годину',
  7892. yy : translator$1.translate
  7893. },
  7894. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7895. ordinal : '%d.',
  7896. week : {
  7897. dow : 1, // Monday is the first day of the week.
  7898. doy : 7 // The week that contains Jan 7th is the first week of the year.
  7899. }
  7900. });
  7901. //! moment.js locale configuration
  7902. var translator$2 = {
  7903. words: { //Different grammatical cases
  7904. ss: ['sekunda', 'sekunde', 'sekundi'],
  7905. m: ['jedan minut', 'jedne minute'],
  7906. mm: ['minut', 'minute', 'minuta'],
  7907. h: ['jedan sat', 'jednog sata'],
  7908. hh: ['sat', 'sata', 'sati'],
  7909. dd: ['dan', 'dana', 'dana'],
  7910. MM: ['mesec', 'meseca', 'meseci'],
  7911. yy: ['godina', 'godine', 'godina']
  7912. },
  7913. correctGrammaticalCase: function (number, wordKey) {
  7914. return number === 1 ? wordKey[0] : (number >= 2 && number <= 4 ? wordKey[1] : wordKey[2]);
  7915. },
  7916. translate: function (number, withoutSuffix, key) {
  7917. var wordKey = translator$2.words[key];
  7918. if (key.length === 1) {
  7919. return withoutSuffix ? wordKey[0] : wordKey[1];
  7920. } else {
  7921. return number + ' ' + translator$2.correctGrammaticalCase(number, wordKey);
  7922. }
  7923. }
  7924. };
  7925. moment.defineLocale('sr', {
  7926. months: 'januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar'.split('_'),
  7927. monthsShort: 'jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.'.split('_'),
  7928. monthsParseExact: true,
  7929. weekdays: 'nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota'.split('_'),
  7930. weekdaysShort: 'ned._pon._uto._sre._čet._pet._sub.'.split('_'),
  7931. weekdaysMin: 'ne_po_ut_sr_če_pe_su'.split('_'),
  7932. weekdaysParseExact : true,
  7933. longDateFormat: {
  7934. LT: 'H:mm',
  7935. LTS : 'H:mm:ss',
  7936. L: 'DD.MM.YYYY',
  7937. LL: 'D. MMMM YYYY',
  7938. LLL: 'D. MMMM YYYY H:mm',
  7939. LLLL: 'dddd, D. MMMM YYYY H:mm'
  7940. },
  7941. calendar: {
  7942. sameDay: '[danas u] LT',
  7943. nextDay: '[sutra u] LT',
  7944. nextWeek: function () {
  7945. switch (this.day()) {
  7946. case 0:
  7947. return '[u] [nedelju] [u] LT';
  7948. case 3:
  7949. return '[u] [sredu] [u] LT';
  7950. case 6:
  7951. return '[u] [subotu] [u] LT';
  7952. case 1:
  7953. case 2:
  7954. case 4:
  7955. case 5:
  7956. return '[u] dddd [u] LT';
  7957. }
  7958. },
  7959. lastDay : '[juče u] LT',
  7960. lastWeek : function () {
  7961. var lastWeekDays = [
  7962. '[prošle] [nedelje] [u] LT',
  7963. '[prošlog] [ponedeljka] [u] LT',
  7964. '[prošlog] [utorka] [u] LT',
  7965. '[prošle] [srede] [u] LT',
  7966. '[prošlog] [četvrtka] [u] LT',
  7967. '[prošlog] [petka] [u] LT',
  7968. '[prošle] [subote] [u] LT'
  7969. ];
  7970. return lastWeekDays[this.day()];
  7971. },
  7972. sameElse : 'L'
  7973. },
  7974. relativeTime : {
  7975. future : 'za %s',
  7976. past : 'pre %s',
  7977. s : 'nekoliko sekundi',
  7978. ss : translator$2.translate,
  7979. m : translator$2.translate,
  7980. mm : translator$2.translate,
  7981. h : translator$2.translate,
  7982. hh : translator$2.translate,
  7983. d : 'dan',
  7984. dd : translator$2.translate,
  7985. M : 'mesec',
  7986. MM : translator$2.translate,
  7987. y : 'godinu',
  7988. yy : translator$2.translate
  7989. },
  7990. dayOfMonthOrdinalParse: /\d{1,2}\./,
  7991. ordinal : '%d.',
  7992. week : {
  7993. dow : 1, // Monday is the first day of the week.
  7994. doy : 7 // The week that contains Jan 7th is the first week of the year.
  7995. }
  7996. });
  7997. //! moment.js locale configuration
  7998. moment.defineLocale('ss', {
  7999. months : "Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split('_'),
  8000. monthsShort : 'Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo'.split('_'),
  8001. weekdays : 'Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo'.split('_'),
  8002. weekdaysShort : 'Lis_Umb_Lsb_Les_Lsi_Lsh_Umg'.split('_'),
  8003. weekdaysMin : 'Li_Us_Lb_Lt_Ls_Lh_Ug'.split('_'),
  8004. weekdaysParseExact : true,
  8005. longDateFormat : {
  8006. LT : 'h:mm A',
  8007. LTS : 'h:mm:ss A',
  8008. L : 'DD/MM/YYYY',
  8009. LL : 'D MMMM YYYY',
  8010. LLL : 'D MMMM YYYY h:mm A',
  8011. LLLL : 'dddd, D MMMM YYYY h:mm A'
  8012. },
  8013. calendar : {
  8014. sameDay : '[Namuhla nga] LT',
  8015. nextDay : '[Kusasa nga] LT',
  8016. nextWeek : 'dddd [nga] LT',
  8017. lastDay : '[Itolo nga] LT',
  8018. lastWeek : 'dddd [leliphelile] [nga] LT',
  8019. sameElse : 'L'
  8020. },
  8021. relativeTime : {
  8022. future : 'nga %s',
  8023. past : 'wenteka nga %s',
  8024. s : 'emizuzwana lomcane',
  8025. ss : '%d mzuzwana',
  8026. m : 'umzuzu',
  8027. mm : '%d emizuzu',
  8028. h : 'lihora',
  8029. hh : '%d emahora',
  8030. d : 'lilanga',
  8031. dd : '%d emalanga',
  8032. M : 'inyanga',
  8033. MM : '%d tinyanga',
  8034. y : 'umnyaka',
  8035. yy : '%d iminyaka'
  8036. },
  8037. meridiemParse: /ekuseni|emini|entsambama|ebusuku/,
  8038. meridiem : function (hours, minutes, isLower) {
  8039. if (hours < 11) {
  8040. return 'ekuseni';
  8041. } else if (hours < 15) {
  8042. return 'emini';
  8043. } else if (hours < 19) {
  8044. return 'entsambama';
  8045. } else {
  8046. return 'ebusuku';
  8047. }
  8048. },
  8049. meridiemHour : function (hour, meridiem) {
  8050. if (hour === 12) {
  8051. hour = 0;
  8052. }
  8053. if (meridiem === 'ekuseni') {
  8054. return hour;
  8055. } else if (meridiem === 'emini') {
  8056. return hour >= 11 ? hour : hour + 12;
  8057. } else if (meridiem === 'entsambama' || meridiem === 'ebusuku') {
  8058. if (hour === 0) {
  8059. return 0;
  8060. }
  8061. return hour + 12;
  8062. }
  8063. },
  8064. dayOfMonthOrdinalParse: /\d{1,2}/,
  8065. ordinal : '%d',
  8066. week : {
  8067. dow : 1, // Monday is the first day of the week.
  8068. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8069. }
  8070. });
  8071. //! moment.js locale configuration
  8072. moment.defineLocale('sv', {
  8073. months : 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),
  8074. monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
  8075. weekdays : 'söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag'.split('_'),
  8076. weekdaysShort : 'sön_mån_tis_ons_tor_fre_lör'.split('_'),
  8077. weekdaysMin : 'sö_må_ti_on_to_fr_lö'.split('_'),
  8078. longDateFormat : {
  8079. LT : 'HH:mm',
  8080. LTS : 'HH:mm:ss',
  8081. L : 'YYYY-MM-DD',
  8082. LL : 'D MMMM YYYY',
  8083. LLL : 'D MMMM YYYY [kl.] HH:mm',
  8084. LLLL : 'dddd D MMMM YYYY [kl.] HH:mm',
  8085. lll : 'D MMM YYYY HH:mm',
  8086. llll : 'ddd D MMM YYYY HH:mm'
  8087. },
  8088. calendar : {
  8089. sameDay: '[Idag] LT',
  8090. nextDay: '[Imorgon] LT',
  8091. lastDay: '[Igår] LT',
  8092. nextWeek: '[På] dddd LT',
  8093. lastWeek: '[I] dddd[s] LT',
  8094. sameElse: 'L'
  8095. },
  8096. relativeTime : {
  8097. future : 'om %s',
  8098. past : 'för %s sedan',
  8099. s : 'några sekunder',
  8100. ss : '%d sekunder',
  8101. m : 'en minut',
  8102. mm : '%d minuter',
  8103. h : 'en timme',
  8104. hh : '%d timmar',
  8105. d : 'en dag',
  8106. dd : '%d dagar',
  8107. M : 'en månad',
  8108. MM : '%d månader',
  8109. y : 'ett år',
  8110. yy : '%d år'
  8111. },
  8112. dayOfMonthOrdinalParse: /\d{1,2}(e|a)/,
  8113. ordinal : function (number) {
  8114. var b = number % 10,
  8115. output = (~~(number % 100 / 10) === 1) ? 'e' :
  8116. (b === 1) ? 'a' :
  8117. (b === 2) ? 'a' :
  8118. (b === 3) ? 'e' : 'e';
  8119. return number + output;
  8120. },
  8121. week : {
  8122. dow : 1, // Monday is the first day of the week.
  8123. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8124. }
  8125. });
  8126. //! moment.js locale configuration
  8127. moment.defineLocale('sw', {
  8128. months : 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),
  8129. monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),
  8130. weekdays : 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),
  8131. weekdaysShort : 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),
  8132. weekdaysMin : 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),
  8133. weekdaysParseExact : true,
  8134. longDateFormat : {
  8135. LT : 'HH:mm',
  8136. LTS : 'HH:mm:ss',
  8137. L : 'DD.MM.YYYY',
  8138. LL : 'D MMMM YYYY',
  8139. LLL : 'D MMMM YYYY HH:mm',
  8140. LLLL : 'dddd, D MMMM YYYY HH:mm'
  8141. },
  8142. calendar : {
  8143. sameDay : '[leo saa] LT',
  8144. nextDay : '[kesho saa] LT',
  8145. nextWeek : '[wiki ijayo] dddd [saat] LT',
  8146. lastDay : '[jana] LT',
  8147. lastWeek : '[wiki iliyopita] dddd [saat] LT',
  8148. sameElse : 'L'
  8149. },
  8150. relativeTime : {
  8151. future : '%s baadaye',
  8152. past : 'tokea %s',
  8153. s : 'hivi punde',
  8154. ss : 'sekunde %d',
  8155. m : 'dakika moja',
  8156. mm : 'dakika %d',
  8157. h : 'saa limoja',
  8158. hh : 'masaa %d',
  8159. d : 'siku moja',
  8160. dd : 'masiku %d',
  8161. M : 'mwezi mmoja',
  8162. MM : 'miezi %d',
  8163. y : 'mwaka mmoja',
  8164. yy : 'miaka %d'
  8165. },
  8166. week : {
  8167. dow : 1, // Monday is the first day of the week.
  8168. doy : 7 // The week that contains Jan 7th is the first week of the year.
  8169. }
  8170. });
  8171. //! moment.js locale configuration
  8172. var symbolMap$f = {
  8173. '1': '௧',
  8174. '2': '௨',
  8175. '3': '௩',
  8176. '4': '௪',
  8177. '5': '௫',
  8178. '6': '௬',
  8179. '7': '௭',
  8180. '8': '௮',
  8181. '9': '௯',
  8182. '0': '௦'
  8183. }, numberMap$e = {
  8184. '௧': '1',
  8185. '௨': '2',
  8186. '௩': '3',
  8187. '௪': '4',
  8188. '௫': '5',
  8189. '௬': '6',
  8190. '௭': '7',
  8191. '௮': '8',
  8192. '௯': '9',
  8193. '௦': '0'
  8194. };
  8195. moment.defineLocale('ta', {
  8196. months : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),
  8197. monthsShort : 'ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்'.split('_'),
  8198. weekdays : 'ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை'.split('_'),
  8199. weekdaysShort : 'ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி'.split('_'),
  8200. weekdaysMin : 'ஞா_தி_செ_பு_வி_வெ_ச'.split('_'),
  8201. longDateFormat : {
  8202. LT : 'HH:mm',
  8203. LTS : 'HH:mm:ss',
  8204. L : 'DD/MM/YYYY',
  8205. LL : 'D MMMM YYYY',
  8206. LLL : 'D MMMM YYYY, HH:mm',
  8207. LLLL : 'dddd, D MMMM YYYY, HH:mm'
  8208. },
  8209. calendar : {
  8210. sameDay : '[இன்று] LT',
  8211. nextDay : '[நாளை] LT',
  8212. nextWeek : 'dddd, LT',
  8213. lastDay : '[நேற்று] LT',
  8214. lastWeek : '[கடந்த வாரம்] dddd, LT',
  8215. sameElse : 'L'
  8216. },
  8217. relativeTime : {
  8218. future : '%s இல்',
  8219. past : '%s முன்',
  8220. s : 'ஒரு சில விநாடிகள்',
  8221. ss : '%d விநாடிகள்',
  8222. m : 'ஒரு நிமிடம்',
  8223. mm : '%d நிமிடங்கள்',
  8224. h : 'ஒரு மணி நேரம்',
  8225. hh : '%d மணி நேரம்',
  8226. d : 'ஒரு நாள்',
  8227. dd : '%d நாட்கள்',
  8228. M : 'ஒரு மாதம்',
  8229. MM : '%d மாதங்கள்',
  8230. y : 'ஒரு வருடம்',
  8231. yy : '%d ஆண்டுகள்'
  8232. },
  8233. dayOfMonthOrdinalParse: /\d{1,2}வது/,
  8234. ordinal : function (number) {
  8235. return number + 'வது';
  8236. },
  8237. preparse: function (string) {
  8238. return string.replace(/[௧௨௩௪௫௬௭௮௯௦]/g, function (match) {
  8239. return numberMap$e[match];
  8240. });
  8241. },
  8242. postformat: function (string) {
  8243. return string.replace(/\d/g, function (match) {
  8244. return symbolMap$f[match];
  8245. });
  8246. },
  8247. // refer http://ta.wikipedia.org/s/1er1
  8248. meridiemParse: /யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,
  8249. meridiem : function (hour, minute, isLower) {
  8250. if (hour < 2) {
  8251. return ' யாமம்';
  8252. } else if (hour < 6) {
  8253. return ' வைகறை'; // வைகறை
  8254. } else if (hour < 10) {
  8255. return ' காலை'; // காலை
  8256. } else if (hour < 14) {
  8257. return ' நண்பகல்'; // நண்பகல்
  8258. } else if (hour < 18) {
  8259. return ' எற்பாடு'; // எற்பாடு
  8260. } else if (hour < 22) {
  8261. return ' மாலை'; // மாலை
  8262. } else {
  8263. return ' யாமம்';
  8264. }
  8265. },
  8266. meridiemHour : function (hour, meridiem) {
  8267. if (hour === 12) {
  8268. hour = 0;
  8269. }
  8270. if (meridiem === 'யாமம்') {
  8271. return hour < 2 ? hour : hour + 12;
  8272. } else if (meridiem === 'வைகறை' || meridiem === 'காலை') {
  8273. return hour;
  8274. } else if (meridiem === 'நண்பகல்') {
  8275. return hour >= 10 ? hour : hour + 12;
  8276. } else {
  8277. return hour + 12;
  8278. }
  8279. },
  8280. week : {
  8281. dow : 0, // Sunday is the first day of the week.
  8282. doy : 6 // The week that contains Jan 6th is the first week of the year.
  8283. }
  8284. });
  8285. //! moment.js locale configuration
  8286. moment.defineLocale('te', {
  8287. months : 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),
  8288. monthsShort : 'జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.'.split('_'),
  8289. monthsParseExact : true,
  8290. weekdays : 'ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం'.split('_'),
  8291. weekdaysShort : 'ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని'.split('_'),
  8292. weekdaysMin : 'ఆ_సో_మం_బు_గు_శు_శ'.split('_'),
  8293. longDateFormat : {
  8294. LT : 'A h:mm',
  8295. LTS : 'A h:mm:ss',
  8296. L : 'DD/MM/YYYY',
  8297. LL : 'D MMMM YYYY',
  8298. LLL : 'D MMMM YYYY, A h:mm',
  8299. LLLL : 'dddd, D MMMM YYYY, A h:mm'
  8300. },
  8301. calendar : {
  8302. sameDay : '[నేడు] LT',
  8303. nextDay : '[రేపు] LT',
  8304. nextWeek : 'dddd, LT',
  8305. lastDay : '[నిన్న] LT',
  8306. lastWeek : '[గత] dddd, LT',
  8307. sameElse : 'L'
  8308. },
  8309. relativeTime : {
  8310. future : '%s లో',
  8311. past : '%s క్రితం',
  8312. s : 'కొన్ని క్షణాలు',
  8313. ss : '%d సెకన్లు',
  8314. m : 'ఒక నిమిషం',
  8315. mm : '%d నిమిషాలు',
  8316. h : 'ఒక గంట',
  8317. hh : '%d గంటలు',
  8318. d : 'ఒక రోజు',
  8319. dd : '%d రోజులు',
  8320. M : 'ఒక నెల',
  8321. MM : '%d నెలలు',
  8322. y : 'ఒక సంవత్సరం',
  8323. yy : '%d సంవత్సరాలు'
  8324. },
  8325. dayOfMonthOrdinalParse : /\d{1,2}వ/,
  8326. ordinal : '%dవ',
  8327. meridiemParse: /రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,
  8328. meridiemHour : function (hour, meridiem) {
  8329. if (hour === 12) {
  8330. hour = 0;
  8331. }
  8332. if (meridiem === 'రాత్రి') {
  8333. return hour < 4 ? hour : hour + 12;
  8334. } else if (meridiem === 'ఉదయం') {
  8335. return hour;
  8336. } else if (meridiem === 'మధ్యాహ్నం') {
  8337. return hour >= 10 ? hour : hour + 12;
  8338. } else if (meridiem === 'సాయంత్రం') {
  8339. return hour + 12;
  8340. }
  8341. },
  8342. meridiem : function (hour, minute, isLower) {
  8343. if (hour < 4) {
  8344. return 'రాత్రి';
  8345. } else if (hour < 10) {
  8346. return 'ఉదయం';
  8347. } else if (hour < 17) {
  8348. return 'మధ్యాహ్నం';
  8349. } else if (hour < 20) {
  8350. return 'సాయంత్రం';
  8351. } else {
  8352. return 'రాత్రి';
  8353. }
  8354. },
  8355. week : {
  8356. dow : 0, // Sunday is the first day of the week.
  8357. doy : 6 // The week that contains Jan 6th is the first week of the year.
  8358. }
  8359. });
  8360. //! moment.js locale configuration
  8361. moment.defineLocale('tet', {
  8362. months : 'Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru'.split('_'),
  8363. monthsShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_'),
  8364. weekdays : 'Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu'.split('_'),
  8365. weekdaysShort : 'Dom_Seg_Ters_Kua_Kint_Sest_Sab'.split('_'),
  8366. weekdaysMin : 'Do_Seg_Te_Ku_Ki_Ses_Sa'.split('_'),
  8367. longDateFormat : {
  8368. LT : 'HH:mm',
  8369. LTS : 'HH:mm:ss',
  8370. L : 'DD/MM/YYYY',
  8371. LL : 'D MMMM YYYY',
  8372. LLL : 'D MMMM YYYY HH:mm',
  8373. LLLL : 'dddd, D MMMM YYYY HH:mm'
  8374. },
  8375. calendar : {
  8376. sameDay: '[Ohin iha] LT',
  8377. nextDay: '[Aban iha] LT',
  8378. nextWeek: 'dddd [iha] LT',
  8379. lastDay: '[Horiseik iha] LT',
  8380. lastWeek: 'dddd [semana kotuk] [iha] LT',
  8381. sameElse: 'L'
  8382. },
  8383. relativeTime : {
  8384. future : 'iha %s',
  8385. past : '%s liuba',
  8386. s : 'minutu balun',
  8387. ss : 'minutu %d',
  8388. m : 'minutu ida',
  8389. mm : 'minutu %d',
  8390. h : 'oras ida',
  8391. hh : 'oras %d',
  8392. d : 'loron ida',
  8393. dd : 'loron %d',
  8394. M : 'fulan ida',
  8395. MM : 'fulan %d',
  8396. y : 'tinan ida',
  8397. yy : 'tinan %d'
  8398. },
  8399. dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
  8400. ordinal : function (number) {
  8401. var b = number % 10,
  8402. output = (~~(number % 100 / 10) === 1) ? 'th' :
  8403. (b === 1) ? 'st' :
  8404. (b === 2) ? 'nd' :
  8405. (b === 3) ? 'rd' : 'th';
  8406. return number + output;
  8407. },
  8408. week : {
  8409. dow : 1, // Monday is the first day of the week.
  8410. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8411. }
  8412. });
  8413. //! moment.js locale configuration
  8414. var suffixes$3 = {
  8415. 0: '-ум',
  8416. 1: '-ум',
  8417. 2: '-юм',
  8418. 3: '-юм',
  8419. 4: '-ум',
  8420. 5: '-ум',
  8421. 6: '-ум',
  8422. 7: '-ум',
  8423. 8: '-ум',
  8424. 9: '-ум',
  8425. 10: '-ум',
  8426. 12: '-ум',
  8427. 13: '-ум',
  8428. 20: '-ум',
  8429. 30: '-юм',
  8430. 40: '-ум',
  8431. 50: '-ум',
  8432. 60: '-ум',
  8433. 70: '-ум',
  8434. 80: '-ум',
  8435. 90: '-ум',
  8436. 100: '-ум'
  8437. };
  8438. moment.defineLocale('tg', {
  8439. months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),
  8440. monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
  8441. weekdays : 'якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе'.split('_'),
  8442. weekdaysShort : 'яшб_дшб_сшб_чшб_пшб_ҷум_шнб'.split('_'),
  8443. weekdaysMin : 'яш_дш_сш_чш_пш_ҷм_шб'.split('_'),
  8444. longDateFormat : {
  8445. LT : 'HH:mm',
  8446. LTS : 'HH:mm:ss',
  8447. L : 'DD/MM/YYYY',
  8448. LL : 'D MMMM YYYY',
  8449. LLL : 'D MMMM YYYY HH:mm',
  8450. LLLL : 'dddd, D MMMM YYYY HH:mm'
  8451. },
  8452. calendar : {
  8453. sameDay : '[Имрӯз соати] LT',
  8454. nextDay : '[Пагоҳ соати] LT',
  8455. lastDay : '[Дирӯз соати] LT',
  8456. nextWeek : 'dddd[и] [ҳафтаи оянда соати] LT',
  8457. lastWeek : 'dddd[и] [ҳафтаи гузашта соати] LT',
  8458. sameElse : 'L'
  8459. },
  8460. relativeTime : {
  8461. future : 'баъди %s',
  8462. past : '%s пеш',
  8463. s : 'якчанд сония',
  8464. m : 'як дақиқа',
  8465. mm : '%d дақиқа',
  8466. h : 'як соат',
  8467. hh : '%d соат',
  8468. d : 'як рӯз',
  8469. dd : '%d рӯз',
  8470. M : 'як моҳ',
  8471. MM : '%d моҳ',
  8472. y : 'як сол',
  8473. yy : '%d сол'
  8474. },
  8475. meridiemParse: /шаб|субҳ|рӯз|бегоҳ/,
  8476. meridiemHour: function (hour, meridiem) {
  8477. if (hour === 12) {
  8478. hour = 0;
  8479. }
  8480. if (meridiem === 'шаб') {
  8481. return hour < 4 ? hour : hour + 12;
  8482. } else if (meridiem === 'субҳ') {
  8483. return hour;
  8484. } else if (meridiem === 'рӯз') {
  8485. return hour >= 11 ? hour : hour + 12;
  8486. } else if (meridiem === 'бегоҳ') {
  8487. return hour + 12;
  8488. }
  8489. },
  8490. meridiem: function (hour, minute, isLower) {
  8491. if (hour < 4) {
  8492. return 'шаб';
  8493. } else if (hour < 11) {
  8494. return 'субҳ';
  8495. } else if (hour < 16) {
  8496. return 'рӯз';
  8497. } else if (hour < 19) {
  8498. return 'бегоҳ';
  8499. } else {
  8500. return 'шаб';
  8501. }
  8502. },
  8503. dayOfMonthOrdinalParse: /\d{1,2}-(ум|юм)/,
  8504. ordinal: function (number) {
  8505. var a = number % 10,
  8506. b = number >= 100 ? 100 : null;
  8507. return number + (suffixes$3[number] || suffixes$3[a] || suffixes$3[b]);
  8508. },
  8509. week : {
  8510. dow : 1, // Monday is the first day of the week.
  8511. doy : 7 // The week that contains Jan 1th is the first week of the year.
  8512. }
  8513. });
  8514. //! moment.js locale configuration
  8515. moment.defineLocale('th', {
  8516. months : 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'),
  8517. monthsShort : 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'),
  8518. monthsParseExact: true,
  8519. weekdays : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'),
  8520. weekdaysShort : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference
  8521. weekdaysMin : 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'),
  8522. weekdaysParseExact : true,
  8523. longDateFormat : {
  8524. LT : 'H:mm',
  8525. LTS : 'H:mm:ss',
  8526. L : 'DD/MM/YYYY',
  8527. LL : 'D MMMM YYYY',
  8528. LLL : 'D MMMM YYYY เวลา H:mm',
  8529. LLLL : 'วันddddที่ D MMMM YYYY เวลา H:mm'
  8530. },
  8531. meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,
  8532. isPM: function (input) {
  8533. return input === 'หลังเที่ยง';
  8534. },
  8535. meridiem : function (hour, minute, isLower) {
  8536. if (hour < 12) {
  8537. return 'ก่อนเที่ยง';
  8538. } else {
  8539. return 'หลังเที่ยง';
  8540. }
  8541. },
  8542. calendar : {
  8543. sameDay : '[วันนี้ เวลา] LT',
  8544. nextDay : '[พรุ่งนี้ เวลา] LT',
  8545. nextWeek : 'dddd[หน้า เวลา] LT',
  8546. lastDay : '[เมื่อวานนี้ เวลา] LT',
  8547. lastWeek : '[วัน]dddd[ที่แล้ว เวลา] LT',
  8548. sameElse : 'L'
  8549. },
  8550. relativeTime : {
  8551. future : 'อีก %s',
  8552. past : '%sที่แล้ว',
  8553. s : 'ไม่กี่วินาที',
  8554. ss : '%d วินาที',
  8555. m : '1 นาที',
  8556. mm : '%d นาที',
  8557. h : '1 ชั่วโมง',
  8558. hh : '%d ชั่วโมง',
  8559. d : '1 วัน',
  8560. dd : '%d วัน',
  8561. M : '1 เดือน',
  8562. MM : '%d เดือน',
  8563. y : '1 ปี',
  8564. yy : '%d ปี'
  8565. }
  8566. });
  8567. //! moment.js locale configuration
  8568. moment.defineLocale('tl-ph', {
  8569. months : 'Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre'.split('_'),
  8570. monthsShort : 'Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis'.split('_'),
  8571. weekdays : 'Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado'.split('_'),
  8572. weekdaysShort : 'Lin_Lun_Mar_Miy_Huw_Biy_Sab'.split('_'),
  8573. weekdaysMin : 'Li_Lu_Ma_Mi_Hu_Bi_Sab'.split('_'),
  8574. longDateFormat : {
  8575. LT : 'HH:mm',
  8576. LTS : 'HH:mm:ss',
  8577. L : 'MM/D/YYYY',
  8578. LL : 'MMMM D, YYYY',
  8579. LLL : 'MMMM D, YYYY HH:mm',
  8580. LLLL : 'dddd, MMMM DD, YYYY HH:mm'
  8581. },
  8582. calendar : {
  8583. sameDay: 'LT [ngayong araw]',
  8584. nextDay: '[Bukas ng] LT',
  8585. nextWeek: 'LT [sa susunod na] dddd',
  8586. lastDay: 'LT [kahapon]',
  8587. lastWeek: 'LT [noong nakaraang] dddd',
  8588. sameElse: 'L'
  8589. },
  8590. relativeTime : {
  8591. future : 'sa loob ng %s',
  8592. past : '%s ang nakalipas',
  8593. s : 'ilang segundo',
  8594. ss : '%d segundo',
  8595. m : 'isang minuto',
  8596. mm : '%d minuto',
  8597. h : 'isang oras',
  8598. hh : '%d oras',
  8599. d : 'isang araw',
  8600. dd : '%d araw',
  8601. M : 'isang buwan',
  8602. MM : '%d buwan',
  8603. y : 'isang taon',
  8604. yy : '%d taon'
  8605. },
  8606. dayOfMonthOrdinalParse: /\d{1,2}/,
  8607. ordinal : function (number) {
  8608. return number;
  8609. },
  8610. week : {
  8611. dow : 1, // Monday is the first day of the week.
  8612. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8613. }
  8614. });
  8615. //! moment.js locale configuration
  8616. var numbersNouns = 'pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut'.split('_');
  8617. function translateFuture(output) {
  8618. var time = output;
  8619. time = (output.indexOf('jaj') !== -1) ?
  8620. time.slice(0, -3) + 'leS' :
  8621. (output.indexOf('jar') !== -1) ?
  8622. time.slice(0, -3) + 'waQ' :
  8623. (output.indexOf('DIS') !== -1) ?
  8624. time.slice(0, -3) + 'nem' :
  8625. time + ' pIq';
  8626. return time;
  8627. }
  8628. function translatePast(output) {
  8629. var time = output;
  8630. time = (output.indexOf('jaj') !== -1) ?
  8631. time.slice(0, -3) + 'Hu’' :
  8632. (output.indexOf('jar') !== -1) ?
  8633. time.slice(0, -3) + 'wen' :
  8634. (output.indexOf('DIS') !== -1) ?
  8635. time.slice(0, -3) + 'ben' :
  8636. time + ' ret';
  8637. return time;
  8638. }
  8639. function translate$a(number, withoutSuffix, string, isFuture) {
  8640. var numberNoun = numberAsNoun(number);
  8641. switch (string) {
  8642. case 'ss':
  8643. return numberNoun + ' lup';
  8644. case 'mm':
  8645. return numberNoun + ' tup';
  8646. case 'hh':
  8647. return numberNoun + ' rep';
  8648. case 'dd':
  8649. return numberNoun + ' jaj';
  8650. case 'MM':
  8651. return numberNoun + ' jar';
  8652. case 'yy':
  8653. return numberNoun + ' DIS';
  8654. }
  8655. }
  8656. function numberAsNoun(number) {
  8657. var hundred = Math.floor((number % 1000) / 100),
  8658. ten = Math.floor((number % 100) / 10),
  8659. one = number % 10,
  8660. word = '';
  8661. if (hundred > 0) {
  8662. word += numbersNouns[hundred] + 'vatlh';
  8663. }
  8664. if (ten > 0) {
  8665. word += ((word !== '') ? ' ' : '') + numbersNouns[ten] + 'maH';
  8666. }
  8667. if (one > 0) {
  8668. word += ((word !== '') ? ' ' : '') + numbersNouns[one];
  8669. }
  8670. return (word === '') ? 'pagh' : word;
  8671. }
  8672. moment.defineLocale('tlh', {
  8673. months : 'tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’'.split('_'),
  8674. monthsShort : 'jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’'.split('_'),
  8675. monthsParseExact : true,
  8676. weekdays : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
  8677. weekdaysShort : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
  8678. weekdaysMin : 'lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj'.split('_'),
  8679. longDateFormat : {
  8680. LT : 'HH:mm',
  8681. LTS : 'HH:mm:ss',
  8682. L : 'DD.MM.YYYY',
  8683. LL : 'D MMMM YYYY',
  8684. LLL : 'D MMMM YYYY HH:mm',
  8685. LLLL : 'dddd, D MMMM YYYY HH:mm'
  8686. },
  8687. calendar : {
  8688. sameDay: '[DaHjaj] LT',
  8689. nextDay: '[wa’leS] LT',
  8690. nextWeek: 'LLL',
  8691. lastDay: '[wa’Hu’] LT',
  8692. lastWeek: 'LLL',
  8693. sameElse: 'L'
  8694. },
  8695. relativeTime : {
  8696. future : translateFuture,
  8697. past : translatePast,
  8698. s : 'puS lup',
  8699. ss : translate$a,
  8700. m : 'wa’ tup',
  8701. mm : translate$a,
  8702. h : 'wa’ rep',
  8703. hh : translate$a,
  8704. d : 'wa’ jaj',
  8705. dd : translate$a,
  8706. M : 'wa’ jar',
  8707. MM : translate$a,
  8708. y : 'wa’ DIS',
  8709. yy : translate$a
  8710. },
  8711. dayOfMonthOrdinalParse: /\d{1,2}\./,
  8712. ordinal : '%d.',
  8713. week : {
  8714. dow : 1, // Monday is the first day of the week.
  8715. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8716. }
  8717. });
  8718. var suffixes$4 = {
  8719. 1: '\'inci',
  8720. 5: '\'inci',
  8721. 8: '\'inci',
  8722. 70: '\'inci',
  8723. 80: '\'inci',
  8724. 2: '\'nci',
  8725. 7: '\'nci',
  8726. 20: '\'nci',
  8727. 50: '\'nci',
  8728. 3: '\'üncü',
  8729. 4: '\'üncü',
  8730. 100: '\'üncü',
  8731. 6: '\'ncı',
  8732. 9: '\'uncu',
  8733. 10: '\'uncu',
  8734. 30: '\'uncu',
  8735. 60: '\'ıncı',
  8736. 90: '\'ıncı'
  8737. };
  8738. moment.defineLocale('tr', {
  8739. months : 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),
  8740. monthsShort : 'Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara'.split('_'),
  8741. weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),
  8742. weekdaysShort : 'Paz_Pts_Sal_Çar_Per_Cum_Cts'.split('_'),
  8743. weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'),
  8744. longDateFormat : {
  8745. LT : 'HH:mm',
  8746. LTS : 'HH:mm:ss',
  8747. L : 'DD.MM.YYYY',
  8748. LL : 'D MMMM YYYY',
  8749. LLL : 'D MMMM YYYY HH:mm',
  8750. LLLL : 'dddd, D MMMM YYYY HH:mm'
  8751. },
  8752. calendar : {
  8753. sameDay : '[bugün saat] LT',
  8754. nextDay : '[yarın saat] LT',
  8755. nextWeek : '[gelecek] dddd [saat] LT',
  8756. lastDay : '[dün] LT',
  8757. lastWeek : '[geçen] dddd [saat] LT',
  8758. sameElse : 'L'
  8759. },
  8760. relativeTime : {
  8761. future : '%s sonra',
  8762. past : '%s önce',
  8763. s : 'birkaç saniye',
  8764. ss : '%d saniye',
  8765. m : 'bir dakika',
  8766. mm : '%d dakika',
  8767. h : 'bir saat',
  8768. hh : '%d saat',
  8769. d : 'bir gün',
  8770. dd : '%d gün',
  8771. M : 'bir ay',
  8772. MM : '%d ay',
  8773. y : 'bir yıl',
  8774. yy : '%d yıl'
  8775. },
  8776. ordinal: function (number, period) {
  8777. switch (period) {
  8778. case 'd':
  8779. case 'D':
  8780. case 'Do':
  8781. case 'DD':
  8782. return number;
  8783. default:
  8784. if (number === 0) { // special case for zero
  8785. return number + '\'ıncı';
  8786. }
  8787. var a = number % 10,
  8788. b = number % 100 - a,
  8789. c = number >= 100 ? 100 : null;
  8790. return number + (suffixes$4[a] || suffixes$4[b] || suffixes$4[c]);
  8791. }
  8792. },
  8793. week : {
  8794. dow : 1, // Monday is the first day of the week.
  8795. doy : 7 // The week that contains Jan 7th is the first week of the year.
  8796. }
  8797. });
  8798. //! moment.js locale configuration
  8799. // After the year there should be a slash and the amount of years since December 26, 1979 in Roman numerals.
  8800. // This is currently too difficult (maybe even impossible) to add.
  8801. moment.defineLocale('tzl', {
  8802. months : 'Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar'.split('_'),
  8803. monthsShort : 'Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec'.split('_'),
  8804. weekdays : 'Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi'.split('_'),
  8805. weekdaysShort : 'Súl_Lún_Mai_Már_Xhú_Vié_Sát'.split('_'),
  8806. weekdaysMin : 'Sú_Lú_Ma_Má_Xh_Vi_Sá'.split('_'),
  8807. longDateFormat : {
  8808. LT : 'HH.mm',
  8809. LTS : 'HH.mm.ss',
  8810. L : 'DD.MM.YYYY',
  8811. LL : 'D. MMMM [dallas] YYYY',
  8812. LLL : 'D. MMMM [dallas] YYYY HH.mm',
  8813. LLLL : 'dddd, [li] D. MMMM [dallas] YYYY HH.mm'
  8814. },
  8815. meridiemParse: /d\'o|d\'a/i,
  8816. isPM : function (input) {
  8817. return 'd\'o' === input.toLowerCase();
  8818. },
  8819. meridiem : function (hours, minutes, isLower) {
  8820. if (hours > 11) {
  8821. return isLower ? 'd\'o' : 'D\'O';
  8822. } else {
  8823. return isLower ? 'd\'a' : 'D\'A';
  8824. }
  8825. },
  8826. calendar : {
  8827. sameDay : '[oxhi à] LT',
  8828. nextDay : '[demà à] LT',
  8829. nextWeek : 'dddd [à] LT',
  8830. lastDay : '[ieiri à] LT',
  8831. lastWeek : '[sür el] dddd [lasteu à] LT',
  8832. sameElse : 'L'
  8833. },
  8834. relativeTime : {
  8835. future : 'osprei %s',
  8836. past : 'ja%s',
  8837. s : processRelativeTime$7,
  8838. ss : processRelativeTime$7,
  8839. m : processRelativeTime$7,
  8840. mm : processRelativeTime$7,
  8841. h : processRelativeTime$7,
  8842. hh : processRelativeTime$7,
  8843. d : processRelativeTime$7,
  8844. dd : processRelativeTime$7,
  8845. M : processRelativeTime$7,
  8846. MM : processRelativeTime$7,
  8847. y : processRelativeTime$7,
  8848. yy : processRelativeTime$7
  8849. },
  8850. dayOfMonthOrdinalParse: /\d{1,2}\./,
  8851. ordinal : '%d.',
  8852. week : {
  8853. dow : 1, // Monday is the first day of the week.
  8854. doy : 4 // The week that contains Jan 4th is the first week of the year.
  8855. }
  8856. });
  8857. function processRelativeTime$7(number, withoutSuffix, key, isFuture) {
  8858. var format = {
  8859. 's': ['viensas secunds', '\'iensas secunds'],
  8860. 'ss': [number + ' secunds', '' + number + ' secunds'],
  8861. 'm': ['\'n míut', '\'iens míut'],
  8862. 'mm': [number + ' míuts', '' + number + ' míuts'],
  8863. 'h': ['\'n þora', '\'iensa þora'],
  8864. 'hh': [number + ' þoras', '' + number + ' þoras'],
  8865. 'd': ['\'n ziua', '\'iensa ziua'],
  8866. 'dd': [number + ' ziuas', '' + number + ' ziuas'],
  8867. 'M': ['\'n mes', '\'iens mes'],
  8868. 'MM': [number + ' mesen', '' + number + ' mesen'],
  8869. 'y': ['\'n ar', '\'iens ar'],
  8870. 'yy': [number + ' ars', '' + number + ' ars']
  8871. };
  8872. return isFuture ? format[key][0] : (withoutSuffix ? format[key][0] : format[key][1]);
  8873. }
  8874. //! moment.js locale configuration
  8875. moment.defineLocale('tzm-latn', {
  8876. months : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),
  8877. monthsShort : 'innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir'.split('_'),
  8878. weekdays : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
  8879. weekdaysShort : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
  8880. weekdaysMin : 'asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas'.split('_'),
  8881. longDateFormat : {
  8882. LT : 'HH:mm',
  8883. LTS : 'HH:mm:ss',
  8884. L : 'DD/MM/YYYY',
  8885. LL : 'D MMMM YYYY',
  8886. LLL : 'D MMMM YYYY HH:mm',
  8887. LLLL : 'dddd D MMMM YYYY HH:mm'
  8888. },
  8889. calendar : {
  8890. sameDay: '[asdkh g] LT',
  8891. nextDay: '[aska g] LT',
  8892. nextWeek: 'dddd [g] LT',
  8893. lastDay: '[assant g] LT',
  8894. lastWeek: 'dddd [g] LT',
  8895. sameElse: 'L'
  8896. },
  8897. relativeTime : {
  8898. future : 'dadkh s yan %s',
  8899. past : 'yan %s',
  8900. s : 'imik',
  8901. ss : '%d imik',
  8902. m : 'minuḍ',
  8903. mm : '%d minuḍ',
  8904. h : 'saɛa',
  8905. hh : '%d tassaɛin',
  8906. d : 'ass',
  8907. dd : '%d ossan',
  8908. M : 'ayowr',
  8909. MM : '%d iyyirn',
  8910. y : 'asgas',
  8911. yy : '%d isgasn'
  8912. },
  8913. week : {
  8914. dow : 6, // Saturday is the first day of the week.
  8915. doy : 12 // The week that contains Jan 12th is the first week of the year.
  8916. }
  8917. });
  8918. //! moment.js locale configuration
  8919. moment.defineLocale('tzm', {
  8920. months : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),
  8921. monthsShort : 'ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ'.split('_'),
  8922. weekdays : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
  8923. weekdaysShort : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
  8924. weekdaysMin : 'ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ'.split('_'),
  8925. longDateFormat : {
  8926. LT : 'HH:mm',
  8927. LTS: 'HH:mm:ss',
  8928. L : 'DD/MM/YYYY',
  8929. LL : 'D MMMM YYYY',
  8930. LLL : 'D MMMM YYYY HH:mm',
  8931. LLLL : 'dddd D MMMM YYYY HH:mm'
  8932. },
  8933. calendar : {
  8934. sameDay: '[ⴰⵙⴷⵅ ⴴ] LT',
  8935. nextDay: '[ⴰⵙⴽⴰ ⴴ] LT',
  8936. nextWeek: 'dddd [ⴴ] LT',
  8937. lastDay: '[ⴰⵚⴰⵏⵜ ⴴ] LT',
  8938. lastWeek: 'dddd [ⴴ] LT',
  8939. sameElse: 'L'
  8940. },
  8941. relativeTime : {
  8942. future : 'ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s',
  8943. past : 'ⵢⴰⵏ %s',
  8944. s : 'ⵉⵎⵉⴽ',
  8945. ss : '%d ⵉⵎⵉⴽ',
  8946. m : 'ⵎⵉⵏⵓⴺ',
  8947. mm : '%d ⵎⵉⵏⵓⴺ',
  8948. h : 'ⵙⴰⵄⴰ',
  8949. hh : '%d ⵜⴰⵙⵙⴰⵄⵉⵏ',
  8950. d : 'ⴰⵙⵙ',
  8951. dd : '%d oⵙⵙⴰⵏ',
  8952. M : 'ⴰⵢoⵓⵔ',
  8953. MM : '%d ⵉⵢⵢⵉⵔⵏ',
  8954. y : 'ⴰⵙⴳⴰⵙ',
  8955. yy : '%d ⵉⵙⴳⴰⵙⵏ'
  8956. },
  8957. week : {
  8958. dow : 6, // Saturday is the first day of the week.
  8959. doy : 12 // The week that contains Jan 12th is the first week of the year.
  8960. }
  8961. });
  8962. //! moment.js language configuration
  8963. moment.defineLocale('ug-cn', {
  8964. months: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(
  8965. '_'
  8966. ),
  8967. monthsShort: 'يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر'.split(
  8968. '_'
  8969. ),
  8970. weekdays: 'يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە'.split(
  8971. '_'
  8972. ),
  8973. weekdaysShort: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),
  8974. weekdaysMin: 'يە_دۈ_سە_چا_پە_جۈ_شە'.split('_'),
  8975. longDateFormat: {
  8976. LT: 'HH:mm',
  8977. LTS: 'HH:mm:ss',
  8978. L: 'YYYY-MM-DD',
  8979. LL: 'YYYY-يىلىM-ئاينىڭD-كۈنى',
  8980. LLL: 'YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm',
  8981. LLLL: 'dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm'
  8982. },
  8983. meridiemParse: /يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,
  8984. meridiemHour: function (hour, meridiem) {
  8985. if (hour === 12) {
  8986. hour = 0;
  8987. }
  8988. if (
  8989. meridiem === 'يېرىم كېچە' ||
  8990. meridiem === 'سەھەر' ||
  8991. meridiem === 'چۈشتىن بۇرۇن'
  8992. ) {
  8993. return hour;
  8994. } else if (meridiem === 'چۈشتىن كېيىن' || meridiem === 'كەچ') {
  8995. return hour + 12;
  8996. } else {
  8997. return hour >= 11 ? hour : hour + 12;
  8998. }
  8999. },
  9000. meridiem: function (hour, minute, isLower) {
  9001. var hm = hour * 100 + minute;
  9002. if (hm < 600) {
  9003. return 'يېرىم كېچە';
  9004. } else if (hm < 900) {
  9005. return 'سەھەر';
  9006. } else if (hm < 1130) {
  9007. return 'چۈشتىن بۇرۇن';
  9008. } else if (hm < 1230) {
  9009. return 'چۈش';
  9010. } else if (hm < 1800) {
  9011. return 'چۈشتىن كېيىن';
  9012. } else {
  9013. return 'كەچ';
  9014. }
  9015. },
  9016. calendar: {
  9017. sameDay: '[بۈگۈن سائەت] LT',
  9018. nextDay: '[ئەتە سائەت] LT',
  9019. nextWeek: '[كېلەركى] dddd [سائەت] LT',
  9020. lastDay: '[تۆنۈگۈن] LT',
  9021. lastWeek: '[ئالدىنقى] dddd [سائەت] LT',
  9022. sameElse: 'L'
  9023. },
  9024. relativeTime: {
  9025. future: '%s كېيىن',
  9026. past: '%s بۇرۇن',
  9027. s: 'نەچچە سېكونت',
  9028. ss: '%d سېكونت',
  9029. m: 'بىر مىنۇت',
  9030. mm: '%d مىنۇت',
  9031. h: 'بىر سائەت',
  9032. hh: '%d سائەت',
  9033. d: 'بىر كۈن',
  9034. dd: '%d كۈن',
  9035. M: 'بىر ئاي',
  9036. MM: '%d ئاي',
  9037. y: 'بىر يىل',
  9038. yy: '%d يىل'
  9039. },
  9040. dayOfMonthOrdinalParse: /\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,
  9041. ordinal: function (number, period) {
  9042. switch (period) {
  9043. case 'd':
  9044. case 'D':
  9045. case 'DDD':
  9046. return number + '-كۈنى';
  9047. case 'w':
  9048. case 'W':
  9049. return number + '-ھەپتە';
  9050. default:
  9051. return number;
  9052. }
  9053. },
  9054. preparse: function (string) {
  9055. return string.replace(/،/g, ',');
  9056. },
  9057. postformat: function (string) {
  9058. return string.replace(/,/g, '،');
  9059. },
  9060. week: {
  9061. // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
  9062. dow: 1, // Monday is the first day of the week.
  9063. doy: 7 // The week that contains Jan 1st is the first week of the year.
  9064. }
  9065. });
  9066. //! moment.js locale configuration
  9067. function plural$6(word, num) {
  9068. var forms = word.split('_');
  9069. return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);
  9070. }
  9071. function relativeTimeWithPlural$4(number, withoutSuffix, key) {
  9072. var format = {
  9073. 'ss': withoutSuffix ? 'секунда_секунди_секунд' : 'секунду_секунди_секунд',
  9074. 'mm': withoutSuffix ? 'хвилина_хвилини_хвилин' : 'хвилину_хвилини_хвилин',
  9075. 'hh': withoutSuffix ? 'година_години_годин' : 'годину_години_годин',
  9076. 'dd': 'день_дні_днів',
  9077. 'MM': 'місяць_місяці_місяців',
  9078. 'yy': 'рік_роки_років'
  9079. };
  9080. if (key === 'm') {
  9081. return withoutSuffix ? 'хвилина' : 'хвилину';
  9082. }
  9083. else if (key === 'h') {
  9084. return withoutSuffix ? 'година' : 'годину';
  9085. }
  9086. else {
  9087. return number + ' ' + plural$6(format[key], +number);
  9088. }
  9089. }
  9090. function weekdaysCaseReplace(m, format) {
  9091. var weekdays = {
  9092. 'nominative': 'неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота'.split('_'),
  9093. 'accusative': 'неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу'.split('_'),
  9094. 'genitive': 'неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи'.split('_')
  9095. };
  9096. if (m === true) {
  9097. return weekdays['nominative'].slice(1, 7).concat(weekdays['nominative'].slice(0, 1));
  9098. }
  9099. if (!m) {
  9100. return weekdays['nominative'];
  9101. }
  9102. var nounCase = (/(\[[ВвУу]\]) ?dddd/).test(format) ?
  9103. 'accusative' :
  9104. ((/\[?(?:минулої|наступної)? ?\] ?dddd/).test(format) ?
  9105. 'genitive' :
  9106. 'nominative');
  9107. return weekdays[nounCase][m.day()];
  9108. }
  9109. function processHoursFunction(str) {
  9110. return function () {
  9111. return str + 'о' + (this.hours() === 11 ? 'б' : '') + '] LT';
  9112. };
  9113. }
  9114. moment.defineLocale('uk', {
  9115. months : {
  9116. 'format': 'січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня'.split('_'),
  9117. 'standalone': 'січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень'.split('_')
  9118. },
  9119. monthsShort : 'січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),
  9120. weekdays : weekdaysCaseReplace,
  9121. weekdaysShort : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
  9122. weekdaysMin : 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
  9123. longDateFormat : {
  9124. LT : 'HH:mm',
  9125. LTS : 'HH:mm:ss',
  9126. L : 'DD.MM.YYYY',
  9127. LL : 'D MMMM YYYY р.',
  9128. LLL : 'D MMMM YYYY р., HH:mm',
  9129. LLLL : 'dddd, D MMMM YYYY р., HH:mm'
  9130. },
  9131. calendar : {
  9132. sameDay: processHoursFunction('[Сьогодні '),
  9133. nextDay: processHoursFunction('[Завтра '),
  9134. lastDay: processHoursFunction('[Вчора '),
  9135. nextWeek: processHoursFunction('[У] dddd ['),
  9136. lastWeek: function () {
  9137. switch (this.day()) {
  9138. case 0:
  9139. case 3:
  9140. case 5:
  9141. case 6:
  9142. return processHoursFunction('[Минулої] dddd [').call(this);
  9143. case 1:
  9144. case 2:
  9145. case 4:
  9146. return processHoursFunction('[Минулого] dddd [').call(this);
  9147. }
  9148. },
  9149. sameElse: 'L'
  9150. },
  9151. relativeTime : {
  9152. future : 'за %s',
  9153. past : '%s тому',
  9154. s : 'декілька секунд',
  9155. ss : relativeTimeWithPlural$4,
  9156. m : relativeTimeWithPlural$4,
  9157. mm : relativeTimeWithPlural$4,
  9158. h : 'годину',
  9159. hh : relativeTimeWithPlural$4,
  9160. d : 'день',
  9161. dd : relativeTimeWithPlural$4,
  9162. M : 'місяць',
  9163. MM : relativeTimeWithPlural$4,
  9164. y : 'рік',
  9165. yy : relativeTimeWithPlural$4
  9166. },
  9167. // M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason
  9168. meridiemParse: /ночі|ранку|дня|вечора/,
  9169. isPM: function (input) {
  9170. return /^(дня|вечора)$/.test(input);
  9171. },
  9172. meridiem : function (hour, minute, isLower) {
  9173. if (hour < 4) {
  9174. return 'ночі';
  9175. } else if (hour < 12) {
  9176. return 'ранку';
  9177. } else if (hour < 17) {
  9178. return 'дня';
  9179. } else {
  9180. return 'вечора';
  9181. }
  9182. },
  9183. dayOfMonthOrdinalParse: /\d{1,2}-(й|го)/,
  9184. ordinal: function (number, period) {
  9185. switch (period) {
  9186. case 'M':
  9187. case 'd':
  9188. case 'DDD':
  9189. case 'w':
  9190. case 'W':
  9191. return number + '-й';
  9192. case 'D':
  9193. return number + '-го';
  9194. default:
  9195. return number;
  9196. }
  9197. },
  9198. week : {
  9199. dow : 1, // Monday is the first day of the week.
  9200. doy : 7 // The week that contains Jan 7th is the first week of the year.
  9201. }
  9202. });
  9203. //! moment.js locale configuration
  9204. var months$9 = [
  9205. 'جنوری',
  9206. 'فروری',
  9207. 'مارچ',
  9208. 'اپریل',
  9209. 'مئی',
  9210. 'جون',
  9211. 'جولائی',
  9212. 'اگست',
  9213. 'ستمبر',
  9214. 'اکتوبر',
  9215. 'نومبر',
  9216. 'دسمبر'
  9217. ];
  9218. var days$1 = [
  9219. 'اتوار',
  9220. 'پیر',
  9221. 'منگل',
  9222. 'بدھ',
  9223. 'جمعرات',
  9224. 'جمعہ',
  9225. 'ہفتہ'
  9226. ];
  9227. moment.defineLocale('ur', {
  9228. months : months$9,
  9229. monthsShort : months$9,
  9230. weekdays : days$1,
  9231. weekdaysShort : days$1,
  9232. weekdaysMin : days$1,
  9233. longDateFormat : {
  9234. LT : 'HH:mm',
  9235. LTS : 'HH:mm:ss',
  9236. L : 'DD/MM/YYYY',
  9237. LL : 'D MMMM YYYY',
  9238. LLL : 'D MMMM YYYY HH:mm',
  9239. LLLL : 'dddd، D MMMM YYYY HH:mm'
  9240. },
  9241. meridiemParse: /صبح|شام/,
  9242. isPM : function (input) {
  9243. return 'شام' === input;
  9244. },
  9245. meridiem : function (hour, minute, isLower) {
  9246. if (hour < 12) {
  9247. return 'صبح';
  9248. }
  9249. return 'شام';
  9250. },
  9251. calendar : {
  9252. sameDay : '[آج بوقت] LT',
  9253. nextDay : '[کل بوقت] LT',
  9254. nextWeek : 'dddd [بوقت] LT',
  9255. lastDay : '[گذشتہ روز بوقت] LT',
  9256. lastWeek : '[گذشتہ] dddd [بوقت] LT',
  9257. sameElse : 'L'
  9258. },
  9259. relativeTime : {
  9260. future : '%s بعد',
  9261. past : '%s قبل',
  9262. s : 'چند سیکنڈ',
  9263. ss : '%d سیکنڈ',
  9264. m : 'ایک منٹ',
  9265. mm : '%d منٹ',
  9266. h : 'ایک گھنٹہ',
  9267. hh : '%d گھنٹے',
  9268. d : 'ایک دن',
  9269. dd : '%d دن',
  9270. M : 'ایک ماہ',
  9271. MM : '%d ماہ',
  9272. y : 'ایک سال',
  9273. yy : '%d سال'
  9274. },
  9275. preparse: function (string) {
  9276. return string.replace(/،/g, ',');
  9277. },
  9278. postformat: function (string) {
  9279. return string.replace(/,/g, '،');
  9280. },
  9281. week : {
  9282. dow : 1, // Monday is the first day of the week.
  9283. doy : 4 // The week that contains Jan 4th is the first week of the year.
  9284. }
  9285. });
  9286. //! moment.js locale configuration
  9287. moment.defineLocale('uz-latn', {
  9288. months : 'Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr'.split('_'),
  9289. monthsShort : 'Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek'.split('_'),
  9290. weekdays : 'Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba'.split('_'),
  9291. weekdaysShort : 'Yak_Dush_Sesh_Chor_Pay_Jum_Shan'.split('_'),
  9292. weekdaysMin : 'Ya_Du_Se_Cho_Pa_Ju_Sha'.split('_'),
  9293. longDateFormat : {
  9294. LT : 'HH:mm',
  9295. LTS : 'HH:mm:ss',
  9296. L : 'DD/MM/YYYY',
  9297. LL : 'D MMMM YYYY',
  9298. LLL : 'D MMMM YYYY HH:mm',
  9299. LLLL : 'D MMMM YYYY, dddd HH:mm'
  9300. },
  9301. calendar : {
  9302. sameDay : '[Bugun soat] LT [da]',
  9303. nextDay : '[Ertaga] LT [da]',
  9304. nextWeek : 'dddd [kuni soat] LT [da]',
  9305. lastDay : '[Kecha soat] LT [da]',
  9306. lastWeek : '[O\'tgan] dddd [kuni soat] LT [da]',
  9307. sameElse : 'L'
  9308. },
  9309. relativeTime : {
  9310. future : 'Yaqin %s ichida',
  9311. past : 'Bir necha %s oldin',
  9312. s : 'soniya',
  9313. ss : '%d soniya',
  9314. m : 'bir daqiqa',
  9315. mm : '%d daqiqa',
  9316. h : 'bir soat',
  9317. hh : '%d soat',
  9318. d : 'bir kun',
  9319. dd : '%d kun',
  9320. M : 'bir oy',
  9321. MM : '%d oy',
  9322. y : 'bir yil',
  9323. yy : '%d yil'
  9324. },
  9325. week : {
  9326. dow : 1, // Monday is the first day of the week.
  9327. doy : 7 // The week that contains Jan 7th is the first week of the year.
  9328. }
  9329. });
  9330. //! moment.js locale configuration
  9331. moment.defineLocale('uz', {
  9332. months : 'январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр'.split('_'),
  9333. monthsShort : 'янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек'.split('_'),
  9334. weekdays : 'Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба'.split('_'),
  9335. weekdaysShort : 'Якш_Душ_Сеш_Чор_Пай_Жум_Шан'.split('_'),
  9336. weekdaysMin : 'Як_Ду_Се_Чо_Па_Жу_Ша'.split('_'),
  9337. longDateFormat : {
  9338. LT : 'HH:mm',
  9339. LTS : 'HH:mm:ss',
  9340. L : 'DD/MM/YYYY',
  9341. LL : 'D MMMM YYYY',
  9342. LLL : 'D MMMM YYYY HH:mm',
  9343. LLLL : 'D MMMM YYYY, dddd HH:mm'
  9344. },
  9345. calendar : {
  9346. sameDay : '[Бугун соат] LT [да]',
  9347. nextDay : '[Эртага] LT [да]',
  9348. nextWeek : 'dddd [куни соат] LT [да]',
  9349. lastDay : '[Кеча соат] LT [да]',
  9350. lastWeek : '[Утган] dddd [куни соат] LT [да]',
  9351. sameElse : 'L'
  9352. },
  9353. relativeTime : {
  9354. future : 'Якин %s ичида',
  9355. past : 'Бир неча %s олдин',
  9356. s : 'фурсат',
  9357. ss : '%d фурсат',
  9358. m : 'бир дакика',
  9359. mm : '%d дакика',
  9360. h : 'бир соат',
  9361. hh : '%d соат',
  9362. d : 'бир кун',
  9363. dd : '%d кун',
  9364. M : 'бир ой',
  9365. MM : '%d ой',
  9366. y : 'бир йил',
  9367. yy : '%d йил'
  9368. },
  9369. week : {
  9370. dow : 1, // Monday is the first day of the week.
  9371. doy : 7 // The week that contains Jan 4th is the first week of the year.
  9372. }
  9373. });
  9374. //! moment.js locale configuration
  9375. moment.defineLocale('vi', {
  9376. months : 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split('_'),
  9377. monthsShort : 'Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12'.split('_'),
  9378. monthsParseExact : true,
  9379. weekdays : 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),
  9380. weekdaysShort : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
  9381. weekdaysMin : 'CN_T2_T3_T4_T5_T6_T7'.split('_'),
  9382. weekdaysParseExact : true,
  9383. meridiemParse: /sa|ch/i,
  9384. isPM : function (input) {
  9385. return /^ch$/i.test(input);
  9386. },
  9387. meridiem : function (hours, minutes, isLower) {
  9388. if (hours < 12) {
  9389. return isLower ? 'sa' : 'SA';
  9390. } else {
  9391. return isLower ? 'ch' : 'CH';
  9392. }
  9393. },
  9394. longDateFormat : {
  9395. LT : 'HH:mm',
  9396. LTS : 'HH:mm:ss',
  9397. L : 'DD/MM/YYYY',
  9398. LL : 'D MMMM [năm] YYYY',
  9399. LLL : 'D MMMM [năm] YYYY HH:mm',
  9400. LLLL : 'dddd, D MMMM [năm] YYYY HH:mm',
  9401. l : 'DD/M/YYYY',
  9402. ll : 'D MMM YYYY',
  9403. lll : 'D MMM YYYY HH:mm',
  9404. llll : 'ddd, D MMM YYYY HH:mm'
  9405. },
  9406. calendar : {
  9407. sameDay: '[Hôm nay lúc] LT',
  9408. nextDay: '[Ngày mai lúc] LT',
  9409. nextWeek: 'dddd [tuần tới lúc] LT',
  9410. lastDay: '[Hôm qua lúc] LT',
  9411. lastWeek: 'dddd [tuần rồi lúc] LT',
  9412. sameElse: 'L'
  9413. },
  9414. relativeTime : {
  9415. future : '%s tới',
  9416. past : '%s trước',
  9417. s : 'vài giây',
  9418. ss : '%d giây' ,
  9419. m : 'một phút',
  9420. mm : '%d phút',
  9421. h : 'một giờ',
  9422. hh : '%d giờ',
  9423. d : 'một ngày',
  9424. dd : '%d ngày',
  9425. M : 'một tháng',
  9426. MM : '%d tháng',
  9427. y : 'một năm',
  9428. yy : '%d năm'
  9429. },
  9430. dayOfMonthOrdinalParse: /\d{1,2}/,
  9431. ordinal : function (number) {
  9432. return number;
  9433. },
  9434. week : {
  9435. dow : 1, // Monday is the first day of the week.
  9436. doy : 4 // The week that contains Jan 4th is the first week of the year.
  9437. }
  9438. });
  9439. //! moment.js locale configuration
  9440. moment.defineLocale('x-pseudo', {
  9441. months : 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split('_'),
  9442. monthsShort : 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split('_'),
  9443. monthsParseExact : true,
  9444. weekdays : 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split('_'),
  9445. weekdaysShort : 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),
  9446. weekdaysMin : 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),
  9447. weekdaysParseExact : true,
  9448. longDateFormat : {
  9449. LT : 'HH:mm',
  9450. L : 'DD/MM/YYYY',
  9451. LL : 'D MMMM YYYY',
  9452. LLL : 'D MMMM YYYY HH:mm',
  9453. LLLL : 'dddd, D MMMM YYYY HH:mm'
  9454. },
  9455. calendar : {
  9456. sameDay : '[T~ódá~ý át] LT',
  9457. nextDay : '[T~ómó~rró~w át] LT',
  9458. nextWeek : 'dddd [át] LT',
  9459. lastDay : '[Ý~ést~érdá~ý át] LT',
  9460. lastWeek : '[L~ást] dddd [át] LT',
  9461. sameElse : 'L'
  9462. },
  9463. relativeTime : {
  9464. future : 'í~ñ %s',
  9465. past : '%s á~gó',
  9466. s : 'á ~féw ~sécó~ñds',
  9467. ss : '%d s~écóñ~ds',
  9468. m : 'á ~míñ~úté',
  9469. mm : '%d m~íñú~tés',
  9470. h : 'á~ñ hó~úr',
  9471. hh : '%d h~óúrs',
  9472. d : 'á ~dáý',
  9473. dd : '%d d~áýs',
  9474. M : 'á ~móñ~th',
  9475. MM : '%d m~óñt~hs',
  9476. y : 'á ~ýéár',
  9477. yy : '%d ý~éárs'
  9478. },
  9479. dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
  9480. ordinal : function (number) {
  9481. var b = number % 10,
  9482. output = (~~(number % 100 / 10) === 1) ? 'th' :
  9483. (b === 1) ? 'st' :
  9484. (b === 2) ? 'nd' :
  9485. (b === 3) ? 'rd' : 'th';
  9486. return number + output;
  9487. },
  9488. week : {
  9489. dow : 1, // Monday is the first day of the week.
  9490. doy : 4 // The week that contains Jan 4th is the first week of the year.
  9491. }
  9492. });
  9493. //! moment.js locale configuration
  9494. moment.defineLocale('yo', {
  9495. months : 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split('_'),
  9496. monthsShort : 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),
  9497. weekdays : 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),
  9498. weekdaysShort : 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),
  9499. weekdaysMin : 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),
  9500. longDateFormat : {
  9501. LT : 'h:mm A',
  9502. LTS : 'h:mm:ss A',
  9503. L : 'DD/MM/YYYY',
  9504. LL : 'D MMMM YYYY',
  9505. LLL : 'D MMMM YYYY h:mm A',
  9506. LLLL : 'dddd, D MMMM YYYY h:mm A'
  9507. },
  9508. calendar : {
  9509. sameDay : '[Ònì ni] LT',
  9510. nextDay : '[Ọ̀la ni] LT',
  9511. nextWeek : 'dddd [Ọsẹ̀ tón\'bọ] [ni] LT',
  9512. lastDay : '[Àna ni] LT',
  9513. lastWeek : 'dddd [Ọsẹ̀ tólọ́] [ni] LT',
  9514. sameElse : 'L'
  9515. },
  9516. relativeTime : {
  9517. future : 'ní %s',
  9518. past : '%s kọjá',
  9519. s : 'ìsẹjú aayá die',
  9520. ss :'aayá %d',
  9521. m : 'ìsẹjú kan',
  9522. mm : 'ìsẹjú %d',
  9523. h : 'wákati kan',
  9524. hh : 'wákati %d',
  9525. d : 'ọjọ́ kan',
  9526. dd : 'ọjọ́ %d',
  9527. M : 'osù kan',
  9528. MM : 'osù %d',
  9529. y : 'ọdún kan',
  9530. yy : 'ọdún %d'
  9531. },
  9532. dayOfMonthOrdinalParse : /ọjọ́\s\d{1,2}/,
  9533. ordinal : 'ọjọ́ %d',
  9534. week : {
  9535. dow : 1, // Monday is the first day of the week.
  9536. doy : 4 // The week that contains Jan 4th is the first week of the year.
  9537. }
  9538. });
  9539. //! moment.js locale configuration
  9540. moment.defineLocale('zh-cn', {
  9541. months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
  9542. monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
  9543. weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
  9544. weekdaysShort : '周日_周一_周二_周三_周四_周五_周六'.split('_'),
  9545. weekdaysMin : '日_一_二_三_四_五_六'.split('_'),
  9546. longDateFormat : {
  9547. LT : 'HH:mm',
  9548. LTS : 'HH:mm:ss',
  9549. L : 'YYYY/MM/DD',
  9550. LL : 'YYYY年M月D日',
  9551. LLL : 'YYYY年M月D日Ah点mm分',
  9552. LLLL : 'YYYY年M月D日ddddAh点mm分',
  9553. l : 'YYYY/M/D',
  9554. ll : 'YYYY年M月D日',
  9555. lll : 'YYYY年M月D日 HH:mm',
  9556. llll : 'YYYY年M月D日dddd HH:mm'
  9557. },
  9558. meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
  9559. meridiemHour: function (hour, meridiem) {
  9560. if (hour === 12) {
  9561. hour = 0;
  9562. }
  9563. if (meridiem === '凌晨' || meridiem === '早上' ||
  9564. meridiem === '上午') {
  9565. return hour;
  9566. } else if (meridiem === '下午' || meridiem === '晚上') {
  9567. return hour + 12;
  9568. } else {
  9569. // '中午'
  9570. return hour >= 11 ? hour : hour + 12;
  9571. }
  9572. },
  9573. meridiem : function (hour, minute, isLower) {
  9574. var hm = hour * 100 + minute;
  9575. if (hm < 600) {
  9576. return '凌晨';
  9577. } else if (hm < 900) {
  9578. return '早上';
  9579. } else if (hm < 1130) {
  9580. return '上午';
  9581. } else if (hm < 1230) {
  9582. return '中午';
  9583. } else if (hm < 1800) {
  9584. return '下午';
  9585. } else {
  9586. return '晚上';
  9587. }
  9588. },
  9589. calendar : {
  9590. sameDay : '[今天]LT',
  9591. nextDay : '[明天]LT',
  9592. nextWeek : '[下]ddddLT',
  9593. lastDay : '[昨天]LT',
  9594. lastWeek : '[上]ddddLT',
  9595. sameElse : 'L'
  9596. },
  9597. dayOfMonthOrdinalParse: /\d{1,2}(日|月|周)/,
  9598. ordinal : function (number, period) {
  9599. switch (period) {
  9600. case 'd':
  9601. case 'D':
  9602. case 'DDD':
  9603. return number + '日';
  9604. case 'M':
  9605. return number + '月';
  9606. case 'w':
  9607. case 'W':
  9608. return number + '周';
  9609. default:
  9610. return number;
  9611. }
  9612. },
  9613. relativeTime : {
  9614. future : '%s内',
  9615. past : '%s前',
  9616. s : '几秒',
  9617. ss : '%d 秒',
  9618. m : '1 分钟',
  9619. mm : '%d 分钟',
  9620. h : '1 小时',
  9621. hh : '%d 小时',
  9622. d : '1 天',
  9623. dd : '%d 天',
  9624. M : '1 个月',
  9625. MM : '%d 个月',
  9626. y : '1 年',
  9627. yy : '%d 年'
  9628. },
  9629. week : {
  9630. // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
  9631. dow : 1, // Monday is the first day of the week.
  9632. doy : 4 // The week that contains Jan 4th is the first week of the year.
  9633. }
  9634. });
  9635. //! moment.js locale configuration
  9636. moment.defineLocale('zh-hk', {
  9637. months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
  9638. monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
  9639. weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
  9640. weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),
  9641. weekdaysMin : '日_一_二_三_四_五_六'.split('_'),
  9642. longDateFormat : {
  9643. LT : 'HH:mm',
  9644. LTS : 'HH:mm:ss',
  9645. L : 'YYYY/MM/DD',
  9646. LL : 'YYYY年M月D日',
  9647. LLL : 'YYYY年M月D日 HH:mm',
  9648. LLLL : 'YYYY年M月D日dddd HH:mm',
  9649. l : 'YYYY/M/D',
  9650. ll : 'YYYY年M月D日',
  9651. lll : 'YYYY年M月D日 HH:mm',
  9652. llll : 'YYYY年M月D日dddd HH:mm'
  9653. },
  9654. meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
  9655. meridiemHour : function (hour, meridiem) {
  9656. if (hour === 12) {
  9657. hour = 0;
  9658. }
  9659. if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {
  9660. return hour;
  9661. } else if (meridiem === '中午') {
  9662. return hour >= 11 ? hour : hour + 12;
  9663. } else if (meridiem === '下午' || meridiem === '晚上') {
  9664. return hour + 12;
  9665. }
  9666. },
  9667. meridiem : function (hour, minute, isLower) {
  9668. var hm = hour * 100 + minute;
  9669. if (hm < 600) {
  9670. return '凌晨';
  9671. } else if (hm < 900) {
  9672. return '早上';
  9673. } else if (hm < 1130) {
  9674. return '上午';
  9675. } else if (hm < 1230) {
  9676. return '中午';
  9677. } else if (hm < 1800) {
  9678. return '下午';
  9679. } else {
  9680. return '晚上';
  9681. }
  9682. },
  9683. calendar : {
  9684. sameDay : '[今天]LT',
  9685. nextDay : '[明天]LT',
  9686. nextWeek : '[下]ddddLT',
  9687. lastDay : '[昨天]LT',
  9688. lastWeek : '[上]ddddLT',
  9689. sameElse : 'L'
  9690. },
  9691. dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
  9692. ordinal : function (number, period) {
  9693. switch (period) {
  9694. case 'd' :
  9695. case 'D' :
  9696. case 'DDD' :
  9697. return number + '日';
  9698. case 'M' :
  9699. return number + '月';
  9700. case 'w' :
  9701. case 'W' :
  9702. return number + '週';
  9703. default :
  9704. return number;
  9705. }
  9706. },
  9707. relativeTime : {
  9708. future : '%s內',
  9709. past : '%s前',
  9710. s : '幾秒',
  9711. ss : '%d 秒',
  9712. m : '1 分鐘',
  9713. mm : '%d 分鐘',
  9714. h : '1 小時',
  9715. hh : '%d 小時',
  9716. d : '1 天',
  9717. dd : '%d 天',
  9718. M : '1 個月',
  9719. MM : '%d 個月',
  9720. y : '1 年',
  9721. yy : '%d 年'
  9722. }
  9723. });
  9724. //! moment.js locale configuration
  9725. moment.defineLocale('zh-tw', {
  9726. months : '一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月'.split('_'),
  9727. monthsShort : '1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月'.split('_'),
  9728. weekdays : '星期日_星期一_星期二_星期三_星期四_星期五_星期六'.split('_'),
  9729. weekdaysShort : '週日_週一_週二_週三_週四_週五_週六'.split('_'),
  9730. weekdaysMin : '日_一_二_三_四_五_六'.split('_'),
  9731. longDateFormat : {
  9732. LT : 'HH:mm',
  9733. LTS : 'HH:mm:ss',
  9734. L : 'YYYY/MM/DD',
  9735. LL : 'YYYY年M月D日',
  9736. LLL : 'YYYY年M月D日 HH:mm',
  9737. LLLL : 'YYYY年M月D日dddd HH:mm',
  9738. l : 'YYYY/M/D',
  9739. ll : 'YYYY年M月D日',
  9740. lll : 'YYYY年M月D日 HH:mm',
  9741. llll : 'YYYY年M月D日dddd HH:mm'
  9742. },
  9743. meridiemParse: /凌晨|早上|上午|中午|下午|晚上/,
  9744. meridiemHour : function (hour, meridiem) {
  9745. if (hour === 12) {
  9746. hour = 0;
  9747. }
  9748. if (meridiem === '凌晨' || meridiem === '早上' || meridiem === '上午') {
  9749. return hour;
  9750. } else if (meridiem === '中午') {
  9751. return hour >= 11 ? hour : hour + 12;
  9752. } else if (meridiem === '下午' || meridiem === '晚上') {
  9753. return hour + 12;
  9754. }
  9755. },
  9756. meridiem : function (hour, minute, isLower) {
  9757. var hm = hour * 100 + minute;
  9758. if (hm < 600) {
  9759. return '凌晨';
  9760. } else if (hm < 900) {
  9761. return '早上';
  9762. } else if (hm < 1130) {
  9763. return '上午';
  9764. } else if (hm < 1230) {
  9765. return '中午';
  9766. } else if (hm < 1800) {
  9767. return '下午';
  9768. } else {
  9769. return '晚上';
  9770. }
  9771. },
  9772. calendar : {
  9773. sameDay : '[今天] LT',
  9774. nextDay : '[明天] LT',
  9775. nextWeek : '[下]dddd LT',
  9776. lastDay : '[昨天] LT',
  9777. lastWeek : '[上]dddd LT',
  9778. sameElse : 'L'
  9779. },
  9780. dayOfMonthOrdinalParse: /\d{1,2}(日|月|週)/,
  9781. ordinal : function (number, period) {
  9782. switch (period) {
  9783. case 'd' :
  9784. case 'D' :
  9785. case 'DDD' :
  9786. return number + '日';
  9787. case 'M' :
  9788. return number + '月';
  9789. case 'w' :
  9790. case 'W' :
  9791. return number + '週';
  9792. default :
  9793. return number;
  9794. }
  9795. },
  9796. relativeTime : {
  9797. future : '%s內',
  9798. past : '%s前',
  9799. s : '幾秒',
  9800. ss : '%d 秒',
  9801. m : '1 分鐘',
  9802. mm : '%d 分鐘',
  9803. h : '1 小時',
  9804. hh : '%d 小時',
  9805. d : '1 天',
  9806. dd : '%d 天',
  9807. M : '1 個月',
  9808. MM : '%d 個月',
  9809. y : '1 年',
  9810. yy : '%d 年'
  9811. }
  9812. });
  9813. moment.locale('en');
  9814. return moment;
  9815. })));