@dhis2/analytics 21.0.3 → 21.0.7

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 (70) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/build/cjs/api/analytics/AnalyticsRequest.js +6 -2
  3. package/build/cjs/api/analytics/AnalyticsRequestDimensionsMixin.js +6 -2
  4. package/build/cjs/api/analytics/__tests__/AnalyticsRequest.spec.js +1 -2
  5. package/build/cjs/locales/ar/translations.json +47 -0
  6. package/build/cjs/locales/ar_EG/translations.json +47 -0
  7. package/build/cjs/locales/ar_IQ/translations.json +47 -0
  8. package/build/cjs/locales/ckb/translations.json +31 -0
  9. package/build/cjs/locales/cs/translations.json +39 -0
  10. package/build/cjs/locales/da/translations.json +31 -0
  11. package/build/cjs/locales/es/translations.json +31 -0
  12. package/build/cjs/locales/fr/translations.json +32 -1
  13. package/build/cjs/locales/id/translations.json +27 -0
  14. package/build/cjs/locales/km/translations.json +27 -0
  15. package/build/cjs/locales/lo/translations.json +27 -0
  16. package/build/cjs/locales/my/translations.json +27 -0
  17. package/build/cjs/locales/nb/translations.json +31 -0
  18. package/build/cjs/locales/nl/translations.json +32 -1
  19. package/build/cjs/locales/prs/translations.json +31 -0
  20. package/build/cjs/locales/ps/translations.json +31 -0
  21. package/build/cjs/locales/pt/translations.json +31 -0
  22. package/build/cjs/locales/pt_BR/translations.json +31 -0
  23. package/build/cjs/locales/ru/translations.json +39 -0
  24. package/build/cjs/locales/sv/translations.json +31 -0
  25. package/build/cjs/locales/tet/translations.json +27 -0
  26. package/build/cjs/locales/tg/translations.json +31 -0
  27. package/build/cjs/locales/uk/translations.json +39 -0
  28. package/build/cjs/locales/ur/translations.json +31 -0
  29. package/build/cjs/locales/uz/translations.json +27 -0
  30. package/build/cjs/locales/uz_Latn/translations.json +27 -0
  31. package/build/cjs/locales/vi/translations.json +27 -0
  32. package/build/cjs/locales/zh/translations.json +27 -0
  33. package/build/cjs/locales/zh_CN/translations.json +27 -0
  34. package/build/cjs/modules/layout/dimension.js +9 -2
  35. package/build/cjs/modules/layout/dimensionCreate.js +14 -6
  36. package/build/es/api/analytics/AnalyticsRequest.js +6 -2
  37. package/build/es/api/analytics/AnalyticsRequestDimensionsMixin.js +6 -2
  38. package/build/es/api/analytics/__tests__/AnalyticsRequest.spec.js +1 -2
  39. package/build/es/locales/ar/translations.json +47 -0
  40. package/build/es/locales/ar_EG/translations.json +47 -0
  41. package/build/es/locales/ar_IQ/translations.json +47 -0
  42. package/build/es/locales/ckb/translations.json +31 -0
  43. package/build/es/locales/cs/translations.json +39 -0
  44. package/build/es/locales/da/translations.json +31 -0
  45. package/build/es/locales/es/translations.json +31 -0
  46. package/build/es/locales/fr/translations.json +32 -1
  47. package/build/es/locales/id/translations.json +27 -0
  48. package/build/es/locales/km/translations.json +27 -0
  49. package/build/es/locales/lo/translations.json +27 -0
  50. package/build/es/locales/my/translations.json +27 -0
  51. package/build/es/locales/nb/translations.json +31 -0
  52. package/build/es/locales/nl/translations.json +32 -1
  53. package/build/es/locales/prs/translations.json +31 -0
  54. package/build/es/locales/ps/translations.json +31 -0
  55. package/build/es/locales/pt/translations.json +31 -0
  56. package/build/es/locales/pt_BR/translations.json +31 -0
  57. package/build/es/locales/ru/translations.json +39 -0
  58. package/build/es/locales/sv/translations.json +31 -0
  59. package/build/es/locales/tet/translations.json +27 -0
  60. package/build/es/locales/tg/translations.json +31 -0
  61. package/build/es/locales/uk/translations.json +39 -0
  62. package/build/es/locales/ur/translations.json +31 -0
  63. package/build/es/locales/uz/translations.json +27 -0
  64. package/build/es/locales/uz_Latn/translations.json +27 -0
  65. package/build/es/locales/vi/translations.json +27 -0
  66. package/build/es/locales/zh/translations.json +27 -0
  67. package/build/es/locales/zh_CN/translations.json +27 -0
  68. package/build/es/modules/layout/dimension.js +7 -1
  69. package/build/es/modules/layout/dimensionCreate.js +15 -7
  70. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [21.0.7](https://github.com/dhis2/analytics/compare/v21.0.6...v21.0.7) (2021-12-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * dimension without items + filter (TECH-788) ([#1097](https://github.com/dhis2/analytics/issues/1097)) ([37369ce](https://github.com/dhis2/analytics/commit/37369ce74eb189724d0943d35492d377f0ff44f8))
7
+
8
+ ## [21.0.6](https://github.com/dhis2/analytics/compare/v21.0.5...v21.0.6) (2021-11-28)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (master) ([8c10c19](https://github.com/dhis2/analytics/commit/8c10c1909a77e4ae9c729e99bc41bc84b9a51860))
14
+
15
+ ## [21.0.5](https://github.com/dhis2/analytics/compare/v21.0.4...v21.0.5) (2021-11-26)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **translations:** sync translations from transifex (master) ([1ce7694](https://github.com/dhis2/analytics/commit/1ce76945a25320a774c08fbc8d8a90b086c5ba1a))
21
+
22
+ ## [21.0.4](https://github.com/dhis2/analytics/compare/v21.0.3...v21.0.4) (2021-11-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **translations:** sync translations from transifex (master) ([7e9b666](https://github.com/dhis2/analytics/commit/7e9b666f9a6dc3b93c5ef7cebb6699307bb032b6))
28
+
1
29
  ## [21.0.3](https://github.com/dhis2/analytics/compare/v21.0.2...v21.0.3) (2021-11-22)
2
30
 
3
31
 
@@ -56,20 +56,24 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
56
56
  const columns = visualization.columns || [];
57
57
  const rows = visualization.rows || [];
58
58
  columns.concat(rows).forEach(d => {
59
+ var _d$items;
60
+
59
61
  let dimension = d.dimension;
60
62
 
61
63
  if (d.filter) {
62
64
  dimension += ":".concat(d.filter);
63
65
  }
64
66
 
65
- request = request.addDimension(dimension, d.items.map(item => item.id));
67
+ request = request.addDimension(dimension, (_d$items = d.items) === null || _d$items === void 0 ? void 0 : _d$items.map(item => item.id));
66
68
  }); // extract filters from visualization
67
69
 
68
70
  const filters = visualization.filters || []; // only pass dx/pe/ou as dimension
69
71
 
70
72
  const fixedIds = Object.keys((0, _predefinedDimensions.getFixedDimensions)());
71
73
  filters.forEach(f => {
72
- request = passFilterAsDimension && fixedIds.includes(f.dimension) ? request.addDimension(f.dimension, f.items.map(item => item.id)) : request.addFilter(f.dimension, f.items.map(item => item.id));
74
+ var _f$items, _f$items2;
75
+
76
+ request = passFilterAsDimension && fixedIds.includes(f.dimension) ? request.addDimension(f.dimension, (_f$items = f.items) === null || _f$items === void 0 ? void 0 : _f$items.map(item => item.id)) : request.addFilter(f.dimension, (_f$items2 = f.items) === null || _f$items2 === void 0 ? void 0 : _f$items2.map(item => item.id));
73
77
  });
74
78
  return request;
75
79
  }
@@ -125,12 +125,16 @@ class extends base {
125
125
  if (existingDimension) {
126
126
  this.dimensions.splice(dimensionIndex, 1, {
127
127
  dimension,
128
- items: updatedItems
128
+ ...(items && {
129
+ items: updatedItems
130
+ })
129
131
  });
130
132
  } else {
131
133
  this.dimensions.push({
132
134
  dimension,
133
- items: updatedItems
135
+ ...(items && {
136
+ items: updatedItems
137
+ })
134
138
  });
135
139
  }
136
140
 
@@ -122,8 +122,7 @@ describe('AnalyticsRequest', () => {
122
122
  it('should add the given dimension without any associated value', () => {
123
123
  request.addDimension('Jtf34kNZhzP');
124
124
  expect(request.dimensions).toEqual([{
125
- dimension: 'Jtf34kNZhzP',
126
- items: []
125
+ dimension: 'Jtf34kNZhzP'
127
126
  }]);
128
127
  });
129
128
  it('should add the given dimension with the associated value (passed as string)', () => {
@@ -1,4 +1,25 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "لا يوجد وصف",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times_0": "",
13
+ "Viewed {{count}} times_1": "",
14
+ "Viewed {{count}} times_2": "",
15
+ "Viewed {{count}} times_3": "",
16
+ "Viewed {{count}} times_4": "",
17
+ "Viewed {{count}} times_5": "",
18
+ "Notifications": "الإشعارات",
19
+ "You're subscribed and getting updates about new interpretations.": "",
20
+ "Unsubscribe": "",
21
+ "Subscribe to get updates about new interpretations.": "",
22
+ "Subscribe": "",
2
23
  "Data Type": "نوع البيانات",
3
24
  "All types": "جميع الأنواع",
4
25
  "Totals only": "",
@@ -101,6 +122,32 @@
101
122
  "Options": "الخيارات",
102
123
  "Hide": "إخفاء",
103
124
  "Update": "تحديث",
125
+ "{{count}} org units_0": "",
126
+ "{{count}} org units_1": "",
127
+ "{{count}} org units_2": "",
128
+ "{{count}} org units_3": "",
129
+ "{{count}} org units_4": "",
130
+ "{{count}} org units_5": "",
131
+ "{{count}} levels_0": "",
132
+ "{{count}} levels_1": "",
133
+ "{{count}} levels_2": "",
134
+ "{{count}} levels_3": "",
135
+ "{{count}} levels_4": "",
136
+ "{{count}} levels_5": "",
137
+ "{{count}} groups_0": "",
138
+ "{{count}} groups_1": "",
139
+ "{{count}} groups_2": "",
140
+ "{{count}} groups_3": "",
141
+ "{{count}} groups_4": "",
142
+ "{{count}} groups_5": "",
143
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
144
+ "Nothing selected": "",
145
+ "User organisation unit": "وحدة المنظمة للمستخدم",
146
+ "User sub-units": "وحدات المستخدم الفرعية",
147
+ "User sub-x2-units": "وحدات المستخدم الفرعية من المستوى الثاني",
148
+ "Select a level": "حدد مستوى",
149
+ "Select a group": "حدد مجموعة",
150
+ "Deselect all": "إلغاء تحديد الكل",
104
151
  "Period type": "نوع الفترة الزمنية",
105
152
  "Year": "سنة",
106
153
  "Select year": "اختر السنة",
@@ -1,4 +1,25 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times_0": "",
13
+ "Viewed {{count}} times_1": "",
14
+ "Viewed {{count}} times_2": "",
15
+ "Viewed {{count}} times_3": "",
16
+ "Viewed {{count}} times_4": "",
17
+ "Viewed {{count}} times_5": "",
18
+ "Notifications": "",
19
+ "You're subscribed and getting updates about new interpretations.": "",
20
+ "Unsubscribe": "",
21
+ "Subscribe to get updates about new interpretations.": "",
22
+ "Subscribe": "",
2
23
  "Data Type": "",
3
24
  "All types": "",
4
25
  "Totals only": "",
@@ -101,6 +122,32 @@
101
122
  "Options": "",
102
123
  "Hide": "",
103
124
  "Update": "",
125
+ "{{count}} org units_0": "",
126
+ "{{count}} org units_1": "",
127
+ "{{count}} org units_2": "",
128
+ "{{count}} org units_3": "",
129
+ "{{count}} org units_4": "",
130
+ "{{count}} org units_5": "",
131
+ "{{count}} levels_0": "",
132
+ "{{count}} levels_1": "",
133
+ "{{count}} levels_2": "",
134
+ "{{count}} levels_3": "",
135
+ "{{count}} levels_4": "",
136
+ "{{count}} levels_5": "",
137
+ "{{count}} groups_0": "",
138
+ "{{count}} groups_1": "",
139
+ "{{count}} groups_2": "",
140
+ "{{count}} groups_3": "",
141
+ "{{count}} groups_4": "",
142
+ "{{count}} groups_5": "",
143
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
144
+ "Nothing selected": "",
145
+ "User organisation unit": "",
146
+ "User sub-units": "",
147
+ "User sub-x2-units": "",
148
+ "Select a level": "",
149
+ "Select a group": "",
150
+ "Deselect all": "",
104
151
  "Period type": "",
105
152
  "Year": "",
106
153
  "Select year": "",
@@ -1,4 +1,25 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "لا يوجد وصف",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times_0": "",
13
+ "Viewed {{count}} times_1": "",
14
+ "Viewed {{count}} times_2": "",
15
+ "Viewed {{count}} times_3": "",
16
+ "Viewed {{count}} times_4": "",
17
+ "Viewed {{count}} times_5": "",
18
+ "Notifications": "",
19
+ "You're subscribed and getting updates about new interpretations.": "",
20
+ "Unsubscribe": "",
21
+ "Subscribe to get updates about new interpretations.": "",
22
+ "Subscribe": "",
2
23
  "Data Type": "",
3
24
  "All types": "",
4
25
  "Totals only": "",
@@ -101,6 +122,32 @@
101
122
  "Options": "الخيارات",
102
123
  "Hide": "إخفاء",
103
124
  "Update": "تحديث",
125
+ "{{count}} org units_0": "",
126
+ "{{count}} org units_1": "",
127
+ "{{count}} org units_2": "",
128
+ "{{count}} org units_3": "",
129
+ "{{count}} org units_4": "",
130
+ "{{count}} org units_5": "",
131
+ "{{count}} levels_0": "",
132
+ "{{count}} levels_1": "",
133
+ "{{count}} levels_2": "",
134
+ "{{count}} levels_3": "",
135
+ "{{count}} levels_4": "",
136
+ "{{count}} levels_5": "",
137
+ "{{count}} groups_0": "",
138
+ "{{count}} groups_1": "",
139
+ "{{count}} groups_2": "",
140
+ "{{count}} groups_3": "",
141
+ "{{count}} groups_4": "",
142
+ "{{count}} groups_5": "",
143
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
144
+ "Nothing selected": "",
145
+ "User organisation unit": "",
146
+ "User sub-units": "وحدات المستخدم الفرعية",
147
+ "User sub-x2-units": "وحدات المستخدم الفرعية من المستوى الثاني",
148
+ "Select a level": "",
149
+ "Select a group": "",
150
+ "Deselect all": "",
104
151
  "Period type": "",
105
152
  "Year": "",
106
153
  "Select year": "",
@@ -1,4 +1,21 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times_0": "",
13
+ "Viewed {{count}} times_1": "",
14
+ "Notifications": "",
15
+ "You're subscribed and getting updates about new interpretations.": "",
16
+ "Unsubscribe": "",
17
+ "Subscribe to get updates about new interpretations.": "",
18
+ "Subscribe": "",
2
19
  "Data Type": "",
3
20
  "All types": "",
4
21
  "Totals only": "",
@@ -101,6 +118,20 @@
101
118
  "Options": "",
102
119
  "Hide": "شاردنەوە",
103
120
  "Update": "نوێ کردنەوە",
121
+ "{{count}} org units_0": "",
122
+ "{{count}} org units_1": "",
123
+ "{{count}} levels_0": "",
124
+ "{{count}} levels_1": "",
125
+ "{{count}} groups_0": "",
126
+ "{{count}} groups_1": "",
127
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
128
+ "Nothing selected": "",
129
+ "User organisation unit": "",
130
+ "User sub-units": "",
131
+ "User sub-x2-units": "",
132
+ "Select a level": "",
133
+ "Select a group": "",
134
+ "Deselect all": "",
104
135
  "Period type": "",
105
136
  "Year": "",
106
137
  "Select year": "",
@@ -1,4 +1,23 @@
1
1
  {
2
+ "view only": "pouze zobrazit",
3
+ "view and edit": "zobrazit a upravit",
4
+ "all users ({{accessLevel}})": "všichni uživatelé ({{accessLevel}})",
5
+ "{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}} ({{accessLevel}})",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "Sdíleno s {{commaSeparatedListOfUsersAndGroups}}",
7
+ "Not shared with any users or groups": "Nesdíleno s žádnými uživateli ani skupinami",
8
+ "About this visualization": "O této vizualizaci",
9
+ "No description": "Bez popisu",
10
+ "Last updated {{time}}": "Poslední aktualizace {{time}}",
11
+ "Created {{time}} by {{author}}": "Vytvořeno {{time}} uživatelem {{author}}",
12
+ "Viewed {{count}} times_0": "Zobrazeno 1 krát",
13
+ "Viewed {{count}} times_1": "Zobrazeno {{count}}krát",
14
+ "Viewed {{count}} times_2": "Zobrazeno {{count}}krát",
15
+ "Viewed {{count}} times_3": "Zobrazeno {{count}}krát",
16
+ "Notifications": "Oznámení",
17
+ "You're subscribed and getting updates about new interpretations.": "Jste přihlášeni k odběru a dostáváte aktualizace o nových interpretacích.",
18
+ "Unsubscribe": "Odhlásit odběr",
19
+ "Subscribe to get updates about new interpretations.": "Přihlaste se k odběru novinek o nových interpretacích.",
20
+ "Subscribe": "Odebírat",
2
21
  "Data Type": "Typ dat",
3
22
  "All types": "Všechny typy",
4
23
  "Totals only": "Pouze součty",
@@ -101,6 +120,26 @@
101
120
  "Options": "Možnosti",
102
121
  "Hide": "Skrýt",
103
122
  "Update": "Aktualizovat",
123
+ "{{count}} org units_0": "{{count}} organizační jednotka",
124
+ "{{count}} org units_1": "{{count}} organizační jednotky",
125
+ "{{count}} org units_2": "{{count}} organizačních jednotek",
126
+ "{{count}} org units_3": "{{count}} organizačních jednotek",
127
+ "{{count}} levels_0": "{{count}} úroveň",
128
+ "{{count}} levels_1": "{{count}} úrovně",
129
+ "{{count}} levels_2": "{{count}} úrovní",
130
+ "{{count}} levels_3": "{{count}} úrovní",
131
+ "{{count}} groups_0": "{{count}} skupina",
132
+ "{{count}} groups_1": "{{count}} skupiny",
133
+ "{{count}} groups_2": "{{count}} skupin",
134
+ "{{count}} groups_3": "{{count}} skupin",
135
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "Vybráno: {{commaSeparatedListOfOfOrganisationUnits}}",
136
+ "Nothing selected": "Není vybráno nic",
137
+ "User organisation unit": "Organizační jednotka uživatele",
138
+ "User sub-units": "Podjednotky uživatele",
139
+ "User sub-x2-units": "Jednotky 2. řádu uživatele",
140
+ "Select a level": "Vybrat úroveň",
141
+ "Select a group": "Vybrat skupinu",
142
+ "Deselect all": "Odznačit vše",
104
143
  "Period type": "Typ období",
105
144
  "Year": "Rok",
106
145
  "Select year": "Vybrat rok",
@@ -1,4 +1,21 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Viewed {{count}} times_plural": "",
14
+ "Notifications": "",
15
+ "You're subscribed and getting updates about new interpretations.": "",
16
+ "Unsubscribe": "",
17
+ "Subscribe to get updates about new interpretations.": "",
18
+ "Subscribe": "",
2
19
  "Data Type": "",
3
20
  "All types": "",
4
21
  "Totals only": "",
@@ -101,6 +118,20 @@
101
118
  "Options": "",
102
119
  "Hide": "",
103
120
  "Update": "Update",
121
+ "{{count}} org units": "",
122
+ "{{count}} org units_plural": "",
123
+ "{{count}} levels": "",
124
+ "{{count}} levels_plural": "",
125
+ "{{count}} groups": "",
126
+ "{{count}} groups_plural": "",
127
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
128
+ "Nothing selected": "",
129
+ "User organisation unit": "",
130
+ "User sub-units": "",
131
+ "User sub-x2-units": "",
132
+ "Select a level": "",
133
+ "Select a group": "",
134
+ "Deselect all": "",
104
135
  "Period type": "",
105
136
  "Year": "Year",
106
137
  "Select year": "",
@@ -1,4 +1,21 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "Sin descripción",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Viewed {{count}} times_plural": "",
14
+ "Notifications": "",
15
+ "You're subscribed and getting updates about new interpretations.": "",
16
+ "Unsubscribe": "",
17
+ "Subscribe to get updates about new interpretations.": "",
18
+ "Subscribe": "",
2
19
  "Data Type": "Tipo de datos",
3
20
  "All types": "Todos los tipos",
4
21
  "Totals only": "",
@@ -101,6 +118,20 @@
101
118
  "Options": "Opciones",
102
119
  "Hide": "Ocultar",
103
120
  "Update": "Actualizar",
121
+ "{{count}} org units": "",
122
+ "{{count}} org units_plural": "",
123
+ "{{count}} levels": "",
124
+ "{{count}} levels_plural": "",
125
+ "{{count}} groups": "",
126
+ "{{count}} groups_plural": "",
127
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
128
+ "Nothing selected": "",
129
+ "User organisation unit": "Usuario de unidad organizativa",
130
+ "User sub-units": "Subunidades de usuario",
131
+ "User sub-x2-units": "Sub-unidades-x2 de usuario",
132
+ "Select a level": "Selecciona un nivel",
133
+ "Select a group": "Selecciona un grupo",
134
+ "Deselect all": "Deseleccionar todo",
104
135
  "Period type": "Tipo de periodo",
105
136
  "Year": "Año",
106
137
  "Select year": "Seleccionar año",
@@ -1,4 +1,21 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "Aucune description",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Viewed {{count}} times_plural": "",
14
+ "Notifications": "Notifications",
15
+ "You're subscribed and getting updates about new interpretations.": "",
16
+ "Unsubscribe": "",
17
+ "Subscribe to get updates about new interpretations.": "",
18
+ "Subscribe": "",
2
19
  "Data Type": "Type de données",
3
20
  "All types": "Tous les types",
4
21
  "Totals only": "Totaux uniquement",
@@ -101,6 +118,20 @@
101
118
  "Options": "Options",
102
119
  "Hide": "Masquer",
103
120
  "Update": "Mettre à jour",
121
+ "{{count}} org units": "",
122
+ "{{count}} org units_plural": "",
123
+ "{{count}} levels": "",
124
+ "{{count}} levels_plural": "",
125
+ "{{count}} groups": "",
126
+ "{{count}} groups_plural": "",
127
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
128
+ "Nothing selected": "",
129
+ "User organisation unit": "Unités d'organisation de l'utilisateur",
130
+ "User sub-units": "Sous-unités de l'utilisateur",
131
+ "User sub-x2-units": "Sous-unités utilisateur x2",
132
+ "Select a level": "Sélectionnez un niveau",
133
+ "Select a group": "Sélectionner un groupe",
134
+ "Deselect all": "Desélectionner tout",
104
135
  "Period type": "Type de période",
105
136
  "Year": "Année",
106
137
  "Select year": "Sélectionnez année",
@@ -181,7 +212,7 @@
181
212
  "This year": "Année en cours",
182
213
  "Last year": "L'année passée",
183
214
  "Last 5 years": "5 dernières années",
184
- "Last 10 years": "",
215
+ "Last 10 years": "10 dernières années",
185
216
  "Days": "Jours",
186
217
  "Weeks": "Semaines",
187
218
  "Bi-weeks": "Bi-hebdomadaires",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "Tidak ada deskripsi",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Notifications": "",
14
+ "You're subscribed and getting updates about new interpretations.": "",
15
+ "Unsubscribe": "",
16
+ "Subscribe to get updates about new interpretations.": "",
17
+ "Subscribe": "",
2
18
  "Data Type": "Tipe Data",
3
19
  "All types": "Semua jenis",
4
20
  "Totals only": "Total saja",
@@ -101,6 +117,17 @@
101
117
  "Options": "Opsi",
102
118
  "Hide": "Sembunyikan",
103
119
  "Update": "Perbarui",
120
+ "{{count}} org units": "",
121
+ "{{count}} levels": "",
122
+ "{{count}} groups": "",
123
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
124
+ "Nothing selected": "",
125
+ "User organisation unit": "",
126
+ "User sub-units": "Subunit pengguna",
127
+ "User sub-x2-units": "Sub-x2-unit pengguna",
128
+ "Select a level": "",
129
+ "Select a group": "",
130
+ "Deselect all": "Batal pilih semua",
104
131
  "Period type": "Tipe periode",
105
132
  "Year": "Tahun",
106
133
  "Select year": "Pilih tahun",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Notifications": "",
14
+ "You're subscribed and getting updates about new interpretations.": "",
15
+ "Unsubscribe": "",
16
+ "Subscribe to get updates about new interpretations.": "",
17
+ "Subscribe": "",
2
18
  "Data Type": "",
3
19
  "All types": "",
4
20
  "Totals only": "",
@@ -101,6 +117,17 @@
101
117
  "Options": "",
102
118
  "Hide": "",
103
119
  "Update": "ធ្វើ​បច្ចុប្បន្នភាព",
120
+ "{{count}} org units": "",
121
+ "{{count}} levels": "",
122
+ "{{count}} groups": "",
123
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
124
+ "Nothing selected": "",
125
+ "User organisation unit": "",
126
+ "User sub-units": "",
127
+ "User sub-x2-units": "",
128
+ "Select a level": "",
129
+ "Select a group": "",
130
+ "Deselect all": "",
104
131
  "Period type": "Period type",
105
132
  "Year": "ឆ្នាំ",
106
133
  "Select year": "",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "ບໍ່ມີລາຍລະອຽດ",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Notifications": "",
14
+ "You're subscribed and getting updates about new interpretations.": "",
15
+ "Unsubscribe": "",
16
+ "Subscribe to get updates about new interpretations.": "",
17
+ "Subscribe": "",
2
18
  "Data Type": "",
3
19
  "All types": "",
4
20
  "Totals only": "",
@@ -101,6 +117,17 @@
101
117
  "Options": "ຈັດການ",
102
118
  "Hide": "ເຊື່ອງ",
103
119
  "Update": "ປັບປຸງ",
120
+ "{{count}} org units": "",
121
+ "{{count}} levels": "",
122
+ "{{count}} groups": "",
123
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
124
+ "Nothing selected": "",
125
+ "User organisation unit": "",
126
+ "User sub-units": "ຫົວໜ່ວຍຍ່ອຍຂອງທ່ານ",
127
+ "User sub-x2-units": "ຫົວໜ່ວຍຍ່ອຍຂັ້ນສອງຂອງທ່ານ",
128
+ "Select a level": "",
129
+ "Select a group": "",
130
+ "Deselect all": "",
104
131
  "Period type": "ແບບຊ່ວງເວລາ",
105
132
  "Year": "ປີ",
106
133
  "Select year": "",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "view only": "",
3
+ "view and edit": "",
4
+ "all users ({{accessLevel}})": "",
5
+ "{{userOrGroup}} ({{accessLevel}})": "",
6
+ "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
+ "Not shared with any users or groups": "",
8
+ "About this visualization": "",
9
+ "No description": "",
10
+ "Last updated {{time}}": "",
11
+ "Created {{time}} by {{author}}": "",
12
+ "Viewed {{count}} times": "",
13
+ "Notifications": "",
14
+ "You're subscribed and getting updates about new interpretations.": "",
15
+ "Unsubscribe": "",
16
+ "Subscribe to get updates about new interpretations.": "",
17
+ "Subscribe": "",
2
18
  "Data Type": "",
3
19
  "All types": "",
4
20
  "Totals only": "",
@@ -101,6 +117,17 @@
101
117
  "Options": "",
102
118
  "Hide": "",
103
119
  "Update": "‌နောက်ဆုံးသတင်းကိုရစေခြင်း",
120
+ "{{count}} org units": "",
121
+ "{{count}} levels": "",
122
+ "{{count}} groups": "",
123
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
124
+ "Nothing selected": "",
125
+ "User organisation unit": "",
126
+ "User sub-units": "",
127
+ "User sub-x2-units": "",
128
+ "Select a level": "",
129
+ "Select a group": "",
130
+ "Deselect all": "",
104
131
  "Period type": "Period type",
105
132
  "Year": "ခုနှစ်",
106
133
  "Select year": "",