locales-all.js 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623
  1. [].push.apply(FullCalendar.globalLocales, function () {
  2. 'use strict';
  3. var l0 = {
  4. code: 'af',
  5. week: {
  6. dow: 1, // Maandag is die eerste dag van die week.
  7. doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
  8. },
  9. buttonText: {
  10. prev: 'Vorige',
  11. next: 'Volgende',
  12. today: 'Vandag',
  13. year: 'Jaar',
  14. month: 'Maand',
  15. week: 'Week',
  16. day: 'Dag',
  17. list: 'Agenda',
  18. },
  19. allDayText: 'Heeldag',
  20. moreLinkText: 'Addisionele',
  21. noEventsText: 'Daar is geen gebeurtenisse nie',
  22. };
  23. var l1 = {
  24. code: 'ar-dz',
  25. week: {
  26. dow: 0, // Sunday is the first day of the week.
  27. doy: 4, // The week that contains Jan 1st is the first week of the year.
  28. },
  29. direction: 'rtl',
  30. buttonText: {
  31. prev: 'السابق',
  32. next: 'التالي',
  33. today: 'اليوم',
  34. month: 'شهر',
  35. week: 'أسبوع',
  36. day: 'يوم',
  37. list: 'أجندة',
  38. },
  39. weekText: 'أسبوع',
  40. allDayText: 'اليوم كله',
  41. moreLinkText: 'أخرى',
  42. noEventsText: 'أي أحداث لعرض',
  43. };
  44. var l2 = {
  45. code: 'ar-kw',
  46. week: {
  47. dow: 0, // Sunday is the first day of the week.
  48. doy: 12, // The week that contains Jan 1st is the first week of the year.
  49. },
  50. direction: 'rtl',
  51. buttonText: {
  52. prev: 'السابق',
  53. next: 'التالي',
  54. today: 'اليوم',
  55. month: 'شهر',
  56. week: 'أسبوع',
  57. day: 'يوم',
  58. list: 'أجندة',
  59. },
  60. weekText: 'أسبوع',
  61. allDayText: 'اليوم كله',
  62. moreLinkText: 'أخرى',
  63. noEventsText: 'أي أحداث لعرض',
  64. };
  65. var l3 = {
  66. code: 'ar-ly',
  67. week: {
  68. dow: 6, // Saturday is the first day of the week.
  69. doy: 12, // The week that contains Jan 1st is the first week of the year.
  70. },
  71. direction: 'rtl',
  72. buttonText: {
  73. prev: 'السابق',
  74. next: 'التالي',
  75. today: 'اليوم',
  76. month: 'شهر',
  77. week: 'أسبوع',
  78. day: 'يوم',
  79. list: 'أجندة',
  80. },
  81. weekText: 'أسبوع',
  82. allDayText: 'اليوم كله',
  83. moreLinkText: 'أخرى',
  84. noEventsText: 'أي أحداث لعرض',
  85. };
  86. var l4 = {
  87. code: 'ar-ma',
  88. week: {
  89. dow: 6, // Saturday is the first day of the week.
  90. doy: 12, // The week that contains Jan 1st is the first week of the year.
  91. },
  92. direction: 'rtl',
  93. buttonText: {
  94. prev: 'السابق',
  95. next: 'التالي',
  96. today: 'اليوم',
  97. month: 'شهر',
  98. week: 'أسبوع',
  99. day: 'يوم',
  100. list: 'أجندة',
  101. },
  102. weekText: 'أسبوع',
  103. allDayText: 'اليوم كله',
  104. moreLinkText: 'أخرى',
  105. noEventsText: 'أي أحداث لعرض',
  106. };
  107. var l5 = {
  108. code: 'ar-sa',
  109. week: {
  110. dow: 0, // Sunday is the first day of the week.
  111. doy: 6, // The week that contains Jan 1st is the first week of the year.
  112. },
  113. direction: 'rtl',
  114. buttonText: {
  115. prev: 'السابق',
  116. next: 'التالي',
  117. today: 'اليوم',
  118. month: 'شهر',
  119. week: 'أسبوع',
  120. day: 'يوم',
  121. list: 'أجندة',
  122. },
  123. weekText: 'أسبوع',
  124. allDayText: 'اليوم كله',
  125. moreLinkText: 'أخرى',
  126. noEventsText: 'أي أحداث لعرض',
  127. };
  128. var l6 = {
  129. code: 'ar-tn',
  130. week: {
  131. dow: 1, // Monday is the first day of the week.
  132. doy: 4, // The week that contains Jan 4th is the first week of the year.
  133. },
  134. direction: 'rtl',
  135. buttonText: {
  136. prev: 'السابق',
  137. next: 'التالي',
  138. today: 'اليوم',
  139. month: 'شهر',
  140. week: 'أسبوع',
  141. day: 'يوم',
  142. list: 'أجندة',
  143. },
  144. weekText: 'أسبوع',
  145. allDayText: 'اليوم كله',
  146. moreLinkText: 'أخرى',
  147. noEventsText: 'أي أحداث لعرض',
  148. };
  149. var l7 = {
  150. code: 'ar',
  151. week: {
  152. dow: 6, // Saturday is the first day of the week.
  153. doy: 12, // The week that contains Jan 1st is the first week of the year.
  154. },
  155. direction: 'rtl',
  156. buttonText: {
  157. prev: 'السابق',
  158. next: 'التالي',
  159. today: 'اليوم',
  160. month: 'شهر',
  161. week: 'أسبوع',
  162. day: 'يوم',
  163. list: 'أجندة',
  164. },
  165. weekText: 'أسبوع',
  166. allDayText: 'اليوم كله',
  167. moreLinkText: 'أخرى',
  168. noEventsText: 'أي أحداث لعرض',
  169. };
  170. var l8 = {
  171. code: 'az',
  172. week: {
  173. dow: 1, // Monday is the first day of the week.
  174. doy: 4, // The week that contains Jan 4th is the first week of the year.
  175. },
  176. buttonText: {
  177. prev: 'Əvvəl',
  178. next: 'Sonra',
  179. today: 'Bu Gün',
  180. month: 'Ay',
  181. week: 'Həftə',
  182. day: 'Gün',
  183. list: 'Gündəm',
  184. },
  185. weekText: 'Həftə',
  186. allDayText: 'Bütün Gün',
  187. moreLinkText: function(n) {
  188. return '+ daha çox ' + n
  189. },
  190. noEventsText: 'Göstərmək üçün hadisə yoxdur',
  191. };
  192. var l9 = {
  193. code: 'bg',
  194. week: {
  195. dow: 1, // Monday is the first day of the week.
  196. doy: 7, // The week that contains Jan 1st is the first week of the year.
  197. },
  198. buttonText: {
  199. prev: 'назад',
  200. next: 'напред',
  201. today: 'днес',
  202. month: 'Месец',
  203. week: 'Седмица',
  204. day: 'Ден',
  205. list: 'График',
  206. },
  207. allDayText: 'Цял ден',
  208. moreLinkText: function(n) {
  209. return '+още ' + n
  210. },
  211. noEventsText: 'Няма събития за показване',
  212. };
  213. var l10 = {
  214. code: 'bn',
  215. week: {
  216. dow: 0, // Sunday is the first day of the week.
  217. doy: 6, // The week that contains Jan 1st is the first week of the year.
  218. },
  219. buttonText: {
  220. prev: 'পেছনে',
  221. next: 'সামনে',
  222. today: 'আজ',
  223. month: 'মাস',
  224. week: 'সপ্তাহ',
  225. day: 'দিন',
  226. list: 'তালিকা',
  227. },
  228. weekText: 'সপ্তাহ',
  229. allDayText: 'সারাদিন',
  230. moreLinkText: function(n) {
  231. return '+অন্যান্য ' + n
  232. },
  233. noEventsText: 'কোনো ইভেন্ট নেই',
  234. };
  235. var l11 = {
  236. code: 'bs',
  237. week: {
  238. dow: 1, // Monday is the first day of the week.
  239. doy: 7, // The week that contains Jan 1st is the first week of the year.
  240. },
  241. buttonText: {
  242. prev: 'Prošli',
  243. next: 'Sljedeći',
  244. today: 'Danas',
  245. month: 'Mjesec',
  246. week: 'Sedmica',
  247. day: 'Dan',
  248. list: 'Raspored',
  249. },
  250. weekText: 'Sed',
  251. allDayText: 'Cijeli dan',
  252. moreLinkText: function(n) {
  253. return '+ još ' + n
  254. },
  255. noEventsText: 'Nema događaja za prikazivanje',
  256. };
  257. var l12 = {
  258. code: 'ca',
  259. week: {
  260. dow: 1, // Monday is the first day of the week.
  261. doy: 4, // The week that contains Jan 4th is the first week of the year.
  262. },
  263. buttonText: {
  264. prev: 'Anterior',
  265. next: 'Següent',
  266. today: 'Avui',
  267. month: 'Mes',
  268. week: 'Setmana',
  269. day: 'Dia',
  270. list: 'Agenda',
  271. },
  272. weekText: 'Set',
  273. allDayText: 'Tot el dia',
  274. moreLinkText: 'més',
  275. noEventsText: 'No hi ha esdeveniments per mostrar',
  276. };
  277. var l13 = {
  278. code: 'cs',
  279. week: {
  280. dow: 1, // Monday is the first day of the week.
  281. doy: 4, // The week that contains Jan 4th is the first week of the year.
  282. },
  283. buttonText: {
  284. prev: 'Dříve',
  285. next: 'Později',
  286. today: 'Nyní',
  287. month: 'Měsíc',
  288. week: 'Týden',
  289. day: 'Den',
  290. list: 'Agenda',
  291. },
  292. weekText: 'Týd',
  293. allDayText: 'Celý den',
  294. moreLinkText: function(n) {
  295. return '+další: ' + n
  296. },
  297. noEventsText: 'Žádné akce k zobrazení',
  298. };
  299. var l14 = {
  300. code: 'cy',
  301. week: {
  302. dow: 1, // Monday is the first day of the week.
  303. doy: 4, // The week that contains Jan 4th is the first week of the year.
  304. },
  305. buttonText: {
  306. prev: 'Blaenorol',
  307. next: 'Nesaf',
  308. today: 'Heddiw',
  309. year: 'Blwyddyn',
  310. month: 'Mis',
  311. week: 'Wythnos',
  312. day: 'Dydd',
  313. list: 'Rhestr',
  314. },
  315. weekText: 'Wythnos',
  316. allDayText: 'Trwy\'r dydd',
  317. moreLinkText: 'Mwy',
  318. noEventsText: 'Dim digwyddiadau',
  319. };
  320. var l15 = {
  321. code: 'da',
  322. week: {
  323. dow: 1, // Monday is the first day of the week.
  324. doy: 4, // The week that contains Jan 4th is the first week of the year.
  325. },
  326. buttonText: {
  327. prev: 'Forrige',
  328. next: 'Næste',
  329. today: 'I dag',
  330. month: 'Måned',
  331. week: 'Uge',
  332. day: 'Dag',
  333. list: 'Agenda',
  334. },
  335. weekText: 'Uge',
  336. allDayText: 'Hele dagen',
  337. moreLinkText: 'flere',
  338. noEventsText: 'Ingen arrangementer at vise',
  339. };
  340. var l16 = {
  341. code: 'de-at',
  342. week: {
  343. dow: 1, // Monday is the first day of the week.
  344. doy: 4, // The week that contains Jan 4th is the first week of the year.
  345. },
  346. buttonText: {
  347. prev: 'Zurück',
  348. next: 'Vor',
  349. today: 'Heute',
  350. year: 'Jahr',
  351. month: 'Monat',
  352. week: 'Woche',
  353. day: 'Tag',
  354. list: 'Terminübersicht',
  355. },
  356. weekText: 'KW',
  357. allDayText: 'Ganztägig',
  358. moreLinkText: function(n) {
  359. return '+ weitere ' + n
  360. },
  361. noEventsText: 'Keine Ereignisse anzuzeigen',
  362. };
  363. var l17 = {
  364. code: 'de',
  365. week: {
  366. dow: 1, // Monday is the first day of the week.
  367. doy: 4, // The week that contains Jan 4th is the first week of the year.
  368. },
  369. buttonText: {
  370. prev: 'Zurück',
  371. next: 'Vor',
  372. today: 'Heute',
  373. year: 'Jahr',
  374. month: 'Monat',
  375. week: 'Woche',
  376. day: 'Tag',
  377. list: 'Terminübersicht',
  378. },
  379. weekText: 'KW',
  380. allDayText: 'Ganztägig',
  381. moreLinkText: function(n) {
  382. return '+ weitere ' + n
  383. },
  384. noEventsText: 'Keine Ereignisse anzuzeigen',
  385. };
  386. var l18 = {
  387. code: 'el',
  388. week: {
  389. dow: 1, // Monday is the first day of the week.
  390. doy: 4, // The week that contains Jan 4st is the first week of the year.
  391. },
  392. buttonText: {
  393. prev: 'Προηγούμενος',
  394. next: 'Επόμενος',
  395. today: 'Σήμερα',
  396. month: 'Μήνας',
  397. week: 'Εβδομάδα',
  398. day: 'Ημέρα',
  399. list: 'Ατζέντα',
  400. },
  401. weekText: 'Εβδ',
  402. allDayText: 'Ολοήμερο',
  403. moreLinkText: 'περισσότερα',
  404. noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
  405. };
  406. var l19 = {
  407. code: 'en-au',
  408. week: {
  409. dow: 1, // Monday is the first day of the week.
  410. doy: 4, // The week that contains Jan 4th is the first week of the year.
  411. },
  412. };
  413. var l20 = {
  414. code: 'en-gb',
  415. week: {
  416. dow: 1, // Monday is the first day of the week.
  417. doy: 4, // The week that contains Jan 4th is the first week of the year.
  418. },
  419. };
  420. var l21 = {
  421. code: 'en-nz',
  422. week: {
  423. dow: 1, // Monday is the first day of the week.
  424. doy: 4, // The week that contains Jan 4th is the first week of the year.
  425. },
  426. };
  427. var l22 = {
  428. code: 'eo',
  429. week: {
  430. dow: 1, // Monday is the first day of the week.
  431. doy: 4, // The week that contains Jan 4th is the first week of the year.
  432. },
  433. buttonText: {
  434. prev: 'Antaŭa',
  435. next: 'Sekva',
  436. today: 'Hodiaŭ',
  437. month: 'Monato',
  438. week: 'Semajno',
  439. day: 'Tago',
  440. list: 'Tagordo',
  441. },
  442. weekText: 'Sm',
  443. allDayText: 'Tuta tago',
  444. moreLinkText: 'pli',
  445. noEventsText: 'Neniuj eventoj por montri',
  446. };
  447. var l23 = {
  448. code: 'es',
  449. week: {
  450. dow: 0, // Sunday is the first day of the week.
  451. doy: 6, // The week that contains Jan 1st is the first week of the year.
  452. },
  453. buttonText: {
  454. prev: 'Ant',
  455. next: 'Sig',
  456. today: 'Hoy',
  457. month: 'Mes',
  458. week: 'Semana',
  459. day: 'Día',
  460. list: 'Agenda',
  461. },
  462. weekText: 'Sm',
  463. allDayText: 'Todo el día',
  464. moreLinkText: 'más',
  465. noEventsText: 'No hay eventos para mostrar',
  466. };
  467. var l24 = {
  468. code: 'es',
  469. week: {
  470. dow: 1, // Monday is the first day of the week.
  471. doy: 4, // The week that contains Jan 4th is the first week of the year.
  472. },
  473. buttonText: {
  474. prev: 'Ant',
  475. next: 'Sig',
  476. today: 'Hoy',
  477. month: 'Mes',
  478. week: 'Semana',
  479. day: 'Día',
  480. list: 'Agenda',
  481. },
  482. weekText: 'Sm',
  483. allDayText: 'Todo el día',
  484. moreLinkText: 'más',
  485. noEventsText: 'No hay eventos para mostrar',
  486. };
  487. var l25 = {
  488. code: 'et',
  489. week: {
  490. dow: 1, // Monday is the first day of the week.
  491. doy: 4, // The week that contains Jan 4th is the first week of the year.
  492. },
  493. buttonText: {
  494. prev: 'Eelnev',
  495. next: 'Järgnev',
  496. today: 'Täna',
  497. month: 'Kuu',
  498. week: 'Nädal',
  499. day: 'Päev',
  500. list: 'Päevakord',
  501. },
  502. weekText: 'näd',
  503. allDayText: 'Kogu päev',
  504. moreLinkText: function(n) {
  505. return '+ veel ' + n
  506. },
  507. noEventsText: 'Kuvamiseks puuduvad sündmused',
  508. };
  509. var l26 = {
  510. code: 'eu',
  511. week: {
  512. dow: 1, // Monday is the first day of the week.
  513. doy: 7, // The week that contains Jan 1st is the first week of the year.
  514. },
  515. buttonText: {
  516. prev: 'Aur',
  517. next: 'Hur',
  518. today: 'Gaur',
  519. month: 'Hilabetea',
  520. week: 'Astea',
  521. day: 'Eguna',
  522. list: 'Agenda',
  523. },
  524. weekText: 'As',
  525. allDayText: 'Egun osoa',
  526. moreLinkText: 'gehiago',
  527. noEventsText: 'Ez dago ekitaldirik erakusteko',
  528. };
  529. var l27 = {
  530. code: 'fa',
  531. week: {
  532. dow: 6, // Saturday is the first day of the week.
  533. doy: 12, // The week that contains Jan 1st is the first week of the year.
  534. },
  535. direction: 'rtl',
  536. buttonText: {
  537. prev: 'قبلی',
  538. next: 'بعدی',
  539. today: 'امروز',
  540. month: 'ماه',
  541. week: 'هفته',
  542. day: 'روز',
  543. list: 'برنامه',
  544. },
  545. weekText: 'هف',
  546. allDayText: 'تمام روز',
  547. moreLinkText: function(n) {
  548. return 'بیش از ' + n
  549. },
  550. noEventsText: 'هیچ رویدادی به نمایش',
  551. };
  552. var l28 = {
  553. code: 'fi',
  554. week: {
  555. dow: 1, // Monday is the first day of the week.
  556. doy: 4, // The week that contains Jan 4th is the first week of the year.
  557. },
  558. buttonText: {
  559. prev: 'Edellinen',
  560. next: 'Seuraava',
  561. today: 'Tänään',
  562. month: 'Kuukausi',
  563. week: 'Viikko',
  564. day: 'Päivä',
  565. list: 'Tapahtumat',
  566. },
  567. weekText: 'Vk',
  568. allDayText: 'Koko päivä',
  569. moreLinkText: 'lisää',
  570. noEventsText: 'Ei näytettäviä tapahtumia',
  571. };
  572. var l29 = {
  573. code: 'fr',
  574. buttonText: {
  575. prev: 'Précédent',
  576. next: 'Suivant',
  577. today: "Aujourd'hui",
  578. year: 'Année',
  579. month: 'Mois',
  580. week: 'Semaine',
  581. day: 'Jour',
  582. list: 'Mon planning',
  583. },
  584. weekText: 'Sem.',
  585. allDayText: 'Toute la journée',
  586. moreLinkText: 'en plus',
  587. noEventsText: 'Aucun événement à afficher',
  588. };
  589. var l30 = {
  590. code: 'fr-ch',
  591. week: {
  592. dow: 1, // Monday is the first day of the week.
  593. doy: 4, // The week that contains Jan 4th is the first week of the year.
  594. },
  595. buttonText: {
  596. prev: 'Précédent',
  597. next: 'Suivant',
  598. today: 'Courant',
  599. year: 'Année',
  600. month: 'Mois',
  601. week: 'Semaine',
  602. day: 'Jour',
  603. list: 'Mon planning',
  604. },
  605. weekText: 'Sm',
  606. allDayText: 'Toute la journée',
  607. moreLinkText: 'en plus',
  608. noEventsText: 'Aucun événement à afficher',
  609. };
  610. var l31 = {
  611. code: 'fr',
  612. week: {
  613. dow: 1, // Monday is the first day of the week.
  614. doy: 4, // The week that contains Jan 4th is the first week of the year.
  615. },
  616. buttonText: {
  617. prev: 'Précédent',
  618. next: 'Suivant',
  619. today: "Aujourd'hui",
  620. year: 'Année',
  621. month: 'Mois',
  622. week: 'Semaine',
  623. day: 'Jour',
  624. list: 'Planning',
  625. },
  626. weekText: 'Sem.',
  627. allDayText: 'Toute la journée',
  628. moreLinkText: 'en plus',
  629. noEventsText: 'Aucun événement à afficher',
  630. };
  631. var l32 = {
  632. code: 'gl',
  633. week: {
  634. dow: 1, // Monday is the first day of the week.
  635. doy: 4, // The week that contains Jan 4th is the first week of the year.
  636. },
  637. buttonText: {
  638. prev: 'Ant',
  639. next: 'Seg',
  640. today: 'Hoxe',
  641. month: 'Mes',
  642. week: 'Semana',
  643. day: 'Día',
  644. list: 'Axenda',
  645. },
  646. weekText: 'Sm',
  647. allDayText: 'Todo o día',
  648. moreLinkText: 'máis',
  649. noEventsText: 'Non hai eventos para amosar',
  650. };
  651. var l33 = {
  652. code: 'he',
  653. direction: 'rtl',
  654. buttonText: {
  655. prev: 'הקודם',
  656. next: 'הבא',
  657. today: 'היום',
  658. month: 'חודש',
  659. week: 'שבוע',
  660. day: 'יום',
  661. list: 'סדר יום',
  662. },
  663. allDayText: 'כל היום',
  664. moreLinkText: 'אחר',
  665. noEventsText: 'אין אירועים להצגה',
  666. weekText: 'שבוע',
  667. };
  668. var l34 = {
  669. code: 'hi',
  670. week: {
  671. dow: 0, // Sunday is the first day of the week.
  672. doy: 6, // The week that contains Jan 1st is the first week of the year.
  673. },
  674. buttonText: {
  675. prev: 'पिछला',
  676. next: 'अगला',
  677. today: 'आज',
  678. month: 'महीना',
  679. week: 'सप्ताह',
  680. day: 'दिन',
  681. list: 'कार्यसूची',
  682. },
  683. weekText: 'हफ्ता',
  684. allDayText: 'सभी दिन',
  685. moreLinkText: function(n) {
  686. return '+अधिक ' + n
  687. },
  688. noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए',
  689. };
  690. var l35 = {
  691. code: 'hr',
  692. week: {
  693. dow: 1, // Monday is the first day of the week.
  694. doy: 7, // The week that contains Jan 1st is the first week of the year.
  695. },
  696. buttonText: {
  697. prev: 'Prijašnji',
  698. next: 'Sljedeći',
  699. today: 'Danas',
  700. month: 'Mjesec',
  701. week: 'Tjedan',
  702. day: 'Dan',
  703. list: 'Raspored',
  704. },
  705. weekText: 'Tje',
  706. allDayText: 'Cijeli dan',
  707. moreLinkText: function(n) {
  708. return '+ još ' + n
  709. },
  710. noEventsText: 'Nema događaja za prikaz',
  711. };
  712. var l36 = {
  713. code: 'hu',
  714. week: {
  715. dow: 1, // Monday is the first day of the week.
  716. doy: 4, // The week that contains Jan 4th is the first week of the year.
  717. },
  718. buttonText: {
  719. prev: 'vissza',
  720. next: 'előre',
  721. today: 'ma',
  722. month: 'Hónap',
  723. week: 'Hét',
  724. day: 'Nap',
  725. list: 'Lista',
  726. },
  727. weekText: 'Hét',
  728. allDayText: 'Egész nap',
  729. moreLinkText: 'további',
  730. noEventsText: 'Nincs megjeleníthető esemény',
  731. };
  732. var l37 = {
  733. code: 'hy-am',
  734. week: {
  735. dow: 1, // Monday is the first day of the week.
  736. doy: 4, // The week that contains Jan 4th is the first week of the year.
  737. },
  738. buttonText: {
  739. prev: 'Նախորդ',
  740. next: 'Հաջորդ',
  741. today: 'Այսօր',
  742. month: 'Ամիս',
  743. week: 'Շաբաթ',
  744. day: 'Օր',
  745. list: 'Օրվա ցուցակ',
  746. },
  747. weekText: 'Շաբ',
  748. allDayText: 'Ամբողջ օր',
  749. moreLinkText: function(n) {
  750. return '+ ևս ' + n
  751. },
  752. noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
  753. };
  754. var l38 = {
  755. code: 'id',
  756. week: {
  757. dow: 1, // Monday is the first day of the week.
  758. doy: 7, // The week that contains Jan 1st is the first week of the year.
  759. },
  760. buttonText: {
  761. prev: 'mundur',
  762. next: 'maju',
  763. today: 'hari ini',
  764. month: 'Bulan',
  765. week: 'Minggu',
  766. day: 'Hari',
  767. list: 'Agenda',
  768. },
  769. weekText: 'Mg',
  770. allDayText: 'Sehari penuh',
  771. moreLinkText: 'lebih',
  772. noEventsText: 'Tidak ada acara untuk ditampilkan',
  773. };
  774. var l39 = {
  775. code: 'is',
  776. week: {
  777. dow: 1, // Monday is the first day of the week.
  778. doy: 4, // The week that contains Jan 4th is the first week of the year.
  779. },
  780. buttonText: {
  781. prev: 'Fyrri',
  782. next: 'Næsti',
  783. today: 'Í dag',
  784. month: 'Mánuður',
  785. week: 'Vika',
  786. day: 'Dagur',
  787. list: 'Dagskrá',
  788. },
  789. weekText: 'Vika',
  790. allDayText: 'Allan daginn',
  791. moreLinkText: 'meira',
  792. noEventsText: 'Engir viðburðir til að sýna',
  793. };
  794. var l40 = {
  795. code: 'it',
  796. week: {
  797. dow: 1, // Monday is the first day of the week.
  798. doy: 4, // The week that contains Jan 4th is the first week of the year.
  799. },
  800. buttonText: {
  801. prev: 'Prec',
  802. next: 'Succ',
  803. today: 'Oggi',
  804. month: 'Mese',
  805. week: 'Settimana',
  806. day: 'Giorno',
  807. list: 'Agenda',
  808. },
  809. weekText: 'Sm',
  810. allDayText: 'Tutto il giorno',
  811. moreLinkText: function(n) {
  812. return '+altri ' + n
  813. },
  814. noEventsText: 'Non ci sono eventi da visualizzare',
  815. };
  816. var l41 = {
  817. code: 'ja',
  818. buttonText: {
  819. prev: '前',
  820. next: '次',
  821. today: '今日',
  822. month: '月',
  823. week: '週',
  824. day: '日',
  825. list: '予定リスト',
  826. },
  827. weekText: '週',
  828. allDayText: '終日',
  829. moreLinkText: function(n) {
  830. return '他 ' + n + ' 件'
  831. },
  832. noEventsText: '表示する予定はありません',
  833. };
  834. var l42 = {
  835. code: 'ka',
  836. week: {
  837. dow: 1,
  838. doy: 7,
  839. },
  840. buttonText: {
  841. prev: 'წინა',
  842. next: 'შემდეგი',
  843. today: 'დღეს',
  844. month: 'თვე',
  845. week: 'კვირა',
  846. day: 'დღე',
  847. list: 'დღის წესრიგი',
  848. },
  849. weekText: 'კვ',
  850. allDayText: 'მთელი დღე',
  851. moreLinkText: function(n) {
  852. return '+ კიდევ ' + n
  853. },
  854. noEventsText: 'ღონისძიებები არ არის',
  855. };
  856. var l43 = {
  857. code: 'kk',
  858. week: {
  859. dow: 1, // Monday is the first day of the week.
  860. doy: 7, // The week that contains Jan 1st is the first week of the year.
  861. },
  862. buttonText: {
  863. prev: 'Алдыңғы',
  864. next: 'Келесі',
  865. today: 'Бүгін',
  866. month: 'Ай',
  867. week: 'Апта',
  868. day: 'Күн',
  869. list: 'Күн тәртібі',
  870. },
  871. weekText: 'Не',
  872. allDayText: 'Күні бойы',
  873. moreLinkText: function(n) {
  874. return '+ тағы ' + n
  875. },
  876. noEventsText: 'Көрсету үшін оқиғалар жоқ',
  877. };
  878. var l44 = {
  879. code: 'km',
  880. week: {
  881. dow: 1, // Monday is the first day of the week.
  882. doy: 4, // The week that contains Jan 4th is the first week of the year.
  883. },
  884. buttonText: {
  885. prev: 'មុន',
  886. next: 'បន្ទាប់',
  887. today: 'ថ្ងៃនេះ',
  888. year: 'ឆ្នាំ',
  889. month: 'ខែ',
  890. week: 'សប្តាហ៍',
  891. day: 'ថ្ងៃ',
  892. list: 'បញ្ជី',
  893. },
  894. weekText: 'សប្តាហ៍',
  895. allDayText: 'ពេញមួយថ្ងៃ',
  896. moreLinkText: 'ច្រើនទៀត',
  897. noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
  898. };
  899. var l45 = {
  900. code: 'ko',
  901. buttonText: {
  902. prev: '이전달',
  903. next: '다음달',
  904. today: '오늘',
  905. month: '월',
  906. week: '주',
  907. day: '일',
  908. list: '일정목록',
  909. },
  910. weekText: '주',
  911. allDayText: '종일',
  912. moreLinkText: '개',
  913. noEventsText: '일정이 없습니다',
  914. };
  915. var l46 = {
  916. code: 'ku',
  917. week: {
  918. dow: 6, // Saturday is the first day of the week.
  919. doy: 12, // The week that contains Jan 1st is the first week of the year.
  920. },
  921. direction: 'rtl',
  922. buttonText: {
  923. prev: 'پێشتر',
  924. next: 'دواتر',
  925. today: 'ئەمڕو',
  926. month: 'مانگ',
  927. week: 'هەفتە',
  928. day: 'ڕۆژ',
  929. list: 'بەرنامە',
  930. },
  931. weekText: 'هەفتە',
  932. allDayText: 'هەموو ڕۆژەکە',
  933. moreLinkText: 'زیاتر',
  934. noEventsText: 'هیچ ڕووداوێك نیە',
  935. };
  936. var l47 = {
  937. code: 'lb',
  938. week: {
  939. dow: 1, // Monday is the first day of the week.
  940. doy: 4, // The week that contains Jan 4th is the first week of the year.
  941. },
  942. buttonText: {
  943. prev: 'Zréck',
  944. next: 'Weider',
  945. today: 'Haut',
  946. month: 'Mount',
  947. week: 'Woch',
  948. day: 'Dag',
  949. list: 'Terminiwwersiicht',
  950. },
  951. weekText: 'W',
  952. allDayText: 'Ganzen Dag',
  953. moreLinkText: 'méi',
  954. noEventsText: 'Nee Evenementer ze affichéieren',
  955. };
  956. var l48 = {
  957. code: 'lt',
  958. week: {
  959. dow: 1, // Monday is the first day of the week.
  960. doy: 4, // The week that contains Jan 4th is the first week of the year.
  961. },
  962. buttonText: {
  963. prev: 'Atgal',
  964. next: 'Pirmyn',
  965. today: 'Šiandien',
  966. month: 'Mėnuo',
  967. week: 'Savaitė',
  968. day: 'Diena',
  969. list: 'Darbotvarkė',
  970. },
  971. weekText: 'SAV',
  972. allDayText: 'Visą dieną',
  973. moreLinkText: 'daugiau',
  974. noEventsText: 'Nėra įvykių rodyti',
  975. };
  976. var l49 = {
  977. code: 'lv',
  978. week: {
  979. dow: 1, // Monday is the first day of the week.
  980. doy: 4, // The week that contains Jan 4th is the first week of the year.
  981. },
  982. buttonText: {
  983. prev: 'Iepr.',
  984. next: 'Nāk.',
  985. today: 'Šodien',
  986. month: 'Mēnesis',
  987. week: 'Nedēļa',
  988. day: 'Diena',
  989. list: 'Dienas kārtība',
  990. },
  991. weekText: 'Ned.',
  992. allDayText: 'Visu dienu',
  993. moreLinkText: function(n) {
  994. return '+vēl ' + n
  995. },
  996. noEventsText: 'Nav notikumu',
  997. };
  998. var l50 = {
  999. code: 'mk',
  1000. buttonText: {
  1001. prev: 'претходно',
  1002. next: 'следно',
  1003. today: 'Денес',
  1004. month: 'Месец',
  1005. week: 'Недела',
  1006. day: 'Ден',
  1007. list: 'График',
  1008. },
  1009. weekText: 'Сед',
  1010. allDayText: 'Цел ден',
  1011. moreLinkText: function(n) {
  1012. return '+повеќе ' + n
  1013. },
  1014. noEventsText: 'Нема настани за прикажување',
  1015. };
  1016. var l51 = {
  1017. code: 'ms',
  1018. week: {
  1019. dow: 1, // Monday is the first day of the week.
  1020. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1021. },
  1022. buttonText: {
  1023. prev: 'Sebelum',
  1024. next: 'Selepas',
  1025. today: 'hari ini',
  1026. month: 'Bulan',
  1027. week: 'Minggu',
  1028. day: 'Hari',
  1029. list: 'Agenda',
  1030. },
  1031. weekText: 'Mg',
  1032. allDayText: 'Sepanjang hari',
  1033. moreLinkText: function(n) {
  1034. return 'masih ada ' + n + ' acara'
  1035. },
  1036. noEventsText: 'Tiada peristiwa untuk dipaparkan',
  1037. };
  1038. var l52 = {
  1039. code: 'nb',
  1040. week: {
  1041. dow: 1, // Monday is the first day of the week.
  1042. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1043. },
  1044. buttonText: {
  1045. prev: 'Forrige',
  1046. next: 'Neste',
  1047. today: 'I dag',
  1048. month: 'Måned',
  1049. week: 'Uke',
  1050. day: 'Dag',
  1051. list: 'Agenda',
  1052. },
  1053. weekText: 'Uke',
  1054. allDayText: 'Hele dagen',
  1055. moreLinkText: 'til',
  1056. noEventsText: 'Ingen hendelser å vise',
  1057. };
  1058. var l53 = {
  1059. code: 'ne', // code for nepal
  1060. week: {
  1061. dow: 7, // Sunday is the first day of the week.
  1062. doy: 1, // The week that contains Jan 1st is the first week of the year.
  1063. },
  1064. buttonText: {
  1065. prev: 'अघिल्लो',
  1066. next: 'अर्को',
  1067. today: 'आज',
  1068. month: 'महिना',
  1069. week: 'हप्ता',
  1070. day: 'दिन',
  1071. list: 'सूची',
  1072. },
  1073. weekText: 'हप्ता',
  1074. allDayText: 'दिनभरि',
  1075. moreLinkText: 'थप लिंक',
  1076. noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
  1077. };
  1078. var l54 = {
  1079. code: 'nl',
  1080. week: {
  1081. dow: 1, // Monday is the first day of the week.
  1082. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1083. },
  1084. buttonText: {
  1085. prev: 'Vorige',
  1086. next: 'Volgende',
  1087. today: 'Vandaag',
  1088. year: 'Jaar',
  1089. month: 'Maand',
  1090. week: 'Week',
  1091. day: 'Dag',
  1092. list: 'Agenda',
  1093. },
  1094. allDayText: 'Hele dag',
  1095. moreLinkText: 'extra',
  1096. noEventsText: 'Geen evenementen om te laten zien',
  1097. };
  1098. var l55 = {
  1099. code: 'nn',
  1100. week: {
  1101. dow: 1, // Monday is the first day of the week.
  1102. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1103. },
  1104. buttonText: {
  1105. prev: 'Førre',
  1106. next: 'Neste',
  1107. today: 'I dag',
  1108. month: 'Månad',
  1109. week: 'Veke',
  1110. day: 'Dag',
  1111. list: 'Agenda',
  1112. },
  1113. weekText: 'Veke',
  1114. allDayText: 'Heile dagen',
  1115. moreLinkText: 'til',
  1116. noEventsText: 'Ingen hendelser å vise',
  1117. };
  1118. var l56 = {
  1119. code: 'pl',
  1120. week: {
  1121. dow: 1, // Monday is the first day of the week.
  1122. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1123. },
  1124. buttonText: {
  1125. prev: 'Poprzedni',
  1126. next: 'Następny',
  1127. today: 'Dziś',
  1128. month: 'Miesiąc',
  1129. week: 'Tydzień',
  1130. day: 'Dzień',
  1131. list: 'Plan dnia',
  1132. },
  1133. weekText: 'Tydz',
  1134. allDayText: 'Cały dzień',
  1135. moreLinkText: 'więcej',
  1136. noEventsText: 'Brak wydarzeń do wyświetlenia',
  1137. };
  1138. var l57 = {
  1139. code: 'pt-br',
  1140. buttonText: {
  1141. prev: 'Anterior',
  1142. next: 'Próximo',
  1143. today: 'Hoje',
  1144. month: 'Mês',
  1145. week: 'Semana',
  1146. day: 'Dia',
  1147. list: 'Lista',
  1148. },
  1149. weekText: 'Sm',
  1150. allDayText: 'dia inteiro',
  1151. moreLinkText: function(n) {
  1152. return 'mais +' + n
  1153. },
  1154. noEventsText: 'Não há eventos para mostrar',
  1155. };
  1156. var l58 = {
  1157. code: 'pt',
  1158. week: {
  1159. dow: 1, // Monday is the first day of the week.
  1160. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1161. },
  1162. buttonText: {
  1163. prev: 'Anterior',
  1164. next: 'Seguinte',
  1165. today: 'Hoje',
  1166. month: 'Mês',
  1167. week: 'Semana',
  1168. day: 'Dia',
  1169. list: 'Agenda',
  1170. },
  1171. weekText: 'Sem',
  1172. allDayText: 'Todo o dia',
  1173. moreLinkText: 'mais',
  1174. noEventsText: 'Não há eventos para mostrar',
  1175. };
  1176. var l59 = {
  1177. code: 'ro',
  1178. week: {
  1179. dow: 1, // Monday is the first day of the week.
  1180. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1181. },
  1182. buttonText: {
  1183. prev: 'precedentă',
  1184. next: 'următoare',
  1185. today: 'Azi',
  1186. month: 'Lună',
  1187. week: 'Săptămână',
  1188. day: 'Zi',
  1189. list: 'Agendă',
  1190. },
  1191. weekText: 'Săpt',
  1192. allDayText: 'Toată ziua',
  1193. moreLinkText: function(n) {
  1194. return '+alte ' + n
  1195. },
  1196. noEventsText: 'Nu există evenimente de afișat',
  1197. };
  1198. var l60 = {
  1199. code: 'ru',
  1200. week: {
  1201. dow: 1, // Monday is the first day of the week.
  1202. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1203. },
  1204. buttonText: {
  1205. prev: 'Пред',
  1206. next: 'След',
  1207. today: 'Сегодня',
  1208. month: 'Месяц',
  1209. week: 'Неделя',
  1210. day: 'День',
  1211. list: 'Повестка дня',
  1212. },
  1213. weekText: 'Нед',
  1214. allDayText: 'Весь день',
  1215. moreLinkText: function(n) {
  1216. return '+ ещё ' + n
  1217. },
  1218. noEventsText: 'Нет событий для отображения',
  1219. };
  1220. var l61 = {
  1221. code: 'sk',
  1222. week: {
  1223. dow: 1, // Monday is the first day of the week.
  1224. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1225. },
  1226. buttonText: {
  1227. prev: 'Predchádzajúci',
  1228. next: 'Nasledujúci',
  1229. today: 'Dnes',
  1230. month: 'Mesiac',
  1231. week: 'Týždeň',
  1232. day: 'Deň',
  1233. list: 'Rozvrh',
  1234. },
  1235. weekText: 'Ty',
  1236. allDayText: 'Celý deň',
  1237. moreLinkText: function(n) {
  1238. return '+ďalšie: ' + n
  1239. },
  1240. noEventsText: 'Žiadne akcie na zobrazenie',
  1241. };
  1242. var l62 = {
  1243. code: 'sl',
  1244. week: {
  1245. dow: 1, // Monday is the first day of the week.
  1246. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1247. },
  1248. buttonText: {
  1249. prev: 'Prejšnji',
  1250. next: 'Naslednji',
  1251. today: 'Trenutni',
  1252. month: 'Mesec',
  1253. week: 'Teden',
  1254. day: 'Dan',
  1255. list: 'Dnevni red',
  1256. },
  1257. weekText: 'Teden',
  1258. allDayText: 'Ves dan',
  1259. moreLinkText: 'več',
  1260. noEventsText: 'Ni dogodkov za prikaz',
  1261. };
  1262. var l63 = {
  1263. code: 'sm',
  1264. buttonText: {
  1265. prev: 'Talu ai',
  1266. next: 'Mulimuli atu',
  1267. today: 'Aso nei',
  1268. month: 'Masina',
  1269. week: 'Vaiaso',
  1270. day: 'Aso',
  1271. list: 'Faasologa',
  1272. },
  1273. weekText: 'Vaiaso',
  1274. allDayText: 'Aso atoa',
  1275. moreLinkText: 'sili atu',
  1276. noEventsText: 'Leai ni mea na tutupu',
  1277. };
  1278. var l64 = {
  1279. code: 'sq',
  1280. week: {
  1281. dow: 1, // Monday is the first day of the week.
  1282. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1283. },
  1284. buttonText: {
  1285. prev: 'mbrapa',
  1286. next: 'Përpara',
  1287. today: 'sot',
  1288. month: 'Muaj',
  1289. week: 'Javë',
  1290. day: 'Ditë',
  1291. list: 'Listë',
  1292. },
  1293. weekText: 'Ja',
  1294. allDayText: 'Gjithë ditën',
  1295. moreLinkText: function(n) {
  1296. return '+më tepër ' + n
  1297. },
  1298. noEventsText: 'Nuk ka evente për të shfaqur',
  1299. };
  1300. var l65 = {
  1301. code: 'sr-cyrl',
  1302. week: {
  1303. dow: 1, // Monday is the first day of the week.
  1304. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1305. },
  1306. buttonText: {
  1307. prev: 'Претходна',
  1308. next: 'следећи',
  1309. today: 'Данас',
  1310. month: 'Месец',
  1311. week: 'Недеља',
  1312. day: 'Дан',
  1313. list: 'Планер',
  1314. },
  1315. weekText: 'Сед',
  1316. allDayText: 'Цео дан',
  1317. moreLinkText: function(n) {
  1318. return '+ још ' + n
  1319. },
  1320. noEventsText: 'Нема догађаја за приказ',
  1321. };
  1322. var l66 = {
  1323. code: 'sr',
  1324. week: {
  1325. dow: 1, // Monday is the first day of the week.
  1326. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1327. },
  1328. buttonText: {
  1329. prev: 'Prethodna',
  1330. next: 'Sledeći',
  1331. today: 'Danas',
  1332. month: 'Mеsеc',
  1333. week: 'Nеdеlja',
  1334. day: 'Dan',
  1335. list: 'Planеr',
  1336. },
  1337. weekText: 'Sed',
  1338. allDayText: 'Cеo dan',
  1339. moreLinkText: function(n) {
  1340. return '+ još ' + n
  1341. },
  1342. noEventsText: 'Nеma događaja za prikaz',
  1343. };
  1344. var l67 = {
  1345. code: 'sv',
  1346. week: {
  1347. dow: 1, // Monday is the first day of the week.
  1348. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1349. },
  1350. buttonText: {
  1351. prev: 'Förra',
  1352. next: 'Nästa',
  1353. today: 'Idag',
  1354. month: 'Månad',
  1355. week: 'Vecka',
  1356. day: 'Dag',
  1357. list: 'Program',
  1358. },
  1359. weekText: 'v.',
  1360. allDayText: 'Heldag',
  1361. moreLinkText: 'till',
  1362. noEventsText: 'Inga händelser att visa',
  1363. };
  1364. var l68 = {
  1365. code: 'ta-in',
  1366. week: {
  1367. dow: 1, // Monday is the first day of the week.
  1368. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1369. },
  1370. buttonText: {
  1371. prev: 'முந்தைய',
  1372. next: 'அடுத்தது',
  1373. today: 'இன்று',
  1374. month: 'மாதம்',
  1375. week: 'வாரம்',
  1376. day: 'நாள்',
  1377. list: 'தினசரி அட்டவணை',
  1378. },
  1379. weekText: 'வாரம்',
  1380. allDayText: 'நாள் முழுவதும்',
  1381. moreLinkText: function(n) {
  1382. return '+ மேலும் ' + n
  1383. },
  1384. noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை',
  1385. };
  1386. var l69 = {
  1387. code: 'th',
  1388. week: {
  1389. dow: 1, // Monday is the first day of the week.
  1390. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1391. },
  1392. buttonText: {
  1393. prev: 'ก่อนหน้า',
  1394. next: 'ถัดไป',
  1395. prevYear: 'ปีก่อนหน้า',
  1396. nextYear: 'ปีถัดไป',
  1397. year: 'ปี',
  1398. today: 'วันนี้',
  1399. month: 'เดือน',
  1400. week: 'สัปดาห์',
  1401. day: 'วัน',
  1402. list: 'กำหนดการ',
  1403. },
  1404. weekText: 'สัปดาห์',
  1405. allDayText: 'ตลอดวัน',
  1406. moreLinkText: 'เพิ่มเติม',
  1407. noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
  1408. };
  1409. var l70 = {
  1410. code: 'tr',
  1411. week: {
  1412. dow: 1, // Monday is the first day of the week.
  1413. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1414. },
  1415. buttonText: {
  1416. prev: 'geri',
  1417. next: 'ileri',
  1418. today: 'bugün',
  1419. month: 'Ay',
  1420. week: 'Hafta',
  1421. day: 'Gün',
  1422. list: 'Ajanda',
  1423. },
  1424. weekText: 'Hf',
  1425. allDayText: 'Tüm gün',
  1426. moreLinkText: 'daha fazla',
  1427. noEventsText: 'Gösterilecek etkinlik yok',
  1428. };
  1429. var l71 = {
  1430. code: 'ug',
  1431. buttonText: {
  1432. month: 'ئاي',
  1433. week: 'ھەپتە',
  1434. day: 'كۈن',
  1435. list: 'كۈنتەرتىپ',
  1436. },
  1437. allDayText: 'پۈتۈن كۈن',
  1438. };
  1439. var l72 = {
  1440. code: 'uk',
  1441. week: {
  1442. dow: 1, // Monday is the first day of the week.
  1443. doy: 7, // The week that contains Jan 1st is the first week of the year.
  1444. },
  1445. buttonText: {
  1446. prev: 'Попередній',
  1447. next: 'далі',
  1448. today: 'Сьогодні',
  1449. month: 'Місяць',
  1450. week: 'Тиждень',
  1451. day: 'День',
  1452. list: 'Порядок денний',
  1453. },
  1454. weekText: 'Тиж',
  1455. allDayText: 'Увесь день',
  1456. moreLinkText: function(n) {
  1457. return '+ще ' + n + '...'
  1458. },
  1459. noEventsText: 'Немає подій для відображення',
  1460. };
  1461. var l73 = {
  1462. code: 'uz',
  1463. buttonText: {
  1464. month: 'Oy',
  1465. week: 'Xafta',
  1466. day: 'Kun',
  1467. list: 'Kun tartibi',
  1468. },
  1469. allDayText: "Kun bo'yi",
  1470. moreLinkText: function(n) {
  1471. return '+ yana ' + n
  1472. },
  1473. noEventsText: "Ko'rsatish uchun voqealar yo'q",
  1474. };
  1475. var l74 = {
  1476. code: 'vi',
  1477. week: {
  1478. dow: 1, // Monday is the first day of the week.
  1479. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1480. },
  1481. buttonText: {
  1482. prev: 'Trước',
  1483. next: 'Tiếp',
  1484. today: 'Hôm nay',
  1485. month: 'Tháng',
  1486. week: 'Tuần',
  1487. day: 'Ngày',
  1488. list: 'Lịch biểu',
  1489. },
  1490. weekText: 'Tu',
  1491. allDayText: 'Cả ngày',
  1492. moreLinkText: function(n) {
  1493. return '+ thêm ' + n
  1494. },
  1495. noEventsText: 'Không có sự kiện để hiển thị',
  1496. };
  1497. var l75 = {
  1498. code: 'zh-cn',
  1499. week: {
  1500. // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
  1501. dow: 1, // Monday is the first day of the week.
  1502. doy: 4, // The week that contains Jan 4th is the first week of the year.
  1503. },
  1504. buttonText: {
  1505. prev: '上月',
  1506. next: '下月',
  1507. today: '今天',
  1508. month: '月',
  1509. week: '周',
  1510. day: '日',
  1511. list: '日程',
  1512. },
  1513. weekText: '周',
  1514. allDayText: '全天',
  1515. moreLinkText: function(n) {
  1516. return '另外 ' + n + ' 个'
  1517. },
  1518. noEventsText: '没有事件显示',
  1519. };
  1520. var l76 = {
  1521. code: 'zh-tw',
  1522. buttonText: {
  1523. prev: '上月',
  1524. next: '下月',
  1525. today: '今天',
  1526. month: '月',
  1527. week: '週',
  1528. day: '天',
  1529. list: '活動列表',
  1530. },
  1531. weekText: '周',
  1532. allDayText: '整天',
  1533. moreLinkText: '顯示更多',
  1534. noEventsText: '没有任何活動',
  1535. };
  1536. /* eslint max-len: off */
  1537. var localesAll = [
  1538. l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, l26, l27, l28, l29, l30, l31, l32, l33, l34, l35, l36, l37, l38, l39, l40, l41, l42, l43, l44, l45, l46, l47, l48, l49, l50, l51, l52, l53, l54, l55, l56, l57, l58, l59, l60, l61, l62, l63, l64, l65, l66, l67, l68, l69, l70, l71, l72, l73, l74, l75, l76,
  1539. ];
  1540. return localesAll;
  1541. }());