@dhis2/analytics 23.5.1 → 23.5.2

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
+ ## [23.5.2](https://github.com/dhis2/analytics/compare/v23.5.1...v23.5.2) (2022-02-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([a4a1ecc](https://github.com/dhis2/analytics/commit/a4a1eccd9eb8a5ad317790d4899f6c769789fed5))
7
+
1
8
  ## [23.5.1](https://github.com/dhis2/analytics/compare/v23.5.0...v23.5.1) (2022-02-22)
2
9
 
3
10
 
@@ -85,7 +85,7 @@
85
85
  "Anyone": "Kdokoliv",
86
86
  "Only you": "Jen vy",
87
87
  "Others": "Ostatní",
88
- "Not supported by this app yet": "",
88
+ "Not supported by this app yet": "Tato aplikace zatím nepodporuje",
89
89
  "Filter by name": "Filtrovat podle názvu",
90
90
  "Created": "Vytvořeno",
91
91
  "Last updated": "Naposledy aktualizováno",
@@ -85,7 +85,7 @@
85
85
  "Anyone": "Kdokoliv",
86
86
  "Only you": "Jen vy",
87
87
  "Others": "Ostatní",
88
- "Not supported by this app yet": "",
88
+ "Not supported by this app yet": "Tato aplikace zatím nepodporuje",
89
89
  "Filter by name": "Filtrovat podle názvu",
90
90
  "Created": "Vytvořeno",
91
91
  "Last updated": "Naposledy aktualizováno",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.5.1",
3
+ "version": "23.5.2",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {