lnHashMap.js
12.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
var ln = [];
/* IT */
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["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["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";
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.";
/* EN */
ln["slide1Title_en"] = "SELECT DATASET";
ln["slide1Subtitle_en"] = "Search or copy and paste the url of dataset.";
ln["slide2Title_en"] = "SELECT DATA";
ln["slide2Subtitle_en"] = "Select the fields from tree-view. The multi-table will show the values related to the selected fields.";
ln["slide3Title_en"] = "SELECT VISUALIZATION";
ln["slide3Subtitle_en"] = "Select a visualization, fill out inputs and labels (optional).";
ln["listView_en"] = "LIST VIEW";
ln["treeMapView_en"] = "TREE MAP VIEW";
ln["mostPopular_en"] = "MOST POPULAR";
ln["availableDatasets_en"] = "Available datasets";
ln["suggestedDatasets_en"] = "Suggested datasets";
ln["selectedUrl_en"] = "Selected url";
ln["inputs_en"] = "INPUTS";
ln["layouts_en"] = "LABELS / OPTIONS";
ln["baseInfo_en"] = "BASE INFO";
ln["comment_en"] = "COMMENT";
ln["commentLabel_en"] = "comment (max 100 characters)";
ln["dataletPreview_en"] = "PREVIEW";
ln["addDatalet_en"] = "ADD";
ln["modifyDatalet_en"] = "MODIFY";
ln["cellDescription_en"] = "The cell of table.";
ln["levelDescription_en"] = "It is the level field that the datalet will use to group the values at corrisponding field number level.";
ln["categoriesDescription_en"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";
ln["seriesDescription_en"] = "The chart series. Its values will be put in the vertical axis.";
ln["XAxisLabelDescription_en"] = "The label for the X axis.";
ln["YAxisLabelDescription_en"] = "The label for the Y axis.";
ln["suffixDescription_en"] = "The values suffix (eg units, dollars, euro, ...).";
ln["pieSeriesDescription_en"] = "The chart series. Its values will be put on slice of each series.";
ln["pieSizeDescription_en"] = "The size for each series to create a concentric rings.";
ln["bubbleCategoriesDescription_en"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";
ln["bubbleYValuesDescription_en"] = "The chart plots y values. Its values will be put in the vertical axis.";
ln["bubbleZValuesDescription_en"] = "The chart plots z value. Its values represent the size of the bubble.";
ln["bubbleSeriesDescription_en"] = "The chart series. Its values visualize multi- series bubbles chart.";
ln["scatterCategoriesDescription_en"] = "The chart categories. You need one value for each series.";
ln["scatterXValuesDescription_en"] = "The chart plots x values. Its values will be put in the horizontal axis.";
ln["scatterYValuesDescription_en"] = "The chart plots y value. Its values will be put in the vertical axis.";
ln["heatmapCategoriesDescription_en"] = "The chart categories. Its values will be put in the horizontal axis.";
ln["LatitudeDescription_en"] = "It is latitude of the points you want to show in the map.";
ln["LongitudeDescription_en"] = "It is longitude of the points you want to show in the map.";
ln["BalloonContentDescription_en"] = "It is the text associated to the marker or the link to the image related to the camera associated to each points.";
/* 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["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";
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";
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. Ses 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. Ses 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. Ses 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. Ses 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. Ses valeurs seront insérées dans l’axe vertical.";
ln["bubbleZValuesDescription_fr"] = "Le graphique présente les valeurs Z. Ses 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.";
/* NL */
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["listView_nl"] = "LIST VIEW";
ln["treeMapView_nl"] = "TREE MAP VIEW";
ln["mostPopular_nl"] = "MOST POPULAR";
ln["availableDatasets_nl"] = "Available datasets";
ln["suggestedDatasets_nl"] = "Suggested datasets";
ln["selectedUrl_nl"] = "Selected url";
ln["inputs_nl"] = "INPUTS";
ln["layouts_nl"] = "LABELS / OPTIONS";
ln["baseInfo_nl"] = "BASE INFO";
ln["comment_nl"] = "COMMENT";
ln["commentLabel_nl"] = "comment (max 100 characters)";
ln["dataletPreview_nl"] = "PREVIEW";
ln["addDatalet_nl"] = "ADD";
ln["modifyDatalet_nl"] = "MODIFY";
ln["cellDescription_nl"] = "The cell of table.";
ln["levelDescription_nl"] = "It is the level field that the datalet will use to group the values at corrisponding field number level.";
ln["categoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";
ln["seriesDescription_nl"] = "The chart series. Its values will be put in the vertical axis.";
ln["XAxisLabelDescription_nl"] = "The label for the X axis.";
ln["YAxisLabelDescription_nl"] = "The label for the Y axis.";
ln["suffixDescription_nl"] = "The values suffix (eg units, dollars, euro, ...).";
ln["pieSeriesDescription_nl"] = "The chart series. Its values will be put on slice of each series.";
ln["pieSizeDescription_nl"] = "The size for each series to create a concentric rings.";
ln["bubbleCategoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis. You need one value for each series.";
ln["bubbleYValuesDescription_nl"] = "The chart plots y values. Its values will be put in the vertical axis.";
ln["bubbleZValuesDescription_nl"] = "The chart plots z value. Its values represent the size of the bubble.";
ln["bubbleSeriesDescription_nl"] = "The chart series. Its values visualize multi- series bubbles chart.";
ln["scatterCategoriesDescription_nl"] = "The chart categories. You need one value for each series.";
ln["scatterXValuesDescription_nl"] = "The chart plots x values. Its values will be put in the horizontal axis.";
ln["scatterYValuesDescription_nl"] = "The chart plots y value. Its values will be put in the vertical axis.";
ln["heatmapCategoriesDescription_nl"] = "The chart categories. Its values will be put in the horizontal axis.";
ln["LatitudeDescription_nl"] = "It is latitude of the points you want to show in the map.";
ln["LongitudeDescription_nl"] = "It is longitude of the points you want to show in the map.";
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.";