@dhis2/analytics 4.5.50 → 4.5.53

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.53](https://github.com/dhis2/analytics/compare/v4.5.52...v4.5.53) (2022-08-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([2879350](https://github.com/dhis2/analytics/commit/28793504114f7120653b1aba6999f6395bcd6de4))
7
+
8
+ ## [4.5.52](https://github.com/dhis2/analytics/compare/v4.5.51...v4.5.52) (2022-07-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (4.x) ([7e3c027](https://github.com/dhis2/analytics/commit/7e3c027b401a55229d063b814e9d6481cc67386f))
14
+
15
+ ## [4.5.51](https://github.com/dhis2/analytics/compare/v4.5.50...v4.5.51) (2022-06-09)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **translations:** sync translations from transifex (4.x) ([d4dbe27](https://github.com/dhis2/analytics/commit/d4dbe275e606902dddc43c1d9ff36c8b979c69d3))
21
+
1
22
  ## [4.5.50](https://github.com/dhis2/analytics/compare/v4.5.49...v4.5.50) (2022-05-31)
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)",
@@ -21,7 +21,7 @@
21
21
  "Selected Data": "",
22
22
  "Deselect All": "",
23
23
  "Select all": "",
24
- "Organisation units": "",
24
+ "Organisation units": "Unități organizaționale",
25
25
  "Period": "",
26
26
  "Year": "An",
27
27
  "Relative periods": "Perioade relative",
@@ -66,7 +66,7 @@
66
66
  "This week": "Săptămâna aceasta",
67
67
  "Last week": "Săptămâna trecută",
68
68
  "Last 4 weeks": "Ultimele 4 săptămâni",
69
- "Last 12 weeks": "",
69
+ "Last 12 weeks": "Ultimele 12 săptămâni",
70
70
  "Last 52 weeks": "Ultimele 52 de săptămâni",
71
71
  "Weeks this year": "Săptămâni în anul curent",
72
72
  "This bi-week": "",
@@ -114,11 +114,11 @@
114
114
  "Actual reports": "",
115
115
  "Actual reports on time": "",
116
116
  "Expected reports": "",
117
- "Program": "",
117
+ "Program": "Program",
118
118
  "Indicators": "Indicatori",
119
119
  "Select indicator group": "",
120
120
  "[ All groups ]": "",
121
- "Data elements": "",
121
+ "Data elements": "Elemente de date",
122
122
  "Select data element group": "",
123
123
  "[ All data elements ]": "",
124
124
  "Data sets": "",
@@ -132,7 +132,7 @@
132
132
  "{{allDynamicOuNames}} groups": "",
133
133
  "{{allDynamicOuNames}} levels in {{staticOuNames}}": "",
134
134
  "{{allDynamicOuNames}} groups in {{staticOuNames}}": "",
135
- "Organisation Unit": "",
135
+ "Organisation Unit": "Unitate Organizațională",
136
136
  "Assigned Categories": "",
137
137
  "Column": "Coloană",
138
138
  "Stacked column": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.50",
3
+ "version": "4.5.53",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"