@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
|
@@ -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": "",
|
|
@@ -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": "",
|
|
@@ -44,16 +47,16 @@
|
|
|
44
47
|
"Metric type": "",
|
|
45
48
|
"All metrics": "Всі метрики",
|
|
46
49
|
"Move to {{axisName}}": "",
|
|
47
|
-
"Add to {{axisName}}": "",
|
|
50
|
+
"Add to {{axisName}}": "Додати до {{axisName}}",
|
|
48
51
|
"Not available for {{visualizationType}}": "",
|
|
49
52
|
"Remove Assigned Categories": "",
|
|
50
|
-
"Add Assigned Categories": "",
|
|
53
|
+
"Add Assigned Categories": "Додати призначені категорії",
|
|
51
54
|
"Remove": "Прибрати",
|
|
52
|
-
"Filter dimensions": "",
|
|
53
|
-
"Main dimensions": "",
|
|
54
|
-
"Your dimensions": "",
|
|
55
|
+
"Filter dimensions": "Виміри фільтра",
|
|
56
|
+
"Main dimensions": "Основні виміри",
|
|
57
|
+
"Your dimensions": "Ваші виміри",
|
|
55
58
|
"Dimension recommended with selected data": "",
|
|
56
|
-
"All items": "",
|
|
59
|
+
"All items": "Всі елементи",
|
|
57
60
|
"Automatically include all items": "",
|
|
58
61
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
59
62
|
"Manually select items...": "",
|
|
@@ -275,17 +278,17 @@
|
|
|
275
278
|
"Save translations": "",
|
|
276
279
|
"Could not load translations": "",
|
|
277
280
|
"Retry": "",
|
|
278
|
-
"Series": "",
|
|
281
|
+
"Series": "Серія",
|
|
279
282
|
"Category": "Категорія",
|
|
280
283
|
"Filter": "Фільтр",
|
|
281
284
|
"Columns": "",
|
|
282
285
|
"Rows": "",
|
|
283
286
|
"Points": "",
|
|
284
|
-
"Reporting rate": "",
|
|
285
|
-
"Reporting rate on time": "",
|
|
286
|
-
"Actual reports": "",
|
|
287
|
-
"Actual reports on time": "",
|
|
288
|
-
"Expected reports": "",
|
|
287
|
+
"Reporting rate": "Частота повідомлень",
|
|
288
|
+
"Reporting rate on time": "Частота повідомлень у часі",
|
|
289
|
+
"Actual reports": "Фактичні звіти",
|
|
290
|
+
"Actual reports on time": "Фактичні звіти за часом",
|
|
291
|
+
"Expected reports": "Очікувані звіти",
|
|
289
292
|
"Program": "Програма",
|
|
290
293
|
"Select a program": "",
|
|
291
294
|
"Indicators": "Показники",
|
|
@@ -363,7 +366,7 @@
|
|
|
363
366
|
"Linear Regression": "",
|
|
364
367
|
"Target": "Ціль",
|
|
365
368
|
"Base": "",
|
|
366
|
-
"Axis {{axisId}}": "",
|
|
369
|
+
"Axis {{axisId}}": "Вісь {{axisId}}",
|
|
367
370
|
"{{count}} items_0": "",
|
|
368
371
|
"{{count}} items_1": "",
|
|
369
372
|
"{{count}} items_2": "",
|
|
@@ -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,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": "Tavsif yoʼq",
|
|
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": "Maʼlumot turi",
|
|
@@ -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": "Không mô tả",
|
|
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": "Loại dữ liệu",
|
|
@@ -5,16 +5,19 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "{{userOrGroup}} ({{accessLevel}})",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "与 {{commaSeparatedListOfUsersAndGroups}} 共享",
|
|
7
7
|
"Not shared with any users or groups": "不与任何用户或组共享",
|
|
8
|
-
"About this visualization": "关于此可视化",
|
|
9
8
|
"No description": "无描述",
|
|
10
9
|
"Last updated {{time}}": "最后更新 {{time}}",
|
|
11
10
|
"Created {{time}} by {{author}}": "由 {{author}} 在 {{time}} 创建",
|
|
11
|
+
"Created {{time}}": "",
|
|
12
12
|
"Viewed {{count}} times": "查看了 {{count}} 次",
|
|
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": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2/analytics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.1",
|
|
4
4
|
"main": "./build/cjs/index.js",
|
|
5
5
|
"module": "./build/es/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@dhis2/cli-app-scripts": "^9.0.1",
|
|
36
36
|
"@dhis2/cli-style": "^10.4.1",
|
|
37
37
|
"@dhis2/d2-i18n": "^1.1.0",
|
|
38
|
-
"@dhis2/ui": "^8.4.
|
|
38
|
+
"@dhis2/ui": "^8.4.9",
|
|
39
39
|
"@sambego/storybook-state": "^2.0.1",
|
|
40
40
|
"@storybook/addons": "^6.5.9",
|
|
41
41
|
"@storybook/preset-create-react-app": "^3.1.7",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"classnames": "^2.3.1",
|
|
63
63
|
"d2-utilizr": "^0.2.16",
|
|
64
64
|
"d3-color": "^1.2.3",
|
|
65
|
-
"highcharts": "^10.
|
|
65
|
+
"highcharts": "^10.2.0",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
67
|
"mathjs": "^9.4.2",
|
|
68
68
|
"react-beautiful-dnd": "^10.1.1",
|