@dhis2/analytics 23.13.12 → 24.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/build/cjs/components/AboutAOUnit/AboutAOUnit.js +15 -9
- package/build/cjs/components/AboutAOUnit/utils.js +48 -0
- package/build/cjs/locales/ar/translations.json +4 -1
- package/build/cjs/locales/ar_EG/translations.json +4 -1
- package/build/cjs/locales/ar_IQ/translations.json +4 -1
- package/build/cjs/locales/ckb/translations.json +4 -1
- package/build/cjs/locales/cs/translations.json +4 -1
- package/build/cjs/locales/da/translations.json +4 -1
- package/build/cjs/locales/en/translations.json +4 -1
- package/build/cjs/locales/es/translations.json +4 -1
- package/build/cjs/locales/fr/translations.json +4 -1
- package/build/cjs/locales/id/translations.json +4 -1
- package/build/cjs/locales/km/translations.json +4 -1
- package/build/cjs/locales/lo/translations.json +4 -1
- package/build/cjs/locales/my/translations.json +4 -1
- package/build/cjs/locales/nb/translations.json +4 -1
- package/build/cjs/locales/nl/translations.json +4 -1
- package/build/cjs/locales/or/translations.json +4 -1
- package/build/cjs/locales/prs/translations.json +4 -1
- package/build/cjs/locales/ps/translations.json +4 -1
- package/build/cjs/locales/pt/translations.json +4 -1
- package/build/cjs/locales/pt_BR/translations.json +4 -1
- package/build/cjs/locales/ro/translations.json +4 -1
- package/build/cjs/locales/ru/translations.json +4 -1
- package/build/cjs/locales/sv/translations.json +4 -1
- package/build/cjs/locales/tet/translations.json +4 -1
- package/build/cjs/locales/tg/translations.json +4 -1
- package/build/cjs/locales/uk/translations.json +17 -14
- package/build/cjs/locales/ur/translations.json +4 -1
- package/build/cjs/locales/uz/translations.json +4 -1
- package/build/cjs/locales/uz_Latn/translations.json +4 -1
- package/build/cjs/locales/vi/translations.json +4 -1
- package/build/cjs/locales/zh/translations.json +4 -1
- package/build/cjs/locales/zh_CN/translations.json +4 -1
- package/build/es/components/AboutAOUnit/AboutAOUnit.js +14 -9
- package/build/es/components/AboutAOUnit/utils.js +31 -0
- package/build/es/locales/ar/translations.json +4 -1
- package/build/es/locales/ar_EG/translations.json +4 -1
- package/build/es/locales/ar_IQ/translations.json +4 -1
- package/build/es/locales/ckb/translations.json +4 -1
- package/build/es/locales/cs/translations.json +4 -1
- package/build/es/locales/da/translations.json +4 -1
- package/build/es/locales/en/translations.json +4 -1
- package/build/es/locales/es/translations.json +4 -1
- package/build/es/locales/fr/translations.json +4 -1
- package/build/es/locales/id/translations.json +4 -1
- package/build/es/locales/km/translations.json +4 -1
- package/build/es/locales/lo/translations.json +4 -1
- package/build/es/locales/my/translations.json +4 -1
- package/build/es/locales/nb/translations.json +4 -1
- package/build/es/locales/nl/translations.json +4 -1
- package/build/es/locales/or/translations.json +4 -1
- package/build/es/locales/prs/translations.json +4 -1
- package/build/es/locales/ps/translations.json +4 -1
- package/build/es/locales/pt/translations.json +4 -1
- package/build/es/locales/pt_BR/translations.json +4 -1
- package/build/es/locales/ro/translations.json +4 -1
- package/build/es/locales/ru/translations.json +4 -1
- package/build/es/locales/sv/translations.json +4 -1
- package/build/es/locales/tet/translations.json +4 -1
- package/build/es/locales/tg/translations.json +4 -1
- package/build/es/locales/uk/translations.json +17 -14
- package/build/es/locales/ur/translations.json +4 -1
- package/build/es/locales/uz/translations.json +4 -1
- package/build/es/locales/uz_Latn/translations.json +4 -1
- package/build/es/locales/vi/translations.json +4 -1
- package/build/es/locales/zh/translations.json +4 -1
- package/build/es/locales/zh_CN/translations.json +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## [24.0.1](https://github.com/dhis2/analytics/compare/v24.0.0...v24.0.1) (2022-08-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (master) ([f7ec5e7](https://github.com/dhis2/analytics/commit/f7ec5e76f6448fdb241afbd876e8b6369c2bdf8f))
|
|
7
|
+
|
|
8
|
+
# [24.0.0](https://github.com/dhis2/analytics/compare/v23.13.13...v24.0.0) (2022-08-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add support for Maps app (LIBS-339) ([#1322](https://github.com/dhis2/analytics/issues/1322)) ([b92717d](https://github.com/dhis2/analytics/commit/b92717d941d7bdb15394cecd663fa7fa9b1a57f2))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
* the type prop changed from the plural version to the singular, this requires updating the apps that use the AboutAOUnit component.
|
|
19
|
+
|
|
20
|
+
## [23.13.13](https://github.com/dhis2/analytics/compare/v23.13.12...v23.13.13) (2022-08-22)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **translations:** sync translations from transifex (master) ([ec34ef7](https://github.com/dhis2/analytics/commit/ec34ef755b02dead5661fa1997db4271812c8134))
|
|
26
|
+
|
|
1
27
|
## [23.13.12](https://github.com/dhis2/analytics/compare/v23.13.11...v23.13.12) (2022-08-20)
|
|
2
28
|
|
|
3
29
|
|
|
@@ -25,6 +25,8 @@ var _list = require("../../modules/list.js");
|
|
|
25
25
|
|
|
26
26
|
var _AboutAOUnitStyle = _interopRequireDefault(require("./styles/AboutAOUnit.style.js"));
|
|
27
27
|
|
|
28
|
+
var _utils = require("./utils.js");
|
|
29
|
+
|
|
28
30
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
29
31
|
|
|
30
32
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -36,7 +38,7 @@ const READ_AND_WRITE = 'rw';
|
|
|
36
38
|
|
|
37
39
|
const getQueries = type => ({
|
|
38
40
|
ao: {
|
|
39
|
-
resource: type,
|
|
41
|
+
resource: _utils.AOTypeMap[type].apiEndpoint,
|
|
40
42
|
id: _ref => {
|
|
41
43
|
let {
|
|
42
44
|
id
|
|
@@ -59,22 +61,24 @@ const getQueries = type => ({
|
|
|
59
61
|
});
|
|
60
62
|
|
|
61
63
|
const getSubscribeMutation = (type, id) => ({
|
|
62
|
-
resource: "".concat(type, "/").concat(id, "/subscriber"),
|
|
64
|
+
resource: "".concat(_utils.AOTypeMap[type].apiEndpoint, "/").concat(id, "/subscriber"),
|
|
63
65
|
type: 'create'
|
|
64
66
|
});
|
|
65
67
|
|
|
66
68
|
const getUnsubscribeMutation = (type, id) => ({
|
|
67
|
-
resource: "".concat(type, "/").concat(id, "/subscriber"),
|
|
69
|
+
resource: "".concat(_utils.AOTypeMap[type].apiEndpoint, "/").concat(id, "/subscriber"),
|
|
68
70
|
type: 'delete'
|
|
69
71
|
});
|
|
70
72
|
|
|
71
73
|
const AboutAOUnit = _ref3 => {
|
|
74
|
+
var _data$ao$createdBy;
|
|
75
|
+
|
|
72
76
|
let {
|
|
73
77
|
type,
|
|
74
78
|
id
|
|
75
79
|
} = _ref3;
|
|
76
80
|
const [isExpanded, setIsExpanded] = (0, _react.useState)(true);
|
|
77
|
-
const queries = (0, _react.useMemo)(() => getQueries(type), []);
|
|
81
|
+
const queries = (0, _react.useMemo)(() => getQueries(type), [type]);
|
|
78
82
|
const {
|
|
79
83
|
data,
|
|
80
84
|
loading: dataIsLoading,
|
|
@@ -82,8 +86,8 @@ const AboutAOUnit = _ref3 => {
|
|
|
82
86
|
} = (0, _appRuntime.useDataQuery)(queries, {
|
|
83
87
|
lazy: true
|
|
84
88
|
});
|
|
85
|
-
const subscribeMutation = (0, _react.useMemo)(() => getSubscribeMutation(type, id), []);
|
|
86
|
-
const unsubscribeMutation = (0, _react.useMemo)(() => getUnsubscribeMutation(type, id), []);
|
|
89
|
+
const subscribeMutation = (0, _react.useMemo)(() => getSubscribeMutation(type, id), [type, id]);
|
|
90
|
+
const unsubscribeMutation = (0, _react.useMemo)(() => getUnsubscribeMutation(type, id), [type, id]);
|
|
87
91
|
const [subscribe, {
|
|
88
92
|
loading: subscribeIsLoading
|
|
89
93
|
}] = (0, _appRuntime.useDataMutation)(subscribeMutation, {
|
|
@@ -112,7 +116,7 @@ const AboutAOUnit = _ref3 => {
|
|
|
112
116
|
id
|
|
113
117
|
});
|
|
114
118
|
}
|
|
115
|
-
}, [
|
|
119
|
+
}, [id, refetch]);
|
|
116
120
|
|
|
117
121
|
const getAccessLevelString = access => {
|
|
118
122
|
const re = new RegExp("(?<accessLevel>".concat(READ_AND_WRITE, "?)"));
|
|
@@ -159,7 +163,7 @@ const AboutAOUnit = _ref3 => {
|
|
|
159
163
|
className: "jsx-".concat(_AboutAOUnitStyle.default.__hash) + " " + "header"
|
|
160
164
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
161
165
|
className: "jsx-".concat(_AboutAOUnitStyle.default.__hash) + " " + "title"
|
|
162
|
-
},
|
|
166
|
+
}, (0, _utils.getTranslatedString)(type, 'unitTitle')), isExpanded ? /*#__PURE__*/_react.default.createElement(_ui.IconChevronUp24, {
|
|
163
167
|
color: _ui.colors.grey700
|
|
164
168
|
}) : /*#__PURE__*/_react.default.createElement(_ui.IconChevronDown24, {
|
|
165
169
|
color: _ui.colors.grey700
|
|
@@ -189,9 +193,11 @@ const AboutAOUnit = _ref3 => {
|
|
|
189
193
|
className: "jsx-".concat(_AboutAOUnitStyle.default.__hash) + " " + "detailLine"
|
|
190
194
|
}, /*#__PURE__*/_react.default.createElement(_ui.IconUser16, {
|
|
191
195
|
color: _ui.colors.grey700
|
|
192
|
-
}), _d2I18n.default.t('Created {{time}} by {{author}}', {
|
|
196
|
+
}), (_data$ao$createdBy = data.ao.createdBy) !== null && _data$ao$createdBy !== void 0 && _data$ao$createdBy.displayName ? _d2I18n.default.t('Created {{time}} by {{author}}', {
|
|
193
197
|
time: (0, _moment.default)(data.ao.created).fromNow(),
|
|
194
198
|
author: data.ao.createdBy.displayName
|
|
199
|
+
}) : _d2I18n.default.t('Created {{time}}', {
|
|
200
|
+
time: (0, _moment.default)(data.ao.created).fromNow()
|
|
195
201
|
})), /*#__PURE__*/_react.default.createElement("p", {
|
|
196
202
|
className: "jsx-".concat(_AboutAOUnitStyle.default.__hash) + " " + "detailLine"
|
|
197
203
|
}, /*#__PURE__*/_react.default.createElement(_ui.IconView16, {
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getTranslatedString = exports.AO_TYPE_VISUALIZATION = exports.AO_TYPE_MAP = exports.AO_TYPE_EVENT_VISUALIZATION = exports.AOTypeMap = void 0;
|
|
7
|
+
|
|
8
|
+
var _d2I18n = _interopRequireDefault(require("@dhis2/d2-i18n"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
|
|
12
|
+
const AO_TYPE_VISUALIZATION = 'visualization';
|
|
13
|
+
exports.AO_TYPE_VISUALIZATION = AO_TYPE_VISUALIZATION;
|
|
14
|
+
const AO_TYPE_MAP = 'map';
|
|
15
|
+
exports.AO_TYPE_MAP = AO_TYPE_MAP;
|
|
16
|
+
const AO_TYPE_EVENT_VISUALIZATION = 'eventVisualization';
|
|
17
|
+
exports.AO_TYPE_EVENT_VISUALIZATION = AO_TYPE_EVENT_VISUALIZATION;
|
|
18
|
+
const AOTypeMap = {
|
|
19
|
+
[AO_TYPE_VISUALIZATION]: {
|
|
20
|
+
apiEndpoint: 'visualizations'
|
|
21
|
+
},
|
|
22
|
+
[AO_TYPE_MAP]: {
|
|
23
|
+
apiEndpoint: 'maps'
|
|
24
|
+
},
|
|
25
|
+
[AO_TYPE_EVENT_VISUALIZATION]: {
|
|
26
|
+
apiEndpoint: 'eventVisualizations'
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
exports.AOTypeMap = AOTypeMap;
|
|
30
|
+
const NO_TYPE = 'NO_TYPE';
|
|
31
|
+
const texts = {
|
|
32
|
+
[AO_TYPE_MAP]: {
|
|
33
|
+
unitTitle: _d2I18n.default.t('About this map')
|
|
34
|
+
},
|
|
35
|
+
[AO_TYPE_EVENT_VISUALIZATION]: {
|
|
36
|
+
unitTitle: _d2I18n.default.t('About this line list')
|
|
37
|
+
},
|
|
38
|
+
[AO_TYPE_VISUALIZATION]: {
|
|
39
|
+
unitTitle: _d2I18n.default.t('About this visualization')
|
|
40
|
+
},
|
|
41
|
+
[NO_TYPE]: {
|
|
42
|
+
unitTitle: _d2I18n.default.t('About this visualization')
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const getTranslatedString = (type, key) => (texts[type] || texts[NO_TYPE])[key];
|
|
47
|
+
|
|
48
|
+
exports.getTranslatedString = getTranslatedString;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "لا يوجد وصف",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Viewed {{count}} times_2": "",
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"About this map": "",
|
|
24
|
+
"About this line list": "",
|
|
25
|
+
"About this visualization": "",
|
|
23
26
|
"This app could not retrieve required data.": "",
|
|
24
27
|
"Network error": "",
|
|
25
28
|
"Data Type": "نوع البيانات",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Viewed {{count}} times_2": "",
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"About this map": "",
|
|
24
|
+
"About this line list": "",
|
|
25
|
+
"About this visualization": "",
|
|
23
26
|
"This app could not retrieve required data.": "",
|
|
24
27
|
"Network error": "",
|
|
25
28
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "لا يوجد وصف",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Viewed {{count}} times_2": "",
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"About this map": "",
|
|
24
|
+
"About this line list": "",
|
|
25
|
+
"About this visualization": "",
|
|
23
26
|
"This app could not retrieve required data.": "",
|
|
24
27
|
"Network error": "",
|
|
25
28
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}} ({{accessLevel}})",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "Sdíleno s {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
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
8
|
"No description": "Bez popisu",
|
|
10
9
|
"Last updated {{time}}": "Poslední aktualizace {{time}}",
|
|
11
10
|
"Created {{time}} by {{author}}": "Vytvořeno {{time}} uživatelem {{author}}",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "Zobrazeno 1 krát",
|
|
13
13
|
"Viewed {{count}} times_1": "Zobrazeno {{count}}krát",
|
|
14
14
|
"Viewed {{count}} times_2": "Zobrazeno {{count}}krát",
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
"Unsubscribe": "Odhlásit odběr",
|
|
19
19
|
"Subscribe to get updates about new interpretations.": "Přihlaste se k odběru novinek o nových interpretacích.",
|
|
20
20
|
"Subscribe": "Odebírat",
|
|
21
|
+
"About this map": "",
|
|
22
|
+
"About this line list": "",
|
|
23
|
+
"About this visualization": "O této vizualizaci",
|
|
21
24
|
"This app could not retrieve required data.": "Tato aplikace nemohla načíst požadovaná data.",
|
|
22
25
|
"Network error": "Chyba sítě",
|
|
23
26
|
"Data Type": "Typ dat",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}} ({{accessLevel}})",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "Shared with {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
7
|
"Not shared with any users or groups": "Not shared with any users or groups",
|
|
8
|
-
"About this visualization": "About this visualization",
|
|
9
8
|
"No description": "No description",
|
|
10
9
|
"Last updated {{time}}": "Last updated {{time}}",
|
|
11
10
|
"Created {{time}} by {{author}}": "Created {{time}} by {{author}}",
|
|
11
|
+
"Created {{time}}": "Created {{time}}",
|
|
12
12
|
"Viewed {{count}} times": "Viewed 1 time",
|
|
13
13
|
"Viewed {{count}} times_plural": "Viewed {{count}} times",
|
|
14
14
|
"Notifications": "Notifications",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "Unsubscribe",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "Subscribe to get updates about new interpretations.",
|
|
18
18
|
"Subscribe": "Subscribe",
|
|
19
|
+
"About this map": "About this map",
|
|
20
|
+
"About this line list": "About this line list",
|
|
21
|
+
"About this visualization": "About this visualization",
|
|
19
22
|
"This app could not retrieve required data.": "This app could not retrieve required data.",
|
|
20
23
|
"Network error": "Network error",
|
|
21
24
|
"Data Type": "Data Type",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "Sin descripción",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "Tipo de datos",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "Aucune description",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "Notifications",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "Type de données",
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "Tidak ada deskripsi",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Notifications": "",
|
|
14
14
|
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"About this map": "",
|
|
19
|
+
"About this line list": "",
|
|
20
|
+
"About this visualization": "",
|
|
18
21
|
"This app could not retrieve required data.": "",
|
|
19
22
|
"Network error": "",
|
|
20
23
|
"Data Type": "Tipe Data",
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Notifications": "",
|
|
14
14
|
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"About this map": "",
|
|
19
|
+
"About this line list": "",
|
|
20
|
+
"About this visualization": "",
|
|
18
21
|
"This app could not retrieve required data.": "",
|
|
19
22
|
"Network error": "",
|
|
20
23
|
"Data Type": "",
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "ບໍ່ມີລາຍລະອຽດ",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Notifications": "",
|
|
14
14
|
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"About this map": "",
|
|
19
|
+
"About this line list": "",
|
|
20
|
+
"About this visualization": "",
|
|
18
21
|
"This app could not retrieve required data.": "",
|
|
19
22
|
"Network error": "",
|
|
20
23
|
"Data Type": "",
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Notifications": "",
|
|
14
14
|
"You're subscribed and getting updates about new interpretations.": "",
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"About this map": "",
|
|
19
|
+
"About this line list": "",
|
|
20
|
+
"About this visualization": "",
|
|
18
21
|
"This app could not retrieve required data.": "",
|
|
19
22
|
"Network error": "",
|
|
20
23
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}} ({{accessLevel}})",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "Delt med {{commaSeparatedListOfUsersAndGroups}}",
|
|
7
7
|
"Not shared with any users or groups": "Ikke delt med noen brukere eller grupper",
|
|
8
|
-
"About this visualization": "Om denne visualiseringen",
|
|
9
8
|
"No description": "Ingen beskrivelse",
|
|
10
9
|
"Last updated {{time}}": "Sist oppdatert {{time}}",
|
|
11
10
|
"Created {{time}} by {{author}}": "Opprettet {{time}} av {{author}}",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "Vist 1 gang",
|
|
13
13
|
"Viewed {{count}} times_plural": "Vist {{count}} ganger",
|
|
14
14
|
"Notifications": "Varsler",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "Avslutt abonnementet",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "Abonner for å få oppdateringer om nye tolkninger.",
|
|
18
18
|
"Subscribe": "Abonner",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "Om denne visualiseringen",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "Datatype",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "بدون شرح",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "هېڅ ډول تشریح نه لري",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "Sem descrição",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "Notificação",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "Tipo de dados",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "",
|
|
13
13
|
"Viewed {{count}} times_plural": "",
|
|
14
14
|
"Notifications": "",
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"About this map": "",
|
|
20
|
+
"About this line list": "",
|
|
21
|
+
"About this visualization": "",
|
|
19
22
|
"This app could not retrieve required data.": "",
|
|
20
23
|
"Network error": "",
|
|
21
24
|
"Data Type": "",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"About this visualization": "",
|
|
9
8
|
"No description": "",
|
|
10
9
|
"Last updated {{time}}": "",
|
|
11
10
|
"Created {{time}} by {{author}}": "",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times_0": "",
|
|
13
13
|
"Viewed {{count}} times_1": "",
|
|
14
14
|
"Viewed {{count}} times_2": "",
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"Unsubscribe": "",
|
|
18
18
|
"Subscribe to get updates about new interpretations.": "",
|
|
19
19
|
"Subscribe": "",
|
|
20
|
+
"About this map": "",
|
|
21
|
+
"About this line list": "",
|
|
22
|
+
"About this visualization": "",
|
|
20
23
|
"This app could not retrieve required data.": "",
|
|
21
24
|
"Network error": "",
|
|
22
25
|
"Data Type": "",
|