Commit 893b1f01427819c7a2e561d798a1151144021ab3

Authored by Renato De Donato
1 parent 92c924ed

ln

controllets/datasets-list-controllet/datasets-list-controllet.html
@@ -395,6 +395,7 @@ @@ -395,6 +395,7 @@
395 this.$.showing.innerHTML = ln["showing_" + ln["localization"]]; 395 this.$.showing.innerHTML = ln["showing_" + ln["localization"]];
396 this.$.to.innerHTML = ln["to_" + ln["localization"]]; 396 this.$.to.innerHTML = ln["to_" + ln["localization"]];
397 this.$.of.innerHTML = ln["of_" + ln["localization"]]; 397 this.$.of.innerHTML = ln["of_" + ln["localization"]];
  398 + this.$.rows.innerHTML = ln["datasetsRows_" + ln["localization"]];
398 399
399 this.$.filter.setAttribute("label", ln["search_" + ln["localization"]]); 400 this.$.filter.setAttribute("label", ln["search_" + ln["localization"]]);
400 }, 401 },
datalets/highcharts-datalet/static/themes/themes.js
@@ -14,7 +14,7 @@ Highcharts.themeSpod = { @@ -14,7 +14,7 @@ Highcharts.themeSpod = {
14 14
15 // Load the fonts 15 // Load the fonts
16 Highcharts.createElement('link', { 16 Highcharts.createElement('link', {
17 - //href: '//fonts.googleapis.com/css?family=Unica+One', 17 + href: '//fonts.googleapis.com/css?family=Unica+One',
18 rel: 'stylesheet', 18 rel: 'stylesheet',
19 type: 'text/css' 19 type: 'text/css'
20 }, null, document.getElementsByTagName('head')[0]); 20 }, null, document.getElementsByTagName('head')[0]);
@@ -225,7 +225,7 @@ Highcharts.themeDarkUnika = { @@ -225,7 +225,7 @@ Highcharts.themeDarkUnika = {
225 225
226 // Load the fonts 226 // Load the fonts
227 Highcharts.createElement('link', { 227 Highcharts.createElement('link', {
228 - //href: '//fonts.googleapis.com/css?family=Signika:400,700', 228 + href: '//fonts.googleapis.com/css?family=Signika:400,700',
229 rel: 'stylesheet', 229 rel: 'stylesheet',
230 type: 'text/css' 230 type: 'text/css'
231 }, null, document.getElementsByTagName('head')[0]); 231 }, null, document.getElementsByTagName('head')[0]);
@@ -326,7 +326,7 @@ Highcharts.themeSandSignika = { @@ -326,7 +326,7 @@ Highcharts.themeSandSignika = {
326 326
327 // Load the fonts 327 // Load the fonts
328 Highcharts.createElement('link', { 328 Highcharts.createElement('link', {
329 - //href: '//fonts.googleapis.com/css?family=Dosis:400,600', 329 + href: '//fonts.googleapis.com/css?family=Dosis:400,600',
330 rel: 'stylesheet', 330 rel: 'stylesheet',
331 type: 'text/css' 331 type: 'text/css'
332 }, null, document.getElementsByTagName('head')[0]); 332 }, null, document.getElementsByTagName('head')[0]);
locales/controllet_ln.js
@@ -53,6 +53,7 @@ ln["datasetsInfo_en"] = "DATASET INFO"; @@ -53,6 +53,7 @@ ln["datasetsInfo_en"] = "DATASET INFO";
53 ln["showing_en"] = "Showing"; 53 ln["showing_en"] = "Showing";
54 ln["to_en"] = "to"; 54 ln["to_en"] = "to";
55 ln["of_en"] = "of"; 55 ln["of_en"] = "of";
  56 +ln["datasetsRows_en"] = "datasets";
56 ln["search_en"] = "Search"; 57 ln["search_en"] = "Search";
57 58
58 //SELECT DATA 59 //SELECT DATA
@@ -205,7 +206,7 @@ ln["CategoriesDescription_en"] = "The category that splits the y-axis values. If @@ -205,7 +206,7 @@ ln["CategoriesDescription_en"] = "The category that splits the y-axis values. If
205 ln["x-axis-label_en"] = "X Axis Label"; 206 ln["x-axis-label_en"] = "X Axis Label";
206 ln["y-axis-label_en"] = "Y Axis Label"; 207 ln["y-axis-label_en"] = "Y Axis Label";
207 ln["suffix_en"] = "Tooltip Suffix"; 208 ln["suffix_en"] = "Tooltip Suffix";
208 -ln["legend_en"] = "Leged"; 209 +ln["legend_en"] = "Legend";
209 ln["data-labels_en"] = "Show Data Labels"; 210 ln["data-labels_en"] = "Show Data Labels";
210 ln["stack_en"] = "Stack"; 211 ln["stack_en"] = "Stack";
211 ln["theme_en"] = "Theme"; 212 ln["theme_en"] = "Theme";
@@ -226,7 +227,7 @@ ln["themeSpod_en"] = "Spod"; @@ -226,7 +227,7 @@ ln["themeSpod_en"] = "Spod";
226 ln["x-axis-labelDescription_en"] = "The x-axis label."; 227 ln["x-axis-labelDescription_en"] = "The x-axis label.";
227 ln["y-axis-labelDescription_en"] = "The y-axis label."; 228 ln["y-axis-labelDescription_en"] = "The y-axis label.";
228 ln["suffixDescription_en"] = "The suffix added to data labels in the tooltip."; 229 ln["suffixDescription_en"] = "The suffix added to data labels in the tooltip.";
229 -ln["legendDescription_en"] = "The leged position."; 230 +ln["legendDescription_en"] = "The legend position.";
230 ln["data-labelsDescription_en"] = "Show/hide data labels."; 231 ln["data-labelsDescription_en"] = "Show/hide data labels.";
231 ln["themeDescription_en"] = "The theme affects the appearance and colors of the chart."; 232 ln["themeDescription_en"] = "The theme affects the appearance and colors of the chart.";
232 ln["stackDescription_en"] = "The stack type."; 233 ln["stackDescription_en"] = "The stack type.";
@@ -236,409 +237,449 @@ ln["donutDescription_en"] = "Pie will become Donut! :) (or viceversa)."; @@ -236,409 +237,449 @@ ln["donutDescription_en"] = "Pie will become Donut! :) (or viceversa).";
236 237
237 //PAGE SLIDER 238 //PAGE SLIDER
238 239
239 -ln["slide1Title_it"] = "SELECT DATASET";  
240 -ln["slide1Subtitle_it"] = "Select a dataset from the list or copy and paste the url of dataset.";  
241 -ln["slide2Title_it"] = "SELECT DATA";  
242 -ln["slide2Subtitle_it"] = "Select the fields on the left. The table will show the values related to the selected fields.";  
243 -ln["slide3Title_it"] = "SELECT VISUALIZATION";  
244 -ln["slide3Subtitle_it"] = "Select a visualization, fill out inputs and options.";  
245 -ln["back_it"] = "BACK TO THE FUTURE";  
246 -ln["forward_it"] = "FORWARD"; 240 +ln["slide1Title_it"] = "SELEZIONA UN DATASET";
  241 +ln["slide1Subtitle_it"] = "Seleziona un dataset dall'elenco oppure copia-incolla l'url di un dataset.";
  242 +ln["slide2Title_it"] = "SELEZIONA I DATI";
  243 +ln["slide2Subtitle_it"] = "Seleziona i campi sulla sinistra. La tabella mostrerà i valori relativi ai campi selezionati";
  244 +ln["slide3Title_it"] = "SELEZIONA LA VISUALIZZAZIONE";
  245 +ln["slide3Subtitle_it"] = "Seleziona una visualizzazione, compila i campi e le opzioni.";
  246 +ln["back_it"] = "RITORNO AL FUTURO";
  247 +ln["forward_it"] = "AVANTI";
247 248
248 //SELECT DATASET 249 //SELECT DATASET
249 250
250 -ln["listView_it"] = "LIST VIEW";  
251 -ln["treeMapView_it"] = "TREE MAP VIEW";  
252 -ln["extendedSearch_it"] = "EXTENDED SEARCH"; 251 +ln["selectedUrl_it"] = "Url selezionato";
  252 +ln["wrongUrl_it"] = "Url non valido o provider dati non ancora supportato.";
  253 +
  254 +ln["providersDatasets_it"] = "DATASETS DEI PROVIDER";
  255 +ln["spodUsersDatasets_it"] = "DATASET COCREATI";
  256 +ln["datasets_it"] = "LISTA DEI DATASET";
  257 +
253 ln["provider_it"] = "Provider"; 258 ln["provider_it"] = "Provider";
254 -ln["showing_it"] = "Showing";  
255 -ln["to_it"] = "to";  
256 -ln["of_it"] = "of";  
257 -ln["datasets_it"] = "datasets";  
258 -ln["suggestedDatasets_it"] = "Suggested datasets";  
259 -ln["selectedUrl_it"] = "Selected url";  
260 -ln["wrongUrl_it"] = "Invalid url or data provider not supported yet."; 259 +ln["all_it"] = "Tutti";
  260 +ln["allDescription_it"] = "Mostra i dataset di tutti i provider associati..";
  261 +ln["providerName_it"] = "Provider";
  262 +ln["providerNameDescription_it"] = "Mostra solo i dataset del provider selezionato.";
  263 +
  264 +ln["search_it"] = "Ricerca";
  265 +ln["standard_it"] = "Standard";
  266 +ln["standardDescription_it"] = "La ricerca funziona solo sui nommi dei dataset.";
  267 +ln["extended_it"] = "Extended [NOT AVAILABLE]";
  268 +ln["extendedDescription_it"] = "La ricerca funziona sull'intero contenuto dei dataset;.";
  269 +
  270 +ln["version_it"] = "Versionw";
  271 +ln["showLast_it"] = "Mostra l'ultima";
  272 +ln["showLastDescription_it"] = "Mostra solo l'ultima versione dei dataset.";
  273 +ln["showAll_it"] = "Mostra tutti";
  274 +ln["showAllDescription_it"] = "Mostra tutte le versioni dei dataset.";
  275 +
  276 +//select-dataset-controllet
  277 +ln["datasetsInfo_it"] = "INFORMAZIONI SUL DATASET";
  278 +ln["showing_it"] = "Mostrati";
  279 +ln["to_it"] = "a";
  280 +ln["of_it"] = "di";
  281 +ln["datasetsRows_en"] = "dataset";
  282 +ln["search_it"] = "Ricerca";
261 283
262 //SELECT DATA 284 //SELECT DATA
263 285
264 //select-fields 286 //select-fields
265 -ln["fields_it"] = "FIELDS"; 287 +ln["fields_it"] = "CAMPI";
266 288
267 //data-table 289 //data-table
268 -ln["selectedData_it"] = "SELECTED DATA";  
269 -ln["showing_it"] = "Showing";  
270 -ln["to_it"] = "to";  
271 -ln["of_it"] = "of";  
272 -ln["rows_it"] = "rows";  
273 -ln["type_it"] = "TYPE";  
274 -ln["warning_it"] = "WARNING"; 290 +ln["selectedData_it"] = "DATI SELEZIONATI";
  291 +ln["showing_it"] = "Mostrati";
  292 +ln["to_it"] = "a";
  293 +ln["of_it"] = "di";
  294 +ln["rows_it"] = "file";
  295 +ln["type_it"] = "SCRIVERE";
  296 +ln["warning_it"] = "ATTENZIONE";
275 297
276 //expert 298 //expert
277 -ln["expert_it"] = "EXPERT MODE";  
278 -ln["filters_it"] = "FILTERS";  
279 -ln["groupBy_it"] = "GROUP BY";  
280 -ln["query_it"] = "QUERY"; 299 +ln["expert_it"] = "MODALITA' ESPERTO";
  300 +ln["filters_it"] = "FILTRI";
  301 +ln["groupBy_it"] = "RAGGRUPPA PER";
  302 +ln["query_it"] = "INTERROGARE";
281 303
282 //filters 304 //filters
283 -ln["filterField_it"] = "Field";  
284 -ln["filterOperation_it"] = "Operation";  
285 -ln["filterValue_it"] = "Value"; 305 +ln["filterField_it"] = "Campo";
  306 +ln["filterOperation_it"] = "Operazione";
  307 +ln["filterValue_it"] = "Valore";
286 308
287 -ln["disableFilters_it"] = "DISABLE FILTERS";  
288 -ln["enableFilters_it"] = "ENABLE FILTERS"; 309 +ln["disableFilters_it"] = "DISABILITA FILTRI";
  310 +ln["enableFilters_it"] = "ABILITA FILTRI";
289 311
290 ln["=_it"] = "="; //is equal to 312 ln["=_it"] = "="; //is equal to
291 -ln["!=_it"] = "not ="; //is not equal to 313 +ln["!=_it"] = "non ="; //is not equal to
292 ln[">_it"] = ">"; //is greater than 314 ln[">_it"] = ">"; //is greater than
293 ln[">=_it"] = ">="; //is greater than or equal to 315 ln[">=_it"] = ">="; //is greater than or equal to
294 ln["<_it"] = "<"; //is less than 316 ln["<_it"] = "<"; //is less than
295 ln["<=_it"] = "<="; //is less than or equal to 317 ln["<=_it"] = "<="; //is less than or equal to
296 -ln["contains_it"] = "contains";  
297 -ln["notContains_it"] = "not contains";  
298 -ln["start_it"] = "start with";  
299 -ln["ends_it"] = "ends with"; 318 +ln["contains_it"] = "contiene";
  319 +ln["notContains_it"] = "non contiene";
  320 +ln["start_it"] = "inizia con";
  321 +ln["ends_it"] = "termina con";
300 322
301 //aggregators 323 //aggregators
302 -ln["GROUP BY_it"] = "GROUP BY";  
303 -ln["CALCULATE_it"] = "CALCULATE";  
304 -ln["Calculate_it"] = "Calculate";  
305 -ln["aggregatorField_it"] = "Field";  
306 -  
307 -ln["disableGroupBy_it"] = "DISABLE GROUP BY";  
308 -ln["enableGroupBy_it"] = "ENABLE GROUP BY";  
309 -  
310 -ln["COUNT_it"] = "COUNT of";  
311 -ln["SUM_it"] = "SUM of";  
312 -ln["MIN_it"] = "MIN of";  
313 -ln["MAX_it"] = "MAX of";  
314 -ln["AVG_it"] = "AVG of";  
315 -ln["FIRST_it"] = "FIRST of";  
316 -ln["LAST_it"] = "LAST of"; 324 +ln["GROUP BY_it"] = "RAGGRUPPA PER";
  325 +ln["CALCULATE_it"] = "CALCOLA";
  326 +ln["Calculate_it"] = "Calcola";
  327 +ln["aggregatorField_it"] = "Campo";
  328 +
  329 +ln["disableGroupBy_it"] = "DISABILITA RAGGRUPPAMENTO ";
  330 +ln["enableGroupBy_it"] = "ABILITA RAGGRUPPAMENTO";
  331 +
  332 +ln["COUNT_it"] = "TOTALE di";
  333 +ln["SUM_it"] = "SOMMA di";
  334 +ln["MIN_it"] = "MINORE di";
  335 +ln["MAX_it"] = "MASSIMO di";
  336 +ln["AVG_it"] = "AVG di";
  337 +ln["FIRST_it"] = "PRIMO di";
  338 +ln["LAST_it"] = "ULTIMO di";
317 339
318 //SELECT VISUALIZATION 340 //SELECT VISUALIZATION
319 341
320 -ln["addDatalet_it"] = "ADD";  
321 -ln["modifyDatalet_it"] = "MODIFY"; 342 +ln["addDatalet_it"] = "AGGIUNGI";
  343 +ln["modifyDatalet_it"] = "MODIFICA";
322 344
323 //datalet-preview 345 //datalet-preview
324 -ln["previewTab_it"] = "DATALET PREVIEW"; 346 +ln["previewTab_it"] = "ANTEPRIMA DATALET";
325 ln["infoTab_it"] = "DATALET INFO"; 347 ln["infoTab_it"] = "DATALET INFO";
326 348
327 //select-inputs 349 //select-inputs
328 -ln["baseInfo_it"] = "BASE INFO";  
329 -ln["inputs_it"] = "INPUTS";  
330 -ln["options_it"] = "OPTIONS"; 350 +ln["baseInfo_it"] = "INFO BASE";
  351 +ln["inputs_it"] = "INPUT";
  352 +ln["options_it"] = "OPZIONI";
331 353
332 //vslider 354 //vslider
333 -ln["search_it"] = "Search"; 355 +ln["search_it"] = "Cerca";
334 356
335 -ln["datatable_it"] = "Table";  
336 -ln["barchart_it"] = "Bar Chart";  
337 -ln["columnchart_it"] = "Column Chart";  
338 -ln["areachart_it"] = "Area Chart";  
339 -ln["linechart_it"] = "Line Chart"; 357 +ln["datatable_it"] = "Tabella";
  358 +ln["barchart_it"] = "Grafico a barre";
  359 +ln["columnchart_it"] = "Istogramma";
  360 +ln["areachart_it"] = "Grafico ad area";
  361 +ln["linechart_it"] = "Grafico a linee";
340 ln["heatmap_it"] = "Heat Map"; 362 ln["heatmap_it"] = "Heat Map";
341 -ln["piechart_it"] = "Pie Chart";  
342 -ln["scatterchart_it"] = "Scatter Chart";  
343 -ln["bubblechart_it"] = "Bubble Chart";  
344 -ln["treemap_it"] = "Tree Map";  
345 -ln["leafletjs_it"] = "Map";  
346 -ln["leafletjs-geojson_it"] = "Geojson Map";  
347 -  
348 -ln["datatableDescription_it"] = "A table is a means of arranging data in rows and columns.";  
349 -ln["barchartDescription_it"] = "A bar chart is a chart that presents grouped data with rectangular bars plotted horizontally with lengths proportional to the values that they represent.";  
350 -ln["columnchartDescription_it"] = "A column chart is a chart that presents grouped data with rectangular bars plotted vertically with lengths proportional to the values that they represent.";  
351 -ln["areachartDescription_it"] = "An area chart is a chart which displays graphically quantitive data. The area between axis and line are emphasized with colors and textures. Commonly one compares with the area chart two or more quantities.";  
352 -ln["linechartDescription_it"] = "A line chart is chart which displays information as a series of data points called 'markers' connected by straight line segments. A line chart is often used to visualize a trend in data over intervals of time.";  
353 -ln["heatmapDescription_it"] = "A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors.";  
354 -ln["piechartDescription_it"] = "A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion. In the pie chart, the arc length of each slice, and consequently its central angle and area, is proportional to the quantity it represents.";  
355 -ln["scatterchartDescription_it"] = "A scatter chart is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.";  
356 -ln["bubblechartDescription_it"] = "A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk's xy location and the third through its size.";  
357 -ln["treemapDescription_it"] = "A tree map is a chart for displaying hierarchical data by using nested rectangles."; 363 +ln["piechart_it"] = "Grafico a torta";
  364 +ln["scatterchart_it"] = "Grafico a dispersione";
  365 +ln["bubblechart_it"] = "Diagramma a bolle";
  366 +ln["treemap_it"] = "Mappa ad albero";
  367 +ln["leafletjs_it"] = "Mappa";
  368 +ln["leafletjs-geojson_it"] = "Mappa Geojson";
  369 +
  370 +ln["datatableDescription_it"] = "Una tabella è un mezzo per organizzare i dati in righe e colonne.";
  371 +ln["barchartDescription_it"] = "Un grafico a barre è un grafico che presenta dati raggruppati in barre rettangolari impostate orizzontalmente con la lunghezza proporzionale al valore rappresentato.";
  372 +ln["columnchartDescription_it"] = "Un istogramma è un grafico raffigurante dati raggruppati in barre rettangolari impostate verticalmente con lunghezza proporzionale al valore rappresentato.";
  373 +ln["areachartDescription_it"] = "Un grafico ad area è un grafico che mostra graficamente dati quantitativi. L'area tra le assi e la linea sono enfatizzate con colori e texture. Usualmente si compara il grafico ad area con due o più quantità.";
  374 +ln["linechartDescription_it"] = "Un grafico a linee è un grafico che mostra le informazioni sottoforma di una serie di dati puntuali definiti 'markers' e collegati tra loro con segmenti di linee dritte. Il grafico a linee è spesso utilizzato per visualizzare trend lungo un intervallo temporale.";
  375 +ln["heatmapDescription_it"] = "Una heat map è una rappresentazione grafica di dati in cui i valori individuali contenuti in una matrice sono rappresentati con colori.";
  376 +ln["piechartDescription_it"] = "Un grafico a torta è un grafico statistico e circolare che è diviso in fette che mostrano la proporzione numerica. Nel grafico a torta la lunghezza dell'arco di ogni fetta, e di conseguenza il suo angolo al centro e l'area, è proporzionato alla quantita che rappresenta.";
  377 +ln["scatterchartDescription_it"] = "Un grafico a dispersione è un tipo di grafico o diagramma matematico che utilizza coordinate cartesiane per mostrare valori tipicamente per due variabili per un set di dati. I dati sono mostrati come un insieme di punti, ciascuno avente il valore di una variabile che ne determina la posizione sull'asse orizzontale e il valore dell'altra variabile ne determina la posizione sull'asse verticale.";
  378 +ln["bubblechartDescription_it"] = " Un diagramma a bolle è un tipo di diagramma che mostra tre dimensioni dei dati. Ciascuna entità con la sua tripletta (v1,v2,v3) di dati associati viene impostata come un disco che esprime due dei valori di vi attraverso la localizzazione dell'xy del disco mentre la terza vi è la dimensione del disco stessa.";
  379 +ln["treemapDescription_it"] = " Una mappa ad albero è un diagramma per rappresentare dati gerarchicamente utilizzando rettangoli nidificati.";
358 ln["leafletjsDescription_it"] = ""; 380 ln["leafletjsDescription_it"] = "";
359 ln["leafletjs-geojsonDescription_it"] = ""; 381 ln["leafletjs-geojsonDescription_it"] = "";
360 382
361 //inputs 383 //inputs
362 -ln["title_it"] = "Title"  
363 -ln["description_it"] = "Description";  
364 -  
365 -ln["sortAscending_it"] = "SORTED ASCENDING";  
366 -ln["sortDescending_it"] = "SORTED DESCENDING";  
367 -ln["unsort_it"] = "UNSORTED";  
368 -  
369 -//--> "_" not allowed!  
370 -ln["TITLE_it"] = "TITLE";  
371 -ln["DESCRIPTION_it"] = "DESCRIPTION";  
372 -ln["XAxis_it"] = "X-AXIS";  
373 -ln["YAxis_it"] = "Y-AXIS";  
374 -ln["NumericXAxis_it"] = "X-AXIS";  
375 -ln["NumericYAxis_it"] = "Y-AXIS";  
376 -ln["Column_it"] = "COLUMN";  
377 -ln["Level_it"] = "LEVEL";  
378 -ln["SliceLabels_it"] = "LABEL";  
379 -ln["SliceSizes_it"] = "SIZE";  
380 -ln["Latitude_it"] = "LATITUDE";  
381 -ln["Longitude_it"] = "LONGITUDE";  
382 -ln["BalloonContent_it"] = "BALLOON CONTENT"; 384 +ln["title_it"] = "Titolo"
  385 +ln["description_it"] = "Descrizione";
  386 +
  387 +ln["sortAscending_it"] = "ORDINE CRESCENTE";
  388 +ln["sortDescending_it"] = "ORDINE DECRESCENTE";
  389 +ln["unsort_it"] = "NON ORDINATI";
  390 +
  391 +ln["TITLE_it"] = "TITOLO";
  392 +ln["DESCRIPTION_it"] = "DESCRIZIONE";
  393 +ln["XAxis_it"] = "ASSE X";
  394 +ln["YAxis_it"] = "ASSE Y";
  395 +ln["NumericXAxis_it"] = "ASSE X";
  396 +ln["NumericYAxis_it"] = "ASSE Y";
  397 +ln["Column_it"] = "COLONNA";
  398 +ln["Level_it"] = "LIVELLO";
  399 +ln["SliceLabels_it"] = "ETICHETTA";
  400 +ln["SliceSizes_it"] = "DIMENSIONE";
  401 +ln["Latitude_it"] = "LATITUDINE";
  402 +ln["Longitude_it"] = "LONGITUDINE";
  403 +ln["BalloonContent_it"] = "CONTENUTO DEL BALLOON";
383 ln["GEOJSON_it"] = "GEOJSON"; 404 ln["GEOJSON_it"] = "GEOJSON";
384 -ln["GEOJSONContent_it"] = "GEOJSON CONTENT";  
385 -ln["BubbleContent_it"] = "BUBBLE CONTENT";  
386 -ln["BubbleSize_it"] = "BUBBLE SIZE";  
387 -ln["Categories_it"] = "CATEGORY";  
388 -  
389 -ln["TITLEDescription_it"] = "The datalet title.";  
390 -ln["DESCRIPTIONDescription_it"] = "The datalet description.";  
391 -ln["XAxisDescription_it"] = "The x-axis.";  
392 -ln["YAxisDescription_it"] = "The y-axis.";  
393 -ln["NumericXAxisDescription_it"] = "The x-axis.";  
394 -ln["NumericYAxisDescription_it"] = "The y-axis.";  
395 -ln["ColumnDescription_it"] = "The column of the table.";  
396 -ln["LevelDescription_it"] = "The level of the tree map.";  
397 -ln["SliceLabelsDescription_it"] = "The label of the slices.";  
398 -ln["SliceSizesDescription_it"] = "The size of the slices.";  
399 -ln["LatitudeDescription_it"] = "The latitude of locations.";  
400 -ln["LongitudeDescription_it"] = "The longitude of locations.";  
401 -ln["BalloonContentDescription_it"] = "The content of balloons.";  
402 -ln["GEOJSONDescription_it"] = "The GeoJSON data.";  
403 -ln["GEOJSONContentDescription_it"] = "The content of GeoJSON.";  
404 -ln["BubbleContentDescription_it"] = "The content of bubbles.";  
405 -ln["BubbleSizeDescription_it"] = "The size of bubbles.";  
406 -ln["CategoriesDescription_it"] = "The category that splits the y-axis values. If selected only the first selected y-axis will be considered."; 405 +ln["GEOJSONContent_it"] = "CONTENUTO DEL GEOJSON";
  406 +ln["BubbleContent_it"] = "CONTENUTO DELLA BOLLA";
  407 +ln["BubbleSize_it"] = "DIMENSIONE DELLA BOLLA";
  408 +ln["Categories_it"] = "CATEGORIA";
  409 +
  410 +ln["TITLEDescription_it"] = "Titolo del datalet";
  411 +ln["DESCRIPTIONDescription_it"] = "Descrizione datalet";
  412 +ln["XAxisDescription_it"] = "Asse x";
  413 +ln["YAxisDescription_it"] = "Asse y";
  414 +ln["NumericXAxisDescription_it"] = "Asse x";
  415 +ln["NumericYAxisDescription_it"] = "Asse y";
  416 +ln["ColumnDescription_it"] = "Colonna della tabella";
  417 +ln["LevelDescription_it"] = "Livello della mappa ad albero";
  418 +ln["SliceLabelsDescription_it"] = "Etichette delle fette";
  419 +ln["SliceSizesDescription_it"] = "Dimensione delle fette";
  420 +ln["LatitudeDescription_it"] = "Latitudine della posizione";
  421 +ln["LongitudeDescription_it"] = "Longitudine della posizione";
  422 +ln["BalloonContentDescription_it"] = "Contenuto dei balloons";
  423 +ln["GEOJSONDescription_it"] = "Dati GeoJSON.";
  424 +ln["GEOJSONContentDescription_it"] = "Contenuto del GeoJSON.";
  425 +ln["BubbleContentDescription_it"] = "Contenuto delle bolle.";
  426 +ln["BubbleSizeDescription_it"] = "Dimensione delle bolle.";
  427 +ln["CategoriesDescription_it"] = "Categoria che separa l'asse y. Se selezionata, solo l'asse y scelta per prima sarà considerata.";
407 428
408 //options 429 //options
409 -ln["x-axis-label_it"] = "X Axis Label";  
410 -ln["y-axis-label_it"] = "Y Axis Label";  
411 -ln["suffix_it"] = "Tooltip Suffix";  
412 -ln["legend_it"] = "Leged";  
413 -ln["data-labels_it"] = "Show Data Labels";  
414 -ln["stack_it"] = "Stack";  
415 -ln["theme_it"] = "Theme";  
416 -ln["donut_it"] = "Donut";  
417 -  
418 -ln["true_it"] = "Yes"; 430 +ln["x-axis-label_it"] = "Etichetta asse X";
  431 +ln["y-axis-label_it"] = "Etichetta asse Y";
  432 +ln["suffix_it"] = "Suffisso Tooltip";
  433 +ln["legend_it"] = "Leggenda";
  434 +ln["data-labels_it"] = "Mostra etichette dati";
  435 +ln["stack_it"] = "Pila";
  436 +ln["theme_it"] = "Tema";
  437 +ln["donut_it"] = "Ciambella";
  438 +
  439 +ln["true_it"] = "Si";
419 ln["false_it"] = "No"; 440 ln["false_it"] = "No";
420 -ln["bottom_it"] = "Yes: Bottom";  
421 -ln["topRight_it"] = "Yes: Top Right";  
422 -ln["normal_it"] = "Yes: Normal";  
423 -ln["percent_it"] = "Yes: Percent"; 441 +ln["bottom_it"] = "Si: in fondo";
  442 +ln["topRight_it"] = "Si: in alto a destra";
  443 +ln["normal_it"] = "Si: Normale";
  444 +ln["percent_it"] = "Si: Percentuale";
424 ln["themeBase_it"] = "Base"; 445 ln["themeBase_it"] = "Base";
425 ln["themeDarkUnika_it"] = "Dark Unika"; 446 ln["themeDarkUnika_it"] = "Dark Unika";
426 ln["themeSandSignika_it"] = "Sand Signika"; 447 ln["themeSandSignika_it"] = "Sand Signika";
427 ln["themeGridLight_it"] = "Grid Light"; 448 ln["themeGridLight_it"] = "Grid Light";
428 ln["themeSpod_it"] = "Spod"; 449 ln["themeSpod_it"] = "Spod";
429 450
430 -ln["x-axis-labelDescription_it"] = "The x-axis label.";  
431 -ln["y-axis-labelDescription_it"] = "The y-axis label.";  
432 -ln["suffixDescription_it"] = "The suffix added to data labels in the tooltip.";  
433 -ln["legendDescription_it"] = "The leged position.";  
434 -ln["data-labelsDescription_it"] = "Show/hide data labels.";  
435 -ln["themeDescription_it"] = "The theme affects the appearance and colors of the chart.";  
436 -ln["stackDescription_it"] = "The stack type.";  
437 -ln["donutDescription_it"] = "Pie will become Donut! :) (or viceversa)."; 451 +ln["x-axis-labelDescription_it"] = "Etichetta asse X";
  452 +ln["y-axis-labelDescription_it"] = "Etichetta asse Y";
  453 +ln["suffixDescription_it"] = " Suffisso aggiunto all'etichette dati nel tooltip.";
  454 +ln["legendDescription_it"] = "Posizione leggenda";
  455 +ln["data-labelsDescription_it"] = "Mostra/Nascondi etichette dati";
  456 +ln["themeDescription_it"] = "Il tema influenza l'aspetto e i colori del grafico.";
  457 +ln["stackDescription_it"] = "Tipologia di pila";
  458 +ln["donutDescription_it"] = "La torta si trasforma in ciambella! :) (o viceversa).";
438 459
439 /******** FR ********/ 460 /******** FR ********/
440 461
441 //PAGE SLIDER 462 //PAGE SLIDER
442 463
443 -ln["slide1Title_fr"] = "SELECT DATASET";  
444 -ln["slide1Subtitle_fr"] = "Select a dataset from the list or copy and paste the url of dataset.";  
445 -ln["slide2Title_fr"] = "SELECT DATA";  
446 -ln["slide2Subtitle_fr"] = "Select the fields on the left. The table will show the values related to the selected fields.";  
447 -ln["slide3Title_fr"] = "SELECT VISUALIZATION";  
448 -ln["slide3Subtitle_fr"] = "Select a visualization, fill out inputs and options.";  
449 -ln["back_fr"] = "BACK TO THE FUTURE";  
450 -ln["forward_fr"] = "FORWARD"; 464 +ln["slide1Title_fr"] = "SÉLECTIONNER UN JEU DE DONNÉES";
  465 +ln["slide1Subtitle_fr"] = "Rechercher ou copier/coller l’url du jeu de données.";
  466 +ln["slide2Title_fr"] = "SÉLECTIONNER DONNÉES";
  467 +ln["slide2Subtitle_fr"] = "Sélectionner les champs sur la gauche. Le tableau présentera les valeurs liées aux champs sélectionnés.";
  468 +ln["slide3Title_fr"] = "SÉLECTIONNER UN MODE DE VISUALISATION";
  469 +ln["slide3Subtitle_fr"] = "Sélectionner une visualisation, compléter les données et les options.";
  470 +ln["back_fr"] = "RETOUR";
  471 +ln["forward_fr"] = "AVANT";
451 472
452 //SELECT DATASET 473 //SELECT DATASET
453 474
454 -ln["listView_fr"] = "LIST VIEW";  
455 -ln["treeMapView_fr"] = "TREE MAP VIEW";  
456 -ln["extendedSearch_fr"] = "EXTENDED SEARCH"; 475 +ln["selectedUrl_fr"] = "API URL sélectionné";
  476 +ln["wrongUrl_fr"] = "URL invalide ou fournisseur de données pas encore supporté.";
  477 +
  478 +ln["providersDatasets_fr"] = "DATASET DE PROVIDER";
  479 +ln["spodUsersDatasets_fr"] = "DATASET COCRÉÉ";
  480 +ln["datasets_fr"] = "LISTE DE DATASET";
  481 +
457 ln["provider_fr"] = "Provider"; 482 ln["provider_fr"] = "Provider";
458 -ln["showing_fr"] = "Showing";  
459 -ln["to_fr"] = "to";  
460 -ln["of_fr"] = "of";  
461 -ln["datasets_fr"] = "datasets";  
462 -ln["suggestedDatasets_fr"] = "Suggested datasets";  
463 -ln["selectedUrl_fr"] = "Selected url";  
464 -ln["wrongUrl_fr"] = "Invalid url or data provider not supported yet."; 483 +ln["all_fr"] = "Tout";
  484 +ln["allDescription_fr"] = "Hows les ensembles de données de tous les fournisseurs associés.";
  485 +ln["providerName_fr"] = "Provider";
  486 +ln["providerNameDescription_fr"] = "Affiche uniquement les ensembles de données du fournisseur sélectionné.";
  487 +
  488 +ln["search_fr"] = "Rechercher";
  489 +ln["standard_fr"] = "Standard";
  490 +ln["standardDescription_fr"] = "La fonction de recherche ne fonctionne que sur des ensembles de données des noms.";
  491 +ln["extended_fr"] = "Extended [NON DISPONIBLE]";
  492 +ln["extendedDescription_fr"] = "La fonction de recherche fonctionne tout le contenu des ensembles de données.";
  493 +
  494 +ln["version_fr"] = "Version";
  495 +ln["showLast_fr"] = "Montre la dernière";
  496 +ln["showLastDescription_fr"] = "Indique que la dernière version des ensembles de données.";
  497 +ln["showAll_fr"] = "Montre tout";
  498 +ln["showAllDescription_fr"] = "Montre toutes les versions des ensembles de données.";
  499 +
  500 +//select-dataset-controllet
  501 +ln["datasetsInfo_fr"] = "INFORMATIONS SUR DATASET";
  502 +ln["showing_fr"] = "Aperçu";
  503 +ln["to_fr"] = "à";
  504 +ln["of_fr"] = "de";
  505 +ln["datasetsRows_en"] = "dataset";
  506 +ln["search_fr"] = "Rechercher";
465 507
466 //SELECT DATA 508 //SELECT DATA
467 509
468 //select-fields 510 //select-fields
469 -ln["fields_fr"] = "FIELDS"; 511 +ln["fields_fr"] = "CHAMPS";
470 512
471 //data-table 513 //data-table
472 -ln["selectedData_fr"] = "SELECTED DATA";  
473 -ln["showing_fr"] = "Showing";  
474 -ln["to_fr"] = "to";  
475 -ln["of_fr"] = "of";  
476 -ln["rows_fr"] = "rows"; 514 +ln["selectedData_fr"] = "DONNÉES SÉLECTIONNÉES";
  515 +ln["showing_fr"] = "Aperçu";
  516 +ln["to_fr"] = "à";
  517 +ln["of_fr"] = "de";
  518 +ln["rows_fr"] = "rangées";
477 ln["type_fr"] = "TYPE"; 519 ln["type_fr"] = "TYPE";
478 -ln["warning_fr"] = "WARNING"; 520 +ln["warning_fr"] = "AVERTISSEMENT";
479 521
480 //expert 522 //expert
481 -ln["expert_fr"] = "EXPERT MODE";  
482 -ln["filters_fr"] = "FILTERS";  
483 -ln["groupBy_fr"] = "GROUP BY";  
484 -ln["query_fr"] = "QUERY"; 523 +ln["expert_fr"] = "MODE EXPERT";
  524 +ln["filters_fr"] = "FILTRES";
  525 +ln["groupBy_fr"] = "GROUPE PAR";
  526 +ln["query_fr"] = "REQUÊTE";
485 527
486 //filters 528 //filters
487 -ln["filterField_fr"] = "Field";  
488 -ln["filterOperation_fr"] = "Operation";  
489 -ln["filterValue_fr"] = "Value";  
490 -  
491 -ln["disableFilters_fr"] = "DISABLE FILTERS";  
492 -ln["enableFilters_fr"] = "ENABLE FILTERS";  
493 -  
494 -ln["=_fr"] = "="; //is equal to  
495 -ln["!=_fr"] = "not ="; //is not equal to  
496 -ln[">_fr"] = ">"; //is greater than  
497 -ln[">=_fr"] = ">="; //is greater than or equal to  
498 -ln["<_fr"] = "<"; //is less than  
499 -ln["<=_fr"] = "<="; //is less than or equal to  
500 -ln["contains_fr"] = "contains";  
501 -ln["notContains_fr"] = "not contains";  
502 -ln["start_fr"] = "start with";  
503 -ln["ends_fr"] = "ends with"; 529 +ln["filterField_fr"] = "Champ";
  530 +ln["filterOperation_fr"] = "Opération";
  531 +ln["filterValue_fr"] = "Valeur";
  532 +
  533 +ln["disableFilters_fr"] = "DÉSACTIVER LES FILTRES";
  534 +ln["enableFilters_fr"] = "ACTIVER LES FILTRES";
  535 +
  536 +ln["=_fr"] = "="; //est égal à
  537 +ln["!=_fr"] = "not ="; //n'est pas égal à
  538 +ln[">_fr"] = ">"; //est plus grand que
  539 +ln[">=_fr"] = ">="; //est plus grand ou égal à
  540 +ln["<_fr"] = "<"; //est inférieur à
  541 +ln["<=_fr"] = "<="; //est inférieur ou égal à
  542 +ln["contains_fr"] = "contient";
  543 +ln["notContains_fr"] = "ne contient pas";
  544 +ln["start_fr"] = "commence par";
  545 +ln["ends_fr"] = "se finit par";
504 546
505 //aggregators 547 //aggregators
506 -ln["GROUP BY_fr"] = "GROUP BY";  
507 -ln["CALCULATE_fr"] = "CALCULATE";  
508 -ln["Calculate_fr"] = "Calculate";  
509 -ln["aggregatorField_fr"] = "Field";  
510 -  
511 -ln["disableGroupBy_fr"] = "DISABLE GROUP BY";  
512 -ln["enableGroupBy_fr"] = "ENABLE GROUP BY";  
513 -  
514 -ln["COUNT_fr"] = "COUNT of";  
515 -ln["SUM_fr"] = "SUM of";  
516 -ln["MIN_fr"] = "MIN of";  
517 -ln["MAX_fr"] = "MAX of";  
518 -ln["AVG_fr"] = "AVG of";  
519 -ln["FIRST_fr"] = "FIRST of";  
520 -ln["LAST_fr"] = "LAST of"; 548 +ln["GROUP BY_fr"] = "GROUPE PAR";
  549 +ln["CALCULATE_fr"] = "CALCULER";
  550 +ln["Calculate_fr"] = "Calculer";
  551 +ln["aggregatorField_fr"] = "Champ";
  552 +
  553 +ln["disableGroupBy_fr"] = "DÉSACTIVER LE GROUPE PAR";
  554 +ln["enableGroupBy_fr"] = "ACTIVER LE GROUPE PAR";
  555 +
  556 +ln["COUNT_fr"] = "COMPTE de";
  557 +ln["SUM_fr"] = "SOMME de";
  558 +ln["MIN_fr"] = "MIN de";
  559 +ln["MAX_fr"] = "MAX de";
  560 +ln["AVG_fr"] = "AVG de";
  561 +ln["FIRST_fr"] = "PREMIER de";
  562 +ln["LAST_fr"] = "DERNIER de";
521 563
522 //SELECT VISUALIZATION 564 //SELECT VISUALIZATION
523 565
524 -ln["addDatalet_fr"] = "ADD";  
525 -ln["modifyDatalet_fr"] = "MODIFY"; 566 +ln["addDatalet_fr"] = "AJOUTER";
  567 +ln["modifyDatalet_fr"] = "MODIFIER";
526 568
527 //datalet-preview 569 //datalet-preview
528 -ln["previewTab_fr"] = "DATALET PREVIEW";  
529 -ln["infoTab_fr"] = "DATALET INFO"; 570 +ln["previewTab_fr"] = "APERÇU DU DATALET";
  571 +ln["infoTab_fr"] = "INFORMATIONS DU DATALET";
530 572
531 //select-inputs 573 //select-inputs
532 -ln["baseInfo_fr"] = "BASE INFO";  
533 -ln["inputs_fr"] = "INPUTS"; 574 +ln["baseInfo_fr"] = "INFORMATIONS DE BASE";
  575 +ln["inputs_fr"] = "DONNÉES";
534 ln["options_fr"] = "OPTIONS"; 576 ln["options_fr"] = "OPTIONS";
535 577
536 //vslider 578 //vslider
537 -ln["search_fr"] = "Search";  
538 -  
539 -ln["datatable_fr"] = "Table";  
540 -ln["barchart_fr"] = "Bar Chart";  
541 -ln["columnchart_fr"] = "Column Chart";  
542 -ln["areachart_fr"] = "Area Chart";  
543 -ln["linechart_fr"] = "Line Chart";  
544 -ln["heatmap_fr"] = "Heat Map";  
545 -ln["piechart_fr"] = "Pie Chart";  
546 -ln["scatterchart_fr"] = "Scatter Chart";  
547 -ln["bubblechart_fr"] = "Bubble Chart";  
548 -ln["treemap_fr"] = "Tree Map";  
549 -ln["leafletjs_fr"] = "Map";  
550 -ln["leafletjs-geojson_fr"] = "Geojson Map";  
551 -  
552 -ln["datatableDescription_fr"] = "A table is a means of arranging data in rows and columns.";  
553 -ln["barchartDescription_fr"] = "A bar chart is a chart that presents grouped data with rectangular bars plotted horizontally with lengths proportional to the values that they represent.";  
554 -ln["columnchartDescription_fr"] = "A column chart is a chart that presents grouped data with rectangular bars plotted vertically with lengths proportional to the values that they represent.";  
555 -ln["areachartDescription_fr"] = "An area chart is a chart which displays graphically quantitive data. The area between axis and line are emphasized with colors and textures. Commonly one compares with the area chart two or more quantities.";  
556 -ln["linechartDescription_fr"] = "A line chart is chart which displays information as a series of data points called 'markers' connected by straight line segments. A line chart is often used to visualize a trend in data over intervals of time.";  
557 -ln["heatmapDescription_fr"] = "A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors.";  
558 -ln["piechartDescription_fr"] = "A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion. In the pie chart, the arc length of each slice, and consequently its central angle and area, is proportional to the quantity it represents.";  
559 -ln["scatterchartDescription_fr"] = "A scatter chart is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.";  
560 -ln["bubblechartDescription_fr"] = "A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk's xy location and the third through its size.";  
561 -ln["treemapDescription_fr"] = "A tree map is a chart for displaying hierarchical data by using nested rectangles."; 579 +ln["search_fr"] = "Rechercher";
  580 +
  581 +ln["datatable_fr"] = "Tableau";
  582 +ln["barchart_fr"] = "Diagramme à barres";
  583 +ln["columnchart_fr"] = "Histogramme";
  584 +ln["areachart_fr"] = "Diagramme de zone";
  585 +ln["linechart_fr"] = "Diagramme linéaire";
  586 +ln["heatmap_fr"] = "Carte Thermique";
  587 +ln["piechart_fr"] = "Diagramme Circulaire";
  588 +ln["scatterchart_fr"] = "Diagramme de dispersion";
  589 +ln["bubblechart_fr"] = "Diagramme à bulles";
  590 +ln["treemap_fr"] = "Carte d'arborescence";
  591 +ln["leafletjs_fr"] = "Carte";
  592 +ln["leafletjs-geojson_fr"] = "Carte Geojson";
  593 +
  594 +ln["datatableDescription_fr"] = "Un tableau est un moyen d'organiser les données dans des rangées et des colonnes.";
  595 +ln["barchartDescription_fr"] = "Un diagramme à barres est un graphique qui représente des données groupées au moyen de barres rectangulaires disposées horizontallement avec des longueurs proportionnelles aux valeurs qu'elles représentent.";
  596 +ln["columnchartDescription_fr"] = "Un histogramme est un graphique qui représente des données groupées au moyen de barres rectangulaires disposées verticallement avec des longueurs proportionnelles aux valeurs qu'elles représentent.";
  597 +ln["areachartDescription_fr"] = "Un diagramme de zone est un graphique qui propose des données quantitatives de manière graphique. La zone entre l'axe et la ligne est accentuée par des couleurs et des textures. En général, minimum deux données quantitatives sont utilisées pour être comparées dans ce genre de graphique.";
  598 +ln["linechartDescription_fr"] = "Un diagramme linéaire est un graphique qui propose des informations sous forme d'une série de points de données appelés des 'marqueurs', reliés entre eux pour former des lignes continues. Un diagramme linéaire est souvent utilisé pour visualiser une tendance dans les données en parallèle avec des périodes de temps données.";
  599 +ln["heatmapDescription_fr"] = "Une carte thermique est une représentation graphique de données dans laquelle les valeurs individuelles contenues dans une matrice sont représentées à l'aide de couleurs.";
  600 +ln["piechartDescription_fr"] = "Un diagramme circulaire est un graphique statistique qui est séparé en deux pour illustrer des proportions numériques. Dans un diagramme circulaire, la longueur de l'arc de chaque parties, et par conséquent son angle central et sa superficie, est proportionnelle à la quantité qu'elle représente.";
  601 +ln["scatterchartDescription_fr"] = "Un diagramme de dispersion est un type de graphique ou de diagramme mathématque qui utilise des coordonnées cartésiennes pour mettre en évidence des valeurs pour deux variables d'un jeu de données. Les données sont mises se traduisent par un regroupement de points, chacun ayant la valeur d'une variable déterminant la position sur l'axe horizontal et la valeur de l'autre variable qui détermine la position sur l'axe vertical.";
  602 +ln["bubblechartDescription_fr"] = "Un diagramme à bulles est un graphique qui propose des données à trois dimensions. Chaque entité avec ses triplets (v1, v2, v3) de données associées est agencée comme un disque qui exprime deux des valeurs vi au moyen de l'emplacement xy du disque ainsi que de la taille du troisième.";
  603 +ln["treemapDescription_fr"] = "Une arte d'arborescence est un graphique qui permet de visualiser les données hiérarchiques à l'aide de rectangles imbriqués.";
562 ln["leafletjsDescription_fr"] = ""; 604 ln["leafletjsDescription_fr"] = "";
563 ln["leafletjs-geojsonDescription_fr"] = ""; 605 ln["leafletjs-geojsonDescription_fr"] = "";
564 606
565 //inputs 607 //inputs
566 -ln["title_fr"] = "Title" 608 +ln["title_fr"] = "Titre";
567 ln["description_fr"] = "Description"; 609 ln["description_fr"] = "Description";
568 610
569 -ln["sortAscending_fr"] = "SORTED ASCENDING";  
570 -ln["sortDescending_fr"] = "SORTED DESCENDING";  
571 -ln["unsort_fr"] = "UNSORTED"; 611 +ln["sortAscending_fr"] = "CLASSÉ DE MANIÈRE ASCENDANTE";
  612 +ln["sortDescending_fr"] = "CLASSÉ DE MANIÈRE DESCENDANTE";
  613 +ln["unsort_fr"] = "PAS CLASSÉ";
572 614
573 -//--> "_" not allowed!  
574 -ln["TITLE_fr"] = "TITLE"; 615 +ln["TITLE_fr"] = "TITRE";
575 ln["DESCRIPTION_fr"] = "DESCRIPTION"; 616 ln["DESCRIPTION_fr"] = "DESCRIPTION";
576 -ln["XAxis_fr"] = "X-AXIS";  
577 -ln["YAxis_fr"] = "Y-AXIS";  
578 -ln["NumericXAxis_fr"] = "X-AXIS";  
579 -ln["NumericYAxis_fr"] = "Y-AXIS";  
580 -ln["Column_fr"] = "COLUMN";  
581 -ln["Level_fr"] = "LEVEL"; 617 +ln["XAxis_fr"] = "AXE DES X";
  618 +ln["YAxis_fr"] = "AXE DES Y";
  619 +ln["NumericXAxis_fr"] = "AXE DES X";
  620 +ln["NumericYAxis_fr"] = "AXE DES Y";
  621 +ln["Column_fr"] = "COLONNE";
  622 +ln["Level_fr"] = "NIVEAU";
582 ln["SliceLabels_fr"] = "LABEL"; 623 ln["SliceLabels_fr"] = "LABEL";
583 -ln["SliceSizes_fr"] = "SIZE"; 624 +ln["SliceSizes_fr"] = "TAILLE";
584 ln["Latitude_fr"] = "LATITUDE"; 625 ln["Latitude_fr"] = "LATITUDE";
585 ln["Longitude_fr"] = "LONGITUDE"; 626 ln["Longitude_fr"] = "LONGITUDE";
586 -ln["BalloonContent_fr"] = "BALLOON CONTENT"; 627 +ln["BalloonContent_fr"] = "CONTENU DE LA BULLE";
587 ln["GEOJSON_fr"] = "GEOJSON"; 628 ln["GEOJSON_fr"] = "GEOJSON";
588 -ln["GEOJSONContent_fr"] = "GEOJSON CONTENT";  
589 -ln["BubbleContent_fr"] = "BUBBLE CONTENT";  
590 -ln["BubbleSize_fr"] = "BUBBLE SIZE";  
591 -ln["Categories_fr"] = "CATEGORY";  
592 -  
593 -ln["TITLEDescription_fr"] = "The datalet title.";  
594 -ln["DESCRIPTIONDescription_fr"] = "The datalet description.";  
595 -ln["XAxisDescription_fr"] = "The x-axis.";  
596 -ln["YAxisDescription_fr"] = "The y-axis.";  
597 -ln["NumericXAxisDescription_fr"] = "The x-axis.";  
598 -ln["NumericYAxisDescription_fr"] = "The y-axis.";  
599 -ln["ColumnDescription_fr"] = "The column of the table.";  
600 -ln["LevelDescription_fr"] = "The level of the tree map.";  
601 -ln["SliceLabelsDescription_fr"] = "The label of the slices.";  
602 -ln["SliceSizesDescription_fr"] = "The size of the slices.";  
603 -ln["LatitudeDescription_fr"] = "The latitude of locations.";  
604 -ln["LongitudeDescription_fr"] = "The longitude of locations.";  
605 -ln["BalloonContentDescription_fr"] = "The content of balloons.";  
606 -ln["GEOJSONDescription_fr"] = "The GeoJSON data.";  
607 -ln["GEOJSONContentDescription_fr"] = "The content of GeoJSON.";  
608 -ln["BubbleContentDescription_fr"] = "The content of bubbles.";  
609 -ln["BubbleSizeDescription_fr"] = "The size of bubbles.";  
610 -ln["CategoriesDescription_fr"] = "The category that splits the y-axis values. If selected only the first selected y-axis will be considered."; 629 +ln["GEOJSONContent_fr"] = "CONTENU GEOJSON";
  630 +ln["BubbleContent_fr"] = "CONTENU DE LA BULLE";
  631 +ln["BubbleSize_fr"] = "TAILLE DE LA BULLE";
  632 +ln["Categories_fr"] = "CATÉGORIE";
  633 +
  634 +ln["TITLEDescription_fr"] = "Le titre du datalet.";
  635 +ln["DESCRIPTIONDescription_fr"] = "La description du datalet.";
  636 +ln["XAxisDescription_fr"] = "L'axe des x.";
  637 +ln["YAxisDescription_fr"] = "L'axe des y.";
  638 +ln["NumericXAxisDescription_fr"] = "L'axe des x.";
  639 +ln["NumericYAxisDescription_fr"] = "L'axe des y.";
  640 +ln["ColumnDescription_fr"] = "La colonne du tableau.";
  641 +ln["LevelDescription_fr"] = "Le niveau de la carte d'arborescence.";
  642 +ln["SliceLabelsDescription_fr"] = "Le label des parts.";
  643 +ln["SliceSizesDescription_fr"] = "La taille des parts.";
  644 +ln["LatitudeDescription_fr"] = "La latitude des localisations.";
  645 +ln["LongitudeDescription_fr"] = "La longitude des localisations.";
  646 +ln["BalloonContentDescription_fr"] = "Le contenu des bulles.";
  647 +ln["GEOJSONDescription_fr"] = "Les données GeoJSON.";
  648 +ln["GEOJSONContentDescription_fr"] = "Le contenu de GeoJSON.";
  649 +ln["BubbleContentDescription_fr"] = "Le contenu des bulles.";
  650 +ln["BubbleSizeDescription_fr"] = "La taille des bulles.";
  651 +ln["CategoriesDescription_fr"] = "La catégorie qui sépare les valeurs de l'axe des x. Si sélectionné, seulement le premier axe des y sera considéré.";
611 652
612 //options 653 //options
613 -ln["x-axis-label_fr"] = "X Axis Label";  
614 -ln["y-axis-label_fr"] = "Y Axis Label";  
615 -ln["suffix_fr"] = "Tooltip Suffix";  
616 -ln["legend_fr"] = "Leged";  
617 -ln["data-labels_fr"] = "Show Data Labels";  
618 -ln["stack_fr"] = "Stack";  
619 -ln["theme_fr"] = "Theme"; 654 +ln["x-axis-label_fr"] = "Label de l'Axe des X";
  655 +ln["y-axis-label_fr"] = "Label de l'Axe des Y";
  656 +ln["suffix_fr"] = "Suffixe d'aide";
  657 +ln["legend_fr"] = "Légende";
  658 +ln["data-labels_fr"] = "Montrer les labels de données";
  659 +ln["stack_fr"] = "Empiler";
  660 +ln["theme_fr"] = "Thème";
620 ln["donut_fr"] = "Donut"; 661 ln["donut_fr"] = "Donut";
621 662
622 -ln["true_fr"] = "Yes";  
623 -ln["false_fr"] = "No";  
624 -ln["bottom_fr"] = "Yes: Bottom";  
625 -ln["topRight_fr"] = "Yes: Top Right";  
626 -ln["normal_fr"] = "Yes: Normal";  
627 -ln["percent_fr"] = "Yes: Percent"; 663 +ln["true_fr"] = "Oui";
  664 +ln["false_fr"] = "Non";
  665 +ln["bottom_fr"] = "Oui: En Bas";
  666 +ln["topRight_fr"] = "Oui: En Haut à Droite";
  667 +ln["normal_fr"] = "Oui: Normal";
  668 +ln["percent_fr"] = "Oui: Pourcentage";
628 ln["themeBase_fr"] = "Base"; 669 ln["themeBase_fr"] = "Base";
629 ln["themeDarkUnika_fr"] = "Dark Unika"; 670 ln["themeDarkUnika_fr"] = "Dark Unika";
630 ln["themeSandSignika_fr"] = "Sand Signika"; 671 ln["themeSandSignika_fr"] = "Sand Signika";
631 ln["themeGridLight_fr"] = "Grid Light"; 672 ln["themeGridLight_fr"] = "Grid Light";
632 ln["themeSpod_fr"] = "Spod"; 673 ln["themeSpod_fr"] = "Spod";
633 674
634 -ln["x-axis-labelDescription_fr"] = "The x-axis label.";  
635 -ln["y-axis-labelDescription_fr"] = "The y-axis label.";  
636 -ln["suffixDescription_fr"] = "The suffix added to data labels in the tooltip.";  
637 -ln["legendDescription_fr"] = "The leged position.";  
638 -ln["data-labelsDescription_fr"] = "Show/hide data labels.";  
639 -ln["themeDescription_fr"] = "The theme affects the appearance and colors of the chart.";  
640 -ln["stackDescription_fr"] = "The stack type.";  
641 -ln["donutDescription_fr"] = "Pie will become Donut! :) (or viceversa)."; 675 +ln["x-axis-labelDescription_fr"] = "Le label de l'axe des x.";
  676 +ln["y-axis-labelDescription_fr"] = "Le label de l'axe des y.";
  677 +ln["suffixDescription_fr"] = "Le suffixe ajouté aux labels des données dans l'aide.";
  678 +ln["legendDescription_fr"] = "La position de la légende.";
  679 +ln["data-labelsDescription_fr"] = "Montrer/cacher les labels de données.";
  680 +ln["themeDescription_fr"] = "Le thème affecte l'apparence des couleurs du graphique.";
  681 +ln["stackDescription_fr"] = "Le type de regroupement.";
  682 +ln["donutDescription_fr"] = "La Tarte va devenir un Donut! :) (ou vice versa).";
642 683
643 /******** NL ********/ 684 /******** NL ********/
644 685
@@ -655,17 +696,38 @@ ln[&quot;forward_nl&quot;] = &quot;FORWARD&quot;; @@ -655,17 +696,38 @@ ln[&quot;forward_nl&quot;] = &quot;FORWARD&quot;;
655 696
656 //SELECT DATASET 697 //SELECT DATASET
657 698
658 -ln["listView_nl"] = "LIST VIEW";  
659 -ln["treeMapView_nl"] = "TREE MAP VIEW";  
660 -ln["extendedSearch_nl"] = "EXTENDED SEARCH"; 699 +ln["selectedUrl_nl"] = "Selected url";
  700 +ln["wrongUrl_nl"] = "Invalid url or data provider not supported yet.";
  701 +
  702 +ln["providersDatasets_nl"] = "PROVIDERS DATASETS";
  703 +ln["spodUsersDatasets_nl"] = "COCREATED DATASETS";
  704 +ln["datasets_nl"] = "DATASETS LIST";
  705 +
661 ln["provider_nl"] = "Provider"; 706 ln["provider_nl"] = "Provider";
  707 +ln["all_nl"] = "All";
  708 +ln["allDescription_nl"] = "Shows the datasets of all associated providers.";
  709 +ln["providerName_nl"] = "Provider";
  710 +ln["providerNameDescription_nl"] = "Shows only the datasets of the selected provider.";
  711 +
  712 +ln["search_nl"] = "Search";
  713 +ln["standard_nl"] = "Standard";
  714 +ln["standardDescription_nl"] = "The search function works only on datasets names.";
  715 +ln["extended_nl"] = "Extended [NOT AVAILABLE]";
  716 +ln["extendedDescription_nl"] = "The search function works the entire contents of the datasets.";
  717 +
  718 +ln["version_nl"] = "Version";
  719 +ln["showLast_nl"] = "Show last";
  720 +ln["showLastDescription_nl"] = "Shows only the latest version of the datasets.";
  721 +ln["showAll_nl"] = "Show all";
  722 +ln["showAllDescription_nl"] = "Shows all versions of the datasets.";
  723 +
  724 +//select-dataset-controllet
  725 +ln["datasetsInfo_nl"] = "DATASET INFO";
662 ln["showing_nl"] = "Showing"; 726 ln["showing_nl"] = "Showing";
663 ln["to_nl"] = "to"; 727 ln["to_nl"] = "to";
664 ln["of_nl"] = "of"; 728 ln["of_nl"] = "of";
665 -ln["datasets_nl"] = "datasets";  
666 -ln["suggestedDatasets_nl"] = "Suggested datasets";  
667 -ln["selectedUrl_nl"] = "Selected url";  
668 -ln["wrongUrl_nl"] = "Invalid url or data provider not supported yet."; 729 +ln["datasetsRows_en"] = "dataset";
  730 +ln["search_nl"] = "Search";
669 731
670 //SELECT DATA 732 //SELECT DATA
671 733
@@ -774,7 +836,6 @@ ln[&quot;sortAscending_nl&quot;] = &quot;SORTED ASCENDING&quot;; @@ -774,7 +836,6 @@ ln[&quot;sortAscending_nl&quot;] = &quot;SORTED ASCENDING&quot;;
774 ln["sortDescending_nl"] = "SORTED DESCENDING"; 836 ln["sortDescending_nl"] = "SORTED DESCENDING";
775 ln["unsort_nl"] = "UNSORTED"; 837 ln["unsort_nl"] = "UNSORTED";
776 838
777 -//--> "_" not allowed!  
778 ln["TITLE_nl"] = "TITLE"; 839 ln["TITLE_nl"] = "TITLE";
779 ln["DESCRIPTION_nl"] = "DESCRIPTION"; 840 ln["DESCRIPTION_nl"] = "DESCRIPTION";
780 ln["XAxis_nl"] = "X-AXIS"; 841 ln["XAxis_nl"] = "X-AXIS";
@@ -817,7 +878,7 @@ ln[&quot;CategoriesDescription_nl&quot;] = &quot;The category that splits the y-axis values. If @@ -817,7 +878,7 @@ ln[&quot;CategoriesDescription_nl&quot;] = &quot;The category that splits the y-axis values. If
817 ln["x-axis-label_nl"] = "X Axis Label"; 878 ln["x-axis-label_nl"] = "X Axis Label";
818 ln["y-axis-label_nl"] = "Y Axis Label"; 879 ln["y-axis-label_nl"] = "Y Axis Label";
819 ln["suffix_nl"] = "Tooltip Suffix"; 880 ln["suffix_nl"] = "Tooltip Suffix";
820 -ln["legend_nl"] = "Leged"; 881 +ln["legend_nl"] = "Legend";
821 ln["data-labels_nl"] = "Show Data Labels"; 882 ln["data-labels_nl"] = "Show Data Labels";
822 ln["stack_nl"] = "Stack"; 883 ln["stack_nl"] = "Stack";
823 ln["theme_nl"] = "Theme"; 884 ln["theme_nl"] = "Theme";
@@ -838,7 +899,7 @@ ln[&quot;themeSpod_nl&quot;] = &quot;Spod&quot;; @@ -838,7 +899,7 @@ ln[&quot;themeSpod_nl&quot;] = &quot;Spod&quot;;
838 ln["x-axis-labelDescription_nl"] = "The x-axis label."; 899 ln["x-axis-labelDescription_nl"] = "The x-axis label.";
839 ln["y-axis-labelDescription_nl"] = "The y-axis label."; 900 ln["y-axis-labelDescription_nl"] = "The y-axis label.";
840 ln["suffixDescription_nl"] = "The suffix added to data labels in the tooltip."; 901 ln["suffixDescription_nl"] = "The suffix added to data labels in the tooltip.";
841 -ln["legendDescription_nl"] = "The leged position."; 902 +ln["legendDescription_nl"] = "The legend position.";
842 ln["data-labelsDescription_nl"] = "Show/hide data labels."; 903 ln["data-labelsDescription_nl"] = "Show/hide data labels.";
843 ln["themeDescription_nl"] = "The theme affects the appearance and colors of the chart."; 904 ln["themeDescription_nl"] = "The theme affects the appearance and colors of the chart.";
844 ln["stackDescription_nl"] = "The stack type."; 905 ln["stackDescription_nl"] = "The stack type.";