懒羊羊
2023-11-14 8286c62256f23bc2367a6729c0f46f84215e380b
提交 | 用户 | 时间
8286c6 1 (function (global, factory) {
2     typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3     typeof define === 'function' && define.amd ? define(factory) :
4     (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.fr = factory()));
5 }(this, function () { 'use strict';
6
7     var fr = {
8         code: "fr",
9         week: {
10             dow: 1,
11             doy: 4 // The week that contains Jan 4th is the first week of the year.
12         },
13         buttonText: {
14             prev: "Précédent",
15             next: "Suivant",
16             today: "Aujourd'hui",
17             year: "Année",
18             month: "Mois",
19             week: "Semaine",
20             day: "Jour",
21             list: "Mon planning"
22         },
23         weekLabel: "Sem.",
24         allDayHtml: "Toute la<br/>journée",
25         eventLimitText: "en plus",
26         noEventsMessage: "Aucun événement à afficher"
27     };
28
29     return fr;
30
31 }));