@dhis2/analytics 23.13.13 → 24.0.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.
Files changed (82) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build/cjs/components/AboutAOUnit/AboutAOUnit.js +15 -9
  3. package/build/cjs/components/AboutAOUnit/utils.js +48 -0
  4. package/build/cjs/components/Interpretations/InterpretationModal/InterpretationModal.js +3 -3
  5. package/build/cjs/components/Interpretations/InterpretationModal/InterpretationThread.js +14 -12
  6. package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js +4 -6
  7. package/build/cjs/components/Interpretations/common/RichTextEditor/RichTextEditor.js +1 -1
  8. package/build/cjs/components/Interpretations/common/RichTextEditor/styles/RichTextEditor.style.js +2 -2
  9. package/build/cjs/components/Interpretations/common/UserMention/useUserSearchResults.js +1 -1
  10. package/build/cjs/locales/ar/translations.json +4 -1
  11. package/build/cjs/locales/ar_EG/translations.json +4 -1
  12. package/build/cjs/locales/ar_IQ/translations.json +4 -1
  13. package/build/cjs/locales/ckb/translations.json +4 -1
  14. package/build/cjs/locales/cs/translations.json +4 -1
  15. package/build/cjs/locales/da/translations.json +4 -1
  16. package/build/cjs/locales/en/translations.json +4 -1
  17. package/build/cjs/locales/es/translations.json +4 -1
  18. package/build/cjs/locales/fr/translations.json +4 -1
  19. package/build/cjs/locales/id/translations.json +4 -1
  20. package/build/cjs/locales/km/translations.json +4 -1
  21. package/build/cjs/locales/lo/translations.json +4 -1
  22. package/build/cjs/locales/my/translations.json +4 -1
  23. package/build/cjs/locales/nb/translations.json +4 -1
  24. package/build/cjs/locales/nl/translations.json +4 -1
  25. package/build/cjs/locales/or/translations.json +4 -1
  26. package/build/cjs/locales/prs/translations.json +4 -1
  27. package/build/cjs/locales/ps/translations.json +4 -1
  28. package/build/cjs/locales/pt/translations.json +4 -1
  29. package/build/cjs/locales/pt_BR/translations.json +4 -1
  30. package/build/cjs/locales/ro/translations.json +4 -1
  31. package/build/cjs/locales/ru/translations.json +4 -1
  32. package/build/cjs/locales/sv/translations.json +4 -1
  33. package/build/cjs/locales/tet/translations.json +4 -1
  34. package/build/cjs/locales/tg/translations.json +4 -1
  35. package/build/cjs/locales/uk/translations.json +4 -1
  36. package/build/cjs/locales/ur/translations.json +4 -1
  37. package/build/cjs/locales/uz/translations.json +4 -1
  38. package/build/cjs/locales/uz_Latn/translations.json +4 -1
  39. package/build/cjs/locales/vi/translations.json +4 -1
  40. package/build/cjs/locales/zh/translations.json +4 -1
  41. package/build/cjs/locales/zh_CN/translations.json +4 -1
  42. package/build/es/components/AboutAOUnit/AboutAOUnit.js +14 -9
  43. package/build/es/components/AboutAOUnit/utils.js +31 -0
  44. package/build/es/components/Interpretations/InterpretationModal/InterpretationModal.js +3 -3
  45. package/build/es/components/Interpretations/InterpretationModal/InterpretationThread.js +14 -12
  46. package/build/es/components/Interpretations/InterpretationsUnit/InterpretationsUnit.js +5 -7
  47. package/build/es/components/Interpretations/common/RichTextEditor/RichTextEditor.js +1 -1
  48. package/build/es/components/Interpretations/common/RichTextEditor/styles/RichTextEditor.style.js +2 -2
  49. package/build/es/components/Interpretations/common/UserMention/useUserSearchResults.js +1 -1
  50. package/build/es/locales/ar/translations.json +4 -1
  51. package/build/es/locales/ar_EG/translations.json +4 -1
  52. package/build/es/locales/ar_IQ/translations.json +4 -1
  53. package/build/es/locales/ckb/translations.json +4 -1
  54. package/build/es/locales/cs/translations.json +4 -1
  55. package/build/es/locales/da/translations.json +4 -1
  56. package/build/es/locales/en/translations.json +4 -1
  57. package/build/es/locales/es/translations.json +4 -1
  58. package/build/es/locales/fr/translations.json +4 -1
  59. package/build/es/locales/id/translations.json +4 -1
  60. package/build/es/locales/km/translations.json +4 -1
  61. package/build/es/locales/lo/translations.json +4 -1
  62. package/build/es/locales/my/translations.json +4 -1
  63. package/build/es/locales/nb/translations.json +4 -1
  64. package/build/es/locales/nl/translations.json +4 -1
  65. package/build/es/locales/or/translations.json +4 -1
  66. package/build/es/locales/prs/translations.json +4 -1
  67. package/build/es/locales/ps/translations.json +4 -1
  68. package/build/es/locales/pt/translations.json +4 -1
  69. package/build/es/locales/pt_BR/translations.json +4 -1
  70. package/build/es/locales/ro/translations.json +4 -1
  71. package/build/es/locales/ru/translations.json +4 -1
  72. package/build/es/locales/sv/translations.json +4 -1
  73. package/build/es/locales/tet/translations.json +4 -1
  74. package/build/es/locales/tg/translations.json +4 -1
  75. package/build/es/locales/uk/translations.json +4 -1
  76. package/build/es/locales/ur/translations.json +4 -1
  77. package/build/es/locales/uz/translations.json +4 -1
  78. package/build/es/locales/uz_Latn/translations.json +4 -1
  79. package/build/es/locales/vi/translations.json +4 -1
  80. package/build/es/locales/zh/translations.json +4 -1
  81. package/build/es/locales/zh_CN/translations.json +4 -1
  82. package/package.json +3 -3
@@ -4,7 +4,7 @@ import i18n from '@dhis2/d2-i18n';
4
4
  import { CircularLoader, IconChevronDown24, IconChevronUp24, colors, spacers } from '@dhis2/ui';
5
5
  import cx from 'classnames';
6
6
  import PropTypes from 'prop-types';
7
- import React, { useEffect, useState, useImperativeHandle, forwardRef } from 'react';
7
+ import React, { useCallback, useEffect, useState, useImperativeHandle, forwardRef } from 'react';
8
8
  import { InterpretationForm } from './InterpretationForm.js';
9
9
  import { InterpretationList } from './InterpretationList.js';
10
10
  const interpretationsQuery = {
@@ -40,17 +40,15 @@ export const InterpretationsUnit = /*#__PURE__*/forwardRef((_ref2, ref) => {
40
40
  } = useDataQuery(interpretationsQuery, {
41
41
  lazy: true
42
42
  });
43
-
44
- const onCompleteAction = () => {
43
+ const onCompleteAction = useCallback(() => {
45
44
  refetch({
46
45
  type,
47
46
  id
48
47
  });
49
- };
50
-
48
+ }, [type, id, refetch]);
51
49
  useImperativeHandle(ref, () => ({
52
50
  refresh: onCompleteAction
53
- }), []);
51
+ }), [onCompleteAction]);
54
52
  useEffect(() => {
55
53
  if (id) {
56
54
  refetch({
@@ -58,7 +56,7 @@ export const InterpretationsUnit = /*#__PURE__*/forwardRef((_ref2, ref) => {
58
56
  id
59
57
  });
60
58
  }
61
- }, [type, id]);
59
+ }, [type, id, refetch]);
62
60
  return /*#__PURE__*/React.createElement("div", {
63
61
  className: _JSXStyle.dynamic([["4120713286", [spacers.dp16, colors.grey400, colors.white, spacers.dp32, colors.grey900]]]) + " " + (cx('container', {
64
62
  expanded: isExpanded
@@ -188,7 +188,7 @@ export const RichTextEditor = /*#__PURE__*/forwardRef((_ref5, externalRef) => {
188
188
  var _textareaRef$current;
189
189
 
190
190
  return (_textareaRef$current = textareaRef.current) === null || _textareaRef$current === void 0 ? void 0 : _textareaRef$current.focus();
191
- }, [textareaRef.current]);
191
+ }, [textareaRef]);
192
192
  return /*#__PURE__*/React.createElement("div", {
193
193
  className: "jsx-".concat(mainClasses.__hash) + " " + "container"
194
194
  }, /*#__PURE__*/React.createElement(Toolbar, {
@@ -1,8 +1,8 @@
1
1
  import { colors, spacers, theme } from '@dhis2/ui';
2
2
  export const mainClasses = [".container.jsx-2278350860{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;}", ".preview.jsx-2278350860{font-size:14px;line-height:19px;color:".concat(colors.grey900, ";}"), ".textarea.jsx-2278350860{width:100%;box-sizing:border-box;padding:".concat(spacers.dp8, " ").concat(spacers.dp12, ";color:").concat(colors.grey900, ";background-color:").concat(colors.white, ";border:1px solid ").concat(colors.grey500, ";border-radius:3px;box-shadow:inset 0 0 0 1px rgba(102,113,123,0.15), inset 0 1px 2px 0 rgba(102,113,123,0.1);outline:0;font-size:14px;line-height:").concat(spacers.dp16, ";-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}"), ".textarea.jsx-2278350860:focus{outline:none;box-shadow:0 0 0 3px ".concat(theme.focus, ";}"), ".textarea.jsx-2278350860:disabled{background-color:".concat(colors.grey100, ";border-color:").concat(colors.grey500, ";color:").concat(theme.disabled, ";cursor:not-allowed;}")];
3
3
  mainClasses.__hash = "2278350860";
4
- export const toolbarClasses = [".toolbar.jsx-1189800463{background:".concat(colors.grey050, ";border-radius:3px;border:1px solid ").concat(colors.grey300, ";margin-bottom:").concat(spacers.dp4, ";}"), ".actionsWrapper.jsx-1189800463{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:".concat(spacers.dp4, ";-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:").concat(spacers.dp4, ";}"), ".mainActions.jsx-1189800463{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:".concat(spacers.dp4, ";margin-top:").concat(spacers.dp2, ";}"), ".sideActions.jsx-1189800463{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:auto;}", ".previewWrapper.jsx-1189800463{margin:".concat(spacers.dp4, ";text-align:right;}")];
5
- toolbarClasses.__hash = "1189800463";
4
+ export const toolbarClasses = [".toolbar.jsx-2267496677{background:".concat(colors.grey050, ";border-radius:3px;border:1px solid ").concat(colors.grey300, ";margin-bottom:").concat(spacers.dp4, ";}"), ".actionsWrapper.jsx-2267496677{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:".concat(spacers.dp4, ";-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:").concat(spacers.dp4, ";}"), ".mainActions.jsx-2267496677{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:".concat(spacers.dp4, ";margin-top:").concat(spacers.dp2, ";}"), ".sideActions.jsx-2267496677{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}", ".previewWrapper.jsx-2267496677{margin:".concat(spacers.dp4, ";text-align:right;}")];
5
+ toolbarClasses.__hash = "2267496677";
6
6
  export const tooltipAnchorClasses = [".tooltip.jsx-2182400256{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}"];
7
7
  tooltipAnchorClasses.__hash = "2182400256";
8
8
  export const emojisPopoverClasses = [".emojisList.jsx-2802175370{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:".concat(spacers.dp8, ";list-style-type:none;margin:0 ").concat(spacers.dp4, " 0 ").concat(spacers.dp8, ";padding:0;}"), ".emojisList.jsx-2802175370 li.jsx-2802175370{cursor:pointer;}"];
@@ -45,7 +45,7 @@ export const useUserSearchResults = _ref2 => {
45
45
  }
46
46
 
47
47
  return () => debouncedRefetch.cancel();
48
- }, [searchText]);
48
+ }, [searchText, debouncedRefetch]);
49
49
  useEffect(() => {
50
50
  if (data) {
51
51
  setData(data.users);
@@ -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": "",
@@ -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": "",
@@ -18,6 +18,9 @@
18
18
  "Unsubscribe": "",
19
19
  "Subscribe to get updates about new interpretations.": "",
20
20
  "Subscribe": "",
21
+ "About this map": "",
22
+ "About this line list": "",
23
+ "About this visualization": "",
21
24
  "This app could not retrieve required data.": "",
22
25
  "Network error": "",
23
26
  "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": "Ingen beskrivning",
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,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}})": "",
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": "",