@dhis2/analytics 29.4.1 → 29.4.3

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 (37) hide show
  1. package/build/cjs/__demo__/AboutAOUnit.stories.js +142 -0
  2. package/build/cjs/components/AboutAOUnit/AboutAOUnit.js +15 -8
  3. package/build/cjs/components/AboutAOUnit/styles/AboutAOUnit.style.js +2 -2
  4. package/build/cjs/components/FileMenu/DeleteDialog.js +1 -1
  5. package/build/cjs/components/TranslationDialog/TranslationModal/TranslationForm.js +1 -0
  6. package/build/cjs/components/UserMention/useUserSearchResults.js +1 -1
  7. package/build/cjs/locales/en/translations.json +0 -12
  8. package/build/cjs/locales/id/translations.json +6 -6
  9. package/build/cjs/locales/km/translations.json +6 -6
  10. package/build/cjs/locales/lo/translations.json +6 -6
  11. package/build/cjs/locales/my/translations.json +6 -6
  12. package/build/cjs/locales/tet/translations.json +6 -6
  13. package/build/cjs/locales/th/translations.json +6 -6
  14. package/build/cjs/locales/vi/translations.json +6 -6
  15. package/build/cjs/locales/zh/translations.json +6 -6
  16. package/build/cjs/locales/zh_CN/translations.json +6 -6
  17. package/build/cjs/modules/pivotTable/useScrollPosition.js +2 -2
  18. package/build/cjs/modules/utils.js +1 -0
  19. package/build/es/__demo__/AboutAOUnit.stories.js +132 -0
  20. package/build/es/components/AboutAOUnit/AboutAOUnit.js +16 -9
  21. package/build/es/components/AboutAOUnit/styles/AboutAOUnit.style.js +2 -2
  22. package/build/es/components/FileMenu/DeleteDialog.js +1 -1
  23. package/build/es/components/TranslationDialog/TranslationModal/TranslationForm.js +1 -0
  24. package/build/es/components/UserMention/useUserSearchResults.js +2 -2
  25. package/build/es/locales/en/translations.json +0 -12
  26. package/build/es/locales/id/translations.json +6 -6
  27. package/build/es/locales/km/translations.json +6 -6
  28. package/build/es/locales/lo/translations.json +6 -6
  29. package/build/es/locales/my/translations.json +6 -6
  30. package/build/es/locales/tet/translations.json +6 -6
  31. package/build/es/locales/th/translations.json +6 -6
  32. package/build/es/locales/vi/translations.json +6 -6
  33. package/build/es/locales/zh/translations.json +6 -6
  34. package/build/es/locales/zh_CN/translations.json +6 -6
  35. package/build/es/modules/pivotTable/useScrollPosition.js +3 -3
  36. package/build/es/modules/utils.js +1 -0
  37. package/package.json +6 -7
@@ -0,0 +1,142 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.VerboseData = exports.ShortLabels = exports.MissingFields = void 0;
7
+ var _appRuntime = require("@dhis2/app-runtime");
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _AboutAOUnit = _interopRequireDefault(require("../components/AboutAOUnit/AboutAOUnit.js"));
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
+ const verboseData = {
12
+ visualizations: {
13
+ id: 'abc123verbose',
14
+ displayDescription: 'This is a comprehensive **visualization** showing district-level aggregate data across all 47 counties for the Expanded Programme on Immunization (EPI) including BCG, OPV, Pentavalent, and Measles-Rubella coverage rates disaggregated by age, sex, and facility ownership for the fiscal year 2024/2025.',
15
+ created: '2023-01-15T08:30:00.000',
16
+ createdBy: {
17
+ displayName: 'Dr. Alexandria Konstantinopolous-Whittington III, MD, PhD'
18
+ },
19
+ lastUpdated: '2024-11-02T14:22:00.000',
20
+ subscribed: true,
21
+ sharing: {
22
+ public: 'r',
23
+ users: {
24
+ u1: {
25
+ displayName: 'Maria-Fernanda de los Ángeles Gutiérrez-Montoya',
26
+ access: 'rw'
27
+ },
28
+ u2: {
29
+ displayName: 'Jean-Pierre Barthélémy Christophersen',
30
+ access: 'r'
31
+ }
32
+ },
33
+ userGroups: {
34
+ g1: {
35
+ displayName: 'National Immunization Programme Monitoring & Evaluation Team',
36
+ access: 'rw'
37
+ },
38
+ g2: {
39
+ displayName: 'District Health Information System Administrators Group',
40
+ access: 'r'
41
+ }
42
+ }
43
+ }
44
+ },
45
+ 'dataStatistics/favorites': {
46
+ views: 14873
47
+ }
48
+ };
49
+ const shortData = {
50
+ visualizations: {
51
+ id: 'xyz789short',
52
+ displayDescription: 'ANC coverage Q3',
53
+ created: '2025-12-01T10:00:00.000',
54
+ createdBy: {
55
+ displayName: 'Li Wei'
56
+ },
57
+ lastUpdated: '2026-04-10T09:00:00.000',
58
+ subscribed: false,
59
+ sharing: {
60
+ public: 'rw',
61
+ users: {},
62
+ userGroups: {
63
+ g1: {
64
+ displayName: 'HMIS',
65
+ access: 'r'
66
+ }
67
+ }
68
+ }
69
+ },
70
+ 'dataStatistics/favorites': {
71
+ views: 3
72
+ }
73
+ };
74
+ const missingFieldsData = {
75
+ visualizations: {
76
+ id: 'missing456',
77
+ displayDescription: null,
78
+ created: '2026-03-20T12:00:00.000',
79
+ createdBy: null,
80
+ lastUpdated: '2026-04-13T06:45:00.000',
81
+ subscribed: false,
82
+ sharing: {
83
+ public: '',
84
+ users: {},
85
+ userGroups: {}
86
+ }
87
+ },
88
+ 'dataStatistics/favorites': {
89
+ views: 0
90
+ }
91
+ };
92
+ var _default = exports.default = {
93
+ title: 'AboutAOUnit'
94
+ };
95
+ const VerboseData = () => /*#__PURE__*/_react.default.createElement(_appRuntime.CustomDataProvider, {
96
+ data: verboseData
97
+ }, /*#__PURE__*/_react.default.createElement("div", {
98
+ style: {
99
+ width: 372,
100
+ padding: '16px',
101
+ backgroundColor: 'lightgray'
102
+ }
103
+ }, /*#__PURE__*/_react.default.createElement(_AboutAOUnit.default, {
104
+ type: "visualization",
105
+ id: "abc123verbose"
106
+ })));
107
+ exports.VerboseData = VerboseData;
108
+ VerboseData.story = {
109
+ name: 'Verbose data with long labels'
110
+ };
111
+ const ShortLabels = () => /*#__PURE__*/_react.default.createElement(_appRuntime.CustomDataProvider, {
112
+ data: shortData
113
+ }, /*#__PURE__*/_react.default.createElement("div", {
114
+ style: {
115
+ width: 372,
116
+ padding: '16px',
117
+ backgroundColor: 'lightgray'
118
+ }
119
+ }, /*#__PURE__*/_react.default.createElement(_AboutAOUnit.default, {
120
+ type: "visualization",
121
+ id: "xyz789short"
122
+ })));
123
+ exports.ShortLabels = ShortLabels;
124
+ ShortLabels.story = {
125
+ name: 'Short labels'
126
+ };
127
+ const MissingFields = () => /*#__PURE__*/_react.default.createElement(_appRuntime.CustomDataProvider, {
128
+ data: missingFieldsData
129
+ }, /*#__PURE__*/_react.default.createElement("div", {
130
+ style: {
131
+ width: 372,
132
+ padding: '16px',
133
+ backgroundColor: 'lightgray'
134
+ }
135
+ }, /*#__PURE__*/_react.default.createElement(_AboutAOUnit.default, {
136
+ type: "visualization",
137
+ id: "missing456"
138
+ })));
139
+ exports.MissingFields = MissingFields;
140
+ MissingFields.story = {
141
+ name: 'Missing fields (no description, no author, no sharing)'
142
+ };
@@ -147,8 +147,7 @@ const AboutAOUnit = /*#__PURE__*/(0, _react.forwardRef)(({
147
147
  })), data && /*#__PURE__*/_react.default.createElement("div", {
148
148
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "content"
149
149
  }, /*#__PURE__*/_react.default.createElement("div", {
150
- className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + ((0, _classnames.default)('detailLine', {
151
- description: true,
150
+ className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + ((0, _classnames.default)('description', {
152
151
  noDescription: !data.ao.displayDescription
153
152
  }) || "")
154
153
  }, data.ao.displayDescription ? /*#__PURE__*/_react.default.createElement(_index.RichTextParser, null, data.ao.displayDescription) : /*#__PURE__*/_react.default.createElement("p", {
@@ -157,28 +156,36 @@ const AboutAOUnit = /*#__PURE__*/(0, _react.forwardRef)(({
157
156
  className: `jsx-${_AboutAOUnitStyle.default.__hash}`
158
157
  }, /*#__PURE__*/_react.default.createElement("p", {
159
158
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "detailLine"
159
+ }, /*#__PURE__*/_react.default.createElement("span", {
160
+ className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "icon"
160
161
  }, /*#__PURE__*/_react.default.createElement(_ui.IconShare16, {
161
162
  color: _ui.colors.grey700
162
- }), getSharingSummary(data.ao)), /*#__PURE__*/_react.default.createElement("p", {
163
+ })), getSharingSummary(data.ao)), /*#__PURE__*/_react.default.createElement("p", {
163
164
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "detailLine"
165
+ }, /*#__PURE__*/_react.default.createElement("span", {
166
+ className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "icon"
164
167
  }, /*#__PURE__*/_react.default.createElement(_ui.IconClock16, {
165
168
  color: _ui.colors.grey700
166
- }), _d2I18n.default.t('Last updated {{time}}', {
169
+ })), _d2I18n.default.t('Last updated {{time}}', {
167
170
  time: (0, _moment.default)(fromServerDate(data.ao.lastUpdated)).fromNow()
168
171
  })), /*#__PURE__*/_react.default.createElement("p", {
169
172
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "detailLine"
173
+ }, /*#__PURE__*/_react.default.createElement("span", {
174
+ className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "icon"
170
175
  }, /*#__PURE__*/_react.default.createElement(_ui.IconUser16, {
171
176
  color: _ui.colors.grey700
172
- }), (_data$ao$createdBy = data.ao.createdBy) !== null && _data$ao$createdBy !== void 0 && _data$ao$createdBy.displayName ? _d2I18n.default.t('Created {{time}} by {{author}}', {
177
+ })), (_data$ao$createdBy = data.ao.createdBy) !== null && _data$ao$createdBy !== void 0 && _data$ao$createdBy.displayName ? _d2I18n.default.t('Created {{time}} by {{author}}', {
173
178
  time: (0, _moment.default)(fromServerDate(data.ao.created)).fromNow(),
174
179
  author: data.ao.createdBy.displayName
175
180
  }) : _d2I18n.default.t('Created {{time}}', {
176
181
  time: (0, _moment.default)(fromServerDate(data.ao.created)).fromNow()
177
182
  })), /*#__PURE__*/_react.default.createElement("p", {
178
183
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "detailLine"
184
+ }, /*#__PURE__*/_react.default.createElement("span", {
185
+ className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "icon"
179
186
  }, /*#__PURE__*/_react.default.createElement(_ui.IconView16, {
180
187
  color: _ui.colors.grey700
181
- }), _d2I18n.default.t('Viewed {{count}} times', {
188
+ })), _d2I18n.default.t('Viewed {{count}} times', {
182
189
  count: data.dataStatistics.views,
183
190
  defaultValue: 'Viewed 1 time',
184
191
  defaultValue_plural: 'Viewed {{count}} times'
@@ -189,7 +196,7 @@ const AboutAOUnit = /*#__PURE__*/(0, _react.forwardRef)(({
189
196
  }, _d2I18n.default.t('Notifications')), data.ao.subscribed ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("p", {
190
197
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "subscriptionLabel"
191
198
  }, _d2I18n.default.t("You're subscribed and getting updates about new interpretations.")), /*#__PURE__*/_react.default.createElement(_ui.Button, {
192
- icon: /*#__PURE__*/_react.default.createElement(_ui.IconSubscribeOff24, {
199
+ icon: /*#__PURE__*/_react.default.createElement(_ui.IconSubscribeOff16, {
193
200
  color: _ui.colors.grey700
194
201
  }),
195
202
  secondary: true,
@@ -199,7 +206,7 @@ const AboutAOUnit = /*#__PURE__*/(0, _react.forwardRef)(({
199
206
  }, _d2I18n.default.t('Unsubscribe'))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("p", {
200
207
  className: `jsx-${_AboutAOUnitStyle.default.__hash}` + " " + "subscriptionLabel"
201
208
  }, _d2I18n.default.t('Subscribe to get updates about new interpretations.')), /*#__PURE__*/_react.default.createElement(_ui.Button, {
202
- icon: /*#__PURE__*/_react.default.createElement(_ui.IconSubscribe24, {
209
+ icon: /*#__PURE__*/_react.default.createElement(_ui.IconSubscribe16, {
203
210
  color: _ui.colors.grey700
204
211
  }),
205
212
  secondary: true,
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _ui = require("@dhis2/ui");
8
- const _defaultExport = [`.container.jsx-3095370592{position:relative;padding:${_ui.spacers.dp16};border-bottom:1px solid ${_ui.colors.grey400};background-color:${_ui.colors.white};}`, `.expanded.jsx-3095370592{padding-bottom:${_ui.spacers.dp32};}`, ".loader.jsx-3095370592{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}", ".header.jsx-3095370592{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;}", `.title.jsx-3095370592{font-size:16px;font-weight:500;line-height:21px;color:${_ui.colors.grey900};}`, `.content.jsx-3095370592{font-size:14px;line-height:18px;color:${_ui.colors.grey900};}`, `.detailLine.jsx-3095370592{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;padding:${_ui.spacers.dp12} 0 0 0;gap:${_ui.spacers.dp8};}`, ".detailLine.jsx-3095370592 svg.jsx-3095370592{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".description.jsx-3095370592{white-space:pre-line;}", `.noDescription.jsx-3095370592{color:${_ui.colors.grey600};}`, `.subsection.jsx-3095370592{margin-top:${_ui.spacers.dp24};}`, `.subsectionTitle.jsx-3095370592{color:${_ui.colors.grey700};font-weight:500;}`, `.subscriptionLabel.jsx-3095370592{margin:${_ui.spacers.dp12} 0 ${_ui.spacers.dp8} 0;}`, `.subsection.jsx-3095370592 button.jsx-3095370592{margin-top:${_ui.spacers.dp8};}`];
9
- _defaultExport.__hash = "3095370592";
8
+ const _defaultExport = [`.container.jsx-3783470976{position:relative;padding:${_ui.spacers.dp16};border-bottom:1px solid ${_ui.colors.grey400};background-color:${_ui.colors.white};}`, `.expanded.jsx-3783470976{padding-bottom:${_ui.spacers.dp16};}`, `.loader.jsx-3783470976{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:${_ui.spacers.dp16};}`, ".header.jsx-3783470976{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}", `.title.jsx-3783470976{font-size:16px;font-weight:500;line-height:21px;color:${_ui.colors.grey900};}`, `.content.jsx-3783470976{font-size:14px;line-height:20px;color:${_ui.colors.grey900};}`, `.detailLine.jsx-3783470976{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;margin:0;padding:${_ui.spacers.dp12} 0 0 0;gap:${_ui.spacers.dp8};}`, ".detailLine.jsx-3783470976 .icon.jsx-3783470976{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;}", ".description.jsx-3783470976{padding:0;}", `.description.jsx-3783470976 p{margin:${_ui.spacers.dp8} 0 ${_ui.spacers.dp4} 0;white-space:pre-line;}`, `.noDescription.jsx-3783470976{color:${_ui.colors.grey500};}`, `.subsection.jsx-3783470976{margin-top:${_ui.spacers.dp24};}`, `.subsectionTitle.jsx-3783470976{color:${_ui.colors.grey800};font-weight:500;margin:0;}`, `.subscriptionLabel.jsx-3783470976{font-size:13px;line-height:18px;margin:${_ui.spacers.dp4} 0 ${_ui.spacers.dp8} 0;color:${_ui.colors.grey600};}`];
9
+ _defaultExport.__hash = "3783470976";
10
10
  var _default = exports.default = _defaultExport;
@@ -26,7 +26,7 @@ const DeleteDialog = ({
26
26
  onDelete,
27
27
  onError
28
28
  }) => {
29
- const mutation = (0, _react.useMemo)(() => getMutation(type), []);
29
+ const mutation = (0, _react.useMemo)(() => getMutation(type), [type]);
30
30
  const [mutate] = (0, _appRuntime.useDataMutation)(mutation, {
31
31
  variables: {
32
32
  id
@@ -100,6 +100,7 @@ const TranslationForm = ({
100
100
  (0, _react.useEffect)(() => {
101
101
  const fetchTranslations = () => fetchFieldsTranslations(fieldsToTranslate);
102
102
  fetchTranslations();
103
+ // eslint-disable-next-line react-hooks/exhaustive-deps
103
104
  }, [fieldsToTranslate]);
104
105
  (0, _react.useEffect)(() => setNewTranslations(translations), [translations]);
105
106
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_ui.ModalContent, null, /*#__PURE__*/_react.default.createElement(_ui.DataTable, {
@@ -39,7 +39,7 @@ const useUserSearchResults = ({
39
39
  } = (0, _appRuntime.useDataQuery)(usersQuery, {
40
40
  lazy: true
41
41
  });
42
- const debouncedRefetch = (0, _react.useCallback)((0, _debounce.default)(refetch, 250), [refetch]);
42
+ const debouncedRefetch = (0, _react.useMemo)(() => (0, _debounce.default)(refetch, 250), [refetch]);
43
43
  (0, _react.useEffect)(() => {
44
44
  if (searchText.length) {
45
45
  debouncedRefetch({
@@ -9,8 +9,6 @@
9
9
  "Last updated {{time}}": "Last updated {{time}}",
10
10
  "Created {{time}} by {{author}}": "Created {{time}} by {{author}}",
11
11
  "Created {{time}}": "Created {{time}}",
12
- "Viewed {{count}} times": "Viewed 1 time",
13
- "Viewed {{count}} times_plural": "Viewed {{count}} times",
14
12
  "Notifications": "Notifications",
15
13
  "You're subscribed and getting updates about new interpretations.": "You're subscribed and getting updates about new interpretations.",
16
14
  "Unsubscribe": "Unsubscribe",
@@ -187,8 +185,6 @@
187
185
  "Error loading interpretations": "Error loading interpretations",
188
186
  "Could not load interpretations": "Could not load interpretations",
189
187
  "Reply": "Reply",
190
- "{{count}} replies": "{{count}} reply",
191
- "{{count}} replies_plural": "{{count}} replies",
192
188
  "View replies": "View replies",
193
189
  "Unlike": "Unlike",
194
190
  "Like": "Like",
@@ -238,12 +234,6 @@
238
234
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "No line lists found. Try adjusting your search or filter options to find what you're looking for.",
239
235
  "New line list": "New line list",
240
236
  "Hide": "Hide",
241
- "{{count}} org units": "{{count}} org unit",
242
- "{{count}} org units_plural": "{{count}} org units",
243
- "{{count}} levels": "{{count}} level",
244
- "{{count}} levels_plural": "{{count}} levels",
245
- "{{count}} groups": "{{count}} group",
246
- "{{count}} groups_plural": "{{count}} groups",
247
237
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "Selected: {{commaSeparatedListOfOrganisationUnits}}",
248
238
  "Nothing selected": "Nothing selected",
249
239
  "User organisation unit": "User organisation unit",
@@ -478,7 +468,5 @@
478
468
  "Target": "Target",
479
469
  "Base": "Base",
480
470
  "Axis {{axisId}}": "Axis {{axisId}}",
481
- "{{count}} items": "{{count}} item",
482
- "{{count}} items_plural": "{{count}} items",
483
471
  "Reset zoom": "Reset zoom"
484
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "Terakhir diperbarui {{time}}",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "Balas",
189
- "{{count}} replies": "balasan {{count}} ",
189
+ "{{count}} replies_0": "balasan {{count}} ",
190
190
  "View replies": "",
191
191
  "Unlike": "Batalkan Suka",
192
192
  "Like": "Suka",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
237
237
  "New line list": "",
238
238
  "Hide": "Sembunyikan",
239
- "{{count}} org units": "",
240
- "{{count}} levels": "",
241
- "{{count}} groups": "",
239
+ "{{count}} org units_0": "",
240
+ "{{count}} levels_0": "",
241
+ "{{count}} groups_0": "",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
243
243
  "Nothing selected": "",
244
244
  "User organisation unit": "",
@@ -467,6 +467,6 @@
467
467
  "Target": "Target",
468
468
  "Base": "Dasar",
469
469
  "Axis {{axisId}}": "Sumbu {{axisId}}",
470
- "{{count}} items": "",
470
+ "{{count}} items_0": "",
471
471
  "Reset zoom": "Setel ulang zoom"
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "ឆ្លើយតប",
189
- "{{count}} replies": "",
189
+ "{{count}} replies_0": "",
190
190
  "View replies": "",
191
191
  "Unlike": "",
192
192
  "Like": "",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
237
237
  "New line list": "",
238
238
  "Hide": "លាក់",
239
- "{{count}} org units": "",
240
- "{{count}} levels": "",
241
- "{{count}} groups": "",
239
+ "{{count}} org units_0": "",
240
+ "{{count}} levels_0": "",
241
+ "{{count}} groups_0": "",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
243
243
  "Nothing selected": "",
244
244
  "User organisation unit": "មូលដ្ឋានសុខាភិបាល របស់អ្នកប្រើប្រាស់",
@@ -467,6 +467,6 @@
467
467
  "Target": "",
468
468
  "Base": "",
469
469
  "Axis {{axisId}}": "អ័ក្ស {{axisId}}",
470
- "{{count}} items": "",
470
+ "{{count}} items_0": "",
471
471
  "Reset zoom": ""
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "ແກ້ໄຂລ່າສຸດ {{time}}",
10
10
  "Created {{time}} by {{author}}": "ສ້າງ {{time}} ໂດຍ {{author}}",
11
11
  "Created {{time}}": "ສ້າງ {{time}}",
12
- "Viewed {{count}} times": "ກວດເບິ່ງ {{count}} ຄັ້ງ",
12
+ "Viewed {{count}} times_0": "ກວດເບິ່ງ {{count}} ຄັ້ງ",
13
13
  "Notifications": "ການແຈ້ງເຕືອນ",
14
14
  "You're subscribed and getting updates about new interpretations.": "ທ່ານກົດປູ່ມສະໜັກ ເພື່ອຈະໄດ້ອັບເດດ ແລະ ຮັບຂໍ້ມູນໃໝ່",
15
15
  "Unsubscribe": "ຍົກເລີກການສະໝັກ",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "ຕອບກັບ",
189
- "{{count}} replies": "{{count}} ການຕອບກັບ",
189
+ "{{count}} replies_0": "{{count}} ການຕອບກັບ",
190
190
  "View replies": "ເບິ່ງການຕອບກັບ",
191
191
  "Unlike": "ບໍ່ມັກ",
192
192
  "Like": "ມັກ",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "ບໍ່ພົບບັນຊີລາຍຊື່. ລອງປັບຕົວເລືອກການຄົ້ນຫາ ຫຼື ຕົວກອງເພື່ອສິ່ງທີ່ທ່ານກໍາລັງຄົ້ນຫາ.",
237
237
  "New line list": "ເພີ່ມບັນຊີລາຍຊື່ໃໝ່",
238
238
  "Hide": "ເຊື່ອງ",
239
- "{{count}} org units": "{{count}} ໜ່ວຍງານອົງການ",
240
- "{{count}} levels": "{{count}} ຂັ້ນ",
241
- "{{count}} groups": "{{count}} ກຸ່ມ",
239
+ "{{count}} org units_0": "{{count}} ໜ່ວຍງານອົງການ",
240
+ "{{count}} levels_0": "{{count}} ຂັ້ນ",
241
+ "{{count}} groups_0": "{{count}} ກຸ່ມ",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "ເລືອກ {{commaSeparatedListOfOrganisationUnits}}",
243
243
  "Nothing selected": "ບໍ່ມີຫຍັງເລືອກ",
244
244
  "User organisation unit": "ຫນ່ວຍງານການຈັດຕັ້ງຂອງຜູ້ໃຊ້",
@@ -467,6 +467,6 @@
467
467
  "Target": "ເປົ້າໝາຍ",
468
468
  "Base": "ຖານ",
469
469
  "Axis {{axisId}}": "ແກນ {{axisId}}",
470
- "{{count}} items": "{{count}} ລາຍການ",
470
+ "{{count}} items_0": "{{count}} ລາຍການ",
471
471
  "Reset zoom": "ຣີເຊັດຊູມ"
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -179,7 +179,7 @@
179
179
  "Post interpretation": "",
180
180
  "Interpretations": "ဘာသာပြန်ခြင်းများ",
181
181
  "Reply": "အကြောင်းပြန်သည်",
182
- "{{count}} replies": "",
182
+ "{{count}} replies_0": "",
183
183
  "View replies": "",
184
184
  "Unlike": "Больше не нравится",
185
185
  "Like": "Нравится",
@@ -227,9 +227,9 @@
227
227
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
228
228
  "New line list": "",
229
229
  "Hide": "",
230
- "{{count}} org units": "",
231
- "{{count}} levels": "",
232
- "{{count}} groups": "",
230
+ "{{count}} org units_0": "",
231
+ "{{count}} levels_0": "",
232
+ "{{count}} groups_0": "",
233
233
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
234
234
  "Nothing selected": "",
235
235
  "User organisation unit": "",
@@ -458,6 +458,6 @@
458
458
  "Target": "ပစ်မှတ်/ ဦးတည်ချက်",
459
459
  "Base": "အခြေ",
460
460
  "Axis {{axisId}}": "",
461
- "{{count}} items": "",
461
+ "{{count}} items_0": "",
462
462
  "Reset zoom": ""
463
463
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "Hatán",
189
- "{{count}} replies": "",
189
+ "{{count}} replies_0": "",
190
190
  "View replies": "",
191
191
  "Unlike": "",
192
192
  "Like": "",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
237
237
  "New line list": "",
238
238
  "Hide": "Subar",
239
- "{{count}} org units": "",
240
- "{{count}} levels": "",
241
- "{{count}} groups": "",
239
+ "{{count}} org units_0": "",
240
+ "{{count}} levels_0": "",
241
+ "{{count}} groups_0": "",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
243
243
  "Nothing selected": "",
244
244
  "User organisation unit": "",
@@ -467,6 +467,6 @@
467
467
  "Target": "Alvu",
468
468
  "Base": "Baze",
469
469
  "Axis {{axisId}}": "",
470
- "{{count}} items": "",
470
+ "{{count}} items_0": "",
471
471
  "Reset zoom": ""
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -122,7 +122,7 @@
122
122
  "Post interpretation": "",
123
123
  "Interpretations": "",
124
124
  "Reply": "",
125
- "{{count}} replies": "",
125
+ "{{count}} replies_0": "",
126
126
  "View replies": "",
127
127
  "Unlike": "",
128
128
  "Like": "",
@@ -184,9 +184,9 @@
184
184
  "New line list": "",
185
185
  "Options": "",
186
186
  "Hide": "",
187
- "{{count}} org units": "",
188
- "{{count}} levels": "",
189
- "{{count}} groups": "",
187
+ "{{count}} org units_0": "",
188
+ "{{count}} levels_0": "",
189
+ "{{count}} groups_0": "",
190
190
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
191
191
  "Nothing selected": "",
192
192
  "User organisation unit": "",
@@ -379,6 +379,6 @@
379
379
  "Target": "",
380
380
  "Base": "",
381
381
  "Axis {{axisId}}": "",
382
- "{{count}} items": "",
382
+ "{{count}} items_0": "",
383
383
  "Reset zoom": ""
384
384
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "Cập nhật lần cuối {{time}}",
10
10
  "Created {{time}} by {{author}}": "Được tạo {{time}}bởi {{author}}",
11
11
  "Created {{time}}": "Được tạo {{time}}",
12
- "Viewed {{count}} times": "Đã xem {{count}}lần",
12
+ "Viewed {{count}} times_0": "Đã xem {{count}}lần",
13
13
  "Notifications": "Thông báo",
14
14
  "You're subscribed and getting updates about new interpretations.": "Bạn đã đăng ký và đang nhận thông tin cập nhật về những diễn giải mới.",
15
15
  "Unsubscribe": "Hủy đăng ký",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "Trả lời",
189
- "{{count}} replies": "{{count}} câu trả lời",
189
+ "{{count}} replies_0": "{{count}} câu trả lời",
190
190
  "View replies": "Xem trả lời",
191
191
  "Unlike": "Không thích",
192
192
  "Like": "Thích",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "Không tìm thấy danh sách dòng nào. Hãy thử điều chỉnh tùy chọn tìm kiếm hoặc bộ lọc để tìm những gì bạn đang tìm kiếm.",
237
237
  "New line list": "Danh sách dòng mới",
238
238
  "Hide": "Ẩn",
239
- "{{count}} org units": "{{count}} đơn vị",
240
- "{{count}} levels": "{{count}} cấp độ",
241
- "{{count}} groups": "{{count}} nhóm",
239
+ "{{count}} org units_0": "{{count}} đơn vị",
240
+ "{{count}} levels_0": "{{count}} cấp độ",
241
+ "{{count}} groups_0": "{{count}} nhóm",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "Đã chọn: {{commaSeparatedListOfOrganisationUnits}}",
243
243
  "Nothing selected": "Không có gì được chọn",
244
244
  "User organisation unit": "Đơn vị người dùng",
@@ -467,6 +467,6 @@
467
467
  "Target": "Mục tiêu",
468
468
  "Base": "Đường đáy",
469
469
  "Axis {{axisId}}": "Trục {{axisId}}",
470
- "{{count}} items": "{{count}}mục",
470
+ "{{count}} items_0": "{{count}}mục",
471
471
  "Reset zoom": "Đặt lại thu phóng"
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "最后更新 {{time}}",
10
10
  "Created {{time}} by {{author}}": "由 {{author}} 在 {{time}} 创建",
11
11
  "Created {{time}}": "已创建 {{time}}",
12
- "Viewed {{count}} times": "查看了 {{count}} 条",
12
+ "Viewed {{count}} times_0": "查看了 {{count}} 条",
13
13
  "Notifications": "通知",
14
14
  "You're subscribed and getting updates about new interpretations.": "您已订阅并获取有关新解释的更新。",
15
15
  "Unsubscribe": "退订",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "应答",
189
- "{{count}} replies": "{{count}}条回复",
189
+ "{{count}} replies_0": "{{count}}条回复",
190
190
  "View replies": "查看回复",
191
191
  "Unlike": "不喜欢",
192
192
  "Like": "喜欢",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "未找到行列表。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
237
237
  "New line list": "新行列表",
238
238
  "Hide": "隐藏",
239
- "{{count}} org units": "{{count}} 个组织单位",
240
- "{{count}} levels": "{{count}} 级",
241
- "{{count}} groups": "{{count}} 组",
239
+ "{{count}} org units_0": "{{count}} 个组织单位",
240
+ "{{count}} levels_0": "{{count}} 级",
241
+ "{{count}} groups_0": "{{count}} 组",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "已选择:{{commaSeparatedListOfOrganisationUnits}}",
243
243
  "Nothing selected": "未选择任何内容",
244
244
  "User organisation unit": "用户所在机构",
@@ -467,6 +467,6 @@
467
467
  "Target": "目标",
468
468
  "Base": "基",
469
469
  "Axis {{axisId}}": "轴{{axisId}}",
470
- "{{count}} items": "{{count}} 个条目",
470
+ "{{count}} items_0": "{{count}} 个条目",
471
471
  "Reset zoom": "重设缩放"
472
472
  }
@@ -9,7 +9,7 @@
9
9
  "Last updated {{time}}": "最近更新的{{time}}",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
12
- "Viewed {{count}} times": "",
12
+ "Viewed {{count}} times_0": "",
13
13
  "Notifications": "通知",
14
14
  "You're subscribed and getting updates about new interpretations.": "",
15
15
  "Unsubscribe": "",
@@ -186,7 +186,7 @@
186
186
  "Error loading interpretations": "",
187
187
  "Could not load interpretations": "",
188
188
  "Reply": "回复",
189
- "{{count}} replies": "",
189
+ "{{count}} replies_0": "",
190
190
  "View replies": "",
191
191
  "Unlike": "不喜欢",
192
192
  "Like": "Like",
@@ -236,9 +236,9 @@
236
236
  "No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
237
237
  "New line list": "",
238
238
  "Hide": "隐藏",
239
- "{{count}} org units": "",
240
- "{{count}} levels": "",
241
- "{{count}} groups": "",
239
+ "{{count}} org units_0": "",
240
+ "{{count}} levels_0": "",
241
+ "{{count}} groups_0": "",
242
242
  "Selected: {{commaSeparatedListOfOrganisationUnits}}": "已选择:{{commaSeparatedListOfOrganisationUnits}}",
243
243
  "Nothing selected": "未选择任何内容",
244
244
  "User organisation unit": "用户所在机构",
@@ -467,6 +467,6 @@
467
467
  "Target": "目标",
468
468
  "Base": "基",
469
469
  "Axis {{axisId}}": "轴{{axisId}}",
470
- "{{count}} items": "",
470
+ "{{count}} items_0": "",
471
471
  "Reset zoom": ""
472
472
  }