@dhis2/analytics 23.3.0 → 23.5.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/build/cjs/api/analytics/AnalyticsRequest.js +10 -2
  3. package/build/cjs/locales/ar/translations.json +11 -29
  4. package/build/cjs/locales/ar_EG/translations.json +11 -29
  5. package/build/cjs/locales/ar_IQ/translations.json +11 -29
  6. package/build/cjs/locales/ckb/translations.json +11 -29
  7. package/build/cjs/locales/cs/translations.json +11 -29
  8. package/build/cjs/locales/da/translations.json +11 -29
  9. package/build/cjs/locales/es/translations.json +11 -29
  10. package/build/cjs/locales/fr/translations.json +11 -29
  11. package/build/cjs/locales/id/translations.json +11 -29
  12. package/build/cjs/locales/km/translations.json +11 -29
  13. package/build/cjs/locales/lo/translations.json +11 -29
  14. package/build/cjs/locales/my/translations.json +11 -29
  15. package/build/cjs/locales/nb/translations.json +11 -29
  16. package/build/cjs/locales/nl/translations.json +11 -29
  17. package/build/cjs/locales/prs/translations.json +11 -29
  18. package/build/cjs/locales/ps/translations.json +11 -29
  19. package/build/cjs/locales/pt/translations.json +11 -29
  20. package/build/cjs/locales/pt_BR/translations.json +11 -29
  21. package/build/cjs/locales/ru/translations.json +11 -29
  22. package/build/cjs/locales/sv/translations.json +11 -29
  23. package/build/cjs/locales/tet/translations.json +11 -29
  24. package/build/cjs/locales/tg/translations.json +11 -29
  25. package/build/cjs/locales/uk/translations.json +11 -29
  26. package/build/cjs/locales/ur/translations.json +11 -29
  27. package/build/cjs/locales/uz/translations.json +11 -29
  28. package/build/cjs/locales/uz_Latn/translations.json +11 -29
  29. package/build/cjs/locales/vi/translations.json +11 -29
  30. package/build/cjs/locales/zh/translations.json +13 -31
  31. package/build/cjs/locales/zh_CN/translations.json +11 -29
  32. package/build/cjs/modules/layout/dimension.js +9 -2
  33. package/build/cjs/modules/layout/dimensionCreate.js +3 -0
  34. package/build/cjs/modules/layout/dimensionGetId.js +5 -1
  35. package/build/es/api/analytics/AnalyticsRequest.js +10 -2
  36. package/build/es/locales/ar/translations.json +11 -29
  37. package/build/es/locales/ar_EG/translations.json +11 -29
  38. package/build/es/locales/ar_IQ/translations.json +11 -29
  39. package/build/es/locales/ckb/translations.json +11 -29
  40. package/build/es/locales/cs/translations.json +11 -29
  41. package/build/es/locales/da/translations.json +11 -29
  42. package/build/es/locales/es/translations.json +11 -29
  43. package/build/es/locales/fr/translations.json +11 -29
  44. package/build/es/locales/id/translations.json +11 -29
  45. package/build/es/locales/km/translations.json +11 -29
  46. package/build/es/locales/lo/translations.json +11 -29
  47. package/build/es/locales/my/translations.json +11 -29
  48. package/build/es/locales/nb/translations.json +11 -29
  49. package/build/es/locales/nl/translations.json +11 -29
  50. package/build/es/locales/prs/translations.json +11 -29
  51. package/build/es/locales/ps/translations.json +11 -29
  52. package/build/es/locales/pt/translations.json +11 -29
  53. package/build/es/locales/pt_BR/translations.json +11 -29
  54. package/build/es/locales/ru/translations.json +11 -29
  55. package/build/es/locales/sv/translations.json +11 -29
  56. package/build/es/locales/tet/translations.json +11 -29
  57. package/build/es/locales/tg/translations.json +11 -29
  58. package/build/es/locales/uk/translations.json +11 -29
  59. package/build/es/locales/ur/translations.json +11 -29
  60. package/build/es/locales/uz/translations.json +11 -29
  61. package/build/es/locales/uz_Latn/translations.json +11 -29
  62. package/build/es/locales/vi/translations.json +11 -29
  63. package/build/es/locales/zh/translations.json +13 -31
  64. package/build/es/locales/zh_CN/translations.json +11 -29
  65. package/build/es/modules/layout/dimension.js +7 -1
  66. package/build/es/modules/layout/dimensionCreate.js +4 -1
  67. package/build/es/modules/layout/dimensionGetId.js +6 -2
  68. package/package.json +1 -1
@@ -83,13 +83,13 @@
83
83
  "Anyone": "",
84
84
  "Only you": "",
85
85
  "Others": "دیگر",
86
+ "Not supported by this app yet": "",
86
87
  "Filter by name": "فلٹر برائے نام",
87
88
  "Created": "تخلیق",
88
89
  "Last updated": "آخری اپ ڈیٹ",
89
90
  "Type": "ٹائپ",
90
91
  "Clear filters": "",
91
92
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
92
- "All charts": "",
93
93
  "Open": "کھلا",
94
94
  "Couldn't load items": "",
95
95
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -110,13 +110,6 @@
110
110
  "No maps found. Click New map to get started.": "",
111
111
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
112
112
  "New map": "",
113
- "Open an event report": "",
114
- "Loading event reports": "",
115
- "Couldn't load event reports": "",
116
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
117
- "No event reports found. Click New event report to get started.": "",
118
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
119
- "New event report": "",
120
113
  "Open an event visualization": "",
121
114
  "Loading event visualizations": "",
122
115
  "Couldn't load event visualizations": "",
@@ -304,33 +297,22 @@
304
297
  "Organisation Unit": "",
305
298
  "Assigned Categories": "",
306
299
  "Pivot table": "",
307
- "Column": "کالم",
308
- "Stacked column": "اسٹیک کالم",
300
+ "Area": "رقبہ",
301
+ "Stacked area": "",
309
302
  "Bar": "بار",
310
303
  "Stacked bar": "اسٹیک بار",
304
+ "Column": "کالم",
305
+ "Year over year (column)": "",
306
+ "Stacked column": "اسٹیک کالم",
307
+ "Gauge": "گیج",
311
308
  "Line": "لائن",
312
- "Area": "رقبہ",
313
- "Stacked area": "",
309
+ "Line list": "",
310
+ "Year over year (line)": "",
314
311
  "Pie": "پائی",
315
312
  "Radar": "رڈار",
316
- "Gauge": "گیج",
317
- "Year over year (line)": "",
318
- "Year over year (column)": "",
319
- "Single value": "",
320
313
  "Scatter": "",
321
- "View data and indicators in a manipulatable table.": "",
322
- "Compare sizes of related elements vertically. Recommend period as filter.": "",
323
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
324
- "Compare sizes of related elements horizontally. Recommend period as filter.": "",
325
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
326
- "Track or compare changes over time. Recommend period as category.": "",
327
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
328
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "",
329
- "Compare several items against multiple variables.": "",
330
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
331
- "Compare changes over time between multiple time periods.": "",
332
- "Display a single value. Recommend relative period to show latest data.": "",
333
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
314
+ "Single value": "",
315
+ "All charts": "",
334
316
  "{{seriesName}} (trend)": "",
335
317
  "Trend": "رجحان",
336
318
  "No legend for this series": "",
@@ -82,13 +82,13 @@
82
82
  "Anyone": "Кимдир",
83
83
  "Only you": "",
84
84
  "Others": "Бошқалар",
85
+ "Not supported by this app yet": "",
85
86
  "Filter by name": "Номи бўйича фильтрлаш",
86
87
  "Created": "Яратилган",
87
88
  "Last updated": "Охирги янгиланган",
88
89
  "Type": "Тури",
89
90
  "Clear filters": "Фильтрларни тозалаш",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
91
- "All charts": "",
92
92
  "Open": "Очиқ",
93
93
  "Couldn't load items": "",
94
94
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -109,13 +109,6 @@
109
109
  "No maps found. Click New map to get started.": "",
110
110
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
111
111
  "New map": "",
112
- "Open an event report": "",
113
- "Loading event reports": "",
114
- "Couldn't load event reports": "",
115
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
116
- "No event reports found. Click New event report to get started.": "",
117
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
118
- "New event report": "",
119
112
  "Open an event visualization": "",
120
113
  "Loading event visualizations": "",
121
114
  "Couldn't load event visualizations": "",
@@ -300,33 +293,22 @@
300
293
  "Organisation Unit": "Ташкилий Бўлим",
301
294
  "Assigned Categories": "Белгиланган Категориялар",
302
295
  "Pivot table": "Солиштирма жадвал",
303
- "Column": "Устун",
304
- "Stacked column": "Йиғилган устун",
296
+ "Area": "Майдон",
297
+ "Stacked area": "Йиғилган майдон",
305
298
  "Bar": "Тизимча",
306
299
  "Stacked bar": "Йиғилган тизимча",
300
+ "Column": "Устун",
301
+ "Year over year (column)": "Йилдан йилга (устун)",
302
+ "Stacked column": "Йиғилган устун",
303
+ "Gauge": "Ҳисоблагич",
307
304
  "Line": "Қатор",
308
- "Area": "Майдон",
309
- "Stacked area": "Йиғилган майдон",
305
+ "Line list": "Қаторлар рўйхати",
306
+ "Year over year (line)": "Йилдан йилга (қатор)",
310
307
  "Pie": "Бутун айлана",
311
308
  "Radar": "Радар",
312
- "Gauge": "Ҳисоблагич",
313
- "Year over year (line)": "Йилдан йилга (қатор)",
314
- "Year over year (column)": "Йилдан йилга (устун)",
315
- "Single value": "Ягона қиймат",
316
309
  "Scatter": "Тарқоқлик",
317
- "View data and indicators in a manipulatable table.": "Бошқариладиган жадвалда индикаторлар ва маълумотларни кўздан кечиринг",
318
- "Compare sizes of related elements vertically. Recommend period as filter.": "",
319
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
320
- "Compare sizes of related elements horizontally. Recommend period as filter.": "",
321
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
322
- "Track or compare changes over time. Recommend period as category.": "",
323
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
324
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "",
325
- "Compare several items against multiple variables.": "Бир неча элементлар ва бир неча ўзгарувчиларга нисбатан таққосланг.",
326
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
327
- "Compare changes over time between multiple time periods.": "Вақт ўтиши билан бир неча вақт оралиғидаги ўзгаришларни таққосланг.",
328
- "Display a single value. Recommend relative period to show latest data.": "Битта қийматни кўрсатиш. Охирги маълумотларни кўрсатиш учун боғлиқ даврни таққосланг.",
329
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "Жой ва вақт сифатидаги икки маълумотлар орасидаги ўзаро муносабатларни кўриш. ортиқча натижаларни топиш учун тавсия этилади.",
310
+ "Single value": "Ягона қиймат",
311
+ "All charts": "",
330
312
  "{{seriesName}} (trend)": "",
331
313
  "Trend": "Йўналиш",
332
314
  "No legend for this series": "Ушбу серия учун таъриф мавжуд эмас",
@@ -82,13 +82,13 @@
82
82
  "Anyone": "Kimdir",
83
83
  "Only you": "",
84
84
  "Others": "",
85
+ "Not supported by this app yet": "",
85
86
  "Filter by name": "Nomi boʼyicha filtrlash",
86
87
  "Created": "Yaratilgan",
87
88
  "Last updated": "Oxirgi yangilangan",
88
89
  "Type": "Turi",
89
90
  "Clear filters": "Filtrlarni tozalash",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
91
- "All charts": "",
92
92
  "Open": "Ochiq",
93
93
  "Couldn't load items": "",
94
94
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -109,13 +109,6 @@
109
109
  "No maps found. Click New map to get started.": "",
110
110
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
111
111
  "New map": "",
112
- "Open an event report": "",
113
- "Loading event reports": "",
114
- "Couldn't load event reports": "",
115
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
116
- "No event reports found. Click New event report to get started.": "",
117
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
118
- "New event report": "",
119
112
  "Open an event visualization": "",
120
113
  "Loading event visualizations": "",
121
114
  "Couldn't load event visualizations": "",
@@ -300,33 +293,22 @@
300
293
  "Organisation Unit": "Tashkiliy birlik",
301
294
  "Assigned Categories": "Belgilangan Kategoriyalar",
302
295
  "Pivot table": "Solishtirma jadval",
303
- "Column": "Ustun",
304
- "Stacked column": "Yigʼilgan ustun",
296
+ "Area": "Maydon",
297
+ "Stacked area": "Yigʼilgan maydon",
305
298
  "Bar": "Tizimcha",
306
299
  "Stacked bar": "Yigʼilgan tizimcha",
300
+ "Column": "Ustun",
301
+ "Year over year (column)": "Yildan yilga (ustun)",
302
+ "Stacked column": "Yigʼilgan ustun",
303
+ "Gauge": "Hisoblagich",
307
304
  "Line": "Qator",
308
- "Area": "Maydon",
309
- "Stacked area": "Yigʼilgan maydon",
305
+ "Line list": "Qatorlar roʼyxati",
306
+ "Year over year (line)": "Yildan yilga (qator)",
310
307
  "Pie": "Butun aylana",
311
308
  "Radar": "Radar",
312
- "Gauge": "Hisoblagich",
313
- "Year over year (line)": "Yildan yilga (qator)",
314
- "Year over year (column)": "Yildan yilga (ustun)",
315
- "Single value": "Yagona qiymat",
316
309
  "Scatter": "Tarqoqlik",
317
- "View data and indicators in a manipulatable table.": "Boshqariladigan jadvalda indikatorlar va maʼlumotlarni koʼzdan kechiring",
318
- "Compare sizes of related elements vertically. Recommend period as filter.": "",
319
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
320
- "Compare sizes of related elements horizontally. Recommend period as filter.": "",
321
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
322
- "Track or compare changes over time. Recommend period as category.": "",
323
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
324
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "",
325
- "Compare several items against multiple variables.": "Bir necha elementlar va bir necha oʼzgaruvchilarga nisbatan taqqoslang.",
326
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
327
- "Compare changes over time between multiple time periods.": "Vaqt oʼtishi bilan bir necha vaqt oraligʼidagi oʼzgarishlarni taqqoslang.",
328
- "Display a single value. Recommend relative period to show latest data.": "Bitta qiymatni koʼrsatish. Oxirgi maʼlumotlarni koʼrsatish uchun bogʼliq davrni taqqoslang.",
329
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "Joy va vaqt sifatidagi ikki maʼlumotlar orasidagi oʼzaro munosabatlarni koʼrish. ortiqcha natijalarni topish uchun tavsiya etiladi.",
310
+ "Single value": "Yagona qiymat",
311
+ "All charts": "",
330
312
  "{{seriesName}} (trend)": "",
331
313
  "Trend": "Yoʼnalish",
332
314
  "No legend for this series": "Ushbu seriya uchun taʼrif mavjud emas",
@@ -82,13 +82,13 @@
82
82
  "Anyone": "Bất kỳ ai",
83
83
  "Only you": "",
84
84
  "Others": "Khác",
85
+ "Not supported by this app yet": "",
85
86
  "Filter by name": "Lọc bằng tên",
86
87
  "Created": "Đã tạo",
87
88
  "Last updated": "Lần cập nhật cuối",
88
89
  "Type": "Loại",
89
90
  "Clear filters": "Bỏ lọc",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
91
- "All charts": "",
92
92
  "Open": "Mở",
93
93
  "Couldn't load items": "",
94
94
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -109,13 +109,6 @@
109
109
  "No maps found. Click New map to get started.": "",
110
110
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
111
111
  "New map": "",
112
- "Open an event report": "",
113
- "Loading event reports": "",
114
- "Couldn't load event reports": "",
115
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
116
- "No event reports found. Click New event report to get started.": "",
117
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
118
- "New event report": "",
119
112
  "Open an event visualization": "",
120
113
  "Loading event visualizations": "",
121
114
  "Couldn't load event visualizations": "",
@@ -300,33 +293,22 @@
300
293
  "Organisation Unit": "Đơn vị",
301
294
  "Assigned Categories": "Phân loại được chỉ định",
302
295
  "Pivot table": "Bảng xoay",
303
- "Column": "Cột",
304
- "Stacked column": "Cột chồng",
296
+ "Area": "Khu vực",
297
+ "Stacked area": "Khu vực xếp chồng ",
305
298
  "Bar": "Cột",
306
299
  "Stacked bar": "Cột chồng",
300
+ "Column": "Cột",
301
+ "Year over year (column)": "Năm qua năm (cột)",
302
+ "Stacked column": "Cột chồng",
303
+ "Gauge": "Biểu đồ đo lường",
307
304
  "Line": "Đường",
308
- "Area": "Khu vực",
309
- "Stacked area": "Khu vực xếp chồng ",
305
+ "Line list": "Danh sách dòng",
306
+ "Year over year (line)": "Năm qua năm (dòng)",
310
307
  "Pie": "Bánh",
311
308
  "Radar": "Radar",
312
- "Gauge": "Biểu đồ đo lường",
313
- "Year over year (line)": "Năm qua năm (dòng)",
314
- "Year over year (column)": "Năm qua năm (cột)",
315
- "Single value": "Giá trị đơn",
316
309
  "Scatter": "phân tán",
317
- "View data and indicators in a manipulatable table.": "Xem dữ liệu và chỉ số trong một bảng.",
318
- "Compare sizes of related elements vertically. Recommend period as filter.": "So sánh kích thước của các yếu tố liên quan theo chiều dọc. Đề xuất khoảng thời gian làm bộ lọc.",
319
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "So sánh các phần của tổng thể với các phần tử liên quan theo chiều dọc. Đề xuất dữ liệu hoặc đơn vị làm chiều phân loại.",
320
- "Compare sizes of related elements horizontally. Recommend period as filter.": "So sánh kích thước của các yếu tố liên quan theo chiều ngang. Đề xuất khoảng thời gian làm bộ lọc.",
321
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "So sánh các phần của tổng thể với các phần tử liên quan theo chiều ngang. Đề xuất dữ liệu hoặc đơn vị làm chiều phân loại.",
322
- "Track or compare changes over time. Recommend period as category.": "Theo dõi hoặc so sánh các thay đổi theo thời gian. Đề xuất khoảng thời gian dưới dạng danh mục.",
323
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "Theo dõi hoặc so sánh các phần của tổng thể theo thời gian. Đề xuất dữ liệu dưới dạng chuỗi và khoảng thời gian dưới dạng phân loại.",
324
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "So sánh các phần của tổng thể tại một thời điểm. Đề xuất khoảng thời gian làm bộ lọc.",
325
- "Compare several items against multiple variables.": "So sánh một số mục với nhiều biến.",
326
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "So sánh chỉ số phần trăm với thang điểm 100%. Đề xuất khoảng thời gian làm bộ lọc.",
327
- "Compare changes over time between multiple time periods.": "So sánh các thay đổi theo thời gian giữa nhiều khoảng thời gian.",
328
- "Display a single value. Recommend relative period to show latest data.": "Hiển thị một giá trị duy nhất. Đề xuất thời điểm liên quan để hiển thị dữ liệu mới nhất.",
329
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "Xem mối quan hệ giữa hai mục dữ liệu tại một địa điểm hoặc thời gian. Đề xuất để tìm ra những điểm khác biệt.",
310
+ "Single value": "Giá trị đơn",
311
+ "All charts": "",
330
312
  "{{seriesName}} (trend)": "",
331
313
  "Trend": "Xu hướng",
332
314
  "No legend for this series": "Không có chú giải cho chuỗi này",
@@ -15,8 +15,8 @@
15
15
  "Unsubscribe": "退订",
16
16
  "Subscribe to get updates about new interpretations.": "订阅以获取有关新解释的更新。",
17
17
  "Subscribe": "订阅",
18
- "This app could not retrieve required data.": "",
19
- "Network error": "",
18
+ "This app could not retrieve required data.": "此应用无法检索所需数据。",
19
+ "Network error": "网络错误",
20
20
  "Data Type": "数据类型",
21
21
  "All types": "所有类型",
22
22
  "Totals only": "总计",
@@ -82,13 +82,13 @@
82
82
  "Anyone": "任何人",
83
83
  "Only you": "只有你",
84
84
  "Others": "其它",
85
+ "Not supported by this app yet": "此应用尚不支持",
85
86
  "Filter by name": "按名称过滤",
86
87
  "Created": "已创建",
87
88
  "Last updated": "上次更新",
88
89
  "Type": "类型",
89
90
  "Clear filters": "清除过滤器",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}}-{{lastItemIndex}} 的 {{totalNumberOfItems}}",
91
- "All charts": "所有图表",
92
92
  "Open": "开放",
93
93
  "Couldn't load items": "无法加载项目",
94
94
  "There was a problem loading items. Try again or contact your system administrator.": "加载项目时出现问题。重试或联系您的系统管理员。",
@@ -109,13 +109,6 @@
109
109
  "No maps found. Click New map to get started.": "未找到地图。单击新地图开始。",
110
110
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "未找到地图。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
111
111
  "New map": "新地图",
112
- "Open an event report": "打开事件报告",
113
- "Loading event reports": "加载事件报告",
114
- "Couldn't load event reports": "无法加载事件报告",
115
- "There was a problem loading event reports. Try again or contact your system administrator.": "加载事件报告时出现问题。重试或联系您的系统管理员。",
116
- "No event reports found. Click New event report to get started.": "未找到事件报告。单击新建事件报告开始。",
117
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "未找到事件报告。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
118
- "New event report": "新建事件报告",
119
112
  "Open an event visualization": "打开事件可视化",
120
113
  "Loading event visualizations": "加载事件可视化",
121
114
  "Couldn't load event visualizations": "无法加载事件可视化应用",
@@ -300,33 +293,22 @@
300
293
  "Organisation Unit": "组织机构",
301
294
  "Assigned Categories": "指定的分类",
302
295
  "Pivot table": "透视表",
303
- "Column": "",
304
- "Stacked column": "叠列",
296
+ "Area": "面积",
297
+ "Stacked area": "堆积面积",
305
298
  "Bar": "柱状图",
306
299
  "Stacked bar": "叠柱图",
300
+ "Column": "列",
301
+ "Year over year (column)": "逐年(列图)",
302
+ "Stacked column": "叠列",
303
+ "Gauge": "表盘图",
307
304
  "Line": "折线图",
308
- "Area": "面积",
309
- "Stacked area": "堆积面积",
305
+ "Line list": "行列表",
306
+ "Year over year (line)": "逐年(折线图)",
310
307
  "Pie": "饼图",
311
308
  "Radar": "雷达图",
312
- "Gauge": "表盘图",
313
- "Year over year (line)": "逐年(折线图)",
314
- "Year over year (column)": "逐年(列图)",
315
- "Single value": "单个值",
316
309
  "Scatter": "分散",
317
- "View data and indicators in a manipulatable table.": "在可操作的表格中查看数据和指标。",
318
- "Compare sizes of related elements vertically. Recommend period as filter.": "垂直比较相关元素的大小。推荐时段为过滤条件。",
319
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "垂直比较整个部分和相关元素。推荐数据或组织机构为系列。",
320
- "Compare sizes of related elements horizontally. Recommend period as filter.": "水平比较相关元素的大小。推荐时段为过滤条件。",
321
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "水平比较整个部分和相关元素。推荐数据或组织机构为系列。",
322
- "Track or compare changes over time. Recommend period as category.": "跟踪或比较随时间的变化规律。推荐时期为分类。",
323
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "随着时间的推移跟踪或比较整个部分。建议将数据作为系列,将周期作为类别。",
324
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "在单个时间点比较整个的一部分。推荐时段为过滤条件。",
325
- "Compare several items against multiple variables.": "将多个变量与多个条目进行比较。",
326
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "将百分比指标与100%比例进行比较。推荐时段为过滤条件。",
327
- "Compare changes over time between multiple time periods.": "比较多个时间段之间随时间的变化。",
328
- "Display a single value. Recommend relative period to show latest data.": "显示单个值。推荐相对时期以显示最新数据。",
329
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "查看某个地点或时间的两个数据项之间的关系。推荐用于发现异常值。",
310
+ "Single value": "单个值",
311
+ "All charts": "所有图表",
330
312
  "{{seriesName}} (trend)": "{{seriesName}}(趋势)",
331
313
  "Trend": "趋势",
332
314
  "No legend for this series": "这个系列没有图例",
@@ -82,13 +82,13 @@
82
82
  "Anyone": "任何人",
83
83
  "Only you": "",
84
84
  "Others": "其它",
85
+ "Not supported by this app yet": "",
85
86
  "Filter by name": "按名称过滤",
86
87
  "Created": "已创建",
87
88
  "Last updated": "上次更新",
88
89
  "Type": "类型",
89
90
  "Clear filters": "清除过滤器",
90
91
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
91
- "All charts": "",
92
92
  "Open": "打开",
93
93
  "Couldn't load items": "",
94
94
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -109,13 +109,6 @@
109
109
  "No maps found. Click New map to get started.": "",
110
110
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
111
111
  "New map": "",
112
- "Open an event report": "",
113
- "Loading event reports": "",
114
- "Couldn't load event reports": "",
115
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
116
- "No event reports found. Click New event report to get started.": "",
117
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
118
- "New event report": "",
119
112
  "Open an event visualization": "",
120
113
  "Loading event visualizations": "",
121
114
  "Couldn't load event visualizations": "",
@@ -300,33 +293,22 @@
300
293
  "Organisation Unit": "组织机构",
301
294
  "Assigned Categories": "",
302
295
  "Pivot table": "",
303
- "Column": "",
304
- "Stacked column": "",
296
+ "Area": "面积",
297
+ "Stacked area": "",
305
298
  "Bar": "",
306
299
  "Stacked bar": "",
300
+ "Column": "列",
301
+ "Year over year (column)": "",
302
+ "Stacked column": "",
303
+ "Gauge": "",
307
304
  "Line": "",
308
- "Area": "面积",
309
- "Stacked area": "",
305
+ "Line list": "",
306
+ "Year over year (line)": "",
310
307
  "Pie": "",
311
308
  "Radar": "",
312
- "Gauge": "",
313
- "Year over year (line)": "",
314
- "Year over year (column)": "",
315
- "Single value": "",
316
309
  "Scatter": "",
317
- "View data and indicators in a manipulatable table.": "",
318
- "Compare sizes of related elements vertically. Recommend period as filter.": "",
319
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
320
- "Compare sizes of related elements horizontally. Recommend period as filter.": "",
321
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
322
- "Track or compare changes over time. Recommend period as category.": "",
323
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
324
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "",
325
- "Compare several items against multiple variables.": "",
326
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
327
- "Compare changes over time between multiple time periods.": "",
328
- "Display a single value. Recommend relative period to show latest data.": "",
329
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
310
+ "Single value": "",
311
+ "All charts": "",
330
312
  "{{seriesName}} (trend)": "",
331
313
  "Trend": "",
332
314
  "No legend for this series": "",
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.DIMENSION_PROPS = exports.DIMENSION_PROP_PROGRAM_STAGE = exports.DIMENSION_PROP_LEGEND_SET = exports.DIMENSION_PROP_FILTER = exports.DIMENSION_PROP_ITEMS = exports.DIMENSION_PROP_ID = exports.DIMENSION = void 0;
6
+ exports.DIMENSION_PROPS = exports.DIMENSION_PROP_REPETITION = exports.DIMENSION_PROP_PROGRAM_STAGE = exports.DIMENSION_PROP_LEGEND_SET = exports.DIMENSION_PROP_FILTER = exports.DIMENSION_PROP_ITEMS = exports.DIMENSION_PROP_ID = exports.DIMENSION = void 0;
7
7
 
8
8
  var _isObject = _interopRequireDefault(require("lodash/isObject"));
9
9
 
@@ -52,5 +52,12 @@ const DIMENSION_PROP_PROGRAM_STAGE = {
52
52
  isValid: prop => (0, _isObject.default)(prop)
53
53
  };
54
54
  exports.DIMENSION_PROP_PROGRAM_STAGE = DIMENSION_PROP_PROGRAM_STAGE;
55
- const DIMENSION_PROPS = [DIMENSION_PROP_ID, DIMENSION_PROP_ITEMS, DIMENSION_PROP_FILTER, DIMENSION_PROP_LEGEND_SET, DIMENSION_PROP_PROGRAM_STAGE];
55
+ const DIMENSION_PROP_REPETITION = {
56
+ name: 'repetition',
57
+ defaultValue: [],
58
+ required: false,
59
+ isValid: prop => Array.isArray(prop)
60
+ };
61
+ exports.DIMENSION_PROP_REPETITION = DIMENSION_PROP_REPETITION;
62
+ const DIMENSION_PROPS = [DIMENSION_PROP_ID, DIMENSION_PROP_ITEMS, DIMENSION_PROP_FILTER, DIMENSION_PROP_LEGEND_SET, DIMENSION_PROP_PROGRAM_STAGE, DIMENSION_PROP_REPETITION];
56
63
  exports.DIMENSION_PROPS = DIMENSION_PROPS;
@@ -23,6 +23,9 @@ const dimensionCreate = (dimensionId, itemIds = [], args = {}) => {
23
23
  }),
24
24
  ...(args.programStage && {
25
25
  [_dimension.DIMENSION_PROP_PROGRAM_STAGE.name]: args.programStage
26
+ }),
27
+ ...(args.repetition && {
28
+ [_dimension.DIMENSION_PROP_REPETITION.name]: args.repetition
26
29
  })
27
30
  };
28
31
  return dimension;
@@ -7,6 +7,10 @@ exports.dimensionGetId = void 0;
7
7
 
8
8
  var _dimension = require("./dimension.js");
9
9
 
10
- const dimensionGetId = dimension => dimension[_dimension.DIMENSION_PROP_ID.name];
10
+ const dimensionGetId = dimension => {
11
+ var _dimension$DIMENSION_;
12
+
13
+ return (_dimension$DIMENSION_ = dimension[_dimension.DIMENSION_PROP_PROGRAM_STAGE.name]) !== null && _dimension$DIMENSION_ !== void 0 && _dimension$DIMENSION_.id ? "".concat(dimension[_dimension.DIMENSION_PROP_PROGRAM_STAGE.name].id, ".").concat(dimension[_dimension.DIMENSION_PROP_ID.name]) : dimension[_dimension.DIMENSION_PROP_ID.name];
14
+ };
11
15
 
12
16
  exports.dimensionGetId = dimensionGetId;
@@ -43,7 +43,7 @@ class AnalyticsRequest extends AnalyticsRequestDimensionsMixin(AnalyticsRequestF
43
43
  const columns = visualization.columns || [];
44
44
  const rows = visualization.rows || [];
45
45
  columns.concat(rows).forEach(d => {
46
- var _d$legendSet, _d$programStage, _d$items;
46
+ var _d$legendSet, _d$programStage, _d$repetition, _d$repetition$indexes;
47
47
 
48
48
  let dimension = d.dimension;
49
49
 
@@ -59,7 +59,15 @@ class AnalyticsRequest extends AnalyticsRequestDimensionsMixin(AnalyticsRequestF
59
59
  dimension += ":".concat(d.filter);
60
60
  }
61
61
 
62
- request = request.addDimension(dimension, (_d$items = d.items) === null || _d$items === void 0 ? void 0 : _d$items.map(item => item.id));
62
+ if ((_d$repetition = d.repetition) !== null && _d$repetition !== void 0 && (_d$repetition$indexes = _d$repetition.indexes) !== null && _d$repetition$indexes !== void 0 && _d$repetition$indexes.length) {
63
+ d.repetition.indexes.forEach(index => {
64
+ request = request.addDimension(dimension.replace(/\./, "[".concat(index, "].")));
65
+ });
66
+ } else {
67
+ var _d$items;
68
+
69
+ request = request.addDimension(dimension, (_d$items = d.items) === null || _d$items === void 0 ? void 0 : _d$items.map(item => item.id));
70
+ }
63
71
  }); // extract filters from visualization
64
72
 
65
73
  const filters = visualization.filters || []; // only pass dx/pe/ou as dimension
@@ -87,13 +87,13 @@
87
87
  "Anyone": "أي شخص",
88
88
  "Only you": "",
89
89
  "Others": "أخرى",
90
+ "Not supported by this app yet": "",
90
91
  "Filter by name": "تصفية بواسطة الاسم",
91
92
  "Created": "تم الإنشاء",
92
93
  "Last updated": "آخر تحديث",
93
94
  "Type": "النوع",
94
95
  "Clear filters": "إلغاء عوامل التصفية",
95
96
  "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
96
- "All charts": "",
97
97
  "Open": "مفتوح",
98
98
  "Couldn't load items": "",
99
99
  "There was a problem loading items. Try again or contact your system administrator.": "",
@@ -114,13 +114,6 @@
114
114
  "No maps found. Click New map to get started.": "",
115
115
  "No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
116
116
  "New map": "",
117
- "Open an event report": "",
118
- "Loading event reports": "",
119
- "Couldn't load event reports": "",
120
- "There was a problem loading event reports. Try again or contact your system administrator.": "",
121
- "No event reports found. Click New event report to get started.": "",
122
- "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
123
- "New event report": "",
124
117
  "Open an event visualization": "",
125
118
  "Loading event visualizations": "",
126
119
  "Couldn't load event visualizations": "",
@@ -320,33 +313,22 @@
320
313
  "Organisation Unit": "الوحدة التنظيمية",
321
314
  "Assigned Categories": "الفئات المعينة",
322
315
  "Pivot table": "الجدول المحوري",
323
- "Column": "العمود",
324
- "Stacked column": "عمود تراكمي",
316
+ "Area": "مساحة",
317
+ "Stacked area": "منطقة تراكمية",
325
318
  "Bar": "مخطط شريطي",
326
319
  "Stacked bar": "شريط تراكمي",
320
+ "Column": "العمود",
321
+ "Year over year (column)": "عام بعد عام (عمود)",
322
+ "Stacked column": "عمود تراكمي",
323
+ "Gauge": "مخطط قياس",
327
324
  "Line": "مخطط خطي",
328
- "Area": "مساحة",
329
- "Stacked area": "منطقة تراكمية",
325
+ "Line list": "قائمة سطور",
326
+ "Year over year (line)": "عام بعد عام (خط)",
330
327
  "Pie": "مخطط دائري",
331
328
  "Radar": "مخطط رادار",
332
- "Gauge": "مخطط قياس",
333
- "Year over year (line)": "عام بعد عام (خط)",
334
- "Year over year (column)": "عام بعد عام (عمود)",
335
- "Single value": "قيمة مفردة",
336
329
  "Scatter": "",
337
- "View data and indicators in a manipulatable table.": "اعرض البيانات والمؤشرات في جدول يمكن معالجته.",
338
- "Compare sizes of related elements vertically. Recommend period as filter.": "",
339
- "Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
340
- "Compare sizes of related elements horizontally. Recommend period as filter.": "",
341
- "Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
342
- "Track or compare changes over time. Recommend period as category.": "",
343
- "Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
344
- "Compare parts of a whole at a single point in time. Recommend period as filter.": "",
345
- "Compare several items against multiple variables.": "قارن عدة عناصر مقابل متغيرات متعددة.",
346
- "Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
347
- "Compare changes over time between multiple time periods.": "قارن التغييرات بمرور الوقت بين فترات زمنية متعددة.",
348
- "Display a single value. Recommend relative period to show latest data.": "اعرض قيمة واحدة. يوصي الفترة النسبية لإظهار أحدث البيانات.",
349
- "View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
330
+ "Single value": "قيمة مفردة",
331
+ "All charts": "",
350
332
  "{{seriesName}} (trend)": "",
351
333
  "Trend": "الاتجاه",
352
334
  "No legend for this series": "لا معلومات مفاتيح إيضاحية لهذه السلسلة",