1 | {
|
---|
2 | "name": "fr",
|
---|
3 | "options": {
|
---|
4 | "months": ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"],
|
---|
5 | "shortMonths": ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juill.", "août", "sept.", "oct.", "nov.", "déc."],
|
---|
6 | "days": ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
|
---|
7 | "shortDays": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
|
---|
8 | "toolbar": {
|
---|
9 | "exportToSVG": "Télécharger au format SVG",
|
---|
10 | "exportToPNG": "Télécharger au format PNG",
|
---|
11 | "menu": "Menu",
|
---|
12 | "selection": "Sélection",
|
---|
13 | "selectionZoom": "Sélection et zoom",
|
---|
14 | "zoomIn": "Zoomer",
|
---|
15 | "zoomOut": "Dézoomer",
|
---|
16 | "pan": "Navigation",
|
---|
17 | "reset": "Réinitialiser le zoom"
|
---|
18 | }
|
---|
19 | }
|
---|
20 | } |
---|