@dhis2/analytics 23.13.12 → 23.13.13

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.13.13](https://github.com/dhis2/analytics/compare/v23.13.12...v23.13.13) (2022-08-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([ec34ef7](https://github.com/dhis2/analytics/commit/ec34ef755b02dead5661fa1997db4271812c8134))
7
+
1
8
  ## [23.13.12](https://github.com/dhis2/analytics/compare/v23.13.11...v23.13.12) (2022-08-20)
2
9
 
3
10
 
@@ -44,16 +44,16 @@
44
44
  "Metric type": "",
45
45
  "All metrics": "Всі метрики",
46
46
  "Move to {{axisName}}": "",
47
- "Add to {{axisName}}": "",
47
+ "Add to {{axisName}}": "Додати до {{axisName}}",
48
48
  "Not available for {{visualizationType}}": "",
49
49
  "Remove Assigned Categories": "",
50
- "Add Assigned Categories": "",
50
+ "Add Assigned Categories": "Додати призначені категорії",
51
51
  "Remove": "Прибрати",
52
- "Filter dimensions": "",
53
- "Main dimensions": "",
54
- "Your dimensions": "",
52
+ "Filter dimensions": "Виміри фільтра",
53
+ "Main dimensions": "Основні виміри",
54
+ "Your dimensions": "Ваші виміри",
55
55
  "Dimension recommended with selected data": "",
56
- "All items": "",
56
+ "All items": "Всі елементи",
57
57
  "Automatically include all items": "",
58
58
  "Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
59
59
  "Manually select items...": "",
@@ -275,17 +275,17 @@
275
275
  "Save translations": "",
276
276
  "Could not load translations": "",
277
277
  "Retry": "",
278
- "Series": "",
278
+ "Series": "Серія",
279
279
  "Category": "Категорія",
280
280
  "Filter": "Фільтр",
281
281
  "Columns": "",
282
282
  "Rows": "",
283
283
  "Points": "",
284
- "Reporting rate": "",
285
- "Reporting rate on time": "",
286
- "Actual reports": "",
287
- "Actual reports on time": "",
288
- "Expected reports": "",
284
+ "Reporting rate": "Частота повідомлень",
285
+ "Reporting rate on time": "Частота повідомлень у часі",
286
+ "Actual reports": "Фактичні звіти",
287
+ "Actual reports on time": "Фактичні звіти за часом",
288
+ "Expected reports": "Очікувані звіти",
289
289
  "Program": "Програма",
290
290
  "Select a program": "",
291
291
  "Indicators": "Показники",
@@ -363,7 +363,7 @@
363
363
  "Linear Regression": "",
364
364
  "Target": "Ціль",
365
365
  "Base": "",
366
- "Axis {{axisId}}": "",
366
+ "Axis {{axisId}}": "Вісь {{axisId}}",
367
367
  "{{count}} items_0": "",
368
368
  "{{count}} items_1": "",
369
369
  "{{count}} items_2": "",
@@ -44,16 +44,16 @@
44
44
  "Metric type": "",
45
45
  "All metrics": "Всі метрики",
46
46
  "Move to {{axisName}}": "",
47
- "Add to {{axisName}}": "",
47
+ "Add to {{axisName}}": "Додати до {{axisName}}",
48
48
  "Not available for {{visualizationType}}": "",
49
49
  "Remove Assigned Categories": "",
50
- "Add Assigned Categories": "",
50
+ "Add Assigned Categories": "Додати призначені категорії",
51
51
  "Remove": "Прибрати",
52
- "Filter dimensions": "",
53
- "Main dimensions": "",
54
- "Your dimensions": "",
52
+ "Filter dimensions": "Виміри фільтра",
53
+ "Main dimensions": "Основні виміри",
54
+ "Your dimensions": "Ваші виміри",
55
55
  "Dimension recommended with selected data": "",
56
- "All items": "",
56
+ "All items": "Всі елементи",
57
57
  "Automatically include all items": "",
58
58
  "Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
59
59
  "Manually select items...": "",
@@ -275,17 +275,17 @@
275
275
  "Save translations": "",
276
276
  "Could not load translations": "",
277
277
  "Retry": "",
278
- "Series": "",
278
+ "Series": "Серія",
279
279
  "Category": "Категорія",
280
280
  "Filter": "Фільтр",
281
281
  "Columns": "",
282
282
  "Rows": "",
283
283
  "Points": "",
284
- "Reporting rate": "",
285
- "Reporting rate on time": "",
286
- "Actual reports": "",
287
- "Actual reports on time": "",
288
- "Expected reports": "",
284
+ "Reporting rate": "Частота повідомлень",
285
+ "Reporting rate on time": "Частота повідомлень у часі",
286
+ "Actual reports": "Фактичні звіти",
287
+ "Actual reports on time": "Фактичні звіти за часом",
288
+ "Expected reports": "Очікувані звіти",
289
289
  "Program": "Програма",
290
290
  "Select a program": "",
291
291
  "Indicators": "Показники",
@@ -363,7 +363,7 @@
363
363
  "Linear Regression": "",
364
364
  "Target": "Ціль",
365
365
  "Base": "",
366
- "Axis {{axisId}}": "",
366
+ "Axis {{axisId}}": "Вісь {{axisId}}",
367
367
  "{{count}} items_0": "",
368
368
  "{{count}} items_1": "",
369
369
  "{{count}} items_2": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "23.13.12",
3
+ "version": "23.13.13",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {