forked from flexmonster/pivot-localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
609 lines (609 loc) · 23.3 KB
/
en.json
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
{
"aggregations": {
"average": {
"caption": "Average",
"grandTotalCaption": "Total Average of {0}",
"totalCaption": "Average of {0}"
},
"count": {
"caption": "Count",
"grandTotalCaption": "Total Count of {0}",
"totalCaption": "Count of {0}"
},
"differenceOfColumn": {
"caption": "Difference of Column",
"grandTotalCaption": "Difference of Column of {0}",
"totalCaption": "Difference of Column of {0}"
},
"differenceOfRow": {
"caption": "Difference of Row",
"grandTotalCaption": "Difference of Row of {0}",
"totalCaption": "Difference of Row of {0}"
},
"distinctCount": {
"caption": "Distinct Count",
"grandTotalCaption": "Total Distinct Count of {0}",
"totalCaption": "Distinct Count of {0}"
},
"index": {
"caption": "Index",
"grandTotalCaption": "Index of {0}",
"totalCaption": "Index of {0}"
},
"max": {
"caption": "Max",
"grandTotalCaption": "Total Max of {0}",
"totalCaption": "Max of {0}"
},
"median": {
"caption": "Median",
"grandTotalCaption": "Total Median of {0}",
"totalCaption": "Median of {0}"
},
"min": {
"caption": "Min",
"grandTotalCaption": "Total Min of {0}",
"totalCaption": "Min of {0}"
},
"none": {
"caption": "No calculation"
},
"percent": {
"caption": "% of Grand Total",
"grandTotalCaption": "Total % of Grand Total of {0}",
"totalCaption": "% of Grand Total of {0}"
},
"percentDifferenceOfColumn": {
"caption": "% Difference of Column",
"grandTotalCaption": "% Difference of Column of {0}",
"totalCaption": "% Difference of Column of {0}"
},
"percentDifferenceOfRow": {
"caption": "% Difference of Row",
"grandTotalCaption": "% Difference of Row of {0}",
"totalCaption": "% Difference of Row of {0}"
},
"percentOfColumn": {
"caption": "% of Column",
"grandTotalCaption": "Total % of Column of {0}",
"totalCaption": "% of Column of {0}"
},
"percentOfParentColumnTotal": {
"caption": "% of Parent Column Total",
"grandTotalCaption": "% of Parent Column Total of {0}",
"totalCaption": "% of Parent Column Total of {0}"
},
"percentOfParentRowTotal": {
"caption": "% of Parent Row Total",
"grandTotalCaption": "% of Parent Row Total of {0}",
"totalCaption": "% of Parent Row Total of {0}"
},
"percentOfRow": {
"caption": "% of Row",
"grandTotalCaption": "Total % of Row of {0}",
"totalCaption": "% of Row of {0}"
},
"product": {
"caption": "Product",
"grandTotalCaption": "Total Product of {0}",
"totalCaption": "Product of {0}"
},
"runningTotalsOfColumn": {
"caption": "Running Totals of Column",
"grandTotalCaption": "Running Totals of Column of {0}",
"totalCaption": "Running Totals of Column of {0}"
},
"runningTotalsOfRow": {
"caption": "Running Totals of Row",
"grandTotalCaption": "Running Totals of Row of {0}",
"totalCaption": "Running Totals of Row of {0}"
},
"stdevp": {
"caption": "Population StDev",
"grandTotalCaption": "Total Population StDev of {0}",
"totalCaption": "Population StDev of {0}"
},
"stdevs": {
"caption": "Sample StDev",
"grandTotalCaption": "Total Sample StDev of {0}",
"totalCaption": "Sample StDev of {0}"
},
"sum": {
"caption": "Sum",
"grandTotalCaption": "Total Sum of {0}",
"totalCaption": "Sum of {0}"
}
},
"buttons": {
"apply": "Apply",
"cancel": "Cancel",
"copy": "Copy",
"no": "No",
"ok": "OK",
"save": "Save",
"select": "Select",
"yes": "Yes"
},
"calculatedView": {
"actions": {
"add_to_formula": "Add to formula"
},
"allValues": "All values",
"calculateIndividualValues": "Calculate individual values",
"formula": "Formula",
"formulaPrompt": "Drop values and edit formula here",
"func": {
"abs": "Absolute",
"add": "Add",
"and": "And",
"divide": "Divide",
"equal": "Equal",
"greater": "Greater",
"greater_equal": "Greater or equal",
"if": "If",
"less": "Less",
"less_equal": "Less or equal",
"max": "Maximum",
"min": "Minimum",
"multiply": "Multiply",
"not_equal": "Not equal",
"or": "Or",
"power": "Power",
"strict_equal": "Strict equal",
"subtract": "Subtract"
},
"measureBox": "Drag values to formula",
"measureName": "Value name",
"removeValue": "Remove",
"removeValueMessage": "Are you sure you want to remove this calculated value?",
"removeValueTitle": "Remove {0}?",
"title": "Calculated value"
},
"charts": {
"bigDataSetWarning": "The dataset is too big to be displayed. Data will be trimmed to fit into the chart.",
"hideLegend": "Hide legend",
"noDataTitle": "No data to display.",
"noMeasuresTitle": "No measures to display. Add at least one measure in the Field List.",
"selectMeasures": "Select measures",
"showLegend": "Show legend"
},
"contextMenu": {
"aggregation": "Aggregation",
"clearSorting": "Clear sorting",
"collapse": "Collapse",
"conditionalFormatting": "Conditional formatting",
"drillDown": "Drill down",
"drillThrough": "Drill through",
"drillUp": "Drill up",
"editFormula": "Edit <b>{0}</b>",
"exclude": "Exclude <b>{0}</b>",
"expand": "Expand",
"filterBy": "Filter by <b>{0}</b>",
"groupMembers": "Group members",
"hideProperty": "Hide <b>{0}</b>",
"hideSubtotals": "Hide subtotals",
"moveToColumns": "Move to columns",
"moveToReportFilters": "Move to report filters",
"moveToRows": "Move to rows",
"numberFormatting": "Number formatting",
"openFilter": "Open filter",
"properties": "Properties",
"removeField": "Remove field",
"removeMeasure": "Remove measure",
"showProperty": "Show <b>{0}</b>",
"showSubtotals": "Show subtotals",
"sortColumnAsc": "Sort column ascending",
"sortColumnDesc": "Sort column descending",
"sortRowAsc": "Sort row ascending",
"sortRowDesc": "Sort row descending",
"ungroupMembers": "Ungroup members"
},
"date": {
"day": "Day",
"month": "Month",
"quarter": "Quarter",
"year": "Year"
},
"drillThrough": {
"column": "Column: <b>{0}</b>",
"row": "Row: <b>{0}</b>",
"title": "Details",
"value": "{0}: <b>{1}</b>"
},
"fieldsList": {
"actions": {
"collapse": "Collapse",
"deselect": "Deselect",
"edit_calculated_value": "Edit calculated value",
"expand": "Expand",
"move_down": "Move down",
"move_to_columns": "Move to columns",
"move_to_filters": "Move to report filters",
"move_to_rows": "Move to rows",
"move_to_values": "Move to values",
"move_up": "Move up",
"select": "Select"
},
"addCalculatedMeasure": "Add calculated value",
"allFields": "All fields",
"close": "Close field list",
"collapseAll": "Collapse all",
"columns": "Columns",
"dropField": "Drop field here",
"expandAll": "Expand all",
"filters": "Report filters",
"flatHierarchyBox": "Select and arrange columns",
"formulasGroupName": "Calculated values",
"open": "Open field list",
"rows": "Rows",
"search": "Search",
"searchClose": "Close search",
"subtitle": "Drag and drop fields to arrange",
"title": "Fields",
"values": "Values"
},
"filter": {
"after": "After",
"afterEqual": "After or equal",
"all": "All",
"amountFound": "{0} of {1} found are selected",
"amountSelected": "{0} of {1} selected",
"ascSort": "Az",
"ascSortTooltip": "Sort ascending",
"before": "Before",
"beforeEqual": "Before or equal",
"begin": "Begin",
"between": "Between",
"bottom": "Bottom",
"clearDateFilter": "Clear date filter",
"clearLabelFilter": "Clear label filter",
"clearNumberFilter": "Clear label filter",
"clearTimeFilter": "Clear time filter",
"clearValueFilter": "Clear value filter",
"condition": "Condition",
"conditionMeasure": "Measure",
"conditionTimeInterval": "Time interval",
"conditionValue": "Condition value",
"contain": "Contain",
"current": "Current...",
"datesFilter": "Dates",
"day": "Day",
"days": "d.",
"daysFull": "days",
"descSort": "zA",
"descSortTooltip": "Sort descending",
"end": "End",
"equal": "Equal",
"filterBy": "Filter by:",
"greater": "Greater",
"greaterEqual": "Greater or equal",
"hours": "hr.",
"hoursFull": "hours",
"labelsFilter": "Labels",
"last": "Last...",
"less": "Less",
"lessEqual": "Less or equal",
"minutes": "min.",
"minutesFull": "minutes",
"month": "Month",
"multipleItems": "Multiple items",
"next": "Next...",
"noAvailableValues": "No available values",
"notBegin": "Not begin",
"notBetween": "Not between",
"notContain": "Not contain",
"notEnd": "Not end",
"notEqual": "Not equal",
"numbersFilter": "Labels",
"quarter": "Quarter",
"search": "Search",
"seconds": "sec.",
"secondsFull": "seconds",
"selectAll": "Select all",
"selectAllResults": "Select all results",
"sort": "Sort:",
"timeFilter": "Time",
"top": "Top",
"valuesFilter": "Values",
"week": "Week",
"year": "Year"
},
"grid": {
"blankMember": "(blank)",
"dateInvalidCaption": "Invalid date",
"dateNullCaption": "null",
"grandTotal": "Grand Total",
"reportInformation": "Report information",
"total": "Total",
"totals": "Totals"
},
"kpis": {
"goal": "Goal",
"kpis": "KPIs",
"status": "Status",
"trend": "Trend",
"value": "Value"
},
"messages": {
"analyzing": "Analyzing data...",
"analyzingProgress": "{0} records of {1} ({2}%)",
"analyzingRecords": "{0}% of records",
"api": {
"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}",
"error400Status": "Custom data source API: request error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
"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",
"error500Status": "Custom data source API: server error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
"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",
"fieldsRequestError": "Custom data source API: fields request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
"incorrectUrl": "Custom data source API: incorrect type of the 'url' parameter.<br/><br/>",
"membersRequestError": "Custom data source API: members request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
"noGridChartsMode": "The grid and charts mode is not supported in flat form for the custom data source API.",
"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.",
"selectRequestError": "Custom data source API: select request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
"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}"
},
"browse": "Browse",
"cantConnectToAccelerator": "Can't connect to the data source. Please check if Flexmonster Accelerator is running.",
"cantExpand": "Some fields can't be expanded. Please narrow down the dataset.",
"cantExpandTitle": "The dataset is too large",
"cantLoadSharedReport": "Can't load the shared report. <br/> {0}",
"cantSaveFile": "Can't save file. <br/>Details: {0}",
"cantSaveFileNoDetails": "Can't save file.",
"cantSaveReportForSharing": "Can't save the report for sharing. <br/><br/> {0}",
"confirmation": "Confirmation",
"csvHeaderParsingError": "A CSV header parsing error occurred.",
"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>",
"dataWasUpdated": "The data source has been updated on the server. Refresh the report?",
"elastic": {
"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"
},
"error": "Error",
"errorTextMessage": "</br>Details: '{0}'",
"excelCsvChartsExportError": "The Microsoft Excel or CSV export is not available for charts.",
"exportError": "Failed to export. An unexpected error occurred.",
"exportFontLoadingError": "Failed to load the font. An unexpected error occurred.",
"exportProgress": "Export in progress...",
"flatTableIsNotSupported": "The flat form is not supported for the {0} data source.",
"inappropriateFileFormat": "The data file is of inappropriate format.",
"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>",
"invalidJSONdata": "The JSON data is invalid.",
"invalidReportFormat": "Invalid report format or access to the file is denied.",
"invalidReportFormat2": "Invalid report format. The 'dataSource' property is required.",
"limitation": "Limitation",
"loading": "Loading...",
"loadingData": "Loading data...",
"loadingDimensions": "Loading dimensions...",
"loadingHierarchies": "Loading hierarchies...",
"loadingKPIs": "Loading KPIs...",
"loadingLevels": "Loading levels...",
"loadingMapping": "Loading mapping...",
"loadingMeasures": "Loading measures...",
"loadingMembers": "Loading members...",
"loadingProperties": "Loading properties...",
"noDataAvailable": "The data source is empty.",
"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.",
"pagesWereGenerated": "pages were generated.",
"pleaseWait": "Please wait.",
"progress": "{0} rows",
"progressKnown": "{0} KB loaded of {1} KB ({2}%)",
"progressUnknown": "{0} KB loaded",
"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>",
"saveReportToFile": "The report is ready to be saved to file. <br/>Please click the \"Save\" button to save the report.",
"saving": "Saving...",
"selectFile": "Select a data file to upload.",
"sortingMembers": "Sorting members...",
"tooManyColumnsInClassicMode": "Too many columns for classic form. The layout was switched to compact form.",
"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/>",
"unknownError": "An unknown error occurred.",
"uploading": "Uploading...",
"waiting": "Waiting for the response {0} sec.",
"warning": "Warning",
"wrongFormulaAggregation": "The <b>'{0}'</b> aggregation in the <b>'{1}'</b> formula is not valid.",
"wrongFormulaEmpty": "The formula can't be empty.",
"wrongFormulaFormat": "Wrong formula format. Please check formula details.",
"wrongFormulaRecursive": "The formula for the <b>'{0}'</b> measure calls itself recursively. Please remove recursion from the formula.",
"wrongUniqueName": "The field with the <b>'{0}'</b> uniqueName is not defined."
},
"months": {
"april": "April",
"august": "August",
"december": "December",
"february": "February",
"january": "January",
"july": "July",
"june": "June",
"march": "March",
"may": "May",
"november": "November",
"october": "October",
"september": "September"
},
"monthsShort": {
"april": "Apr",
"august": "Aug",
"december": "Dec",
"february": "Feb",
"january": "Jan",
"july": "Jul",
"june": "Jun",
"march": "Mar",
"may": "May",
"november": "Nov",
"october": "Oct",
"september": "Sep"
},
"quarters": {
"q1": "Quarter 1",
"q2": "Quarter 2",
"q3": "Quarter 3",
"q4": "Quarter 4"
},
"toolbar": {
"add_condition_button": "Add condition",
"align_center": "center",
"align_left": "left",
"align_right": "right",
"all_values": "All values",
"and_symbole": "&",
"apply": "Apply",
"between": "Between",
"cancel": "Cancel",
"catalog": "Catalog",
"charts": "Charts",
"charts_bar_horizontal": "Bar",
"charts_column": "Column",
"charts_column_line": "Column line",
"charts_line": "Line",
"charts_multiple": "Multiple values",
"charts_multiple_disabled": "Mutltiple values do not apply to ",
"charts_pie": "Pie",
"charts_scatter": "Scatter",
"charts_stacked_column": "Stacked column",
"choose_page_orientation": "Choose page orientation",
"choose_value": "Choose value",
"classic_view": "Classic form",
"compact_view": "Compact form",
"conditional": "Conditional",
"conditional_formatting": "Conditional formatting",
"conditional_formatting_mobile": "Conditional",
"confirm_message": "The current formatting is not saved yet and won't be applied. </br> Switch the value anyway?",
"confirm_title": "You have unsaved changes",
"connect": "Connect",
"connect_elastic": "To Elasticsearch",
"connect_elastic_mobile": "Elastic",
"connect_elastic_title": "Connect to Elasticsearch",
"connect_local_csv": "To local CSV",
"connect_local_json": "To local JSON",
"connect_olap": "To OLAP (XMLA)",
"connect_olap_mobile": "OLAP",
"connect_remote_csv": "To remote CSV",
"connect_remote_csv_mobile": "CSV",
"connect_remote_json": "To remote JSON",
"connect_remote_json_mobile": "JSON",
"cp_hex_value": "HEX value",
"cp_highlight": "Highlight",
"cp_shade": "Shade",
"cp_text": "Text",
"cube": "Cube",
"currency_symbol": "Currency symbol",
"data_source_info": "Data source info",
"decimal_places": "Decimal places",
"decimal_separator": "Decimal separator",
"default_value": "Default value",
"equal_to": "Equal to",
"export": "Export",
"export_csv": "To CSV",
"export_excel": "To Excel",
"export_html": "To HTML",
"export_image": "To Image",
"export_pdf": "To PDF",
"export_print": "Print",
"false_value": "false",
"fields": "Fields",
"flat_view": "Flat form",
"format": "Format",
"format_cells": "Format cells",
"format_cells_mobile": "Format",
"fullscreen": "Fullscreen",
"fullscreenErrorMessage": "It is not permitted to use the fullscreen feature on this page, either because of Feature Policy configuration or other access control features.<br/><br/><u><a href='https://www.flexmonster.com/doc/typical-errors/#cant-enter-fullscreen' target='_blank'>Read more info about this error</a></u>",
"fullscreenErrorTitle": "Can't enter fullscreen",
"grand_totals": "Grand totals",
"grand_totals_off": "Do not show grand totals",
"grand_totals_on": "Show grand totals",
"grand_totals_on_columns": "Show for columns only",
"grand_totals_on_rows": "Show for rows only",
"greater_than": "Greater than",
"greater_than_or_equal": "Greater than or equal to",
"grid": "Grid",
"host_url": "Host URL",
"index_name": "Index",
"is_empty": "Empty",
"is_percent": "Format as percent",
"landscape": "Landscape",
"layout": "Layout",
"layout_options": "Layout options",
"less_than": "Less than",
"less_than_or_equal": "Less than or equal to",
"local_report": "Local report",
"minimize": "Minimize",
"negative_currency_format": "Negative currency format",
"negative_number_format": "Negative number format",
"no_active_conditions": "There are no active conditions.",
"none": "None",
"not_equal_to": "Not equal to",
"null_value": "Null value",
"ok": "OK",
"olap_connection_tool": "OLAP connection tool",
"open": "Open",
"open_remote_csv": "Open remote CSV",
"open_remote_json": "Open remote JSON",
"open_remote_report": "Open remote report",
"options": "Options",
"portrait": "Portrait",
"positive_currency_format": "Positive currency format",
"proxy_url": "Proxy URL",
"remote_report": "Remote report",
"remote_report_mobile": "Report",
"save": "Save",
"select_catalog": "Select catalog",
"select_cube": "Select cube",
"select_data_source": "Select data source",
"select_index": "Select index",
"share": "Share",
"space": "(Space)",
"subtotals": "Subtotals",
"subtotals_off": "Do not show subtotals",
"subtotals_on": "Show subtotals",
"subtotals_on_columns": "Show for columns only",
"subtotals_on_rows": "Show for rows only",
"text_align": "Text align",
"thousands_separator": "Thousands separator",
"tooltips": {
"add_condition": "Add condition",
"condition": "Condition",
"cp_text_color": "Text color",
"font": "Font",
"font_size": "Font size",
"remove_condition": "Remove condition"
},
"true_value": "true",
"value": "Value"
},
"tooltips": {
"close": "Click to close",
"collapseIcon": "Click to collapse",
"drillDown": "Click to drill down",
"drillUp": "Click to drill up",
"editCalculatedMeasure": "Edit calculated value",
"expandIcon": "Click to expand",
"fieldList": "Click to open Fields",
"filterIcon": "Click to filter",
"filtered": "Filtered",
"headerFit": "Double click to fit",
"headerResize": "Drag to resize",
"row": "Row:",
"selectAggregation": "Select aggregation",
"sortIcon": "Click to sort",
"sortedAscIcon": "Click to sort ascending",
"sortedDescIcon": "Click to sort descending",
"unsortedIcon": "Click to unsort"
},
"weekdays": {
"fifth": "Thursday",
"first": "Sunday",
"fourth": "Wednesday",
"second": "Monday",
"seventh": "Saturday",
"sixth": "Friday",
"third": "Tuesday"
},
"weekdaysShort": {
"fifth": "Thu",
"first": "Sun",
"fourth": "Wed",
"second": "Mon",
"seventh": "Sat",
"sixth": "Fri",
"third": "Tue"
}
}