@dhis2/analytics 20.6.4 → 20.6.5

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
+ ## [20.6.5](https://github.com/dhis2/analytics/compare/v20.6.4...v20.6.5) (2021-10-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([b47803b](https://github.com/dhis2/analytics/commit/b47803b5dbca43fa8d72c2d4b3e984a2e3ddbd98))
7
+
1
8
  ## [20.6.4](https://github.com/dhis2/analytics/compare/v20.6.3...v20.6.4) (2021-10-08)
2
9
 
3
10
 
@@ -76,7 +76,7 @@
76
76
  "There was a problem loading items. Try again or contact your system administrator.": "",
77
77
  "No items found. Create a new to get started.": "",
78
78
  "No items found. Try adjusting your search or filter options to find what you're looking for.": "",
79
- "Create new": "",
79
+ "Create new": "Создать новый",
80
80
  "Open a visualization": "",
81
81
  "Loading visualizations": "",
82
82
  "Couldn't load visualizations": "",
@@ -76,7 +76,7 @@
76
76
  "There was a problem loading items. Try again or contact your system administrator.": "",
77
77
  "No items found. Create a new to get started.": "",
78
78
  "No items found. Try adjusting your search or filter options to find what you're looking for.": "",
79
- "Create new": "",
79
+ "Create new": "Создать новый",
80
80
  "Open a visualization": "",
81
81
  "Loading visualizations": "",
82
82
  "Couldn't load visualizations": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "20.6.4",
3
+ "version": "20.6.5",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {