@dhis2/analytics 24.3.0 → 24.3.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.3.1](https://github.com/dhis2/analytics/compare/v24.3.0...v24.3.1) (2022-10-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([d2ac67c](https://github.com/dhis2/analytics/commit/d2ac67c332fcd21e66425a77ae8bd7bd859f2f1a))
7
+
1
8
  # [24.3.0](https://github.com/dhis2/analytics/compare/v24.2.7...v24.3.0) (2022-10-17)
2
9
 
3
10
 
@@ -80,6 +80,7 @@
80
80
  "Name": "ຊື່",
81
81
  "Description": "ລາຍລະອຽດ",
82
82
  "Rename": "ປ່ຽນຊື່",
83
+ "{{objectName}} (copy)": "",
83
84
  "Save {{fileType}} as": "",
84
85
  "event report": "",
85
86
  "line list": "",
@@ -117,6 +118,7 @@
117
118
  "Search for a user": "",
118
119
  "Searching for \"{{- searchText}}\"": "",
119
120
  "No results found": "",
121
+ "Not available offline": "",
120
122
  "Created by": "ສ້າງໂດຍ",
121
123
  "Anyone": "",
122
124
  "Only you": "",
@@ -133,7 +135,7 @@
133
135
  "There was a problem loading items. Try again or contact your system administrator.": "",
134
136
  "No items found. Create a new to get started.": "",
135
137
  "No items found. Try adjusting your search or filter options to find what you're looking for.": "",
136
- "Create new": "",
138
+ "Create new": "ສ້າງໃໝ່",
137
139
  "Open a visualization": "",
138
140
  "Loading visualizations": "",
139
141
  "Couldn't load visualizations": "",
@@ -264,6 +266,7 @@
264
266
  "Choose a locale to translate from the menu above": "",
265
267
  "Translate: {{objectName}}": "",
266
268
  "Save translations": "",
269
+ "Cannot save while offline": "",
267
270
  "Could not load translations": "",
268
271
  "Retry": "",
269
272
  "Series": "ແທ່ງ",
@@ -80,6 +80,7 @@
80
80
  "Name": "ຊື່",
81
81
  "Description": "ລາຍລະອຽດ",
82
82
  "Rename": "ປ່ຽນຊື່",
83
+ "{{objectName}} (copy)": "",
83
84
  "Save {{fileType}} as": "",
84
85
  "event report": "",
85
86
  "line list": "",
@@ -117,6 +118,7 @@
117
118
  "Search for a user": "",
118
119
  "Searching for \"{{- searchText}}\"": "",
119
120
  "No results found": "",
121
+ "Not available offline": "",
120
122
  "Created by": "ສ້າງໂດຍ",
121
123
  "Anyone": "",
122
124
  "Only you": "",
@@ -133,7 +135,7 @@
133
135
  "There was a problem loading items. Try again or contact your system administrator.": "",
134
136
  "No items found. Create a new to get started.": "",
135
137
  "No items found. Try adjusting your search or filter options to find what you're looking for.": "",
136
- "Create new": "",
138
+ "Create new": "ສ້າງໃໝ່",
137
139
  "Open a visualization": "",
138
140
  "Loading visualizations": "",
139
141
  "Couldn't load visualizations": "",
@@ -264,6 +266,7 @@
264
266
  "Choose a locale to translate from the menu above": "",
265
267
  "Translate: {{objectName}}": "",
266
268
  "Save translations": "",
269
+ "Cannot save while offline": "",
267
270
  "Could not load translations": "",
268
271
  "Retry": "",
269
272
  "Series": "ແທ່ງ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "24.3.0",
3
+ "version": "24.3.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {