@dhis2/analytics 22.0.0-alpha.2 → 23.0.0-alpha.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/build/cjs/__demo__/FileMenu.stories.js +9 -17
- package/build/cjs/__demo__/OpenFileDialog.stories.js +39 -6
- package/build/cjs/__fixtures__/fixtures.js +1 -0
- package/build/cjs/__fixtures__/json/api/analytics/enrollments.json +206 -0
- package/build/cjs/api/analytics/Analytics.js +6 -0
- package/build/cjs/api/analytics/AnalyticsEnrollments.js +48 -0
- package/build/cjs/api/analytics/__tests__/AnalyticsEnrollments.spec.js +50 -0
- package/build/cjs/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
- package/build/cjs/components/CachedDataQueryProvider.js +70 -0
- package/build/cjs/components/FileMenu/FileMenu.js +3 -4
- package/build/cjs/components/FileMenu/__tests__/FileMenu.spec.js +3 -5
- package/build/cjs/components/FileMenu/utils.js +1 -1
- package/build/cjs/components/OpenFileDialog/CustomSelectOption.js +2 -2
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +12 -8
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
- package/build/cjs/components/OpenFileDialog/utils.js +37 -59
- package/build/cjs/index.js +14 -0
- package/build/cjs/locales/ar/translations.json +9 -0
- package/build/cjs/locales/ar_EG/translations.json +9 -0
- package/build/cjs/locales/ar_IQ/translations.json +9 -0
- package/build/cjs/locales/ckb/translations.json +9 -0
- package/build/cjs/locales/cs/translations.json +17 -8
- package/build/cjs/locales/da/translations.json +9 -0
- package/build/cjs/locales/en/translations.json +9 -7
- package/build/cjs/locales/es/translations.json +9 -0
- package/build/cjs/locales/fr/translations.json +9 -0
- package/build/cjs/locales/id/translations.json +9 -0
- package/build/cjs/locales/km/translations.json +9 -0
- package/build/cjs/locales/lo/translations.json +9 -0
- package/build/cjs/locales/my/translations.json +9 -0
- package/build/cjs/locales/nb/translations.json +9 -0
- package/build/cjs/locales/nl/translations.json +9 -0
- package/build/cjs/locales/prs/translations.json +9 -0
- package/build/cjs/locales/ps/translations.json +9 -0
- package/build/cjs/locales/pt/translations.json +9 -0
- package/build/cjs/locales/pt_BR/translations.json +9 -0
- package/build/cjs/locales/ru/translations.json +9 -0
- package/build/cjs/locales/sv/translations.json +9 -0
- package/build/cjs/locales/tet/translations.json +9 -0
- package/build/cjs/locales/tg/translations.json +9 -0
- package/build/cjs/locales/uk/translations.json +9 -0
- package/build/cjs/locales/ur/translations.json +9 -0
- package/build/cjs/locales/uz/translations.json +9 -0
- package/build/cjs/locales/uz_Latn/translations.json +9 -0
- package/build/cjs/locales/vi/translations.json +9 -0
- package/build/cjs/locales/zh/translations.json +10 -1
- package/build/cjs/locales/zh_CN/translations.json +9 -0
- package/build/cjs/modules/layoutUiRules/rules.js +5 -1
- package/build/es/__demo__/FileMenu.stories.js +9 -17
- package/build/es/__demo__/OpenFileDialog.stories.js +38 -6
- package/build/es/__fixtures__/fixtures.js +1 -0
- package/build/es/__fixtures__/json/api/analytics/enrollments.json +206 -0
- package/build/es/api/analytics/Analytics.js +5 -0
- package/build/es/api/analytics/AnalyticsEnrollments.js +38 -0
- package/build/es/api/analytics/__tests__/AnalyticsEnrollments.spec.js +40 -0
- package/build/es/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
- package/build/es/components/CachedDataQueryProvider.js +50 -0
- package/build/es/components/FileMenu/FileMenu.js +3 -4
- package/build/es/components/FileMenu/__tests__/FileMenu.spec.js +3 -5
- package/build/es/components/FileMenu/utils.js +1 -1
- package/build/es/components/OpenFileDialog/CustomSelectOption.js +2 -2
- package/build/es/components/OpenFileDialog/OpenFileDialog.js +12 -8
- package/build/es/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
- package/build/es/components/OpenFileDialog/utils.js +35 -56
- package/build/es/index.js +2 -1
- package/build/es/locales/ar/translations.json +9 -0
- package/build/es/locales/ar_EG/translations.json +9 -0
- package/build/es/locales/ar_IQ/translations.json +9 -0
- package/build/es/locales/ckb/translations.json +9 -0
- package/build/es/locales/cs/translations.json +17 -8
- package/build/es/locales/da/translations.json +9 -0
- package/build/es/locales/en/translations.json +9 -7
- package/build/es/locales/es/translations.json +9 -0
- package/build/es/locales/fr/translations.json +9 -0
- package/build/es/locales/id/translations.json +9 -0
- package/build/es/locales/km/translations.json +9 -0
- package/build/es/locales/lo/translations.json +9 -0
- package/build/es/locales/my/translations.json +9 -0
- package/build/es/locales/nb/translations.json +9 -0
- package/build/es/locales/nl/translations.json +9 -0
- package/build/es/locales/prs/translations.json +9 -0
- package/build/es/locales/ps/translations.json +9 -0
- package/build/es/locales/pt/translations.json +9 -0
- package/build/es/locales/pt_BR/translations.json +9 -0
- package/build/es/locales/ru/translations.json +9 -0
- package/build/es/locales/sv/translations.json +9 -0
- package/build/es/locales/tet/translations.json +9 -0
- package/build/es/locales/tg/translations.json +9 -0
- package/build/es/locales/uk/translations.json +9 -0
- package/build/es/locales/ur/translations.json +9 -0
- package/build/es/locales/uz/translations.json +9 -0
- package/build/es/locales/uz_Latn/translations.json +9 -0
- package/build/es/locales/vi/translations.json +9 -0
- package/build/es/locales/zh/translations.json +10 -1
- package/build/es/locales/zh_CN/translations.json +9 -0
- package/build/es/modules/layoutUiRules/rules.js +6 -2
- package/package.json +2 -2
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"This app could not retrieve required data.": "",
|
|
24
|
+
"Network error": "",
|
|
23
25
|
"Data Type": "",
|
|
24
26
|
"All types": "",
|
|
25
27
|
"Totals only": "",
|
|
@@ -119,6 +121,13 @@
|
|
|
119
121
|
"No event reports found. Click New event report to get started.": "",
|
|
120
122
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
121
123
|
"New event report": "",
|
|
124
|
+
"Open an event visualization": "",
|
|
125
|
+
"Loading event visualizations": "",
|
|
126
|
+
"Couldn't load event visualizations": "",
|
|
127
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
128
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
129
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
130
|
+
"New event visualization": "",
|
|
122
131
|
"Options": "الخيارات",
|
|
123
132
|
"Hide": "إخفاء",
|
|
124
133
|
"Update": "تحديث",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "شاردنەوە",
|
|
120
129
|
"Update": "نوێ کردنەوە",
|
|
@@ -18,6 +18,8 @@
|
|
|
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
|
+
"This app could not retrieve required data.": "",
|
|
22
|
+
"Network error": "",
|
|
21
23
|
"Data Type": "Typ dat",
|
|
22
24
|
"All types": "Všechny typy",
|
|
23
25
|
"Totals only": "Pouze součty",
|
|
@@ -117,6 +119,13 @@
|
|
|
117
119
|
"No event reports found. Click New event report to get started.": "Nebyly nalezeny žádné zprávy o událostech. Začněte kliknutím na Nový přehled událostí.",
|
|
118
120
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "Nebyly nalezeny žádné zprávy o událostech. Zkuste upravit možnosti vyhledávání nebo filtrování, abyste našli to, co hledáte.",
|
|
119
121
|
"New event report": "Nová zpráva o události",
|
|
122
|
+
"Open an event visualization": "",
|
|
123
|
+
"Loading event visualizations": "",
|
|
124
|
+
"Couldn't load event visualizations": "",
|
|
125
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
126
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
127
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
128
|
+
"New event visualization": "",
|
|
120
129
|
"Options": "Možnosti",
|
|
121
130
|
"Hide": "Skrýt",
|
|
122
131
|
"Update": "Aktualizovat",
|
|
@@ -230,14 +239,14 @@
|
|
|
230
239
|
"Six-months": "Půlrok",
|
|
231
240
|
"Financial Years": "Finanční roky",
|
|
232
241
|
"Years": "Let",
|
|
233
|
-
"Translating to": "",
|
|
234
|
-
"Choose a locale": "",
|
|
235
|
-
"Base locale reference": "",
|
|
236
|
-
"Choose a locale to translate from the menu above": "",
|
|
237
|
-
"Translate: {{objectName}}": "",
|
|
238
|
-
"Save translations": "",
|
|
239
|
-
"Could not load translations": "",
|
|
240
|
-
"Retry": "",
|
|
242
|
+
"Translating to": "Překlad do",
|
|
243
|
+
"Choose a locale": "Vyberte národní prostředí",
|
|
244
|
+
"Base locale reference": "Odkaz na základní národní prostředí",
|
|
245
|
+
"Choose a locale to translate from the menu above": "Z nabídky výše vyberte národní prostředí, které chcete přeložit",
|
|
246
|
+
"Translate: {{objectName}}": "Přeložit: {{objectName}}",
|
|
247
|
+
"Save translations": "Uložit překlady",
|
|
248
|
+
"Could not load translations": "Nelze načíst překlady",
|
|
249
|
+
"Retry": "Opakovat",
|
|
241
250
|
"Series": "Série",
|
|
242
251
|
"Category": "Kategorie",
|
|
243
252
|
"Filter": "Filtr",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Update",
|
|
@@ -16,6 +16,8 @@
|
|
|
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
|
+
"This app could not retrieve required data.": "This app could not retrieve required data.",
|
|
20
|
+
"Network error": "Network error",
|
|
19
21
|
"Data Type": "Data Type",
|
|
20
22
|
"All types": "All types",
|
|
21
23
|
"Totals only": "Totals only",
|
|
@@ -108,13 +110,13 @@
|
|
|
108
110
|
"No maps found. Click New map to get started.": "No maps found. Click New map to get started.",
|
|
109
111
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "No maps found. Try adjusting your search or filter options to find what you're looking for.",
|
|
110
112
|
"New map": "New map",
|
|
111
|
-
"Open an event
|
|
112
|
-
"Loading event
|
|
113
|
-
"Couldn't load event
|
|
114
|
-
"There was a problem loading event
|
|
115
|
-
"No event
|
|
116
|
-
"No event
|
|
117
|
-
"New event
|
|
113
|
+
"Open an event visualization": "Open an event visualization",
|
|
114
|
+
"Loading event visualizations": "Loading event visualizations",
|
|
115
|
+
"Couldn't load event visualizations": "Couldn't load event visualizations",
|
|
116
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "There was a problem loading event visualizations. Try again or contact your system administrator.",
|
|
117
|
+
"No event visualizations found. Click New event visualization to get started.": "No event visualizations found. Click New event visualization to get started.",
|
|
118
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.",
|
|
119
|
+
"New event visualization": "New event visualization",
|
|
118
120
|
"Options": "Options",
|
|
119
121
|
"Hide": "Hide",
|
|
120
122
|
"Update": "Update",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Tipo de datos",
|
|
20
22
|
"All types": "Todos los tipos",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Opciones",
|
|
119
128
|
"Hide": "Ocultar",
|
|
120
129
|
"Update": "Actualizar",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Type de données",
|
|
20
22
|
"All types": "Tous les types",
|
|
21
23
|
"Totals only": "Totaux uniquement",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Options",
|
|
119
128
|
"Hide": "Masquer",
|
|
120
129
|
"Update": "Mettre à jour",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Tipe Data",
|
|
19
21
|
"All types": "Semua jenis",
|
|
20
22
|
"Totals only": "Total saja",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "Opsi",
|
|
118
127
|
"Hide": "Sembunyikan",
|
|
119
128
|
"Update": "Perbarui",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "",
|
|
118
127
|
"Hide": "",
|
|
119
128
|
"Update": "ធ្វើបច្ចុប្បន្នភាព",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "ຈັດການ",
|
|
118
127
|
"Hide": "ເຊື່ອງ",
|
|
119
128
|
"Update": "ປັບປຸງ",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "",
|
|
118
127
|
"Hide": "",
|
|
119
128
|
"Update": "နောက်ဆုံးသတင်းကိုရစေခြင်း",
|
|
@@ -16,6 +16,8 @@
|
|
|
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
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Datatype",
|
|
20
22
|
"All types": "Alle typer",
|
|
21
23
|
"Totals only": "Kun totaler",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Alternativ",
|
|
119
128
|
"Hide": "Skjul",
|
|
120
129
|
"Update": "Oppdater",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Bijwerken",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "گزینهها",
|
|
119
128
|
"Hide": "مخفی کردن",
|
|
120
129
|
"Update": "تجدید",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "ګزینه",
|
|
119
128
|
"Hide": "پټ یې کړئ",
|
|
120
129
|
"Update": "تجدید یا نوي یې کړئ",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Tipo de dados",
|
|
20
22
|
"All types": "Todos os tipos",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Opções",
|
|
119
128
|
"Hide": "Esconder",
|
|
120
129
|
"Update": "Actualizar",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Opções",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Actualizar",
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
"Unsubscribe": "",
|
|
19
19
|
"Subscribe to get updates about new interpretations.": "",
|
|
20
20
|
"Subscribe": "",
|
|
21
|
+
"This app could not retrieve required data.": "",
|
|
22
|
+
"Network error": "",
|
|
21
23
|
"Data Type": "Тип данных",
|
|
22
24
|
"All types": "Все типы",
|
|
23
25
|
"Totals only": "",
|
|
@@ -117,6 +119,13 @@
|
|
|
117
119
|
"No event reports found. Click New event report to get started.": "",
|
|
118
120
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
119
121
|
"New event report": "",
|
|
122
|
+
"Open an event visualization": "",
|
|
123
|
+
"Loading event visualizations": "",
|
|
124
|
+
"Couldn't load event visualizations": "",
|
|
125
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
126
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
127
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
128
|
+
"New event visualization": "",
|
|
120
129
|
"Options": "Параметры",
|
|
121
130
|
"Hide": "Скрыть",
|
|
122
131
|
"Update": "Обновить",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Alternativ",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Uppdatera",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "Opsoens",
|
|
118
127
|
"Hide": "Subar",
|
|
119
128
|
"Update": "Atualiza",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Имконот",
|
|
119
128
|
"Hide": "Пинҳон кардан",
|
|
120
129
|
"Update": "Навсозӣ",
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
"Unsubscribe": "",
|
|
19
19
|
"Subscribe to get updates about new interpretations.": "",
|
|
20
20
|
"Subscribe": "",
|
|
21
|
+
"This app could not retrieve required data.": "",
|
|
22
|
+
"Network error": "",
|
|
21
23
|
"Data Type": "",
|
|
22
24
|
"All types": "",
|
|
23
25
|
"Totals only": "",
|
|
@@ -117,6 +119,13 @@
|
|
|
117
119
|
"No event reports found. Click New event report to get started.": "",
|
|
118
120
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
119
121
|
"New event report": "",
|
|
122
|
+
"Open an event visualization": "",
|
|
123
|
+
"Loading event visualizations": "",
|
|
124
|
+
"Couldn't load event visualizations": "",
|
|
125
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
126
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
127
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
128
|
+
"New event visualization": "",
|
|
120
129
|
"Options": "Опції",
|
|
121
130
|
"Hide": "Сховати",
|
|
122
131
|
"Update": "Оновити",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "اختیارات",
|
|
119
128
|
"Hide": "چھپائیں",
|
|
120
129
|
"Update": "اپڈیٹ",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Маълумот тури",
|
|
19
21
|
"All types": "Барча турлари",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "Вариант",
|
|
118
127
|
"Hide": "Беркитиш",
|
|
119
128
|
"Update": "Янгилаш",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Maʼlumot turi",
|
|
19
21
|
"All types": "Barcha turlari",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "Вариант",
|
|
118
127
|
"Hide": "Berkitish",
|
|
119
128
|
"Update": "Янгилаш",
|