From 79627d7e8478ce04d2e8c06f43e154b97b32593f Mon Sep 17 00:00:00 2001 From: renato Date: Wed, 6 Apr 2016 11:21:26 +0200 Subject: [PATCH] controllet ln --- controllets/filters-controllet/filters-controllet.html | 2 +- controllets/items-vslider-controllet/items-vslider-controllet.html | 6 +++--- controllets/select-dataset-controllet/demo/test.json | 0 controllets/select-visualization-controllet/select-datalet-inputs.html | 3 ++- controllets/select-visualization-controllet/select-datalet-inputs_series.html | 3 ++- datalets/bubblechart-datalet/bubblechart-datalet.html | 6 +++--- locales/controllet_ln.js | 499 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 7 files changed, 257 insertions(+), 262 deletions(-) create mode 100644 controllets/select-dataset-controllet/demo/test.json diff --git a/controllets/filters-controllet/filters-controllet.html b/controllets/filters-controllet/filters-controllet.html index 49811bb..bea1710 100755 --- a/controllets/filters-controllet/filters-controllet.html +++ b/controllets/filters-controllet/filters-controllet.html @@ -201,7 +201,7 @@ }, _translate : function() { - this.$.addFilters.innerHTML = ln["addFilters_" + ln["localization"]]; + this.$.addFilters.innerHTML = ln["expertAddFilters_" + ln["localization"]]; this.$.filter_field.setAttribute("label", ln["filterField_" + ln["localization"]]); this.$.filter_operation.setAttribute("label", ln["filterOperation_" + ln["localization"]]); this.$.filter_value.setAttribute("label", ln["filterValue_" + ln["localization"]]); diff --git a/controllets/items-vslider-controllet/items-vslider-controllet.html b/controllets/items-vslider-controllet/items-vslider-controllet.html index aca875d..6269e2b 100755 --- a/controllets/items-vslider-controllet/items-vslider-controllet.html +++ b/controllets/items-vslider-controllet/items-vslider-controllet.html @@ -86,9 +86,9 @@ } #items_vslider_search{ - height: 48px; - padding: 0px 8px; - /*padding-top: 8px;*/ + /*height: 48px;*/ + /*padding: 0px 8px;*/ + padding: 4px 8px 4px 8px; background-color: #B6B6B6; --paper-input-container-focus-color: #2196F3; } diff --git a/controllets/select-dataset-controllet/demo/test.json b/controllets/select-dataset-controllet/demo/test.json new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/controllets/select-dataset-controllet/demo/test.json diff --git a/controllets/select-visualization-controllet/select-datalet-inputs.html b/controllets/select-visualization-controllet/select-datalet-inputs.html index e40afe1..d8740c2 100644 --- a/controllets/select-visualization-controllet/select-datalet-inputs.html +++ b/controllets/select-visualization-controllet/select-datalet-inputs.html @@ -295,7 +295,8 @@ _translate : function(){ this.$.inputs.innerHTML = ln["inputs_" + ln["localization"]]; - this.$.groupBy.innerHTML = ln["groupBy_" + ln["localization"]]; + this.$.groupBy.innerHTML = ln["expertGroupBy_" + ln["localization"]]; + this.$.group_by.setAttribute("label", ln["groupBy_" + ln["localization"]]); }, diff --git a/controllets/select-visualization-controllet/select-datalet-inputs_series.html b/controllets/select-visualization-controllet/select-datalet-inputs_series.html index 691e884..f5f0987 100644 --- a/controllets/select-visualization-controllet/select-datalet-inputs_series.html +++ b/controllets/select-visualization-controllet/select-datalet-inputs_series.html @@ -251,7 +251,8 @@ _translate : function(){ this.$.inputs.innerHTML = ln["inputs_" + ln["localization"]]; - this.$.groupBy.innerHTML = ln["groupBy_" + ln["localization"]]; + this.$.groupBy.innerHTML = ln["expertGroupBy_" + ln["localization"]]; + this.$.group_by.setAttribute("label", ln["groupBy_" + ln["localization"]]); }, diff --git a/datalets/bubblechart-datalet/bubblechart-datalet.html b/datalets/bubblechart-datalet/bubblechart-datalet.html index 471af32..849c2fa 100755 --- a/datalets/bubblechart-datalet/bubblechart-datalet.html +++ b/datalets/bubblechart-datalet/bubblechart-datalet.html @@ -120,9 +120,9 @@ Examples: title: { text: this._component.title }, - subtitle: { - text: this._component.description - }, +// subtitle: { +// text: this._component.description +// }, xAxis: { title: { text: this._component.xAxisLabel diff --git a/locales/controllet_ln.js b/locales/controllet_ln.js index b1baf07..f8479b3 100755 --- a/locales/controllet_ln.js +++ b/locales/controllet_ln.js @@ -21,7 +21,7 @@ ln["selectedUrl_en"] = "Selected url"; ln["wrongUrl_en"] = "Invalid url or data provider not supported yet."; //SELECT DATA -ln["addFilters_en"] = "ADD FILTERS"; +ln["expertAddFilters_en"] = "EXPERT : ADD FILTERS"; //filters ln["filterField_en"] = "Field"; @@ -58,6 +58,8 @@ ln["treemap_en"] = "Tree Map"; ln["leafletjs_en"] = "Map"; //inputs +ln["expertGroupBy_en"] = "EXPERT : GROUP BY"; + ln["sortAscending_en"] = "sorted ascending"; ln["sortDescending_en"] = "sorted descending"; ln["unsort_en"] = "unsorted"; @@ -99,54 +101,80 @@ ln["theme_en"] = "Theme"; ln["stack_en"] = "Stack"; ln["donut_en"] = "Donut"; -ln["x-axis-label_description_en"] = "X Axis Label"; -ln["y-axis-label_description_en"] = "Y Axis Label"; -ln["suffix_description_en"] = "Tooltip Suffix"; -ln["theme_description_en"] = "Theme"; -ln["stack_description_en"] = "Stack"; -ln["donut_description_en"] = "Donut"; +ln["x-axis-label_description_en"] = "The label shown on the X axis"; +ln["y-axis-label_description_en"] = "The label shown on the Y axis"; +ln["suffix_description_en"] = "The suffix added to values ($,%, Kg, ...)"; +ln["theme_description_en"] = "The theme affects the appearance and colors of the graph"; +ln["stack_description_en"] = "If 'percent' normalization to 100 will be applied"; +ln["donut_description_en"] = "If 'true' Pie will become Donut! :)"; /******** IT ********/ +//PAGE SLIDER ln["slide1Title_it"] = "SELEZIONA IL DATASET"; ln["slide1Subtitle_it"] = "Ricerca o copia e incolla la url del dataset."; ln["slide2Title_it"] = "SELEZIONA I DATI"; ln["slide2Subtitle_it"] = "Seleziona i campi dalla struttura ad albero. Nella tabella saranno mostrati i valori dei campi selezionati."; ln["slide3Title_it"] = "SELEZIONA LA VISUALIZZAZIONE"; ln["slide3Subtitle_it"] = "Seleziona una visualizzazione, inserisci dati di input ed etichette (opzionale)."; +ln["back_it"] = "Indietro"; +ln["forward_it"] = "Avanti"; -ln["back_it"] = "INDIETRO"; -ln["forward_it"] = "AVANTI"; - +//SELECT DATASET ln["listView_it"] = "ELENCO"; ln["treeMapView_it"] = "GRAFICO AD ALBERO"; -ln["mostPopular_it"] = "I PIÙ VISTI"; ln["availableDatasets_it"] = "Dataset disponibili"; ln["suggestedDatasets_it"] = "Dataset suggeriti"; ln["selectedUrl_it"] = "Url selezionata"; ln["wrongUrl_it"] = "Url invalido o data provider non ancora supportato."; -ln["inputs_it"] = "DATI DI INPUT"; -ln["layouts_it"] = "ETICHETTE / OPZIONI"; -ln["baseInfo_it"] = "INFORMAZIONI DI BASE"; -ln["comment_it"] = "COMMENTO"; -ln["commentLabel_it"] = "commento (massimo 100 caratteri)"; -ln["dataletPreview_it"] = "ANTEPRIMA"; -ln["addDatalet_it"] = "AGGIUNGI"; -ln["modifyDatalet_it"] = "MODIFICA"; +//SELECT DATA +ln["expertAddFilters_it"] = "ESPERTO : AGGIUNGI FILTRI"; -ln["addFilters_it"] = "AGGIUNGI FILTRI"; +//filters ln["filterField_it"] = "Campo"; ln["filterOperation_it"] = "Operazione"; ln["filterValue_it"] = "Valore"; ln["contains_it"] = "contiene"; ln["start_it"] = "inizia con"; ln["ends_it"] = "finisce con"; + +//SELECT VISUALIZATION +ln["inputs_it"] = "DATI DI INPUT"; +ln["baseInfo_it"] = "INFORMAZIONI DI BASE"; +ln["layouts_it"] = "ETICHETTE / OPZIONI"; +ln["dataletPreview_it"] = "ANTEPRIMA DELLA DATALET"; +ln["addDatalet_it"] = "AGGIUNGI"; +ln["modifyDatalet_it"] = "MODIFICA"; + +//vslider +ln["search_it"] = "Cerca"; + +ln["datatable_it"] = "Tabella"; +ln["barchart_it"] = "Grafico a barre"; +ln["columnchart_it"] = "Grafico a colonne"; +ln["areachart_it"] = "Grafico ad area"; +ln["linechart_it"] = "Grafico a linee"; +ln["heatmap_it"] = "Mappa termica"; +ln["barchart_stacked_it"] = "Grafico a barre in pila"; +ln["columnchart_stacked_it"] = "Grafico a colonne in pila"; +ln["areachart_stacked_it"] = "Grafico ad area in pila"; +ln["piechart_it"] = "Grafico a torta"; +ln["scatterchart_it"] = "Grafico a dispersione"; +ln["bubblechart_it"] = "Grafico a bolle"; +ln["treemap_it"] = "Grafico ad albero"; +ln["leafletjs_it"] = "Mappa"; + +//inputs +ln["expertGroupBy_it"] = "ESPERTO : RAGGRUPPA"; + ln["sortAscending_it"] = "ordinamento crescente"; ln["sortDescending_it"] = "ordinamento decrescente"; ln["unsort_it"] = "non ordinato"; + ln["groupBy_it"] = "RAGGRUPPA"; ln["calculate_it"] = "CALCOLA"; + ln["COUNT_it"] = "CONTEGGIO di"; ln["SUM_it"] = "SOMMA di"; ln["MIN_it"] = "MINIMO di"; @@ -155,109 +183,106 @@ ln["AVG_it"] = "MEDIA di"; ln["FIRST_it"] = "PRIMO di"; ln["LAST_it"] = "ULTIMO di"; -ln["datatable_it"] = "tabella"; -ln["barchart_it"] = "bar-chart"; -ln["columnchart_it"] = "column-chart"; -ln["linechart_it"] = "line-chart"; -ln["column3Dchart_it"] = "3D column-chart"; -ln["areachart_it"] = "area-chart"; -ln["donutpie3dchart_it"] = "3D donutpie-chart"; -ln["piechart_it"] = "pie-chart"; -ln["treemap_it"] = "tree-map"; -ln["leafletjs_it"] = "map"; -ln["bubble3d_it"] = "3D bubble-chart"; -ln["bubblechart_it"] = "bubble-chart"; -ln["scatterchart_it"] = "scatter-chart"; -ln["heatmap_it"] = "heat-map"; - -ln["title_it"] = "titolo"; -ln["description_it"] = "descrizione"; - -ln["Cell_it"] = "Cella"; -ln["Level_it"] = "Livello"; -ln["Categories_it"] = "Categorie"; -ln["Series_it"] = "Serie"; -ln["x-axis-label_it"] = "etichetta asse X"; -ln["y-axis-label_it"] = "etichetta asse Y"; -ln["z-axis-label_it"] = "etichetta asse Z"; -ln["suffix_it"] = "Suffisso"; -ln["Size_it"] = "Dimensione"; -ln["Latitude_it"] = "Latitudine"; -ln["Longitude_it"] = "Longitudine"; -ln["Balloon content_it"] = "Contenuto della bolla"; -ln["X values_it"] = "Valori asse X"; -ln["Y values_it"] = "Valori asse Y"; -ln["Z values_it"] = "Valori asse Z"; - -ln["cellDescription_it"] = "Cella della tabella."; -ln["levelDescription_it"] = "Livello utilizzato per il raggruppamento dei valori corrispondenti."; - -ln["categoriesDescription_it"] = "Categorie del grafico. I valori saranno inseriti sull’asse orizzontale. Inserire un valore per ciascuna serie."; -ln["seriesDescription_it"] = "Serie del grafico. I valori saranno inseriti sull’asse verticale."; - -ln["XAxisLabelDescription_it"] = "Etichetta asse X."; -ln["YAxisLabelDescription_it"] = "Etichetta asse Y."; -ln["suffixDescription_it"] = "Suffisso valore (e.g. unità di misura, dollari, euro,…)."; - -ln["pieSeriesDescription_it"] = "Serie del grafico. I valori saranno inseriti sulla porzione corrispondente alla relativa serie."; -ln["pieSizeDescription_it"] = "Dimensione di ciascuna serie per creare anelli concentrici"; - -ln["bubbleCategoriesDescription_it"] = "Serie del grafico. Inserire un valore per ciascuna serie."; -ln["bubbleYValuesDescription_it"] = "Valori y del grafico. I valori saranno inseriti sull’asse verticale"; -ln["bubbleZValuesDescription_it"] = "Valori z del grafico. I valori rappresentano la dimensione della bolla."; -ln["bubbleSeriesDescription_it"] = "Serie del grafico. I valori visualizzano un grafico a bolle a serie multipla."; - -ln["scatterCategoriesDescription_it"] = "Categorie del grafico. Inserire un valore per ciascuna serie."; -ln["scatterXValuesDescription_it"] = "Serie del grafico. I valori saranno inseriti sull’asse orizzontale."; -ln["scatterYValuesDescription_it"] = "Serie del grafico. I valori saranno inseriti sull’asse verticale.."; - -ln["heatmapCategoriesDescription_it"] = "Categorie del grafico. I valori saranno inseriti sull’asse orizzontale."; - -ln["LatitudeDescription_it"] = "Latitudine del punto da riportare sulla mappa."; -ln["LongitudeDescription_it"] = "Longitudine del punto da riportare sulla mappa."; -ln["BalloonContentDescription_it"] = "Descrizione del segnaposto o link all'immagine che visualizza il luogo specificato sulla mappa."; +ln["XAxis_it"] = "ASSE X"; +ln["YAxis_it"] = "ASSE Y"; +ln["NumericXAxis_it"] = "ASSE X [num]"; +ln["NumericYAxis_it"] = "ASSE Y [num]"; +ln["Column_it"] = "COLONNA"; +ln["Level_it"] = "LIVELLO"; +ln["SliceLabels_it"] = "ETICHETTA"; +ln["SliceSizes_it"] = "DIMENSIONE [num]"; +ln["Latitude_it"] = "LATITUDINE"; +ln["Longitude_it"] = "LONGITUDINE"; +ln["BalloonContent_it"] = "CONTENUTO"; +ln["BubbleContent_it"] = "CONTENUTO BOLLA"; +ln["BubbleSize_it"] = "DIMENSIONE BOLLA [num]"; +ln["Categories_it"] = "CATEGORIA [opt]"; + +//options +ln["title_it"] = "Titolo" +ln["description_it"] = "Descrizione"; + +ln["x-axis-label_it"] = "Etichetta asse X"; +ln["y-axis-label_it"] = "Etichetta asse Y"; +ln["suffix_it"] = "Suffisso tooltip"; +ln["theme_it"] = "Tema"; +ln["stack_it"] = "Stack"; +ln["donut_it"] = "Ciambella"; + +ln["x-axis-label_description_it"] = "L'etichetta che verrà visualizzata sull'asse delle X"; +ln["y-axis-label_description_it"] = "L'etichetta che verrà visualizzata sull'asse delle Y"; +ln["suffix_description_it"] = "Il suffisso che verrà aggiunto ai valori ($, %, Kg, ...)"; +ln["theme_description_it"] = "Il tema influenza l'estetica e i colori del grafico"; +ln["stack_description_it"] = "Se 'percent' sarà applicata la normalizzazione a 100"; +ln["donut_description_it"] = "Se 'true' il grafico a torta diventerà a ciambella! :)"; /******** FR ********/ -ln["slide1Title_fr"] = "SELECTIONNER UN JEU DE DONNEES"; -ln["slide1Subtitle_fr"] = "Rechercher ou copier/coller l’url du jeu de données."; -ln["slide2Title_fr"] = "SELECTIONNER DONNEES"; -ln["slide2Subtitle_fr"] = "Sélectionner les champs à partir de l’arborescence. Une fenêtre vous indiquera les valeurs relatives aux champs sélectionnés."; -ln["slide3Title_fr"] = "SELECTIONNER UN MODE DE VISUALISATION"; -ln["slide3Subtitle_fr"] = "Sélectionner un mode de visualisation, remplir les entrées et les vignettes (optionnel)."; - -ln["back_fr"] = "RETOUR"; -ln["forward_fr"] = "AVANT"; - -ln["listView_fr"] = "VUE EN LISTE"; -ln["treeMapView_fr"] = "VUE EN ARBORESCENCE"; -ln["mostPopular_fr"] = "LES PLUS POPULAIRES"; -ln["availableDatasets_fr"] = "Jeux de données disponibles"; -ln["suggestedDatasets_fr"] = "Jeux de données suggérés"; -ln["selectedUrl_fr"] = "Sélectionner URL"; +//PAGE SLIDER +ln["slide1Title_fr"] = "SELECT DATASET"; +ln["slide1Subtitle_fr"] = "Search or copy and paste the url of dataset."; +ln["slide2Title_fr"] = "SELECT DATA"; +ln["slide2Subtitle_fr"] = "Select the fields from tree-view. The multi-table will show the values related to the selected fields."; +ln["slide3Title_fr"] = "SELECT VISUALIZATION"; +ln["slide3Subtitle_fr"] = "Select a visualization, fill out inputs and labels (optional)."; +ln["back_fr"] = "Back"; +ln["forward_fr"] = "Forward"; + +//SELECT DATASET +ln["listView_fr"] = "LIST VIEW"; +ln["treeMapView_fr"] = "TREE MAP VIEW"; +ln["availableDatasets_fr"] = "Available datasets"; +ln["suggestedDatasets_fr"] = "Suggested datasets"; +ln["selectedUrl_fr"] = "Selected url"; ln["wrongUrl_fr"] = "Invalid url or data provider not supported yet."; -ln["inputs_fr"] = "SORTIES"; -ln["layouts_fr"] = "VIGNETTES/OPTIONSs"; -ln["baseInfo_fr"] = "INFORMATION DE BASE"; -ln["comment_fr"] = "COMMENTAIRES"; -ln["commentLabel_fr"] = "Commentaires (maximum 100 caractères)"; -ln["dataletPreview_fr"] = "PREVISUALISATION"; -ln["addDatalet_fr"] = "AJOUTER"; -ln["modifyDatalet_fr"] = "MODIFIER"; +//SELECT DATA +ln["expertAddFilters_fr"] = "EXPERT : ADD FILTERS"; -ln["addFilters_fr"] = "ADD FILTERS"; +//filters ln["filterField_fr"] = "Field"; ln["filterOperation_fr"] = "Operation"; ln["filterValue_fr"] = "Value"; ln["contains_fr"] = "contains"; ln["start_fr"] = "start with"; ln["ends_fr"] = "ends with"; + +//SELECT VISUALIZATION +ln["inputs_fr"] = "INPUTS"; +ln["baseInfo_fr"] = "BASE INFO"; +ln["layouts_fr"] = "LABELS / OPTIONS"; +ln["dataletPreview_fr"] = "DATALET PREVIEW"; +ln["addDatalet_fr"] = "ADD"; +ln["modifyDatalet_fr"] = "MODIFY"; + +//vslider +ln["search_fr"] = "Search"; + +ln["datatable_fr"] = "Table"; +ln["barchart_fr"] = "Bar"; +ln["columnchart_fr"] = "Column"; +ln["areachart_fr"] = "Area"; +ln["linechart_fr"] = "Line"; +ln["heatmap_fr"] = "Heat Map"; +ln["barchart_stacked_fr"] = "Stacked Bar"; +ln["columnchart_stacked_fr"] = "Stacked Column"; +ln["areachart_stacked_fr"] = "Stacked Area"; +ln["piechart_fr"] = "Pie"; +ln["scatterchart_fr"] = "Scatter"; +ln["bubblechart_fr"] = "Bubble"; +ln["treemap_fr"] = "Tree Map"; +ln["leafletjs_fr"] = "Map"; + +//inputs +ln["expertGroupBy_fr"] = "EXPERT : GROUP BY"; + ln["sortAscending_fr"] = "sorted ascending"; ln["sortDescending_fr"] = "sorted descending"; ln["unsort_fr"] = "unsorted"; + ln["groupBy_fr"] = "GROUP BY"; ln["calculate_fr"] = "CALCULATE"; + ln["COUNT_fr"] = "COUNT of"; ln["SUM_fr"] = "SUM of"; ln["MIN_fr"] = "MIN of"; @@ -266,109 +291,106 @@ ln["AVG_fr"] = "AVG of"; ln["FIRST_fr"] = "FIRST of"; ln["LAST_fr"] = "LAST of"; -ln["datatable_fr"] = "table fr"; -ln["barchart_fr"] = "barchart"; -ln["columnchart_fr"] = "columnchart"; -ln["linechart_fr"] = "linechart"; -ln["column3Dchart_fr"] = "column3Dchart"; -ln["areachart_fr"] = "areachart"; -ln["donutpie3dchart_fr"] = "donutpie3dchart"; -ln["piechart_fr"] = "piechart"; -ln["treemap_fr"] = "treemap"; -ln["leafletjs_fr"] = "map"; -ln["bubble3d_fr"] = "bubble3d"; -ln["bubblechart_fr"] = "bubblechart"; -ln["scatterchart_fr"] = "scatterchart"; -ln["heatmap_fr"] = "heatmap"; - -ln["title_fr"] = "title"; -ln["description_fr"] = "description"; - -ln["Cell_fr"] = "Cell"; -ln["Level_fr"] = "Level"; -ln["Categories_fr"] = "Categories"; -ln["Series_fr"] = "Series"; -ln["x-axis-label_fr"] = "x-axis-label"; -ln["y-axis-label_fr"] = "y-axis-label"; -ln["z-axis-label_fr"] = "z-axis-label"; -ln["suffix_fr"] = "suffix"; -ln["Size_fr"] = "Size"; -ln["Latitude_fr"] = "Latitude"; -ln["Longitude_fr"] = "Longitude"; -ln["Balloon content_fr"] = "Balloon content"; -ln["X values_fr"] = "X values"; -ln["Y values_fr"] = "Y values"; -ln["Z values_fr"] = "Z values"; - -ln["cellDescription_fr"] = "Cellules du tableau."; -ln["levelDescription_fr"] = "C’est le niveau local que le graphique utilisera pour grouper les valeurs correspondantes au nombre de niveaux de champs"; - -ln["categoriesDescription_fr"] = "Catégories de graphiques. Ces valeurs seront insérées dans l’axe horizontal. Vous devez insérer une valeur pour chaque série."; -ln["seriesDescription_fr"] = "Catégories de graphique. Ces valeurs seront insérées dans l’axe vertical."; - -ln["XAxisLabelDescription_fr"] = "Vignette pour l’axe X."; -ln["YAxisLabelDescription_fr"] = "Vignette pour l’axe Y."; -ln["suffixDescription_fr"] = "Unités de mesures (ex: dollars, euros."; - -ln["pieSeriesDescription_fr"] = "Série de graphiques. Ces valeurs seront intégrées au sein des segments de chaque série."; -ln["pieSizeDescription_fr"] = "Taille de chaque série afin de créer un anneau concentrique."; - -ln["bubbleCategoriesDescription_fr"] = "Catégories de graphique. Ces valeurs seront insérées dans l’axe horizontal. Vous devez insérer une valeur pour chaque série."; -ln["bubbleYValuesDescription_fr"] = "Le graphique présente les valeurs Y. Ces valeurs seront insérées dans l’axe vertical."; -ln["bubbleZValuesDescription_fr"] = "Le graphique présente les valeurs Z. Ces valeurs représentent la taille des bulles."; -ln["bubbleSeriesDescription_fr"] = "The chart series. Its values visualize multi- series bubbles chart."; - -ln["scatterCategoriesDescription_fr"] = "The chart categories. You need one value for each series."; -ln["scatterXValuesDescription_fr"] = "The chart plots x values. Its values will be put in the horizontal axis."; -ln["scatterYValuesDescription_fr"] = "The chart plots y value. Its values will be put in the vertical axis."; - -ln["heatmapCategoriesDescription_fr"] = "The chart categories. Its values will be put in the horizontal axis."; - -ln["LatitudeDescription_fr"] = "Latitude des points que vous souhaitez montrer sur la carte."; -ln["LongitudeDescription_fr"] = "Longitude des points que vous souhaitez montrer sur la carte."; -ln["BalloonContentDescription_fr"] = "It is the text associated to the marker or the link to the image related to the camera associated to each points."; +ln["XAxis_fr"] = "X AXIS"; +ln["YAxis_fr"] = "Y AXIS"; +ln["NumericXAxis_fr"] = "X AXIS [num]"; +ln["NumericYAxis_fr"] = "Y AXIS [num]"; +ln["Column_fr"] = "COLUMN"; +ln["Level_fr"] = "LEVEL"; +ln["SliceLabels_fr"] = "LABEL"; +ln["SliceSizes_fr"] = "SIZE [num]"; +ln["Latitude_fr"] = "LATITUDE"; +ln["Longitude_fr"] = "LONGITUDE"; +ln["BalloonContent_fr"] = "BALLOON CONTENT";// [opt] +ln["BubbleContent_fr"] = "BUBBLE CONTENT"; +ln["BubbleSize_fr"] = "BUBBLE SIZE [num]"; +ln["Categories_fr"] = "CATEGORY [opt]"; + +//options +ln["title_fr"] = "Title" +ln["description_fr"] = "Description"; + +ln["x-axis-label_fr"] = "X Axis Label"; +ln["y-axis-label_fr"] = "Y Axis Label"; +ln["suffix_fr"] = "Tooltip Suffix"; +ln["theme_fr"] = "Theme"; +ln["stack_fr"] = "Stack"; +ln["donut_fr"] = "Donut"; + +ln["x-axis-label_description_fr"] = "X Axis Label"; +ln["y-axis-label_description_fr"] = "Y Axis Label"; +ln["suffix_description_fr"] = "Tooltip Suffix"; +ln["theme_description_fr"] = "Theme"; +ln["stack_description_fr"] = "Stack"; +ln["donut_description_fr"] = "Donut"; /******** NL ********/ -ln["slide1Title_nl"] = "SELECTEER DATASET"; -ln["slide1Subtitle_nl"] = "Zoek of kopieer en plak de url van de dataset."; -ln["slide2Title_nl"] = "SELECTEER DATA"; -ln["slide2Subtitle_nl"] = "Selecteer de velden uit de boomstructuur. De multi-tabel laat de waarden zien van de geselecteerde velden."; -ln["slide3Title_nl"] = "SELECTEER VISUALISATIE"; -ln["slide3Subtitle_nl"] = "Selecteer een visualisatie, vul de invoer en labels in."; +//PAGE SLIDER +ln["slide1Title_nl"] = "SELECT DATASET"; +ln["slide1Subtitle_nl"] = "Search or copy and paste the url of dataset."; +ln["slide2Title_nl"] = "SELECT DATA"; +ln["slide2Subtitle_nl"] = "Select the fields from tree-view. The multi-table will show the values related to the selected fields."; +ln["slide3Title_nl"] = "SELECT VISUALIZATION"; +ln["slide3Subtitle_nl"] = "Select a visualization, fill out inputs and labels (optional)."; +ln["back_nl"] = "Back"; +ln["forward_nl"] = "Forward"; -ln["back_nl"] = "TERUG"; -ln["forward_nl"] = "VOOTUIT"; +//SELECT DATASET +ln["listView_nl"] = "LIST VIEW"; +ln["treeMapView_nl"] = "TREE MAP VIEW"; +ln["availableDatasets_nl"] = "Available datasets"; +ln["suggestedDatasets_nl"] = "Suggested datasets"; +ln["selectedUrl_nl"] = "Selected url"; +ln["wrongUrl_nl"] = "Invalid url or data provider not supported yet."; -ln["listView_nl"] = "LIJSTWEERGAVE"; -ln["treeMapView_nl"] = "BOOMSTRUCTUUR WEEERGAVE"; -ln["mostPopular_nl"] = "POPULAIRSTE"; -ln["availableDatasets_nl"] = "Beschikbare datasets"; -ln["suggestedDatasets_nl"] = "Voeg aanbevolen datasets"; -ln["selectedUrl_nl"] = "selecteer url"; -ln["wrongUrl_nl"] = "Ongeldige url of data provider nog niet ondersteund."; +//SELECT DATA +ln["expertAddFilters_nl"] = "EXPERT : ADD FILTERS"; -ln["inputs_nl"] = "INPUTS"; -ln["layouts_nl"] = "LABELS / OPTIES"; -ln["baseInfo_nl"] = "BASIS INFO"; -ln["comment_nl"] = "COMMENTAAR"; -ln["commentLabel_nl"] = "commentaar (maximaal 100 tekens)"; -ln["dataletPreview_nl"] = "VOORBEELD"; -ln["addDatalet_nl"] = "TOEVOEGEN"; -ln["modifyDatalet_nl"] = "WIJZIGEN"; - -ln["addFilters_nl"] = "ADD FILTERS"; +//filters ln["filterField_nl"] = "Field"; ln["filterOperation_nl"] = "Operation"; ln["filterValue_nl"] = "Value"; ln["contains_nl"] = "contains"; ln["start_nl"] = "start with"; ln["ends_nl"] = "ends with"; + +//SELECT VISUALIZATION +ln["inputs_nl"] = "INPUTS"; +ln["baseInfo_nl"] = "BASE INFO"; +ln["layouts_nl"] = "LABELS / OPTIONS"; +ln["dataletPreview_nl"] = "DATALET PREVIEW"; +ln["addDatalet_nl"] = "ADD"; +ln["modifyDatalet_nl"] = "MODIFY"; + +//vslider +ln["search_nl"] = "Search"; + +ln["datatable_nl"] = "Table"; +ln["barchart_nl"] = "Bar"; +ln["columnchart_nl"] = "Column"; +ln["areachart_nl"] = "Area"; +ln["linechart_nl"] = "Line"; +ln["heatmap_nl"] = "Heat Map"; +ln["barchart_stacked_nl"] = "Stacked Bar"; +ln["columnchart_stacked_nl"] = "Stacked Column"; +ln["areachart_stacked_nl"] = "Stacked Area"; +ln["piechart_nl"] = "Pie"; +ln["scatterchart_nl"] = "Scatter"; +ln["bubblechart_nl"] = "Bubble"; +ln["treemap_nl"] = "Tree Map"; +ln["leafletjs_nl"] = "Map"; + +//inputs +ln["expertGroupBy_nl"] = "EXPERT : GROUP BY"; + ln["sortAscending_nl"] = "sorted ascending"; ln["sortDescending_nl"] = "sorted descending"; ln["unsort_nl"] = "unsorted"; + ln["groupBy_nl"] = "GROUP BY"; ln["calculate_nl"] = "CALCULATE"; + ln["COUNT_nl"] = "COUNT of"; ln["SUM_nl"] = "SUM of"; ln["MIN_nl"] = "MIN of"; @@ -377,64 +399,35 @@ ln["AVG_nl"] = "AVG of"; ln["FIRST_nl"] = "FIRST of"; ln["LAST_nl"] = "LAST of"; -ln["datatable_nl"] = "tafel"; -ln["barchart_nl"] = "barchart"; -ln["columnchart_nl"] = "columnchart"; -ln["linechart_nl"] = "linechart"; -ln["column3Dchart_nl"] = "column3Dchart"; -ln["areachart_nl"] = "areachart"; -ln["donutpie3dchart_nl"] = "donutpie3dchart"; -ln["piechart_nl"] = "piechart"; -ln["treemap_nl"] = "treemap"; -ln["leafletjs_nl"] = "map"; -ln["bubble3d_nl"] = "bubble3d"; -ln["bubblechart_nl"] = "bubblechart"; -ln["scatterchart_nl"] = "scatterchart"; -ln["heatmap_nl"] = "heatmap"; - -ln["title_fr"] = "title"; -ln["description_fr"] = "description"; - -ln["Cell_nl"] = "Cell"; -ln["Level_nl"] = "Level"; -ln["Categories_nl"] = "Categories"; -ln["Series_nl"] = "Series"; -ln["x-axis-label_nl"] = "x-axis-label"; -ln["y-axis-label_nl"] = "y-axis-label"; -ln["z-axis-label_nl"] = "z-axis-label"; -ln["suffix_nl"] = "suffix"; -ln["Size_nl"] = "Size"; -ln["Latitude_nl"] = "Latitude"; -ln["Longitude_nl"] = "Longitude"; -ln["Balloon content_nl"] = "Balloon content"; -ln["X values_nl"] = "X values"; -ln["Y values_nl"] = "Y values"; -ln["Z values_nl"] = "Z values"; - -ln["cellDescription_nl"] = "De cel van een tabel."; -ln["levelDescription_nl"] = "Het is het veldniveau dat de datalet gebruikt om waarden te groeperen die corresponderen met veldniveau aantallen."; - -ln["categoriesDescription_nl"] = "De categorieen van het diagram. De waarden worden op de horizontale as geplaatst. Voor elke reeks is één waarde nodig."; -ln["seriesDescription_nl"] = "De reeksen van het diagram. De waarden worden op de verticale as geplaatst."; - -ln["XAxisLabelDescription_nl"] = "Label voor de x-as."; -ln["YAxisLabelDescription_nl"] = "Label voor de y-as."; -ln["suffixDescription_nl"] = "De waarden van de index (bijvoorbeeld de eenheid)."; - -ln["pieSeriesDescription_nl"] = "De reeksen van het diagram. De waarden zullen worden opgedeeld voor iedere reeks."; -ln["pieSizeDescription_nl"] = "De grootte van iedere reeks die samen een cirkelvormige ring vormen."; - -ln["bubbleCategoriesDescription_nl"] = "De categorieen van het diagram. Voor elke reeks is één waarde nodig."; -ln["bubbleYValuesDescription_nl"] = "De grafiek plot Y-waarden. De waarden worden op de verticale as geplaatst."; -ln["bubbleZValuesDescription_nl"] = "De grafiek plot Z-waarden. De waarden representeren de grootte van de bellen."; -ln["bubbleSeriesDescription_nl"] = "De reeksen van het diagram. De waarden visualiseren meerdere reeksen van bellen."; - -ln["scatterCategoriesDescription_nl"] = "De categorieen van het diagram. Voor elke reeks is één waarde nodig."; -ln["scatterXValuesDescription_nl"] = "De grafiek plot X-waarden. De waarden worden op de horizontale as geplaatst."; -ln["scatterYValuesDescription_nl"] = "De grafiek plot Y-waarden. De waarden worden op de verticale as geplaatst."; - -ln["heatmapCategoriesDescription_nl"] = "De categorieën van het diagram. De waarden worden op de horizontale as geplaatst."; - -ln["LatitudeDescription_nl"] = "Het is de breedtegraad van de punten in de kaart."; -ln["LongitudeDescription_nl"] = "Het is de hoogtegraad van de punten in de kaart"; -ln["BalloonContentDescription_nl"] = "Het is de tekst die hoort bij de markering of link (naar een foto van de camera van ieder punt)."; \ No newline at end of file +ln["XAxis_nl"] = "X AXIS"; +ln["YAxis_nl"] = "Y AXIS"; +ln["NumericXAxis_nl"] = "X AXIS [num]"; +ln["NumericYAxis_nl"] = "Y AXIS [num]"; +ln["Column_nl"] = "COLUMN"; +ln["Level_nl"] = "LEVEL"; +ln["SliceLabels_nl"] = "LABEL"; +ln["SliceSizes_nl"] = "SIZE [num]"; +ln["Latitude_nl"] = "LATITUDE"; +ln["Longitude_nl"] = "LONGITUDE"; +ln["BalloonContent_nl"] = "BALLOON CONTENT";// [opt] +ln["BubbleContent_nl"] = "BUBBLE CONTENT"; +ln["BubbleSize_nl"] = "BUBBLE SIZE [num]"; +ln["Categories_nl"] = "CATEGORY [opt]"; + +//options +ln["title_nl"] = "Title" +ln["description_nl"] = "Description"; + +ln["x-axis-label_nl"] = "X Axis Label"; +ln["y-axis-label_nl"] = "Y Axis Label"; +ln["suffix_nl"] = "Tooltip Suffix"; +ln["theme_nl"] = "Theme"; +ln["stack_nl"] = "Stack"; +ln["donut_nl"] = "Donut"; + +ln["x-axis-label_description_nl"] = "X Axis Label"; +ln["y-axis-label_description_nl"] = "Y Axis Label"; +ln["suffix_description_nl"] = "Tooltip Suffix"; +ln["theme_description_nl"] = "Theme"; +ln["stack_description_nl"] = "Stack"; +ln["donut_description_nl"] = "Donut"; \ No newline at end of file -- libgit2 0.21.4