@dhis2/analytics 25.1.14 → 25.1.15

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
+ ## [25.1.15](https://github.com/dhis2/analytics/compare/v25.1.14...v25.1.15) (2023-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([f98c7fc](https://github.com/dhis2/analytics/commit/f98c7fc8ce624f1ee6d1f32b93f7327b4f8358aa))
7
+
1
8
  ## [25.1.14](https://github.com/dhis2/analytics/compare/v25.1.13...v25.1.14) (2023-06-11)
2
9
 
3
10
 
@@ -282,11 +282,11 @@
282
282
  "Columns": "",
283
283
  "Rows": "",
284
284
  "Points": "",
285
- "Reporting rate": "",
285
+ "Reporting rate": "Tasa de informes",
286
286
  "Reporting rate on time": "",
287
287
  "Actual reports": "Informes reales",
288
288
  "Actual reports on time": "",
289
- "Expected reports": "",
289
+ "Expected reports": "Informes esperados",
290
290
  "Program": "Programa",
291
291
  "Select a program": "",
292
292
  "Indicators": "Indicadores",
@@ -282,11 +282,11 @@
282
282
  "Columns": "",
283
283
  "Rows": "",
284
284
  "Points": "",
285
- "Reporting rate": "",
285
+ "Reporting rate": "Tasa de informes",
286
286
  "Reporting rate on time": "",
287
287
  "Actual reports": "Informes reales",
288
288
  "Actual reports on time": "",
289
- "Expected reports": "",
289
+ "Expected reports": "Informes esperados",
290
290
  "Program": "Programa",
291
291
  "Select a program": "",
292
292
  "Indicators": "Indicadores",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "25.1.14",
3
+ "version": "25.1.15",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {