Aggrid custom
This commit is contained in:
336
node_modules/ag-charts-locale/dist/package/en-US.esm.mjs
generated
vendored
Executable file
336
node_modules/ag-charts-locale/dist/package/en-US.esm.mjs
generated
vendored
Executable file
@@ -0,0 +1,336 @@
|
||||
// packages/ag-charts-locale/src/en-US.ts
|
||||
var AG_CHARTS_LOCALE_EN_US = {
|
||||
// Initial screen reader alt-text of the series area
|
||||
ariaInitSeriesArea: "interactive chart",
|
||||
// Screen reader announcement when focusing an item in the chart
|
||||
ariaAnnounceHoverDatum: "${datum}",
|
||||
// Screen reader announcement when focusing a chart
|
||||
ariaAnnounceChart: "chart, ${seriesCount}[number] series",
|
||||
// Screen reader announcement when focusing a standalone chart (gauges, pyramid)
|
||||
ariaAnnounceStandaloneChart: "chart, ${caption}",
|
||||
// Screen reader announcement when focusing a hierarchy chart
|
||||
ariaAnnounceHierarchyChart: "hierarchy chart, ${caption}",
|
||||
// Screen reader announcement when focusing a gauge chart
|
||||
ariaAnnounceGaugeChart: "gauge chart, ${caption}",
|
||||
// Screen reader announcement when focusing an item in a treemap or sunburst chart
|
||||
ariaAnnounceHierarchyDatum: "level ${level}[number], ${count}[number] children, ${description}",
|
||||
// Screen reader announcement when focusing a link in a Sankey or chord chart
|
||||
ariaAnnounceFlowProportionLink: "link ${index} of ${count}, from ${from} to ${to}, ${sizeName} ${size}",
|
||||
// Screen reader announcement when focusing a node in a Sankey or chord chart
|
||||
ariaAnnounceFlowProportionNode: "node ${index} of ${count}, ${description}",
|
||||
// Screen reader description for legend items
|
||||
ariaDescriptionLegendItem: "Press Space or Enter to toggle visibility",
|
||||
// Screen reader for the '+' horizontal line button on the Y-axis
|
||||
ariaLabelAddHorizontalLine: "Add Horizontal Line",
|
||||
// Screen reader text for annotations toolbar
|
||||
ariaLabelAnnotationsToolbar: "Annotations",
|
||||
// Screen reader text for annotation-options toolbar
|
||||
ariaLabelAnnotationOptionsToolbar: "Annotation Options",
|
||||
// Screen reader text for annotation-settings dialog
|
||||
ariaLabelAnnotationSettingsDialog: "Annotation Settings",
|
||||
// Screen reader text for the color-code label in the picker dialog
|
||||
ariaLabelColor: "Color",
|
||||
// Screen reader text for the color picker dialog
|
||||
ariaLabelColorPicker: "Color picker",
|
||||
// Screen reader text for the alpha-channel slider label
|
||||
ariaLabelColorPickerAlpha: "Transparency",
|
||||
// Screen reader text for the hue slider label
|
||||
ariaLabelColorPickerHue: "Hue",
|
||||
// Screen reader text for when the color-code is multi-colored
|
||||
ariaLabelColorPickerMultiColor: "Multi Color",
|
||||
// Screen reader text for the 2D palette slider label
|
||||
ariaLabelColorPickerPalette: "Palette",
|
||||
// Screen reader text for the financial charts toolbar
|
||||
ariaLabelFinancialCharts: "Financial Charts",
|
||||
// Screen reader text label for the gauge targets
|
||||
ariaLabelGaugeTarget: "Target",
|
||||
// Screen reader text label for the gauge values
|
||||
ariaLabelGaugeValue: "Value",
|
||||
// Screen reader text for the legend toolbar
|
||||
ariaLabelLegend: "Legend",
|
||||
// Screen reader text for the legend pagination button
|
||||
ariaLabelLegendPagination: "Legend Pagination",
|
||||
// Screen reader text for the previous legend page button
|
||||
ariaLabelLegendPagePrevious: "Previous Legend Page",
|
||||
// Screen reader text for the next legend page button
|
||||
ariaLabelLegendPageNext: "Next Legend Page",
|
||||
// Screen reader text for the an item in the legend
|
||||
ariaLabelLegendItem: "${label}, Legend item ${index}[number] of ${count}[number]",
|
||||
// Screen reader text for the an unknown item in the legend
|
||||
ariaLabelLegendItemUnknown: "Unknown legend item",
|
||||
// Screen reader text for the navigator element
|
||||
ariaLabelNavigator: "Navigator",
|
||||
// Screen reader text for an accessibility control that changes the position of the navigator's range
|
||||
ariaLabelNavigatorRange: "Range",
|
||||
// Screen reader text for the horizontal axis scrollbar
|
||||
ariaLabelScrollbarHorizontal: "X-axis scrollbar",
|
||||
// Screen reader text for the vertical axis scrollbar
|
||||
ariaLabelScrollbarVertical: "Y-axis scrollbar",
|
||||
// Screen reader text for an accessibility control that changes the start of the navigator's range
|
||||
ariaLabelNavigatorMinimum: "Minimum",
|
||||
// Screen reader text for an accessibility control that changes the end of the navigator's range
|
||||
ariaLabelNavigatorMaximum: "Maximum",
|
||||
// Screen reader text for ranges toolbar
|
||||
ariaLabelRangesToolbar: "Ranges",
|
||||
// Screen reader text for the settings dialog tab-bar
|
||||
ariaLabelSettingsTabBar: "Settings",
|
||||
// Screen reader text for zoom toolbar
|
||||
ariaLabelZoomToolbar: "Zoom",
|
||||
// Aria role description for a 2D role="slider"
|
||||
ariaRoleDescription2DSlider: "2D slider",
|
||||
// Screen reader text for color picker's 2D slider palette
|
||||
ariaValueColorPalette: "s ${s}[percent0to2dp], v ${v}[percent0to2dp]",
|
||||
// Screen reader text for color picker's 2D slider palette (when arrowing up or down)
|
||||
ariaValueColorPaletteFirstV: "v ${v}[percent0to2dp], s ${s}[percent0to2dp]",
|
||||
// Screen reader text for the value of the navigator's range
|
||||
ariaValuePanRange: "${min}[percent0to2dp] to ${max}[percent0to2dp]",
|
||||
// Alt-text for the solid line dash style menu item icon
|
||||
iconAltTextLineStyleSolid: "Solid",
|
||||
// Alt-text for the long-dashed line dash style menu item icon
|
||||
iconAltTextLineStyleDashed: "Long-dashed",
|
||||
// Alt-text for the short-dashed line dash style menu item icon
|
||||
iconAltTextLineStyleDotted: "Short-dashed",
|
||||
// Alt-text for the 'position-top' icon
|
||||
iconAltTextPositionTop: "Top",
|
||||
// Alt-text for the 'position-center' icon
|
||||
iconAltTextPositionCenter: "Center",
|
||||
// Alt-text for the 'position-bottom' icon
|
||||
iconAltTextPositionBottom: "Bottom",
|
||||
// Alt-text for the 'position-left' icon
|
||||
iconAltTextAlignLeft: "Left",
|
||||
// Alt-text for the 'align-center' icon
|
||||
iconAltTextAlignCenter: "Center",
|
||||
// Alt-text for the 'position-right' icon
|
||||
iconAltTextAlignRight: "Right",
|
||||
// Alt-text for the 'close' icon
|
||||
iconAltTextClose: "Close",
|
||||
// Default text for the 'loading data' overlay
|
||||
overlayLoadingData: "Loading data...",
|
||||
// Default text for the 'no data' overlay
|
||||
overlayNoData: "No data to display",
|
||||
// Default text for the 'no visible series' overlay
|
||||
overlayNoVisibleSeries: "No visible series",
|
||||
// Default text for the 'unsupported browser' overlay
|
||||
overlayUnsupportedBrowser: "Incompatible browser version. Please upgrade your browser.",
|
||||
// Text for frequency label in Histogram Series tooltip
|
||||
seriesHistogramTooltipFrequency: "Frequency",
|
||||
// Text for sum label in Histogram Series tooltip
|
||||
seriesHistogramTooltipSum: "${yName} (sum)",
|
||||
// Text for sum label in Histogram Series tooltip
|
||||
seriesHistogramTooltipCount: "${yName} (count)",
|
||||
// Text for sum label in Histogram Series tooltip
|
||||
seriesHistogramTooltipMean: "${yName} (mean)",
|
||||
// Text for the series type toolbar's chart type button
|
||||
toolbarSeriesTypeDropdown: "Chart Type",
|
||||
// Text for the series type toolbar's OHLC chart type button
|
||||
toolbarSeriesTypeOHLC: "OHLC",
|
||||
// Text for the series type toolbar's HLC chart type button
|
||||
toolbarSeriesTypeHLC: "HLC",
|
||||
// Text for the series type toolbar's high low chart type button
|
||||
toolbarSeriesTypeHighLow: "High Low",
|
||||
// Text for the series type toolbar's candles chart type button
|
||||
toolbarSeriesTypeCandles: "Candles",
|
||||
// Text for the series type toolbar's hollow candles chart type button
|
||||
toolbarSeriesTypeHollowCandles: "Hollow Candles",
|
||||
// Text for the series type toolbar's line chart type button
|
||||
toolbarSeriesTypeLine: "Line",
|
||||
// Text for the series type toolbar's line with markers chart type button
|
||||
toolbarSeriesTypeLineWithMarkers: "Line with Markers",
|
||||
// Text for the series type toolbar's line with step line chart type button
|
||||
toolbarSeriesTypeStepLine: "Step Line",
|
||||
// Text for the annotation toolbar's trend line button
|
||||
toolbarAnnotationsTrendLine: "Trend Line",
|
||||
// Text for the annotation toolbar's Fibonacci Retracement button
|
||||
toolbarAnnotationsFibonacciRetracement: "Fib Retracement",
|
||||
// Text for the annotation toolbar's Fibonacci Retracement Trend Based button
|
||||
toolbarAnnotationsFibonacciRetracementTrendBased: "Fib Trend Based",
|
||||
// Text for the annotation toolbar's horizontal line button
|
||||
toolbarAnnotationsHorizontalLine: "Horizontal Line",
|
||||
// Text for the annotation toolbar's vertical line button
|
||||
toolbarAnnotationsVerticalLine: "Vertical Line",
|
||||
// Text for the annotation toolbar's parallel channel button
|
||||
toolbarAnnotationsParallelChannel: "Parallel Channel",
|
||||
// Text for the annotation toolbar's disjoint channel button
|
||||
toolbarAnnotationsDisjointChannel: "Disjoint Channel",
|
||||
// Text for the annotation toolbar's clear all button
|
||||
toolbarAnnotationsClearAll: "Clear All",
|
||||
// Text for the annotation toolbar's fill color picker annotation button
|
||||
toolbarAnnotationsFillColor: "Fill Color",
|
||||
// Text for the annotation toolbar's line color picker annotation button
|
||||
toolbarAnnotationsLineColor: "Line Color",
|
||||
// Text for the annotation toolbar's line style type button
|
||||
toolbarAnnotationsLineStyle: "Line Style",
|
||||
// Text for the annotation toolbar's line stroke width button
|
||||
toolbarAnnotationsLineStrokeWidth: "Line Stroke Width",
|
||||
// Text for the annotation toolbar's settings annotation button
|
||||
toolbarAnnotationsSettings: "Settings",
|
||||
// Text for the annotation toolbar's text color picker annotation button
|
||||
toolbarAnnotationsTextColor: "Text Color",
|
||||
// Text for the annotation toolbar's text size picker annotation button
|
||||
toolbarAnnotationsTextSize: "Text Size",
|
||||
// Text for the annotation toolbar's lock annotation button
|
||||
toolbarAnnotationsLock: "Lock",
|
||||
// Text for the annotation toolbar's unlock annotation button
|
||||
toolbarAnnotationsUnlock: "Unlock",
|
||||
// Text for the annotation toolbar's delete annotation button
|
||||
toolbarAnnotationsDelete: "Delete",
|
||||
// Text for the annotation toolbar's drag handle
|
||||
toolbarAnnotationsDragHandle: "Drag Toolbar",
|
||||
// Text for the annotation toolbar's line drawings menu button
|
||||
toolbarAnnotationsLineAnnotations: "Trend Lines",
|
||||
// Text for the annotation toolbar's Fibonacci drawings menu button
|
||||
toolbarAnnotationsFibonacciAnnotations: "Fibonacci",
|
||||
// Text for the annotation toolbar's text annotations menu button
|
||||
toolbarAnnotationsTextAnnotations: "Text Annotations",
|
||||
// Text for the annotation toolbar's shapes menu button
|
||||
toolbarAnnotationsShapeAnnotations: "Arrows",
|
||||
// Text for the annotation toolbar's measurers menu button
|
||||
toolbarAnnotationsMeasurerAnnotations: "Measurers",
|
||||
// Text for the annotation toolbar's callout button
|
||||
toolbarAnnotationsCallout: "Callout",
|
||||
// Text for the annotation toolbar's comment button
|
||||
toolbarAnnotationsComment: "Comment",
|
||||
// Text for the annotation toolbar's note button
|
||||
toolbarAnnotationsNote: "Note",
|
||||
// Text for the annotation toolbar's text button
|
||||
toolbarAnnotationsText: "Text",
|
||||
// Text for the annotation toolbar's arrow button
|
||||
toolbarAnnotationsArrow: "Arrow",
|
||||
// Text for the annotation toolbar's arrow up button
|
||||
toolbarAnnotationsArrowUp: "Arrow Up",
|
||||
// Text for the annotation toolbar's arrow down button
|
||||
toolbarAnnotationsArrowDown: "Arrow Down",
|
||||
// Text for the annotation toolbar's date range button
|
||||
toolbarAnnotationsDateRange: "Date Range",
|
||||
// Text for the annotation toolbar's price range button
|
||||
toolbarAnnotationsPriceRange: "Price Range",
|
||||
// Text for the annotation toolbar's date and price range button
|
||||
toolbarAnnotationsDatePriceRange: "Date and Price",
|
||||
// Text for the annotation toolbar's quick date and price range button
|
||||
toolbarAnnotationsQuickDatePriceRange: "Measure",
|
||||
// Text for the range toolbar's 1 month button
|
||||
toolbarRange1Month: "1M",
|
||||
// Aria label for the range toolbar's 1 month button
|
||||
toolbarRange1MonthAria: "1 month",
|
||||
// Text for the range toolbar's 3 month button
|
||||
toolbarRange3Months: "3M",
|
||||
// Aria label for the range toolbar's 3 month button
|
||||
toolbarRange3MonthsAria: "3 months",
|
||||
// Text for the range toolbar's 6 month button
|
||||
toolbarRange6Months: "6M",
|
||||
// Aria label for the range toolbar's 6 month button
|
||||
toolbarRange6MonthsAria: "6 months",
|
||||
// Text for the range toolbar's year to date button
|
||||
toolbarRangeYearToDate: "YTD",
|
||||
// Aria label for the range toolbar's year to date month button
|
||||
toolbarRangeYearToDateAria: "Year to date",
|
||||
// Text for the range toolbar's 1 year button
|
||||
toolbarRange1Year: "1Y",
|
||||
// Aria label for the range toolbar's 1 year button
|
||||
toolbarRange1YearAria: "1 year",
|
||||
// Text for the range toolbar's full range button
|
||||
toolbarRangeAll: "All",
|
||||
// Aria label for the range toolbar's full range button
|
||||
toolbarRangeAllAria: "All",
|
||||
// Text for the zoom toolbar's zoom out button
|
||||
toolbarZoomZoomOut: "Zoom out",
|
||||
// Text for the zoom toolbar's zoom in button
|
||||
toolbarZoomZoomIn: "Zoom in",
|
||||
// Text for the zoom toolbar's pan left button
|
||||
toolbarZoomPanLeft: "Pan left",
|
||||
// Text for the zoom toolbar's pan right button
|
||||
toolbarZoomPanRight: "Pan right",
|
||||
// Text for the zoom toolbar's pan to the start button
|
||||
toolbarZoomPanStart: "Pan to the start",
|
||||
// Text for the zoom toolbar's pan to the end button
|
||||
toolbarZoomPanEnd: "Pan to the end",
|
||||
// Text for the zoom toolbar's pan reset button
|
||||
toolbarZoomReset: "Reset the zoom",
|
||||
// Text for the context menu's download button
|
||||
contextMenuDownload: "Download",
|
||||
// Text for the context menu's toggle series visibility button
|
||||
contextMenuToggleSeriesVisibility: "Toggle Visibility",
|
||||
// Text for the context menu's toggle other series visibility button
|
||||
contextMenuToggleOtherSeries: "Toggle Other Series",
|
||||
// Text for the context menu's zoom to point button
|
||||
contextMenuZoomToCursor: "Zoom to here",
|
||||
// Text for the context menu's pan to point button
|
||||
contextMenuPanToCursor: "Pan to here",
|
||||
// Text for the context menu's reset zoom button
|
||||
contextMenuResetZoom: "Reset zoom",
|
||||
// Text for the annotation dialog's header channel tab label
|
||||
dialogHeaderChannel: "Channel",
|
||||
// Text for the annotation dialog's header line tab label
|
||||
dialogHeaderLine: "Line",
|
||||
// Text for the annotation dialog's header fibonacci retracement line tab label
|
||||
dialogHeaderFibonacciRange: "Fib Retracement",
|
||||
// Text for the annotation dialog's header date range tab label
|
||||
dialogHeaderDateRange: "Date Range",
|
||||
// Text for the annotation dialog's header price range tab label
|
||||
dialogHeaderPriceRange: "Price Range",
|
||||
// Text for the annotation dialog's header date and price range tab label
|
||||
dialogHeaderDatePriceRange: "Date and Price",
|
||||
// Text for the annotation dialog's header text tab label
|
||||
dialogHeaderText: "Text",
|
||||
// Text for the annotation dialog's text alignment radio label
|
||||
dialogInputAlign: "Align",
|
||||
// Text for the annotation dialog's color picker label
|
||||
dialogInputColorPicker: "Color",
|
||||
// Text for the annotation dialog's color picker alt text
|
||||
dialogInputColorPickerAltText: "Text Color",
|
||||
// Text for the annotation dialog's fill color picker label
|
||||
dialogInputFillColorPicker: "Fill",
|
||||
// Text for the annotation dialog's fill color picker alt text
|
||||
dialogInputFillColorPickerAltText: "Fill Color",
|
||||
// Text for the annotation dialog's extend channel start checkbox
|
||||
dialogInputExtendChannelStart: "Extend channel start",
|
||||
// Text for the annotation dialog's extend channel end checkbox
|
||||
dialogInputExtendChannelEnd: "Extend channel end",
|
||||
// Text for the annotation dialog's extend line start checkbox
|
||||
dialogInputExtendLineStart: "Extend line start",
|
||||
// Text for the annotation dialog's extend line end checkbox
|
||||
dialogInputExtendLineEnd: "Extend line end",
|
||||
// Text for the annotation dialog's extend above checkbox
|
||||
dialogInputExtendAbove: "Extend above",
|
||||
// Text for the annotation dialog's extend below checkbox
|
||||
dialogInputExtendBelow: "Extend below",
|
||||
// Text for the annotation dialog's extend left checkbox
|
||||
dialogInputExtendLeft: "Extend left",
|
||||
// Text for the annotation dialog's extend right checkbox
|
||||
dialogInputExtendRight: "Extend right",
|
||||
// Text for the annotation dialog's reverse checkbox
|
||||
dialogInputReverse: "Reverse",
|
||||
// Text for the annotation dialog's show fill checkbox
|
||||
dialogInputShowFill: "Show Fill",
|
||||
// Text for the annotation dialog's font size select box label
|
||||
dialogInputFontSize: "Size",
|
||||
// Text for the annotation dialog's font size select box alt text
|
||||
dialogInputFontSizeAltText: "Font Size",
|
||||
// Text for the annotation dialog's line style radio label
|
||||
dialogInputLineStyle: "Dash",
|
||||
// Text for the annotation dialog's text position radio label
|
||||
dialogInputPosition: "Position",
|
||||
// Text for the annotation dialog's stroke width label
|
||||
dialogInputStrokeWidth: "Weight",
|
||||
// Text for the annotation dialog's stroke width label
|
||||
dialogInputStrokeWidthAltText: "Line Weight",
|
||||
// Text for the annotation dialog's Fibonacci bands label
|
||||
dialogInputFibonacciBands: "Bands",
|
||||
// Text for the annotation dialog's Fibonacci bands label
|
||||
dialogInputFibonacciBandsAltText: "Fibonacci Bands",
|
||||
// Text for text area input placeholders
|
||||
inputTextareaPlaceholder: "Add Text",
|
||||
// Text for the measurer statistics date range bars value
|
||||
measurerDateRangeBars: "${value}[number] bars",
|
||||
// Text for the measurer statistics price range value
|
||||
measurerPriceRangeValue: "${value}[number]",
|
||||
// Text for the measurer statistics price range percentage
|
||||
measurerPriceRangePercent: "${value}[percent]",
|
||||
// Text for the measurer statistics volume value
|
||||
measurerVolume: "Vol ${value}",
|
||||
// Status when multiple data are under the cursor, and the user can click to cycle through which one appears in the tooltip
|
||||
tooltipPaginationStatus: "${index}[number] of ${count}[number]"
|
||||
};
|
||||
export {
|
||||
AG_CHARTS_LOCALE_EN_US
|
||||
};
|
||||
Reference in New Issue
Block a user