@dhis2/analytics 29.4.0 → 29.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/api/analytics/AnalyticsRequest.js +4 -4
- package/build/cjs/components/DataDimension/Calculation/DndContext.js +4 -4
- package/build/cjs/components/DataDimension/Info/DataElementOperandInfo.js +1 -1
- package/build/cjs/components/DataDimension/ItemOptionsSelector/ItemOptionsSelector.js +1 -1
- package/build/cjs/components/DataDimension/ItemSelector/ItemSelector.js +1 -1
- package/build/cjs/components/FileMenu/DeleteDialog.js +1 -1
- package/build/cjs/components/RichText/Editor/Editor.js +2 -2
- package/build/cjs/components/TranslationDialog/TranslationModal/TranslationForm.js +1 -0
- package/build/cjs/components/UserMention/useUserSearchResults.js +1 -1
- package/build/cjs/locales/en/translations.json +0 -12
- package/build/cjs/locales/id/translations.json +6 -6
- package/build/cjs/locales/index.js +86 -41
- package/build/cjs/locales/km/translations.json +6 -6
- package/build/cjs/locales/lo/translations.json +6 -6
- package/build/cjs/locales/my/translations.json +6 -6
- package/build/cjs/locales/tet/translations.json +6 -6
- package/build/cjs/locales/th/translations.json +6 -6
- package/build/cjs/locales/vi/translations.json +6 -6
- package/build/cjs/locales/zh/translations.json +6 -6
- package/build/cjs/locales/zh_CN/translations.json +6 -6
- package/build/cjs/modules/legends.js +1 -1
- package/build/cjs/modules/pivotTable/applyLegendSet.js +4 -4
- package/build/cjs/modules/pivotTable/useScrollPosition.js +2 -2
- package/build/cjs/modules/utils.js +1 -0
- package/build/cjs/visualizations/config/adapters/dhis_highcharts/events/loadCustomSVG/singleValue/index.js +3 -3
- package/build/cjs/visualizations/config/adapters/dhis_highcharts/index.js +2 -2
- package/build/cjs/visualizations/config/adapters/dhis_highcharts/series/index.js +1 -1
- package/build/cjs/visualizations/config/adapters/dhis_highcharts/subtitle/index.js +3 -3
- package/build/cjs/visualizations/config/adapters/dhis_highcharts/title/index.js +3 -3
- package/build/cjs/visualizations/config/generators/highcharts/index.js +2 -2
- package/build/cjs/visualizations/store/adapters/dhis_highcharts/yearOnYear.js +1 -1
- package/build/es/api/analytics/AnalyticsRequest.js +4 -4
- package/build/es/components/DataDimension/Calculation/DndContext.js +4 -4
- package/build/es/components/DataDimension/Info/DataElementOperandInfo.js +1 -1
- package/build/es/components/DataDimension/ItemOptionsSelector/ItemOptionsSelector.js +1 -1
- package/build/es/components/DataDimension/ItemSelector/ItemSelector.js +1 -1
- package/build/es/components/FileMenu/DeleteDialog.js +1 -1
- package/build/es/components/RichText/Editor/Editor.js +2 -2
- package/build/es/components/TranslationDialog/TranslationModal/TranslationForm.js +1 -0
- package/build/es/components/UserMention/useUserSearchResults.js +2 -2
- package/build/es/locales/en/translations.json +0 -12
- package/build/es/locales/id/translations.json +6 -6
- package/build/es/locales/index.js +86 -41
- package/build/es/locales/km/translations.json +6 -6
- package/build/es/locales/lo/translations.json +6 -6
- package/build/es/locales/my/translations.json +6 -6
- package/build/es/locales/tet/translations.json +6 -6
- package/build/es/locales/th/translations.json +6 -6
- package/build/es/locales/vi/translations.json +6 -6
- package/build/es/locales/zh/translations.json +6 -6
- package/build/es/locales/zh_CN/translations.json +6 -6
- package/build/es/modules/legends.js +1 -1
- package/build/es/modules/pivotTable/applyLegendSet.js +4 -4
- package/build/es/modules/pivotTable/useScrollPosition.js +3 -3
- package/build/es/modules/utils.js +1 -0
- package/build/es/visualizations/config/adapters/dhis_highcharts/events/loadCustomSVG/singleValue/index.js +3 -3
- package/build/es/visualizations/config/adapters/dhis_highcharts/index.js +2 -2
- package/build/es/visualizations/config/adapters/dhis_highcharts/series/index.js +1 -1
- package/build/es/visualizations/config/adapters/dhis_highcharts/subtitle/index.js +3 -3
- package/build/es/visualizations/config/adapters/dhis_highcharts/title/index.js +3 -3
- package/build/es/visualizations/config/generators/highcharts/index.js +2 -2
- package/build/es/visualizations/store/adapters/dhis_highcharts/yearOnYear.js +1 -1
- package/package.json +2 -2
|
@@ -53,7 +53,7 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
|
|
|
53
53
|
const columns = visualization.columns || [];
|
|
54
54
|
const rows = visualization.rows || [];
|
|
55
55
|
columns.concat(rows).forEach(d => {
|
|
56
|
-
var _d$legendSet, _d$programStage, _d$repetition
|
|
56
|
+
var _d$legendSet, _d$programStage, _d$repetition;
|
|
57
57
|
let dimension = d.dimension;
|
|
58
58
|
if ((_d$legendSet = d.legendSet) !== null && _d$legendSet !== void 0 && _d$legendSet.id) {
|
|
59
59
|
dimension += `-${d.legendSet.id}`;
|
|
@@ -62,7 +62,7 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
|
|
|
62
62
|
dimension += `:${d.filter}`;
|
|
63
63
|
}
|
|
64
64
|
const programStageId = (_d$programStage = d.programStage) === null || _d$programStage === void 0 ? void 0 : _d$programStage.id;
|
|
65
|
-
if ((_d$repetition = d.repetition) !== null && _d$repetition !== void 0 && (_d$repetition
|
|
65
|
+
if ((_d$repetition = d.repetition) !== null && _d$repetition !== void 0 && (_d$repetition = _d$repetition.indexes) !== null && _d$repetition !== void 0 && _d$repetition.length) {
|
|
66
66
|
d.repetition.indexes.forEach(index => {
|
|
67
67
|
var _d$program;
|
|
68
68
|
request = request.addDimension((0, _utils.formatDimension)({
|
|
@@ -93,13 +93,13 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
|
|
|
93
93
|
var _f$items;
|
|
94
94
|
request = request.addDimension(f.dimension, (_f$items = f.items) === null || _f$items === void 0 ? void 0 : _f$items.map(item => item.id));
|
|
95
95
|
} else {
|
|
96
|
-
var _f$programStage, _f$repetition
|
|
96
|
+
var _f$programStage, _f$repetition;
|
|
97
97
|
let filterString = f.dimension;
|
|
98
98
|
if (f.filter) {
|
|
99
99
|
filterString += `:${f.filter}`;
|
|
100
100
|
}
|
|
101
101
|
const programStageId = (_f$programStage = f.programStage) === null || _f$programStage === void 0 ? void 0 : _f$programStage.id;
|
|
102
|
-
if ((_f$repetition = f.repetition) !== null && _f$repetition !== void 0 && (_f$repetition
|
|
102
|
+
if ((_f$repetition = f.repetition) !== null && _f$repetition !== void 0 && (_f$repetition = _f$repetition.indexes) !== null && _f$repetition !== void 0 && _f$repetition.length) {
|
|
103
103
|
f.repetition.indexes.forEach(index => {
|
|
104
104
|
var _f$program;
|
|
105
105
|
request = request.addFilter((0, _utils.formatDimension)({
|
|
@@ -127,8 +127,8 @@ const OuterDndContext = ({
|
|
|
127
127
|
active,
|
|
128
128
|
over
|
|
129
129
|
}) => {
|
|
130
|
-
var _over$data, _over$data$current, _over$data$
|
|
131
|
-
if (!(over !== null && over !== void 0 && over.id) || (over === null || over === void 0
|
|
130
|
+
var _over$data, _over$data$current, _over$data$current2;
|
|
131
|
+
if (!(over !== null && over !== void 0 && over.id) || (over === null || over === void 0 || (_over$data = over.data) === null || _over$data === void 0 || (_over$data = _over$data.current) === null || _over$data === void 0 || (_over$data = _over$data.sortable) === null || _over$data === void 0 ? void 0 : _over$data.containerId) === OPTIONS_PANEL || !active.data.current) {
|
|
132
132
|
// dropped over non-droppable or over options panel
|
|
133
133
|
handleDragCancel();
|
|
134
134
|
return;
|
|
@@ -144,8 +144,8 @@ const OuterDndContext = ({
|
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
const destination = {
|
|
147
|
-
containerId: ((_over$data$
|
|
148
|
-
index: (_over$data$
|
|
147
|
+
containerId: ((_over$data$current = over.data.current) === null || _over$data$current === void 0 ? void 0 : _over$data$current.sortable.containerId) || over.id,
|
|
148
|
+
index: (_over$data$current2 = over.data.current) === null || _over$data$current2 === void 0 ? void 0 : _over$data$current2.sortable.index
|
|
149
149
|
};
|
|
150
150
|
onDragEnd({
|
|
151
151
|
item,
|
|
@@ -52,7 +52,7 @@ const DataElementOperandInfo = ({
|
|
|
52
52
|
const dataElementOperand = dataElementOperands.dataElementOperands[0]
|
|
53
53
|
|
|
54
54
|
// copy some common fields from dataElement
|
|
55
|
-
|
|
55
|
+
;
|
|
56
56
|
['code', 'created', 'createdBy', 'displayDescription', 'lastUpdated'].forEach(key => dataElementOperand[key] = dataElementOperand.dataElement[key]);
|
|
57
57
|
|
|
58
58
|
// inject href as it is not returned from the API
|
|
@@ -80,7 +80,7 @@ const ItemOptionsSelector = ({
|
|
|
80
80
|
searchTerm: state.searchTerm
|
|
81
81
|
});
|
|
82
82
|
const newOptions = [];
|
|
83
|
-
(_result$dimensionItem = result.dimensionItems) === null || _result$dimensionItem === void 0
|
|
83
|
+
(_result$dimensionItem = result.dimensionItems) === null || _result$dimensionItem === void 0 || _result$dimensionItem.forEach(item => {
|
|
84
84
|
newOptions.push({
|
|
85
85
|
label: item.name,
|
|
86
86
|
value: item.id,
|
|
@@ -152,7 +152,7 @@ const ItemSelector = ({
|
|
|
152
152
|
searchTerm: state.searchTerm
|
|
153
153
|
});
|
|
154
154
|
const newOptions = [];
|
|
155
|
-
(_result$dimensionItem = result.dimensionItems) === null || _result$dimensionItem === void 0
|
|
155
|
+
(_result$dimensionItem = result.dimensionItems) === null || _result$dimensionItem === void 0 || _result$dimensionItem.forEach(item => {
|
|
156
156
|
if (item.dimensionItemType === _dataSets.REPORTING_RATE) {
|
|
157
157
|
if (state.filter.subGroup && state.filter.subGroup !== _dataTypes.DIMENSION_TYPE_ALL) {
|
|
158
158
|
const metric = _dataSets.DATA_SETS_CONSTANTS.find(item => item.id === state.filter.subGroup);
|
|
@@ -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
|
|
@@ -189,13 +189,13 @@ const Editor = exports.Editor = /*#__PURE__*/(0, _react.forwardRef)(({
|
|
|
189
189
|
(0, _react.useEffect)(() => {
|
|
190
190
|
if (initialFocus) {
|
|
191
191
|
var _textareaRef$current;
|
|
192
|
-
(_textareaRef$current = textareaRef.current) === null || _textareaRef$current === void 0
|
|
192
|
+
(_textareaRef$current = textareaRef.current) === null || _textareaRef$current === void 0 || _textareaRef$current.focus();
|
|
193
193
|
}
|
|
194
194
|
}, [initialFocus, textareaRef]);
|
|
195
195
|
(0, _react.useEffect)(() => {
|
|
196
196
|
if (caretPosRef.current) {
|
|
197
197
|
var _textareaRef$current2;
|
|
198
|
-
(_textareaRef$current2 = textareaRef.current) === null || _textareaRef$current2 === void 0
|
|
198
|
+
(_textareaRef$current2 = textareaRef.current) === null || _textareaRef$current2 === void 0 || _textareaRef$current2.setSelectionRange(caretPosRef.current, caretPosRef.current);
|
|
199
199
|
caretPosRef.current = undefined;
|
|
200
200
|
}
|
|
201
201
|
}, [value, textareaRef]);
|
|
@@ -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.
|
|
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}}
|
|
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}}
|
|
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
|
|
240
|
-
"{{count}}
|
|
241
|
-
"{{count}}
|
|
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}}
|
|
470
|
+
"{{count}} items_0": "",
|
|
471
471
|
"Reset zoom": "Setel ulang zoom"
|
|
472
472
|
}
|
|
@@ -57,45 +57,90 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
57
57
|
//------------------------------------------------------------------------------
|
|
58
58
|
|
|
59
59
|
const namespace = 'default';
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
_d2I18n.default.
|
|
65
|
-
_d2I18n.default.
|
|
66
|
-
_d2I18n.default.
|
|
67
|
-
_d2I18n.default.
|
|
68
|
-
_d2I18n.default.
|
|
69
|
-
_d2I18n.default.
|
|
70
|
-
_d2I18n.default.
|
|
71
|
-
_d2I18n.default.
|
|
72
|
-
_d2I18n.default.
|
|
73
|
-
_d2I18n.default.
|
|
74
|
-
_d2I18n.default.
|
|
75
|
-
_d2I18n.default.
|
|
76
|
-
_d2I18n.default.
|
|
77
|
-
_d2I18n.default.
|
|
78
|
-
_d2I18n.default.
|
|
79
|
-
_d2I18n.default.
|
|
80
|
-
_d2I18n.default.
|
|
81
|
-
_d2I18n.default.
|
|
82
|
-
_d2I18n.default.
|
|
83
|
-
_d2I18n.default.
|
|
84
|
-
_d2I18n.default.
|
|
85
|
-
_d2I18n.default.
|
|
86
|
-
_d2I18n.default.
|
|
87
|
-
_d2I18n.default.
|
|
88
|
-
_d2I18n.default.
|
|
89
|
-
_d2I18n.default.
|
|
90
|
-
_d2I18n.default.
|
|
91
|
-
_d2I18n.default.
|
|
92
|
-
_d2I18n.default.
|
|
93
|
-
_d2I18n.default.
|
|
94
|
-
_d2I18n.default.
|
|
95
|
-
_d2I18n.default.
|
|
96
|
-
_d2I18n.default.
|
|
97
|
-
_d2I18n.default.
|
|
98
|
-
_d2I18n.default.
|
|
99
|
-
_d2I18n.default.
|
|
100
|
-
_d2I18n.default.
|
|
60
|
+
|
|
61
|
+
// Use 'deep' = true and 'overwrite' = false to add to, but not overwrite,
|
|
62
|
+
// custom translations from the datastore (added by the app adapter)
|
|
63
|
+
|
|
64
|
+
_d2I18n.default.addResourceBundle('ar', namespace, _translations.default, true, false);
|
|
65
|
+
_d2I18n.default.addResourceBundle('ar', namespace, _translations.default, true, false);
|
|
66
|
+
_d2I18n.default.addResourceBundle('ar_EG', namespace, _translations2.default, true, false);
|
|
67
|
+
_d2I18n.default.addResourceBundle('ar-EG', namespace, _translations2.default, true, false);
|
|
68
|
+
_d2I18n.default.addResourceBundle('ar_IQ', namespace, _translations3.default, true, false);
|
|
69
|
+
_d2I18n.default.addResourceBundle('ar-IQ', namespace, _translations3.default, true, false);
|
|
70
|
+
_d2I18n.default.addResourceBundle('bn', namespace, _translations4.default, true, false);
|
|
71
|
+
_d2I18n.default.addResourceBundle('bn', namespace, _translations4.default, true, false);
|
|
72
|
+
_d2I18n.default.addResourceBundle('ckb', namespace, _translations5.default, true, false);
|
|
73
|
+
_d2I18n.default.addResourceBundle('ckb', namespace, _translations5.default, true, false);
|
|
74
|
+
_d2I18n.default.addResourceBundle('cs', namespace, _translations6.default, true, false);
|
|
75
|
+
_d2I18n.default.addResourceBundle('cs', namespace, _translations6.default, true, false);
|
|
76
|
+
_d2I18n.default.addResourceBundle('da', namespace, _translations7.default, true, false);
|
|
77
|
+
_d2I18n.default.addResourceBundle('da', namespace, _translations7.default, true, false);
|
|
78
|
+
_d2I18n.default.addResourceBundle('en', namespace, _translations8.default, true, false);
|
|
79
|
+
_d2I18n.default.addResourceBundle('en', namespace, _translations8.default, true, false);
|
|
80
|
+
_d2I18n.default.addResourceBundle('en_US', namespace, _translations9.default, true, false);
|
|
81
|
+
_d2I18n.default.addResourceBundle('en-US', namespace, _translations9.default, true, false);
|
|
82
|
+
_d2I18n.default.addResourceBundle('es', namespace, _translations0.default, true, false);
|
|
83
|
+
_d2I18n.default.addResourceBundle('es', namespace, _translations0.default, true, false);
|
|
84
|
+
_d2I18n.default.addResourceBundle('es_419', namespace, _translations1.default, true, false);
|
|
85
|
+
_d2I18n.default.addResourceBundle('es-419', namespace, _translations1.default, true, false);
|
|
86
|
+
_d2I18n.default.addResourceBundle('fr', namespace, _translations10.default, true, false);
|
|
87
|
+
_d2I18n.default.addResourceBundle('fr', namespace, _translations10.default, true, false);
|
|
88
|
+
_d2I18n.default.addResourceBundle('hi_IN', namespace, _translations11.default, true, false);
|
|
89
|
+
_d2I18n.default.addResourceBundle('hi-IN', namespace, _translations11.default, true, false);
|
|
90
|
+
_d2I18n.default.addResourceBundle('id', namespace, _translations12.default, true, false);
|
|
91
|
+
_d2I18n.default.addResourceBundle('id', namespace, _translations12.default, true, false);
|
|
92
|
+
_d2I18n.default.addResourceBundle('km', namespace, _translations13.default, true, false);
|
|
93
|
+
_d2I18n.default.addResourceBundle('km', namespace, _translations13.default, true, false);
|
|
94
|
+
_d2I18n.default.addResourceBundle('lo', namespace, _translations14.default, true, false);
|
|
95
|
+
_d2I18n.default.addResourceBundle('lo', namespace, _translations14.default, true, false);
|
|
96
|
+
_d2I18n.default.addResourceBundle('my', namespace, _translations15.default, true, false);
|
|
97
|
+
_d2I18n.default.addResourceBundle('my', namespace, _translations15.default, true, false);
|
|
98
|
+
_d2I18n.default.addResourceBundle('nb', namespace, _translations16.default, true, false);
|
|
99
|
+
_d2I18n.default.addResourceBundle('nb', namespace, _translations16.default, true, false);
|
|
100
|
+
_d2I18n.default.addResourceBundle('ne', namespace, _translations17.default, true, false);
|
|
101
|
+
_d2I18n.default.addResourceBundle('ne', namespace, _translations17.default, true, false);
|
|
102
|
+
_d2I18n.default.addResourceBundle('nl', namespace, _translations18.default, true, false);
|
|
103
|
+
_d2I18n.default.addResourceBundle('nl', namespace, _translations18.default, true, false);
|
|
104
|
+
_d2I18n.default.addResourceBundle('or', namespace, _translations19.default, true, false);
|
|
105
|
+
_d2I18n.default.addResourceBundle('or', namespace, _translations19.default, true, false);
|
|
106
|
+
_d2I18n.default.addResourceBundle('prs', namespace, _translations20.default, true, false);
|
|
107
|
+
_d2I18n.default.addResourceBundle('prs', namespace, _translations20.default, true, false);
|
|
108
|
+
_d2I18n.default.addResourceBundle('ps', namespace, _translations21.default, true, false);
|
|
109
|
+
_d2I18n.default.addResourceBundle('ps', namespace, _translations21.default, true, false);
|
|
110
|
+
_d2I18n.default.addResourceBundle('pt', namespace, _translations22.default, true, false);
|
|
111
|
+
_d2I18n.default.addResourceBundle('pt', namespace, _translations22.default, true, false);
|
|
112
|
+
_d2I18n.default.addResourceBundle('pt_BR', namespace, _translations23.default, true, false);
|
|
113
|
+
_d2I18n.default.addResourceBundle('pt-BR', namespace, _translations23.default, true, false);
|
|
114
|
+
_d2I18n.default.addResourceBundle('ro', namespace, _translations24.default, true, false);
|
|
115
|
+
_d2I18n.default.addResourceBundle('ro', namespace, _translations24.default, true, false);
|
|
116
|
+
_d2I18n.default.addResourceBundle('ru', namespace, _translations25.default, true, false);
|
|
117
|
+
_d2I18n.default.addResourceBundle('ru', namespace, _translations25.default, true, false);
|
|
118
|
+
_d2I18n.default.addResourceBundle('si', namespace, _translations26.default, true, false);
|
|
119
|
+
_d2I18n.default.addResourceBundle('si', namespace, _translations26.default, true, false);
|
|
120
|
+
_d2I18n.default.addResourceBundle('sv', namespace, _translations27.default, true, false);
|
|
121
|
+
_d2I18n.default.addResourceBundle('sv', namespace, _translations27.default, true, false);
|
|
122
|
+
_d2I18n.default.addResourceBundle('tet', namespace, _translations28.default, true, false);
|
|
123
|
+
_d2I18n.default.addResourceBundle('tet', namespace, _translations28.default, true, false);
|
|
124
|
+
_d2I18n.default.addResourceBundle('tg', namespace, _translations29.default, true, false);
|
|
125
|
+
_d2I18n.default.addResourceBundle('tg', namespace, _translations29.default, true, false);
|
|
126
|
+
_d2I18n.default.addResourceBundle('th', namespace, _translations30.default, true, false);
|
|
127
|
+
_d2I18n.default.addResourceBundle('th', namespace, _translations30.default, true, false);
|
|
128
|
+
_d2I18n.default.addResourceBundle('uk', namespace, _translations31.default, true, false);
|
|
129
|
+
_d2I18n.default.addResourceBundle('uk', namespace, _translations31.default, true, false);
|
|
130
|
+
_d2I18n.default.addResourceBundle('ur', namespace, _translations32.default, true, false);
|
|
131
|
+
_d2I18n.default.addResourceBundle('ur', namespace, _translations32.default, true, false);
|
|
132
|
+
_d2I18n.default.addResourceBundle('uz_Cyrl', namespace, _translations33.default, true, false);
|
|
133
|
+
_d2I18n.default.addResourceBundle('uz-Cyrl', namespace, _translations33.default, true, false);
|
|
134
|
+
_d2I18n.default.addResourceBundle('uz_Latn', namespace, _translations34.default, true, false);
|
|
135
|
+
_d2I18n.default.addResourceBundle('uz-Latn', namespace, _translations34.default, true, false);
|
|
136
|
+
_d2I18n.default.addResourceBundle('uz_UZ_Cyrl', namespace, _translations35.default, true, false);
|
|
137
|
+
_d2I18n.default.addResourceBundle('uz-Cyrl-UZ', namespace, _translations35.default, true, false);
|
|
138
|
+
_d2I18n.default.addResourceBundle('uz_UZ_Latn', namespace, _translations36.default, true, false);
|
|
139
|
+
_d2I18n.default.addResourceBundle('uz-Latn-UZ', namespace, _translations36.default, true, false);
|
|
140
|
+
_d2I18n.default.addResourceBundle('vi', namespace, _translations37.default, true, false);
|
|
141
|
+
_d2I18n.default.addResourceBundle('vi', namespace, _translations37.default, true, false);
|
|
142
|
+
_d2I18n.default.addResourceBundle('zh', namespace, _translations38.default, true, false);
|
|
143
|
+
_d2I18n.default.addResourceBundle('zh', namespace, _translations38.default, true, false);
|
|
144
|
+
_d2I18n.default.addResourceBundle('zh_CN', namespace, _translations39.default, true, false);
|
|
145
|
+
_d2I18n.default.addResourceBundle('zh-CN', namespace, _translations39.default, true, false);
|
|
101
146
|
var _default = exports.default = _d2I18n.default;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"Last updated {{time}}": "",
|
|
10
10
|
"Created {{time}} by {{author}}": "",
|
|
11
11
|
"Created {{time}}": "",
|
|
12
|
-
"Viewed {{count}}
|
|
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}}
|
|
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
|
|
240
|
-
"{{count}}
|
|
241
|
-
"{{count}}
|
|
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}}
|
|
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}}
|
|
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}}
|
|
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
|
|
240
|
-
"{{count}}
|
|
241
|
-
"{{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}}
|
|
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}}
|
|
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}}
|
|
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
|
|
231
|
-
"{{count}}
|
|
232
|
-
"{{count}}
|
|
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}}
|
|
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}}
|
|
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}}
|
|
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
|
|
240
|
-
"{{count}}
|
|
241
|
-
"{{count}}
|
|
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}}
|
|
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}}
|
|
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}}
|
|
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
|
|
188
|
-
"{{count}}
|
|
189
|
-
"{{count}}
|
|
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}}
|
|
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}}
|
|
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}}
|
|
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
|
|
240
|
-
"{{count}}
|
|
241
|
-
"{{count}}
|
|
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}}
|
|
470
|
+
"{{count}} items_0": "{{count}}mục",
|
|
471
471
|
"Reset zoom": "Đặt lại thu phóng"
|
|
472
472
|
}
|