@dhis2/analytics 24.1.0 → 24.1.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
+ ## [24.1.1](https://github.com/dhis2/analytics/compare/v24.1.0...v24.1.1) (2022-09-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([0425bed](https://github.com/dhis2/analytics/commit/0425bedd5bc9022341eb36e5fd347f10c7f5fe7f))
7
+
1
8
  # [24.1.0](https://github.com/dhis2/analytics/compare/v24.0.9...v24.1.0) (2022-09-12)
2
9
 
3
10
 
@@ -80,6 +80,7 @@
80
80
  "Name": "名称",
81
81
  "Description": "描述",
82
82
  "Rename": "改名",
83
+ "{{objectName}} (copy)": "{{objectName}}(副本)",
83
84
  "Save {{fileType}} as": "将{{fileType}}另存为",
84
85
  "event report": "事件报表",
85
86
  "line list": "行列表",
@@ -80,6 +80,7 @@
80
80
  "Name": "名称",
81
81
  "Description": "描述",
82
82
  "Rename": "改名",
83
+ "{{objectName}} (copy)": "{{objectName}}(副本)",
83
84
  "Save {{fileType}} as": "将{{fileType}}另存为",
84
85
  "event report": "事件报表",
85
86
  "line list": "行列表",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "24.1.0",
3
+ "version": "24.1.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {