flexmonster 2.9.18 → 2.9.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/flexmonster.css +99 -1
- package/flexmonster.es5.full.js +2770 -2758
- package/flexmonster.es5.js +2651 -2639
- package/flexmonster.full.js +2578 -2553
- package/flexmonster.js +2460 -2435
- package/flexmonster.min.css +1 -1
- package/lib/flexmonster.highcharts.js +6 -0
- package/localizations/de.json +604 -604
- package/localizations/en.json +604 -604
- package/localizations/es.json +604 -604
- package/localizations/fr.json +604 -604
- package/localizations/hu.json +604 -604
- package/localizations/id.json +604 -604
- package/localizations/it.json +604 -604
- package/localizations/nl.json +604 -604
- package/localizations/pt.json +604 -604
- package/localizations/th.json +604 -604
- package/localizations/tr.json +604 -604
- package/localizations/uk.json +604 -604
- package/localizations/zh.json +603 -603
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +99 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +99 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +99 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +99 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +116 -1
- package/theme/green/flexmonster.css +99 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +99 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +99 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +99 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +99 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +99 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +99 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +99 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +99 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +99 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +99 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +99 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +8 -3
package/localizations/en.json
CHANGED
|
@@ -1,605 +1,605 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aggregations": {
|
|
3
|
-
"average": {
|
|
4
|
-
"caption": "Average",
|
|
5
|
-
"grandTotalCaption": "Total Average of {0}",
|
|
6
|
-
"totalCaption": "Average of {0}"
|
|
7
|
-
},
|
|
8
|
-
"count": {
|
|
9
|
-
"caption": "Count",
|
|
10
|
-
"grandTotalCaption": "Total Count of {0}",
|
|
11
|
-
"totalCaption": "Count of {0}"
|
|
12
|
-
},
|
|
13
|
-
"differenceOfColumn": {
|
|
14
|
-
"caption": "Difference of Column",
|
|
15
|
-
"grandTotalCaption": "Difference of Column of {0}",
|
|
16
|
-
"totalCaption": "Difference of Column of {0}"
|
|
17
|
-
},
|
|
18
|
-
"differenceOfRow": {
|
|
19
|
-
"caption": "Difference of Row",
|
|
20
|
-
"grandTotalCaption": "Difference of Row of {0}",
|
|
21
|
-
"totalCaption": "Difference of Row of {0}"
|
|
22
|
-
},
|
|
23
|
-
"distinctCount": {
|
|
24
|
-
"caption": "Distinct Count",
|
|
25
|
-
"grandTotalCaption": "Total Distinct Count of {0}",
|
|
26
|
-
"totalCaption": "Distinct Count of {0}"
|
|
27
|
-
},
|
|
28
|
-
"index": {
|
|
29
|
-
"caption": "Index",
|
|
30
|
-
"grandTotalCaption": "Index of {0}",
|
|
31
|
-
"totalCaption": "Index of {0}"
|
|
32
|
-
},
|
|
33
|
-
"max": {
|
|
34
|
-
"caption": "Max",
|
|
35
|
-
"grandTotalCaption": "Total Max of {0}",
|
|
36
|
-
"totalCaption": "Max of {0}"
|
|
37
|
-
},
|
|
38
|
-
"median": {
|
|
39
|
-
"caption": "Median",
|
|
40
|
-
"grandTotalCaption": "Total Median of {0}",
|
|
41
|
-
"totalCaption": "Median of {0}"
|
|
42
|
-
},
|
|
43
|
-
"min": {
|
|
44
|
-
"caption": "Min",
|
|
45
|
-
"grandTotalCaption": "Total Min of {0}",
|
|
46
|
-
"totalCaption": "Min of {0}"
|
|
47
|
-
},
|
|
48
|
-
"none": {
|
|
49
|
-
"caption": "No calculation"
|
|
50
|
-
},
|
|
51
|
-
"percent": {
|
|
52
|
-
"caption": "% of Grand Total",
|
|
53
|
-
"grandTotalCaption": "Total % of Grand Total of {0}",
|
|
54
|
-
"totalCaption": "% of Grand Total of {0}"
|
|
55
|
-
},
|
|
56
|
-
"percentDifferenceOfColumn": {
|
|
57
|
-
"caption": "% Difference of Column",
|
|
58
|
-
"grandTotalCaption": "% Difference of Column of {0}",
|
|
59
|
-
"totalCaption": "% Difference of Column of {0}"
|
|
60
|
-
},
|
|
61
|
-
"percentDifferenceOfRow": {
|
|
62
|
-
"caption": "% Difference of Row",
|
|
63
|
-
"grandTotalCaption": "% Difference of Row of {0}",
|
|
64
|
-
"totalCaption": "% Difference of Row of {0}"
|
|
65
|
-
},
|
|
66
|
-
"percentOfColumn": {
|
|
67
|
-
"caption": "% of Column",
|
|
68
|
-
"grandTotalCaption": "Total % of Column of {0}",
|
|
69
|
-
"totalCaption": "% of Column of {0}"
|
|
70
|
-
},
|
|
71
|
-
"percentOfParentColumnTotal": {
|
|
72
|
-
"caption": "% of Parent Column Total",
|
|
73
|
-
"grandTotalCaption": "% of Parent Column Total of {0}",
|
|
74
|
-
"totalCaption": "% of Parent Column Total of {0}"
|
|
75
|
-
},
|
|
76
|
-
"percentOfParentRowTotal": {
|
|
77
|
-
"caption": "% of Parent Row Total",
|
|
78
|
-
"grandTotalCaption": "% of Parent Row Total of {0}",
|
|
79
|
-
"totalCaption": "% of Parent Row Total of {0}"
|
|
80
|
-
},
|
|
81
|
-
"percentOfRow": {
|
|
82
|
-
"caption": "% of Row",
|
|
83
|
-
"grandTotalCaption": "Total % of Row of {0}",
|
|
84
|
-
"totalCaption": "% of Row of {0}"
|
|
85
|
-
},
|
|
86
|
-
"product": {
|
|
87
|
-
"caption": "Product",
|
|
88
|
-
"grandTotalCaption": "Total Product of {0}",
|
|
89
|
-
"totalCaption": "Product of {0}"
|
|
90
|
-
},
|
|
91
|
-
"runningTotalsOfColumn": {
|
|
92
|
-
"caption": "Running Totals of Column",
|
|
93
|
-
"grandTotalCaption": "Running Totals of Column of {0}",
|
|
94
|
-
"totalCaption": "Running Totals of Column of {0}"
|
|
95
|
-
},
|
|
96
|
-
"runningTotalsOfRow": {
|
|
97
|
-
"caption": "Running Totals of Row",
|
|
98
|
-
"grandTotalCaption": "Running Totals of Row of {0}",
|
|
99
|
-
"totalCaption": "Running Totals of Row of {0}"
|
|
100
|
-
},
|
|
101
|
-
"stdevp": {
|
|
102
|
-
"caption": "Population StDev",
|
|
103
|
-
"grandTotalCaption": "Total Population StDev of {0}",
|
|
104
|
-
"totalCaption": "Population StDev of {0}"
|
|
105
|
-
},
|
|
106
|
-
"stdevs": {
|
|
107
|
-
"caption": "Sample StDev",
|
|
108
|
-
"grandTotalCaption": "Total Sample StDev of {0}",
|
|
109
|
-
"totalCaption": "Sample StDev of {0}"
|
|
110
|
-
},
|
|
111
|
-
"sum": {
|
|
112
|
-
"caption": "Sum",
|
|
113
|
-
"grandTotalCaption": "Total Sum of {0}",
|
|
114
|
-
"totalCaption": "Sum of {0}"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"buttons": {
|
|
118
|
-
"apply": "Apply",
|
|
119
|
-
"cancel": "Cancel",
|
|
120
|
-
"copy": "Copy",
|
|
121
|
-
"no": "No",
|
|
122
|
-
"ok": "OK",
|
|
123
|
-
"save": "Save",
|
|
124
|
-
"select": "Select",
|
|
125
|
-
"yes": "Yes"
|
|
126
|
-
},
|
|
127
|
-
"calculatedView": {
|
|
128
|
-
"actions": {
|
|
129
|
-
"add_to_formula": "Add to formula"
|
|
130
|
-
},
|
|
131
|
-
"allValues": "All values",
|
|
132
|
-
"calculateIndividualValues": "Calculate individual values",
|
|
133
|
-
"formula": "Formula",
|
|
134
|
-
"formulaPrompt": "Drop values and edit formula here",
|
|
135
|
-
"func": {
|
|
136
|
-
"abs": "Absolute",
|
|
137
|
-
"add": "Add",
|
|
138
|
-
"and": "And",
|
|
139
|
-
"divide": "Divide",
|
|
140
|
-
"equal": "Equal",
|
|
141
|
-
"greater": "Greater",
|
|
142
|
-
"greater_equal": "Greater or equal",
|
|
143
|
-
"if": "If",
|
|
144
|
-
"less": "Less",
|
|
145
|
-
"less_equal": "Less or equal",
|
|
146
|
-
"max": "Maximum",
|
|
147
|
-
"min": "Minimum",
|
|
148
|
-
"multiply": "Multiply",
|
|
149
|
-
"not_equal": "Not equal",
|
|
150
|
-
"or": "Or",
|
|
151
|
-
"power": "Power",
|
|
152
|
-
"strict_equal": "Strict equal",
|
|
153
|
-
"subtract": "Subtract"
|
|
154
|
-
},
|
|
155
|
-
"measureBox": "Drag values to formula",
|
|
156
|
-
"measureName": "Value name",
|
|
157
|
-
"removeValue": "Remove",
|
|
158
|
-
"removeValueMessage": "Are you sure you want to remove this calculated value?",
|
|
159
|
-
"removeValueTitle": "Remove {0}?",
|
|
160
|
-
"title": "Calculated value"
|
|
161
|
-
},
|
|
162
|
-
"charts": {
|
|
163
|
-
"bigDataSetWarning": "The dataset is too big to be displayed. Data will be trimmed to fit into the chart.",
|
|
164
|
-
"hideLegend": "Hide legend",
|
|
165
|
-
"noDataTitle": "No data to display.",
|
|
166
|
-
"noMeasuresTitle": "No measures to display. Add at least one measure in the Field List.",
|
|
167
|
-
"selectMeasures": "Select measures",
|
|
168
|
-
"showLegend": "Show legend"
|
|
169
|
-
},
|
|
170
|
-
"contextMenu": {
|
|
171
|
-
"aggregation": "Aggregation",
|
|
172
|
-
"clearSorting": "Clear sorting",
|
|
173
|
-
"collapse": "Collapse",
|
|
174
|
-
"conditionalFormatting": "Conditional formatting",
|
|
175
|
-
"drillDown": "Drill down",
|
|
176
|
-
"drillThrough": "Drill through",
|
|
177
|
-
"drillUp": "Drill up",
|
|
178
|
-
"editFormula": "Edit <b>{0}</b>",
|
|
179
|
-
"expand": "Expand",
|
|
180
|
-
"filterBy": "Filter by <b>{0}</b>",
|
|
181
|
-
"groupMembers": "Group members",
|
|
182
|
-
"hideProperty": "Hide <b>{0}</b>",
|
|
183
|
-
"hideSubtotals": "Hide subtotals",
|
|
184
|
-
"moveToColumns": "Move to columns",
|
|
185
|
-
"moveToReportFilters": "Move to report filters",
|
|
186
|
-
"moveToRows": "Move to rows",
|
|
187
|
-
"numberFormatting": "Number formatting",
|
|
188
|
-
"openFilter": "Open filter",
|
|
189
|
-
"properties": "Properties",
|
|
190
|
-
"removeField": "Remove field",
|
|
191
|
-
"removeMeasure": "Remove measure",
|
|
192
|
-
"showProperty": "Show <b>{0}</b>",
|
|
193
|
-
"showSubtotals": "Show subtotals",
|
|
194
|
-
"sortColumnAsc": "Sort column ascending",
|
|
195
|
-
"sortColumnDesc": "Sort column descending",
|
|
196
|
-
"sortRowAsc": "Sort row ascending",
|
|
197
|
-
"sortRowDesc": "Sort row descending",
|
|
198
|
-
"ungroupMembers": "Ungroup members"
|
|
199
|
-
},
|
|
200
|
-
"date": {
|
|
201
|
-
"day": "Day",
|
|
202
|
-
"month": "Month",
|
|
203
|
-
"quarter": "Quarter",
|
|
204
|
-
"year": "Year"
|
|
205
|
-
},
|
|
206
|
-
"drillThrough": {
|
|
207
|
-
"column": "Column: <b>{0}</b>",
|
|
208
|
-
"row": "Row: <b>{0}</b>",
|
|
209
|
-
"title": "Details",
|
|
210
|
-
"value": "{0}: <b>{1}</b>"
|
|
211
|
-
},
|
|
212
|
-
"fieldsList": {
|
|
213
|
-
"actions": {
|
|
214
|
-
"collapse": "Collapse",
|
|
215
|
-
"deselect": "Deselect",
|
|
216
|
-
"edit_calculated_value": "Edit calculated value",
|
|
217
|
-
"expand": "Expand",
|
|
218
|
-
"move_down": "Move down",
|
|
219
|
-
"move_to_columns": "Move to columns",
|
|
220
|
-
"move_to_filters": "Move to report filters",
|
|
221
|
-
"move_to_rows": "Move to rows",
|
|
222
|
-
"move_to_values": "Move to values",
|
|
223
|
-
"move_up": "Move up",
|
|
224
|
-
"select": "Select"
|
|
225
|
-
},
|
|
226
|
-
"addCalculatedMeasure": "Add calculated value",
|
|
227
|
-
"allFields": "All fields",
|
|
228
|
-
"close": "Close field list",
|
|
229
|
-
"collapseAll": "Collapse all",
|
|
230
|
-
"columns": "Columns",
|
|
231
|
-
"dropField": "Drop field here",
|
|
232
|
-
"expandAll": "Expand all",
|
|
233
|
-
"filters": "Report filters",
|
|
234
|
-
"flatHierarchyBox": "Select and arrange columns",
|
|
235
|
-
"formulasGroupName": "Calculated values",
|
|
236
|
-
"open": "Open field list",
|
|
237
|
-
"rows": "Rows",
|
|
238
|
-
"search": "Search",
|
|
239
|
-
"searchClose": "Close search",
|
|
240
|
-
"subtitle": "Drag and drop fields to arrange",
|
|
241
|
-
"title": "Fields",
|
|
242
|
-
"values": "Values"
|
|
243
|
-
},
|
|
244
|
-
"filter": {
|
|
245
|
-
"after": "After",
|
|
246
|
-
"afterEqual": "After or equal",
|
|
247
|
-
"all": "All",
|
|
248
|
-
"amountFound": "{0} of {1} found are selected",
|
|
249
|
-
"amountSelected": "{0} of {1} selected",
|
|
250
|
-
"ascSort": "Az",
|
|
251
|
-
"ascSortTooltip": "Sort ascending",
|
|
252
|
-
"before": "Before",
|
|
253
|
-
"beforeEqual": "Before or equal",
|
|
254
|
-
"begin": "Begin",
|
|
255
|
-
"between": "Between",
|
|
256
|
-
"bottom": "Bottom",
|
|
257
|
-
"clearDateFilter": "Clear date filter",
|
|
258
|
-
"clearLabelFilter": "Clear label filter",
|
|
259
|
-
"clearNumberFilter": "Clear label filter",
|
|
260
|
-
"clearTimeFilter": "Clear time filter",
|
|
261
|
-
"clearValueFilter": "Clear value filter",
|
|
262
|
-
"condition": "Condition",
|
|
263
|
-
"conditionMeasure": "Measure",
|
|
264
|
-
"conditionTimeInterval": "Time interval",
|
|
265
|
-
"conditionValue": "Condition value",
|
|
266
|
-
"contain": "Contain",
|
|
267
|
-
"current": "Current...",
|
|
268
|
-
"datesFilter": "Dates",
|
|
269
|
-
"day": "Day",
|
|
270
|
-
"days": "d.",
|
|
271
|
-
"daysFull": "days",
|
|
272
|
-
"descSort": "zA",
|
|
273
|
-
"descSortTooltip": "Sort descending",
|
|
274
|
-
"end": "End",
|
|
275
|
-
"equal": "Equal",
|
|
276
|
-
"filterBy": "Filter by:",
|
|
277
|
-
"greater": "Greater",
|
|
278
|
-
"greaterEqual": "Greater or equal",
|
|
279
|
-
"hours": "hr.",
|
|
280
|
-
"hoursFull": "hours",
|
|
281
|
-
"labelsFilter": "Labels",
|
|
282
|
-
"last": "Last...",
|
|
283
|
-
"less": "Less",
|
|
284
|
-
"lessEqual": "Less or equal",
|
|
285
|
-
"minutes": "min.",
|
|
286
|
-
"minutesFull": "minutes",
|
|
287
|
-
"month": "Month",
|
|
288
|
-
"multipleItems": "Multiple items",
|
|
289
|
-
"next": "Next...",
|
|
290
|
-
"noAvailableValues": "No available values",
|
|
291
|
-
"notBegin": "Not begin",
|
|
292
|
-
"notBetween": "Not between",
|
|
293
|
-
"notContain": "Not contain",
|
|
294
|
-
"notEnd": "Not end",
|
|
295
|
-
"notEqual": "Not equal",
|
|
296
|
-
"numbersFilter": "Labels",
|
|
297
|
-
"quarter": "Quarter",
|
|
298
|
-
"search": "Search",
|
|
299
|
-
"seconds": "sec.",
|
|
300
|
-
"secondsFull": "seconds",
|
|
301
|
-
"selectAll": "Select all",
|
|
302
|
-
"selectAllResults": "Select all results",
|
|
303
|
-
"sort": "Sort:",
|
|
304
|
-
"timeFilter": "Time",
|
|
305
|
-
"top": "Top",
|
|
306
|
-
"valuesFilter": "Values",
|
|
307
|
-
"week": "Week",
|
|
308
|
-
"year": "Year"
|
|
309
|
-
},
|
|
310
|
-
"grid": {
|
|
311
|
-
"blankMember": "(blank)",
|
|
312
|
-
"dateInvalidCaption": "Invalid date",
|
|
313
|
-
"dateNullCaption": "null",
|
|
314
|
-
"grandTotal": "Grand Total",
|
|
315
|
-
"reportInformation": "Report information",
|
|
316
|
-
"total": "Total",
|
|
317
|
-
"totals": "Totals"
|
|
318
|
-
},
|
|
319
|
-
"kpis": {
|
|
320
|
-
"goal": "Goal",
|
|
321
|
-
"kpis": "KPIs",
|
|
322
|
-
"status": "Status",
|
|
323
|
-
"trend": "Trend",
|
|
324
|
-
"value": "Value"
|
|
325
|
-
},
|
|
326
|
-
"messages": {
|
|
327
|
-
"analyzing": "Analyzing data...",
|
|
328
|
-
"analyzingProgress": "{0} records of {1} ({2}%)",
|
|
329
|
-
"analyzingRecords": "{0}% of records",
|
|
330
|
-
"api": {
|
|
331
|
-
"clientOutdated": "Custom data source API: the flexmonster.js and server API versions are not compatible.<br/><br/>The flexmonster.js file is outdated. Please update flexmonster.js to the minimum required version: {0}",
|
|
332
|
-
"error400Status": "Custom data source API: request error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
|
|
333
|
-
"error404Status": "Unable to connect to the custom data source API endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- check that the endpoint is processing POST requests",
|
|
334
|
-
"error500Status": "Custom data source API: server error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
|
|
335
|
-
"errorZeroStatus": "Unable to connect to the custom data source API endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- enable CORS<br/>- check the browser console for any errors",
|
|
336
|
-
"fieldsRequestError": "Custom data source API: fields request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
337
|
-
"incorrectUrl": "Custom data source API: incorrect type of the 'url' parameter.<br/><br/>",
|
|
338
|
-
"membersRequestError": "Custom data source API: members request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
339
|
-
"noGridChartsMode": "The grid and charts mode is not supported in flat form for the custom data source API.",
|
|
340
|
-
"selectDrillThroughError": "Custom data source API: select request for drill-through view.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
341
|
-
"selectRequestError": "Custom data source API: select request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
342
|
-
"serverOutdated": "Custom data source API: the flexmonster.js and server API versions are not compatible.<br/><br/>The server API is outdated. Please update the '<u><a href='{0}'>{0}</a></u>' server API to the minimum required version: {1}"
|
|
343
|
-
},
|
|
344
|
-
"browse": "Browse",
|
|
345
|
-
"cantConnectToAccelerator": "Can't connect to the data source. Please check if Flexmonster Accelerator is running.",
|
|
346
|
-
"cantExpand": "Some fields can't be expanded. Please narrow down the dataset.",
|
|
347
|
-
"cantExpandTitle": "The dataset is too large",
|
|
348
|
-
"cantLoadSharedReport": "Can't load the shared report. <br/> {0}",
|
|
349
|
-
"cantSaveFile": "Can't save file. <br/>Details: {0}",
|
|
350
|
-
"cantSaveFileNoDetails": "Can't save file.",
|
|
351
|
-
"cantSaveReportForSharing": "Can't save the report for sharing. <br/><br/> {0}",
|
|
352
|
-
"confirmation": "Confirmation",
|
|
353
|
-
"csvHeaderParsingError": "A CSV header parsing error occurred.",
|
|
354
|
-
"dataStreamError": "A stream error occurred while loading '{0}'<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#stream-error' target='_blank'>Read more info about this error</a></u>",
|
|
355
|
-
"dataWasUpdated": "The data source has been updated on the server. Refresh the report?",
|
|
356
|
-
"elastic": {
|
|
357
|
-
"errorConnection": "Unable to connect to the Elasticsearch endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- enable CORS<br/>- check the browser console for any errors"
|
|
358
|
-
},
|
|
359
|
-
"error": "Error",
|
|
360
|
-
"errorTextMessage": "</br>Details: '{0}'",
|
|
361
|
-
"excelCsvChartsExportError": "The Microsoft Excel or CSV export is not available for charts.",
|
|
362
|
-
"exportError": "Failed to export. An unexpected error occurred.",
|
|
363
|
-
"exportFontLoadingError": "Failed to load the font. An unexpected error occurred.",
|
|
364
|
-
"exportProgress": "Export in progress...",
|
|
365
|
-
"flatTableIsNotSupported": "The flat form is not supported for the {0} data source.",
|
|
366
|
-
"inappropriateFileFormat": "The data file is of inappropriate format.",
|
|
367
|
-
"invalidDataSource": "The data source or catalog is invalid. Please check the connection details. <br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#invalid-datasource' target='_blank'>Read more info about this error</a></u>",
|
|
368
|
-
"invalidJSONdata": "The JSON data is invalid.",
|
|
369
|
-
"invalidReportFormat": "Invalid report format or access to the file is denied.",
|
|
370
|
-
"invalidReportFormat2": "Invalid report format. The 'dataSource' property is required.",
|
|
371
|
-
"limitation": "Limitation",
|
|
372
|
-
"loading": "Loading...",
|
|
373
|
-
"loadingData": "Loading data...",
|
|
374
|
-
"loadingDimensions": "Loading dimensions...",
|
|
375
|
-
"loadingHierarchies": "Loading hierarchies...",
|
|
376
|
-
"loadingKPIs": "Loading KPIs...",
|
|
377
|
-
"loadingLevels": "Loading levels...",
|
|
378
|
-
"loadingMapping": "Loading mapping...",
|
|
379
|
-
"loadingMeasures": "Loading measures...",
|
|
380
|
-
"loadingMembers": "Loading members...",
|
|
381
|
-
"loadingProperties": "Loading properties...",
|
|
382
|
-
"noDataAvailable": "The data source is empty.",
|
|
383
|
-
"ocsvIncompatible": "Unable to read the data source. The OCSV file might have been compressed with a newer version. Please update the component to version {0} or newer.",
|
|
384
|
-
"pagesWereGenerated": "pages were generated.",
|
|
385
|
-
"pleaseWait": "Please wait.",
|
|
386
|
-
"progress": "{0} rows",
|
|
387
|
-
"progressKnown": "{0} KB loaded of {1} KB ({2}%)",
|
|
388
|
-
"progressUnknown": "{0} KB loaded",
|
|
389
|
-
"saveReportForSharing": "Please copy the following link to share the report:<br/><u><div style='text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-style: italic;'>{0}</div></u>",
|
|
390
|
-
"saveReportToFile": "The report is ready to be saved to file. <br/>Please click the \"Save\" button to save the report.",
|
|
391
|
-
"saving": "Saving...",
|
|
392
|
-
"selectFile": "Select a data file to upload.",
|
|
393
|
-
"sortingMembers": "Sorting members...",
|
|
394
|
-
"tooManyColumnsInClassicMode": "Too many columns for classic form. The layout was switched to compact form.",
|
|
395
|
-
"unableToOpenFile": "Unable to open the '{0}' file.<br/><br/>Check the following points to resolve the issue:<br/>- make sure the file exists<br/>- make sure the 'Access-Control-Allow-Origin' header is present in the requested resource<br/>- check the browser console for any errors<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#unable-to-open-file' target='_blank'>Read more info about this error</a></u><br/>",
|
|
396
|
-
"unknownError": "An unknown error occurred.",
|
|
397
|
-
"uploading": "Uploading...",
|
|
398
|
-
"waiting": "Waiting for the response {0} sec.",
|
|
399
|
-
"warning": "Warning",
|
|
400
|
-
"wrongFormulaAggregation": "The <b>'{0}'</b> aggregation in the <b>'{1}'</b> formula is not valid.",
|
|
401
|
-
"wrongFormulaEmpty": "The formula can't be empty.",
|
|
402
|
-
"wrongFormulaFormat": "Wrong formula format. Please check formula details.",
|
|
403
|
-
"wrongFormulaRecursive": "The formula for the <b>'{0}'</b> measure calls itself recursively. Please remove recursion from the formula.",
|
|
404
|
-
"wrongUniqueName": "The field with the <b>'{0}'</b> uniqueName is not defined."
|
|
405
|
-
},
|
|
406
|
-
"months": {
|
|
407
|
-
"april": "April",
|
|
408
|
-
"august": "August",
|
|
409
|
-
"december": "December",
|
|
410
|
-
"february": "February",
|
|
411
|
-
"january": "January",
|
|
412
|
-
"july": "July",
|
|
413
|
-
"june": "June",
|
|
414
|
-
"march": "March",
|
|
415
|
-
"may": "May",
|
|
416
|
-
"november": "November",
|
|
417
|
-
"october": "October",
|
|
418
|
-
"september": "September"
|
|
419
|
-
},
|
|
420
|
-
"monthsShort": {
|
|
421
|
-
"april": "Apr",
|
|
422
|
-
"august": "Aug",
|
|
423
|
-
"december": "Dec",
|
|
424
|
-
"february": "Feb",
|
|
425
|
-
"january": "Jan",
|
|
426
|
-
"july": "Jul",
|
|
427
|
-
"june": "Jun",
|
|
428
|
-
"march": "Mar",
|
|
429
|
-
"may": "May",
|
|
430
|
-
"november": "Nov",
|
|
431
|
-
"october": "Oct",
|
|
432
|
-
"september": "Sep"
|
|
433
|
-
},
|
|
434
|
-
"quarters": {
|
|
435
|
-
"q1": "Quarter 1",
|
|
436
|
-
"q2": "Quarter 2",
|
|
437
|
-
"q3": "Quarter 3",
|
|
438
|
-
"q4": "Quarter 4"
|
|
439
|
-
},
|
|
440
|
-
"toolbar": {
|
|
441
|
-
"add_condition_button": "Add condition",
|
|
442
|
-
"align_center": "center",
|
|
443
|
-
"align_left": "left",
|
|
444
|
-
"align_right": "right",
|
|
445
|
-
"all_values": "All values",
|
|
446
|
-
"and_symbole": "&",
|
|
447
|
-
"apply": "Apply",
|
|
448
|
-
"between": "Between",
|
|
449
|
-
"cancel": "Cancel",
|
|
450
|
-
"catalog": "Catalog",
|
|
451
|
-
"charts": "Charts",
|
|
452
|
-
"charts_bar_horizontal": "Bar",
|
|
453
|
-
"charts_column": "Column",
|
|
454
|
-
"charts_column_line": "Column line",
|
|
455
|
-
"charts_line": "Line",
|
|
456
|
-
"charts_multiple": "Multiple values",
|
|
457
|
-
"charts_multiple_disabled": "Mutltiple values do not apply to ",
|
|
458
|
-
"charts_pie": "Pie",
|
|
459
|
-
"charts_scatter": "Scatter",
|
|
460
|
-
"charts_stacked_column": "Stacked column",
|
|
461
|
-
"choose_page_orientation": "Choose page orientation",
|
|
462
|
-
"choose_value": "Choose value",
|
|
463
|
-
"classic_view": "Classic form",
|
|
464
|
-
"compact_view": "Compact form",
|
|
465
|
-
"conditional": "Conditional",
|
|
466
|
-
"conditional_formatting": "Conditional formatting",
|
|
467
|
-
"conditional_formatting_mobile": "Conditional",
|
|
468
|
-
"confirm_message": "The current formatting is not saved yet and won't be applied. </br> Switch the value anyway?",
|
|
469
|
-
"confirm_title": "You have unsaved changes",
|
|
470
|
-
"connect": "Connect",
|
|
471
|
-
"connect_elastic": "To Elasticsearch",
|
|
472
|
-
"connect_elastic_mobile": "Elastic",
|
|
473
|
-
"connect_elastic_title": "Connect to Elasticsearch",
|
|
474
|
-
"connect_local_csv": "To local CSV",
|
|
475
|
-
"connect_local_json": "To local JSON",
|
|
476
|
-
"connect_olap": "To OLAP (XMLA)",
|
|
477
|
-
"connect_olap_mobile": "OLAP",
|
|
478
|
-
"connect_remote_csv": "To remote CSV",
|
|
479
|
-
"connect_remote_csv_mobile": "CSV",
|
|
480
|
-
"connect_remote_json": "To remote JSON",
|
|
481
|
-
"connect_remote_json_mobile": "JSON",
|
|
482
|
-
"cp_hex_value": "HEX value",
|
|
483
|
-
"cp_highlight": "Highlight",
|
|
484
|
-
"cp_shade": "Shade",
|
|
485
|
-
"cp_text": "Text",
|
|
486
|
-
"cube": "Cube",
|
|
487
|
-
"currency_symbol": "Currency symbol",
|
|
488
|
-
"data_source_info": "Data source info",
|
|
489
|
-
"decimal_places": "Decimal places",
|
|
490
|
-
"decimal_separator": "Decimal separator",
|
|
491
|
-
"default_value": "Default value",
|
|
492
|
-
"equal_to": "Equal to",
|
|
493
|
-
"export": "Export",
|
|
494
|
-
"export_csv": "To CSV",
|
|
495
|
-
"export_excel": "To Excel",
|
|
496
|
-
"export_html": "To HTML",
|
|
497
|
-
"export_image": "To Image",
|
|
498
|
-
"export_pdf": "To PDF",
|
|
499
|
-
"export_print": "Print",
|
|
500
|
-
"false_value": "false",
|
|
501
|
-
"fields": "Fields",
|
|
502
|
-
"flat_view": "Flat form",
|
|
503
|
-
"format": "Format",
|
|
504
|
-
"format_cells": "Format cells",
|
|
505
|
-
"format_cells_mobile": "Format",
|
|
506
|
-
"fullscreen": "Fullscreen",
|
|
507
|
-
"grand_totals": "Grand totals",
|
|
508
|
-
"grand_totals_off": "Do not show grand totals",
|
|
509
|
-
"grand_totals_on": "Show grand totals",
|
|
510
|
-
"grand_totals_on_columns": "Show for columns only",
|
|
511
|
-
"grand_totals_on_rows": "Show for rows only",
|
|
512
|
-
"greater_than": "Greater than",
|
|
513
|
-
"greater_than_or_equal": "Greater than or equal to",
|
|
514
|
-
"grid": "Grid",
|
|
515
|
-
"host_url": "Host URL",
|
|
516
|
-
"index_name": "Index",
|
|
517
|
-
"is_empty": "Empty",
|
|
518
|
-
"is_percent": "Format as percent",
|
|
519
|
-
"landscape": "Landscape",
|
|
520
|
-
"layout": "Layout",
|
|
521
|
-
"layout_options": "Layout options",
|
|
522
|
-
"less_than": "Less than",
|
|
523
|
-
"less_than_or_equal": "Less than or equal to",
|
|
524
|
-
"local_report": "Local report",
|
|
525
|
-
"negative_currency_format": "Negative currency format",
|
|
526
|
-
"negative_number_format": "Negative number format",
|
|
527
|
-
"no_active_conditions": "There are no active conditions.",
|
|
528
|
-
"none": "None",
|
|
529
|
-
"not_equal_to": "Not equal to",
|
|
530
|
-
"null_value": "Null value",
|
|
531
|
-
"ok": "OK",
|
|
532
|
-
"olap_connection_tool": "OLAP connection tool",
|
|
533
|
-
"open": "Open",
|
|
534
|
-
"open_remote_csv": "Open remote CSV",
|
|
535
|
-
"open_remote_json": "Open remote JSON",
|
|
536
|
-
"open_remote_report": "Open remote report",
|
|
537
|
-
"options": "Options",
|
|
538
|
-
"portrait": "Portrait",
|
|
539
|
-
"positive_currency_format": "Positive currency format",
|
|
540
|
-
"proxy_url": "Proxy URL",
|
|
541
|
-
"remote_report": "Remote report",
|
|
542
|
-
"remote_report_mobile": "Report",
|
|
543
|
-
"save": "Save",
|
|
544
|
-
"select_catalog": "Select catalog",
|
|
545
|
-
"select_cube": "Select cube",
|
|
546
|
-
"select_data_source": "Select data source",
|
|
547
|
-
"select_index": "Select index",
|
|
548
|
-
"share": "Share",
|
|
549
|
-
"space": "(Space)",
|
|
550
|
-
"subtotals": "Subtotals",
|
|
551
|
-
"subtotals_off": "Do not show subtotals",
|
|
552
|
-
"subtotals_on": "Show subtotals",
|
|
553
|
-
"subtotals_on_columns": "Show for columns only",
|
|
554
|
-
"subtotals_on_rows": "Show for rows only",
|
|
555
|
-
"text_align": "Text align",
|
|
556
|
-
"thousands_separator": "Thousands separator",
|
|
557
|
-
"tooltips": {
|
|
558
|
-
"add_condition": "Add condition",
|
|
559
|
-
"condition": "Condition",
|
|
560
|
-
"cp_text_color": "Text color",
|
|
561
|
-
"font": "Font",
|
|
562
|
-
"font_size": "Font size",
|
|
563
|
-
"remove_condition": "Remove condition"
|
|
564
|
-
},
|
|
565
|
-
"true_value": "true",
|
|
566
|
-
"value": "Value"
|
|
567
|
-
},
|
|
568
|
-
"tooltips": {
|
|
569
|
-
"close": "Click to close",
|
|
570
|
-
"collapseIcon": "Click to collapse",
|
|
571
|
-
"drillDown": "Click to drill down",
|
|
572
|
-
"drillUp": "Click to drill up",
|
|
573
|
-
"editCalculatedMeasure": "Edit calculated value",
|
|
574
|
-
"expandIcon": "Click to expand",
|
|
575
|
-
"fieldList": "Click to open Fields",
|
|
576
|
-
"filterIcon": "Click to filter",
|
|
577
|
-
"filtered": "Filtered",
|
|
578
|
-
"headerFit": "Double click to fit",
|
|
579
|
-
"headerResize": "Drag to resize",
|
|
580
|
-
"row": "Row:",
|
|
581
|
-
"selectAggregation": "Select aggregation",
|
|
582
|
-
"sortIcon": "Click to sort",
|
|
583
|
-
"sortedAscIcon": "Click to sort ascending",
|
|
584
|
-
"sortedDescIcon": "Click to sort descending",
|
|
585
|
-
"unsortedIcon": "Click to unsort"
|
|
586
|
-
},
|
|
587
|
-
"weekdays": {
|
|
588
|
-
"fifth": "Thursday",
|
|
589
|
-
"first": "Sunday",
|
|
590
|
-
"fourth": "Wednesday",
|
|
591
|
-
"second": "Monday",
|
|
592
|
-
"seventh": "Saturday",
|
|
593
|
-
"sixth": "Friday",
|
|
594
|
-
"third": "Tuesday"
|
|
595
|
-
},
|
|
596
|
-
"weekdaysShort": {
|
|
597
|
-
"fifth": "Thu",
|
|
598
|
-
"first": "Sun",
|
|
599
|
-
"fourth": "Wed",
|
|
600
|
-
"second": "Mon",
|
|
601
|
-
"seventh": "Sat",
|
|
602
|
-
"sixth": "Fri",
|
|
603
|
-
"third": "Tue"
|
|
604
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"aggregations": {
|
|
3
|
+
"average": {
|
|
4
|
+
"caption": "Average",
|
|
5
|
+
"grandTotalCaption": "Total Average of {0}",
|
|
6
|
+
"totalCaption": "Average of {0}"
|
|
7
|
+
},
|
|
8
|
+
"count": {
|
|
9
|
+
"caption": "Count",
|
|
10
|
+
"grandTotalCaption": "Total Count of {0}",
|
|
11
|
+
"totalCaption": "Count of {0}"
|
|
12
|
+
},
|
|
13
|
+
"differenceOfColumn": {
|
|
14
|
+
"caption": "Difference of Column",
|
|
15
|
+
"grandTotalCaption": "Difference of Column of {0}",
|
|
16
|
+
"totalCaption": "Difference of Column of {0}"
|
|
17
|
+
},
|
|
18
|
+
"differenceOfRow": {
|
|
19
|
+
"caption": "Difference of Row",
|
|
20
|
+
"grandTotalCaption": "Difference of Row of {0}",
|
|
21
|
+
"totalCaption": "Difference of Row of {0}"
|
|
22
|
+
},
|
|
23
|
+
"distinctCount": {
|
|
24
|
+
"caption": "Distinct Count",
|
|
25
|
+
"grandTotalCaption": "Total Distinct Count of {0}",
|
|
26
|
+
"totalCaption": "Distinct Count of {0}"
|
|
27
|
+
},
|
|
28
|
+
"index": {
|
|
29
|
+
"caption": "Index",
|
|
30
|
+
"grandTotalCaption": "Index of {0}",
|
|
31
|
+
"totalCaption": "Index of {0}"
|
|
32
|
+
},
|
|
33
|
+
"max": {
|
|
34
|
+
"caption": "Max",
|
|
35
|
+
"grandTotalCaption": "Total Max of {0}",
|
|
36
|
+
"totalCaption": "Max of {0}"
|
|
37
|
+
},
|
|
38
|
+
"median": {
|
|
39
|
+
"caption": "Median",
|
|
40
|
+
"grandTotalCaption": "Total Median of {0}",
|
|
41
|
+
"totalCaption": "Median of {0}"
|
|
42
|
+
},
|
|
43
|
+
"min": {
|
|
44
|
+
"caption": "Min",
|
|
45
|
+
"grandTotalCaption": "Total Min of {0}",
|
|
46
|
+
"totalCaption": "Min of {0}"
|
|
47
|
+
},
|
|
48
|
+
"none": {
|
|
49
|
+
"caption": "No calculation"
|
|
50
|
+
},
|
|
51
|
+
"percent": {
|
|
52
|
+
"caption": "% of Grand Total",
|
|
53
|
+
"grandTotalCaption": "Total % of Grand Total of {0}",
|
|
54
|
+
"totalCaption": "% of Grand Total of {0}"
|
|
55
|
+
},
|
|
56
|
+
"percentDifferenceOfColumn": {
|
|
57
|
+
"caption": "% Difference of Column",
|
|
58
|
+
"grandTotalCaption": "% Difference of Column of {0}",
|
|
59
|
+
"totalCaption": "% Difference of Column of {0}"
|
|
60
|
+
},
|
|
61
|
+
"percentDifferenceOfRow": {
|
|
62
|
+
"caption": "% Difference of Row",
|
|
63
|
+
"grandTotalCaption": "% Difference of Row of {0}",
|
|
64
|
+
"totalCaption": "% Difference of Row of {0}"
|
|
65
|
+
},
|
|
66
|
+
"percentOfColumn": {
|
|
67
|
+
"caption": "% of Column",
|
|
68
|
+
"grandTotalCaption": "Total % of Column of {0}",
|
|
69
|
+
"totalCaption": "% of Column of {0}"
|
|
70
|
+
},
|
|
71
|
+
"percentOfParentColumnTotal": {
|
|
72
|
+
"caption": "% of Parent Column Total",
|
|
73
|
+
"grandTotalCaption": "% of Parent Column Total of {0}",
|
|
74
|
+
"totalCaption": "% of Parent Column Total of {0}"
|
|
75
|
+
},
|
|
76
|
+
"percentOfParentRowTotal": {
|
|
77
|
+
"caption": "% of Parent Row Total",
|
|
78
|
+
"grandTotalCaption": "% of Parent Row Total of {0}",
|
|
79
|
+
"totalCaption": "% of Parent Row Total of {0}"
|
|
80
|
+
},
|
|
81
|
+
"percentOfRow": {
|
|
82
|
+
"caption": "% of Row",
|
|
83
|
+
"grandTotalCaption": "Total % of Row of {0}",
|
|
84
|
+
"totalCaption": "% of Row of {0}"
|
|
85
|
+
},
|
|
86
|
+
"product": {
|
|
87
|
+
"caption": "Product",
|
|
88
|
+
"grandTotalCaption": "Total Product of {0}",
|
|
89
|
+
"totalCaption": "Product of {0}"
|
|
90
|
+
},
|
|
91
|
+
"runningTotalsOfColumn": {
|
|
92
|
+
"caption": "Running Totals of Column",
|
|
93
|
+
"grandTotalCaption": "Running Totals of Column of {0}",
|
|
94
|
+
"totalCaption": "Running Totals of Column of {0}"
|
|
95
|
+
},
|
|
96
|
+
"runningTotalsOfRow": {
|
|
97
|
+
"caption": "Running Totals of Row",
|
|
98
|
+
"grandTotalCaption": "Running Totals of Row of {0}",
|
|
99
|
+
"totalCaption": "Running Totals of Row of {0}"
|
|
100
|
+
},
|
|
101
|
+
"stdevp": {
|
|
102
|
+
"caption": "Population StDev",
|
|
103
|
+
"grandTotalCaption": "Total Population StDev of {0}",
|
|
104
|
+
"totalCaption": "Population StDev of {0}"
|
|
105
|
+
},
|
|
106
|
+
"stdevs": {
|
|
107
|
+
"caption": "Sample StDev",
|
|
108
|
+
"grandTotalCaption": "Total Sample StDev of {0}",
|
|
109
|
+
"totalCaption": "Sample StDev of {0}"
|
|
110
|
+
},
|
|
111
|
+
"sum": {
|
|
112
|
+
"caption": "Sum",
|
|
113
|
+
"grandTotalCaption": "Total Sum of {0}",
|
|
114
|
+
"totalCaption": "Sum of {0}"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"buttons": {
|
|
118
|
+
"apply": "Apply",
|
|
119
|
+
"cancel": "Cancel",
|
|
120
|
+
"copy": "Copy",
|
|
121
|
+
"no": "No",
|
|
122
|
+
"ok": "OK",
|
|
123
|
+
"save": "Save",
|
|
124
|
+
"select": "Select",
|
|
125
|
+
"yes": "Yes"
|
|
126
|
+
},
|
|
127
|
+
"calculatedView": {
|
|
128
|
+
"actions": {
|
|
129
|
+
"add_to_formula": "Add to formula"
|
|
130
|
+
},
|
|
131
|
+
"allValues": "All values",
|
|
132
|
+
"calculateIndividualValues": "Calculate individual values",
|
|
133
|
+
"formula": "Formula",
|
|
134
|
+
"formulaPrompt": "Drop values and edit formula here",
|
|
135
|
+
"func": {
|
|
136
|
+
"abs": "Absolute",
|
|
137
|
+
"add": "Add",
|
|
138
|
+
"and": "And",
|
|
139
|
+
"divide": "Divide",
|
|
140
|
+
"equal": "Equal",
|
|
141
|
+
"greater": "Greater",
|
|
142
|
+
"greater_equal": "Greater or equal",
|
|
143
|
+
"if": "If",
|
|
144
|
+
"less": "Less",
|
|
145
|
+
"less_equal": "Less or equal",
|
|
146
|
+
"max": "Maximum",
|
|
147
|
+
"min": "Minimum",
|
|
148
|
+
"multiply": "Multiply",
|
|
149
|
+
"not_equal": "Not equal",
|
|
150
|
+
"or": "Or",
|
|
151
|
+
"power": "Power",
|
|
152
|
+
"strict_equal": "Strict equal",
|
|
153
|
+
"subtract": "Subtract"
|
|
154
|
+
},
|
|
155
|
+
"measureBox": "Drag values to formula",
|
|
156
|
+
"measureName": "Value name",
|
|
157
|
+
"removeValue": "Remove",
|
|
158
|
+
"removeValueMessage": "Are you sure you want to remove this calculated value?",
|
|
159
|
+
"removeValueTitle": "Remove {0}?",
|
|
160
|
+
"title": "Calculated value"
|
|
161
|
+
},
|
|
162
|
+
"charts": {
|
|
163
|
+
"bigDataSetWarning": "The dataset is too big to be displayed. Data will be trimmed to fit into the chart.",
|
|
164
|
+
"hideLegend": "Hide legend",
|
|
165
|
+
"noDataTitle": "No data to display.",
|
|
166
|
+
"noMeasuresTitle": "No measures to display. Add at least one measure in the Field List.",
|
|
167
|
+
"selectMeasures": "Select measures",
|
|
168
|
+
"showLegend": "Show legend"
|
|
169
|
+
},
|
|
170
|
+
"contextMenu": {
|
|
171
|
+
"aggregation": "Aggregation",
|
|
172
|
+
"clearSorting": "Clear sorting",
|
|
173
|
+
"collapse": "Collapse",
|
|
174
|
+
"conditionalFormatting": "Conditional formatting",
|
|
175
|
+
"drillDown": "Drill down",
|
|
176
|
+
"drillThrough": "Drill through",
|
|
177
|
+
"drillUp": "Drill up",
|
|
178
|
+
"editFormula": "Edit <b>{0}</b>",
|
|
179
|
+
"expand": "Expand",
|
|
180
|
+
"filterBy": "Filter by <b>{0}</b>",
|
|
181
|
+
"groupMembers": "Group members",
|
|
182
|
+
"hideProperty": "Hide <b>{0}</b>",
|
|
183
|
+
"hideSubtotals": "Hide subtotals",
|
|
184
|
+
"moveToColumns": "Move to columns",
|
|
185
|
+
"moveToReportFilters": "Move to report filters",
|
|
186
|
+
"moveToRows": "Move to rows",
|
|
187
|
+
"numberFormatting": "Number formatting",
|
|
188
|
+
"openFilter": "Open filter",
|
|
189
|
+
"properties": "Properties",
|
|
190
|
+
"removeField": "Remove field",
|
|
191
|
+
"removeMeasure": "Remove measure",
|
|
192
|
+
"showProperty": "Show <b>{0}</b>",
|
|
193
|
+
"showSubtotals": "Show subtotals",
|
|
194
|
+
"sortColumnAsc": "Sort column ascending",
|
|
195
|
+
"sortColumnDesc": "Sort column descending",
|
|
196
|
+
"sortRowAsc": "Sort row ascending",
|
|
197
|
+
"sortRowDesc": "Sort row descending",
|
|
198
|
+
"ungroupMembers": "Ungroup members"
|
|
199
|
+
},
|
|
200
|
+
"date": {
|
|
201
|
+
"day": "Day",
|
|
202
|
+
"month": "Month",
|
|
203
|
+
"quarter": "Quarter",
|
|
204
|
+
"year": "Year"
|
|
205
|
+
},
|
|
206
|
+
"drillThrough": {
|
|
207
|
+
"column": "Column: <b>{0}</b>",
|
|
208
|
+
"row": "Row: <b>{0}</b>",
|
|
209
|
+
"title": "Details",
|
|
210
|
+
"value": "{0}: <b>{1}</b>"
|
|
211
|
+
},
|
|
212
|
+
"fieldsList": {
|
|
213
|
+
"actions": {
|
|
214
|
+
"collapse": "Collapse",
|
|
215
|
+
"deselect": "Deselect",
|
|
216
|
+
"edit_calculated_value": "Edit calculated value",
|
|
217
|
+
"expand": "Expand",
|
|
218
|
+
"move_down": "Move down",
|
|
219
|
+
"move_to_columns": "Move to columns",
|
|
220
|
+
"move_to_filters": "Move to report filters",
|
|
221
|
+
"move_to_rows": "Move to rows",
|
|
222
|
+
"move_to_values": "Move to values",
|
|
223
|
+
"move_up": "Move up",
|
|
224
|
+
"select": "Select"
|
|
225
|
+
},
|
|
226
|
+
"addCalculatedMeasure": "Add calculated value",
|
|
227
|
+
"allFields": "All fields",
|
|
228
|
+
"close": "Close field list",
|
|
229
|
+
"collapseAll": "Collapse all",
|
|
230
|
+
"columns": "Columns",
|
|
231
|
+
"dropField": "Drop field here",
|
|
232
|
+
"expandAll": "Expand all",
|
|
233
|
+
"filters": "Report filters",
|
|
234
|
+
"flatHierarchyBox": "Select and arrange columns",
|
|
235
|
+
"formulasGroupName": "Calculated values",
|
|
236
|
+
"open": "Open field list",
|
|
237
|
+
"rows": "Rows",
|
|
238
|
+
"search": "Search",
|
|
239
|
+
"searchClose": "Close search",
|
|
240
|
+
"subtitle": "Drag and drop fields to arrange",
|
|
241
|
+
"title": "Fields",
|
|
242
|
+
"values": "Values"
|
|
243
|
+
},
|
|
244
|
+
"filter": {
|
|
245
|
+
"after": "After",
|
|
246
|
+
"afterEqual": "After or equal",
|
|
247
|
+
"all": "All",
|
|
248
|
+
"amountFound": "{0} of {1} found are selected",
|
|
249
|
+
"amountSelected": "{0} of {1} selected",
|
|
250
|
+
"ascSort": "Az",
|
|
251
|
+
"ascSortTooltip": "Sort ascending",
|
|
252
|
+
"before": "Before",
|
|
253
|
+
"beforeEqual": "Before or equal",
|
|
254
|
+
"begin": "Begin",
|
|
255
|
+
"between": "Between",
|
|
256
|
+
"bottom": "Bottom",
|
|
257
|
+
"clearDateFilter": "Clear date filter",
|
|
258
|
+
"clearLabelFilter": "Clear label filter",
|
|
259
|
+
"clearNumberFilter": "Clear label filter",
|
|
260
|
+
"clearTimeFilter": "Clear time filter",
|
|
261
|
+
"clearValueFilter": "Clear value filter",
|
|
262
|
+
"condition": "Condition",
|
|
263
|
+
"conditionMeasure": "Measure",
|
|
264
|
+
"conditionTimeInterval": "Time interval",
|
|
265
|
+
"conditionValue": "Condition value",
|
|
266
|
+
"contain": "Contain",
|
|
267
|
+
"current": "Current...",
|
|
268
|
+
"datesFilter": "Dates",
|
|
269
|
+
"day": "Day",
|
|
270
|
+
"days": "d.",
|
|
271
|
+
"daysFull": "days",
|
|
272
|
+
"descSort": "zA",
|
|
273
|
+
"descSortTooltip": "Sort descending",
|
|
274
|
+
"end": "End",
|
|
275
|
+
"equal": "Equal",
|
|
276
|
+
"filterBy": "Filter by:",
|
|
277
|
+
"greater": "Greater",
|
|
278
|
+
"greaterEqual": "Greater or equal",
|
|
279
|
+
"hours": "hr.",
|
|
280
|
+
"hoursFull": "hours",
|
|
281
|
+
"labelsFilter": "Labels",
|
|
282
|
+
"last": "Last...",
|
|
283
|
+
"less": "Less",
|
|
284
|
+
"lessEqual": "Less or equal",
|
|
285
|
+
"minutes": "min.",
|
|
286
|
+
"minutesFull": "minutes",
|
|
287
|
+
"month": "Month",
|
|
288
|
+
"multipleItems": "Multiple items",
|
|
289
|
+
"next": "Next...",
|
|
290
|
+
"noAvailableValues": "No available values",
|
|
291
|
+
"notBegin": "Not begin",
|
|
292
|
+
"notBetween": "Not between",
|
|
293
|
+
"notContain": "Not contain",
|
|
294
|
+
"notEnd": "Not end",
|
|
295
|
+
"notEqual": "Not equal",
|
|
296
|
+
"numbersFilter": "Labels",
|
|
297
|
+
"quarter": "Quarter",
|
|
298
|
+
"search": "Search",
|
|
299
|
+
"seconds": "sec.",
|
|
300
|
+
"secondsFull": "seconds",
|
|
301
|
+
"selectAll": "Select all",
|
|
302
|
+
"selectAllResults": "Select all results",
|
|
303
|
+
"sort": "Sort:",
|
|
304
|
+
"timeFilter": "Time",
|
|
305
|
+
"top": "Top",
|
|
306
|
+
"valuesFilter": "Values",
|
|
307
|
+
"week": "Week",
|
|
308
|
+
"year": "Year"
|
|
309
|
+
},
|
|
310
|
+
"grid": {
|
|
311
|
+
"blankMember": "(blank)",
|
|
312
|
+
"dateInvalidCaption": "Invalid date",
|
|
313
|
+
"dateNullCaption": "null",
|
|
314
|
+
"grandTotal": "Grand Total",
|
|
315
|
+
"reportInformation": "Report information",
|
|
316
|
+
"total": "Total",
|
|
317
|
+
"totals": "Totals"
|
|
318
|
+
},
|
|
319
|
+
"kpis": {
|
|
320
|
+
"goal": "Goal",
|
|
321
|
+
"kpis": "KPIs",
|
|
322
|
+
"status": "Status",
|
|
323
|
+
"trend": "Trend",
|
|
324
|
+
"value": "Value"
|
|
325
|
+
},
|
|
326
|
+
"messages": {
|
|
327
|
+
"analyzing": "Analyzing data...",
|
|
328
|
+
"analyzingProgress": "{0} records of {1} ({2}%)",
|
|
329
|
+
"analyzingRecords": "{0}% of records",
|
|
330
|
+
"api": {
|
|
331
|
+
"clientOutdated": "Custom data source API: the flexmonster.js and server API versions are not compatible.<br/><br/>The flexmonster.js file is outdated. Please update flexmonster.js to the minimum required version: {0}",
|
|
332
|
+
"error400Status": "Custom data source API: request error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
|
|
333
|
+
"error404Status": "Unable to connect to the custom data source API endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- check that the endpoint is processing POST requests",
|
|
334
|
+
"error500Status": "Custom data source API: server error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
|
|
335
|
+
"errorZeroStatus": "Unable to connect to the custom data source API endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- enable CORS<br/>- check the browser console for any errors",
|
|
336
|
+
"fieldsRequestError": "Custom data source API: fields request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
337
|
+
"incorrectUrl": "Custom data source API: incorrect type of the 'url' parameter.<br/><br/>",
|
|
338
|
+
"membersRequestError": "Custom data source API: members request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
339
|
+
"noGridChartsMode": "The grid and charts mode is not supported in flat form for the custom data source API.",
|
|
340
|
+
"selectDrillThroughError": "Custom data source API: select request for drill-through view.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
341
|
+
"selectRequestError": "Custom data source API: select request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
|
|
342
|
+
"serverOutdated": "Custom data source API: the flexmonster.js and server API versions are not compatible.<br/><br/>The server API is outdated. Please update the '<u><a href='{0}'>{0}</a></u>' server API to the minimum required version: {1}"
|
|
343
|
+
},
|
|
344
|
+
"browse": "Browse",
|
|
345
|
+
"cantConnectToAccelerator": "Can't connect to the data source. Please check if Flexmonster Accelerator is running.",
|
|
346
|
+
"cantExpand": "Some fields can't be expanded. Please narrow down the dataset.",
|
|
347
|
+
"cantExpandTitle": "The dataset is too large",
|
|
348
|
+
"cantLoadSharedReport": "Can't load the shared report. <br/> {0}",
|
|
349
|
+
"cantSaveFile": "Can't save file. <br/>Details: {0}",
|
|
350
|
+
"cantSaveFileNoDetails": "Can't save file.",
|
|
351
|
+
"cantSaveReportForSharing": "Can't save the report for sharing. <br/><br/> {0}",
|
|
352
|
+
"confirmation": "Confirmation",
|
|
353
|
+
"csvHeaderParsingError": "A CSV header parsing error occurred.",
|
|
354
|
+
"dataStreamError": "A stream error occurred while loading '{0}'<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#stream-error' target='_blank'>Read more info about this error</a></u>",
|
|
355
|
+
"dataWasUpdated": "The data source has been updated on the server. Refresh the report?",
|
|
356
|
+
"elastic": {
|
|
357
|
+
"errorConnection": "Unable to connect to the Elasticsearch endpoint '<u><a href='{0}'>{0}</a></u>'.<br/><br/>Check the following points to resolve the issue:<br/>- make sure that the URL is correct<br/>- enable CORS<br/>- check the browser console for any errors"
|
|
358
|
+
},
|
|
359
|
+
"error": "Error",
|
|
360
|
+
"errorTextMessage": "</br>Details: '{0}'",
|
|
361
|
+
"excelCsvChartsExportError": "The Microsoft Excel or CSV export is not available for charts.",
|
|
362
|
+
"exportError": "Failed to export. An unexpected error occurred.",
|
|
363
|
+
"exportFontLoadingError": "Failed to load the font. An unexpected error occurred.",
|
|
364
|
+
"exportProgress": "Export in progress...",
|
|
365
|
+
"flatTableIsNotSupported": "The flat form is not supported for the {0} data source.",
|
|
366
|
+
"inappropriateFileFormat": "The data file is of inappropriate format.",
|
|
367
|
+
"invalidDataSource": "The data source or catalog is invalid. Please check the connection details. <br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#invalid-datasource' target='_blank'>Read more info about this error</a></u>",
|
|
368
|
+
"invalidJSONdata": "The JSON data is invalid.",
|
|
369
|
+
"invalidReportFormat": "Invalid report format or access to the file is denied.",
|
|
370
|
+
"invalidReportFormat2": "Invalid report format. The 'dataSource' property is required.",
|
|
371
|
+
"limitation": "Limitation",
|
|
372
|
+
"loading": "Loading...",
|
|
373
|
+
"loadingData": "Loading data...",
|
|
374
|
+
"loadingDimensions": "Loading dimensions...",
|
|
375
|
+
"loadingHierarchies": "Loading hierarchies...",
|
|
376
|
+
"loadingKPIs": "Loading KPIs...",
|
|
377
|
+
"loadingLevels": "Loading levels...",
|
|
378
|
+
"loadingMapping": "Loading mapping...",
|
|
379
|
+
"loadingMeasures": "Loading measures...",
|
|
380
|
+
"loadingMembers": "Loading members...",
|
|
381
|
+
"loadingProperties": "Loading properties...",
|
|
382
|
+
"noDataAvailable": "The data source is empty.",
|
|
383
|
+
"ocsvIncompatible": "Unable to read the data source. The OCSV file might have been compressed with a newer version. Please update the component to version {0} or newer.",
|
|
384
|
+
"pagesWereGenerated": "pages were generated.",
|
|
385
|
+
"pleaseWait": "Please wait.",
|
|
386
|
+
"progress": "{0} rows",
|
|
387
|
+
"progressKnown": "{0} KB loaded of {1} KB ({2}%)",
|
|
388
|
+
"progressUnknown": "{0} KB loaded",
|
|
389
|
+
"saveReportForSharing": "Please copy the following link to share the report:<br/><u><div style='text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-style: italic;'>{0}</div></u>",
|
|
390
|
+
"saveReportToFile": "The report is ready to be saved to file. <br/>Please click the \"Save\" button to save the report.",
|
|
391
|
+
"saving": "Saving...",
|
|
392
|
+
"selectFile": "Select a data file to upload.",
|
|
393
|
+
"sortingMembers": "Sorting members...",
|
|
394
|
+
"tooManyColumnsInClassicMode": "Too many columns for classic form. The layout was switched to compact form.",
|
|
395
|
+
"unableToOpenFile": "Unable to open the '{0}' file.<br/><br/>Check the following points to resolve the issue:<br/>- make sure the file exists<br/>- make sure the 'Access-Control-Allow-Origin' header is present in the requested resource<br/>- check the browser console for any errors<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#unable-to-open-file' target='_blank'>Read more info about this error</a></u><br/>",
|
|
396
|
+
"unknownError": "An unknown error occurred.",
|
|
397
|
+
"uploading": "Uploading...",
|
|
398
|
+
"waiting": "Waiting for the response {0} sec.",
|
|
399
|
+
"warning": "Warning",
|
|
400
|
+
"wrongFormulaAggregation": "The <b>'{0}'</b> aggregation in the <b>'{1}'</b> formula is not valid.",
|
|
401
|
+
"wrongFormulaEmpty": "The formula can't be empty.",
|
|
402
|
+
"wrongFormulaFormat": "Wrong formula format. Please check formula details.",
|
|
403
|
+
"wrongFormulaRecursive": "The formula for the <b>'{0}'</b> measure calls itself recursively. Please remove recursion from the formula.",
|
|
404
|
+
"wrongUniqueName": "The field with the <b>'{0}'</b> uniqueName is not defined."
|
|
405
|
+
},
|
|
406
|
+
"months": {
|
|
407
|
+
"april": "April",
|
|
408
|
+
"august": "August",
|
|
409
|
+
"december": "December",
|
|
410
|
+
"february": "February",
|
|
411
|
+
"january": "January",
|
|
412
|
+
"july": "July",
|
|
413
|
+
"june": "June",
|
|
414
|
+
"march": "March",
|
|
415
|
+
"may": "May",
|
|
416
|
+
"november": "November",
|
|
417
|
+
"october": "October",
|
|
418
|
+
"september": "September"
|
|
419
|
+
},
|
|
420
|
+
"monthsShort": {
|
|
421
|
+
"april": "Apr",
|
|
422
|
+
"august": "Aug",
|
|
423
|
+
"december": "Dec",
|
|
424
|
+
"february": "Feb",
|
|
425
|
+
"january": "Jan",
|
|
426
|
+
"july": "Jul",
|
|
427
|
+
"june": "Jun",
|
|
428
|
+
"march": "Mar",
|
|
429
|
+
"may": "May",
|
|
430
|
+
"november": "Nov",
|
|
431
|
+
"october": "Oct",
|
|
432
|
+
"september": "Sep"
|
|
433
|
+
},
|
|
434
|
+
"quarters": {
|
|
435
|
+
"q1": "Quarter 1",
|
|
436
|
+
"q2": "Quarter 2",
|
|
437
|
+
"q3": "Quarter 3",
|
|
438
|
+
"q4": "Quarter 4"
|
|
439
|
+
},
|
|
440
|
+
"toolbar": {
|
|
441
|
+
"add_condition_button": "Add condition",
|
|
442
|
+
"align_center": "center",
|
|
443
|
+
"align_left": "left",
|
|
444
|
+
"align_right": "right",
|
|
445
|
+
"all_values": "All values",
|
|
446
|
+
"and_symbole": "&",
|
|
447
|
+
"apply": "Apply",
|
|
448
|
+
"between": "Between",
|
|
449
|
+
"cancel": "Cancel",
|
|
450
|
+
"catalog": "Catalog",
|
|
451
|
+
"charts": "Charts",
|
|
452
|
+
"charts_bar_horizontal": "Bar",
|
|
453
|
+
"charts_column": "Column",
|
|
454
|
+
"charts_column_line": "Column line",
|
|
455
|
+
"charts_line": "Line",
|
|
456
|
+
"charts_multiple": "Multiple values",
|
|
457
|
+
"charts_multiple_disabled": "Mutltiple values do not apply to ",
|
|
458
|
+
"charts_pie": "Pie",
|
|
459
|
+
"charts_scatter": "Scatter",
|
|
460
|
+
"charts_stacked_column": "Stacked column",
|
|
461
|
+
"choose_page_orientation": "Choose page orientation",
|
|
462
|
+
"choose_value": "Choose value",
|
|
463
|
+
"classic_view": "Classic form",
|
|
464
|
+
"compact_view": "Compact form",
|
|
465
|
+
"conditional": "Conditional",
|
|
466
|
+
"conditional_formatting": "Conditional formatting",
|
|
467
|
+
"conditional_formatting_mobile": "Conditional",
|
|
468
|
+
"confirm_message": "The current formatting is not saved yet and won't be applied. </br> Switch the value anyway?",
|
|
469
|
+
"confirm_title": "You have unsaved changes",
|
|
470
|
+
"connect": "Connect",
|
|
471
|
+
"connect_elastic": "To Elasticsearch",
|
|
472
|
+
"connect_elastic_mobile": "Elastic",
|
|
473
|
+
"connect_elastic_title": "Connect to Elasticsearch",
|
|
474
|
+
"connect_local_csv": "To local CSV",
|
|
475
|
+
"connect_local_json": "To local JSON",
|
|
476
|
+
"connect_olap": "To OLAP (XMLA)",
|
|
477
|
+
"connect_olap_mobile": "OLAP",
|
|
478
|
+
"connect_remote_csv": "To remote CSV",
|
|
479
|
+
"connect_remote_csv_mobile": "CSV",
|
|
480
|
+
"connect_remote_json": "To remote JSON",
|
|
481
|
+
"connect_remote_json_mobile": "JSON",
|
|
482
|
+
"cp_hex_value": "HEX value",
|
|
483
|
+
"cp_highlight": "Highlight",
|
|
484
|
+
"cp_shade": "Shade",
|
|
485
|
+
"cp_text": "Text",
|
|
486
|
+
"cube": "Cube",
|
|
487
|
+
"currency_symbol": "Currency symbol",
|
|
488
|
+
"data_source_info": "Data source info",
|
|
489
|
+
"decimal_places": "Decimal places",
|
|
490
|
+
"decimal_separator": "Decimal separator",
|
|
491
|
+
"default_value": "Default value",
|
|
492
|
+
"equal_to": "Equal to",
|
|
493
|
+
"export": "Export",
|
|
494
|
+
"export_csv": "To CSV",
|
|
495
|
+
"export_excel": "To Excel",
|
|
496
|
+
"export_html": "To HTML",
|
|
497
|
+
"export_image": "To Image",
|
|
498
|
+
"export_pdf": "To PDF",
|
|
499
|
+
"export_print": "Print",
|
|
500
|
+
"false_value": "false",
|
|
501
|
+
"fields": "Fields",
|
|
502
|
+
"flat_view": "Flat form",
|
|
503
|
+
"format": "Format",
|
|
504
|
+
"format_cells": "Format cells",
|
|
505
|
+
"format_cells_mobile": "Format",
|
|
506
|
+
"fullscreen": "Fullscreen",
|
|
507
|
+
"grand_totals": "Grand totals",
|
|
508
|
+
"grand_totals_off": "Do not show grand totals",
|
|
509
|
+
"grand_totals_on": "Show grand totals",
|
|
510
|
+
"grand_totals_on_columns": "Show for columns only",
|
|
511
|
+
"grand_totals_on_rows": "Show for rows only",
|
|
512
|
+
"greater_than": "Greater than",
|
|
513
|
+
"greater_than_or_equal": "Greater than or equal to",
|
|
514
|
+
"grid": "Grid",
|
|
515
|
+
"host_url": "Host URL",
|
|
516
|
+
"index_name": "Index",
|
|
517
|
+
"is_empty": "Empty",
|
|
518
|
+
"is_percent": "Format as percent",
|
|
519
|
+
"landscape": "Landscape",
|
|
520
|
+
"layout": "Layout",
|
|
521
|
+
"layout_options": "Layout options",
|
|
522
|
+
"less_than": "Less than",
|
|
523
|
+
"less_than_or_equal": "Less than or equal to",
|
|
524
|
+
"local_report": "Local report",
|
|
525
|
+
"negative_currency_format": "Negative currency format",
|
|
526
|
+
"negative_number_format": "Negative number format",
|
|
527
|
+
"no_active_conditions": "There are no active conditions.",
|
|
528
|
+
"none": "None",
|
|
529
|
+
"not_equal_to": "Not equal to",
|
|
530
|
+
"null_value": "Null value",
|
|
531
|
+
"ok": "OK",
|
|
532
|
+
"olap_connection_tool": "OLAP connection tool",
|
|
533
|
+
"open": "Open",
|
|
534
|
+
"open_remote_csv": "Open remote CSV",
|
|
535
|
+
"open_remote_json": "Open remote JSON",
|
|
536
|
+
"open_remote_report": "Open remote report",
|
|
537
|
+
"options": "Options",
|
|
538
|
+
"portrait": "Portrait",
|
|
539
|
+
"positive_currency_format": "Positive currency format",
|
|
540
|
+
"proxy_url": "Proxy URL",
|
|
541
|
+
"remote_report": "Remote report",
|
|
542
|
+
"remote_report_mobile": "Report",
|
|
543
|
+
"save": "Save",
|
|
544
|
+
"select_catalog": "Select catalog",
|
|
545
|
+
"select_cube": "Select cube",
|
|
546
|
+
"select_data_source": "Select data source",
|
|
547
|
+
"select_index": "Select index",
|
|
548
|
+
"share": "Share",
|
|
549
|
+
"space": "(Space)",
|
|
550
|
+
"subtotals": "Subtotals",
|
|
551
|
+
"subtotals_off": "Do not show subtotals",
|
|
552
|
+
"subtotals_on": "Show subtotals",
|
|
553
|
+
"subtotals_on_columns": "Show for columns only",
|
|
554
|
+
"subtotals_on_rows": "Show for rows only",
|
|
555
|
+
"text_align": "Text align",
|
|
556
|
+
"thousands_separator": "Thousands separator",
|
|
557
|
+
"tooltips": {
|
|
558
|
+
"add_condition": "Add condition",
|
|
559
|
+
"condition": "Condition",
|
|
560
|
+
"cp_text_color": "Text color",
|
|
561
|
+
"font": "Font",
|
|
562
|
+
"font_size": "Font size",
|
|
563
|
+
"remove_condition": "Remove condition"
|
|
564
|
+
},
|
|
565
|
+
"true_value": "true",
|
|
566
|
+
"value": "Value"
|
|
567
|
+
},
|
|
568
|
+
"tooltips": {
|
|
569
|
+
"close": "Click to close",
|
|
570
|
+
"collapseIcon": "Click to collapse",
|
|
571
|
+
"drillDown": "Click to drill down",
|
|
572
|
+
"drillUp": "Click to drill up",
|
|
573
|
+
"editCalculatedMeasure": "Edit calculated value",
|
|
574
|
+
"expandIcon": "Click to expand",
|
|
575
|
+
"fieldList": "Click to open Fields",
|
|
576
|
+
"filterIcon": "Click to filter",
|
|
577
|
+
"filtered": "Filtered",
|
|
578
|
+
"headerFit": "Double click to fit",
|
|
579
|
+
"headerResize": "Drag to resize",
|
|
580
|
+
"row": "Row:",
|
|
581
|
+
"selectAggregation": "Select aggregation",
|
|
582
|
+
"sortIcon": "Click to sort",
|
|
583
|
+
"sortedAscIcon": "Click to sort ascending",
|
|
584
|
+
"sortedDescIcon": "Click to sort descending",
|
|
585
|
+
"unsortedIcon": "Click to unsort"
|
|
586
|
+
},
|
|
587
|
+
"weekdays": {
|
|
588
|
+
"fifth": "Thursday",
|
|
589
|
+
"first": "Sunday",
|
|
590
|
+
"fourth": "Wednesday",
|
|
591
|
+
"second": "Monday",
|
|
592
|
+
"seventh": "Saturday",
|
|
593
|
+
"sixth": "Friday",
|
|
594
|
+
"third": "Tuesday"
|
|
595
|
+
},
|
|
596
|
+
"weekdaysShort": {
|
|
597
|
+
"fifth": "Thu",
|
|
598
|
+
"first": "Sun",
|
|
599
|
+
"fourth": "Wed",
|
|
600
|
+
"second": "Mon",
|
|
601
|
+
"seventh": "Sat",
|
|
602
|
+
"sixth": "Fri",
|
|
603
|
+
"third": "Tue"
|
|
604
|
+
}
|
|
605
605
|
}
|