@dhis2/analytics 23.11.0 → 23.11.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.11.1](https://github.com/dhis2/analytics/compare/v23.11.0...v23.11.1) (2022-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([f5e770a](https://github.com/dhis2/analytics/commit/f5e770a9757d775c886d9d8a8ab51ebc7c206e7d))
7
+
1
8
  # [23.11.0](https://github.com/dhis2/analytics/compare/v23.10.4...v23.11.0) (2022-06-03)
2
9
 
3
10
 
@@ -61,7 +61,7 @@
61
61
  "Nothing found for {{searchTerm}}": "",
62
62
  "Delete {{fileType}}": "",
63
63
  "This {{fileType}} and related interpretations will be deleted. Continue?": "",
64
- "Cancel": "",
64
+ "Cancel": "Anulare",
65
65
  "Delete": "Lichidare",
66
66
  "File": "Fişier",
67
67
  "New": "Nou",
@@ -193,7 +193,7 @@
193
193
  "This week": "Săptămâna aceasta",
194
194
  "Last week": "Săptămâna trecută",
195
195
  "Last 4 weeks": "Ultimele 4 săptămâni",
196
- "Last 12 weeks": "",
196
+ "Last 12 weeks": "Ultimele 12 săptămâni",
197
197
  "Last 52 weeks": "Ultimele 52 de săptămâni",
198
198
  "Weeks this year": "Săptămâni în anul curent",
199
199
  "This bi-week": "",
@@ -251,21 +251,21 @@
251
251
  "Actual reports": "",
252
252
  "Actual reports on time": "",
253
253
  "Expected reports": "",
254
- "Program": "",
254
+ "Program": "Program",
255
255
  "Select a program": "",
256
256
  "Indicators": "Indicatori",
257
- "Indicator group": "",
257
+ "Indicator group": "Grup de indicatori",
258
258
  "All groups": "",
259
259
  "Indicator": "Indicator",
260
260
  "No indicator groups found": "",
261
261
  "Loading indicator groups": "",
262
- "Data elements": "",
262
+ "Data elements": "Elemente de date",
263
263
  "Data element group": "",
264
264
  "Data element": "",
265
265
  "No data element groups found": "",
266
266
  "Loading data element groups": "",
267
267
  "Data sets": "",
268
- "Data set": "",
268
+ "Data set": "Set de date",
269
269
  "All data sets": "",
270
270
  "Loading data sets": "",
271
271
  "Event data items": "",
@@ -61,7 +61,7 @@
61
61
  "Nothing found for {{searchTerm}}": "",
62
62
  "Delete {{fileType}}": "",
63
63
  "This {{fileType}} and related interpretations will be deleted. Continue?": "",
64
- "Cancel": "",
64
+ "Cancel": "Anulare",
65
65
  "Delete": "Lichidare",
66
66
  "File": "Fişier",
67
67
  "New": "Nou",
@@ -193,7 +193,7 @@
193
193
  "This week": "Săptămâna aceasta",
194
194
  "Last week": "Săptămâna trecută",
195
195
  "Last 4 weeks": "Ultimele 4 săptămâni",
196
- "Last 12 weeks": "",
196
+ "Last 12 weeks": "Ultimele 12 săptămâni",
197
197
  "Last 52 weeks": "Ultimele 52 de săptămâni",
198
198
  "Weeks this year": "Săptămâni în anul curent",
199
199
  "This bi-week": "",
@@ -251,21 +251,21 @@
251
251
  "Actual reports": "",
252
252
  "Actual reports on time": "",
253
253
  "Expected reports": "",
254
- "Program": "",
254
+ "Program": "Program",
255
255
  "Select a program": "",
256
256
  "Indicators": "Indicatori",
257
- "Indicator group": "",
257
+ "Indicator group": "Grup de indicatori",
258
258
  "All groups": "",
259
259
  "Indicator": "Indicator",
260
260
  "No indicator groups found": "",
261
261
  "Loading indicator groups": "",
262
- "Data elements": "",
262
+ "Data elements": "Elemente de date",
263
263
  "Data element group": "",
264
264
  "Data element": "",
265
265
  "No data element groups found": "",
266
266
  "Loading data element groups": "",
267
267
  "Data sets": "",
268
- "Data set": "",
268
+ "Data set": "Set de date",
269
269
  "All data sets": "",
270
270
  "Loading data sets": "",
271
271
  "Event data items": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.11.0",
3
+ "version": "23.11.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {