@dhis2/analytics 4.5.56 → 4.5.57

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,10 @@
1
+ ## [4.5.57](https://github.com/dhis2/analytics/compare/v4.5.56...v4.5.57) (2023-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([f46f9f6](https://github.com/dhis2/analytics/commit/f46f9f6e455a37d4572026a6a54fa5df0b4edcf5))
7
+
1
8
  ## [4.5.56](https://github.com/dhis2/analytics/compare/v4.5.55...v4.5.56) (2022-11-16)
2
9
 
3
10
 
@@ -74,7 +74,7 @@
74
74
  "Last 4 bi-weeks": "",
75
75
  "This month": "Este mes",
76
76
  "Last month": "Mes anterior",
77
- "Last 3 months": "",
77
+ "Last 3 months": "Últimos 3 meses",
78
78
  "Last 6 months": "",
79
79
  "Last 12 months": "",
80
80
  "Months this year": "Meses este año",
@@ -134,12 +134,12 @@
134
134
  "{{allDynamicOuNames}} groups in {{staticOuNames}}": "",
135
135
  "Organisation Unit": "",
136
136
  "Assigned Categories": "",
137
- "Column": "",
137
+ "Column": "Columna",
138
138
  "Stacked column": "",
139
139
  "Bar": "",
140
140
  "Stacked bar": "",
141
141
  "Line": "",
142
- "Area": "",
142
+ "Area": "Área",
143
143
  "Pie": "",
144
144
  "Radar": "",
145
145
  "Gauge": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.56",
3
+ "version": "4.5.57",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"