@amcharts/amcharts5 5.13.5 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.internal/charts/funnel/FunnelSeries.d.ts +1 -1
- package/.internal/charts/funnel/FunnelSeries.d.ts.map +1 -1
- package/.internal/charts/funnel/FunnelSeries.js.map +1 -1
- package/.internal/charts/funnel/FunnelSlice.d.ts +1 -1
- package/.internal/charts/funnel/FunnelSlice.d.ts.map +1 -1
- package/.internal/charts/funnel/FunnelSlice.js.map +1 -1
- package/.internal/charts/funnel/PyramidSeries.d.ts.map +1 -1
- package/.internal/charts/funnel/PyramidSeries.js.map +1 -1
- package/.internal/charts/funnel/SlicedChart.d.ts +1 -1
- package/.internal/charts/funnel/SlicedChart.d.ts.map +1 -1
- package/.internal/charts/funnel/SlicedChart.js.map +1 -1
- package/.internal/charts/gantt/Gantt.d.ts +216 -0
- package/.internal/charts/gantt/Gantt.d.ts.map +1 -0
- package/.internal/charts/gantt/Gantt.js +772 -0
- package/.internal/charts/gantt/Gantt.js.map +1 -0
- package/.internal/charts/gantt/GanttCategoryAxis.d.ts +287 -0
- package/.internal/charts/gantt/GanttCategoryAxis.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttCategoryAxis.js +1238 -0
- package/.internal/charts/gantt/GanttCategoryAxis.js.map +1 -0
- package/.internal/charts/gantt/GanttCategoryAxisRenderer.d.ts +98 -0
- package/.internal/charts/gantt/GanttCategoryAxisRenderer.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttCategoryAxisRenderer.js +270 -0
- package/.internal/charts/gantt/GanttCategoryAxisRenderer.js.map +1 -0
- package/.internal/charts/gantt/GanttDateAxis.d.ts +36 -0
- package/.internal/charts/gantt/GanttDateAxis.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttDateAxis.js +35 -0
- package/.internal/charts/gantt/GanttDateAxis.js.map +1 -0
- package/.internal/charts/gantt/GanttDateAxisRenderer.d.ts +19 -0
- package/.internal/charts/gantt/GanttDateAxisRenderer.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttDateAxisRenderer.js +23 -0
- package/.internal/charts/gantt/GanttDateAxisRenderer.js.map +1 -0
- package/.internal/charts/gantt/GanttDefaultTheme.d.ts +8 -0
- package/.internal/charts/gantt/GanttDefaultTheme.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttDefaultTheme.js +756 -0
- package/.internal/charts/gantt/GanttDefaultTheme.js.map +1 -0
- package/.internal/charts/gantt/GanttSeries.d.ts +348 -0
- package/.internal/charts/gantt/GanttSeries.d.ts.map +1 -0
- package/.internal/charts/gantt/GanttSeries.js +1524 -0
- package/.internal/charts/gantt/GanttSeries.js.map +1 -0
- package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
- package/.internal/charts/hierarchy/HierarchyDefaultTheme.js.map +1 -1
- package/.internal/charts/hierarchy/HierarchyLink.d.ts +1 -1
- package/.internal/charts/hierarchy/HierarchyLink.d.ts.map +1 -1
- package/.internal/charts/hierarchy/HierarchyLink.js.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.d.ts +2 -2
- package/.internal/charts/hierarchy/LinkedHierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js +1 -1
- package/.internal/charts/hierarchy/LinkedHierarchy.js.map +1 -1
- package/.internal/charts/hierarchy/Pack.d.ts.map +1 -1
- package/.internal/charts/hierarchy/Pack.js.map +1 -1
- package/.internal/charts/hierarchy/Partition.d.ts.map +1 -1
- package/.internal/charts/hierarchy/Partition.js.map +1 -1
- package/.internal/charts/hierarchy/Treemap.js.map +1 -1
- package/.internal/charts/hierarchy/VoronoiTreemap.d.ts.map +1 -1
- package/.internal/charts/hierarchy/VoronoiTreemap.js +3 -3
- package/.internal/charts/hierarchy/VoronoiTreemap.js.map +1 -1
- package/.internal/charts/map/MapChart.d.ts.map +1 -1
- package/.internal/charts/map/MapChart.js +1 -3
- package/.internal/charts/map/MapChart.js.map +1 -1
- package/.internal/charts/stock/StockChart.d.ts +0 -1
- package/.internal/charts/stock/StockChart.d.ts.map +1 -1
- package/.internal/charts/stock/StockChart.js +11 -8
- package/.internal/charts/stock/StockChart.js.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.js +0 -1
- package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
- package/.internal/charts/stock/drawing/DrawingSeries.d.ts +1 -0
- package/.internal/charts/stock/drawing/DrawingSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/DrawingSeries.js +18 -10
- package/.internal/charts/stock/drawing/DrawingSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/HorizontalLineSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/HorizontalLineSeries.js +2 -1
- package/.internal/charts/stock/drawing/HorizontalLineSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/HorizontalRaySeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/HorizontalRaySeries.js +2 -1
- package/.internal/charts/stock/drawing/HorizontalRaySeries.js.map +1 -1
- package/.internal/charts/stock/drawing/ParallelChannelSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/ParallelChannelSeries.js +2 -1
- package/.internal/charts/stock/drawing/ParallelChannelSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/PolylineSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/PolylineSeries.js +3 -1
- package/.internal/charts/stock/drawing/PolylineSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/SimpleLineSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/SimpleLineSeries.js +2 -1
- package/.internal/charts/stock/drawing/SimpleLineSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/VerticalLineSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/VerticalLineSeries.js +2 -1
- package/.internal/charts/stock/drawing/VerticalLineSeries.js.map +1 -1
- package/.internal/charts/stock/toolbar/DrawingControl.js +2 -2
- package/.internal/charts/stock/toolbar/DrawingControl.js.map +1 -1
- package/.internal/charts/timeline/AxisRendererCurveX.js.map +1 -1
- package/.internal/charts/timeline/AxisRendererCurveY.js.map +1 -1
- package/.internal/charts/timeline/CurveChart.js.map +1 -1
- package/.internal/charts/timeline/CurveColumnSeries.js.map +1 -1
- package/.internal/charts/timeline/CurveCursor.js +1 -1
- package/.internal/charts/timeline/CurveCursor.js.map +1 -1
- package/.internal/charts/timeline/SerpentineChart.d.ts +1 -1
- package/.internal/charts/timeline/SerpentineChart.d.ts.map +1 -1
- package/.internal/charts/timeline/SerpentineChart.js.map +1 -1
- package/.internal/charts/timeline/SpiralChart.d.ts +1 -1
- package/.internal/charts/timeline/SpiralChart.d.ts.map +1 -1
- package/.internal/charts/timeline/SpiralChart.js.map +1 -1
- package/.internal/charts/wordcloud/WordCloud.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +16 -8
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.js +6 -3
- package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
- package/.internal/charts/xy/axes/Axis.d.ts +17 -1
- package/.internal/charts/xy/axes/Axis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/Axis.js +46 -26
- package/.internal/charts/xy/axes/Axis.js.map +1 -1
- package/.internal/charts/xy/axes/AxisBullet.d.ts +1 -1
- package/.internal/charts/xy/axes/AxisBullet.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisBullet.js.map +1 -1
- package/.internal/charts/xy/axes/AxisLabel.d.ts +1 -1
- package/.internal/charts/xy/axes/AxisLabel.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisLabel.js.map +1 -1
- package/.internal/charts/xy/axes/AxisLabelRadial.d.ts +1 -1
- package/.internal/charts/xy/axes/AxisLabelRadial.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisLabelRadial.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRenderer.d.ts +5 -5
- package/.internal/charts/xy/axes/AxisRenderer.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisRenderer.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererX.d.ts +1 -1
- package/.internal/charts/xy/axes/AxisRendererX.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererX.js +9 -5
- package/.internal/charts/xy/axes/AxisRendererX.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererY.d.ts +1 -1
- package/.internal/charts/xy/axes/AxisRendererY.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererY.js +9 -5
- package/.internal/charts/xy/axes/AxisRendererY.js.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.d.ts +34 -3
- package/.internal/charts/xy/axes/CategoryAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.js +243 -40
- package/.internal/charts/xy/axes/CategoryAxis.js.map +1 -1
- package/.internal/charts/xy/axes/CategoryDateAxis.d.ts +1 -1
- package/.internal/charts/xy/axes/CategoryDateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/CategoryDateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts +16 -2
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +20 -5
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/EditableAxisLabel.d.ts +21 -0
- package/.internal/charts/xy/axes/EditableAxisLabel.d.ts.map +1 -0
- package/.internal/charts/xy/axes/EditableAxisLabel.js +31 -0
- package/.internal/charts/xy/axes/EditableAxisLabel.js.map +1 -0
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts +2 -2
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts +2 -2
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +4 -3
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.d.ts +5 -1
- package/.internal/charts/xy/series/BaseColumnSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/BaseColumnSeries.js +60 -32
- package/.internal/charts/xy/series/BaseColumnSeries.js.map +1 -1
- package/.internal/charts/xy/series/CandlestickSeries.d.ts +2 -1
- package/.internal/charts/xy/series/CandlestickSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/CandlestickSeries.js +99 -44
- package/.internal/charts/xy/series/CandlestickSeries.js.map +1 -1
- package/.internal/charts/xy/series/ColumnSeries.d.ts +39 -0
- package/.internal/charts/xy/series/ColumnSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/ColumnSeries.js +77 -1
- package/.internal/charts/xy/series/ColumnSeries.js.map +1 -1
- package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/LineSeries.js.map +1 -1
- package/.internal/charts/xy/series/OHLC.d.ts +6 -0
- package/.internal/charts/xy/series/OHLC.d.ts.map +1 -1
- package/.internal/charts/xy/series/OHLC.js +6 -0
- package/.internal/charts/xy/series/OHLC.js.map +1 -1
- package/.internal/charts/xy/series/SmoothedXLineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/SmoothedXLineSeries.js.map +1 -1
- package/.internal/charts/xy/series/SmoothedXYLineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/SmoothedXYLineSeries.js.map +1 -1
- package/.internal/charts/xy/series/SmoothedYLineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/SmoothedYLineSeries.js.map +1 -1
- package/.internal/charts/xy/series/StepLineSeries.d.ts +8 -2
- package/.internal/charts/xy/series/StepLineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/StepLineSeries.js +6 -0
- package/.internal/charts/xy/series/StepLineSeries.js.map +1 -1
- package/.internal/charts/xy/series/XYSeries.d.ts +1 -1
- package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/XYSeries.js +4 -1
- package/.internal/charts/xy/series/XYSeries.js.map +1 -1
- package/.internal/core/Classes.d.ts +28 -0
- package/.internal/core/Classes.d.ts.map +1 -1
- package/.internal/core/Classes.js.map +1 -1
- package/.internal/core/Registry.js +1 -1
- package/.internal/core/Registry.js.map +1 -1
- package/.internal/core/Root.d.ts +8 -0
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +26 -19
- package/.internal/core/Root.js.map +1 -1
- package/.internal/core/render/Button.d.ts +4 -1
- package/.internal/core/render/Button.d.ts.map +1 -1
- package/.internal/core/render/Button.js.map +1 -1
- package/.internal/core/render/Component.d.ts +8 -0
- package/.internal/core/render/Component.d.ts.map +1 -1
- package/.internal/core/render/Component.js +17 -0
- package/.internal/core/render/Component.js.map +1 -1
- package/.internal/core/render/ConfirmButton.d.ts +30 -0
- package/.internal/core/render/ConfirmButton.d.ts.map +1 -0
- package/.internal/core/render/ConfirmButton.js +84 -0
- package/.internal/core/render/ConfirmButton.js.map +1 -0
- package/.internal/core/render/Container.d.ts +6 -0
- package/.internal/core/render/Container.d.ts.map +1 -1
- package/.internal/core/render/Container.js +49 -2
- package/.internal/core/render/Container.js.map +1 -1
- package/.internal/core/render/EditableLabel.d.ts.map +1 -1
- package/.internal/core/render/EditableLabel.js +6 -6
- package/.internal/core/render/EditableLabel.js.map +1 -1
- package/.internal/core/render/HeatLegend.d.ts +14 -0
- package/.internal/core/render/HeatLegend.d.ts.map +1 -1
- package/.internal/core/render/HeatLegend.js +16 -3
- package/.internal/core/render/HeatLegend.js.map +1 -1
- package/.internal/core/render/Link.d.ts +28 -0
- package/.internal/core/render/Link.d.ts.map +1 -0
- package/.internal/core/render/Link.js +90 -0
- package/.internal/core/render/Link.js.map +1 -0
- package/.internal/core/render/MonotoneXTension.d.ts.map +1 -1
- package/.internal/core/render/MonotoneXTension.js.map +1 -1
- package/.internal/core/render/MonotoneYTension.d.ts.map +1 -1
- package/.internal/core/render/MonotoneYTension.js.map +1 -1
- package/.internal/core/render/NumericStepper.d.ts +27 -0
- package/.internal/core/render/NumericStepper.d.ts.map +1 -0
- package/.internal/core/render/NumericStepper.js +117 -0
- package/.internal/core/render/NumericStepper.js.map +1 -0
- package/.internal/core/render/OrthogonalLine.d.ts +33 -0
- package/.internal/core/render/OrthogonalLine.d.ts.map +1 -0
- package/.internal/core/render/OrthogonalLine.js +97 -0
- package/.internal/core/render/OrthogonalLine.js.map +1 -0
- package/.internal/core/render/ProgressPie.d.ts +32 -0
- package/.internal/core/render/ProgressPie.d.ts.map +1 -0
- package/.internal/core/render/ProgressPie.js +89 -0
- package/.internal/core/render/ProgressPie.js.map +1 -0
- package/.internal/core/render/Series.d.ts +0 -7
- package/.internal/core/render/Series.d.ts.map +1 -1
- package/.internal/core/render/Series.js +24 -27
- package/.internal/core/render/Series.js.map +1 -1
- package/.internal/core/render/Sprite.d.ts +3 -2
- package/.internal/core/render/Sprite.d.ts.map +1 -1
- package/.internal/core/render/Sprite.js +40 -30
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/patterns/LinePattern.d.ts +8 -0
- package/.internal/core/render/patterns/LinePattern.d.ts.map +1 -1
- package/.internal/core/render/patterns/LinePattern.js +32 -1
- package/.internal/core/render/patterns/LinePattern.js.map +1 -1
- package/.internal/core/util/DurationFormatter.js +1 -1
- package/.internal/core/util/DurationFormatter.js.map +1 -1
- package/.internal/core/util/Entity.d.ts.map +1 -1
- package/.internal/core/util/Entity.js.map +1 -1
- package/.internal/core/util/EventDispatcher.d.ts +32 -3
- package/.internal/core/util/EventDispatcher.d.ts.map +1 -1
- package/.internal/core/util/EventDispatcher.js +51 -5
- package/.internal/core/util/EventDispatcher.js.map +1 -1
- package/.internal/core/util/Language.d.ts +2 -0
- package/.internal/core/util/Language.d.ts.map +1 -1
- package/.internal/core/util/Language.js.map +1 -1
- package/.internal/core/util/Time.d.ts.map +1 -1
- package/.internal/core/util/Time.js +4 -1
- package/.internal/core/util/Time.js.map +1 -1
- package/.internal/plugins/colorPicker/ColorPicker.d.ts +151 -0
- package/.internal/plugins/colorPicker/ColorPicker.d.ts.map +1 -0
- package/.internal/plugins/colorPicker/ColorPicker.js +665 -0
- package/.internal/plugins/colorPicker/ColorPicker.js.map +1 -0
- package/.internal/plugins/colorPicker/ColorPickerButton.d.ts +28 -0
- package/.internal/plugins/colorPicker/ColorPickerButton.d.ts.map +1 -0
- package/.internal/plugins/colorPicker/ColorPickerButton.js +87 -0
- package/.internal/plugins/colorPicker/ColorPickerButton.js.map +1 -0
- package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.d.ts +8 -0
- package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.d.ts.map +1 -0
- package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.js +248 -0
- package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.js.map +1 -0
- package/.internal/plugins/json/Classes-script.d.ts +28 -0
- package/.internal/plugins/json/Classes-script.d.ts.map +1 -1
- package/.internal/plugins/json/Classes-script.js +14 -0
- package/.internal/plugins/json/Classes-script.js.map +1 -1
- package/.internal/plugins/json/Classes.d.ts +28 -0
- package/.internal/plugins/json/Classes.d.ts.map +1 -1
- package/.internal/plugins/json/Classes.js +14 -0
- package/.internal/plugins/json/Classes.js.map +1 -1
- package/.internal/themes/DefaultTheme.d.ts.map +1 -1
- package/.internal/themes/DefaultTheme.js +227 -2
- package/.internal/themes/DefaultTheme.js.map +1 -1
- package/CHANGELOG.md +34 -0
- package/examples/javascript/flow-arc-horizontal/package.json +1 -1
- package/examples/javascript/flow-arc-vertical/package.json +1 -1
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gantt/README.md +6 -0
- package/examples/javascript/gantt/index.css +11 -0
- package/examples/javascript/gantt/index.html +12 -0
- package/examples/javascript/gantt/index.js +233 -0
- package/examples/javascript/gantt/package.json +16 -0
- package/examples/javascript/gantt/webpack.config.js +38 -0
- package/examples/javascript/gantt-multilevel/README.md +6 -0
- package/examples/javascript/gantt-multilevel/index.css +11 -0
- package/examples/javascript/gantt-multilevel/index.html +12 -0
- package/examples/javascript/gantt-multilevel/index.js +111 -0
- package/examples/javascript/gantt-multilevel/package.json +16 -0
- package/examples/javascript/gantt-multilevel/webpack.config.js +38 -0
- package/examples/javascript/gantt-simple/README.md +6 -0
- package/examples/javascript/gantt-simple/index.css +11 -0
- package/examples/javascript/gantt-simple/index.html +12 -0
- package/examples/javascript/gantt-simple/index.js +94 -0
- package/examples/javascript/gantt-simple/package.json +16 -0
- package/examples/javascript/gantt-simple/webpack.config.js +38 -0
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/hierarchy-voronoi-treemap/package.json +1 -1
- package/examples/javascript/jest/package.json +1 -1
- package/examples/javascript/json-pie/package.json +1 -1
- package/examples/javascript/json-xy/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-clustered-points/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/stock-chart/index.js +2 -0
- package/examples/javascript/stock-chart/package.json +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/index.js +2 -0
- package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/javascript/stock-chart-data-granularity/index.js +2 -0
- package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
- package/examples/javascript/stock-chart-data-grouping/index.js +2 -0
- package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
- package/examples/javascript/stock-chart-intraday/index.js +2 -0
- package/examples/javascript/stock-chart-intraday/package.json +1 -1
- package/examples/javascript/stock-chart-live/index.js +1 -0
- package/examples/javascript/stock-chart-live/package.json +1 -1
- package/examples/javascript/stock-chart-volume-separate-panel/index.js +2 -0
- package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/javascript/timeline-horizontal-serpentine-chart/package.json +1 -1
- package/examples/javascript/timeline-linear-process-diagram/package.json +1 -1
- package/examples/javascript/timeline-serpentine-chart/package.json +1 -1
- package/examples/javascript/timeline-spiral-chart/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/index.js +1 -0
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-arc-horizontal/package.json +1 -1
- package/examples/typescript/flow-arc-vertical/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gantt/README.md +6 -0
- package/examples/typescript/gantt/index.css +11 -0
- package/examples/typescript/gantt/index.html +12 -0
- package/examples/typescript/gantt/index.ts +233 -0
- package/examples/typescript/gantt/package.json +18 -0
- package/examples/typescript/gantt/tsconfig.json +12 -0
- package/examples/typescript/gantt/webpack.config.js +45 -0
- package/examples/typescript/gantt-multilevel/README.md +6 -0
- package/examples/typescript/gantt-multilevel/index.css +11 -0
- package/examples/typescript/gantt-multilevel/index.html +12 -0
- package/examples/typescript/gantt-multilevel/index.ts +111 -0
- package/examples/typescript/gantt-multilevel/package.json +18 -0
- package/examples/typescript/gantt-multilevel/tsconfig.json +12 -0
- package/examples/typescript/gantt-multilevel/webpack.config.js +45 -0
- package/examples/typescript/gantt-simple/README.md +6 -0
- package/examples/typescript/gantt-simple/index.css +11 -0
- package/examples/typescript/gantt-simple/index.html +12 -0
- package/examples/typescript/gantt-simple/index.ts +94 -0
- package/examples/typescript/gantt-simple/package.json +18 -0
- package/examples/typescript/gantt-simple/tsconfig.json +12 -0
- package/examples/typescript/gantt-simple/webpack.config.js +45 -0
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/hierarchy-voronoi-treemap/package.json +1 -1
- package/examples/typescript/jest/package.json +1 -1
- package/examples/typescript/json-pie/package.json +1 -1
- package/examples/typescript/json-xy/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-clustered-points/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/stock-chart/index.ts +2 -0
- package/examples/typescript/stock-chart/package.json +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/index.ts +2 -0
- package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/typescript/stock-chart-data-granularity/index.ts +2 -0
- package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
- package/examples/typescript/stock-chart-data-grouping/index.ts +2 -0
- package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
- package/examples/typescript/stock-chart-intraday/index.ts +2 -0
- package/examples/typescript/stock-chart-intraday/package.json +1 -1
- package/examples/typescript/stock-chart-live/index.ts +1 -0
- package/examples/typescript/stock-chart-live/package.json +1 -1
- package/examples/typescript/stock-chart-volume-separate-panel/index.ts +2 -0
- package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/typescript/timeline-horizontal-serpentine-chart/package.json +1 -1
- package/examples/typescript/timeline-linear-process-diagram/package.json +1 -1
- package/examples/typescript/timeline-serpentine-chart/package.json +1 -1
- package/examples/typescript/timeline-spiral-chart/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/index.ts +1 -0
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/gantt.d.ts +9 -0
- package/gantt.d.ts.map +1 -0
- package/gantt.js +9 -0
- package/gantt.js.map +1 -0
- package/index.d.ts +5 -0
- package/index.d.ts.map +1 -1
- package/index.js +5 -0
- package/index.js.map +1 -1
- package/locales/ar.d.ts +4 -0
- package/locales/ar.d.ts.map +1 -1
- package/locales/ar.js +5 -0
- package/locales/ar.js.map +1 -1
- package/locales/bg_BG.d.ts +2 -0
- package/locales/bg_BG.d.ts.map +1 -1
- package/locales/bg_BG.js +3 -1
- package/locales/bg_BG.js.map +1 -1
- package/locales/bs_BA.d.ts +4 -0
- package/locales/bs_BA.d.ts.map +1 -1
- package/locales/bs_BA.js +5 -0
- package/locales/bs_BA.js.map +1 -1
- package/locales/ca_ES.d.ts +4 -0
- package/locales/ca_ES.d.ts.map +1 -1
- package/locales/ca_ES.js +5 -0
- package/locales/ca_ES.js.map +1 -1
- package/locales/cs_CZ.d.ts +4 -0
- package/locales/cs_CZ.d.ts.map +1 -1
- package/locales/cs_CZ.js +5 -0
- package/locales/cs_CZ.js.map +1 -1
- package/locales/da_DK.d.ts +4 -0
- package/locales/da_DK.d.ts.map +1 -1
- package/locales/da_DK.js +5 -0
- package/locales/da_DK.js.map +1 -1
- package/locales/de_CH.d.ts +4 -0
- package/locales/de_CH.d.ts.map +1 -1
- package/locales/de_CH.js +5 -0
- package/locales/de_CH.js.map +1 -1
- package/locales/de_DE.d.ts +4 -0
- package/locales/de_DE.d.ts.map +1 -1
- package/locales/de_DE.js +5 -0
- package/locales/de_DE.js.map +1 -1
- package/locales/el_GR.d.ts +4 -0
- package/locales/el_GR.d.ts.map +1 -1
- package/locales/el_GR.js +5 -0
- package/locales/el_GR.js.map +1 -1
- package/locales/en.d.ts +2 -0
- package/locales/en.d.ts.map +1 -1
- package/locales/en.js +3 -1
- package/locales/en.js.map +1 -1
- package/locales/en_CA.d.ts +4 -0
- package/locales/en_CA.d.ts.map +1 -1
- package/locales/en_CA.js +5 -0
- package/locales/en_CA.js.map +1 -1
- package/locales/en_US.d.ts +4 -0
- package/locales/en_US.d.ts.map +1 -1
- package/locales/en_US.js +5 -0
- package/locales/en_US.js.map +1 -1
- package/locales/es_ES.d.ts +4 -0
- package/locales/es_ES.d.ts.map +1 -1
- package/locales/es_ES.js +6 -1
- package/locales/es_ES.js.map +1 -1
- package/locales/et_EE.d.ts +4 -0
- package/locales/et_EE.d.ts.map +1 -1
- package/locales/et_EE.js +5 -0
- package/locales/et_EE.js.map +1 -1
- package/locales/fi_FI.d.ts +4 -0
- package/locales/fi_FI.d.ts.map +1 -1
- package/locales/fi_FI.js +5 -0
- package/locales/fi_FI.js.map +1 -1
- package/locales/fo_FO.d.ts +2 -0
- package/locales/fo_FO.d.ts.map +1 -1
- package/locales/fo_FO.js +3 -1
- package/locales/fo_FO.js.map +1 -1
- package/locales/fr_FR.d.ts +4 -0
- package/locales/fr_FR.d.ts.map +1 -1
- package/locales/fr_FR.js +5 -0
- package/locales/fr_FR.js.map +1 -1
- package/locales/he_IL.d.ts +4 -0
- package/locales/he_IL.d.ts.map +1 -1
- package/locales/he_IL.js +5 -0
- package/locales/he_IL.js.map +1 -1
- package/locales/hi_IN.d.ts +4 -0
- package/locales/hi_IN.d.ts.map +1 -1
- package/locales/hi_IN.js +5 -0
- package/locales/hi_IN.js.map +1 -1
- package/locales/hr_HR.d.ts +4 -0
- package/locales/hr_HR.d.ts.map +1 -1
- package/locales/hr_HR.js +5 -0
- package/locales/hr_HR.js.map +1 -1
- package/locales/hu_HU.d.ts +4 -0
- package/locales/hu_HU.d.ts.map +1 -1
- package/locales/hu_HU.js +5 -0
- package/locales/hu_HU.js.map +1 -1
- package/locales/id_ID.d.ts +4 -0
- package/locales/id_ID.d.ts.map +1 -1
- package/locales/id_ID.js +5 -0
- package/locales/id_ID.js.map +1 -1
- package/locales/it_IT.d.ts +4 -0
- package/locales/it_IT.d.ts.map +1 -1
- package/locales/it_IT.js +5 -0
- package/locales/it_IT.js.map +1 -1
- package/locales/ja_JP.d.ts +4 -0
- package/locales/ja_JP.d.ts.map +1 -1
- package/locales/ja_JP.js +5 -0
- package/locales/ja_JP.js.map +1 -1
- package/locales/ko_KR.d.ts +4 -0
- package/locales/ko_KR.d.ts.map +1 -1
- package/locales/ko_KR.js +5 -0
- package/locales/ko_KR.js.map +1 -1
- package/locales/lt_LT.d.ts +4 -0
- package/locales/lt_LT.d.ts.map +1 -1
- package/locales/lt_LT.js +5 -0
- package/locales/lt_LT.js.map +1 -1
- package/locales/lv_LV.d.ts +4 -0
- package/locales/lv_LV.d.ts.map +1 -1
- package/locales/lv_LV.js +5 -0
- package/locales/lv_LV.js.map +1 -1
- package/locales/nb_NO.d.ts +4 -0
- package/locales/nb_NO.d.ts.map +1 -1
- package/locales/nb_NO.js +5 -0
- package/locales/nb_NO.js.map +1 -1
- package/locales/nl_NL.d.ts +4 -0
- package/locales/nl_NL.d.ts.map +1 -1
- package/locales/nl_NL.js +5 -0
- package/locales/nl_NL.js.map +1 -1
- package/locales/pl_PL.d.ts +4 -0
- package/locales/pl_PL.d.ts.map +1 -1
- package/locales/pl_PL.js +5 -0
- package/locales/pl_PL.js.map +1 -1
- package/locales/pt_BR.d.ts +4 -0
- package/locales/pt_BR.d.ts.map +1 -1
- package/locales/pt_BR.js +5 -0
- package/locales/pt_BR.js.map +1 -1
- package/locales/pt_PT.d.ts +4 -0
- package/locales/pt_PT.d.ts.map +1 -1
- package/locales/pt_PT.js +5 -0
- package/locales/pt_PT.js.map +1 -1
- package/locales/ro_RO.d.ts +4 -0
- package/locales/ro_RO.d.ts.map +1 -1
- package/locales/ro_RO.js +5 -0
- package/locales/ro_RO.js.map +1 -1
- package/locales/ru_RU.d.ts +4 -0
- package/locales/ru_RU.d.ts.map +1 -1
- package/locales/ru_RU.js +5 -0
- package/locales/ru_RU.js.map +1 -1
- package/locales/sk_SK.d.ts +4 -0
- package/locales/sk_SK.d.ts.map +1 -1
- package/locales/sk_SK.js +5 -0
- package/locales/sk_SK.js.map +1 -1
- package/locales/sl_SL.d.ts +4 -0
- package/locales/sl_SL.d.ts.map +1 -1
- package/locales/sl_SL.js +5 -0
- package/locales/sl_SL.js.map +1 -1
- package/locales/sr_RS.d.ts +4 -0
- package/locales/sr_RS.d.ts.map +1 -1
- package/locales/sr_RS.js +5 -0
- package/locales/sr_RS.js.map +1 -1
- package/locales/sv_SE.d.ts +4 -0
- package/locales/sv_SE.d.ts.map +1 -1
- package/locales/sv_SE.js +5 -0
- package/locales/sv_SE.js.map +1 -1
- package/locales/th_TH.d.ts +4 -0
- package/locales/th_TH.d.ts.map +1 -1
- package/locales/th_TH.js +5 -0
- package/locales/th_TH.js.map +1 -1
- package/locales/tr_TR.d.ts +4 -0
- package/locales/tr_TR.d.ts.map +1 -1
- package/locales/tr_TR.js +5 -0
- package/locales/tr_TR.js.map +1 -1
- package/locales/uk_UA.d.ts +4 -0
- package/locales/uk_UA.d.ts.map +1 -1
- package/locales/uk_UA.js +5 -0
- package/locales/uk_UA.js.map +1 -1
- package/locales/vi_VN.d.ts +4 -0
- package/locales/vi_VN.d.ts.map +1 -1
- package/locales/vi_VN.js +5 -0
- package/locales/vi_VN.js.map +1 -1
- package/locales/zh_Hans.d.ts +4 -0
- package/locales/zh_Hans.d.ts.map +1 -1
- package/locales/zh_Hans.js +5 -0
- package/locales/zh_Hans.js.map +1 -1
- package/locales/zh_Hant.d.ts +4 -0
- package/locales/zh_Hant.d.ts.map +1 -1
- package/locales/zh_Hant.js +5 -0
- package/locales/zh_Hant.js.map +1 -1
- package/package.json +1 -1
- package/plugins/colorPicker.d.ts +3 -0
- package/plugins/colorPicker.d.ts.map +1 -0
- package/plugins/colorPicker.js +3 -0
- package/plugins/colorPicker.js.map +1 -0
- package/xy.d.ts +1 -0
- package/xy.d.ts.map +1 -1
- package/xy.js +1 -0
- package/xy.js.map +1 -1
package/locales/ko_KR.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko_KR.js","sourceRoot":"","sources":["../../../src/locales/ko_KR.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ko_KR\n * Language: Korean\n * Author: Bjorn Svensson, Taek-In Jeong\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \".\",\n\t\"_thousandSeparator\": \",\",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t// \n\t// \"date\" is used as in default date format when showing standalone dates.\n\t\"_date\": \"yyyy-MM-dd\",\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"AD\",\n\t\"_era_bc\": \"BC\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"AM\",\n\t\"P\": \"PM\",\n\t\"AM\": \"AM\",\n\t\"PM\": \"PM\",\n\t\"A.M.\": \"오전\",\n\t\"P.M.\": \"오후\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"1월\",\n\t\"February\": \"2월\",\n\t\"March\": \"3월\",\n\t\"April\": \"4월\",\n\t\"May\": \"5월\",\n\t\"June\": \"6월\",\n\t\"July\": \"7월\",\n\t\"August\": \"8월\",\n\t\"September\": \"9월\",\n\t\"October\": \"10월\",\n\t\"November\": \"11월\",\n\t\"December\": \"12월\",\n\t\"Jan\": \"1월\",\n\t\"Feb\": \"2월\",\n\t\"Mar\": \"3월\",\n\t\"Apr\": \"4월\",\n\t\"May(short)\": \"5월\",\n\t\"Jun\": \"6월\",\n\t\"Jul\": \"7월\",\n\t\"Aug\": \"8월\",\n\t\"Sep\": \"9월\",\n\t\"Oct\": \"10월\",\n\t\"Nov\": \"11월\",\n\t\"Dec\": \"12월\",\n\n\t// Weekdays.\n\t\"Sunday\": \"일요일\",\n\t\"Monday\": \"월요일\",\n\t\"Tuesday\": \"화요일\",\n\t\"Wednesday\": \"수요일\",\n\t\"Thursday\": \"목요일\",\n\t\"Friday\": \"금요일\",\n\t\"Saturday\": \"토요일\",\n\t\"Sun\": \"일\",\n\t\"Mon\": \"월\",\n\t\"Tue\": \"화\",\n\t\"Wed\": \"수\",\n\t\"Thu\": \"목\",\n\t\"Fri\": \"금\",\n\t\"Sat\": \"토\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"일\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"일\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"일\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"일\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"축소\",\n\n\t// Timeline buttons\n\t\"Play\": \"시작\",\n\t\"Stop\": \"정지\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"범례\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"켜고 끄려면 클릭, 탭 혹은 엔터를 눌러주세요.\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"불러오는 중\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"홈\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"차트\",\n\t\"Serial chart\": \"시리얼 차트\",\n\t\"X/Y chart\": \"X/Y 차트\",\n\t\"Pie chart\": \"파이 차트\",\n\t\"Gauge chart\": \"게이지 차트\",\n\t\"Radar chart\": \"레이더 차트\",\n\t\"Sankey diagram\": \"생키 다이어그램\",\n\t\"Flow diagram\": \"플로우 다이어그램\",\n\t\"Chord diagram\": \"코드 다이어그램\",\n\t\"TreeMap chart\": \"트리맵 차트\",\n\t\"Force directed tree\": \"포스 디렉티드 트리\",\n\t\"Sliced chart\": \"슬라이스 차트\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"시리즈\",\n\t\"Candlestick Series\": \"캔들스틱 시리즈\",\n\t\"OHLC Series\": \"OHLC 시리즈\",\n\t\"Column Series\": \"컬럼 시리즈\",\n\t\"Line Series\": \"라인 시리즈\",\n\t\"Pie Slice Series\": \"파이 슬라이스 시리즈\",\n\t\"Funnel Series\": \"퍼널 시리즈\",\n\t\"Pyramid Series\": \"피라미드 시리즈\",\n\t\"X/Y Series\": \"X/Y 시리즈\",\n\n\t// Map-related stuff.\n\t\"Map\": \"맵\",\n\t\"Press ENTER to zoom in\": \"확대하려면 엔터를 누르세요.\",\n\t\"Press ENTER to zoom out\": \"축소하려면 엔터를 누르세요.\",\n\t\"Use arrow keys to zoom in and out\": \"확대 혹은 축소하려면 방향키를 이용하세요.\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"확대 혹은 축소하려면 키보드의 +/- 키를 이용하세요.\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"내보내기\",\n\t\"Image\": \"이미지\",\n\t\"Data\": \"데이터\",\n\t\"Print\": \"인쇄\",\n\t\"Press ENTER to open\": \"열려면, 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"Press ENTER to print.\": \"출력하려면, 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"Press ENTER to export as %1.\": \"%1(으)로 내보내려면 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"(Press ESC to close this message)\": \"(이 메시지를 끄려면 ESC를 누르세요.)\",\n\t\"Image Export Complete\": \"이미지 내보내기 완료\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"내보내기가 지연되고 있습니다. 문제가 없는지 확인이 필요합니다.\",\n\t\"Saved from\": \"다음으로부터 저장됨: \",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"선택 범위를 변경하려면 선택 버튼이나 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move selection\": \"선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move left selection\": \"왼쪽 선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move right selection\": \"오른쪽 선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"선택 범위를 변경하려면 선택 버튼이나 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move selection\": \"선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move lower selection\": \"하단 선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move upper selection\": \"상단 선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"From %1 to %2\": \"%1 부터 %2 까지\",\n\t\"From %1\": \"%1 부터\",\n\t\"To %1\": \"%1 까지\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"파일 파싱 불가능: %1\",\n\t\"Error parsing file: %1\": \"파일 파싱 오류: %1\",\n\t\"Unable to load file: %1\": \"파일 로드 불가능: %1\",\n\t\"Invalid date\": \"날짜 올바르지 않음\",\n};"]}
|
|
1
|
+
{"version":3,"file":"ko_KR.js","sourceRoot":"","sources":["../../../src/locales/ko_KR.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ko_KR\n * Language: Korean\n * Author: Bjorn Svensson, Taek-In Jeong\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \".\",\n\t\"_thousandSeparator\": \",\",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t// \n\t// \"date\" is used as in default date format when showing standalone dates.\n\t\"_date\": \"yyyy-MM-dd\",\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"AD\",\n\t\"_era_bc\": \"BC\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"AM\",\n\t\"P\": \"PM\",\n\t\"AM\": \"AM\",\n\t\"PM\": \"PM\",\n\t\"A.M.\": \"오전\",\n\t\"P.M.\": \"오후\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"1월\",\n\t\"February\": \"2월\",\n\t\"March\": \"3월\",\n\t\"April\": \"4월\",\n\t\"May\": \"5월\",\n\t\"June\": \"6월\",\n\t\"July\": \"7월\",\n\t\"August\": \"8월\",\n\t\"September\": \"9월\",\n\t\"October\": \"10월\",\n\t\"November\": \"11월\",\n\t\"December\": \"12월\",\n\t\"Jan\": \"1월\",\n\t\"Feb\": \"2월\",\n\t\"Mar\": \"3월\",\n\t\"Apr\": \"4월\",\n\t\"May(short)\": \"5월\",\n\t\"Jun\": \"6월\",\n\t\"Jul\": \"7월\",\n\t\"Aug\": \"8월\",\n\t\"Sep\": \"9월\",\n\t\"Oct\": \"10월\",\n\t\"Nov\": \"11월\",\n\t\"Dec\": \"12월\",\n\n\t// Weekdays.\n\t\"Sunday\": \"일요일\",\n\t\"Monday\": \"월요일\",\n\t\"Tuesday\": \"화요일\",\n\t\"Wednesday\": \"수요일\",\n\t\"Thursday\": \"목요일\",\n\t\"Friday\": \"금요일\",\n\t\"Saturday\": \"토요일\",\n\t\"Sun\": \"일\",\n\t\"Mon\": \"월\",\n\t\"Tue\": \"화\",\n\t\"Wed\": \"수\",\n\t\"Thu\": \"목\",\n\t\"Fri\": \"금\",\n\t\"Sat\": \"토\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"일\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"일\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"일\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"일\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"축소\",\n\n\t// Timeline buttons\n\t\"Play\": \"시작\",\n\t\"Stop\": \"정지\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"범례\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"켜고 끄려면 클릭, 탭 혹은 엔터를 눌러주세요.\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"불러오는 중\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"홈\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"차트\",\n\t\"Serial chart\": \"시리얼 차트\",\n\t\"X/Y chart\": \"X/Y 차트\",\n\t\"Pie chart\": \"파이 차트\",\n\t\"Gauge chart\": \"게이지 차트\",\n\t\"Radar chart\": \"레이더 차트\",\n\t\"Sankey diagram\": \"생키 다이어그램\",\n\t\"Flow diagram\": \"플로우 다이어그램\",\n\t\"Chord diagram\": \"코드 다이어그램\",\n\t\"TreeMap chart\": \"트리맵 차트\",\n\t\"Force directed tree\": \"포스 디렉티드 트리\",\n\t\"Sliced chart\": \"슬라이스 차트\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"시리즈\",\n\t\"Candlestick Series\": \"캔들스틱 시리즈\",\n\t\"OHLC Series\": \"OHLC 시리즈\",\n\t\"Column Series\": \"컬럼 시리즈\",\n\t\"Line Series\": \"라인 시리즈\",\n\t\"Pie Slice Series\": \"파이 슬라이스 시리즈\",\n\t\"Funnel Series\": \"퍼널 시리즈\",\n\t\"Pyramid Series\": \"피라미드 시리즈\",\n\t\"X/Y Series\": \"X/Y 시리즈\",\n\n\t// Map-related stuff.\n\t\"Map\": \"맵\",\n\t\"Press ENTER to zoom in\": \"확대하려면 엔터를 누르세요.\",\n\t\"Press ENTER to zoom out\": \"축소하려면 엔터를 누르세요.\",\n\t\"Use arrow keys to zoom in and out\": \"확대 혹은 축소하려면 방향키를 이용하세요.\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"확대 혹은 축소하려면 키보드의 +/- 키를 이용하세요.\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"내보내기\",\n\t\"Image\": \"이미지\",\n\t\"Data\": \"데이터\",\n\t\"Print\": \"인쇄\",\n\t\"Press ENTER to open\": \"열려면, 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"Press ENTER to print.\": \"출력하려면, 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"Press ENTER to export as %1.\": \"%1(으)로 내보내려면 클릭, 탭 또는 엔터를 누르세요.\",\n\t\"(Press ESC to close this message)\": \"(이 메시지를 끄려면 ESC를 누르세요.)\",\n\t\"Image Export Complete\": \"이미지 내보내기 완료\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"내보내기가 지연되고 있습니다. 문제가 없는지 확인이 필요합니다.\",\n\t\"Saved from\": \"다음으로부터 저장됨: \",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"선택 범위를 변경하려면 선택 버튼이나 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move selection\": \"선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move left selection\": \"왼쪽 선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use left and right arrows to move right selection\": \"오른쪽 선택 범위를 움직이려면 좌우 화살표를 이용하세요.\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"선택 범위를 변경하려면 선택 버튼이나 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move selection\": \"선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move lower selection\": \"하단 선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"Use up and down arrows to move upper selection\": \"상단 선택 범위를 움직이려면 상하 화살표를 이용하세요.\",\n\t\"From %1 to %2\": \"%1 부터 %2 까지\",\n\t\"From %1\": \"%1 부터\",\n\t\"To %1\": \"%1 까지\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"파일 파싱 불가능: %1\",\n\t\"Error parsing file: %1\": \"파일 파싱 오류: %1\",\n\t\"Unable to load file: %1\": \"파일 로드 불가능: %1\",\n\t\"Invalid date\": \"날짜 올바르지 않음\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};"]}
|
package/locales/lt_LT.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
_date_minute: string;
|
|
11
11
|
_date_minute_full: string;
|
|
12
12
|
_date_hour: string;
|
|
13
|
+
_date_hour_short: string;
|
|
13
14
|
_date_hour_full: string;
|
|
14
15
|
_date_day: string;
|
|
15
16
|
_date_day_full: string;
|
|
@@ -135,6 +136,9 @@ declare const _default: {
|
|
|
135
136
|
"Error parsing file: %1": string;
|
|
136
137
|
"Unable to load file: %1": string;
|
|
137
138
|
"Invalid date": string;
|
|
139
|
+
Close: string;
|
|
140
|
+
Minimize: string;
|
|
141
|
+
Confirm: string;
|
|
138
142
|
};
|
|
139
143
|
/**
|
|
140
144
|
* amCharts 5 locale
|
package/locales/lt_LT.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lt_LT.d.ts","sourceRoot":"","sources":["../../../src/locales/lt_LT.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lt_LT.d.ts","sourceRoot":"","sources":["../../../src/locales/lt_LT.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkG4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlG3C;;;;;;;GAOG;AACH,wBA+KE"}
|
package/locales/lt_LT.js
CHANGED
|
@@ -21,6 +21,7 @@ export default {
|
|
|
21
21
|
"_date_minute": "HH:mm",
|
|
22
22
|
"_date_minute_full": "HH:mm - yyyy-MM-dd",
|
|
23
23
|
"_date_hour": "HH:mm",
|
|
24
|
+
"_date_hour_short": "HH",
|
|
24
25
|
"_date_hour_full": "HH:mm - yyyy-MM-dd",
|
|
25
26
|
"_date_day": "MMM dd",
|
|
26
27
|
"_date_day_full": "yyyy-MM-dd",
|
|
@@ -160,5 +161,9 @@ export default {
|
|
|
160
161
|
"Error parsing file: %1": "Skaitant failą %1 įvyko klaida",
|
|
161
162
|
"Unable to load file: %1": "Nepavyko užkrauti failo %1",
|
|
162
163
|
"Invalid date": "Klaidinga data",
|
|
164
|
+
// Common actions
|
|
165
|
+
"Close": "Uždaryti",
|
|
166
|
+
"Minimize": "Sumažinti",
|
|
167
|
+
"Confirm": "Patvirtinti"
|
|
163
168
|
};
|
|
164
169
|
//# sourceMappingURL=lt_LT.js.map
|
package/locales/lt_LT.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lt_LT.js","sourceRoot":"","sources":["../../../src/locales/lt_LT.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAe;IACd,2BAA2B;IAC3B,mBAAmB,EAAE,GAAG;IACxB,oBAAoB,EAAE,GAAG;IAEzB,0CAA0C;IAC1C,gBAAgB,EAAE,IAAI;IACtB,gBAAgB,EAAE,GAAG;IAErB,2CAA2C;IAC3C,mBAAmB,EAAE,WAAW;IAChC,wBAAwB,EAAE,cAAc;IACxC,cAAc,EAAE,UAAU;IAC1B,mBAAmB,EAAE,UAAU;IAC/B,cAAc,EAAE,OAAO;IACvB,mBAAmB,EAAE,oBAAoB;IACzC,YAAY,EAAE,OAAO;IACrB,iBAAiB,EAAE,oBAAoB;IACvC,WAAW,EAAE,QAAQ;IACrB,gBAAgB,EAAE,YAAY;IAC9B,YAAY,EAAE,IAAI;IAClB,iBAAiB,EAAE,YAAY;IAC/B,aAAa,EAAE,KAAK;IACpB,kBAAkB,EAAE,WAAW;IAC/B,YAAY,EAAE,MAAM;IAEpB,kDAAkD;IAClD,uBAAuB,EAAE,KAAK;IAC9B,kBAAkB,EAAE,IAAI;IACxB,kBAAkB,EAAE,IAAI;IACxB,gBAAgB,EAAE,IAAI;IACtB,eAAe,EAAE,IAAI;IACrB,gBAAgB,EAAE,IAAI;IACtB,iBAAiB,EAAE,IAAI;IACvB,gBAAgB,EAAE,MAAM;IAExB,MAAM;IACN,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,QAAQ;IAEnB,SAAS;IACT,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,QAAQ;IACd,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,QAAQ;IAEhB,QAAQ;IACR,SAAS,EAAE,QAAQ;IACnB,UAAU,EAAE,SAAS;IACrB,OAAO,EAAE,MAAM;IACf,OAAO,EAAE,WAAW;IACpB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,UAAU;IAClB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,WAAW;IACrB,WAAW,EAAE,SAAS;IACtB,SAAS,EAAE,QAAQ;IACnB,UAAU,EAAE,WAAW;IACvB,UAAU,EAAE,UAAU;IACtB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,KAAK;IACnB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,aAAa;IACvB,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,aAAa;IACxB,WAAW,EAAE,cAAc;IAC3B,UAAU,EAAE,gBAAgB;IAC5B,QAAQ,EAAE,cAAc;IACxB,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IAEd,mBAAmB;IACnB,UAAU,EAAE,UAAS,IAAY;QAChC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,iBAAiB;IACjB,UAAU,EAAE,cAAc;IAC1B,MAAM,EAAE,UAAU;IAClB,MAAM,EAAE,YAAY;IACpB,QAAQ,EAAE,SAAS;IACnB,uBAAuB,EAAE,kEAAkE;IAC3F,SAAS,EAAE,UAAU;IACrB,MAAM,EAAE,SAAS;IAEjB,cAAc;IACd,OAAO,EAAE,UAAU;IACnB,cAAc,EAAE,oBAAoB;IACpC,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,sBAAsB;IACnC,aAAa,EAAE,wBAAwB;IACvC,aAAa,EAAE,sBAAsB;IACrC,gBAAgB,EAAE,iBAAiB;IACnC,eAAe,EAAE,gBAAgB;IACjC,cAAc,EAAE,eAAe;IAC/B,eAAe,EAAE,kBAAkB;IAEnC,eAAe;IACf,QAAQ,EAAE,QAAQ;IAClB,oBAAoB,EAAE,qCAAqC;IAC3D,eAAe,EAAE,4BAA4B;IAC7C,aAAa,EAAE,0BAA0B;IACzC,kBAAkB,EAAE,oBAAoB;IACxC,YAAY,EAAE,YAAY;IAE1B,cAAc;IACd,KAAK,EAAE,WAAW;IAClB,wBAAwB,EAAE,4CAA4C;IACtE,yBAAyB,EAAE,4CAA4C;IACvE,mCAAmC,EAAE,0DAA0D;IAC/F,6DAA6D,EAAE,qGAAqG;IAEpK,iBAAiB;IACjB,QAAQ,EAAE,aAAa;IACvB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,UAAU;IAClB,OAAO,EAAE,YAAY;IACrB,qBAAqB,EAAE,sDAAsD;IAC7E,uBAAuB,EAAE,wDAAwD;IACjF,8BAA8B,EAAE,iEAAiE;IACjG,uBAAuB,EAAE,gCAAgC;IACzD,8EAA8E,EAAE,kEAAkE;IAClJ,YAAY,EAAE,cAAc;IAC5B,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;IACV,MAAM,EAAE,EAAE;IAEV,oBAAoB;IACpB,6EAA6E,EAAE,+GAA+G;IAC9L,6CAA6C,EAAE,kEAAkE;IACjH,kDAAkD,EAAE,oEAAoE;IACxH,mDAAmD,EAAE,qEAAqE;IAC1H,uEAAuE,EAAE,gHAAgH;IACzL,0CAA0C,EAAE,mEAAmE;IAC/G,gDAAgD,EAAE,uEAAuE;IACzH,gDAAgD,EAAE,yEAAyE;IAC3H,eAAe,EAAE,eAAe;IAChC,SAAS,EAAE,QAAQ;IACnB,OAAO,EAAE,QAAQ;IAEjB,sBAAsB;IACtB,kCAAkC,EAAE,yCAAyC;IAC7E,wBAAwB,EAAE,gCAAgC;IAC1D,yBAAyB,EAAE,4BAA4B;IACvD,cAAc,EAAE,gBAAgB;CAEhC,CAAC","sourcesContent":["/**\n * amCharts 5 locale\n * \n * Locale: lt_LT\n * Language: Lithuanian\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// number formatter related\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Default date formats for various periods\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"yyyy-MM-dd\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"yyyy-MM-dd\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_second\": \"ss\",\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_hour\": \"hh\",\n\t\"_duration_day\": \"dd\",\n\t\"_duration_week\": \"ww\",\n\t\"_duration_month\": \"MM\",\n\t\"_duration_year\": \"yyyy\",\n\n\t// Era\n\t\"_era_ad\": \"m.e.\",\n\t\"_era_bc\": \"p.m.e.\",\n\n\t// Period\n\t\"A\": \"R\",\n\t\"P\": \"V\",\n\t\"AM\": \"ryto\",\n\t\"PM\": \"vakaro\",\n\t\"A.M.\": \"ryto\",\n\t\"P.M.\": \"vakaro\",\n\n\t// Dates\n\t\"January\": \"Sausio\",\n\t\"February\": \"Vasario\",\n\t\"March\": \"Kovo\",\n\t\"April\": \"Balandžio\",\n\t\"May\": \"Gegužės\",\n\t\"June\": \"Birželio\",\n\t\"July\": \"Liepos\",\n\t\"August\": \"Rugpjūčio\",\n\t\"September\": \"Rugsėjo\",\n\t\"October\": \"Spalio\",\n\t\"November\": \"Lapkričio\",\n\t\"December\": \"Gruodžio\",\n\t\"Jan\": \"Sau\",\n\t\"Feb\": \"Vas\",\n\t\"Mar\": \"Kov\",\n\t\"Apr\": \"Bal\",\n\t\"May(short)\": \"Geg\",\n\t\"Jun\": \"Bir\",\n\t\"Jul\": \"Lie\",\n\t\"Aug\": \"Rgp\",\n\t\"Sep\": \"Rgs\",\n\t\"Oct\": \"Spa\",\n\t\"Nov\": \"Lap\",\n\t\"Dec\": \"Gru\",\n\t\"Sunday\": \"sekmadienis\",\n\t\"Monday\": \"pirmadienis\",\n\t\"Tuesday\": \"antradienis\",\n\t\"Wednesday\": \"trečiadienis\",\n\t\"Thursday\": \"ketvirtadienis\",\n\t\"Friday\": \"penktadienis\",\n\t\"Saturday\": \"šeštadienis\",\n\t\"Sun\": \"sekm.\",\n\t\"Mon\": \"pirm.\",\n\t\"Tue\": \"antr.\",\n\t\"Wed\": \"treč.\",\n\t\"Thu\": \"ketv.\",\n\t\"Fri\": \"penk.\",\n\t\"Sat\": \"šešt.\",\n\n\t// ordinal function\n\t\"_dateOrd\": function(_day: number): string {\n\t\treturn \"-a\";\n\t},\n\n\t// Chart elements\n\t\"Zoom Out\": \"Rodyti viską\",\n\t\"Play\": \"Paleisti\",\n\t\"Stop\": \"Sustabdyti\",\n\t\"Legend\": \"Legenda\",\n\t\"Press ENTER to toggle\": \"Spragtelkite, palieskite arba spauskite ENTER, kad perjungtumėte\",\n\t\"Loading\": \"Kraunama\",\n\t\"Home\": \"Pradžia\",\n\n\t// Chart types\n\t\"Chart\": \"Grafikas\",\n\t\"Serial chart\": \"Serijinis grafikas\",\n\t\"X/Y chart\": \"X/Y grafikas\",\n\t\"Pie chart\": \"Pyrago tipo grafikas\",\n\t\"Gauge chart\": \"Daviklio tipo grafikas\",\n\t\"Radar chart\": \"Radaro tipo grafikas\",\n\t\"Sankey diagram\": \"Sankey diagrama\",\n\t\"Chord diagram\": \"Chord diagrama\",\n\t\"Flow diagram\": \"Flow diagrama\",\n\t\"TreeMap chart\": \"TreeMap grafikas\",\n\n\t// Series types\n\t\"Series\": \"Serija\",\n\t\"Candlestick Series\": \"\\\"Candlestick\\\" tipo grafiko serija\",\n\t\"Column Series\": \"Stulpelinio grafiko serija\",\n\t\"Line Series\": \"Linijinio grafiko serija\",\n\t\"Pie Slice Series\": \"Pyrago tipo serija\",\n\t\"X/Y Series\": \"X/Y serija\",\n\n\t// Map-related\n\t\"Map\": \"Žemėlapis\",\n\t\"Press ENTER to zoom in\": \"Spauskite ENTER, kad pritrauktumėte vaizdą\",\n\t\"Press ENTER to zoom out\": \"Spauskite ENTER, kad atitolintumėte vaizdą\",\n\t\"Use arrow keys to zoom in and out\": \"Naudokitės royklėmis vaizdo pritraukimui ar atitolinimui\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Spauskite pliuso arba minuso klavišus ant klaviatūros, kad pritrautumėte arba atitolintumėte vaizdą\",\n\n\t// Export-related\n\t\"Export\": \"Eksportuoti\",\n\t\"Image\": \"Vaizdas\",\n\t\"Data\": \"Duomenys\",\n\t\"Print\": \"Spausdinti\",\n\t\"Press ENTER to open\": \"Spragtelkite arba spauskite ENTER, kad atidarytumėte\",\n\t\"Press ENTER to print.\": \"Spragtelkite arba spauskite ENTER, kad spausdintumėte.\",\n\t\"Press ENTER to export as %1.\": \"Spragtelkite arba spauskite ENTER, kad eksportuotumėte kaip %1.\",\n\t\"Image Export Complete\": \"Paveiksliuko eksportas baigtas\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Eksportas užtruko ilgiau negu turėtų. Greičiausiai įvyko klaida.\",\n\t\"Saved from\": \"Išsaugota iš\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"Spauskite TAB klavišą, kad pasirinktumėte žymeklius, arba kairė/dešinė klavišus, kad pakeistumėte pasirinkimą\",\n\t\"Use left and right arrows to move selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte pasirinkimą\",\n\t\"Use left and right arrows to move left selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte kairį žymeklį\",\n\t\"Use left and right arrows to move right selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte dešinį žymeklį\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"Spauskite TAB klavišą, kad pasirinktumėte žymeklius, arba aukštyn/žemyn klavišus, kad pakeistumėte pasirinkimą\",\n\t\"Use up and down arrows to move selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte pasirinkimą\",\n\t\"Use up and down arrows to move lower selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte apatinį žymeklį\",\n\t\"Use up and down arrows to move upper selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte viršutinį žymeklį\",\n\t\"From %1 to %2\": \"Nuo %1 iki %2\",\n\t\"From %1\": \"Nuo %1\",\n\t\"To %1\": \"Iki %1\",\n\n\t// Data loader-related\n\t\"No parser available for file: %1\": \"Failui %1 neturime tinkamo dešifruotojo\",\n\t\"Error parsing file: %1\": \"Skaitant failą %1 įvyko klaida\",\n\t\"Unable to load file: %1\": \"Nepavyko užkrauti failo %1\",\n\t\"Invalid date\": \"Klaidinga data\",\n\n};"]}
|
|
1
|
+
{"version":3,"file":"lt_LT.js","sourceRoot":"","sources":["../../../src/locales/lt_LT.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n * \n * Locale: lt_LT\n * Language: Lithuanian\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// number formatter related\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Default date formats for various periods\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"yyyy-MM-dd\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"yyyy-MM-dd\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_second\": \"ss\",\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_hour\": \"hh\",\n\t\"_duration_day\": \"dd\",\n\t\"_duration_week\": \"ww\",\n\t\"_duration_month\": \"MM\",\n\t\"_duration_year\": \"yyyy\",\n\n\t// Era\n\t\"_era_ad\": \"m.e.\",\n\t\"_era_bc\": \"p.m.e.\",\n\n\t// Period\n\t\"A\": \"R\",\n\t\"P\": \"V\",\n\t\"AM\": \"ryto\",\n\t\"PM\": \"vakaro\",\n\t\"A.M.\": \"ryto\",\n\t\"P.M.\": \"vakaro\",\n\n\t// Dates\n\t\"January\": \"Sausio\",\n\t\"February\": \"Vasario\",\n\t\"March\": \"Kovo\",\n\t\"April\": \"Balandžio\",\n\t\"May\": \"Gegužės\",\n\t\"June\": \"Birželio\",\n\t\"July\": \"Liepos\",\n\t\"August\": \"Rugpjūčio\",\n\t\"September\": \"Rugsėjo\",\n\t\"October\": \"Spalio\",\n\t\"November\": \"Lapkričio\",\n\t\"December\": \"Gruodžio\",\n\t\"Jan\": \"Sau\",\n\t\"Feb\": \"Vas\",\n\t\"Mar\": \"Kov\",\n\t\"Apr\": \"Bal\",\n\t\"May(short)\": \"Geg\",\n\t\"Jun\": \"Bir\",\n\t\"Jul\": \"Lie\",\n\t\"Aug\": \"Rgp\",\n\t\"Sep\": \"Rgs\",\n\t\"Oct\": \"Spa\",\n\t\"Nov\": \"Lap\",\n\t\"Dec\": \"Gru\",\n\t\"Sunday\": \"sekmadienis\",\n\t\"Monday\": \"pirmadienis\",\n\t\"Tuesday\": \"antradienis\",\n\t\"Wednesday\": \"trečiadienis\",\n\t\"Thursday\": \"ketvirtadienis\",\n\t\"Friday\": \"penktadienis\",\n\t\"Saturday\": \"šeštadienis\",\n\t\"Sun\": \"sekm.\",\n\t\"Mon\": \"pirm.\",\n\t\"Tue\": \"antr.\",\n\t\"Wed\": \"treč.\",\n\t\"Thu\": \"ketv.\",\n\t\"Fri\": \"penk.\",\n\t\"Sat\": \"šešt.\",\n\n\t// ordinal function\n\t\"_dateOrd\": function(_day: number): string {\n\t\treturn \"-a\";\n\t},\n\n\t// Chart elements\n\t\"Zoom Out\": \"Rodyti viską\",\n\t\"Play\": \"Paleisti\",\n\t\"Stop\": \"Sustabdyti\",\n\t\"Legend\": \"Legenda\",\n\t\"Press ENTER to toggle\": \"Spragtelkite, palieskite arba spauskite ENTER, kad perjungtumėte\",\n\t\"Loading\": \"Kraunama\",\n\t\"Home\": \"Pradžia\",\n\n\t// Chart types\n\t\"Chart\": \"Grafikas\",\n\t\"Serial chart\": \"Serijinis grafikas\",\n\t\"X/Y chart\": \"X/Y grafikas\",\n\t\"Pie chart\": \"Pyrago tipo grafikas\",\n\t\"Gauge chart\": \"Daviklio tipo grafikas\",\n\t\"Radar chart\": \"Radaro tipo grafikas\",\n\t\"Sankey diagram\": \"Sankey diagrama\",\n\t\"Chord diagram\": \"Chord diagrama\",\n\t\"Flow diagram\": \"Flow diagrama\",\n\t\"TreeMap chart\": \"TreeMap grafikas\",\n\n\t// Series types\n\t\"Series\": \"Serija\",\n\t\"Candlestick Series\": \"\\\"Candlestick\\\" tipo grafiko serija\",\n\t\"Column Series\": \"Stulpelinio grafiko serija\",\n\t\"Line Series\": \"Linijinio grafiko serija\",\n\t\"Pie Slice Series\": \"Pyrago tipo serija\",\n\t\"X/Y Series\": \"X/Y serija\",\n\n\t// Map-related\n\t\"Map\": \"Žemėlapis\",\n\t\"Press ENTER to zoom in\": \"Spauskite ENTER, kad pritrauktumėte vaizdą\",\n\t\"Press ENTER to zoom out\": \"Spauskite ENTER, kad atitolintumėte vaizdą\",\n\t\"Use arrow keys to zoom in and out\": \"Naudokitės royklėmis vaizdo pritraukimui ar atitolinimui\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Spauskite pliuso arba minuso klavišus ant klaviatūros, kad pritrautumėte arba atitolintumėte vaizdą\",\n\n\t// Export-related\n\t\"Export\": \"Eksportuoti\",\n\t\"Image\": \"Vaizdas\",\n\t\"Data\": \"Duomenys\",\n\t\"Print\": \"Spausdinti\",\n\t\"Press ENTER to open\": \"Spragtelkite arba spauskite ENTER, kad atidarytumėte\",\n\t\"Press ENTER to print.\": \"Spragtelkite arba spauskite ENTER, kad spausdintumėte.\",\n\t\"Press ENTER to export as %1.\": \"Spragtelkite arba spauskite ENTER, kad eksportuotumėte kaip %1.\",\n\t\"Image Export Complete\": \"Paveiksliuko eksportas baigtas\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Eksportas užtruko ilgiau negu turėtų. Greičiausiai įvyko klaida.\",\n\t\"Saved from\": \"Išsaugota iš\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"Spauskite TAB klavišą, kad pasirinktumėte žymeklius, arba kairė/dešinė klavišus, kad pakeistumėte pasirinkimą\",\n\t\"Use left and right arrows to move selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte pasirinkimą\",\n\t\"Use left and right arrows to move left selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte kairį žymeklį\",\n\t\"Use left and right arrows to move right selection\": \"Naudokitės klavišais kairė/dešinė, kad pajudintumėte dešinį žymeklį\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"Spauskite TAB klavišą, kad pasirinktumėte žymeklius, arba aukštyn/žemyn klavišus, kad pakeistumėte pasirinkimą\",\n\t\"Use up and down arrows to move selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte pasirinkimą\",\n\t\"Use up and down arrows to move lower selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte apatinį žymeklį\",\n\t\"Use up and down arrows to move upper selection\": \"Naudokitės klavišais aukštyn/žemyn, kad pajudintumėte viršutinį žymeklį\",\n\t\"From %1 to %2\": \"Nuo %1 iki %2\",\n\t\"From %1\": \"Nuo %1\",\n\t\"To %1\": \"Iki %1\",\n\n\t// Data loader-related\n\t\"No parser available for file: %1\": \"Failui %1 neturime tinkamo dešifruotojo\",\n\t\"Error parsing file: %1\": \"Skaitant failą %1 įvyko klaida\",\n\t\"Unable to load file: %1\": \"Nepavyko užkrauti failo %1\",\n\t\"Invalid date\": \"Klaidinga data\",\n\n\t// Common actions\n\t\"Close\": \"Uždaryti\",\n\t\"Minimize\": \"Sumažinti\",\n\t\"Confirm\": \"Patvirtinti\"\n\n};"]}
|
package/locales/lv_LV.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
_date_minute: string;
|
|
33
33
|
_date_minute_full: string;
|
|
34
34
|
_date_hour: string;
|
|
35
|
+
_date_hour_short: string;
|
|
35
36
|
_date_hour_full: string;
|
|
36
37
|
_date_day: string;
|
|
37
38
|
_date_day_full: string;
|
|
@@ -190,6 +191,9 @@ declare const _default: {
|
|
|
190
191
|
"Error parsing file: %1": string;
|
|
191
192
|
"Unable to load file: %1": string;
|
|
192
193
|
"Invalid date": string;
|
|
194
|
+
Close: string;
|
|
195
|
+
Minimize: string;
|
|
196
|
+
Confirm: string;
|
|
193
197
|
};
|
|
194
198
|
/**
|
|
195
199
|
* amCharts 5 locale
|
package/locales/lv_LV.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lv_LV.d.ts","sourceRoot":"","sources":["../../../src/locales/lv_LV.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lv_LV.d.ts","sourceRoot":"","sources":["../../../src/locales/lv_LV.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAqR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AArR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAsWE"}
|
package/locales/lv_LV.js
CHANGED
|
@@ -110,6 +110,7 @@ export default {
|
|
|
110
110
|
"_date_minute": "HH:mm",
|
|
111
111
|
"_date_minute_full": "HH:mm - MMM dd, yyyy",
|
|
112
112
|
"_date_hour": "HH:mm",
|
|
113
|
+
"_date_hour_short": "HH",
|
|
113
114
|
"_date_hour_full": "HH:mm - MMM dd, yyyy",
|
|
114
115
|
"_date_day": "MMM dd",
|
|
115
116
|
"_date_day_full": "MMM dd, yyyy",
|
|
@@ -375,5 +376,9 @@ export default {
|
|
|
375
376
|
"Error parsing file: %1": "",
|
|
376
377
|
"Unable to load file: %1": "",
|
|
377
378
|
"Invalid date": "",
|
|
379
|
+
// Common actions
|
|
380
|
+
"Close": "",
|
|
381
|
+
"Minimize": "",
|
|
382
|
+
"Confirm": ""
|
|
378
383
|
};
|
|
379
384
|
//# sourceMappingURL=lv_LV.js.map
|
package/locales/lv_LV.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lv_LV.js","sourceRoot":"","sources":["../../../src/locales/lv_LV.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: lv_LV\n * Language: Latvian\n * Author: Bjorn Svensson\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n *\n * ---\n * Edit but leave the header section above this line. You can remove any\n * subsequent comment sections.\n * ---\n *\n * Use this file as a template to create translations. Leave the key part in\n * English intact. Fill the value with a translation.\n *\n * Empty string means no translation, so default \"International English\"\n * will be used.\n *\n * If you need the translation to literally be an empty string, use `null`\n * instead.\n *\n * IMPORTANT:\n * When translating make good effort to keep the translation length\n * at least the same chartcount as the English, especially for short prompts.\n *\n * Having significantly longer prompts may distort the actual charts.\n *\n * NOTE:\n * Some prompts - like months or weekdays - come in two versions: full and\n * shortened.\n *\n * If there's no official shortened version of these in your language, and it\n * would not be possible to invent such short versions that don't seem weird\n * to native speakers of that language, fill those with the same as full\n * version.\n *\n * PLACEHOLDERS:\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\n * values during translation and should be retained in the translated prompts.\n *\n * Placeholder positions may be changed to better suit structure of the\n * sentence.\n *\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\n * actual value representing range start, and \"%2\" will be replaced by end\n * value.\n *\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\n * places where they will make sense.\n *\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"m.ē.\",\n\t\"_era_bc\": \"p.m.ē.\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"priekšp.\",\n\t\"P\": \"pēcp.\",\n\t\"AM\": \"priekšp.\",\n\t\"PM\": \"pēcp.\",\n\t\"A.M.\": \"priekšpusdienā\",\n\t\"P.M.\": \"pēcpusdienā\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"janvāris\",\n\t\"February\": \"februāris\",\n\t\"March\": \"marts\",\n\t\"April\": \"aprīlis\",\n\t\"May\": \"maijs\",\n\t\"June\": \"jūnijs\",\n\t\"July\": \"jūlijs\",\n\t\"August\": \"augusts\",\n\t\"September\": \"septembris\",\n\t\"October\": \"oktobris\",\n\t\"November\": \"novembris\",\n\t\"December\": \"decembris\",\n\t\"Jan\": \"janv.\",\n\t\"Feb\": \"febr.\",\n\t\"Mar\": \"marts\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"maijs\",\n\t\"Jun\": \"jūn.\",\n\t\"Jul\": \"jūl.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sept.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"svētdiena\",\n\t\"Monday\": \"pirmdiena\",\n\t\"Tuesday\": \"otrdiena\",\n\t\"Wednesday\": \"trešdiena\",\n\t\"Thursday\": \"ceturtdiena\",\n\t\"Friday\": \"piektdiena\",\n\t\"Saturday\": \"sestdiena\",\n\t\"Sun\": \"svētd.\",\n\t\"Mon\": \"pirmd.\",\n\t\"Tue\": \"otrd.\",\n\t\"Wed\": \"trešd.\",\n\t\"Thu\": \"ceturtd.\",\n\t\"Fri\": \"piektd.\",\n\t\"Sat\": \"sestd.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Tālummaiņa\",\n\n\t// Timeline buttons\n\t\"Play\": \"Darbināt\",\n\t\"Stop\": \"Apturēt\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Apzīmējumi\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Ielādē\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Sākums\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"\",\n\t\"Serial chart\": \"\",\n\t\"X/Y chart\": \"\",\n\t\"Pie chart\": \"\",\n\t\"Gauge chart\": \"\",\n\t\"Radar chart\": \"\",\n\t\"Sankey diagram\": \"\",\n\t\"Flow diagram\": \"\",\n\t\"Chord diagram\": \"\",\n\t\"TreeMap chart\": \"\",\n\t\"Sliced chart\": \"\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"\",\n\t\"Candlestick Series\": \"\",\n\t\"OHLC Series\": \"\",\n\t\"Column Series\": \"\",\n\t\"Line Series\": \"\",\n\t\"Pie Slice Series\": \"\",\n\t\"Funnel Series\": \"\",\n\t\"Pyramid Series\": \"\",\n\t\"X/Y Series\": \"\",\n\n\t// Map-related stuff.\n\t\"Map\": \"\",\n\t\"Press ENTER to zoom in\": \"\",\n\t\"Press ENTER to zoom out\": \"\",\n\t\"Use arrow keys to zoom in and out\": \"\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"Drukāt\",\n\t\"Image\": \"Attēls\",\n\t\"Data\": \"Dati\",\n\t\"Print\": \"Drukāt\",\n\t\"Press ENTER to open\": \"\",\n\t\"Press ENTER to print.\": \"\",\n\t\"Press ENTER to export as %1.\": \"\",\n\t\"(Press ESC to close this message)\": \"\",\n\t\"Image Export Complete\": \"\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"\",\n\t\"Use left and right arrows to move selection\": \"\",\n\t\"Use left and right arrows to move left selection\": \"\",\n\t\"Use left and right arrows to move right selection\": \"\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"\",\n\t\"Use up and down arrows to move selection\": \"\",\n\t\"Use up and down arrows to move lower selection\": \"\",\n\t\"Use up and down arrows to move upper selection\": \"\",\n\t\"From %1 to %2\": \"No %1 līdz %2\",\n\t\"From %1\": \"No %1\",\n\t\"To %1\": \"Līdz %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n};\n"]}
|
|
1
|
+
{"version":3,"file":"lv_LV.js","sourceRoot":"","sources":["../../../src/locales/lv_LV.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: lv_LV\n * Language: Latvian\n * Author: Bjorn Svensson\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n *\n * ---\n * Edit but leave the header section above this line. You can remove any\n * subsequent comment sections.\n * ---\n *\n * Use this file as a template to create translations. Leave the key part in\n * English intact. Fill the value with a translation.\n *\n * Empty string means no translation, so default \"International English\"\n * will be used.\n *\n * If you need the translation to literally be an empty string, use `null`\n * instead.\n *\n * IMPORTANT:\n * When translating make good effort to keep the translation length\n * at least the same chartcount as the English, especially for short prompts.\n *\n * Having significantly longer prompts may distort the actual charts.\n *\n * NOTE:\n * Some prompts - like months or weekdays - come in two versions: full and\n * shortened.\n *\n * If there's no official shortened version of these in your language, and it\n * would not be possible to invent such short versions that don't seem weird\n * to native speakers of that language, fill those with the same as full\n * version.\n *\n * PLACEHOLDERS:\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\n * values during translation and should be retained in the translated prompts.\n *\n * Placeholder positions may be changed to better suit structure of the\n * sentence.\n *\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\n * actual value representing range start, and \"%2\" will be replaced by end\n * value.\n *\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\n * places where they will make sense.\n *\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"m.ē.\",\n\t\"_era_bc\": \"p.m.ē.\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"priekšp.\",\n\t\"P\": \"pēcp.\",\n\t\"AM\": \"priekšp.\",\n\t\"PM\": \"pēcp.\",\n\t\"A.M.\": \"priekšpusdienā\",\n\t\"P.M.\": \"pēcpusdienā\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"janvāris\",\n\t\"February\": \"februāris\",\n\t\"March\": \"marts\",\n\t\"April\": \"aprīlis\",\n\t\"May\": \"maijs\",\n\t\"June\": \"jūnijs\",\n\t\"July\": \"jūlijs\",\n\t\"August\": \"augusts\",\n\t\"September\": \"septembris\",\n\t\"October\": \"oktobris\",\n\t\"November\": \"novembris\",\n\t\"December\": \"decembris\",\n\t\"Jan\": \"janv.\",\n\t\"Feb\": \"febr.\",\n\t\"Mar\": \"marts\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"maijs\",\n\t\"Jun\": \"jūn.\",\n\t\"Jul\": \"jūl.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sept.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"svētdiena\",\n\t\"Monday\": \"pirmdiena\",\n\t\"Tuesday\": \"otrdiena\",\n\t\"Wednesday\": \"trešdiena\",\n\t\"Thursday\": \"ceturtdiena\",\n\t\"Friday\": \"piektdiena\",\n\t\"Saturday\": \"sestdiena\",\n\t\"Sun\": \"svētd.\",\n\t\"Mon\": \"pirmd.\",\n\t\"Tue\": \"otrd.\",\n\t\"Wed\": \"trešd.\",\n\t\"Thu\": \"ceturtd.\",\n\t\"Fri\": \"piektd.\",\n\t\"Sat\": \"sestd.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Tālummaiņa\",\n\n\t// Timeline buttons\n\t\"Play\": \"Darbināt\",\n\t\"Stop\": \"Apturēt\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Apzīmējumi\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Ielādē\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Sākums\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"\",\n\t\"Serial chart\": \"\",\n\t\"X/Y chart\": \"\",\n\t\"Pie chart\": \"\",\n\t\"Gauge chart\": \"\",\n\t\"Radar chart\": \"\",\n\t\"Sankey diagram\": \"\",\n\t\"Flow diagram\": \"\",\n\t\"Chord diagram\": \"\",\n\t\"TreeMap chart\": \"\",\n\t\"Sliced chart\": \"\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"\",\n\t\"Candlestick Series\": \"\",\n\t\"OHLC Series\": \"\",\n\t\"Column Series\": \"\",\n\t\"Line Series\": \"\",\n\t\"Pie Slice Series\": \"\",\n\t\"Funnel Series\": \"\",\n\t\"Pyramid Series\": \"\",\n\t\"X/Y Series\": \"\",\n\n\t// Map-related stuff.\n\t\"Map\": \"\",\n\t\"Press ENTER to zoom in\": \"\",\n\t\"Press ENTER to zoom out\": \"\",\n\t\"Use arrow keys to zoom in and out\": \"\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"Drukāt\",\n\t\"Image\": \"Attēls\",\n\t\"Data\": \"Dati\",\n\t\"Print\": \"Drukāt\",\n\t\"Press ENTER to open\": \"\",\n\t\"Press ENTER to print.\": \"\",\n\t\"Press ENTER to export as %1.\": \"\",\n\t\"(Press ESC to close this message)\": \"\",\n\t\"Image Export Complete\": \"\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"\",\n\t\"Use left and right arrows to move selection\": \"\",\n\t\"Use left and right arrows to move left selection\": \"\",\n\t\"Use left and right arrows to move right selection\": \"\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"\",\n\t\"Use up and down arrows to move selection\": \"\",\n\t\"Use up and down arrows to move lower selection\": \"\",\n\t\"Use up and down arrows to move upper selection\": \"\",\n\t\"From %1 to %2\": \"No %1 līdz %2\",\n\t\"From %1\": \"No %1\",\n\t\"To %1\": \"Līdz %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
|
package/locales/nb_NO.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
|
32
32
|
_date_minute: string;
|
|
33
33
|
_date_minute_full: string;
|
|
34
34
|
_date_hour: string;
|
|
35
|
+
_date_hour_short: string;
|
|
35
36
|
_date_hour_full: string;
|
|
36
37
|
_date_day: string;
|
|
37
38
|
_date_day_full: string;
|
|
@@ -190,6 +191,9 @@ declare const _default: {
|
|
|
190
191
|
"Error parsing file: %1": string;
|
|
191
192
|
"Unable to load file: %1": string;
|
|
192
193
|
"Invalid date": string;
|
|
194
|
+
Close: string;
|
|
195
|
+
Minimize: string;
|
|
196
|
+
Confirm: string;
|
|
193
197
|
};
|
|
194
198
|
/**
|
|
195
199
|
* amCharts 5 locale
|
package/locales/nb_NO.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nb_NO.d.ts","sourceRoot":"","sources":["../../../src/locales/nb_NO.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nb_NO.d.ts","sourceRoot":"","sources":["../../../src/locales/nb_NO.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAqR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AArR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAsWE"}
|
package/locales/nb_NO.js
CHANGED
|
@@ -110,6 +110,7 @@ export default {
|
|
|
110
110
|
"_date_minute": "HH:mm",
|
|
111
111
|
"_date_minute_full": "HH:mm - dd. MMM yyyy",
|
|
112
112
|
"_date_hour": "HH:mm",
|
|
113
|
+
"_date_hour_short": "HH",
|
|
113
114
|
"_date_hour_full": "HH:mm - dd. MMM yyyy",
|
|
114
115
|
"_date_day": "dd. MMM",
|
|
115
116
|
"_date_day_full": "dd. MMM yyyy",
|
|
@@ -375,5 +376,9 @@ export default {
|
|
|
375
376
|
"Error parsing file: %1": "",
|
|
376
377
|
"Unable to load file: %1": "",
|
|
377
378
|
"Invalid date": "",
|
|
379
|
+
// Common actions
|
|
380
|
+
"Close": "",
|
|
381
|
+
"Minimize": "",
|
|
382
|
+
"Confirm": ""
|
|
378
383
|
};
|
|
379
384
|
//# sourceMappingURL=nb_NO.js.map
|
package/locales/nb_NO.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nb_NO.js","sourceRoot":"","sources":["../../../src/locales/nb_NO.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: nb_NO\n * Language: Norwegian Bokmål\n * Author: Bjorn Svensson\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n *\n * ---\n * Edit but leave the header section above this line. You can remove any\n * subsequent comment sections.\n * ---\n *\n * Use this file as a template to create translations. Leave the key part in\n * English intact. Fill the value with a translation.\n *\n * Empty string means no translation, so default \"International English\"\n * will be used.\n *\n * If you need the translation to literally be an empty string, use `null`\n * instead.\n *\n * IMPORTANT:\n * When translating make good effort to keep the translation length\n * at least the same chartcount as the English, especially for short prompts.\n *\n * Having significantly longer prompts may distort the actual charts.\n *\n * NOTE:\n * Some prompts - like months or weekdays - come in two versions: full and\n * shortened.\n *\n * If there's no official shortened version of these in your language, and it\n * would not be possible to invent such short versions that don't seem weird\n * to native speakers of that language, fill those with the same as full\n * version.\n *\n * PLACEHOLDERS:\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\n * values during translation and should be retained in the translated prompts.\n *\n * Placeholder positions may be changed to better suit structure of the\n * sentence.\n *\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\n * actual value representing range start, and \"%2\" will be replaced by end\n * value.\n *\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\n * places where they will make sense.\n *\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - dd. MMM yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - dd. MMM yyyy\",\n\t\"_date_day\": \"dd. MMM\",\n\t\"_date_day_full\": \"dd. MMM yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"dd. MMM yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"e.Kr.\",\n\t\"_era_bc\": \"f.Kr.\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"a.m.\",\n\t\"PM\": \"p.m.\",\n\t\"A.M.\": \"a.m.\",\n\t\"P.M.\": \"p.m.\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"januar\",\n\t\"February\": \"februar\",\n\t\"March\": \"mars\",\n\t\"April\": \"april\",\n\t\"May\": \"mai\",\n\t\"June\": \"juni\",\n\t\"July\": \"juli\",\n\t\"August\": \"august\",\n\t\"September\": \"september\",\n\t\"October\": \"oktober\",\n\t\"November\": \"november\",\n\t\"December\": \"desember\",\n\t\"Jan\": \"jan.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mar.\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"mai\",\n\t\"Jun\": \"jun.\",\n\t\"Jul\": \"jul.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sep.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"des.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"søndag\",\n\t\"Monday\": \"mandag\",\n\t\"Tuesday\": \"tirsdag\",\n\t\"Wednesday\": \"onsdag\",\n\t\"Thursday\": \"torsdag\",\n\t\"Friday\": \"fredag\",\n\t\"Saturday\": \"lørdag\",\n\t\"Sun\": \"søn.\",\n\t\"Mon\": \"man.\",\n\t\"Tue\": \"tir.\",\n\t\"Wed\": \"ons.\",\n\t\"Thu\": \"tor.\",\n\t\"Fri\": \"fre.\",\n\t\"Sat\": \"lør.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zoom\",\n\n\t// Timeline buttons\n\t\"Play\": \"Spill av\",\n\t\"Stop\": \"Stopp\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Tegnforklaring\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Laster inn\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Hjem\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"\",\n\t\"Serial chart\": \"\",\n\t\"X/Y chart\": \"\",\n\t\"Pie chart\": \"\",\n\t\"Gauge chart\": \"\",\n\t\"Radar chart\": \"\",\n\t\"Sankey diagram\": \"\",\n\t\"Flow diagram\": \"\",\n\t\"Chord diagram\": \"\",\n\t\"TreeMap chart\": \"\",\n\t\"Sliced chart\": \"\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"\",\n\t\"Candlestick Series\": \"\",\n\t\"OHLC Series\": \"\",\n\t\"Column Series\": \"\",\n\t\"Line Series\": \"\",\n\t\"Pie Slice Series\": \"\",\n\t\"Funnel Series\": \"\",\n\t\"Pyramid Series\": \"\",\n\t\"X/Y Series\": \"\",\n\n\t// Map-related stuff.\n\t\"Map\": \"\",\n\t\"Press ENTER to zoom in\": \"\",\n\t\"Press ENTER to zoom out\": \"\",\n\t\"Use arrow keys to zoom in and out\": \"\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"Skriv ut\",\n\t\"Image\": \"Bilde\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Skriv ut\",\n\t\"Press ENTER to open\": \"\",\n\t\"Press ENTER to print.\": \"\",\n\t\"Press ENTER to export as %1.\": \"\",\n\t\"(Press ESC to close this message)\": \"\",\n\t\"Image Export Complete\": \"\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"\",\n\t\"Use left and right arrows to move selection\": \"\",\n\t\"Use left and right arrows to move left selection\": \"\",\n\t\"Use left and right arrows to move right selection\": \"\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"\",\n\t\"Use up and down arrows to move selection\": \"\",\n\t\"Use up and down arrows to move lower selection\": \"\",\n\t\"Use up and down arrows to move upper selection\": \"\",\n\t\"From %1 to %2\": \"Fra %1 til %2\",\n\t\"From %1\": \"Fra %1\",\n\t\"To %1\": \"Til %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n};\n"]}
|
|
1
|
+
{"version":3,"file":"nb_NO.js","sourceRoot":"","sources":["../../../src/locales/nb_NO.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: nb_NO\n * Language: Norwegian Bokmål\n * Author: Bjorn Svensson\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n *\n * ---\n * Edit but leave the header section above this line. You can remove any\n * subsequent comment sections.\n * ---\n *\n * Use this file as a template to create translations. Leave the key part in\n * English intact. Fill the value with a translation.\n *\n * Empty string means no translation, so default \"International English\"\n * will be used.\n *\n * If you need the translation to literally be an empty string, use `null`\n * instead.\n *\n * IMPORTANT:\n * When translating make good effort to keep the translation length\n * at least the same chartcount as the English, especially for short prompts.\n *\n * Having significantly longer prompts may distort the actual charts.\n *\n * NOTE:\n * Some prompts - like months or weekdays - come in two versions: full and\n * shortened.\n *\n * If there's no official shortened version of these in your language, and it\n * would not be possible to invent such short versions that don't seem weird\n * to native speakers of that language, fill those with the same as full\n * version.\n *\n * PLACEHOLDERS:\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\n * values during translation and should be retained in the translated prompts.\n *\n * Placeholder positions may be changed to better suit structure of the\n * sentence.\n *\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\n * actual value representing range start, and \"%2\" will be replaced by end\n * value.\n *\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\n * places where they will make sense.\n *\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - dd. MMM yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - dd. MMM yyyy\",\n\t\"_date_day\": \"dd. MMM\",\n\t\"_date_day_full\": \"dd. MMM yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"dd. MMM yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"e.Kr.\",\n\t\"_era_bc\": \"f.Kr.\",\n\n\t// Day part, used in 12-hour formats, e.g. 5 P.M.\n\t// Please note that these come in 3 variants:\n\t// * one letter (e.g. \"A\")\n\t// * two letters (e.g. \"AM\")\n\t// * two letters with dots (e.g. \"A.M.\")\n\t//\n\t// All three need to to be translated even if they are all the same. Some\n\t// users might use one, some the other.\n\t\"A\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"a.m.\",\n\t\"PM\": \"p.m.\",\n\t\"A.M.\": \"a.m.\",\n\t\"P.M.\": \"p.m.\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"januar\",\n\t\"February\": \"februar\",\n\t\"March\": \"mars\",\n\t\"April\": \"april\",\n\t\"May\": \"mai\",\n\t\"June\": \"juni\",\n\t\"July\": \"juli\",\n\t\"August\": \"august\",\n\t\"September\": \"september\",\n\t\"October\": \"oktober\",\n\t\"November\": \"november\",\n\t\"December\": \"desember\",\n\t\"Jan\": \"jan.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mar.\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"mai\",\n\t\"Jun\": \"jun.\",\n\t\"Jul\": \"jul.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sep.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"des.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"søndag\",\n\t\"Monday\": \"mandag\",\n\t\"Tuesday\": \"tirsdag\",\n\t\"Wednesday\": \"onsdag\",\n\t\"Thursday\": \"torsdag\",\n\t\"Friday\": \"fredag\",\n\t\"Saturday\": \"lørdag\",\n\t\"Sun\": \"søn.\",\n\t\"Mon\": \"man.\",\n\t\"Tue\": \"tir.\",\n\t\"Wed\": \"ons.\",\n\t\"Thu\": \"tor.\",\n\t\"Fri\": \"fre.\",\n\t\"Sat\": \"lør.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zoom\",\n\n\t// Timeline buttons\n\t\"Play\": \"Spill av\",\n\t\"Stop\": \"Stopp\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Tegnforklaring\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Laster inn\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Hjem\",\n\n\t// Chart types.\n\t// Those are used as default screen reader titles for the main chart element\n\t// unless developer has set some more descriptive title.\n\t\"Chart\": \"\",\n\t\"Serial chart\": \"\",\n\t\"X/Y chart\": \"\",\n\t\"Pie chart\": \"\",\n\t\"Gauge chart\": \"\",\n\t\"Radar chart\": \"\",\n\t\"Sankey diagram\": \"\",\n\t\"Flow diagram\": \"\",\n\t\"Chord diagram\": \"\",\n\t\"TreeMap chart\": \"\",\n\t\"Sliced chart\": \"\",\n\n\t// Series types.\n\t// Used to name series by type for screen readers if they do not have their\n\t// name set.\n\t\"Series\": \"\",\n\t\"Candlestick Series\": \"\",\n\t\"OHLC Series\": \"\",\n\t\"Column Series\": \"\",\n\t\"Line Series\": \"\",\n\t\"Pie Slice Series\": \"\",\n\t\"Funnel Series\": \"\",\n\t\"Pyramid Series\": \"\",\n\t\"X/Y Series\": \"\",\n\n\t// Map-related stuff.\n\t\"Map\": \"\",\n\t\"Press ENTER to zoom in\": \"\",\n\t\"Press ENTER to zoom out\": \"\",\n\t\"Use arrow keys to zoom in and out\": \"\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"\",\n\n\t// Export-related stuff.\n\t// These prompts are used in Export menu labels.\n\t//\n\t// \"Export\" is the top-level menu item.\n\t//\n\t// \"Image\", \"Data\", \"Print\" as second-level indicating type of export\n\t// operation.\n\t//\n\t// Leave actual format untranslated, unless you absolutely know that they\n\t// would convey more meaning in some other way.\n\t\"Export\": \"Skriv ut\",\n\t\"Image\": \"Bilde\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Skriv ut\",\n\t\"Press ENTER to open\": \"\",\n\t\"Press ENTER to print.\": \"\",\n\t\"Press ENTER to export as %1.\": \"\",\n\t\"(Press ESC to close this message)\": \"\",\n\t\"Image Export Complete\": \"\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"\",\n\t\"PNG\": \"\",\n\t\"JPG\": \"\",\n\t\"GIF\": \"\",\n\t\"SVG\": \"\",\n\t\"PDF\": \"\",\n\t\"JSON\": \"\",\n\t\"CSV\": \"\",\n\t\"XLSX\": \"\",\n\t\"HTML\": \"\",\n\n\t// Scrollbar-related stuff.\n\t//\n\t// Scrollbar is a control which can zoom and pan the axes on the chart.\n\t//\n\t// Each scrollbar has two grips: left or right (for horizontal scrollbar) or\n\t// upper and lower (for vertical one).\n\t//\n\t// Prompts change in relation to whether Scrollbar is vertical or horizontal.\n\t//\n\t// The final section is used to indicate the current range of selection.\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"\",\n\t\"Use left and right arrows to move selection\": \"\",\n\t\"Use left and right arrows to move left selection\": \"\",\n\t\"Use left and right arrows to move right selection\": \"\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"\",\n\t\"Use up and down arrows to move selection\": \"\",\n\t\"Use up and down arrows to move lower selection\": \"\",\n\t\"Use up and down arrows to move upper selection\": \"\",\n\t\"From %1 to %2\": \"Fra %1 til %2\",\n\t\"From %1\": \"Fra %1\",\n\t\"To %1\": \"Til %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
|
package/locales/nl_NL.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
_date_minute: string;
|
|
11
11
|
_date_minute_full: string;
|
|
12
12
|
_date_hour: string;
|
|
13
|
+
_date_hour_short: string;
|
|
13
14
|
_date_hour_full: string;
|
|
14
15
|
_date_day: string;
|
|
15
16
|
_date_day_full: string;
|
|
@@ -136,6 +137,9 @@ declare const _default: {
|
|
|
136
137
|
"Error parsing file: %1": string;
|
|
137
138
|
"Unable to load file: %1": string;
|
|
138
139
|
"Invalid date": string;
|
|
140
|
+
Close: string;
|
|
141
|
+
Minimize: string;
|
|
142
|
+
Confirm: string;
|
|
139
143
|
};
|
|
140
144
|
/**
|
|
141
145
|
* amCharts 5 locale
|
package/locales/nl_NL.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nl_NL.d.ts","sourceRoot":"","sources":["../../../src/locales/nl_NL.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nl_NL.d.ts","sourceRoot":"","sources":["../../../src/locales/nl_NL.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA4I2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA5I1C;;;;;;;GAOG;AACH,wBA+PE"}
|