@amcharts/amcharts5 5.13.6 → 5.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (675) hide show
  1. package/.internal/charts/funnel/FunnelSeries.d.ts +1 -1
  2. package/.internal/charts/funnel/FunnelSeries.d.ts.map +1 -1
  3. package/.internal/charts/funnel/FunnelSeries.js.map +1 -1
  4. package/.internal/charts/funnel/FunnelSlice.d.ts +1 -1
  5. package/.internal/charts/funnel/FunnelSlice.d.ts.map +1 -1
  6. package/.internal/charts/funnel/FunnelSlice.js.map +1 -1
  7. package/.internal/charts/funnel/PyramidSeries.d.ts.map +1 -1
  8. package/.internal/charts/funnel/PyramidSeries.js.map +1 -1
  9. package/.internal/charts/funnel/SlicedChart.d.ts +1 -1
  10. package/.internal/charts/funnel/SlicedChart.d.ts.map +1 -1
  11. package/.internal/charts/funnel/SlicedChart.js.map +1 -1
  12. package/.internal/charts/gantt/Gantt.d.ts +216 -0
  13. package/.internal/charts/gantt/Gantt.d.ts.map +1 -0
  14. package/.internal/charts/gantt/Gantt.js +772 -0
  15. package/.internal/charts/gantt/Gantt.js.map +1 -0
  16. package/.internal/charts/gantt/GanttCategoryAxis.d.ts +287 -0
  17. package/.internal/charts/gantt/GanttCategoryAxis.d.ts.map +1 -0
  18. package/.internal/charts/gantt/GanttCategoryAxis.js +1238 -0
  19. package/.internal/charts/gantt/GanttCategoryAxis.js.map +1 -0
  20. package/.internal/charts/gantt/GanttCategoryAxisRenderer.d.ts +98 -0
  21. package/.internal/charts/gantt/GanttCategoryAxisRenderer.d.ts.map +1 -0
  22. package/.internal/charts/gantt/GanttCategoryAxisRenderer.js +270 -0
  23. package/.internal/charts/gantt/GanttCategoryAxisRenderer.js.map +1 -0
  24. package/.internal/charts/gantt/GanttDateAxis.d.ts +36 -0
  25. package/.internal/charts/gantt/GanttDateAxis.d.ts.map +1 -0
  26. package/.internal/charts/gantt/GanttDateAxis.js +35 -0
  27. package/.internal/charts/gantt/GanttDateAxis.js.map +1 -0
  28. package/.internal/charts/gantt/GanttDateAxisRenderer.d.ts +19 -0
  29. package/.internal/charts/gantt/GanttDateAxisRenderer.d.ts.map +1 -0
  30. package/.internal/charts/gantt/GanttDateAxisRenderer.js +23 -0
  31. package/.internal/charts/gantt/GanttDateAxisRenderer.js.map +1 -0
  32. package/.internal/charts/gantt/GanttDefaultTheme.d.ts +8 -0
  33. package/.internal/charts/gantt/GanttDefaultTheme.d.ts.map +1 -0
  34. package/.internal/charts/gantt/GanttDefaultTheme.js +756 -0
  35. package/.internal/charts/gantt/GanttDefaultTheme.js.map +1 -0
  36. package/.internal/charts/gantt/GanttSeries.d.ts +348 -0
  37. package/.internal/charts/gantt/GanttSeries.d.ts.map +1 -0
  38. package/.internal/charts/gantt/GanttSeries.js +1524 -0
  39. package/.internal/charts/gantt/GanttSeries.js.map +1 -0
  40. package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
  41. package/.internal/charts/hierarchy/HierarchyDefaultTheme.js.map +1 -1
  42. package/.internal/charts/hierarchy/HierarchyLink.d.ts +1 -1
  43. package/.internal/charts/hierarchy/HierarchyLink.d.ts.map +1 -1
  44. package/.internal/charts/hierarchy/HierarchyLink.js.map +1 -1
  45. package/.internal/charts/hierarchy/LinkedHierarchy.d.ts +2 -2
  46. package/.internal/charts/hierarchy/LinkedHierarchy.d.ts.map +1 -1
  47. package/.internal/charts/hierarchy/LinkedHierarchy.js +1 -1
  48. package/.internal/charts/hierarchy/LinkedHierarchy.js.map +1 -1
  49. package/.internal/charts/hierarchy/Pack.d.ts.map +1 -1
  50. package/.internal/charts/hierarchy/Pack.js.map +1 -1
  51. package/.internal/charts/hierarchy/Partition.d.ts.map +1 -1
  52. package/.internal/charts/hierarchy/Partition.js.map +1 -1
  53. package/.internal/charts/hierarchy/Treemap.js.map +1 -1
  54. package/.internal/charts/hierarchy/VoronoiTreemap.d.ts.map +1 -1
  55. package/.internal/charts/hierarchy/VoronoiTreemap.js +3 -3
  56. package/.internal/charts/hierarchy/VoronoiTreemap.js.map +1 -1
  57. package/.internal/charts/map/MapChart.d.ts.map +1 -1
  58. package/.internal/charts/map/MapChart.js +1 -3
  59. package/.internal/charts/map/MapChart.js.map +1 -1
  60. package/.internal/charts/stock/drawing/DrawingSeries.d.ts +1 -0
  61. package/.internal/charts/stock/drawing/DrawingSeries.d.ts.map +1 -1
  62. package/.internal/charts/stock/drawing/DrawingSeries.js +7 -0
  63. package/.internal/charts/stock/drawing/DrawingSeries.js.map +1 -1
  64. package/.internal/charts/stock/drawing/HorizontalLineSeries.d.ts.map +1 -1
  65. package/.internal/charts/stock/drawing/HorizontalLineSeries.js +2 -1
  66. package/.internal/charts/stock/drawing/HorizontalLineSeries.js.map +1 -1
  67. package/.internal/charts/stock/drawing/HorizontalRaySeries.d.ts.map +1 -1
  68. package/.internal/charts/stock/drawing/HorizontalRaySeries.js +2 -1
  69. package/.internal/charts/stock/drawing/HorizontalRaySeries.js.map +1 -1
  70. package/.internal/charts/stock/drawing/ParallelChannelSeries.d.ts.map +1 -1
  71. package/.internal/charts/stock/drawing/ParallelChannelSeries.js +2 -1
  72. package/.internal/charts/stock/drawing/ParallelChannelSeries.js.map +1 -1
  73. package/.internal/charts/stock/drawing/PolylineSeries.d.ts.map +1 -1
  74. package/.internal/charts/stock/drawing/PolylineSeries.js +3 -1
  75. package/.internal/charts/stock/drawing/PolylineSeries.js.map +1 -1
  76. package/.internal/charts/stock/drawing/SimpleLineSeries.d.ts.map +1 -1
  77. package/.internal/charts/stock/drawing/SimpleLineSeries.js +2 -1
  78. package/.internal/charts/stock/drawing/SimpleLineSeries.js.map +1 -1
  79. package/.internal/charts/stock/drawing/VerticalLineSeries.d.ts.map +1 -1
  80. package/.internal/charts/stock/drawing/VerticalLineSeries.js +2 -1
  81. package/.internal/charts/stock/drawing/VerticalLineSeries.js.map +1 -1
  82. package/.internal/charts/timeline/AxisRendererCurveX.js.map +1 -1
  83. package/.internal/charts/timeline/AxisRendererCurveY.js.map +1 -1
  84. package/.internal/charts/timeline/CurveChart.js.map +1 -1
  85. package/.internal/charts/timeline/CurveColumnSeries.js.map +1 -1
  86. package/.internal/charts/timeline/CurveCursor.js +1 -1
  87. package/.internal/charts/timeline/CurveCursor.js.map +1 -1
  88. package/.internal/charts/timeline/SerpentineChart.d.ts +1 -1
  89. package/.internal/charts/timeline/SerpentineChart.d.ts.map +1 -1
  90. package/.internal/charts/timeline/SerpentineChart.js.map +1 -1
  91. package/.internal/charts/timeline/SpiralChart.d.ts +1 -1
  92. package/.internal/charts/timeline/SpiralChart.d.ts.map +1 -1
  93. package/.internal/charts/timeline/SpiralChart.js.map +1 -1
  94. package/.internal/charts/wordcloud/WordCloud.js.map +1 -1
  95. package/.internal/charts/xy/XYChart.d.ts.map +1 -1
  96. package/.internal/charts/xy/XYChart.js +16 -8
  97. package/.internal/charts/xy/XYChart.js.map +1 -1
  98. package/.internal/charts/xy/XYChartDefaultTheme.d.ts.map +1 -1
  99. package/.internal/charts/xy/XYChartDefaultTheme.js +6 -3
  100. package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
  101. package/.internal/charts/xy/axes/Axis.d.ts +17 -1
  102. package/.internal/charts/xy/axes/Axis.d.ts.map +1 -1
  103. package/.internal/charts/xy/axes/Axis.js +46 -26
  104. package/.internal/charts/xy/axes/Axis.js.map +1 -1
  105. package/.internal/charts/xy/axes/AxisBullet.d.ts +1 -1
  106. package/.internal/charts/xy/axes/AxisBullet.d.ts.map +1 -1
  107. package/.internal/charts/xy/axes/AxisBullet.js.map +1 -1
  108. package/.internal/charts/xy/axes/AxisLabel.d.ts +1 -1
  109. package/.internal/charts/xy/axes/AxisLabel.d.ts.map +1 -1
  110. package/.internal/charts/xy/axes/AxisLabel.js.map +1 -1
  111. package/.internal/charts/xy/axes/AxisLabelRadial.d.ts +1 -1
  112. package/.internal/charts/xy/axes/AxisLabelRadial.d.ts.map +1 -1
  113. package/.internal/charts/xy/axes/AxisLabelRadial.js.map +1 -1
  114. package/.internal/charts/xy/axes/AxisRenderer.d.ts +5 -5
  115. package/.internal/charts/xy/axes/AxisRenderer.d.ts.map +1 -1
  116. package/.internal/charts/xy/axes/AxisRenderer.js.map +1 -1
  117. package/.internal/charts/xy/axes/AxisRendererX.d.ts +1 -1
  118. package/.internal/charts/xy/axes/AxisRendererX.d.ts.map +1 -1
  119. package/.internal/charts/xy/axes/AxisRendererX.js +9 -5
  120. package/.internal/charts/xy/axes/AxisRendererX.js.map +1 -1
  121. package/.internal/charts/xy/axes/AxisRendererY.d.ts +1 -1
  122. package/.internal/charts/xy/axes/AxisRendererY.d.ts.map +1 -1
  123. package/.internal/charts/xy/axes/AxisRendererY.js +9 -5
  124. package/.internal/charts/xy/axes/AxisRendererY.js.map +1 -1
  125. package/.internal/charts/xy/axes/CategoryAxis.d.ts +34 -3
  126. package/.internal/charts/xy/axes/CategoryAxis.d.ts.map +1 -1
  127. package/.internal/charts/xy/axes/CategoryAxis.js +243 -40
  128. package/.internal/charts/xy/axes/CategoryAxis.js.map +1 -1
  129. package/.internal/charts/xy/axes/CategoryDateAxis.d.ts +1 -1
  130. package/.internal/charts/xy/axes/CategoryDateAxis.d.ts.map +1 -1
  131. package/.internal/charts/xy/axes/CategoryDateAxis.js.map +1 -1
  132. package/.internal/charts/xy/axes/DateAxis.d.ts +16 -2
  133. package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
  134. package/.internal/charts/xy/axes/DateAxis.js +20 -5
  135. package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
  136. package/.internal/charts/xy/axes/EditableAxisLabel.d.ts +21 -0
  137. package/.internal/charts/xy/axes/EditableAxisLabel.d.ts.map +1 -0
  138. package/.internal/charts/xy/axes/EditableAxisLabel.js +31 -0
  139. package/.internal/charts/xy/axes/EditableAxisLabel.js.map +1 -0
  140. package/.internal/charts/xy/axes/GaplessDateAxis.d.ts +2 -2
  141. package/.internal/charts/xy/axes/GaplessDateAxis.d.ts.map +1 -1
  142. package/.internal/charts/xy/axes/GaplessDateAxis.js.map +1 -1
  143. package/.internal/charts/xy/axes/ValueAxis.d.ts +2 -2
  144. package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
  145. package/.internal/charts/xy/axes/ValueAxis.js +4 -3
  146. package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
  147. package/.internal/charts/xy/series/BaseColumnSeries.d.ts +5 -1
  148. package/.internal/charts/xy/series/BaseColumnSeries.d.ts.map +1 -1
  149. package/.internal/charts/xy/series/BaseColumnSeries.js +60 -32
  150. package/.internal/charts/xy/series/BaseColumnSeries.js.map +1 -1
  151. package/.internal/charts/xy/series/CandlestickSeries.d.ts +2 -1
  152. package/.internal/charts/xy/series/CandlestickSeries.d.ts.map +1 -1
  153. package/.internal/charts/xy/series/CandlestickSeries.js +99 -44
  154. package/.internal/charts/xy/series/CandlestickSeries.js.map +1 -1
  155. package/.internal/charts/xy/series/ColumnSeries.d.ts +39 -0
  156. package/.internal/charts/xy/series/ColumnSeries.d.ts.map +1 -1
  157. package/.internal/charts/xy/series/ColumnSeries.js +77 -1
  158. package/.internal/charts/xy/series/ColumnSeries.js.map +1 -1
  159. package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
  160. package/.internal/charts/xy/series/LineSeries.js.map +1 -1
  161. package/.internal/charts/xy/series/OHLC.d.ts +6 -0
  162. package/.internal/charts/xy/series/OHLC.d.ts.map +1 -1
  163. package/.internal/charts/xy/series/OHLC.js +6 -0
  164. package/.internal/charts/xy/series/OHLC.js.map +1 -1
  165. package/.internal/charts/xy/series/SmoothedXLineSeries.d.ts.map +1 -1
  166. package/.internal/charts/xy/series/SmoothedXLineSeries.js.map +1 -1
  167. package/.internal/charts/xy/series/SmoothedXYLineSeries.d.ts.map +1 -1
  168. package/.internal/charts/xy/series/SmoothedXYLineSeries.js.map +1 -1
  169. package/.internal/charts/xy/series/SmoothedYLineSeries.d.ts.map +1 -1
  170. package/.internal/charts/xy/series/SmoothedYLineSeries.js.map +1 -1
  171. package/.internal/charts/xy/series/StepLineSeries.d.ts +8 -2
  172. package/.internal/charts/xy/series/StepLineSeries.d.ts.map +1 -1
  173. package/.internal/charts/xy/series/StepLineSeries.js +6 -0
  174. package/.internal/charts/xy/series/StepLineSeries.js.map +1 -1
  175. package/.internal/charts/xy/series/XYSeries.d.ts +1 -1
  176. package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
  177. package/.internal/charts/xy/series/XYSeries.js +4 -1
  178. package/.internal/charts/xy/series/XYSeries.js.map +1 -1
  179. package/.internal/core/Classes.d.ts +28 -0
  180. package/.internal/core/Classes.d.ts.map +1 -1
  181. package/.internal/core/Classes.js.map +1 -1
  182. package/.internal/core/Registry.js +1 -1
  183. package/.internal/core/Registry.js.map +1 -1
  184. package/.internal/core/Root.d.ts +8 -0
  185. package/.internal/core/Root.d.ts.map +1 -1
  186. package/.internal/core/Root.js +26 -19
  187. package/.internal/core/Root.js.map +1 -1
  188. package/.internal/core/render/Button.d.ts +4 -1
  189. package/.internal/core/render/Button.d.ts.map +1 -1
  190. package/.internal/core/render/Button.js.map +1 -1
  191. package/.internal/core/render/Component.d.ts +8 -0
  192. package/.internal/core/render/Component.d.ts.map +1 -1
  193. package/.internal/core/render/Component.js +17 -0
  194. package/.internal/core/render/Component.js.map +1 -1
  195. package/.internal/core/render/ConfirmButton.d.ts +30 -0
  196. package/.internal/core/render/ConfirmButton.d.ts.map +1 -0
  197. package/.internal/core/render/ConfirmButton.js +84 -0
  198. package/.internal/core/render/ConfirmButton.js.map +1 -0
  199. package/.internal/core/render/Container.d.ts +6 -0
  200. package/.internal/core/render/Container.d.ts.map +1 -1
  201. package/.internal/core/render/Container.js +49 -2
  202. package/.internal/core/render/Container.js.map +1 -1
  203. package/.internal/core/render/EditableLabel.d.ts.map +1 -1
  204. package/.internal/core/render/EditableLabel.js +6 -6
  205. package/.internal/core/render/EditableLabel.js.map +1 -1
  206. package/.internal/core/render/HeatLegend.d.ts +14 -0
  207. package/.internal/core/render/HeatLegend.d.ts.map +1 -1
  208. package/.internal/core/render/HeatLegend.js +16 -3
  209. package/.internal/core/render/HeatLegend.js.map +1 -1
  210. package/.internal/core/render/Link.d.ts +28 -0
  211. package/.internal/core/render/Link.d.ts.map +1 -0
  212. package/.internal/core/render/Link.js +90 -0
  213. package/.internal/core/render/Link.js.map +1 -0
  214. package/.internal/core/render/MonotoneXTension.d.ts.map +1 -1
  215. package/.internal/core/render/MonotoneXTension.js.map +1 -1
  216. package/.internal/core/render/MonotoneYTension.d.ts.map +1 -1
  217. package/.internal/core/render/MonotoneYTension.js.map +1 -1
  218. package/.internal/core/render/NumericStepper.d.ts +27 -0
  219. package/.internal/core/render/NumericStepper.d.ts.map +1 -0
  220. package/.internal/core/render/NumericStepper.js +117 -0
  221. package/.internal/core/render/NumericStepper.js.map +1 -0
  222. package/.internal/core/render/OrthogonalLine.d.ts +33 -0
  223. package/.internal/core/render/OrthogonalLine.d.ts.map +1 -0
  224. package/.internal/core/render/OrthogonalLine.js +97 -0
  225. package/.internal/core/render/OrthogonalLine.js.map +1 -0
  226. package/.internal/core/render/ProgressPie.d.ts +32 -0
  227. package/.internal/core/render/ProgressPie.d.ts.map +1 -0
  228. package/.internal/core/render/ProgressPie.js +89 -0
  229. package/.internal/core/render/ProgressPie.js.map +1 -0
  230. package/.internal/core/render/Series.d.ts +0 -7
  231. package/.internal/core/render/Series.d.ts.map +1 -1
  232. package/.internal/core/render/Series.js +24 -27
  233. package/.internal/core/render/Series.js.map +1 -1
  234. package/.internal/core/render/Sprite.d.ts +3 -2
  235. package/.internal/core/render/Sprite.d.ts.map +1 -1
  236. package/.internal/core/render/Sprite.js +40 -30
  237. package/.internal/core/render/Sprite.js.map +1 -1
  238. package/.internal/core/render/patterns/LinePattern.d.ts +8 -0
  239. package/.internal/core/render/patterns/LinePattern.d.ts.map +1 -1
  240. package/.internal/core/render/patterns/LinePattern.js +32 -1
  241. package/.internal/core/render/patterns/LinePattern.js.map +1 -1
  242. package/.internal/core/util/Entity.d.ts.map +1 -1
  243. package/.internal/core/util/Entity.js.map +1 -1
  244. package/.internal/core/util/EventDispatcher.d.ts +32 -3
  245. package/.internal/core/util/EventDispatcher.d.ts.map +1 -1
  246. package/.internal/core/util/EventDispatcher.js +51 -5
  247. package/.internal/core/util/EventDispatcher.js.map +1 -1
  248. package/.internal/core/util/Language.d.ts +2 -0
  249. package/.internal/core/util/Language.d.ts.map +1 -1
  250. package/.internal/core/util/Language.js.map +1 -1
  251. package/.internal/core/util/Time.d.ts.map +1 -1
  252. package/.internal/core/util/Time.js +4 -1
  253. package/.internal/core/util/Time.js.map +1 -1
  254. package/.internal/plugins/colorPicker/ColorPicker.d.ts +151 -0
  255. package/.internal/plugins/colorPicker/ColorPicker.d.ts.map +1 -0
  256. package/.internal/plugins/colorPicker/ColorPicker.js +665 -0
  257. package/.internal/plugins/colorPicker/ColorPicker.js.map +1 -0
  258. package/.internal/plugins/colorPicker/ColorPickerButton.d.ts +28 -0
  259. package/.internal/plugins/colorPicker/ColorPickerButton.d.ts.map +1 -0
  260. package/.internal/plugins/colorPicker/ColorPickerButton.js +87 -0
  261. package/.internal/plugins/colorPicker/ColorPickerButton.js.map +1 -0
  262. package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.d.ts +8 -0
  263. package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.d.ts.map +1 -0
  264. package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.js +248 -0
  265. package/.internal/plugins/colorPicker/ColorPickerDefaultTheme.js.map +1 -0
  266. package/.internal/plugins/json/Classes-script.d.ts +28 -0
  267. package/.internal/plugins/json/Classes-script.d.ts.map +1 -1
  268. package/.internal/plugins/json/Classes-script.js +14 -0
  269. package/.internal/plugins/json/Classes-script.js.map +1 -1
  270. package/.internal/plugins/json/Classes.d.ts +28 -0
  271. package/.internal/plugins/json/Classes.d.ts.map +1 -1
  272. package/.internal/plugins/json/Classes.js +14 -0
  273. package/.internal/plugins/json/Classes.js.map +1 -1
  274. package/.internal/themes/DefaultTheme.d.ts.map +1 -1
  275. package/.internal/themes/DefaultTheme.js +227 -2
  276. package/.internal/themes/DefaultTheme.js.map +1 -1
  277. package/CHANGELOG.md +27 -0
  278. package/examples/javascript/flow-arc-horizontal/package.json +1 -1
  279. package/examples/javascript/flow-arc-vertical/package.json +1 -1
  280. package/examples/javascript/flow-chord/package.json +1 -1
  281. package/examples/javascript/flow-chord-directed/package.json +1 -1
  282. package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
  283. package/examples/javascript/flow-sankey/package.json +1 -1
  284. package/examples/javascript/gantt/README.md +6 -0
  285. package/examples/javascript/gantt/index.css +11 -0
  286. package/examples/javascript/gantt/index.html +12 -0
  287. package/examples/javascript/gantt/index.js +233 -0
  288. package/examples/javascript/gantt/package.json +16 -0
  289. package/examples/javascript/gantt/webpack.config.js +38 -0
  290. package/examples/javascript/gantt-multilevel/README.md +6 -0
  291. package/examples/javascript/gantt-multilevel/index.css +11 -0
  292. package/examples/javascript/gantt-multilevel/index.html +12 -0
  293. package/examples/javascript/gantt-multilevel/index.js +111 -0
  294. package/examples/javascript/gantt-multilevel/package.json +16 -0
  295. package/examples/javascript/gantt-multilevel/webpack.config.js +38 -0
  296. package/examples/javascript/gantt-simple/README.md +6 -0
  297. package/examples/javascript/gantt-simple/index.css +11 -0
  298. package/examples/javascript/gantt-simple/index.html +12 -0
  299. package/examples/javascript/gantt-simple/index.js +94 -0
  300. package/examples/javascript/gantt-simple/package.json +16 -0
  301. package/examples/javascript/gantt-simple/webpack.config.js +38 -0
  302. package/examples/javascript/gauge/package.json +1 -1
  303. package/examples/javascript/gauge-bands/package.json +1 -1
  304. package/examples/javascript/hierarchy-force-directed/package.json +1 -1
  305. package/examples/javascript/hierarchy-pack/package.json +1 -1
  306. package/examples/javascript/hierarchy-partition/package.json +1 -1
  307. package/examples/javascript/hierarchy-sunburst/package.json +1 -1
  308. package/examples/javascript/hierarchy-tree/package.json +1 -1
  309. package/examples/javascript/hierarchy-treemap/package.json +1 -1
  310. package/examples/javascript/hierarchy-voronoi-treemap/package.json +1 -1
  311. package/examples/javascript/jest/package.json +1 -1
  312. package/examples/javascript/json-pie/package.json +1 -1
  313. package/examples/javascript/json-xy/package.json +1 -1
  314. package/examples/javascript/map-animating-along-lines/package.json +1 -1
  315. package/examples/javascript/map-clustered-points/package.json +1 -1
  316. package/examples/javascript/map-day-and-night/package.json +1 -1
  317. package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
  318. package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
  319. package/examples/javascript/map-with-bubbles/package.json +1 -1
  320. package/examples/javascript/map-zoom-to-country/package.json +1 -1
  321. package/examples/javascript/misc-40-charts/package.json +1 -1
  322. package/examples/javascript/misc-microchart-grid/package.json +1 -1
  323. package/examples/javascript/pie-chart/package.json +1 -1
  324. package/examples/javascript/pie-donut-chart/package.json +1 -1
  325. package/examples/javascript/pie-variable-radius/package.json +1 -1
  326. package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
  327. package/examples/javascript/radar-heat-map/package.json +1 -1
  328. package/examples/javascript/radar-line/package.json +1 -1
  329. package/examples/javascript/radar-time-line/package.json +1 -1
  330. package/examples/javascript/sliced-funnel/package.json +1 -1
  331. package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
  332. package/examples/javascript/sliced-pyramid/package.json +1 -1
  333. package/examples/javascript/stock-chart/index.js +2 -0
  334. package/examples/javascript/stock-chart/package.json +1 -1
  335. package/examples/javascript/stock-chart-comparing-stocks/index.js +2 -0
  336. package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
  337. package/examples/javascript/stock-chart-data-granularity/index.js +2 -0
  338. package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
  339. package/examples/javascript/stock-chart-data-grouping/index.js +2 -0
  340. package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
  341. package/examples/javascript/stock-chart-intraday/index.js +2 -0
  342. package/examples/javascript/stock-chart-intraday/package.json +1 -1
  343. package/examples/javascript/stock-chart-live/index.js +1 -0
  344. package/examples/javascript/stock-chart-live/package.json +1 -1
  345. package/examples/javascript/stock-chart-volume-separate-panel/index.js +2 -0
  346. package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
  347. package/examples/javascript/timeline-horizontal-serpentine-chart/package.json +1 -1
  348. package/examples/javascript/timeline-linear-process-diagram/package.json +1 -1
  349. package/examples/javascript/timeline-serpentine-chart/package.json +1 -1
  350. package/examples/javascript/timeline-spiral-chart/package.json +1 -1
  351. package/examples/javascript/venn-diagram/package.json +1 -1
  352. package/examples/javascript/wordcloud-with-data/package.json +1 -1
  353. package/examples/javascript/wordcloud-with-text/package.json +1 -1
  354. package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
  355. package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  356. package/examples/javascript/xy-bubble/package.json +1 -1
  357. package/examples/javascript/xy-candlestick/index.js +1 -0
  358. package/examples/javascript/xy-candlestick/package.json +1 -1
  359. package/examples/javascript/xy-clustered-column/package.json +1 -1
  360. package/examples/javascript/xy-column/package.json +1 -1
  361. package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
  362. package/examples/javascript/xy-data-grouping/package.json +1 -1
  363. package/examples/javascript/xy-draggable-range/package.json +1 -1
  364. package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  365. package/examples/javascript/xy-dumbbell plot/package.json +1 -1
  366. package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
  367. package/examples/javascript/xy-line/package.json +1 -1
  368. package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
  369. package/examples/javascript/xy-live-data/package.json +1 -1
  370. package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
  371. package/examples/javascript/xy-ohlc/package.json +1 -1
  372. package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
  373. package/examples/javascript/xy-smoothed-line/package.json +1 -1
  374. package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
  375. package/examples/javascript/xy-stacked-column/package.json +1 -1
  376. package/examples/javascript/xy-stacked-step/package.json +1 -1
  377. package/examples/javascript/xy-stock/package.json +1 -1
  378. package/examples/javascript/xy-stock-comparing/package.json +1 -1
  379. package/examples/typescript/flow-arc-horizontal/package.json +1 -1
  380. package/examples/typescript/flow-arc-vertical/package.json +1 -1
  381. package/examples/typescript/flow-chord/package.json +1 -1
  382. package/examples/typescript/flow-chord-directed/package.json +1 -1
  383. package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
  384. package/examples/typescript/flow-sankey/package.json +1 -1
  385. package/examples/typescript/gantt/README.md +6 -0
  386. package/examples/typescript/gantt/index.css +11 -0
  387. package/examples/typescript/gantt/index.html +12 -0
  388. package/examples/typescript/gantt/index.ts +233 -0
  389. package/examples/typescript/gantt/package.json +18 -0
  390. package/examples/typescript/gantt/tsconfig.json +12 -0
  391. package/examples/typescript/gantt/webpack.config.js +45 -0
  392. package/examples/typescript/gantt-multilevel/README.md +6 -0
  393. package/examples/typescript/gantt-multilevel/index.css +11 -0
  394. package/examples/typescript/gantt-multilevel/index.html +12 -0
  395. package/examples/typescript/gantt-multilevel/index.ts +111 -0
  396. package/examples/typescript/gantt-multilevel/package.json +18 -0
  397. package/examples/typescript/gantt-multilevel/tsconfig.json +12 -0
  398. package/examples/typescript/gantt-multilevel/webpack.config.js +45 -0
  399. package/examples/typescript/gantt-simple/README.md +6 -0
  400. package/examples/typescript/gantt-simple/index.css +11 -0
  401. package/examples/typescript/gantt-simple/index.html +12 -0
  402. package/examples/typescript/gantt-simple/index.ts +94 -0
  403. package/examples/typescript/gantt-simple/package.json +18 -0
  404. package/examples/typescript/gantt-simple/tsconfig.json +12 -0
  405. package/examples/typescript/gantt-simple/webpack.config.js +45 -0
  406. package/examples/typescript/gauge/package.json +1 -1
  407. package/examples/typescript/gauge-bands/package.json +1 -1
  408. package/examples/typescript/hierarchy-force-directed/package.json +1 -1
  409. package/examples/typescript/hierarchy-pack/package.json +1 -1
  410. package/examples/typescript/hierarchy-partition/package.json +1 -1
  411. package/examples/typescript/hierarchy-sunburst/package.json +1 -1
  412. package/examples/typescript/hierarchy-tree/package.json +1 -1
  413. package/examples/typescript/hierarchy-treemap/package.json +1 -1
  414. package/examples/typescript/hierarchy-voronoi-treemap/package.json +1 -1
  415. package/examples/typescript/jest/package.json +1 -1
  416. package/examples/typescript/json-pie/package.json +1 -1
  417. package/examples/typescript/json-xy/package.json +1 -1
  418. package/examples/typescript/map-animating-along-lines/package.json +1 -1
  419. package/examples/typescript/map-clustered-points/package.json +1 -1
  420. package/examples/typescript/map-day-and-night/package.json +1 -1
  421. package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
  422. package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
  423. package/examples/typescript/map-with-bubbles/package.json +1 -1
  424. package/examples/typescript/map-zoom-to-country/package.json +1 -1
  425. package/examples/typescript/misc-40-charts/package.json +1 -1
  426. package/examples/typescript/misc-microchart-grid/package.json +1 -1
  427. package/examples/typescript/pie-chart/package.json +1 -1
  428. package/examples/typescript/pie-donut-chart/package.json +1 -1
  429. package/examples/typescript/pie-variable-radius/package.json +1 -1
  430. package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
  431. package/examples/typescript/radar-heat-map/package.json +1 -1
  432. package/examples/typescript/radar-line/package.json +1 -1
  433. package/examples/typescript/radar-time-line/package.json +1 -1
  434. package/examples/typescript/sliced-funnel/package.json +1 -1
  435. package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
  436. package/examples/typescript/sliced-pyramid/package.json +1 -1
  437. package/examples/typescript/stock-chart/index.ts +2 -0
  438. package/examples/typescript/stock-chart/package.json +1 -1
  439. package/examples/typescript/stock-chart-comparing-stocks/index.ts +2 -0
  440. package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
  441. package/examples/typescript/stock-chart-data-granularity/index.ts +2 -0
  442. package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
  443. package/examples/typescript/stock-chart-data-grouping/index.ts +2 -0
  444. package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
  445. package/examples/typescript/stock-chart-intraday/index.ts +2 -0
  446. package/examples/typescript/stock-chart-intraday/package.json +1 -1
  447. package/examples/typescript/stock-chart-live/index.ts +1 -0
  448. package/examples/typescript/stock-chart-live/package.json +1 -1
  449. package/examples/typescript/stock-chart-volume-separate-panel/index.ts +2 -0
  450. package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
  451. package/examples/typescript/timeline-horizontal-serpentine-chart/package.json +1 -1
  452. package/examples/typescript/timeline-linear-process-diagram/package.json +1 -1
  453. package/examples/typescript/timeline-serpentine-chart/package.json +1 -1
  454. package/examples/typescript/timeline-spiral-chart/package.json +1 -1
  455. package/examples/typescript/venn-diagram/package.json +1 -1
  456. package/examples/typescript/wordcloud-with-data/package.json +1 -1
  457. package/examples/typescript/wordcloud-with-text/package.json +1 -1
  458. package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
  459. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  460. package/examples/typescript/xy-bubble/package.json +1 -1
  461. package/examples/typescript/xy-candlestick/index.ts +1 -0
  462. package/examples/typescript/xy-candlestick/package.json +1 -1
  463. package/examples/typescript/xy-clustered-column/package.json +1 -1
  464. package/examples/typescript/xy-column/package.json +1 -1
  465. package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
  466. package/examples/typescript/xy-data-grouping/package.json +1 -1
  467. package/examples/typescript/xy-draggable-range/package.json +1 -1
  468. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  469. package/examples/typescript/xy-dumbbell plot/package.json +1 -1
  470. package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
  471. package/examples/typescript/xy-line/package.json +1 -1
  472. package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
  473. package/examples/typescript/xy-live-data/package.json +1 -1
  474. package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
  475. package/examples/typescript/xy-ohlc/package.json +1 -1
  476. package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
  477. package/examples/typescript/xy-smoothed-line/package.json +1 -1
  478. package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
  479. package/examples/typescript/xy-stacked-column/package.json +1 -1
  480. package/examples/typescript/xy-stacked-step/package.json +1 -1
  481. package/examples/typescript/xy-stock/package.json +1 -1
  482. package/examples/typescript/xy-stock-comparing/package.json +1 -1
  483. package/gantt.d.ts +9 -0
  484. package/gantt.d.ts.map +1 -0
  485. package/gantt.js +9 -0
  486. package/gantt.js.map +1 -0
  487. package/index.d.ts +5 -0
  488. package/index.d.ts.map +1 -1
  489. package/index.js +5 -0
  490. package/index.js.map +1 -1
  491. package/locales/ar.d.ts +4 -0
  492. package/locales/ar.d.ts.map +1 -1
  493. package/locales/ar.js +5 -0
  494. package/locales/ar.js.map +1 -1
  495. package/locales/bg_BG.d.ts +2 -0
  496. package/locales/bg_BG.d.ts.map +1 -1
  497. package/locales/bg_BG.js +3 -1
  498. package/locales/bg_BG.js.map +1 -1
  499. package/locales/bs_BA.d.ts +4 -0
  500. package/locales/bs_BA.d.ts.map +1 -1
  501. package/locales/bs_BA.js +5 -0
  502. package/locales/bs_BA.js.map +1 -1
  503. package/locales/ca_ES.d.ts +4 -0
  504. package/locales/ca_ES.d.ts.map +1 -1
  505. package/locales/ca_ES.js +5 -0
  506. package/locales/ca_ES.js.map +1 -1
  507. package/locales/cs_CZ.d.ts +4 -0
  508. package/locales/cs_CZ.d.ts.map +1 -1
  509. package/locales/cs_CZ.js +5 -0
  510. package/locales/cs_CZ.js.map +1 -1
  511. package/locales/da_DK.d.ts +4 -0
  512. package/locales/da_DK.d.ts.map +1 -1
  513. package/locales/da_DK.js +5 -0
  514. package/locales/da_DK.js.map +1 -1
  515. package/locales/de_CH.d.ts +4 -0
  516. package/locales/de_CH.d.ts.map +1 -1
  517. package/locales/de_CH.js +5 -0
  518. package/locales/de_CH.js.map +1 -1
  519. package/locales/de_DE.d.ts +4 -0
  520. package/locales/de_DE.d.ts.map +1 -1
  521. package/locales/de_DE.js +5 -0
  522. package/locales/de_DE.js.map +1 -1
  523. package/locales/el_GR.d.ts +4 -0
  524. package/locales/el_GR.d.ts.map +1 -1
  525. package/locales/el_GR.js +5 -0
  526. package/locales/el_GR.js.map +1 -1
  527. package/locales/en.d.ts +2 -0
  528. package/locales/en.d.ts.map +1 -1
  529. package/locales/en.js +3 -1
  530. package/locales/en.js.map +1 -1
  531. package/locales/en_CA.d.ts +4 -0
  532. package/locales/en_CA.d.ts.map +1 -1
  533. package/locales/en_CA.js +5 -0
  534. package/locales/en_CA.js.map +1 -1
  535. package/locales/en_US.d.ts +4 -0
  536. package/locales/en_US.d.ts.map +1 -1
  537. package/locales/en_US.js +5 -0
  538. package/locales/en_US.js.map +1 -1
  539. package/locales/es_ES.d.ts +4 -0
  540. package/locales/es_ES.d.ts.map +1 -1
  541. package/locales/es_ES.js +6 -1
  542. package/locales/es_ES.js.map +1 -1
  543. package/locales/et_EE.d.ts +4 -0
  544. package/locales/et_EE.d.ts.map +1 -1
  545. package/locales/et_EE.js +5 -0
  546. package/locales/et_EE.js.map +1 -1
  547. package/locales/fi_FI.d.ts +4 -0
  548. package/locales/fi_FI.d.ts.map +1 -1
  549. package/locales/fi_FI.js +5 -0
  550. package/locales/fi_FI.js.map +1 -1
  551. package/locales/fo_FO.d.ts +2 -0
  552. package/locales/fo_FO.d.ts.map +1 -1
  553. package/locales/fo_FO.js +3 -1
  554. package/locales/fo_FO.js.map +1 -1
  555. package/locales/fr_FR.d.ts +4 -0
  556. package/locales/fr_FR.d.ts.map +1 -1
  557. package/locales/fr_FR.js +5 -0
  558. package/locales/fr_FR.js.map +1 -1
  559. package/locales/he_IL.d.ts +4 -0
  560. package/locales/he_IL.d.ts.map +1 -1
  561. package/locales/he_IL.js +5 -0
  562. package/locales/he_IL.js.map +1 -1
  563. package/locales/hi_IN.d.ts +4 -0
  564. package/locales/hi_IN.d.ts.map +1 -1
  565. package/locales/hi_IN.js +5 -0
  566. package/locales/hi_IN.js.map +1 -1
  567. package/locales/hr_HR.d.ts +4 -0
  568. package/locales/hr_HR.d.ts.map +1 -1
  569. package/locales/hr_HR.js +5 -0
  570. package/locales/hr_HR.js.map +1 -1
  571. package/locales/hu_HU.d.ts +4 -0
  572. package/locales/hu_HU.d.ts.map +1 -1
  573. package/locales/hu_HU.js +5 -0
  574. package/locales/hu_HU.js.map +1 -1
  575. package/locales/id_ID.d.ts +4 -0
  576. package/locales/id_ID.d.ts.map +1 -1
  577. package/locales/id_ID.js +5 -0
  578. package/locales/id_ID.js.map +1 -1
  579. package/locales/it_IT.d.ts +4 -0
  580. package/locales/it_IT.d.ts.map +1 -1
  581. package/locales/it_IT.js +5 -0
  582. package/locales/it_IT.js.map +1 -1
  583. package/locales/ja_JP.d.ts +4 -0
  584. package/locales/ja_JP.d.ts.map +1 -1
  585. package/locales/ja_JP.js +5 -0
  586. package/locales/ja_JP.js.map +1 -1
  587. package/locales/ko_KR.d.ts +4 -0
  588. package/locales/ko_KR.d.ts.map +1 -1
  589. package/locales/ko_KR.js +5 -0
  590. package/locales/ko_KR.js.map +1 -1
  591. package/locales/lt_LT.d.ts +4 -0
  592. package/locales/lt_LT.d.ts.map +1 -1
  593. package/locales/lt_LT.js +5 -0
  594. package/locales/lt_LT.js.map +1 -1
  595. package/locales/lv_LV.d.ts +4 -0
  596. package/locales/lv_LV.d.ts.map +1 -1
  597. package/locales/lv_LV.js +5 -0
  598. package/locales/lv_LV.js.map +1 -1
  599. package/locales/nb_NO.d.ts +4 -0
  600. package/locales/nb_NO.d.ts.map +1 -1
  601. package/locales/nb_NO.js +5 -0
  602. package/locales/nb_NO.js.map +1 -1
  603. package/locales/nl_NL.d.ts +4 -0
  604. package/locales/nl_NL.d.ts.map +1 -1
  605. package/locales/nl_NL.js +5 -0
  606. package/locales/nl_NL.js.map +1 -1
  607. package/locales/pl_PL.d.ts +4 -0
  608. package/locales/pl_PL.d.ts.map +1 -1
  609. package/locales/pl_PL.js +5 -0
  610. package/locales/pl_PL.js.map +1 -1
  611. package/locales/pt_BR.d.ts +4 -0
  612. package/locales/pt_BR.d.ts.map +1 -1
  613. package/locales/pt_BR.js +5 -0
  614. package/locales/pt_BR.js.map +1 -1
  615. package/locales/pt_PT.d.ts +4 -0
  616. package/locales/pt_PT.d.ts.map +1 -1
  617. package/locales/pt_PT.js +5 -0
  618. package/locales/pt_PT.js.map +1 -1
  619. package/locales/ro_RO.d.ts +4 -0
  620. package/locales/ro_RO.d.ts.map +1 -1
  621. package/locales/ro_RO.js +5 -0
  622. package/locales/ro_RO.js.map +1 -1
  623. package/locales/ru_RU.d.ts +4 -0
  624. package/locales/ru_RU.d.ts.map +1 -1
  625. package/locales/ru_RU.js +5 -0
  626. package/locales/ru_RU.js.map +1 -1
  627. package/locales/sk_SK.d.ts +4 -0
  628. package/locales/sk_SK.d.ts.map +1 -1
  629. package/locales/sk_SK.js +5 -0
  630. package/locales/sk_SK.js.map +1 -1
  631. package/locales/sl_SL.d.ts +4 -0
  632. package/locales/sl_SL.d.ts.map +1 -1
  633. package/locales/sl_SL.js +5 -0
  634. package/locales/sl_SL.js.map +1 -1
  635. package/locales/sr_RS.d.ts +4 -0
  636. package/locales/sr_RS.d.ts.map +1 -1
  637. package/locales/sr_RS.js +5 -0
  638. package/locales/sr_RS.js.map +1 -1
  639. package/locales/sv_SE.d.ts +4 -0
  640. package/locales/sv_SE.d.ts.map +1 -1
  641. package/locales/sv_SE.js +5 -0
  642. package/locales/sv_SE.js.map +1 -1
  643. package/locales/th_TH.d.ts +4 -0
  644. package/locales/th_TH.d.ts.map +1 -1
  645. package/locales/th_TH.js +5 -0
  646. package/locales/th_TH.js.map +1 -1
  647. package/locales/tr_TR.d.ts +4 -0
  648. package/locales/tr_TR.d.ts.map +1 -1
  649. package/locales/tr_TR.js +5 -0
  650. package/locales/tr_TR.js.map +1 -1
  651. package/locales/uk_UA.d.ts +4 -0
  652. package/locales/uk_UA.d.ts.map +1 -1
  653. package/locales/uk_UA.js +5 -0
  654. package/locales/uk_UA.js.map +1 -1
  655. package/locales/vi_VN.d.ts +4 -0
  656. package/locales/vi_VN.d.ts.map +1 -1
  657. package/locales/vi_VN.js +5 -0
  658. package/locales/vi_VN.js.map +1 -1
  659. package/locales/zh_Hans.d.ts +4 -0
  660. package/locales/zh_Hans.d.ts.map +1 -1
  661. package/locales/zh_Hans.js +5 -0
  662. package/locales/zh_Hans.js.map +1 -1
  663. package/locales/zh_Hant.d.ts +4 -0
  664. package/locales/zh_Hant.d.ts.map +1 -1
  665. package/locales/zh_Hant.js +5 -0
  666. package/locales/zh_Hant.js.map +1 -1
  667. package/package.json +1 -1
  668. package/plugins/colorPicker.d.ts +3 -0
  669. package/plugins/colorPicker.d.ts.map +1 -0
  670. package/plugins/colorPicker.js +3 -0
  671. package/plugins/colorPicker.js.map +1 -0
  672. package/xy.d.ts +1 -0
  673. package/xy.d.ts.map +1 -1
  674. package/xy.js +1 -0
  675. package/xy.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ro_RO.js","sourceRoot":"","sources":["../../../src/locales/ro_RO.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ro_RO\n * Language: Romanian\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\": \"d.Hr.\",\n\t\"_era_bc\": \"î.Hr.\",\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.m.\",\n\t\"P\": \"p.m.\",\n\t\"AM\": \"a.m.\",\n\t\"PM\": \"p.m.\",\n\t\"A.M.\": \"a.m.\",\n\t\"P.M.\": \"p.m.\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"ianuarie\",\n\t\"February\": \"februarie\",\n\t\"March\": \"martie\",\n\t\"April\": \"aprilie\",\n\t\"May\": \"mai\",\n\t\"June\": \"iunie\",\n\t\"July\": \"iulie\",\n\t\"August\": \"august\",\n\t\"September\": \"septembrie\",\n\t\"October\": \"octombrie\",\n\t\"November\": \"noiembrie\",\n\t\"December\": \"decembrie\",\n\t\"Jan\": \"ian.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mar.\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"mai\",\n\t\"Jun\": \"iun.\",\n\t\"Jul\": \"iul.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sept.\",\n\t\"Oct\": \"oct.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"duminică\",\n\t\"Monday\": \"luni\",\n\t\"Tuesday\": \"marți\",\n\t\"Wednesday\": \"miercuri\",\n\t\"Thursday\": \"joi\",\n\t\"Friday\": \"vineri\",\n\t\"Saturday\": \"sâmbătă\",\n\t\"Sun\": \"dum.\",\n\t\"Mon\": \"lun.\",\n\t\"Tue\": \"mar.\",\n\t\"Wed\": \"mie.\",\n\t\"Thu\": \"joi\",\n\t\"Fri\": \"vin.\",\n\t\"Sat\": \"sâm.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zoom\",\n\n\t// Timeline buttons\n\t\"Play\": \"Redare\",\n\t\"Stop\": \"Oprire\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"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\": \"Se încarcă\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Pagina principală\",\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\": \"Imprimare\",\n\t\"Image\": \"Imagine\",\n\t\"Data\": \"Date\",\n\t\"Print\": \"Imprimare\",\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\": \"Din %1 la %2\",\n\t\"From %1\": \"Din %1\",\n\t\"To %1\": \"La %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":"ro_RO.js","sourceRoot":"","sources":["../../../src/locales/ro_RO.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ro_RO\n * Language: Romanian\n * Author: Bjorn Svensson\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n *\n * ---\n * Edit but leave the header section above this line. You can remove any\n * subsequent comment sections.\n * ---\n *\n * Use this file as a template to create translations. Leave the key part in\n * English intact. Fill the value with a translation.\n *\n * Empty string means no translation, so default \"International English\"\n * will be used.\n *\n * If you need the translation to literally be an empty string, use `null`\n * instead.\n *\n * IMPORTANT:\n * When translating make good effort to keep the translation length\n * at least the same chartcount as the English, especially for short prompts.\n *\n * Having significantly longer prompts may distort the actual charts.\n *\n * NOTE:\n * Some prompts - like months or weekdays - come in two versions: full and\n * shortened.\n *\n * If there's no official shortened version of these in your language, and it\n * would not be possible to invent such short versions that don't seem weird\n * to native speakers of that language, fill those with the same as full\n * version.\n *\n * PLACEHOLDERS:\n * Some prompts have placeholders like \"%1\". Those will be replaced by actual\n * values during translation and should be retained in the translated prompts.\n *\n * Placeholder positions may be changed to better suit structure of the\n * sentence.\n *\n * For example \"From %1 to %2\", when actually used will replace \"%1\" with an\n * actual value representing range start, and \"%2\" will be replaced by end\n * value.\n *\n * E.g. in a Scrollbar for Value axis \"From %1 to %2\" will become\n * \"From 100 to 200\". You may translate \"From\" and \"to\", as well as re-arrange\n * the order of the prompt itself, but make sure the \"%1\" and \"%2\" remain, in\n * places where they will make sense.\n *\n * Save the file as language_LOCALE, i.e. `en_GB.ts`, `fr_FR.ts`, etc.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \".\",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v5/concepts/formatters/formatting-dates/#Format_codes\n\t//\n\t// This will be used when formatting date/time for particular granularity,\n\t// e.g. \"_date_hour\" will be shown whenever we need to show time as hours.\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_millisecond_second\": \"ss.SSS\",\n\t\"_duration_millisecond_minute\": \"mm:ss SSS\",\n\t\"_duration_millisecond_hour\": \"hh:mm:ss SSS\",\n\t\"_duration_millisecond_day\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_week\": \"d'd' mm:ss SSS\",\n\t\"_duration_millisecond_month\": \"M'm' dd'd' mm:ss SSS\",\n\t\"_duration_millisecond_year\": \"y'y' MM'm' dd'd' mm:ss SSS\",\n\n\t\"_duration_second\": \"ss\",\n\t\"_duration_second_minute\": \"mm:ss\",\n\t\"_duration_second_hour\": \"hh:mm:ss\",\n\t\"_duration_second_day\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_week\": \"d'd' hh:mm:ss\",\n\t\"_duration_second_month\": \"M'm' dd'd' hh:mm:ss\",\n\t\"_duration_second_year\": \"y'y' MM'm' dd'd' hh:mm:ss\",\n\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_minute_hour\": \"hh:mm\",\n\t\"_duration_minute_day\": \"d'd' hh:mm\",\n\t\"_duration_minute_week\": \"d'd' hh:mm\",\n\t\"_duration_minute_month\": \"M'm' dd'd' hh:mm\",\n\t\"_duration_minute_year\": \"y'y' MM'm' dd'd' hh:mm\",\n\n\t\"_duration_hour\": \"hh'h'\",\n\t\"_duration_hour_day\": \"d'd' hh'h'\",\n\t\"_duration_hour_week\": \"d'd' hh'h'\",\n\t\"_duration_hour_month\": \"M'm' dd'd' hh'h'\",\n\t\"_duration_hour_year\": \"y'y' MM'm' dd'd' hh'h'\",\n\n\t\"_duration_day\": \"d'd'\",\n\t\"_duration_day_week\": \"d'd'\",\n\t\"_duration_day_month\": \"M'm' dd'd'\",\n\t\"_duration_day_year\": \"y'y' MM'm' dd'd'\",\n\n\t\"_duration_week\": \"w'w'\",\n\t\"_duration_week_month\": \"w'w'\",\n\t\"_duration_week_year\": \"w'w'\",\n\n\t\"_duration_month\": \"M'm'\",\n\t\"_duration_month_year\": \"y'y' MM'm'\",\n\n\t\"_duration_year\": \"y'y'\",\n\n\t// Era translations\n\t\"_era_ad\": \"d.Hr.\",\n\t\"_era_bc\": \"î.Hr.\",\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.m.\",\n\t\"P\": \"p.m.\",\n\t\"AM\": \"a.m.\",\n\t\"PM\": \"p.m.\",\n\t\"A.M.\": \"a.m.\",\n\t\"P.M.\": \"p.m.\",\n\n\t// Date-related stuff.\n\t//\n\t// When translating months, if there's a difference, use the form which is\n\t// best for a full date, e.g. as you would use it in \"2018 January 1\".\n\t//\n\t// Note that May is listed twice. This is because in English May is the same\n\t// in both long and short forms, while in other languages it may not be the\n\t// case. Translate \"May\" to full word, while \"May(short)\" to shortened\n\t// version.\n\t//\n\t// Should month names and weekdays be capitalized or not?\n\t//\n\t// Rule of thumb is this: if the names should always be capitalized,\n\t// regardless of name position within date (\"January\", \"21st January 2018\",\n\t// etc.) use capitalized names. Otherwise enter all lowercase.\n\t//\n\t// The date formatter will automatically capitalize names if they are the\n\t// first (or only) word in resulting date.\n\t\"January\": \"ianuarie\",\n\t\"February\": \"februarie\",\n\t\"March\": \"martie\",\n\t\"April\": \"aprilie\",\n\t\"May\": \"mai\",\n\t\"June\": \"iunie\",\n\t\"July\": \"iulie\",\n\t\"August\": \"august\",\n\t\"September\": \"septembrie\",\n\t\"October\": \"octombrie\",\n\t\"November\": \"noiembrie\",\n\t\"December\": \"decembrie\",\n\t\"Jan\": \"ian.\",\n\t\"Feb\": \"feb.\",\n\t\"Mar\": \"mar.\",\n\t\"Apr\": \"apr.\",\n\t\"May(short)\": \"mai\",\n\t\"Jun\": \"iun.\",\n\t\"Jul\": \"iul.\",\n\t\"Aug\": \"aug.\",\n\t\"Sep\": \"sept.\",\n\t\"Oct\": \"oct.\",\n\t\"Nov\": \"nov.\",\n\t\"Dec\": \"dec.\",\n\n\t// Weekdays.\n\t\"Sunday\": \"duminică\",\n\t\"Monday\": \"luni\",\n\t\"Tuesday\": \"marți\",\n\t\"Wednesday\": \"miercuri\",\n\t\"Thursday\": \"joi\",\n\t\"Friday\": \"vineri\",\n\t\"Saturday\": \"sâmbătă\",\n\t\"Sun\": \"dum.\",\n\t\"Mon\": \"lun.\",\n\t\"Tue\": \"mar.\",\n\t\"Wed\": \"mie.\",\n\t\"Thu\": \"joi\",\n\t\"Fri\": \"vin.\",\n\t\"Sat\": \"sâm.\",\n\n\t// Date ordinal function.\n\t//\n\t// This is used when adding number ordinal when formatting days in dates.\n\t//\n\t// E.g. \"January 1st\", \"February 2nd\".\n\t//\n\t// The function accepts day number, and returns a string to be added to the\n\t// day, like in default English translation, if we pass in 2, we will receive\n\t// \"nd\" back.\n\t\"_dateOrd\": function(day: number): string {\n\t\tlet res = \"th\";\n\t\tif ((day < 11) || (day > 13)) {\n\t\t\tswitch (day % 10) {\n\t\t\t\tcase 1:\n\t\t\t\t\tres = \"st\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\tres = \"nd\";\n\t\t\t\t\tbreak;\n\t\t\t\tcase 3:\n\t\t\t\t\tres = \"rd\"\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\treturn res;\n\t},\n\n\t// Various chart controls.\n\t// Shown as a tooltip on zoom out button.\n\t\"Zoom Out\": \"Zoom\",\n\n\t// Timeline buttons\n\t\"Play\": \"Redare\",\n\t\"Stop\": \"Oprire\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"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\": \"Se încarcă\",\n\n\t// Shown as the first button in the breadcrumb navigation, e.g.:\n\t// Home > First level > ...\n\t\"Home\": \"Pagina principală\",\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\": \"Imprimare\",\n\t\"Image\": \"Imagine\",\n\t\"Data\": \"Date\",\n\t\"Print\": \"Imprimare\",\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\": \"Din %1 la %2\",\n\t\"From %1\": \"Din %1\",\n\t\"To %1\": \"La %1\",\n\n\t// Data loader-related.\n\t\"No parser available for file: %1\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  _date_minute: string;
11
11
  _date_minute_full: string;
12
12
  _date_hour: string;
13
+ _date_hour_short: string;
13
14
  _date_hour_full: string;
14
15
  _date_day: string;
15
16
  _date_day_full: string;
@@ -138,6 +139,9 @@ declare const _default: {
138
139
  "Error parsing file: %1": string;
139
140
  "Unable to load file: %1": string;
140
141
  "Invalid date": string;
142
+ Close: string;
143
+ Minimize: string;
144
+ Confirm: string;
141
145
  };
142
146
  /**
143
147
  * amCharts 5 locale
@@ -1 +1 @@
1
- {"version":3,"file":"ru_RU.d.ts","sourceRoot":"","sources":["../../../src/locales/ru_RU.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiG4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjG3C;;;;;;;GAOG;AACH,wBA2KE"}
1
+ {"version":3,"file":"ru_RU.d.ts","sourceRoot":"","sources":["../../../src/locales/ru_RU.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAkG4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlG3C;;;;;;;GAOG;AACH,wBAiLE"}
package/locales/ru_RU.js CHANGED
@@ -21,6 +21,7 @@ export default {
21
21
  "_date_minute": "HH:mm",
22
22
  "_date_minute_full": "HH:mm - dd MMM",
23
23
  "_date_hour": "HH:mm",
24
+ "_date_hour_short": "HH",
24
25
  "_date_hour_full": "HH:mm - dd MMM",
25
26
  "_date_day": "dd MMM",
26
27
  "_date_day_full": "dd MMM",
@@ -163,5 +164,9 @@ export default {
163
164
  "Error parsing file: %1": "Ошибка при разборе файла: %1",
164
165
  "Unable to load file: %1": "Не удалось загрузить файл: %1",
165
166
  "Invalid date": "Некорректная дата",
167
+ // Common actions
168
+ "Close": "",
169
+ "Minimize": "",
170
+ "Confirm": ""
166
171
  };
167
172
  //# sourceMappingURL=ru_RU.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ru_RU.js","sourceRoot":"","sources":["../../../src/locales/ru_RU.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ru_RU\n * Language: Russian\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// number formatter related\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Default date formats for various periods\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - dd MMM\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_full\": \"HH:mm - dd MMM\",\n\t\"_date_day\": \"dd MMM\",\n\t\"_date_day_full\": \"dd MMM\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"dd MMM\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_second\": \"ss\",\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_hour\": \"hh\",\n\t\"_duration_day\": \"dd\",\n\t\"_duration_week\": \"ww\",\n\t\"_duration_month\": \"MM\",\n\t\"_duration_year\": \"yyyy\",\n\n\t// Era\n\t\"_era_ad\": \"н.э.\",\n\t\"_era_bc\": \"до н.э.\",\n\n\t// Period\n\t\"A\": \"У\",\n\t\"P\": \"В\",\n\t\"AM\": \"утра\",\n\t\"PM\": \"вечера\",\n\t\"A.M.\": \"до полудня\",\n\t\"P.M.\": \"после полудня\",\n\n\t// Dates\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\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// ordinal function\n\t\"_dateOrd\": function(_day: number): string {\n\t\treturn '-ое';\n\t},\n\n\t// Chart elements\n\t\"Zoom Out\": \"Уменьшить\",\n\t\"Play\": \"Старт\",\n\t\"Stop\": \"Стоп\",\n\t\"Legend\": \"Легенда\",\n\t\"Press ENTER to toggle\": \"Щелкните, коснитесь или нажмите ВВОД, чтобы переключить\",\n\t\"Loading\": \"Идет загрузка\",\n\t\"Home\": \"Начало\",\n\n\t// Chart types\n\t\"Chart\": \"График\",\n\t\"Serial chart\": \"Серийная диаграмма\",\n\t\"X/Y chart\": \"Диаграмма X/Y\",\n\t\"Pie chart\": \"Круговая диаграмма\",\n\t\"Gauge chart\": \"Датчик-диаграмма\",\n\t\"Radar chart\": \"Лепестковая диаграмма\",\n\t\"Sankey diagram\": \"Диаграмма Сэнки\",\n\t\"Chord diagram\": \"Диаграмма Chord\",\n\t\"Flow diagram\": \"Диаграмма флоу\",\n\t\"TreeMap chart\": \"Иерархическая диаграмма\",\n\n\t// Series types\n\t\"Series\": \"Серия\",\n\t\"Candlestick Series\": \"Серия-подсвечник\",\n\t\"Column Series\": \"Столбчатая серия\",\n\t\"Line Series\": \"Линейная серия\",\n\t\"Pie Slice Series\": \"Круговая серия\",\n\t\"X/Y Series\": \"X/Y серия\",\n\n\t// Map-related\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\n\t\"Export\": \"Экспортировать\",\n\t\"Image\": \"Изображение\",\n\t\"Data\": \"Данные\",\n\t\"Print\": \"Печатать\",\n\t\"Press ENTER to open\": \"Щелкните, коснитесь или нажмите ВВОД чтобы открыть\",\n\t\"Press ENTER to print.\": \"Щелкните, коснитесь или нажмите ВВОД чтобы распечатать\",\n\t\"Press ENTER to export as %1.\": \"Щелкните, коснитесь или нажмите ВВОД чтобы экспортировать как %1\",\n\t'To save the image, right-click this link and choose \"Save picture as...\"': 'Чтобы сохранить изображение, щелкните правой кнопкой на ссылке и выберите \"Сохранить изображение как...\"',\n\t'To save the image, right-click thumbnail on the left and choose \"Save picture as...\"': 'Чтобы сохранить изображение, щелкните правой кнопкой на картинке слева и выберите \"Сохранить изображение как...\"',\n\t\"(Press ESC to close this message)\": \"(Нажмите ESC чтобы закрыть это сообщение)\",\n\t\"Image Export Complete\": \"Экспорт изображения завершен\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Экспортирование заняло дольше, чем планировалось. Возможно что-то пошло не так.\",\n\t\"Saved from\": \"Сохранено из\",\n\t\"PNG\": \"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\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"Используйте клавишу TAB, чтобы выбрать рукоятки или клавиши стрелок влево и вправо, чтобы изменить выделение\",\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\": \"Используйте TAB, чтобы выбрать рукоятки или клавиши вверх-вниз, чтобы изменить выделение\",\n\t\"Use up and down arrows to move selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть выделение\",\n\t\"Use up and down arrows to move lower selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть нижнее выделение\",\n\t\"Use up and down arrows to move upper selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть верхнее выделение\",\n\t\"From %1 to %2\": \"От %1 до %2\",\n\t\"From %1\": \"От %1\",\n\t\"To %1\": \"До %1\",\n\n\t// Data loader-related\n\t\"No parser available for file: %1\": \"Нет анализатора для файла: %1\",\n\t\"Error parsing file: %1\": \"Ошибка при разборе файла: %1\",\n\t\"Unable to load file: %1\": \"Не удалось загрузить файл: %1\",\n\t\"Invalid date\": \"Некорректная дата\",\n};\n"]}
1
+ {"version":3,"file":"ru_RU.js","sourceRoot":"","sources":["../../../src/locales/ru_RU.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: ru_RU\n * Language: Russian\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// number formatter related\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Default date formats for various periods\n\t\"_date_millisecond\": \"mm:ss SSS\",\n\t\"_date_millisecond_full\": \"HH:mm:ss SSS\",\n\t\"_date_second\": \"HH:mm:ss\",\n\t\"_date_second_full\": \"HH:mm:ss\",\n\t\"_date_minute\": \"HH:mm\",\n\t\"_date_minute_full\": \"HH:mm - dd MMM\",\n\t\"_date_hour\": \"HH:mm\",\n\t\"_date_hour_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - dd MMM\",\n\t\"_date_day\": \"dd MMM\",\n\t\"_date_day_full\": \"dd MMM\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"dd MMM\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units\n\t\"_duration_millisecond\": \"SSS\",\n\t\"_duration_second\": \"ss\",\n\t\"_duration_minute\": \"mm\",\n\t\"_duration_hour\": \"hh\",\n\t\"_duration_day\": \"dd\",\n\t\"_duration_week\": \"ww\",\n\t\"_duration_month\": \"MM\",\n\t\"_duration_year\": \"yyyy\",\n\n\t// Era\n\t\"_era_ad\": \"н.э.\",\n\t\"_era_bc\": \"до н.э.\",\n\n\t// Period\n\t\"A\": \"У\",\n\t\"P\": \"В\",\n\t\"AM\": \"утра\",\n\t\"PM\": \"вечера\",\n\t\"A.M.\": \"до полудня\",\n\t\"P.M.\": \"после полудня\",\n\n\t// Dates\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\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// ordinal function\n\t\"_dateOrd\": function(_day: number): string {\n\t\treturn '-ое';\n\t},\n\n\t// Chart elements\n\t\"Zoom Out\": \"Уменьшить\",\n\t\"Play\": \"Старт\",\n\t\"Stop\": \"Стоп\",\n\t\"Legend\": \"Легенда\",\n\t\"Press ENTER to toggle\": \"Щелкните, коснитесь или нажмите ВВОД, чтобы переключить\",\n\t\"Loading\": \"Идет загрузка\",\n\t\"Home\": \"Начало\",\n\n\t// Chart types\n\t\"Chart\": \"График\",\n\t\"Serial chart\": \"Серийная диаграмма\",\n\t\"X/Y chart\": \"Диаграмма X/Y\",\n\t\"Pie chart\": \"Круговая диаграмма\",\n\t\"Gauge chart\": \"Датчик-диаграмма\",\n\t\"Radar chart\": \"Лепестковая диаграмма\",\n\t\"Sankey diagram\": \"Диаграмма Сэнки\",\n\t\"Chord diagram\": \"Диаграмма Chord\",\n\t\"Flow diagram\": \"Диаграмма флоу\",\n\t\"TreeMap chart\": \"Иерархическая диаграмма\",\n\n\t// Series types\n\t\"Series\": \"Серия\",\n\t\"Candlestick Series\": \"Серия-подсвечник\",\n\t\"Column Series\": \"Столбчатая серия\",\n\t\"Line Series\": \"Линейная серия\",\n\t\"Pie Slice Series\": \"Круговая серия\",\n\t\"X/Y Series\": \"X/Y серия\",\n\n\t// Map-related\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\n\t\"Export\": \"Экспортировать\",\n\t\"Image\": \"Изображение\",\n\t\"Data\": \"Данные\",\n\t\"Print\": \"Печатать\",\n\t\"Press ENTER to open\": \"Щелкните, коснитесь или нажмите ВВОД чтобы открыть\",\n\t\"Press ENTER to print.\": \"Щелкните, коснитесь или нажмите ВВОД чтобы распечатать\",\n\t\"Press ENTER to export as %1.\": \"Щелкните, коснитесь или нажмите ВВОД чтобы экспортировать как %1\",\n\t'To save the image, right-click this link and choose \"Save picture as...\"': 'Чтобы сохранить изображение, щелкните правой кнопкой на ссылке и выберите \"Сохранить изображение как...\"',\n\t'To save the image, right-click thumbnail on the left and choose \"Save picture as...\"': 'Чтобы сохранить изображение, щелкните правой кнопкой на картинке слева и выберите \"Сохранить изображение как...\"',\n\t\"(Press ESC to close this message)\": \"(Нажмите ESC чтобы закрыть это сообщение)\",\n\t\"Image Export Complete\": \"Экспорт изображения завершен\",\n\t\"Export operation took longer than expected. Something might have gone wrong.\": \"Экспортирование заняло дольше, чем планировалось. Возможно что-то пошло не так.\",\n\t\"Saved from\": \"Сохранено из\",\n\t\"PNG\": \"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\n\t\"Use TAB to select grip buttons or left and right arrows to change selection\": \"Используйте клавишу TAB, чтобы выбрать рукоятки или клавиши стрелок влево и вправо, чтобы изменить выделение\",\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\": \"Используйте TAB, чтобы выбрать рукоятки или клавиши вверх-вниз, чтобы изменить выделение\",\n\t\"Use up and down arrows to move selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть выделение\",\n\t\"Use up and down arrows to move lower selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть нижнее выделение\",\n\t\"Use up and down arrows to move upper selection\": \"Используйте стрелки вверх-вниз, чтобы передвинуть верхнее выделение\",\n\t\"From %1 to %2\": \"От %1 до %2\",\n\t\"From %1\": \"От %1\",\n\t\"To %1\": \"До %1\",\n\n\t// Data loader-related\n\t\"No parser available for file: %1\": \"Нет анализатора для файла: %1\",\n\t\"Error parsing file: %1\": \"Ошибка при разборе файла: %1\",\n\t\"Unable to load file: %1\": \"Не удалось загрузить файл: %1\",\n\t\"Invalid date\": \"Некорректная дата\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
@@ -32,6 +32,7 @@ declare const _default: {
32
32
  _date_minute: string;
33
33
  _date_minute_full: string;
34
34
  _date_hour: string;
35
+ _date_hour_short: string;
35
36
  _date_hour_full: string;
36
37
  _date_day: string;
37
38
  _date_day_full: string;
@@ -189,6 +190,9 @@ declare const _default: {
189
190
  "Error parsing file: %1": string;
190
191
  "Unable to load file: %1": string;
191
192
  "Invalid date": string;
193
+ Close: string;
194
+ Minimize: string;
195
+ Confirm: string;
192
196
  };
193
197
  /**
194
198
  * amCharts 5 locale
@@ -1 +1 @@
1
- {"version":3,"file":"sk_SK.d.ts","sourceRoot":"","sources":["../../../src/locales/sk_SK.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAuO4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvO3C;;;;;;;;GAQG;AACH,wBAmVE"}
1
+ {"version":3,"file":"sk_SK.d.ts","sourceRoot":"","sources":["../../../src/locales/sk_SK.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwO4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAxO3C;;;;;;;;GAQG;AACH,wBAyVE"}
package/locales/sk_SK.js CHANGED
@@ -63,6 +63,7 @@ export default {
63
63
  "_date_minute": "HH:mm",
64
64
  "_date_minute_full": "HH:mm - yyyy-MM-dd",
65
65
  "_date_hour": "HH:mm",
66
+ "_date_hour_short": "HH",
66
67
  "_date_hour_full": "HH:mm - yyyy-MM-dd",
67
68
  "_date_day": "MMM dd",
68
69
  "_date_day_full": "yyyy-MM-dd",
@@ -316,5 +317,9 @@ export default {
316
317
  "Error parsing file: %1": "",
317
318
  "Unable to load file: %1": "",
318
319
  "Invalid date": "",
320
+ // Common actions
321
+ "Close": "",
322
+ "Minimize": "",
323
+ "Confirm": ""
319
324
  };
320
325
  //# sourceMappingURL=sk_SK.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sk_SK.js","sourceRoot":"","sources":["../../../src/locales/sk_SK.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sk_SK\n * Language: Slovak\n * Author: Jakub Vyskoc\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-date-time/#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\": \"MMM dd\",\n\t\"_date_day_full\": \"yyyy-MM-dd\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"yyyy-MM-dd\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\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. l.\",\n\t\"_era_bc\": \"pr. n. l.\",\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\": \"dop.\",\n\t\"P\": \"odp.\",\n\t\"AM\": \"dop.\",\n\t\"PM\": \"odp.\",\n\t\"A.M.\": \"dop.\",\n\t\"P.M.\": \"odp.\",\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\": \"januára\",\n\t\"February\": \"februára\",\n\t\"March\": \"marca\",\n\t\"April\": \"apríla\",\n\t\"May\": \"mája\",\n\t\"June\": \"júna\",\n\t\"July\": \"júla\",\n\t\"August\": \"augusta\",\n\t\"September\": \"septembra\",\n\t\"October\": \"októbra\",\n\t\"November\": \"novembra\",\n\t\"December\": \"decembra\",\n\t\"Jan\": \"jan\",\n\t\"Feb\": \"feb\",\n\t\"Mar\": \"mar\",\n\t\"Apr\": \"apr\",\n\t\"May(short)\": \"máj\",\n\t\"Jun\": \"jún\",\n\t\"Jul\": \"júl\",\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\": \"nedela\",\n\t\"Monday\": \"pondelok\",\n\t\"Tuesday\": \"utorok\",\n\t\"Wednesday\": \"streda\",\n\t\"Thursday\": \"štvrtok\",\n\t\"Friday\": \"piatok\",\n\t\"Saturday\": \"sobota\",\n\t\"Sun\": \"ne\",\n\t\"Mon\": \"po\",\n\t\"Tue\": \"ut\",\n\t\"Wed\": \"st\",\n\t\"Thu\": \"št\",\n\t\"Fri\": \"pi\",\n\t\"Sat\": \"so\",\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\": \"Zväčšenie\",\n\n\t// Timeline buttons\n\t\"Play\": \"Prehrať\",\n\t\"Stop\": \"Ukončiť iteráciu (Stop)\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\n\n\t// Legend's item screen reader indicator.\n\t\"Click, tap or press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Načítanie\",\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\": \"\",\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\": \"Export\",\n\t\"Image\": \"Obrázok\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Tlač\",\n\t\"Click, tap or press ENTER to open\": \"\",\n\t\"Click, tap or press ENTER to print.\": \"\",\n\t\"Click, tap or press ENTER to export as %1.\": \"\",\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\": \"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\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n};\n"]}
1
+ {"version":3,"file":"sk_SK.js","sourceRoot":"","sources":["../../../src/locales/sk_SK.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * amCharts 5 locale\n *\n * Locale: sk_SK\n * Language: Slovak\n * Author: Jakub Vyskoc\n *\n * Follow instructions in [on this page](https://www.amcharts.com/docs/v5/concepts/locales/creating-translations/) to make corrections or add new translations.\n */\nexport default {\n\t// Number formatting options.\n\t//\n\t// Please check with the local standards which separator is accepted to be\n\t// used for separating decimals, and which for thousands.\n\t\"_decimalSeparator\": \",\",\n\t\"_thousandSeparator\": \" \",\n\n\t// Position of the percent sign in numbers\n\t\"_percentPrefix\": null,\n\t\"_percentSuffix\": \"%\",\n\n\t// Suffixes for numbers\n\t// When formatting numbers, big or small numers might be reformatted to\n\t// shorter version, by applying a suffix.\n\t//\n\t// For example, 1000000 might become \"1m\".\n\t// Or 1024 might become \"1KB\" if we're formatting byte numbers.\n\t//\n\t// This section defines such suffixes for all such cases.\n\t\"_big_number_suffix_3\": \"k\",\n\t\"_big_number_suffix_6\": \"M\",\n\t\"_big_number_suffix_9\": \"G\",\n\t\"_big_number_suffix_12\": \"T\",\n\t\"_big_number_suffix_15\": \"P\",\n\t\"_big_number_suffix_18\": \"E\",\n\t\"_big_number_suffix_21\": \"Z\",\n\t\"_big_number_suffix_24\": \"Y\",\n\n\t\"_small_number_suffix_3\": \"m\",\n\t\"_small_number_suffix_6\": \"μ\",\n\t\"_small_number_suffix_9\": \"n\",\n\t\"_small_number_suffix_12\": \"p\",\n\t\"_small_number_suffix_15\": \"f\",\n\t\"_small_number_suffix_18\": \"a\",\n\t\"_small_number_suffix_21\": \"z\",\n\t\"_small_number_suffix_24\": \"y\",\n\n\t\"_byte_suffix_B\": \"B\",\n\t\"_byte_suffix_KB\": \"KB\",\n\t\"_byte_suffix_MB\": \"MB\",\n\t\"_byte_suffix_GB\": \"GB\",\n\t\"_byte_suffix_TB\": \"TB\",\n\t\"_byte_suffix_PB\": \"PB\",\n\n\t// Default date formats for various periods.\n\t//\n\t// This should reflect official or de facto formatting universally accepted\n\t// in the country translation is being made for\n\t// Available format codes here:\n\t// https://www.amcharts.com/docs/v4/concepts/formatters/formatting-date-time/#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_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - yyyy-MM-dd\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"yyyy-MM-dd\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"yyyy-MM-dd\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\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. l.\",\n\t\"_era_bc\": \"pr. n. l.\",\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\": \"dop.\",\n\t\"P\": \"odp.\",\n\t\"AM\": \"dop.\",\n\t\"PM\": \"odp.\",\n\t\"A.M.\": \"dop.\",\n\t\"P.M.\": \"odp.\",\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\": \"januára\",\n\t\"February\": \"februára\",\n\t\"March\": \"marca\",\n\t\"April\": \"apríla\",\n\t\"May\": \"mája\",\n\t\"June\": \"júna\",\n\t\"July\": \"júla\",\n\t\"August\": \"augusta\",\n\t\"September\": \"septembra\",\n\t\"October\": \"októbra\",\n\t\"November\": \"novembra\",\n\t\"December\": \"decembra\",\n\t\"Jan\": \"jan\",\n\t\"Feb\": \"feb\",\n\t\"Mar\": \"mar\",\n\t\"Apr\": \"apr\",\n\t\"May(short)\": \"máj\",\n\t\"Jun\": \"jún\",\n\t\"Jul\": \"júl\",\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\": \"nedela\",\n\t\"Monday\": \"pondelok\",\n\t\"Tuesday\": \"utorok\",\n\t\"Wednesday\": \"streda\",\n\t\"Thursday\": \"štvrtok\",\n\t\"Friday\": \"piatok\",\n\t\"Saturday\": \"sobota\",\n\t\"Sun\": \"ne\",\n\t\"Mon\": \"po\",\n\t\"Tue\": \"ut\",\n\t\"Wed\": \"st\",\n\t\"Thu\": \"št\",\n\t\"Fri\": \"pi\",\n\t\"Sat\": \"so\",\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\": \"Zväčšenie\",\n\n\t// Timeline buttons\n\t\"Play\": \"Prehrať\",\n\t\"Stop\": \"Ukončiť iteráciu (Stop)\",\n\n\t// Chart's Legend screen reader title.\n\t\"Legend\": \"Legenda\",\n\n\t// Legend's item screen reader indicator.\n\t\"Click, tap or press ENTER to toggle\": \"\",\n\n\t// Shown when the chart is busy loading something.\n\t\"Loading\": \"Načítanie\",\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\": \"\",\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\": \"Export\",\n\t\"Image\": \"Obrázok\",\n\t\"Data\": \"Data\",\n\t\"Print\": \"Tlač\",\n\t\"Click, tap or press ENTER to open\": \"\",\n\t\"Click, tap or press ENTER to print.\": \"\",\n\t\"Click, tap or press ENTER to export as %1.\": \"\",\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\": \"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\": \"\",\n\t\"Error parsing file: %1\": \"\",\n\t\"Unable to load file: %1\": \"\",\n\t\"Invalid date\": \"\",\n\n\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
@@ -32,6 +32,7 @@ declare const _default: {
32
32
  _date_minute: string;
33
33
  _date_minute_full: string;
34
34
  _date_hour: string;
35
+ _date_hour_short: string;
35
36
  _date_hour_full: string;
36
37
  _date_day: string;
37
38
  _date_day_full: string;
@@ -190,6 +191,9 @@ declare const _default: {
190
191
  "Error parsing file: %1": string;
191
192
  "Unable to load file: %1": string;
192
193
  "Invalid date": string;
194
+ Close: string;
195
+ Minimize: string;
196
+ Confirm: string;
193
197
  };
194
198
  /**
195
199
  * amCharts 5 locale
@@ -1 +1 @@
1
- {"version":3,"file":"sl_SL.d.ts","sourceRoot":"","sources":["../../../src/locales/sl_SL.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAsR4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtR3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAoVE"}
1
+ {"version":3,"file":"sl_SL.d.ts","sourceRoot":"","sources":["../../../src/locales/sl_SL.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAuR4B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAvR3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBA0VE"}
package/locales/sl_SL.js CHANGED
@@ -110,6 +110,7 @@ export default {
110
110
  "_date_minute": "HH:mm",
111
111
  "_date_minute_full": "HH:mm - MMM dd, yyyy",
112
112
  "_date_hour": "HH:mm",
113
+ "_date_hour_short": "HH",
113
114
  "_date_hour_full": "HH:mm - MMM dd, yyyy",
114
115
  "_date_day": "MMM dd",
115
116
  "_date_day_full": "MMM dd, yyyy",
@@ -364,5 +365,9 @@ export default {
364
365
  "Error parsing file: %1": "Napaka pri parsanju datoteke: %1",
365
366
  "Unable to load file: %1": "Ni mogoče naložiti datoteke: %1",
366
367
  "Invalid date": "Neveljaven datum",
368
+ // Common actions
369
+ "Close": "",
370
+ "Minimize": "",
371
+ "Confirm": ""
367
372
  };
368
373
  //# sourceMappingURL=sl_SL.js.map
@@ -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// 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"]}
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_short\": \"HH\",\n\t\"_date_hour_full\": \"HH:mm - MMM dd, yyyy\",\n\t\"_date_day\": \"MMM dd\",\n\t\"_date_day_full\": \"MMM dd, yyyy\",\n\t\"_date_week\": \"ww\",\n\t\"_date_week_full\": \"MMM dd, yyyy\",\n\t\"_date_month\": \"MMM\",\n\t\"_date_month_full\": \"MMM, yyyy\",\n\t\"_date_year\": \"yyyy\",\n\n\t// Default duration formats for various base units.\n\t//\n\t// This will be used by DurationFormatter to format numeric values into\n\t// duration.\n\t//\n\t// Notice how each duration unit comes in several versions. This is to ensure\n\t// that each base unit is shown correctly.\n\t//\n\t// For example, if we have baseUnit set to \"second\", meaning our duration is\n\t// in seconds.\n\t//\n\t// If we pass in `50` to formatter, it will know that we have just 50 seconds\n\t// (less than a minute) so it will use format in `\"_duration_second\"` (\"ss\"),\n\t// and the formatted result will be in like `\"50\"`.\n\t//\n\t// If we pass in `70`, which is more than a minute, the formatter will switch\n\t// to `\"_duration_second_minute\"` (\"mm:ss\"), resulting in \"01:10\" formatted\n\t// text.\n\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\t// Common actions\n\t\"Close\": \"\",\n\t\"Minimize\": \"\",\n\t\"Confirm\": \"\"\n};\n"]}
@@ -32,6 +32,7 @@ declare const _default: {
32
32
  _date_minute: string;
33
33
  _date_minute_full: string;
34
34
  _date_hour: string;
35
+ _date_hour_short: string;
35
36
  _date_hour_full: string;
36
37
  _date_day: string;
37
38
  _date_day_full: string;
@@ -190,6 +191,9 @@ declare const _default: {
190
191
  "Error parsing file: %1": string;
191
192
  "Unable to load file: %1": string;
192
193
  "Invalid date": string;
194
+ Close: string;
195
+ Minimize: string;
196
+ Confirm: string;
193
197
  };
194
198
  /**
195
199
  * amCharts 5 locale
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"sr_RS.d.ts","sourceRoot":"","sources":["../../../src/locales/sr_RS.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAqR2B,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AArR1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,wBAsWE"}