@dhis2/analytics 23.5.0 → 23.5.1

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.1](https://github.com/dhis2/analytics/compare/v23.5.0...v23.5.1) (2022-02-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([478c083](https://github.com/dhis2/analytics/commit/478c0839702cb144d2dc8c9e5f08499235aa87c4))
7
+
1
8
  # [23.5.0](https://github.com/dhis2/analytics/compare/v23.4.1...v23.5.0) (2022-02-21)
2
9
 
3
10
 
@@ -82,7 +82,7 @@
82
82
  "Anyone": "任何人",
83
83
  "Only you": "只有你",
84
84
  "Others": "其它",
85
- "Not supported by this app yet": "",
85
+ "Not supported by this app yet": "此应用尚不支持",
86
86
  "Filter by name": "按名称过滤",
87
87
  "Created": "已创建",
88
88
  "Last updated": "上次更新",
@@ -82,7 +82,7 @@
82
82
  "Anyone": "任何人",
83
83
  "Only you": "只有你",
84
84
  "Others": "其它",
85
- "Not supported by this app yet": "",
85
+ "Not supported by this app yet": "此应用尚不支持",
86
86
  "Filter by name": "按名称过滤",
87
87
  "Created": "已创建",
88
88
  "Last updated": "上次更新",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.5.0",
3
+ "version": "23.5.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {