@dhis2/analytics 4.5.51 → 4.5.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## [4.5.54](https://github.com/dhis2/analytics/compare/v4.5.53...v4.5.54) (2022-08-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([9344fca](https://github.com/dhis2/analytics/commit/9344fcab011c2c8f4d89dbcc1bc99d48ae14e757))
7
+
8
+ ## [4.5.53](https://github.com/dhis2/analytics/compare/v4.5.52...v4.5.53) (2022-08-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (4.x) ([2879350](https://github.com/dhis2/analytics/commit/28793504114f7120653b1aba6999f6395bcd6de4))
14
+
15
+ ## [4.5.52](https://github.com/dhis2/analytics/compare/v4.5.51...v4.5.52) (2022-07-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **translations:** sync translations from transifex (4.x) ([7e3c027](https://github.com/dhis2/analytics/commit/7e3c027b401a55229d063b814e9d6481cc67386f))
21
+
1
22
  ## [4.5.51](https://github.com/dhis2/analytics/compare/v4.5.50...v4.5.51) (2022-06-09)
2
23
 
3
24
 
@@ -50,9 +50,9 @@
50
50
  "Weekly (Start Sunday)": "Wekelijks (Start op zondag)",
51
51
  "Monthly": "Maandelijks",
52
52
  "Bi-monthly": "Tweemaandelijks",
53
- "Quarterly": "",
54
- "Six-monthly": "",
55
- "Six-monthly April": "",
53
+ "Quarterly": "Driemaandelijks",
54
+ "Six-monthly": "Zesmaandelijks",
55
+ "Six-monthly April": "Zesmaandelijks april",
56
56
  "Yearly": "Jaarlijks",
57
57
  "Financial year (Start November)": "Financieel jaar (Start november)",
58
58
  "Financial year (Start October)": "Financieel jaar (Start oktober)",
@@ -135,17 +135,17 @@
135
135
  "Organisation Unit": "Організаційний підрозділ",
136
136
  "Assigned Categories": "",
137
137
  "Column": "Стовпчик",
138
- "Stacked column": "",
139
- "Bar": "",
140
- "Stacked bar": "",
141
- "Line": "",
142
- "Area": "",
143
- "Pie": "",
144
- "Radar": "",
145
- "Gauge": "",
146
- "Year over year (line)": "",
147
- "Year over year (column)": "",
148
- "Single value": "",
138
+ "Stacked column": "Стовпчаста з накопиченням",
139
+ "Bar": "Гістограма",
140
+ "Stacked bar": "Гістограма з накопиченням",
141
+ "Line": "Лінійна",
142
+ "Area": "З областями",
143
+ "Pie": "Секторна",
144
+ "Radar": "Пелюсткова",
145
+ "Gauge": "Індикатор",
146
+ "Year over year (line)": "Рік за роком (лінія)",
147
+ "Year over year (column)": "Рік за роком (стовпчик)",
148
+ "Single value": "Одне значення",
149
149
  "Pivot table": "Зведена таблиця",
150
150
  "Target": "Ціль",
151
151
  "Base": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.51",
3
+ "version": "4.5.54",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"