UNPKG

5.18 kBJavaScriptView Raw
1
2
3/*
4* Licensed to the Apache Software Foundation (ASF) under one
5* or more contributor license agreements. See the NOTICE file
6* distributed with this work for additional information
7* regarding copyright ownership. The ASF licenses this file
8* to you under the Apache License, Version 2.0 (the
9* "License"); you may not use this file except in compliance
10* with the License. You may obtain a copy of the License at
11*
12* http://www.apache.org/licenses/LICENSE-2.0
13*
14* Unless required by applicable law or agreed to in writing,
15* software distributed under the License is distributed on an
16* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17* KIND, either express or implied. See the License for the
18* specific language governing permissions and limitations
19* under the License.
20*/
21
22
23/**
24 * AUTO-GENERATED FILE. DO NOT MODIFY.
25 */
26(function(root, factory) {
27 if (typeof define === 'function' && define.amd) {
28 // AMD. Register as an anonymous module.
29 define(['exports'], factory);
30 } else if (
31 typeof exports === 'object' &&
32 typeof exports.nodeName !== 'string'
33 ) {
34 // CommonJS
35 factory(exports);
36 } else {
37 // Browser globals
38 factory({});
39 }
40})(this, function(exports) {
41
42
43/**
44 * Language: Français.
45 */
46
47var localeObj = {
48 time: {
49 month: [
50 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin',
51 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'
52 ],
53 monthAbbr: [
54 'Jan', 'Fév', 'Mars', 'Avr', 'Mai', 'Juin',
55 'Juil', 'Août', 'Sept', 'Oct', 'Nov', 'Déc'
56 ],
57 dayOfWeek: [
58 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'
59 ],
60 dayOfWeekAbbr: [
61 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'
62 ]
63 },
64 legend: {
65 selector: {
66 all: 'Tout',
67 inverse: 'Inverse'
68 }
69 },
70 toolbox: {
71 brush: {
72 title: {
73 rect: 'Sélection rectangulaire',
74 polygon: 'Sélection au lasso',
75 lineX: 'Sélectionner horizontalement',
76 lineY: 'Sélectionner verticalement',
77 keep: 'Garder la sélection',
78 clear: 'Effacer la sélection'
79 }
80 },
81 dataView: {
82 title: 'Visualisation des données',
83 lang: ['Visualisation des données', 'Fermer', 'Rafraîchir']
84 },
85 dataZoom: {
86 title: {
87 zoom: 'Zoom',
88 back: 'Zoom Remise à zéro'
89 }
90 },
91 magicType: {
92 title: {
93 line: 'Changer pour Ligne',
94 bar: 'Changer pour Histogramme',
95 stack: 'Superposition',
96 tiled: 'Tuile'
97 }
98 },
99 restore: {
100 title: 'Restaurer'
101 },
102 saveAsImage: {
103 title: 'Sauvegarder l\'image',
104 lang: ['Clic droit pour sauvegarder l\'image']
105 }
106 },
107 series: {
108 typeNames: {
109 pie: 'Camembert',
110 bar: 'Histogramme',
111 line: 'Ligne',
112 scatter: 'Nuage de points',
113 effectScatter: 'Nuage de points stylisé',
114 radar: 'Radar',
115 tree: 'Arbre',
116 treemap: 'Treemap',
117 boxplot: 'Boîte à moustaches',
118 candlestick: 'Chandelier',
119 k: 'Linéaire K',
120 heatmap: 'Carte de fréquentation',
121 map: 'Carte',
122 parallel: 'Données parallèles',
123 lines: 'Lignes',
124 graph: 'Graphe',
125 sankey: 'Sankey',
126 funnel: 'Entonnoir',
127 gauge: 'Jauge',
128 pictorialBar: 'Barres à images',
129 themeRiver: 'Stream Graph',
130 sunburst: 'Sunburst'
131 }
132 },
133 aria: {
134 general: {
135 withTitle: 'Cette carte est intitulée "{title}"',
136 withoutTitle: 'C\'est une carte'
137 },
138 series: {
139 single: {
140 prefix: '',
141 withName: ' Avec le type de {seriesType} qui s\'appelle {seriesName}.',
142 withoutName: ' Avec le type de {seriesType}.'
143 },
144 multiple: {
145 prefix: ' Elle comprend {seriesCount} séries.',
146 withName: ' La série {seriesId} représente {seriesName} de {seriesType}.',
147 withoutName: ' La série {seriesId} est un/une {seriesType}.',
148 separator: {
149 middle: '',
150 end: ''
151 }
152 }
153 },
154 data: {
155 allData: 'Les données sont: ',
156 partialData: 'Les premiers {displayCnt} éléments sont : ',
157 withName: 'Les données pour {name} sont {value}',
158 withoutName: '{value}',
159 separator: {
160 middle: ', ',
161 end: '. '
162 }
163 }
164 }
165};
166
167 for (var key in localeObj) {
168 if (localeObj.hasOwnProperty(key)) {
169 exports[key] = localeObj[key];
170 }
171 }
172
173});
\No newline at end of file