DashboardLWResources.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: ba-dashboard-livewidget
  5. * (C) Copyright IBM Corp. 2018, 2020
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define({
  9. 'testString': 'test',
  10. 'visualizationSlideoutTitle': 'Visualizations',
  11. 'listSeparator': ',',
  12. 'pointSeparator': ':',
  13. 'minValuePlaceholder': 'Enter a number',
  14. 'maxValuePlaceholder': 'Enter a number',
  15. 'customRangeErrorMessage': 'Value must be a number',
  16. 'propFillColor': 'Fill color',
  17. 'propBorderColor': 'Border color',
  18. 'propColorPalette': 'Current color palette',
  19. 'propColorPaletteChangeLabel': 'Change color palette',
  20. 'propNewColorPaletteLabel': 'Create a custom color palette',
  21. 'propNewHeatPaletteLabel': 'Create a custom heat palette',
  22. 'propDonutRadius': 'Donut radius',
  23. 'showTitleLabel': 'Show title',
  24. 'titleTypeLabel': 'Title type',
  25. 'smartTitleLabel': 'Smart title',
  26. 'customTitleLabel': 'Custom title',
  27. 'noTitleLabel': 'No title',
  28. 'propHeatScalePalette': 'Current heat palette',
  29. 'propHeatPaletteChangeLabel': 'Change heat palette',
  30. 'propMaintainAxisScales': 'Maintain axis scale',
  31. 'propLineAndSymbolColor': 'Line and symbol color',
  32. 'propLineAndSymbolPalette': 'Line and symbol color palette',
  33. 'propElementColor': 'Element color',
  34. 'propColumnColor': 'Column color',
  35. 'propColumnPalette': 'Column color palette',
  36. 'propColumnHeatPalette': 'Column heat palette',
  37. 'propBarColor': 'Bar color',
  38. 'propGoalColor': 'Target color',
  39. 'propToColor': 'To color',
  40. 'propFromColor': 'From color',
  41. 'propNumberValidationErrorMessageId': 'Enter a number',
  42. 'fontSizeAuto': 'Auto',
  43. 'propAutoBinCount': 'Number of groups',
  44. 'propAutoBinToggle': 'Auto-grouping',
  45. 'tabName_general': 'General',
  46. 'tabName_visDetails': 'Details',
  47. 'tabName_animation': 'Animation',
  48. 'tabName_mediaDetails': 'Media details',
  49. 'tabName_webDetails': 'Web page details',
  50. 'tabName_imageDetails': 'Image details',
  51. 'tabName_visualization': 'Visualization',
  52. 'tabName_text': 'Text',
  53. 'sectionName_colorsAndThemes': 'Color and themes',
  54. 'sectionName_appearance': 'Appearance',
  55. 'sectionName_general': 'General',
  56. 'sectionName_colorPalette': 'Color',
  57. 'sectionName_axis': 'Axis',
  58. 'sectionName_axis_label': 'Axis',
  59. 'sectionName_legend': 'Legend',
  60. 'sectionName_chart': 'Chart',
  61. 'sectionName_regionLayer': 'Regions layer',
  62. 'sectionName_pointLayer': 'Points layer',
  63. 'sectionName_latLongLayer': 'Latitude/longitude layer',
  64. 'sectionName_pathLayer': 'Path layer',
  65. 'propTransparencyDescription': 'Make the object more or less transparent. Type in a value between 0 and 100',
  66. 'smart_annotation_unauthorized': 'Annotations: unauthorized access',
  67. 'smart_annotation_method': 'Annotations: method not allowed',
  68. 'smart_annotation_media': 'Annotations: media type not allowed',
  69. 'smart_annotation_input': 'Annotations: input invalid',
  70. 'smart_annotation_internal': 'Annotations: internal system error',
  71. 'smart_annotation_generic_error': 'Annotations: service error',
  72. 'smart_annotation_dialog_title': 'Insights',
  73. 'smart_errors': 'Annotation errors:',
  74. 'smart_warnings': 'Annotation warnings:',
  75. 'smart_annotation_insight_icon_title': 'Insights',
  76. 'smart_annotations_toggle_on': 'Toggle insights on',
  77. 'smart_annotations_toggle_off': 'Toggle insights off',
  78. 'smart_annotation_insight_unavailable': 'Insights are currently not available',
  79. 'smart_annotation_insight_topBottom_percent_unsupported': 'Insights are not available when a Top or Bottom % filter is applied',
  80. 'smart_annotation_forecast_topBottom_percent_unsupported': 'Forecast is not available when a Top or Bottom % filter is applied',
  81. 'smart_annotation_insight_topBottom_nested_dataItem_unsupported': 'Insights are not available when a top or bottom filter is applied and there is more than one column in the field',
  82. 'smart_annotation_forecast_topBottom_nested_dataItem_unsupported': 'Forecast is not available when a top or bottom filter is applied and there is more than one column in the field',
  83. 'forecast_title': 'Forecast',
  84. 'forecast_toggle_on': 'Toggle forecasting on',
  85. 'forecast_toggle_off': 'Toggle forecasting off',
  86. 'statDetailsPerspectiveTitle': 'Analysis',
  87. 'emptyStatDetailsPanel': 'No additional analysis is available for the current visualization.',
  88. 'predict_errors': 'Analysis errors',
  89. 'predict_warnings': 'Analysis warnings',
  90. 'fpd_invalid_data_source': 'This data source does not have an associated smarts module',
  91. 'fpd_network_issue': 'There was an issue performing an analysis against this data source',
  92. 'fpd_data_source_category': 'Smarts module missing',
  93. 'fpd_response_errors': 'Recommended driver errors',
  94. 'fpd_response_warnings': 'Recommended driver warnings',
  95. 'catalyst_service_bad_request': 'Bad request',
  96. 'catalyst_service_unkown_Id': 'Unknown request ID found',
  97. 'catalyst_service_internal_server_error': 'Internal Server Error',
  98. 'catalyst_service_generic_error': 'Catalyst service error',
  99. 'catalyst_service_error': 'This service is not currently available',
  100. 'propLegendPosition': 'Legend position',
  101. 'propLeft': 'Left',
  102. 'propRight': 'Right',
  103. 'propTop': 'Top',
  104. 'propBottom': 'Bottom',
  105. 'propNone': 'None',
  106. 'propLegendDisplay': 'Display legend',
  107. 'targetThicknessPlaceHolder': '%{min} to %{max}',
  108. 'targetThicknessErrorMsg': 'Enter a whole number between %{min} and %{max}.',
  109. 'possibleKeyDriver_DialogDriversLabelBegin': 'Drivers (',
  110. 'possibleKeyDriver_DialogDriversLabelEnd': 'selected)',
  111. 'possibleKeyDriver_DialogDriversLabelDivider': '/',
  112. 'possibleKeyDriver_DialogDriversResetToDefaultsLabel': 'Reset to defaults',
  113. 'possibelKeyDriver_AddNewDrivers': 'Add more drivers',
  114. 'possibleKeyDrivers_NonRecommended_Placeholder': 'Search to add more drivers',
  115. 'possibleKeyDrivers_MaxPossibleReached': 'Deselect some drivers to add or select others',
  116. 'possibleKeyDrivers_Recommended': 'Recommended',
  117. 'visRecommendedTypes': 'Recommended visualization types',
  118. 'visRecommender_smartsfailure': 'visualization recommendations are not currently available',
  119. 'visMore': 'More...',
  120. 'visMoreTooltip': 'More visualizations',
  121. 'visOtherTypes': 'Other visualization types',
  122. 'visChange': 'Change visualization',
  123. 'automaticTypeCaption': 'Automatic',
  124. 'propVisType': 'Visualization types',
  125. 'dlg_loading': 'Loading...',
  126. 'snippetListChartCaption': 'Snippet list',
  127. 'convoClusterChartCaption': 'Conversation cluster',
  128. 'areaChartCaption': 'Area',
  129. 'barChartCaption': 'Bar',
  130. 'columnChartCaption': 'Column',
  131. 'stackedbarChartCaption': 'Stacked bar',
  132. 'stackedcolumnChartCaption': 'Stacked column',
  133. 'bubbleChartCaption': 'Bubble',
  134. 'marimekkoChartCaption': 'Marimekko',
  135. 'cometChartCaption': 'Driver analysis',
  136. 'scatterChartCaption': 'Scatter',
  137. 'lineChartCaption': 'Line',
  138. 'pointChartCaption': 'Point',
  139. 'heatChartCaption': 'Heat map',
  140. 'bulletChartCaption': 'Bullet',
  141. 'waterfallChartCaption': 'Waterfall',
  142. 'pieChartCaption': 'Pie',
  143. 'mapChartCaption': 'Map',
  144. 'radialBarChartCaption': 'Radial',
  145. 'compositeChartCaption': 'Line and column',
  146. 'wordCloudChartCaption': 'Word cloud',
  147. 'networkChartCaption': 'Network',
  148. 'relationshipNetworkChartCaption': 'Relationship network',
  149. 'treemapChartCaption': 'Tree map',
  150. 'packedBubbleChartCaption': 'Packed bubble',
  151. 'hierarcicalPackedBubbleChartCaption': 'Hierarchy bubble',
  152. 'spiralChartCaption': 'Spiral',
  153. 'decisionTreeChartCaption': 'Decision tree',
  154. 'legacyMapChartCaption': 'Legacy map',
  155. 'sunburstChartCaption': 'Sunburst',
  156. 'visUsageComparison': 'Comparison',
  157. 'visUsageRelationships': 'Relationships',
  158. 'visUsageTrend': 'Trend',
  159. 'visUsagePartsToWhole': 'Parts to whole',
  160. 'visUsageGeospatial': 'Geospatial',
  161. 'visUsageAdvanced': 'Advanced analytics',
  162. 'visUsageTablesAndSummary': 'Tables and summary',
  163. 'visUsageSocialInsights': 'Social insights',
  164. 'visUsageOther': 'Other',
  165. 'autoBinActionText': 'Auto-group',
  166. 'filterAutobinActionText': 'Filter bins',
  167. 'memberCalculationActionText': 'Member Calculation',
  168. 'toolbarActionCalculation': 'Calculation',
  169. 'toolbarActionEditCalculation': 'Edit calculation',
  170. 'topBottomRankLabel': 'Rank (%{label})',
  171. 'toolbarDeleteFilterActionText': 'Remove filter',
  172. 'toolbarActionTopKeyDrivers': 'Show drivers',
  173. 'toolbarActionCustomGroup': 'Custom group',
  174. 'canNotCreateCustomGroup': 'We cannot create this custom group.',
  175. 'aria_label_datatable': 'Data table',
  176. 'summaryCaption': 'Summary',
  177. 'MeasuresCaption': 'Measures',
  178. 'MeasuresGroupCaption': 'Measures group (%{count})',
  179. 'ValuesCaption': 'Values',
  180. 'turnInsightsOn': 'Turn insights on',
  181. 'turnInsightsOff': 'Turn insights off',
  182. 'decisionRules': 'Rules',
  183. 'decisionTree': 'Tree diagram',
  184. 'decisionSunburst': 'Tree sunburst',
  185. 'switchToDecisionRules': 'Switch to decision rules',
  186. 'switchToDecisionTree': 'Switch to decision tree',
  187. 'data_group_less_then': 'less than %{rangeTo}',
  188. 'data_group_to': '%{rangeFrom} to < %{rangeTo}',
  189. 'data_group_and_above': '%{rangeFrom} and above',
  190. 'nullValueContent': '(no value)',
  191. 'sum': 'Sum',
  192. 'count': 'Count',
  193. 'countdistinct': 'Count distinct',
  194. 'avg': 'Average',
  195. 'min': 'Minimum',
  196. 'max': 'Maximum',
  197. 'automatic': 'Custom',
  198. 'variance': 'Variance',
  199. 'stddev': 'Standard Deviation',
  200. 'median': 'Median',
  201. 'calculated': 'Calculated',
  202. 'none': 'None',
  203. 'measureLabel': '%{measureName}',
  204. 'multiMeasureLabel': '%{measureName} (%{aggregate})',
  205. 'aggregatedColumnLabel': '%{column} (%{aggregationTypeLabel})',
  206. 'unSupportedPromptType': 'The prompt scenario is not currently supported.',
  207. 'preAggregateLabel': 'Apply prompt values from the data source',
  208. 'postAggregateLabel': 'Apply prompt values in the report',
  209. 'preAggregateText': 'The range uses the values in the data source, not the values displayed in the dashboard.',
  210. 'defaultAggregation_count': 'Count',
  211. 'defaultAggregation_countdistinct': 'Count distinct',
  212. 'defaultAggregation_max': 'Maximum',
  213. 'defaultAggregation_min': 'Minimum',
  214. 'defaultAggregation_avg': 'Average',
  215. 'defaultAggregation_sum': 'Sum',
  216. 'defaultAggregation_auto': 'Auto (%{aggregationType})',
  217. 'keydriver_average': 'Overall average',
  218. 'keydriver_up_down': 'Highlighted groups with high or low averages have more impact on the target. Groups with unusually high or low averages have the strongest impact.',
  219. 'keydriver_different': 'Highlighted groups have distributions that differ significantly from the overall distribution. These groups have more impact on the target.',
  220. 'topOperator': 'Top',
  221. 'bottomOperator': 'Bottom',
  222. 'topBottomFact': '%{operator} %{value}%{percent} by %{columnLabel}',
  223. 'topBottomDimension': '%{operator} %{value}%{percent}',
  224. 'deleteTopBottomCount': 'Delete top or bottom count',
  225. 'deleteTopBottomPercent': 'Delete top or bottom %',
  226. 'topBottomTitle': 'This object only',
  227. 'deleteTopBottom': 'Delete top or bottom count',
  228. 'editTopBottom': 'Edit top or bottom count',
  229. 'editTopBottomCount': 'Edit top or bottom count',
  230. 'editTopBottomPercent': 'Edit top or bottom %',
  231. 'ariaDeleteTopBottomCountLabel': 'Press DELETE key to delete top or bottom count.',
  232. 'ariaDeleteTopBottomPercentLabel': 'Press DELETE key to delete top or bottom %.',
  233. 'ariaEditTopBottomCountLabel': 'Press ENTER key to edit top or bottom count.',
  234. 'ariaEditTopBottomPercentLabel': 'Press ENTER key to edit top or bottom %.',
  235. 'ariaDeleteDrillStateLabel': 'Press ENTER key to edit top or bottom count.',
  236. 'drillUpStateTitle': 'Drill up',
  237. 'drillDownStateTitle': 'Drill down',
  238. 'ariaEditTopBottomLabel': 'Press ENTER key to edit top or bottom count.',
  239. 'ariaDeleteTopBottomLabel': 'Press DELETE key to delete top or bottom count.',
  240. 'allKeyDriversLabel': 'Auto (all drivers)',
  241. 'filter_drag_and_drop_single_dock': 'Drag and drop data here to filter.',
  242. 'filter_drag_and_drop_all_tabs': 'Drag and drop data here to filter all tabs.',
  243. 'filter_drag_and_drop_current_tab': 'Drag and drop data here to filter this tab.',
  244. 'filter_empty_consume_mode': 'No filters have been applied.',
  245. 'filterClearAllItems': 'Clear all filters',
  246. 'filterDeleteAllItems': 'Delete all filters',
  247. 'filterDockChevronLeft': 'Scroll through the data',
  248. 'filterDockChevronRight': 'Scroll through the data',
  249. 'filterIconLabel_Single': 'Filters',
  250. 'filterIconLabel_Global': 'All tabs',
  251. 'filterIconLabel_Tab': 'This tab',
  252. 'filterIconTooltip_Single': 'Filters',
  253. 'filterIconTooltip_Global': 'Filters for all tabs',
  254. 'filterIconTooltip_Tab': 'Filters for this tab',
  255. 'filterDropZoneTooltip_Single': 'Filter drop zone',
  256. 'filterDropZoneTooltip_Global': 'Filter drop zone for all tabs',
  257. 'filterDropZoneTooltip_Tab': 'Filter drop zone for this tab',
  258. 'filterOverflowMenu': 'More',
  259. 'expand': 'Expand',
  260. 'collapse': 'Collapse',
  261. 'filterDockItemNameAriaLabel': 'Press enter to launch the filter dialog and define the filter.',
  262. 'filterItemCanvasMove': 'Add to canvas',
  263. 'filterItemDelete': 'Delete filter',
  264. 'filterInvertRange': 'everything except: %{from}-%{to}',
  265. 'filterRange': '%{from}-%{to}',
  266. 'filter_date_after_except': 'Not after %{from}',
  267. 'filter_date_after': 'After %{from}',
  268. 'filter_date_before_except': 'Not before %{to}',
  269. 'filter_date_before': 'Before %{to}',
  270. 'filter_date_between_except': 'Not between %{from}-%{to}',
  271. 'filter_date_between': 'Between %{from}-%{to}',
  272. 'filterValueSeparator': ',',
  273. 'filterAll': 'All',
  274. 'filterExcept': 'except %{values}',
  275. 'filterDockToolbarButtonLabel': 'Filter dock',
  276. 'navigateTitle': 'Navigate to',
  277. 'current_nav_group': 'Current navigation group is %{navigation_group_name}',
  278. 'next': 'Next',
  279. 'previous': 'Previous',
  280. 'multiselectMsg': '%{count} selected',
  281. 'errMsgFilterItemMissingTitle': 'The filter value(s) %{itemName} cannot be loaded because these values are not available with this data set',
  282. 'errMsgFilterItemGenericTitle': 'Filter values can\'t be loaded',
  283. 'textFilterItemsNotFound': 'No items are available.',
  284. 'nullValueLabel': '(blank)',
  285. 'filterConditionLabel': 'Filter condition',
  286. 'filter_includesAll': 'Includes all',
  287. 'filter_allMembersOfSet': 'All members of the set',
  288. 'modelFilter': 'Filter',
  289. 'filtersTitle': 'Filter properties',
  290. 'search': 'Search',
  291. 'clearTextFilterValue': 'Clear',
  292. 'invertFilterSelection': 'Invert',
  293. 'modellingLoading': 'Loading...',
  294. 'searchAll': 'Find all columns',
  295. 'toolbarActionPossibleKeyDrivers': 'Edit scope',
  296. 'toolbarActionPossibleKeyDriversSubTitle': 'Drag items from the left to be considered in the driver analysis chart',
  297. 'toolbarActionSort': 'Sort',
  298. 'toolbarActionSortAscending': 'Sort ascending',
  299. 'toolbarActionSortDescending': 'Sort descending',
  300. 'toolbarActionSortAuto': 'Auto (%{sortOrder})',
  301. 'toolbarActionSortCustom': 'Custom',
  302. 'toolbarActionFormat': 'Format',
  303. 'toolbarActionFormatAbbreviation': 'Abbreviate',
  304. 'toolbarActionFormatNone': 'Auto',
  305. 'toolbarActionFilter': 'Filter',
  306. 'toolbarActionTopBottom': 'Top or bottom',
  307. 'toolbarActionRmvShape': 'Remove shape',
  308. 'toolbarActionToggleShapeDrop': 'Infographic shape',
  309. 'toolbarActionToggleShapeDropTitle': 'Create an infographic',
  310. 'toolbarActionToggleShapeDropText': 'Drag a shape to this field to create an infographic.',
  311. 'toolbarActionAggregationType': 'Summarize',
  312. 'toolbarDeleteActionText': 'Remove column',
  313. 'toolbarTextActionText': 'Format text',
  314. 'toolbarActionFilterLocalKeepSelected': 'Keep',
  315. 'toolbarActionFilterLocalExcludeSelected': 'Exclude',
  316. 'toolbarActionFilterAllKeepSelected': 'Filter',
  317. 'toolbarActionSimpleCalculation': 'Simple calculation',
  318. 'toolbarActionDrillBack': 'Back',
  319. 'toolbarActionDrillUp': 'Drill up',
  320. 'toolbarActionDrillDown': 'Drill down',
  321. 'toolbarActionNavigate': 'Navigate',
  322. 'toolbarActionCreateFilterGroup': 'Create new connection',
  323. 'toolbarActionDisconnectFilterGroup': 'Break all links',
  324. 'toolbarActionLinkFilterGroup': 'Add to an existing connection',
  325. 'toolbarActionLassoSelect': 'Select tool',
  326. 'toolbarActionRefreshDeveloperWidget': 'Refresh',
  327. 'textFontFamilySubClassHairline': 'Hairline',
  328. 'textFontFamilySubClassThin': 'Thin',
  329. 'textFontFamilySubClassThinItalic': 'Thin Italic',
  330. 'textFontFamilySubClassExtraLight': 'Extra Light',
  331. 'textFontFamilySubClassExtraLightItalic': 'Extra Light Italic',
  332. 'textFontFamilySubClassLight': 'Light',
  333. 'textFontFamilySubClassLightItalic': 'Light Italic',
  334. 'textFontFamilySubClassRegular': 'Regular',
  335. 'textFontFamilySubClassRegularItalic': 'Regular Italic',
  336. 'textFontFamilySubClassItalic': 'Italic',
  337. 'textFontFamilySubClassMedium': 'Medium',
  338. 'textFontFamilySubClassMediumItalic': 'Medium Italic',
  339. 'textFontFamilySubClassHeavy': 'Heavy',
  340. 'textFontFamilySubClassHeavyItalic': 'Heavy Italic',
  341. 'textFontFamilySubClassDemiBold': 'Demi Bold',
  342. 'textFontFamilySubClassDemiBoldItalic': 'Demi Bold Italic',
  343. 'textFontFamilySubClassBold': 'Bold',
  344. 'textFontFamilySubClassBoldItalic': 'Bold Italic',
  345. 'textFontFamilySubClassExtraBold': 'Extra Bold',
  346. 'textFontFamilySubClassExtraBoldItalic': 'Extra Bold Italic',
  347. 'textFontFamilySubClassBlack': 'Black',
  348. 'textFontFamilySubClassBlackItalic': 'Black Italic',
  349. 'textFontFamilySubClassStencil': 'Stencil',
  350. 'dlg_ascending': 'ascending',
  351. 'dlg_descending': 'descending',
  352. 'dlg_custom': 'custom',
  353. 'dlg_none': 'none',
  354. 'dlg_hierarchy': 'hierarchy',
  355. 'dlg_namedSet': 'named set',
  356. 'dlg_rank': 'rank',
  357. 'remove_slider_handle': 'Remove handle',
  358. 'visualizationLabel': 'Visualization',
  359. 'chartLabel': '%{chartName} chart',
  360. 'dataWidgetDescription': '%{widgetLabel}: %{columnNames}',
  361. 'f12KeyDescription': 'Press F12 to navigate within the widget',
  362. 'f10KeyDescription': 'Press F10 to launch the widget focus view',
  363. 'playButtonLabel': 'Play',
  364. 'dataPlayerValueListLabel': 'Data player values',
  365. 'localFilterTitle': 'This object only',
  366. 'globalFilterTitle': 'All objects',
  367. 'deleteFilter': 'Delete filter',
  368. 'editFilter': 'Edit filter',
  369. 'ariaEditFilterLabel': 'Press ENTER key to edit filter.',
  370. 'ariaDeleteFilterLabel': 'Press DELETE key to delete filter.',
  371. 'measureFilterBetween': 'Between %{lowerBound} and %{upperBound}',
  372. 'measureFilterNotBetween': 'Not between %{lowerBound} and %{upperBound}',
  373. 'dimFilterIn': 'Includes: %{in}',
  374. 'dimFilterNotIn': 'Excludes: %{out}',
  375. 'gtFilter': 'After %{lowerBound}',
  376. 'ltFilter': 'Before %{upperBound}',
  377. 'ariaEditPrompt': 'Press ENTER key to change the prompt value',
  378. 'dataPointFilterTitle': 'Data points',
  379. 'dataPointFilterIncludeSummary': 'Included %{valueCount} data points',
  380. 'dataPointFilterExcludeSummary': 'Excluded %{valueCount} data points',
  381. 'widgetFiltersLabel': 'Widget filters',
  382. 'coachMarkTitleSpiralTarget': 'Edit scope',
  383. 'coachMarkContentSpiralTarget': 'This is where you can access and modify the driver selection for your target.',
  384. 'srILVTreeLabel': 'List',
  385. 'geomapUnrecognizedLocations': 'Unrecognized locations:',
  386. 'geomapAmbiguousLocations': 'Ambiguous regions:',
  387. 'visualizationNotifications': 'Visualization notifications:',
  388. 'dataNotifications': 'Data notifications:',
  389. 'autobinSuggestion': 'Turn on auto-grouping',
  390. 'LIVE_empty_visualization_hint_title': 'Build your visualization',
  391. 'LIVE_empty_visualization_hint_description': 'Drag data here or onto the fields.',
  392. 'LIVE_slots_required_field_description': '%{asterisk} Indicates a required field',
  393. 'LIVE_slots_drag_and_drop_description': 'Drag and drop data to the fields above to build and filter the visualization.',
  394. 'dwErrorLoadingAvailableVisualizations': 'We can\'t load the available visualization definitions',
  395. 'moreDataIndicator': 'Your data was clipped at %{threshold} items. Apply a filter to show less.',
  396. 'nonCtxTopBottomInvalid': 'Defining a top or bottom rule without a context is not supported for crosstabs. It was removed from this crosstab view. Redefine the rule on one or more categories in the context of %{columnName}.',
  397. 'dwErrorLoadingVisualizationNotFound': 'We can\'t load the object, because it is missing a visualization definition.',
  398. 'dwErrorLoadingVisualizationListNotFound': 'We can\'t load the visualization.',
  399. 'dwErrorRunningQuery': 'We can\'t retrieve the data from data set %{datasetName}.',
  400. 'dwErrorGeoData': 'We\'re having trouble displaying the geographic data in a map. Please choose another visualization type.',
  401. 'dwPromptSignonCancelWarning': 'The data for this visualization is unavailable. Please provide the correct credentials.',
  402. 'dwErrorMissingDataset': 'We can\'t load the visualization, because its associated data set "%{datasetName}" isn\'t available.',
  403. 'dwErrorRenderingVisualization': 'We can\'t load this visualization.',
  404. 'dwErrorVisualizationTooSmall': 'The visualization is too small to display the data it contains. Make the visualization larger or limit the data it contains.',
  405. 'errorSourceNotFound': 'We can\'t load the visualization, because its associated source "%{sourceName}" isn\'t available.',
  406. 'errorActionNotSupported': 'This action is not supported for data source "%{sourceName}".',
  407. 'errorMeasureNotSupportedOnMultiEdges': 'The visualization has measures on multiple edges, which is no longer supported. Please place measures on only one edge.',
  408. 'errorExceedAllowableValue': 'The estimated number of cells exceeds the allowable value of 100000. Please apply filtering to projected sets to reduce the number of cells.',
  409. 'propScaleLabel': 'Quantity of icons',
  410. 'propScaleDescription': 'Select the quantity of icons',
  411. 'propScaleFew': 'Low',
  412. 'propScaleDefault': 'Default',
  413. 'propScaleMany': 'High',
  414. 'lastRefresh': 'Last refresh: %{timeInterval} ago',
  415. 'widgetTimer': 'Widget timer',
  416. 'datasetItemsUnavailable': 'Some data set items used in this visualization are unavailable.',
  417. 'datasetItemUnavailable': 'This data set item is unavailable',
  418. 'retry': 'Retry',
  419. 'widgetConditionalFormatLabel': 'Toggle conditional format controls',
  420. 'widgetConditionalFormatTitle': 'Edit conditional formatting color',
  421. 'conditionalPalettePickerLabel': 'Distribution of %{title} values',
  422. 'HistogramYAxisTitle': 'Count',
  423. 'crosstabName': 'Crosstab',
  424. 'WidgetLabelWithDescripion': '%{label}. %{description}',
  425. 'value_is_not_available': 'N/A',
  426. 'summaryLabel': '%{label} with value %{value}',
  427. 'infographicLabel': '%{label} with value %{value}',
  428. 'warning': 'Warning',
  429. 'swapRowsAndColumns': 'Swap rows and columns',
  430. 'hideSummariesLabel': 'Hide summaries',
  431. 'showSummariesLabel': 'Show summaries',
  432. 'hideRowColumn': 'Hide',
  433. 'showAllRowColumn': 'Show All',
  434. 'dataAssetPropertiesLabel': 'Visualization properties',
  435. 'evAdd': 'Add a column',
  436. 'evCollapse': 'Collapse',
  437. 'evColumns': 'Columns',
  438. 'evLocalFilters': 'Local filters',
  439. 'evExpand': 'Expand',
  440. 'evFilterTooltip': 'Filter',
  441. 'missingColumn': 'Missing: %{columnLabel}',
  442. 'missingFiltering': 'Missing filters on columns:',
  443. 'missingDataItem': 'The referenced data item "%{dataItemId}" is not found in the widget.',
  444. 'heatByLabel': 'Heat by',
  445. 'toolbarChangeVisualization': 'Change visualization',
  446. 'modellingRelatedTablesNoneFound': 'No related tables found',
  447. 'processing': 'Processing...',
  448. 'errorCellWarning': 'Some summary values could not be calculated.',
  449. 'aggregateTypeToggler': 'Show aggregation type',
  450. 'maxColumnsExceeded': 'Maximum number of columns exceeded. %{columns} dropped.',
  451. 'unboundColumns': 'Unable to use the following columns: %{columns}.',
  452. 'unboundColumn': 'Unable to use the following column: %{columns}.',
  453. 'recommendRequestFailed': 'Recommendation request failed. Please contact your administrator.',
  454. 'visualizationDoesNotSupportOLAP': 'We cannot create this visualization that is based on an OLAP data source. Please use another supported data source.',
  455. 'showDataBehindVizLabel': 'Show data',
  456. 'showDataBehindVizNotSupportedLabel': 'Show data is not supported for this visualization type',
  457. 'exploreData': 'Explore ...',
  458. 'newExplore': 'New Exploration',
  459. 'thumbnails_error_fetching': 'Error fetching thumbnails',
  460. 'loadedThumbnailImage': 'Loaded %{visType} visualization thumbnail image',
  461. 'autobinAxisLabel': 'groups',
  462. 'recommended_visualizations': 'Recommended visualizations',
  463. 'all_visualizations': 'All visualizations',
  464. 'edit': 'Edit',
  465. 'selectTargetDialogTitle': 'Select a drill-through target',
  466. 'noTargetInCM': 'Unable to find the target of the drillthrough',
  467. 'errorDrillDefinition': 'Something went wrong while you were adding or editing the drill-through definition.',
  468. 'errorDrillToTarget': 'An error occurred to drill to "%{targetName}"',
  469. 'drillThroughMappingViewLabel': 'Assign columns from your dashboard to the prompts of the target report',
  470. 'drillthroughScopeRadioLabel': 'Apply this definition to:',
  471. 'drillthroughScopeRadioOptionVisualization': 'This visualization only',
  472. 'drillthroughScopeRadioOptionConnection': 'Visualizations in the same connection that use the same data source',
  473. 'drillthroughScopeRadioOptionDashboard': 'Any visualization on the %{perspective} that uses the same data source',
  474. 'drillThroughParametersColumnTitle': '"%{targetName}" prompts:',
  475. 'drillThroughMetadataColumnTitle': '"%{boardName}" data columns:',
  476. 'drillThroughDefinitionNoParameter': 'The drill-through target has no prompts.',
  477. 'drillThroughDefinitionErrorQueryingReport': 'Correct the problem with the target report, and then try again to create the drill-through definition.',
  478. 'drillThroughDefinitionErrorDlgTitle': 'Something went wrong',
  479. 'dlg_back': 'Go back',
  480. 'dlg_close': 'Close',
  481. 'dlg_ok': 'OK',
  482. 'dlg_cancel': 'Cancel',
  483. 'dlg_apply': 'Apply',
  484. 'drillthrough_unsaveMsg': 'Continue without saving "%{name}"?',
  485. 'drillthrough_jumpTo': 'Drill-through definition: %{name}',
  486. 'drillthrough_jumpToLabel': 'Drill through',
  487. 'drillthrough_manage': 'Manage...',
  488. 'drillthrough_addNewTarget': 'Add a new drill-through definition',
  489. 'drillthrough_manageJumpPaths': 'Manage drill-through definitions',
  490. 'drillthrough_manageJumpPaths_edit': 'Edit "%{name}"',
  491. 'drillthrough_manageJumpPaths_delete': 'Delete "%{name}"',
  492. 'drillthrough_manageAddAnotherTarget': 'Add another drill-through definition',
  493. 'drillthrough_manageConfirmeDeleteDrillTargetTitle': 'Confirm delete',
  494. 'drillthrough_manageConfirmeDeleteDrillTarget': 'Are you sure you want to delete drill-through "%{name}"?',
  495. 'drillthrough_definitionDuplicateDrillTargetErrorTitle': 'Duplicate drill-through name',
  496. 'drillthrough_definitionMessage': 'Drill-through "%{name}" already exists. Provide a different name',
  497. 'drillthrough_jumpToTarget_notFound': 'Target not found for drill-through "%{name}"',
  498. 'drillThroughDefinitionNoParameterSubTitle': 'No context will be passed to the target report.',
  499. 'drillthrough_titleLabel': 'Title',
  500. 'drillthrough_subTitle': 'The context of the visualization in your source is used to filter the target %{perspective}.',
  501. 'noPrompt': 'No prompts',
  502. 'formatAutoDescription': 'Auto specifies the format inherited from your data source or visualization.',
  503. 'formatDefaultDescription': 'Default specifies the format inherited from the system',
  504. 'createCustomGroupAction': 'Create data group',
  505. 'removeCustomGroupAction': 'Remove data group',
  506. 'editCustomGroupAction': 'Edit data group',
  507. 'renameCustomGroupAction': 'Rename data group',
  508. 'createCustomGroupErrorToast': 'Your data group could not be created.',
  509. 'removeCustomGroupErrorToast': 'Your data group could not be removed.',
  510. 'editCustomGroupErrorToast': 'Your data group could not be edited.',
  511. 'renameCustomGroupErrorToast': 'Your data group could not be renamed.',
  512. 'customGroupLabel': 'Data group',
  513. 'ungroupCustomGroupLabel': 'Ungroup',
  514. 'renameCustomGroupLabel': 'Rename',
  515. 'createCustomGroupLabel': 'Create',
  516. 'customGroupingLabel': '%{columnLabel} (Group)',
  517. 'createCustomSort': 'Create custom sort',
  518. 'createCustomSortTitle': '%{createCustomSort}: %{name}',
  519. 'createCustomSortDesc': 'Select available items then reorder them to create a custom sort.',
  520. 'availableItems': 'Available items',
  521. 'selectAll': '(Select all)',
  522. 'customSortOrder': 'Custom sort order',
  523. 'selectAvailableItemsDesc': 'Select available items then reorder them here.',
  524. 'moveToTop': 'Move to top',
  525. 'clear': 'Clear',
  526. 'sortRemainingItemsBy': 'Sort remaining items by',
  527. 'clearAll': 'Clear all',
  528. 'resetTooltip': 'All items will be removed from the %{customSortOrder} list. And, the %{sortRemainingItemsBy} drop-down will revert to the default.',
  529. 'manyItemsWarning': 'Selecting many items may impact the performance of your dashboard.',
  530. 'manyItemsSelected': 'More than %{maxItems} items have been selected, this may impact the performance of your dashboard.',
  531. 'somethingWentWrong': 'Something went wrong',
  532. 'unableToLoadItems': 'Unable to load available items.',
  533. 'tryAgain': 'Try again',
  534. 'customSortLabel': 'Custom sort',
  535. 'applyError': 'Unable to apply %{action}.',
  536. 'searchReturnedNoResults': 'Your search returned no results',
  537. 'tryDifferentSearchTerm': 'Please try a different search term',
  538. 'extVisSystem': 'System',
  539. 'extVisCustom': 'Custom',
  540. 'customVisTestVisualization': 'Test visualization',
  541. 'extVisCustomVisPreview': 'preview',
  542. 'extVisCustomPreviewWidgets': 'Developer widgets',
  543. 'extVisCustomVVisualization': 'Visualization',
  544. 'extVisCustomVisuals': 'Custom visuals',
  545. 'noPermissionToManage': 'You do not have permission to manage custom visualizations.',
  546. 'extVisCustomUpdate': 'Update',
  547. 'extVisCustomDelete': 'Delete',
  548. 'extVisNoCustomVisuals': 'No custom visuals',
  549. 'extVisNoCustomVisualsMsg': 'There are currently no custom visuals in your organization',
  550. 'extVisAddCustomVisual': 'Add a custom visual',
  551. 'extVisNoCustomVisualsAdminMsg': 'There are currently no custom visuals. Add one to get started',
  552. 'extVisNoSDKConnection': 'No connection has been created to your local file',
  553. 'extVisNoSDKPreviewMsg': 'To preview your visualizations, please establish a connection.',
  554. 'extVisMore': 'More',
  555. 'extVisDeleteDialogTitle': 'Delete custom visual',
  556. 'extVisDeleteDialogBody': 'Are you sure you want to delete this custom visualization? This might be in use by other dashboards and reports.',
  557. 'extVisDeleteConfirmation': 'Your custom visual was deleted.',
  558. 'extVisDeleteError': 'Your custom visual could not be deleted. %{msg}',
  559. 'extVisCloseToast': 'Close now',
  560. 'extVisAdd': 'Your custom visual was successfully added.',
  561. 'extVisAddError': 'Your custom visual could not be added. %{msg}',
  562. 'extVisUpdate': 'Your custom visual was successfully updated.',
  563. 'extVisUpdateError': 'Your custom visual could not be updated. %{msg}',
  564. 'extVisAddProgress': 'Importing %{name}',
  565. 'extVisUpdateProgress': 'Updating %{name}',
  566. 'extPermissionTitle': 'Restricted access or deleted custom visual',
  567. 'extPermissionBody': 'This custom visual cannot be viewed because it has either been deleted or has restricted access.',
  568. 'customVizSaveWarning': 'Your custom visuals cannot be saved. They have not been imported.',
  569. 'schematicTestCaption': 'Test schematic',
  570. 'schematicServiceRequestError': 'Schematic service error',
  571. 'extVisPreviewMessage': 'This is a preview. The visualization has not been added to the product yet.',
  572. 'kpiTargetWithDistance': '%{value} (%{distance})',
  573. 'kpiDistanceUndefined': 'Undefined',
  574. 'kpiDefaultTargetLabel': 'Target',
  575. 'kpiNonNumericTarget': 'The target value must be a number.',
  576. 'kpiManualTargetSlotFilled': 'Value applied in field',
  577. 'kpiAutoValueSize': 'Auto',
  578. 'kpiUnableDrawSparklineLabel': 'Unable to draw sparkline',
  579. 'kpiUnableDrawSparklineInfo': 'A sparkline requires a minimum of two points in time. Change the data or adjust the filters to see the sparkline.',
  580. 'conditionalFormattingEnabled': 'Conditional color',
  581. 'currentConditionalPalette': 'Current conditional palette',
  582. 'sectionName_range': 'Set range',
  583. 'rangeScaleLabel': 'Scale',
  584. 'rangeScalePercentage': 'Percentage',
  585. 'rangeScaleNumeric': 'Numeric',
  586. 'numberOfSteps': 'Number of ranges',
  587. 'conditionalFormattingSelectedStep': 'Selected range',
  588. 'conditionalFormattingStartValue': 'Start value',
  589. 'conditionalFormattingEndValue': 'End value',
  590. 'conditionalFormattingTextColor': 'Text color',
  591. 'conditionalFormattingMin': 'Min',
  592. 'conditionalFormattingMax': 'Max',
  593. 'conditionalFormattingNonNumericValue': 'The value must be a number.',
  594. 'conditionalFormattingStepIndexInvalid': 'The range index is invalid.',
  595. 'conditionalFormattingValueOutOfBoundsInvalid': 'The value must be in the range %{start} - %{end}.',
  596. 'conditionalFormattingValueShouldBeLower': 'The value must be less than or equal to %{value}.',
  597. 'conditionalFormattingValueSouldBeHigher': 'The value must be greater than or equal to %{value}.',
  598. 'conditionalFormattingDeleteStep': 'Remove selected range',
  599. 'conditionalFormattingRestoreSteps': 'Restore ranges',
  600. 'conditionalFormattingReversePalette': 'Reverse colors',
  601. 'conditionalFormattingShapeIndicator': 'Indicator shape',
  602. 'conditionalFormattingIconNone': 'No shape',
  603. 'conditionalFormattingIconArrowUp': 'Arrow up',
  604. 'conditionalFormattingIconArrowRight': 'Arrow right',
  605. 'conditionalFormattingIconArrowDown': 'Arrow down',
  606. 'conditionalFormattingIconCaretUp': 'Caret up',
  607. 'conditionalFormattingIconDash': 'Dash',
  608. 'conditionalFormattingIconCaretDown': 'Caret down',
  609. 'conditionalFormattingIconCheckmark': 'Check mark',
  610. 'conditionalFormattingIconWarning': 'Warning',
  611. 'conditionalFormattingIconXSymbol': 'X symbol',
  612. 'conditionalFormattingIconCircle': 'Circle',
  613. 'conditionalFormattingIconTriangle': 'Triangle',
  614. 'conditionalFormattingIconDiamond': 'Diamond',
  615. 'conditionalFormattingIconFaceSatisfied': 'Face satisfied',
  616. 'conditionalFormattingIconFaceNeutral': 'Face neutral',
  617. 'conditionalFormattingIconFaceDissatisfied': 'Face dissatisfied',
  618. 'suppression': 'Suppression',
  619. 'suppressNone': 'None',
  620. 'suppressRowsAndColumns': 'Rows and Columns',
  621. 'suppressRows': 'Rows',
  622. 'suppressColumns': 'Columns',
  623. 'enableSuppression': 'Enable suppression',
  624. 'disableSuppression': 'Disable suppression',
  625. 'loadVisDefinitionError': 'Unable to load definition for visualization %{id}',
  626. 'emptyVisualization': 'Empty visualization',
  627. 'expandCollapse': 'Expand & collapse',
  628. 'expandBtnLabel': 'Expand',
  629. 'collapseBtnLabel': 'Collapse',
  630. 'prop_sizeInputNonNumericValue': 'The value must be a number.',
  631. 'prop_sizeValueShouldBeHigher': 'The value must be greater than %{value}.',
  632. 'fontPropLabel': 'Font family',
  633. 'fontSizePropLabel': 'Font size',
  634. 'sectionItemAxisTitle': 'Item axis title',
  635. 'sectionItemAxisLabel': 'Item axis label',
  636. 'sectionValueAxisTitle': 'Value axis title',
  637. 'sectionValueAxisLabel': 'Value axis label',
  638. 'fontFamily': 'family',
  639. 'fontSize': 'size',
  640. 'visExportFileName': 'Visualization',
  641. 'ds-missingDataSet': 'Could not find dataset. Please make sure dataset is created successfully.',
  642. 'ds-missingDashboardId': 'Please save dashboard before creating the dataset.',
  643. 'ds-unsupportedDataSourceType': 'The %{type} data source type is not supported.'
  644. });
  645. //# sourceMappingURL=DashboardLWResources.js.map