Commit a7d52488456145944f9ca326fb13fa30da799372

Authored by Renato De Donato
1 parent 26e669ac

ln

controllets/page-slider-controllet/page-slider-controllet.html
@@ -153,6 +153,10 @@ @@ -153,6 +153,10 @@
153 153
154 attached : function() { 154 attached : function() {
155 this.fire('page-slider-controllet_selected', {selected : this.selected}); 155 this.fire('page-slider-controllet_selected', {selected : this.selected});
  156 +
  157 + var buttons = document.getElementsByTagName("paper-icon-button");
  158 + buttons[0].setAttribute("title", ln["back_" + ln["localization"]]);
  159 + buttons[1].setAttribute("title", ln["forward_" + ln["localization"]]);
156 }, 160 },
157 161
158 setTitle : function(title, subtitle) { 162 setTitle : function(title, subtitle) {
controllets/search-panel-controllet/search-panel-controllet.html
@@ -65,7 +65,7 @@ Example: @@ -65,7 +65,7 @@ Example:
65 --paper-input-container-input-color: #ffffff; 65 --paper-input-container-input-color: #ffffff;
66 --paper-input-container-focus-color: #ffffff; 66 --paper-input-container-focus-color: #ffffff;
67 --paper-input-container-color: #ffffff; 67 --paper-input-container-color: #ffffff;
68 - /*position: absolute;*/ 68 + position: absolute;
69 /*top: -12px;*/ 69 /*top: -12px;*/
70 /*width: 20vw;*/ 70 /*width: 20vw;*/
71 width: 392px; 71 width: 392px;
@@ -84,7 +84,7 @@ Example: @@ -84,7 +84,7 @@ Example:
84 <neon-animated-pages selected="[[selected]]" entry-animation="[[entryAnimation]]" exit-animation="[[exitAnimation]]"> 84 <neon-animated-pages selected="[[selected]]" entry-animation="[[entryAnimation]]" exit-animation="[[exitAnimation]]">
85 <neon-animatable></neon-animatable> 85 <neon-animatable></neon-animatable>
86 <neon-animatable> 86 <neon-animatable>
87 - <paper-input id="search_text" class="search-text" autofocus label="search" autosave="search_text" results="5" transition="fade-in-animation" value="{{searchKey}}" no-label-float> 87 + <paper-input id="search_text" class="search-text" autofocus autosave="search_text" results="5" transition="fade-in-animation" value="{{searchKey}}" no-label-float>
88 </paper-input> 88 </paper-input>
89 </neon-animatable> 89 </neon-animatable>
90 </neon-animated-pages> 90 </neon-animated-pages>
locales/lnHashMap.js
@@ -8,6 +8,9 @@ ln[&quot;slide2Subtitle_it&quot;] = &quot;Seleziona i campi dalla struttura ad albero. Nella ta @@ -8,6 +8,9 @@ ln[&quot;slide2Subtitle_it&quot;] = &quot;Seleziona i campi dalla struttura ad albero. Nella ta
8 ln["slide3Title_it"] = "SELEZIONA LA VISUALIZZAZIONE"; 8 ln["slide3Title_it"] = "SELEZIONA LA VISUALIZZAZIONE";
9 ln["slide3Subtitle_it"] = "Seleziona una visualizzazione, inserisci dati di input ed etichette (opzionale)."; 9 ln["slide3Subtitle_it"] = "Seleziona una visualizzazione, inserisci dati di input ed etichette (opzionale).";
10 10
  11 +ln["back_it"] = "INDIETRO";
  12 +ln["forward_it"] = "AVANTI";
  13 +
11 ln["listView_it"] = "ELENCO"; 14 ln["listView_it"] = "ELENCO";
12 ln["treeMapView_it"] = "GRAFICO AD ALBERO"; 15 ln["treeMapView_it"] = "GRAFICO AD ALBERO";
13 ln["mostPopular_it"] = "I PIÙ VISTI"; 16 ln["mostPopular_it"] = "I PIÙ VISTI";
@@ -61,6 +64,9 @@ ln[&quot;slide2Subtitle_en&quot;] = &quot;Select the fields from tree-view. The multi-table wil @@ -61,6 +64,9 @@ ln[&quot;slide2Subtitle_en&quot;] = &quot;Select the fields from tree-view. The multi-table wil
61 ln["slide3Title_en"] = "SELECT VISUALIZATION"; 64 ln["slide3Title_en"] = "SELECT VISUALIZATION";
62 ln["slide3Subtitle_en"] = "Select a visualization, fill out inputs and labels (optional)."; 65 ln["slide3Subtitle_en"] = "Select a visualization, fill out inputs and labels (optional).";
63 66
  67 +ln["back_en"] = "BACK";
  68 +ln["forward_en"] = "FORWARD";
  69 +
64 ln["listView_en"] = "LIST VIEW"; 70 ln["listView_en"] = "LIST VIEW";
65 ln["treeMapView_en"] = "TREE MAP VIEW"; 71 ln["treeMapView_en"] = "TREE MAP VIEW";
66 ln["mostPopular_en"] = "MOST POPULAR"; 72 ln["mostPopular_en"] = "MOST POPULAR";
@@ -115,6 +121,9 @@ ln[&quot;slide2Subtitle_fr&quot;] = &quot;Sélectionner les champs à partir de l’arborescenc @@ -115,6 +121,9 @@ ln[&quot;slide2Subtitle_fr&quot;] = &quot;Sélectionner les champs à partir de l’arborescenc
115 ln["slide3Title_fr"] = "SELECTIONNER UN MODE DE VISUALISATION"; 121 ln["slide3Title_fr"] = "SELECTIONNER UN MODE DE VISUALISATION";
116 ln["slide3Subtitle_fr"] = "Sélectionner un mode de visualisation, remplir les entrées et les vignettes (optionnel)."; 122 ln["slide3Subtitle_fr"] = "Sélectionner un mode de visualisation, remplir les entrées et les vignettes (optionnel).";
117 123
  124 +ln["back_fr"] = "RETOUR";
  125 +ln["forward_fr"] = "AVANT";
  126 +
118 ln["listView_fr"] = "VUE EN LISTE"; 127 ln["listView_fr"] = "VUE EN LISTE";
119 ln["treeMapView_fr"] = "VUE EN ARBORESCENCE"; 128 ln["treeMapView_fr"] = "VUE EN ARBORESCENCE";
120 ln["mostPopular_fr"] = "LES PLUS POPULAIRES"; 129 ln["mostPopular_fr"] = "LES PLUS POPULAIRES";
@@ -161,54 +170,57 @@ ln[&quot;LongitudeDescription_fr&quot;] = &quot;Longitude des points que vous souhaitez montrer @@ -161,54 +170,57 @@ ln[&quot;LongitudeDescription_fr&quot;] = &quot;Longitude des points que vous souhaitez montrer
161 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."; 170 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.";
162 171
163 /* NL */ 172 /* NL */
164 -ln["slide1Title_nl"] = "SELECT DATASET";  
165 -ln["slide1Subtitle_nl"] = "Search or copy and paste the url of dataset.";  
166 -ln["slide2Title_nl"] = "SELECT DATA";  
167 -ln["slide2Subtitle_nl"] = "Select the fields from tree-view. The multi-table will show the values related to the selected fields.";  
168 -ln["slide3Title_nl"] = "SELECT VISUALIZATION";  
169 -ln["slide3Subtitle_nl"] = "Select a visualization, fill out inputs and labels (optional).";  
170 -  
171 -ln["listView_nl"] = "LIST VIEW";  
172 -ln["treeMapView_nl"] = "TREE MAP VIEW";  
173 -ln["mostPopular_nl"] = "MOST POPULAR";  
174 -ln["availableDatasets_nl"] = "Available datasets";  
175 -ln["suggestedDatasets_nl"] = "Suggested datasets";  
176 -ln["selectedUrl_nl"] = "Selected url";  
177 -ln["wrongUrl_nl"] = "Invalid url or data provider not supported yet."; 173 +ln["slide1Title_nl"] = "SELECTEER DATASET";
  174 +ln["slide1Subtitle_nl"] = "Zoek of kopieer en plak de url van de dataset.";
  175 +ln["slide2Title_nl"] = "SELECTEER DATA";
  176 +ln["slide2Subtitle_nl"] = "Selecteer de velden uit de boomstructuur. De multi-tabel laat de waarden zien van de geselecteerde velden.";
  177 +ln["slide3Title_nl"] = "SELECTEER VISUALISATIE";
  178 +ln["slide3Subtitle_nl"] = "Selecteer een visualisatie, vul de invoer en labels in.";
  179 +
  180 +ln["back_nl"] = "TERUG";
  181 +ln["forward_nl"] = "VOOTUIT";
  182 +
  183 +ln["listView_nl"] = "LIJSTWEERGAVE";
  184 +ln["treeMapView_nl"] = "BOOMSTRUCTUUR WEEERGAVE";
  185 +ln["mostPopular_nl"] = "POPULAIRSTE";
  186 +ln["availableDatasets_nl"] = "Beschikbare datasets";
  187 +ln["suggestedDatasets_nl"] = "Voeg aanbevolen datasets";
  188 +ln["selectedUrl_nl"] = "selecteer url";
  189 +ln["wrongUrl_nl"] = "Ongeldige url of data provider nog niet ondersteund.";
178 190
179 ln["inputs_nl"] = "INPUTS"; 191 ln["inputs_nl"] = "INPUTS";
180 -ln["layouts_nl"] = "LABELS / OPTIONS";  
181 -ln["baseInfo_nl"] = "BASE INFO";  
182 -ln["comment_nl"] = "COMMENT";  
183 -ln["commentLabel_nl"] = "comment (max 100 characters)";  
184 -ln["dataletPreview_nl"] = "PREVIEW";  
185 -ln["addDatalet_nl"] = "ADD";  
186 -ln["modifyDatalet_nl"] = "MODIFY"; 192 +ln["layouts_nl"] = "LABELS / OPTIES";
  193 +ln["baseInfo_nl"] = "BASIS INFO";
  194 +ln["comment_nl"] = "COMMENTAAR";
  195 +ln["commentLabel_nl"] = "commentaar (maximaal 100 tekens)";
  196 +ln["dataletPreview_nl"] = "VOORBEELD";
  197 +ln["addDatalet_nl"] = "TOEVOEGEN";
  198 +ln["modifyDatalet_nl"] = "WIJZIGEN";
187 199
188 -ln["cellDescription_nl"] = "The cell of table.";  
189 -ln["levelDescription_nl"] = "It is the level field that the datalet will use to group the values at corrisponding field number level."; 200 +ln["cellDescription_nl"] = "De cel van een tabel.";
  201 +ln["levelDescription_nl"] = "Het is het veldniveau dat de datalet gebruikt om waarden te groeperen die corresponderen met veldniveau aantallen.";
190 202
191 -ln["categoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";  
192 -ln["seriesDescription_nl"] = "The chart series. Its values will be put in the vertical axis."; 203 +ln["categoriesDescription_nl"] = "De categorieen van het diagram. De waarden worden op de horizontale as geplaatst. Voor elke reeks is één waarde nodig.";
  204 +ln["seriesDescription_nl"] = "De reeksen van het diagram. De waarden worden op de verticale as geplaatst.";
193 205
194 -ln["XAxisLabelDescription_nl"] = "The label for the X axis.";  
195 -ln["YAxisLabelDescription_nl"] = "The label for the Y axis.";  
196 -ln["suffixDescription_nl"] = "The values suffix (eg units, dollars, euro, ...)."; 206 +ln["XAxisLabelDescription_nl"] = "Label voor de x-as.";
  207 +ln["YAxisLabelDescription_nl"] = "Label voor de y-as.";
  208 +ln["suffixDescription_nl"] = "De waarden van de index (bijvoorbeeld de eenheid).";
197 209
198 -ln["pieSeriesDescription_nl"] = "The chart series. Its values will be put on slice of each series.";  
199 -ln["pieSizeDescription_nl"] = "The size for each series to create a concentric rings."; 210 +ln["pieSeriesDescription_nl"] = "De reeksen van het diagram. De waarden zullen worden opgedeeld voor iedere reeks.";
  211 +ln["pieSizeDescription_nl"] = "De grootte van iedere reeks die samen een cirkelvormige ring vormen.";
200 212
201 -ln["bubbleCategoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";  
202 -ln["bubbleYValuesDescription_nl"] = "The chart plots y values. Its values will be put in the vertical axis.";  
203 -ln["bubbleZValuesDescription_nl"] = "The chart plots z value. Its values represent the size of the bubble.";  
204 -ln["bubbleSeriesDescription_nl"] = "The chart series. Its values visualize multi- series bubbles chart."; 213 +ln["bubbleCategoriesDescription_nl"] = "De categorieen van het diagram. Voor elke reeks is één waarde nodig.";
  214 +ln["bubbleYValuesDescription_nl"] = "De grafiek plot Y-waarden. De waarden worden op de verticale as geplaatst.";
  215 +ln["bubbleZValuesDescription_nl"] = "De grafiek plot Z-waarden. De waarden representeren de grootte van de bellen.";
  216 +ln["bubbleSeriesDescription_nl"] = "De reeksen van het diagram. De waarden visualiseren meerdere reeksen van bellen.";
205 217
206 -ln["scatterCategoriesDescription_nl"] = "The chart categories. You need one value for each series.";  
207 -ln["scatterXValuesDescription_nl"] = "The chart plots x values. Its values will be put in the horizontal axis.";  
208 -ln["scatterYValuesDescription_nl"] = "The chart plots y value. Its values will be put in the vertical axis."; 218 +ln["scatterCategoriesDescription_nl"] = "De categorieen van het diagram. Voor elke reeks is één waarde nodig.";
  219 +ln["scatterXValuesDescription_nl"] = "De grafiek plot X-waarden. De waarden worden op de horizontale as geplaatst.";
  220 +ln["scatterYValuesDescription_nl"] = "De grafiek plot Y-waarden. De waarden worden op de verticale as geplaatst.";
209 221
210 -ln["heatmapCategoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis."; 222 +ln["heatmapCategoriesDescription_nl"] = "De categorieën van het diagram. De waarden worden op de horizontale as geplaatst.";
211 223
212 -ln["LatitudeDescription_nl"] = "It is latitude of the points you want to show in the map.";  
213 -ln["LongitudeDescription_nl"] = "It is longitude of the points you want to show in the map.";  
214 -ln["BalloonContentDescription_nl"] = "It is the text associated to the marker or the link to the image related to the camera associated to each points.";  
215 \ No newline at end of file 224 \ No newline at end of file
  225 +ln["LatitudeDescription_nl"] = "Het is de breedtegraad van de punten in de kaart.";
  226 +ln["LongitudeDescription_nl"] = "Het is de hoogtegraad van de punten in de kaart";
  227 +ln["BalloonContentDescription_nl"] = "Het is de tekst die hoort bij de markering of link (naar een foto van de camera van ieder punt).";
216 \ No newline at end of file 228 \ No newline at end of file
locales/paper-card-ln.js
@@ -8,11 +8,11 @@ ln[&quot;modify_en&quot;] = &quot;Modify card&quot;; @@ -8,11 +8,11 @@ ln[&quot;modify_en&quot;] = &quot;Modify card&quot;;
8 ln["delete_en"] = "Delete card"; 8 ln["delete_en"] = "Delete card";
9 ln["open_en"] = "Open preview"; 9 ln["open_en"] = "Open preview";
10 10
11 -ln["modify_fr"] = "Modify card";  
12 -ln["delete_fr"] = "Delete card";  
13 -ln["open_fr"] = "Open preview"; 11 +ln["modify_fr"] = "Modifier la card";
  12 +ln["delete_fr"] = "Supprimer la card";
  13 +ln["open_fr"] = "Ouvrir aperçu";
14 14
15 -ln["modify_nl"] = "Modify card";  
16 -ln["delete_nl"] = "Delete card"; 15 +ln["modify_nl"] = "Wijzigen card";
  16 +ln["delete_nl"] = "Wissen card";
17 ln["open_nl"] = "Open preview"; 17 ln["open_nl"] = "Open preview";
18 18