flexmonster
Version:
Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.
621 lines • 25.2 kB
JSON
{
"fieldsList": {
"flatHierarchyBox": "Select and arrange columns",
"values": "Values",
"allFields": "All fields",
"rows": "Rows",
"columns": "Columns",
"filters": "Report filters",
"dropField": "Drop field here",
"addCalculatedMeasure": "Add calculated value",
"expandAll": "Expand all",
"collapseAll": "Collapse all",
"formulasGroupName": "Calculated values",
"title": "Fields",
"subtitle": "Drag and drop fields to arrange",
"search": "Search",
"searchClose": "Close search",
"open": "Open Field List",
"close": "Close Field List",
"actions": {
"select": "Select",
"deselect": "Deselect",
"expand": "Expand",
"collapse": "Collapse",
"move_to_rows": "Move to rows",
"move_to_columns": "Move to columns",
"move_to_filters": "Move to report filters",
"move_to_values": "Move to values",
"move_up": "Move up",
"move_down": "Move down",
"edit_calculated_value": "Edit calculated value",
"aggregation": "Aggregation"
}
},
"filter": {
"ascSort": "Az",
"ascSortTooltip": "Sort ascending",
"descSort": "zA",
"descSortTooltip": "Sort descending",
"top": "Top",
"bottom": "Bottom",
"search": "Search",
"closeSearch": "Close search",
"selectAll": "Select all",
"selectAllResults": "Select all results",
"amountSelected": "{0} of {1} selected",
"amountFound": "{0} of {1} found are selected",
"multipleItems": "Multiple items",
"all": "All",
"sort": "Sort:",
"filterBy": "Filter by:",
"labelsFilter": "Labels",
"numbersFilter": "Labels",
"valuesFilter": "Values",
"datesFilter": "Dates",
"timeFilter": "Time",
"equal": "Equal",
"notEqual": "Not equal",
"before": "Before",
"beforeEqual": "Before or equal",
"after": "After",
"afterEqual": "After or equal",
"between": "Between",
"notBetween": "Not between",
"last": "Last...",
"current": "Current...",
"next": "Next...",
"begin": "Begin",
"notBegin": "Not begin",
"end": "End",
"notEnd": "Not end",
"contain": "Contain",
"notContain": "Not contain",
"greater": "Greater",
"greaterEqual": "Greater or equal",
"less": "Less",
"lessEqual": "Less or equal",
"day": "Day",
"week": "Week",
"month": "Month",
"quarter": "Quarter",
"year": "Year",
"seconds": "sec.",
"secondsFull": "seconds",
"minutes": "min.",
"minutesFull": "minutes",
"hours": "hr.",
"hoursFull": "hours",
"days": "d.",
"daysFull": "days",
"clearDateFilter": "Clear date filter",
"clearLabelFilter": "Clear label filter",
"clearNumberFilter": "Clear label filter",
"clearTimeFilter": "Clear time filter",
"clearValueFilter": "Clear value filter",
"noAvailableValues": "No available values",
"condition": "Condition",
"conditionValue": "Condition value",
"conditionMeasure": "Measure",
"conditionTimeInterval": "Time interval",
"datepickerTime": "Time:"
},
"drillThrough": {
"title": "Details",
"row": "Row: <b>{0}</b>",
"column": "Column: <b>{0}</b>",
"value": "{0}: <b>{1}</b>"
},
"calculatedView": {
"title": "Calculated value",
"measureBox": "Drag values to formula",
"measureName": "Value name",
"formula": "Formula",
"formulaPrompt": "Drop values and edit formula here",
"calculateIndividualValues": "Calculate individual values",
"removeValue": "Remove",
"removeValueTitle": "Remove {0}?",
"removeValueMessage": "Are you sure you want to remove this calculated value?",
"allValues": "All values",
"actions": {
"add_to_formula": "Add to formula"
},
"func": {
"add": "Add",
"subtract": "Subtract",
"multiply": "Multiply",
"divide": "Divide",
"power": "Power",
"equal": "Equal",
"less": "Less",
"less_equal": "Less or equal",
"greater": "Greater",
"greater_equal": "Greater or equal",
"strict_equal": "Strict equal",
"not_equal": "Not equal",
"or": "Or",
"and": "And",
"if": "If",
"abs": "Absolute",
"round": "Round",
"min": "Minimum",
"max": "Maximum"
}
},
"grid": {
"total": "Total",
"totals": "Totals",
"grandTotal": "Grand Total",
"blankMember": "(blank)",
"dateNullCaption": "null",
"dateInvalidCaption": "Invalid date",
"reportInformation": "Report information"
},
"charts": {
"showLegend": "Show legend",
"hideLegend": "Hide legend",
"selectMeasures": "Select measures",
"bigDataSetWarning": "The dataset is too big to be displayed. Data will be trimmed to fit into the chart.",
"noDataTitle": "No data to display.",
"noMeasuresTitle": "No measures to display. Add at least one measure in the Field List."
},
"tooltips": {
"fieldList": "Click to open Fields",
"selectAggregation": "Select aggregation",
"editCalculatedMeasure": "Edit calculated value",
"row": "Row:",
"headerResize": "Drag to resize",
"headerFit": "Double click to fit",
"filterIcon": "Click to filter",
"filtered": "Filtered",
"expandIcon": "Click to expand",
"collapseIcon": "Click to collapse",
"drillDown": "Click to drill down",
"drillUp": "Click to drill up",
"sortIcon": "Click to sort",
"sortedDescIcon": "Click to sort descending",
"sortedAscIcon": "Click to sort ascending",
"unsortedIcon": "Click to unsort",
"close": "Click to close"
},
"aggregations": {
"sum": {
"caption": "Sum",
"totalCaption": "Sum of {0}",
"grandTotalCaption": "Total Sum of {0}"
},
"count": {
"caption": "Count",
"totalCaption": "Count of {0}",
"grandTotalCaption": "Total Count of {0}"
},
"distinctCount": {
"caption": "Distinct Count",
"totalCaption": "Distinct Count of {0}",
"grandTotalCaption": "Total Distinct Count of {0}"
},
"average": {
"caption": "Average",
"totalCaption": "Average of {0}",
"grandTotalCaption": "Total Average of {0}"
},
"median": {
"caption": "Median",
"totalCaption": "Median of {0}",
"grandTotalCaption": "Total Median of {0}"
},
"stdevp": {
"caption": "Population StDev",
"totalCaption": "Population StDev of {0}",
"grandTotalCaption": "Total Population StDev of {0}"
},
"stdevs": {
"caption": "Sample StDev",
"totalCaption": "Sample StDev of {0}",
"grandTotalCaption": "Total Sample StDev of {0}"
},
"product": {
"caption": "Product",
"totalCaption": "Product of {0}",
"grandTotalCaption": "Total Product of {0}"
},
"min": {
"caption": "Min",
"totalCaption": "Min of {0}",
"grandTotalCaption": "Total Min of {0}"
},
"max": {
"caption": "Max",
"totalCaption": "Max of {0}",
"grandTotalCaption": "Total Max of {0}"
},
"percent": {
"caption": "% of Grand Total",
"totalCaption": "% of Grand Total of {0}",
"grandTotalCaption": "Total % of Grand Total of {0}"
},
"percentOfColumn": {
"caption": "% of Column",
"totalCaption": "% of Column of {0}",
"grandTotalCaption": "Total % of Column of {0}"
},
"percentOfRow": {
"caption": "% of Row",
"totalCaption": "% of Row of {0}",
"grandTotalCaption": "Total % of Row of {0}"
},
"percentOfParentColumnTotal": {
"caption": "% of Parent Column Total",
"totalCaption": "% of Parent Column Total of {0}",
"grandTotalCaption": "% of Parent Column Total of {0}"
},
"percentOfParentRowTotal": {
"caption": "% of Parent Row Total",
"totalCaption": "% of Parent Row Total of {0}",
"grandTotalCaption": "% of Parent Row Total of {0}"
},
"runningTotalsOfColumn": {
"caption": "Running Totals of Column",
"totalCaption": "Running Totals of Column of {0}",
"grandTotalCaption": "Running Totals of Column of {0}"
},
"runningTotalsOfRow": {
"caption": "Running Totals of Row",
"totalCaption": "Running Totals of Row of {0}",
"grandTotalCaption": "Running Totals of Row of {0}"
},
"index": {
"caption": "Index",
"totalCaption": "Index of {0}",
"grandTotalCaption": "Index of {0}"
},
"differenceOfColumn": {
"caption": "Difference of Column",
"totalCaption": "Difference of Column of {0}",
"grandTotalCaption": "Difference of Column of {0}"
},
"differenceOfRow": {
"caption": "Difference of Row",
"totalCaption": "Difference of Row of {0}",
"grandTotalCaption": "Difference of Row of {0}"
},
"percentDifferenceOfColumn": {
"caption": "% Difference of Column",
"totalCaption": "% Difference of Column of {0}",
"grandTotalCaption": "% Difference of Column of {0}"
},
"percentDifferenceOfRow": {
"caption": "% Difference of Row",
"totalCaption": "% Difference of Row of {0}",
"grandTotalCaption": "% Difference of Row of {0}"
},
"none": {
"caption": "No calculation"
}
},
"messages": {
"error": "Error",
"warning": "Warning",
"limitation": "Limitation",
"browse": "Browse",
"confirmation": "Confirmation",
"loading": "Loading...",
"loadingData": "Loading data...",
"loadingMapping": "Loading mapping...",
"uploading": "Uploading...",
"waiting": "Waiting for the response {0} sec.",
"progress": "{0} rows",
"progressKnown": "{0} KB loaded of {1} KB ({2}%)",
"progressUnknown": "{0} KB loaded",
"sortingMembers": "Sorting members...",
"analyzing": "Analyzing data...",
"analyzingProgress": "{0} records of {1} ({2}%)",
"analyzingRecords": "{0}% of records",
"analyzingRecordsWithAmount": "{0} records ({1}%)",
"saving": "Saving...",
"loadingDimensions": "Loading dimensions...",
"loadingHierarchies": "Loading hierarchies...",
"loadingMeasures": "Loading measures...",
"loadingKPIs": "Loading KPIs...",
"loadingMembers": "Loading members...",
"loadingProperties": "Loading properties...",
"loadingLevels": "Loading levels...",
"pleaseWait": "Please wait.",
"pagesWereGenerated": "pages were generated.",
"exportProgress": "Export in progress...",
"exportError": "Failed to export. An unexpected error occurred.",
"cantSaveFile": "Can't save file. <br/>Details: {0}",
"contentTypeMessageJson": "Please use serverContentType: json when saving to server. More details: https://www.flexmonster.com/api/save/",
"cantSaveFileNoDetails": "Can't save file.",
"saveReportToFile": "The report is ready to be saved to file. <br/>Please click the \"Save\" button to save the report.",
"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>",
"cantSaveReportForSharing": "Can't save the report for sharing. <br/><br/> {0}",
"cantLoadSharedReport": "Can't load the shared report. <br/> {0}",
"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>",
"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>",
"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/>",
"wrongUniqueName": "The field with the <b>'{0}'</b> uniqueName is not defined.",
"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.",
"wrongFormulaAggregation": "The <b>'{0}'</b> aggregation in the <b>'{1}'</b> formula is not valid.",
"inappropriateFileFormat": "The data file is of inappropriate format.",
"invalidJSONdata": "The JSON data is invalid.",
"excelCsvChartsExportError": "The Microsoft Excel or CSV export is not available for charts.",
"noDataAvailable": "The data source is empty.",
"fileLoadingIncomplete": "The file is too large and cannot be loaded completely due to the browser limitations.",
"csvHeaderParsingError": "A CSV header parsing error occurred.",
"dataWasUpdated": "The data source has been updated on the server. Refresh the report?",
"cantConnectToAccelerator": "Can't connect to the data source. Please check if Flexmonster Accelerator is running.",
"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.",
"unknownError": "An unknown error occurred.",
"invalidReportFormat": "Invalid report format or access to the file is denied.",
"invalidReportFormat2": "Invalid report format. The 'dataSource' property is required.",
"tooManyColumnsInClassicMode": "Too many columns for classic form. The layout was switched to compact form.",
"cantExpand": "Some fields can't be expanded. Please narrow down the dataset.",
"cantExpandTitle": "The dataset is too large",
"errorTextMessage": "</br>Details: '{0}'",
"selectFile": "Select a data file to upload.",
"flatTableIsNotSupported": "The flat form is not supported for the {0} data source.",
"exportFontLoadingError": "Failed to load the font. An unexpected error occurred.",
"exportImageToPdfTooLargeError": "The image is too large to be exported to PDF. Please reduce the chart size.",
"api": {
"incorrectUrl": "Custom data source API: incorrect type of the 'url' parameter.<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",
"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",
"error400Status": "Custom data source API: request error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
"error500Status": "Custom data source API: server error on '<u><a href='{0}'>{0}</a></u>'.<br/><br/>",
"selectRequestError": "Custom data source API: select request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
"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.",
"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}",
"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}",
"fieldsRequestError": "Custom data source API: fields request.<br/><br/>The format of the '<u><a href='{0}'>{0}</a></u>' endpoint response is incorrect.",
"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.",
"expandDataError": "Custom data source API: the issue with expanding data.",
"drillDataError": "Custom data source API: the issue with drilling data."
},
"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"
}
},
"buttons": {
"ok": "OK",
"apply": "Apply",
"copy": "Copy",
"cancel": "Cancel",
"save": "Save",
"select": "Select",
"yes": "Yes",
"no": "No"
},
"kpis": {
"kpis": "KPIs",
"value": "Value",
"goal": "Goal",
"trend": "Trend",
"status": "Status"
},
"contextMenu": {
"drillThrough": "Drill through",
"openFilter": "Open filter",
"filterBy": "Filter by <b>{0}</b>",
"exclude": "Exclude <b>{0}</b>",
"removeField": "Remove field",
"removeMeasure": "Remove measure",
"collapse": "Collapse",
"expand": "Expand",
"drillUp": "Drill up",
"drillDown": "Drill down",
"sortRowDesc": "Sort row descending",
"sortRowAsc": "Sort row ascending",
"clearSorting": "Clear sorting",
"clearFilter": "Clear filter",
"sortColumnDesc": "Sort column descending",
"sortColumnAsc": "Sort column ascending",
"aggregation": "Aggregation",
"properties": "Properties",
"showProperty": "Show <b>{0}</b>",
"editFormula": "Edit <b>{0}</b>",
"moveToRows": "Move to rows",
"moveToColumns": "Move to columns",
"moveToReportFilters": "Move to report filters",
"conditionalFormatting": "Conditional formatting",
"numberFormatting": "Number formatting",
"hideProperty": "Hide <b>{0}</b>",
"groupMembers": "Group members",
"ungroupMembers": "Ungroup members",
"showSubtotals": "Show subtotals",
"hideSubtotals": "Hide subtotals"
},
"date": {
"year": "Year",
"quarter": "Quarter",
"month": "Month",
"day": "Day"
},
"quarters": {
"q1": "Quarter 1",
"q2": "Quarter 2",
"q3": "Quarter 3",
"q4": "Quarter 4"
},
"months": {
"january": "January",
"february": "February",
"march": "March",
"april": "April",
"may": "May",
"june": "June",
"july": "July",
"august": "August",
"september": "September",
"october": "October",
"november": "November",
"december": "December"
},
"monthsShort": {
"january": "Jan",
"february": "Feb",
"march": "Mar",
"april": "Apr",
"may": "May",
"june": "Jun",
"july": "Jul",
"august": "Aug",
"september": "Sep",
"october": "Oct",
"november": "Nov",
"december": "Dec"
},
"weekdays": {
"first": "Sunday",
"second": "Monday",
"third": "Tuesday",
"fourth": "Wednesday",
"fifth": "Thursday",
"sixth": "Friday",
"seventh": "Saturday"
},
"weekdaysShort": {
"first": "Sun",
"second": "Mon",
"third": "Tue",
"fourth": "Wed",
"fifth": "Thu",
"sixth": "Fri",
"seventh": "Sat"
},
"toolbar": {
"connect": "Connect",
"connect_local_csv": "To local CSV",
"connect_local_json": "To local JSON",
"connect_remote_csv": "To remote CSV",
"connect_remote_csv_mobile": "CSV",
"connect_remote_json": "To remote JSON",
"connect_remote_json_mobile": "JSON",
"connect_olap": "To OLAP (XMLA)",
"connect_olap_mobile": "OLAP",
"connect_elastic": "To Elasticsearch",
"connect_elastic_mobile": "Elastic",
"open": "Open",
"local_report": "Local report",
"remote_report": "Remote report",
"remote_report_mobile": "Report",
"save": "Save",
"share": "Share",
"grid": "Grid",
"charts": "Charts",
"charts_column": "Column",
"charts_bar_horizontal": "Bar",
"charts_line": "Line",
"charts_scatter": "Scatter",
"charts_pie": "Pie",
"charts_stacked_column": "Stacked column",
"charts_column_line": "Column line",
"charts_multiple": "Multiple values",
"charts_multiple_disabled": "Mutltiple values do not apply to ",
"format": "Format",
"format_cells": "Format cells",
"format_cells_mobile": "Format",
"conditional_formatting": "Conditional formatting",
"conditional_formatting_mobile": "Conditional",
"options": "Options",
"fullscreen": "Fullscreen",
"minimize": "Minimize",
"export": "Export",
"export_print": "Print",
"export_html": "To HTML",
"export_csv": "To CSV",
"export_excel": "To Excel",
"export_image": "To Image",
"export_pdf": "To PDF",
"fields": "Fields",
"ok": "OK",
"apply": "Apply",
"cancel": "Cancel",
"value": "Value",
"open_remote_csv": "Open remote CSV",
"open_remote_json": "Open remote JSON",
"olap_connection_tool": "OLAP connection tool",
"select_data_source": "Select data source",
"select_catalog": "Select catalog",
"select_cube": "Select cube",
"proxy_url": "Proxy URL",
"data_source_info": "Data source info",
"catalog": "Catalog",
"cube": "Cube",
"connect_elastic_title": "Connect to Elasticsearch",
"host_url": "Host URL",
"index_name": "Index",
"select_index": "Select index",
"open_remote_report": "Open remote report",
"choose_value": "Choose value",
"text_align": "Text align",
"align_left": "left",
"align_right": "right",
"align_center": "center",
"none": "None",
"space": "(Space)",
"thousands_separator": "Thousands separator",
"decimal_separator": "Decimal separator",
"decimal_places": "Decimal places",
"currency_symbol": "Currency symbol",
"positive_currency_format": "Positive currency format",
"negative_currency_format": "Negative currency format",
"negative_number_format": "Negative number format",
"null_value": "Null value",
"is_percent": "Format as percent",
"true_value": "true",
"false_value": "false",
"confirm_title": "You have unsaved changes",
"confirm_message": "The current formatting is not saved yet and won't be applied. </br> Switch the value anyway?",
"conditional": "Conditional",
"less_than": "Less than",
"less_than_or_equal": "Less than or equal to",
"greater_than": "Greater than",
"greater_than_or_equal": "Greater than or equal to",
"equal_to": "Equal to",
"not_equal_to": "Not equal to",
"between": "Between",
"is_empty": "Empty",
"all_values": "All values",
"all": "All",
"default_value": "Default value",
"and_symbole": "&",
"no_active_conditions": "There are no active conditions.",
"add_condition_button": "Add condition",
"cp_text": "Text",
"cp_highlight": "Highlight",
"cp_hex_value": "HEX value",
"cp_shade": "Shade",
"layout_options": "Layout options",
"layout": "Layout",
"compact_view": "Compact form",
"classic_view": "Classic form",
"flat_view": "Flat form",
"grand_totals": "Grand totals",
"grand_totals_off": "Do not show grand totals",
"grand_totals_on": "Show grand totals",
"grand_totals_on_rows": "Show for rows only",
"grand_totals_on_columns": "Show for columns only",
"subtotals": "Subtotals",
"subtotals_off": "Do not show subtotals",
"subtotals_on": "Show subtotals",
"subtotals_on_rows": "Show for rows only",
"subtotals_on_columns": "Show for columns only",
"choose_page_orientation": "Choose page orientation",
"landscape": "Landscape",
"portrait": "Portrait",
"tooltips": {
"add_condition": "Add condition",
"remove_condition": "Remove condition",
"cp_text_color": "Text color",
"condition": "Condition",
"font": "Font",
"font_size": "Font size"
},
"fullscreenErrorTitle": "Can't enter 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>"
}
}