@amcharts/amcharts5 5.2.21 → 5.2.23
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/hierarchy/HierarchyDefaultTheme.js.map +1 -1
- package/.internal/charts/percent/PercentDefaultTheme.js +8 -8
- package/.internal/charts/percent/PercentDefaultTheme.js.map +1 -1
- package/.internal/charts/stock/StockChart.js +1 -1
- package/.internal/charts/stock/StockChart.js.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/stock/StockChartDefaultTheme.js +16 -5
- package/.internal/charts/stock/StockChartDefaultTheme.js.map +1 -1
- package/.internal/charts/stock/drawing/DrawingSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/DrawingSeries.js +5 -2
- package/.internal/charts/stock/drawing/DrawingSeries.js.map +1 -1
- package/.internal/charts/stock/drawing/IconSeries.d.ts +3 -3
- package/.internal/charts/stock/drawing/IconSeries.d.ts.map +1 -1
- package/.internal/charts/stock/drawing/IconSeries.js.map +1 -1
- package/.internal/charts/stock/indicators/ZigZag.d.ts +40 -0
- package/.internal/charts/stock/indicators/ZigZag.d.ts.map +1 -0
- package/.internal/charts/stock/indicators/ZigZag.js +204 -0
- package/.internal/charts/stock/indicators/ZigZag.js.map +1 -0
- package/.internal/charts/stock/toolbar/DropdownList.d.ts.map +1 -1
- package/.internal/charts/stock/toolbar/DropdownList.js +1 -11
- package/.internal/charts/stock/toolbar/DropdownList.js.map +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.d.ts.map +1 -1
- package/.internal/charts/stock/toolbar/IndicatorControl.js +7 -0
- package/.internal/charts/stock/toolbar/IndicatorControl.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +2 -0
- 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 +3 -2
- package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +22 -10
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.js +8 -3
- package/.internal/charts/xy/axes/GaplessDateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +5 -0
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/XYSeries.d.ts +3 -0
- package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/XYSeries.js +3 -3
- package/.internal/charts/xy/series/XYSeries.js.map +1 -1
- package/.internal/core/Classes.d.ts +2 -0
- package/.internal/core/Classes.d.ts.map +1 -1
- package/.internal/core/Classes.js.map +1 -1
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +5 -3
- package/.internal/core/Root.js.map +1 -1
- package/.internal/core/util/DateFormatter.d.ts.map +1 -1
- package/.internal/core/util/DateFormatter.js +7 -1
- package/.internal/core/util/DateFormatter.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/NumberFormatter.d.ts.map +1 -1
- package/.internal/core/util/NumberFormatter.js +13 -3
- package/.internal/core/util/NumberFormatter.js.map +1 -1
- package/.internal/core/util/Time.d.ts +1 -1
- package/.internal/core/util/Time.d.ts.map +1 -1
- package/.internal/core/util/Time.js +19 -10
- package/.internal/core/util/Time.js.map +1 -1
- package/.internal/core/util/Utils.d.ts +1 -0
- package/.internal/core/util/Utils.d.ts.map +1 -1
- package/.internal/core/util/Utils.js +6 -0
- package/.internal/core/util/Utils.js.map +1 -1
- package/CHANGELOG.md +28 -0
- 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/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/jest/package.json +1 -1
- package/examples/javascript/json/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/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/package.json +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/index.js +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
- package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
- package/examples/javascript/stock-chart-intraday/package.json +1 -1
- package/examples/javascript/stock-chart-live/package.json +1 -1
- package/examples/javascript/stock-chart-volume-separate-panel/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/index.js +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/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/index.js +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/index.js +2 -2
- package/examples/javascript/xy-stock-comparing/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/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/jest/package.json +1 -1
- package/examples/typescript/json/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/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/package.json +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/index.ts +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
- package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
- package/examples/typescript/stock-chart-intraday/package.json +1 -1
- package/examples/typescript/stock-chart-live/package.json +1 -1
- package/examples/typescript/stock-chart-volume-separate-panel/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/index.ts +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/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/index.ts +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/index.ts +2 -2
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/locales/ar.d.ts +2 -0
- package/locales/ar.d.ts.map +1 -1
- package/locales/ar.js +3 -0
- package/locales/ar.js.map +1 -1
- package/locales/bs_BA.d.ts +2 -0
- package/locales/bs_BA.d.ts.map +1 -1
- package/locales/bs_BA.js +3 -0
- package/locales/bs_BA.js.map +1 -1
- package/locales/ca_ES.d.ts +2 -0
- package/locales/ca_ES.d.ts.map +1 -1
- package/locales/ca_ES.js +3 -0
- package/locales/ca_ES.js.map +1 -1
- package/locales/cs_CZ.d.ts +2 -0
- package/locales/cs_CZ.d.ts.map +1 -1
- package/locales/cs_CZ.js +3 -0
- package/locales/cs_CZ.js.map +1 -1
- package/locales/da_DK.d.ts +2 -0
- package/locales/da_DK.d.ts.map +1 -1
- package/locales/da_DK.js +3 -0
- package/locales/da_DK.js.map +1 -1
- package/locales/de_CH.d.ts +2 -0
- package/locales/de_CH.d.ts.map +1 -1
- package/locales/de_CH.js +3 -0
- package/locales/de_CH.js.map +1 -1
- package/locales/de_DE.d.ts +2 -0
- package/locales/de_DE.d.ts.map +1 -1
- package/locales/de_DE.js +3 -0
- package/locales/de_DE.js.map +1 -1
- package/locales/el_GR.d.ts +2 -0
- package/locales/el_GR.d.ts.map +1 -1
- package/locales/el_GR.js +3 -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 -0
- package/locales/en.js.map +1 -1
- package/locales/en_CA.d.ts +2 -0
- package/locales/en_CA.d.ts.map +1 -1
- package/locales/en_CA.js +3 -0
- package/locales/en_CA.js.map +1 -1
- package/locales/en_US.d.ts +2 -0
- package/locales/en_US.d.ts.map +1 -1
- package/locales/en_US.js +3 -0
- package/locales/en_US.js.map +1 -1
- package/locales/es_ES.d.ts +2 -0
- package/locales/es_ES.d.ts.map +1 -1
- package/locales/es_ES.js +3 -0
- package/locales/es_ES.js.map +1 -1
- package/locales/et_EE.d.ts +2 -0
- package/locales/et_EE.d.ts.map +1 -1
- package/locales/et_EE.js +3 -0
- package/locales/et_EE.js.map +1 -1
- package/locales/fi_FI.d.ts +2 -0
- package/locales/fi_FI.d.ts.map +1 -1
- package/locales/fi_FI.js +3 -0
- package/locales/fi_FI.js.map +1 -1
- package/locales/fr_FR.d.ts +2 -0
- package/locales/fr_FR.d.ts.map +1 -1
- package/locales/fr_FR.js +3 -0
- package/locales/fr_FR.js.map +1 -1
- package/locales/he_IL.d.ts +2 -0
- package/locales/he_IL.d.ts.map +1 -1
- package/locales/he_IL.js +3 -0
- package/locales/he_IL.js.map +1 -1
- package/locales/hi_IN.d.ts +2 -0
- package/locales/hi_IN.d.ts.map +1 -1
- package/locales/hi_IN.js +3 -0
- package/locales/hi_IN.js.map +1 -1
- package/locales/hr_HR.d.ts +2 -0
- package/locales/hr_HR.d.ts.map +1 -1
- package/locales/hr_HR.js +3 -0
- package/locales/hr_HR.js.map +1 -1
- package/locales/hu_HU.d.ts +2 -0
- package/locales/hu_HU.d.ts.map +1 -1
- package/locales/hu_HU.js +3 -0
- package/locales/hu_HU.js.map +1 -1
- package/locales/id_ID.d.ts +2 -0
- package/locales/id_ID.d.ts.map +1 -1
- package/locales/id_ID.js +3 -0
- package/locales/id_ID.js.map +1 -1
- package/locales/it_IT.d.ts +2 -0
- package/locales/it_IT.d.ts.map +1 -1
- package/locales/it_IT.js +3 -0
- package/locales/it_IT.js.map +1 -1
- package/locales/ja_JP.d.ts +2 -0
- package/locales/ja_JP.d.ts.map +1 -1
- package/locales/ja_JP.js +3 -0
- package/locales/ja_JP.js.map +1 -1
- package/locales/ko_KR.d.ts +2 -0
- package/locales/ko_KR.d.ts.map +1 -1
- package/locales/ko_KR.js +3 -0
- package/locales/ko_KR.js.map +1 -1
- package/locales/lt_LT.d.ts +2 -0
- package/locales/lt_LT.d.ts.map +1 -1
- package/locales/lt_LT.js +3 -0
- package/locales/lt_LT.js.map +1 -1
- package/locales/lv_LV.d.ts +2 -0
- package/locales/lv_LV.d.ts.map +1 -1
- package/locales/lv_LV.js +3 -0
- package/locales/lv_LV.js.map +1 -1
- package/locales/nb_NO.d.ts +2 -0
- package/locales/nb_NO.d.ts.map +1 -1
- package/locales/nb_NO.js +3 -0
- package/locales/nb_NO.js.map +1 -1
- package/locales/nl_NL.d.ts +2 -0
- package/locales/nl_NL.d.ts.map +1 -1
- package/locales/nl_NL.js +3 -0
- package/locales/nl_NL.js.map +1 -1
- package/locales/pl_PL.d.ts +2 -0
- package/locales/pl_PL.d.ts.map +1 -1
- package/locales/pl_PL.js +3 -0
- package/locales/pl_PL.js.map +1 -1
- package/locales/pt_BR.d.ts +2 -0
- package/locales/pt_BR.d.ts.map +1 -1
- package/locales/pt_BR.js +3 -0
- package/locales/pt_BR.js.map +1 -1
- package/locales/pt_PT.d.ts +2 -0
- package/locales/pt_PT.d.ts.map +1 -1
- package/locales/pt_PT.js +3 -0
- package/locales/pt_PT.js.map +1 -1
- package/locales/ro_RO.d.ts +2 -0
- package/locales/ro_RO.d.ts.map +1 -1
- package/locales/ro_RO.js +3 -0
- package/locales/ro_RO.js.map +1 -1
- package/locales/ru_RU.d.ts +2 -0
- package/locales/ru_RU.d.ts.map +1 -1
- package/locales/ru_RU.js +3 -0
- package/locales/ru_RU.js.map +1 -1
- package/locales/sl_SL.d.ts +2 -0
- package/locales/sl_SL.d.ts.map +1 -1
- package/locales/sl_SL.js +3 -0
- package/locales/sl_SL.js.map +1 -1
- package/locales/sr_RS.d.ts +2 -0
- package/locales/sr_RS.d.ts.map +1 -1
- package/locales/sr_RS.js +3 -0
- package/locales/sr_RS.js.map +1 -1
- package/locales/sv_SE.d.ts +2 -0
- package/locales/sv_SE.d.ts.map +1 -1
- package/locales/sv_SE.js +3 -0
- package/locales/sv_SE.js.map +1 -1
- package/locales/th_TH.d.ts +2 -0
- package/locales/th_TH.d.ts.map +1 -1
- package/locales/th_TH.js +3 -0
- package/locales/th_TH.js.map +1 -1
- package/locales/tr_TR.d.ts +2 -0
- package/locales/tr_TR.d.ts.map +1 -1
- package/locales/tr_TR.js +2 -0
- package/locales/tr_TR.js.map +1 -1
- package/locales/uk_UA.d.ts +2 -0
- package/locales/uk_UA.d.ts.map +1 -1
- package/locales/uk_UA.js +3 -0
- package/locales/uk_UA.js.map +1 -1
- package/locales/vi_VN.d.ts +2 -0
- package/locales/vi_VN.d.ts.map +1 -1
- package/locales/vi_VN.js +3 -0
- package/locales/vi_VN.js.map +1 -1
- package/locales/zh_Hans.d.ts +2 -0
- package/locales/zh_Hans.d.ts.map +1 -1
- package/locales/zh_Hans.js +3 -0
- package/locales/zh_Hans.js.map +1 -1
- package/locales/zh_Hant.d.ts +2 -0
- package/locales/zh_Hant.d.ts.map +1 -1
- package/locales/zh_Hant.js +3 -0
- package/locales/zh_Hant.js.map +1 -1
- package/package.json +1 -1
- package/stock.d.ts +1 -0
- package/stock.d.ts.map +1 -1
- package/stock.js +1 -0
- package/stock.js.map +1 -1
package/locales/sl_SL.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sl_SL.js","sourceRoot":"","sources":["../../../src/locales/sl_SL.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sl-SI\n * Language: Slovenian\n * Author: Miha Kurent\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// 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\t//\n\t// Available codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-duration/#Available_Codes\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\": \"n. št.\",\n\t\"_era_bc\": \"pr. n. št.\",\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\": \"AM\",\n\t\"PM\": \"PM\",\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\": \"Marec\",\n\t\"April\": \"April\",\n\t\"May\": \"Maj\",\n\t\"June\": \"Junij\",\n\t\"July\": \"Julij\",\n\t\"August\": \"Avgust\",\n\t\"September\": \"September\",\n\t\"October\": \"Oktober\",\n\t\"November\": \"November\",\n\t\"December\": \"December\",\n\t\"Jan\": \"Jan\",\n\t\"Feb\": \"Feb\",\n\t\"Mar\": \"Mar\",\n\t\"Apr\": \"Apr\",\n\t\"May(short)\": \"Maj\",\n\t\"Jun\": \"Jun\",\n\t\"Jul\": \"Jul\",\n\t\"Aug\": \"Avg\",\n\t\"Sep\": \"Sep\",\n\t\"Oct\": \"Okt\",\n\t\"Nov\": \"Nov\",\n\t\"Dec\": \"Dec\",\n\n\t// Weekdays.\n\t\"Sunday\": \"Nedelja\",\n\t\"Monday\": \"Ponedeljek\",\n\t\"Tuesday\": \"Torek\",\n\t\"Wednesday\": \"Sreda\",\n\t\"Thursday\": \"Četrtek\",\n\t\"Friday\": \"Petek\",\n\t\"Saturday\": \"Sobota\",\n\t\"Sun\": \"Ned\",\n\t\"Mon\": \"Pon\",\n\t\"Tue\": \"Tor\",\n\t\"Wed\": \"Sre\",\n\t\"Thu\": \"Čet\",\n\t\"Fri\": \"Pet\",\n\t\"Sat\": \"Sob\",\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\treturn \".\";\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Oddalji pogled\",\n\n\t// Timeline buttons\n\t\"Play\": \"Zaženi\",\n\t\"Stop\": \"Ustavi\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"Klikni, tapni ali pritisni ENTER za preklop\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Nalagam\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Domov\",\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\": \"Graf\",\n\t\"Serial chart\": \"Serijski graf\",\n\t\"X/Y chart\": \"X/Y graf\",\n\t\"Pie chart\": \"Tortni graf\",\n\t\"Gauge chart\": \"Stevčni graf\",\n\t\"Radar chart\": \"Radar graf\",\n\t\"Sankey diagram\": \"Sankey diagram\",\n\t\"Flow diagram\": \"Prikaz poteka\",\n\t\"Chord diagram\": \"Kolobarni diagram\",\n\t\"TreeMap chart\": \"Drevesi graf\",\n\t\"Sliced chart\": \"Sliced graf\",\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\": \"Serija\",\n\t\"Candlestick Series\": \"Svečna serija\",\n\t\"OHLC Series\": \"OHLC serija\",\n\t\"Column Series\": \"Stolpičasta serija\",\n\t\"Line Series\": \"Črtna serija\",\n\t\"Pie Slice Series\": \"Tortna serija\",\n\t\"Funnel Series\": \"Lijak serija\",\n\t\"Pyramid Series\": \"Piramidna serija\",\n\t\"X/Y Series\": \"X/Y serija\",\n\n\t// Map-related stuff.\n\t\"Map\": \"Mapa\",\n\t\"Press ENTER to zoom in\": \"Pritisni ENTER za približevanje\",\n\t\"Press ENTER to zoom out\": \"Pritisni ENTER za oddaljevanje\",\n\t\"Use arrow keys to zoom in and out\": \"Uporabi smerne tiple za približevanje in oddaljevanje\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Uporabi plus in minus tipke na tipkovnici za približevanje in oddaljevanje\",\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\": \"Izvozi\",\n\t\"Image\": \"Slika\",\n\t\"Data\": \"Podatki\",\n\t\"Print\": \"Natisni\",\n\t\"Press ENTER to open\": \"Klikni, tapni ali pritisni ENTER da odpreš.\",\n\t\"Press ENTER to print.\": \"Klikni, tapni ali pritisni ENTER za tiskanje.\",\n\t\"Press ENTER to export as %1.\": \"Klikni, tapni ali pritisni ENTER da izvoziš kot %1.\",\n\t\"(Press ESC to close this message)\": \"(Pritisni ESC da zapreš to sporočilo)\",\n\t\"Image Export Complete\": \"Izvoz slike končan\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Operacija izvoza je trajala dlje kot pričakovano. Nekaj je šlo narobe.\",\n\t\"Saved from\": \"Shranjeno od\",\n\t\"PNG\": \"PNG\",\n\t\"JPG\": \"JPG\",\n\t\"GIF\": \"GIF\",\n\t\"SVG\": \"SVG\",\n\t\"PDF\": \"PDF\",\n\t\"JSON\": \"JSON\",\n\t\"CSV\": \"CSV\",\n\t\"XLSX\": \"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\": \"Uporabi TAB za izbiro drsnih gumbov ali levo in desno smerno tipko da spremeniš izbiro\",\n\t\"Use left and right arrows to move selection\": \"Uporabi levo in desno smerno tipko za premik izbranega\",\n\t\"Use left and right arrows to move left selection\": \"Uporabi levo in desno smerno tipko za premik leve izbire\",\n\t\"Use left and right arrows to move right selection\": \"Uporabi levo in desno smerno tipko za premik desne izbire\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"Uporabi TAB za izbiro drsnih gumbov ali gor in dol smerno tipko da spremeniš izbiro\",\n\t\"Use up and down arrows to move selection\": \"Uporabi gor in dol smerne tipke za premik izbire\",\n\t\"Use up and down arrows to move lower selection\": \"Uporabi gor in dol smerne tipke za premik spodnje izbire\",\n\t\"Use up and down arrows to move upper selection\": \"Uporabi gor in dol smerne tipke za premik zgornje izbire\",\n\t\"From %1 to %2\": \"Od %1 do %2\",\n\t\"From %1\": \"Od %1\",\n\t\"To %1\": \"Do %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"Nobenega parserja ni na voljo za datoteko: %1\",\n\t\"Error parsing file: %1\": \"Napaka pri parsanju datoteke: %1\",\n\t\"Unable to load file: %1\": \"Ni mogoče naložiti datoteke: %1\",\n\t\"Invalid date\": \"Neveljaven datum\",\n};\n"]}
|
|
1
|
+
{"version":3,"file":"sl_SL.js","sourceRoot":"","sources":["../../../src/locales/sl_SL.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sl-SI\n * Language: Slovenian\n * Author: Miha Kurent\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\t//\n\t// Available codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-duration/#Available_Codes\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\": \"n. št.\",\n\t\"_era_bc\": \"pr. n. št.\",\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\": \"AM\",\n\t\"PM\": \"PM\",\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\": \"Marec\",\n\t\"April\": \"April\",\n\t\"May\": \"Maj\",\n\t\"June\": \"Junij\",\n\t\"July\": \"Julij\",\n\t\"August\": \"Avgust\",\n\t\"September\": \"September\",\n\t\"October\": \"Oktober\",\n\t\"November\": \"November\",\n\t\"December\": \"December\",\n\t\"Jan\": \"Jan\",\n\t\"Feb\": \"Feb\",\n\t\"Mar\": \"Mar\",\n\t\"Apr\": \"Apr\",\n\t\"May(short)\": \"Maj\",\n\t\"Jun\": \"Jun\",\n\t\"Jul\": \"Jul\",\n\t\"Aug\": \"Avg\",\n\t\"Sep\": \"Sep\",\n\t\"Oct\": \"Okt\",\n\t\"Nov\": \"Nov\",\n\t\"Dec\": \"Dec\",\n\n\t// Weekdays.\n\t\"Sunday\": \"Nedelja\",\n\t\"Monday\": \"Ponedeljek\",\n\t\"Tuesday\": \"Torek\",\n\t\"Wednesday\": \"Sreda\",\n\t\"Thursday\": \"Četrtek\",\n\t\"Friday\": \"Petek\",\n\t\"Saturday\": \"Sobota\",\n\t\"Sun\": \"Ned\",\n\t\"Mon\": \"Pon\",\n\t\"Tue\": \"Tor\",\n\t\"Wed\": \"Sre\",\n\t\"Thu\": \"Čet\",\n\t\"Fri\": \"Pet\",\n\t\"Sat\": \"Sob\",\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\treturn \".\";\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Oddalji pogled\",\n\n\t// Timeline buttons\n\t\"Play\": \"Zaženi\",\n\t\"Stop\": \"Ustavi\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"Klikni, tapni ali pritisni ENTER za preklop\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Nalagam\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Domov\",\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\": \"Graf\",\n\t\"Serial chart\": \"Serijski graf\",\n\t\"X/Y chart\": \"X/Y graf\",\n\t\"Pie chart\": \"Tortni graf\",\n\t\"Gauge chart\": \"Stevčni graf\",\n\t\"Radar chart\": \"Radar graf\",\n\t\"Sankey diagram\": \"Sankey diagram\",\n\t\"Flow diagram\": \"Prikaz poteka\",\n\t\"Chord diagram\": \"Kolobarni diagram\",\n\t\"TreeMap chart\": \"Drevesi graf\",\n\t\"Sliced chart\": \"Sliced graf\",\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\": \"Serija\",\n\t\"Candlestick Series\": \"Svečna serija\",\n\t\"OHLC Series\": \"OHLC serija\",\n\t\"Column Series\": \"Stolpičasta serija\",\n\t\"Line Series\": \"Črtna serija\",\n\t\"Pie Slice Series\": \"Tortna serija\",\n\t\"Funnel Series\": \"Lijak serija\",\n\t\"Pyramid Series\": \"Piramidna serija\",\n\t\"X/Y Series\": \"X/Y serija\",\n\n\t// Map-related stuff.\n\t\"Map\": \"Mapa\",\n\t\"Press ENTER to zoom in\": \"Pritisni ENTER za približevanje\",\n\t\"Press ENTER to zoom out\": \"Pritisni ENTER za oddaljevanje\",\n\t\"Use arrow keys to zoom in and out\": \"Uporabi smerne tiple za približevanje in oddaljevanje\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Uporabi plus in minus tipke na tipkovnici za približevanje in oddaljevanje\",\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\": \"Izvozi\",\n\t\"Image\": \"Slika\",\n\t\"Data\": \"Podatki\",\n\t\"Print\": \"Natisni\",\n\t\"Press ENTER to open\": \"Klikni, tapni ali pritisni ENTER da odpreš.\",\n\t\"Press ENTER to print.\": \"Klikni, tapni ali pritisni ENTER za tiskanje.\",\n\t\"Press ENTER to export as %1.\": \"Klikni, tapni ali pritisni ENTER da izvoziš kot %1.\",\n\t\"(Press ESC to close this message)\": \"(Pritisni ESC da zapreš to sporočilo)\",\n\t\"Image Export Complete\": \"Izvoz slike končan\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Operacija izvoza je trajala dlje kot pričakovano. Nekaj je šlo narobe.\",\n\t\"Saved from\": \"Shranjeno od\",\n\t\"PNG\": \"PNG\",\n\t\"JPG\": \"JPG\",\n\t\"GIF\": \"GIF\",\n\t\"SVG\": \"SVG\",\n\t\"PDF\": \"PDF\",\n\t\"JSON\": \"JSON\",\n\t\"CSV\": \"CSV\",\n\t\"XLSX\": \"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\": \"Uporabi TAB za izbiro drsnih gumbov ali levo in desno smerno tipko da spremeniš izbiro\",\n\t\"Use left and right arrows to move selection\": \"Uporabi levo in desno smerno tipko za premik izbranega\",\n\t\"Use left and right arrows to move left selection\": \"Uporabi levo in desno smerno tipko za premik leve izbire\",\n\t\"Use left and right arrows to move right selection\": \"Uporabi levo in desno smerno tipko za premik desne izbire\",\n\t\"Use TAB select grip buttons or up and down arrows to change selection\": \"Uporabi TAB za izbiro drsnih gumbov ali gor in dol smerno tipko da spremeniš izbiro\",\n\t\"Use up and down arrows to move selection\": \"Uporabi gor in dol smerne tipke za premik izbire\",\n\t\"Use up and down arrows to move lower selection\": \"Uporabi gor in dol smerne tipke za premik spodnje izbire\",\n\t\"Use up and down arrows to move upper selection\": \"Uporabi gor in dol smerne tipke za premik zgornje izbire\",\n\t\"From %1 to %2\": \"Od %1 do %2\",\n\t\"From %1\": \"Od %1\",\n\t\"To %1\": \"Do %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"Nobenega parserja ni na voljo za datoteko: %1\",\n\t\"Error parsing file: %1\": \"Napaka pri parsanju datoteke: %1\",\n\t\"Unable to load file: %1\": \"Ni mogoče naložiti datoteke: %1\",\n\t\"Invalid date\": \"Neveljaven datum\",\n};\n"]}
|
package/locales/sr_RS.d.ts
CHANGED
package/locales/sr_RS.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sr_RS.d.ts","sourceRoot":"","sources":["../../../src/locales/sr_RS.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sr_RS.d.ts","sourceRoot":"","sources":["../../../src/locales/sr_RS.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAoR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AApR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAgWE"}
|
package/locales/sr_RS.js
CHANGED
|
@@ -61,6 +61,9 @@ export default {
|
|
|
61
61
|
// used for separating decimals, and which for thousands.
|
|
62
62
|
"_decimalSeparator": ",",
|
|
63
63
|
"_thousandSeparator": ".",
|
|
64
|
+
// Position of the percent sign in numbers
|
|
65
|
+
"_percentPrefix": null,
|
|
66
|
+
"_percentSuffix": "%",
|
|
64
67
|
// Suffixes for numbers
|
|
65
68
|
// When formatting numbers, big or small numers might be reformatted to
|
|
66
69
|
// shorter version, by applying a suffix.
|
package/locales/sr_RS.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sr_RS.js","sourceRoot":"","sources":["../../../src/locales/sr_RS.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,eAAe;IACd,6BAA6B;IAC7B,EAAE;IACF,0EAA0E;IAC1E,yDAAyD;IACzD,mBAAmB,EAAE,GAAG;IACxB,oBAAoB,EAAE,GAAG;IAEzB,uBAAuB;IACvB,uEAAuE;IACvE,yCAAyC;IACzC,EAAE;IACF,0CAA0C;IAC1C,+DAA+D;IAC/D,EAAE;IACF,yDAAyD;IACzD,sBAAsB,EAAE,GAAG;IAC3B,sBAAsB,EAAE,GAAG;IAC3B,sBAAsB,EAAE,GAAG;IAC3B,uBAAuB,EAAE,GAAG;IAC5B,uBAAuB,EAAE,GAAG;IAC5B,uBAAuB,EAAE,GAAG;IAC5B,uBAAuB,EAAE,GAAG;IAC5B,uBAAuB,EAAE,GAAG;IAE5B,wBAAwB,EAAE,GAAG;IAC7B,wBAAwB,EAAE,GAAG;IAC7B,wBAAwB,EAAE,GAAG;IAC7B,yBAAyB,EAAE,GAAG;IAC9B,yBAAyB,EAAE,GAAG;IAC9B,yBAAyB,EAAE,GAAG;IAC9B,yBAAyB,EAAE,GAAG;IAC9B,yBAAyB,EAAE,GAAG;IAE9B,gBAAgB,EAAE,GAAG;IACrB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,IAAI;IAEvB,4CAA4C;IAC5C,EAAE;IACF,2EAA2E;IAC3E,+CAA+C;IAC/C,+BAA+B;IAC/B,sFAAsF;IACtF,EAAE;IACF,0EAA0E;IAC1E,0EAA0E;IAC1E,mBAAmB,EAAE,WAAW;IAChC,wBAAwB,EAAE,cAAc;IACxC,cAAc,EAAE,UAAU;IAC1B,mBAAmB,EAAE,UAAU;IAC/B,cAAc,EAAE,OAAO;IACvB,mBAAmB,EAAE,sBAAsB;IAC3C,YAAY,EAAE,OAAO;IACrB,iBAAiB,EAAE,sBAAsB;IACzC,WAAW,EAAE,QAAQ;IACrB,gBAAgB,EAAE,cAAc;IAChC,YAAY,EAAE,IAAI;IAClB,iBAAiB,EAAE,cAAc;IACjC,aAAa,EAAE,KAAK;IACpB,kBAAkB,EAAE,WAAW;IAC/B,YAAY,EAAE,MAAM;IAEpB,mDAAmD;IACnD,EAAE;IACF,uEAAuE;IACvE,YAAY;IACZ,EAAE;IACF,6EAA6E;IAC7E,0CAA0C;IAC1C,EAAE;IACF,4EAA4E;IAC5E,cAAc;IACd,EAAE;IACF,6EAA6E;IAC7E,6EAA6E;IAC7E,mDAAmD;IACnD,EAAE;IACF,6EAA6E;IAC7E,2EAA2E;IAC3E,QAAQ;IAER,uBAAuB,EAAE,KAAK;IAC9B,8BAA8B,EAAE,QAAQ;IACxC,8BAA8B,EAAE,WAAW;IAC3C,4BAA4B,EAAE,cAAc;IAC5C,2BAA2B,EAAE,gBAAgB;IAC7C,4BAA4B,EAAE,gBAAgB;IAC9C,6BAA6B,EAAE,sBAAsB;IACrD,4BAA4B,EAAE,4BAA4B;IAE1D,kBAAkB,EAAE,IAAI;IACxB,yBAAyB,EAAE,OAAO;IAClC,uBAAuB,EAAE,UAAU;IACnC,sBAAsB,EAAE,eAAe;IACvC,uBAAuB,EAAE,eAAe;IACxC,wBAAwB,EAAE,qBAAqB;IAC/C,uBAAuB,EAAE,2BAA2B;IAEpD,kBAAkB,EAAE,IAAI;IACxB,uBAAuB,EAAE,OAAO;IAChC,sBAAsB,EAAE,YAAY;IACpC,uBAAuB,EAAE,YAAY;IACrC,wBAAwB,EAAE,kBAAkB;IAC5C,uBAAuB,EAAE,wBAAwB;IAEjD,gBAAgB,EAAE,OAAO;IACzB,oBAAoB,EAAE,YAAY;IAClC,qBAAqB,EAAE,YAAY;IACnC,sBAAsB,EAAE,kBAAkB;IAC1C,qBAAqB,EAAE,wBAAwB;IAE/C,eAAe,EAAE,MAAM;IACvB,oBAAoB,EAAE,MAAM;IAC5B,qBAAqB,EAAE,YAAY;IACnC,oBAAoB,EAAE,kBAAkB;IAExC,gBAAgB,EAAE,MAAM;IACxB,sBAAsB,EAAE,MAAM;IAC9B,qBAAqB,EAAE,MAAM;IAE7B,iBAAiB,EAAE,MAAM;IACzB,sBAAsB,EAAE,YAAY;IAEpC,gBAAgB,EAAE,MAAM;IAExB,mBAAmB;IACnB,SAAS,EAAE,OAAO;IAClB,SAAS,EAAE,UAAU;IAErB,iDAAiD;IACjD,6CAA6C;IAC7C,0BAA0B;IAC1B,4BAA4B;IAC5B,wCAAwC;IACxC,EAAE;IACF,yEAAyE;IACzE,uCAAuC;IACvC,GAAG,EAAE,GAAG;IACR,GAAG,EAAE,GAAG;IACR,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,UAAU;IAChB,MAAM,EAAE,WAAW;IACnB,MAAM,EAAE,UAAU;IAElB,sBAAsB;IACtB,EAAE;IACF,0EAA0E;IAC1E,sEAAsE;IACtE,EAAE;IACF,4EAA4E;IAC5E,2EAA2E;IAC3E,sEAAsE;IACtE,WAAW;IACX,EAAE;IACF,yDAAyD;IACzD,EAAE;IACF,oEAAoE;IACpE,2EAA2E;IAC3E,8DAA8D;IAC9D,EAAE;IACF,yEAAyE;IACzE,0CAA0C;IAC1C,SAAS,EAAE,QAAQ;IACnB,UAAU,EAAE,SAAS;IACrB,OAAO,EAAE,MAAM;IACf,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,KAAK;IACb,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,QAAQ;IAClB,WAAW,EAAE,WAAW;IACxB,SAAS,EAAE,SAAS;IACpB,UAAU,EAAE,UAAU;IACtB,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;IAEZ,YAAY;IACZ,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,QAAQ;IACnB,WAAW,EAAE,OAAO;IACpB,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,OAAO;IACjB,UAAU,EAAE,QAAQ;IACpB,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;IAEZ,yBAAyB;IACzB,EAAE;IACF,yEAAyE;IACzE,EAAE;IACF,sCAAsC;IACtC,EAAE;IACF,2EAA2E;IAC3E,6EAA6E;IAC7E,aAAa;IACb,UAAU,EAAE,UAAS,GAAW;QAC/B,IAAI,GAAG,GAAG,IAAI,CAAC;QACf,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE;YAC7B,QAAQ,GAAG,GAAG,EAAE,EAAE;gBACjB,KAAK,CAAC;oBACL,GAAG,GAAG,IAAI,CAAC;oBACX,MAAM;gBACP,KAAK,CAAC;oBACL,GAAG,GAAG,IAAI,CAAC;oBACX,MAAM;gBACP,KAAK,CAAC;oBACL,GAAG,GAAG,IAAI,CAAA;oBACV,MAAM;aACP;SACD;QACD,OAAO,GAAG,CAAC;IACZ,CAAC;IAED,0BAA0B;IAC1B,yCAAyC;IACzC,UAAU,EAAE,WAAW;IAEvB,mBAAmB;IACnB,MAAM,EAAE,YAAY;IACpB,MAAM,EAAE,UAAU;IAElB,sCAAsC;IACtC,QAAQ,EAAE,SAAS;IAEnB,yCAAyC;IACzC,uBAAuB,EAAE,EAAE;IAE3B,kDAAkD;IAClD,SAAS,EAAE,YAAY;IAEvB,gEAAgE;IAChE,2BAA2B;IAC3B,MAAM,EAAE,kBAAkB;IAE1B,eAAe;IACf,4EAA4E;IAC5E,wDAAwD;IACxD,OAAO,EAAE,EAAE;IACX,cAAc,EAAE,EAAE;IAClB,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,aAAa,EAAE,EAAE;IACjB,aAAa,EAAE,EAAE;IACjB,gBAAgB,EAAE,EAAE;IACpB,cAAc,EAAE,EAAE;IAClB,eAAe,EAAE,EAAE;IACnB,eAAe,EAAE,EAAE;IACnB,cAAc,EAAE,EAAE;IAElB,gBAAgB;IAChB,2EAA2E;IAC3E,YAAY;IACZ,QAAQ,EAAE,EAAE;IACZ,oBAAoB,EAAE,EAAE;IACxB,aAAa,EAAE,EAAE;IACjB,eAAe,EAAE,EAAE;IACnB,aAAa,EAAE,EAAE;IACjB,kBAAkB,EAAE,EAAE;IACtB,eAAe,EAAE,EAAE;IACnB,gBAAgB,EAAE,EAAE;IACpB,YAAY,EAAE,EAAE;IAEhB,qBAAqB;IACrB,KAAK,EAAE,EAAE;IACT,wBAAwB,EAAE,EAAE;IAC5B,yBAAyB,EAAE,EAAE;IAC7B,mCAAmC,EAAE,EAAE;IACvC,6DAA6D,EAAE,EAAE;IAEjE,wBAAwB;IACxB,gDAAgD;IAChD,EAAE;IACF,uCAAuC;IACvC,EAAE;IACF,qEAAqE;IACrE,aAAa;IACb,EAAE;IACF,yEAAyE;IACzE,+CAA+C;IAC/C,QAAQ,EAAE,SAAS;IACnB,OAAO,EAAE,QAAQ;IACjB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,qBAAqB,EAAE,EAAE;IACzB,uBAAuB,EAAE,EAAE;IAC3B,8BAA8B,EAAE,EAAE;IAClC,mCAAmC,EAAE,EAAE;IACvC,uBAAuB,EAAE,EAAE;IAC3B,8EAA8E,EAAE,EAAE;IAClF,YAAY,EAAE,EAAE;IAChB,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,2BAA2B;IAC3B,EAAE;IACF,uEAAuE;IACvE,EAAE;IACF,4EAA4E;IAC5E,sCAAsC;IACtC,EAAE;IACF,6EAA6E;IAC7E,EAAE;IACF,wEAAwE;IACxE,6EAA6E,EAAE,EAAE;IACjF,6CAA6C,EAAE,EAAE;IACjD,kDAAkD,EAAE,EAAE;IACtD,mDAAmD,EAAE,EAAE;IACvD,uEAAuE,EAAE,EAAE;IAC3E,0CAA0C,EAAE,EAAE;IAC9C,gDAAgD,EAAE,EAAE;IACpD,gDAAgD,EAAE,EAAE;IACpD,eAAe,EAAE,YAAY;IAC7B,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,MAAM;IAEf,uBAAuB;IACvB,kCAAkC,EAAE,EAAE;IACtC,wBAAwB,EAAE,EAAE;IAC5B,yBAAyB,EAAE,EAAE;IAC7B,cAAc,EAAE,EAAE;CAClB,CAAC","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sr_RS\n * Language: Serbian\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// 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\": \"н. е.\",\n\t\"_era_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\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"пре подне\",\n\t\"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\": \"јануар\",\n\t\"February\": \"фебруар\",\n\t\"March\": \"март\",\n\t\"April\": \"април\",\n\t\"May\": \"мај\",\n\t\"June\": \"јун\",\n\t\"July\": \"јул\",\n\t\"August\": \"август\",\n\t\"September\": \"септембар\",\n\t\"October\": \"октобар\",\n\t\"November\": \"новембар\",\n\t\"December\": \"децембар\",\n\t\"Jan\": \"јан\",\n\t\"Feb\": \"феб\",\n\t\"Mar\": \"мар\",\n\t\"Apr\": \"апр\",\n\t\"May(short)\": \"мај\",\n\t\"Jun\": \"јун\",\n\t\"Jul\": \"јул\",\n\t\"Aug\": \"авг\",\n\t\"Sep\": \"сеп\",\n\t\"Oct\": \"окт\",\n\t\"Nov\": \"нов\",\n\t\"Dec\": \"дец\",\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 = \"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\": \"Zumiranje\",\n\n\t// Timeline buttons\n\t\"Play\": \"Reprodukuj\",\n\t\"Stop\": \"Zaustavi\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\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\": \"Učitavanje\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Matična stranica\",\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\": \"Štampaj\",\n\t\"Image\": \"Snimak\",\n\t\"Data\": \"Podaci\",\n\t\"Print\": \"Štampaj\",\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\": \"Iz %1 u %2\",\n\t\"From %1\": \"Iz %1\",\n\t\"To %1\": \"U %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":"sr_RS.js","sourceRoot":"","sources":["../../../src/locales/sr_RS.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sr_RS\n * Language: Serbian\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\": \"н. е.\",\n\t\"_era_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\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"пре подне\",\n\t\"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\": \"јануар\",\n\t\"February\": \"фебруар\",\n\t\"March\": \"март\",\n\t\"April\": \"април\",\n\t\"May\": \"мај\",\n\t\"June\": \"јун\",\n\t\"July\": \"јул\",\n\t\"August\": \"август\",\n\t\"September\": \"септембар\",\n\t\"October\": \"октобар\",\n\t\"November\": \"новембар\",\n\t\"December\": \"децембар\",\n\t\"Jan\": \"јан\",\n\t\"Feb\": \"феб\",\n\t\"Mar\": \"мар\",\n\t\"Apr\": \"апр\",\n\t\"May(short)\": \"мај\",\n\t\"Jun\": \"јун\",\n\t\"Jul\": \"јул\",\n\t\"Aug\": \"авг\",\n\t\"Sep\": \"сеп\",\n\t\"Oct\": \"окт\",\n\t\"Nov\": \"нов\",\n\t\"Dec\": \"дец\",\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 = \"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\": \"Zumiranje\",\n\n\t// Timeline buttons\n\t\"Play\": \"Reprodukuj\",\n\t\"Stop\": \"Zaustavi\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\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\": \"Učitavanje\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Matična stranica\",\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\": \"Štampaj\",\n\t\"Image\": \"Snimak\",\n\t\"Data\": \"Podaci\",\n\t\"Print\": \"Štampaj\",\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\": \"Iz %1 u %2\",\n\t\"From %1\": \"Iz %1\",\n\t\"To %1\": \"U %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"]}
|
package/locales/sv_SE.d.ts
CHANGED
package/locales/sv_SE.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sv_SE.d.ts","sourceRoot":"","sources":["../../../src/locales/sv_SE.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sv_SE.d.ts","sourceRoot":"","sources":["../../../src/locales/sv_SE.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAuJ4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvJ3C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAsPE"}
|
package/locales/sv_SE.js
CHANGED
|
@@ -25,6 +25,9 @@ export default {
|
|
|
25
25
|
// used for separating decimals, and which for thousands.
|
|
26
26
|
"_decimalSeparator": ",",
|
|
27
27
|
"_thousandSeparator": " ",
|
|
28
|
+
// Position of the percent sign in numbers
|
|
29
|
+
"_percentPrefix": null,
|
|
30
|
+
"_percentSuffix": "%",
|
|
28
31
|
// Default date formats for various periods.
|
|
29
32
|
//
|
|
30
33
|
// This should reflect official or de facto formatting universally accepted
|
package/locales/sv_SE.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sv_SE.js","sourceRoot":"","sources":["../../../src/locales/sv_SE.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sv\n * Language: Swedish\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 * 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 */\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// 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 - yyyy-MM-dd\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_day\": \"yyyy-MM-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//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Available codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-duration/#Available_Codes\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 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\": \"fm\",\n\t\"P\": \"em\",\n\t\"AM\": \"fm\",\n\t\"PM\": \"em\",\n\t\"A.M.\": \"f.m.\",\n\t\"P.M.\": \"e.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\"January\": \"januari\",\n\t\"February\": \"februari\",\n\t\"March\": \"mars\",\n\t\"April\": \"april\",\n\t\"May\": \"maj\",\n\t\"June\": \"juni\",\n\t\"July\": \"juli\",\n\t\"August\": \"augusti\",\n\t\"September\": \"september\",\n\t\"October\": \"oktober\",\n\t\"November\": \"november\",\n\t\"December\": \"december\",\n\t\"Jan\": \"jan.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mars\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"maj\",\n\t\"Jun\": \"juni\",\n\t\"Jul\": \"juli\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sep.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"söndag\",\n\t\"Monday\": \"måndag\",\n\t\"Tuesday\": \"tisdag\",\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\": \"mån\",\n\t\"Tue\": \"tis\",\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\t// When indicating dates, suffixes are never used in Swedish.\n\t\treturn \"\";\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zooma ut\",\n\n\t// Timeline buttons\n\t\"Play\": \"Spela\",\n\t\"Stop\": \"Stoppa\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Teckenförklaring\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"Klicka eller tryck ENTER för att ändra\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Läser in\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Hem\",\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\": \"Diagram\",\n\t\"Serial chart\": \"Seriediagram\", // ???\n\t\"X/Y chart\": \"XY-diagram\",\n\t\"Pie chart\": \"Tårtdiagram\", // aka cirkeldiagram\n\t\"Gauge chart\": \"Instrumentdiagram\", // ???\n\t\"Radar chart\": \"Radardiagram\", // aka Spindelnätsdiagram\n\t\"Sankey diagram\": \"Sankeydiagram\",\n\t\"Chord diagram\": \"Strängdiagram\",\n\t\"Flow diagram\": \"Flödesschema\",\n\t\"TreeMap chart\": \"Träddiagram \",\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\": \"Serier\",\n\t\"Candlestick Series\": \"Candlestick-serier\",\n\t\"Column Series\": \"Kolumnserier\",\n\t\"Line Series\": \"Linjeserier\",\n\t\"Pie Slice Series\": \"Tårtserier\",\n\t\"X/Y Series\": \"X/Y-serier\",\n\n\t// Map-related stuff.\n\t\"Map\": \"Karta\",\n\t\"Press ENTER to zoom in\": \"Tryck RETUR för att zooma in\",\n\t\"Press ENTER to zoom out\": \"Tryck RETUR för att zooma ut\",\n\t\"Use arrow keys to zoom in and out\": \"Använd pil-knapparna för att zooma in och ut\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Använd plus- och minus-knapparna för att zooma in och ut\",\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\": \"Exportera\",\n\t\"Image\": \"Bild\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Skriv ut\",\n\t\"Press ENTER to open\": \"Klicka eller tryck ENTER för att öppna\",\n\t\"Press ENTER to print.\": \"Klicka eller tryck ENTER för att skriva ut.\",\n\t\"Press ENTER to export as %1.\": \"Klicka eller tryck ENTER för att exportera till %1.\",\n\t\"(Press ESC to close this message)\": \"(Tryck ESC för att stänga)\",\n\t\"Image Export Complete\": \"Bildexport klar\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"Sparad från\",\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\": \"Använd vänster och höger pilknappar för att flytta urvalet\",\n\t\"Use left and right arrows to move left selection\": \"Använd vänster och höger pilknappar för att flytta vänsterurval\",\n\t\"Use left and right arrows to move right selection\": \"Använd vänster och höger pilknappar för att flytta högerurval\",\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\": \"Använd upp och ner pilknappar för att flytta urvalet\",\n\t\"Use up and down arrows to move lower selection\": \"Använd upp och ner pilknappar för att flytta nedre urvalet\",\n\t\"Use up and down arrows to move upper selection\": \"Använd upp och ner pilknappar för att flytta övre urvalet\",\n\t\"From %1 to %2\": \"Från %1 till %2\",\n\t\"From %1\": \"Från %1\",\n\t\"To %1\": \"Till %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\": \"Ogiltigt datum\",\n};\n"]}
|
|
1
|
+
{"version":3,"file":"sv_SE.js","sourceRoot":"","sources":["../../../src/locales/sv_SE.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sv\n * Language: Swedish\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 * 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 */\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// 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 - yyyy-MM-dd\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_day\": \"yyyy-MM-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//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Available codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-duration/#Available_Codes\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 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\": \"fm\",\n\t\"P\": \"em\",\n\t\"AM\": \"fm\",\n\t\"PM\": \"em\",\n\t\"A.M.\": \"f.m.\",\n\t\"P.M.\": \"e.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\"January\": \"januari\",\n\t\"February\": \"februari\",\n\t\"March\": \"mars\",\n\t\"April\": \"april\",\n\t\"May\": \"maj\",\n\t\"June\": \"juni\",\n\t\"July\": \"juli\",\n\t\"August\": \"augusti\",\n\t\"September\": \"september\",\n\t\"October\": \"oktober\",\n\t\"November\": \"november\",\n\t\"December\": \"december\",\n\t\"Jan\": \"jan.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mars\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"maj\",\n\t\"Jun\": \"juni\",\n\t\"Jul\": \"juli\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sep.\",\n\t\"Oct\": \"okt.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"söndag\",\n\t\"Monday\": \"måndag\",\n\t\"Tuesday\": \"tisdag\",\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\": \"mån\",\n\t\"Tue\": \"tis\",\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\t// When indicating dates, suffixes are never used in Swedish.\n\t\treturn \"\";\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zooma ut\",\n\n\t// Timeline buttons\n\t\"Play\": \"Spela\",\n\t\"Stop\": \"Stoppa\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Teckenförklaring\",\n\n\t// Legend's item screen reader indicator.\n\t\"Press ENTER to toggle\": \"Klicka eller tryck ENTER för att ändra\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Läser in\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Hem\",\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\": \"Diagram\",\n\t\"Serial chart\": \"Seriediagram\", // ???\n\t\"X/Y chart\": \"XY-diagram\",\n\t\"Pie chart\": \"Tårtdiagram\", // aka cirkeldiagram\n\t\"Gauge chart\": \"Instrumentdiagram\", // ???\n\t\"Radar chart\": \"Radardiagram\", // aka Spindelnätsdiagram\n\t\"Sankey diagram\": \"Sankeydiagram\",\n\t\"Chord diagram\": \"Strängdiagram\",\n\t\"Flow diagram\": \"Flödesschema\",\n\t\"TreeMap chart\": \"Träddiagram \",\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\": \"Serier\",\n\t\"Candlestick Series\": \"Candlestick-serier\",\n\t\"Column Series\": \"Kolumnserier\",\n\t\"Line Series\": \"Linjeserier\",\n\t\"Pie Slice Series\": \"Tårtserier\",\n\t\"X/Y Series\": \"X/Y-serier\",\n\n\t// Map-related stuff.\n\t\"Map\": \"Karta\",\n\t\"Press ENTER to zoom in\": \"Tryck RETUR för att zooma in\",\n\t\"Press ENTER to zoom out\": \"Tryck RETUR för att zooma ut\",\n\t\"Use arrow keys to zoom in and out\": \"Använd pil-knapparna för att zooma in och ut\",\n\t\"Use plus and minus keys on your keyboard to zoom in and out\": \"Använd plus- och minus-knapparna för att zooma in och ut\",\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\": \"Exportera\",\n\t\"Image\": \"Bild\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Skriv ut\",\n\t\"Press ENTER to open\": \"Klicka eller tryck ENTER för att öppna\",\n\t\"Press ENTER to print.\": \"Klicka eller tryck ENTER för att skriva ut.\",\n\t\"Press ENTER to export as %1.\": \"Klicka eller tryck ENTER för att exportera till %1.\",\n\t\"(Press ESC to close this message)\": \"(Tryck ESC för att stänga)\",\n\t\"Image Export Complete\": \"Bildexport klar\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"\",\n\t\"Saved from\": \"Sparad från\",\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\": \"Använd vänster och höger pilknappar för att flytta urvalet\",\n\t\"Use left and right arrows to move left selection\": \"Använd vänster och höger pilknappar för att flytta vänsterurval\",\n\t\"Use left and right arrows to move right selection\": \"Använd vänster och höger pilknappar för att flytta högerurval\",\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\": \"Använd upp och ner pilknappar för att flytta urvalet\",\n\t\"Use up and down arrows to move lower selection\": \"Använd upp och ner pilknappar för att flytta nedre urvalet\",\n\t\"Use up and down arrows to move upper selection\": \"Använd upp och ner pilknappar för att flytta övre urvalet\",\n\t\"From %1 to %2\": \"Från %1 till %2\",\n\t\"From %1\": \"Från %1\",\n\t\"To %1\": \"Till %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\": \"Ogiltigt datum\",\n};\n"]}
|
package/locales/th_TH.d.ts
CHANGED
package/locales/th_TH.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th_TH.d.ts","sourceRoot":"","sources":["../../../src/locales/th_TH.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"th_TH.d.ts","sourceRoot":"","sources":["../../../src/locales/th_TH.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAoR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AApR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAgWE"}
|
package/locales/th_TH.js
CHANGED
|
@@ -61,6 +61,9 @@ export default {
|
|
|
61
61
|
// used for separating decimals, and which for thousands.
|
|
62
62
|
"_decimalSeparator": ".",
|
|
63
63
|
"_thousandSeparator": ",",
|
|
64
|
+
// Position of the percent sign in numbers
|
|
65
|
+
"_percentPrefix": null,
|
|
66
|
+
"_percentSuffix": "%",
|
|
64
67
|
// Suffixes for numbers
|
|
65
68
|
// When formatting numbers, big or small numers might be reformatted to
|
|
66
69
|
// shorter version, by applying a suffix.
|
package/locales/th_TH.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th_TH.js","sourceRoot":"","sources":["../../../src/locales/th_TH.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: th_TH\n * Language: Thai\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// 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\": \"ค.ศ.\",\n\t\"_era_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\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"ก่อนเที่ยง\",\n\t\"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\": \"มกราคม\",\n\t\"February\": \"กุมภาพันธ์\",\n\t\"March\": \"มีนาคม\",\n\t\"April\": \"เมษายน\",\n\t\"May\": \"พฤษภาคม\",\n\t\"June\": \"มิถุนายน\",\n\t\"July\": \"กรกฎาคม\",\n\t\"August\": \"สิงหาคม\",\n\t\"September\": \"กันยายน\",\n\t\"October\": \"ตุลาคม\",\n\t\"November\": \"พฤศจิกายน\",\n\t\"December\": \"ธันวาคม\",\n\t\"Jan\": \"ม.ค.\",\n\t\"Feb\": \"ก.พ.\",\n\t\"Mar\": \"มี.ค.\",\n\t\"Apr\": \"เม.ย.\",\n\t\"May(short)\": \"พ.ค.\",\n\t\"Jun\": \"มิ.ย.\",\n\t\"Jul\": \"ก.ค.\",\n\t\"Aug\": \"ส.ค.\",\n\t\"Sep\": \"ก.ย.\",\n\t\"Oct\": \"ต.ค.\",\n\t\"Nov\": \"พ.ย.\",\n\t\"Dec\": \"ธ.ค.\",\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 = \"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\": \"ขยาย\",\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\": \"\",\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\": \"พิมพ์\",\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.\": \"\",\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\": \"จาก %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\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n};\n"]}
|
|
1
|
+
{"version":3,"file":"th_TH.js","sourceRoot":"","sources":["../../../src/locales/th_TH.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: th_TH\n * Language: Thai\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\": \"ค.ศ.\",\n\t\"_era_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\": \"a\",\n\t\"P\": \"p\",\n\t\"AM\": \"ก่อนเที่ยง\",\n\t\"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\": \"มกราคม\",\n\t\"February\": \"กุมภาพันธ์\",\n\t\"March\": \"มีนาคม\",\n\t\"April\": \"เมษายน\",\n\t\"May\": \"พฤษภาคม\",\n\t\"June\": \"มิถุนายน\",\n\t\"July\": \"กรกฎาคม\",\n\t\"August\": \"สิงหาคม\",\n\t\"September\": \"กันยายน\",\n\t\"October\": \"ตุลาคม\",\n\t\"November\": \"พฤศจิกายน\",\n\t\"December\": \"ธันวาคม\",\n\t\"Jan\": \"ม.ค.\",\n\t\"Feb\": \"ก.พ.\",\n\t\"Mar\": \"มี.ค.\",\n\t\"Apr\": \"เม.ย.\",\n\t\"May(short)\": \"พ.ค.\",\n\t\"Jun\": \"มิ.ย.\",\n\t\"Jul\": \"ก.ค.\",\n\t\"Aug\": \"ส.ค.\",\n\t\"Sep\": \"ก.ย.\",\n\t\"Oct\": \"ต.ค.\",\n\t\"Nov\": \"พ.ย.\",\n\t\"Dec\": \"ธ.ค.\",\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 = \"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\": \"ขยาย\",\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\": \"\",\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\": \"พิมพ์\",\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.\": \"\",\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\": \"จาก %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\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n};\n"]}
|
package/locales/tr_TR.d.ts
CHANGED
package/locales/tr_TR.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr_TR.d.ts","sourceRoot":"","sources":["../../../src/locales/tr_TR.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tr_TR.d.ts","sourceRoot":"","sources":["../../../src/locales/tr_TR.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAmR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAnR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBA+VE"}
|
package/locales/tr_TR.js
CHANGED
|
@@ -61,6 +61,8 @@ export default {
|
|
|
61
61
|
// used for separating decimals, and which for thousands.
|
|
62
62
|
"_decimalSeparator": ",",
|
|
63
63
|
"_thousandSeparator": ".",
|
|
64
|
+
"_percentPrefix": "%",
|
|
65
|
+
"_percentSuffix": null,
|
|
64
66
|
// Suffixes for numbers
|
|
65
67
|
// When formatting numbers, big or small numers might be reformatted to
|
|
66
68
|
// shorter version, by applying a suffix.
|