@dhis2/analytics 4.5.76 → 4.5.77

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
+ ## [4.5.77](https://github.com/dhis2/analytics/compare/v4.5.76...v4.5.77) (2024-04-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([2ec2dc6](https://github.com/dhis2/analytics/commit/2ec2dc660c2782c48830d7221b2a903e6690ec5c))
7
+
1
8
  ## [4.5.76](https://github.com/dhis2/analytics/compare/v4.5.75...v4.5.76) (2024-02-28)
2
9
 
3
10
 
@@ -4,8 +4,8 @@
4
4
  "Totals": "Totals",
5
5
  "Details": "detaljer",
6
6
  "Detail": "",
7
- "Move to {{axisName}}": "",
8
- "Add to {{axisName}}": "",
7
+ "Move to {{axisName}}": "Flytta till {{axisName}}",
8
+ "Add to {{axisName}}": "Lägg till i {{axisName}}",
9
9
  "Remove": "Avlägsna",
10
10
  "Not available for {{visualizationType}}": "",
11
11
  "Requires 2 or more data items": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.76",
3
+ "version": "4.5.77",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"