@dhis2/analytics 23.13.8 → 23.13.11
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 +21 -0
- package/build/cjs/components/Interpretations/InterpretationModal/InterpretationModal.js +2 -1
- package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationForm.js +2 -1
- package/build/cjs/components/Interpretations/InterpretationsUnit/InterpretationList.js +1 -0
- package/build/cjs/components/Interpretations/common/Interpretation/Interpretation.js +8 -4
- package/build/cjs/components/Interpretations/common/Interpretation/InterpretationDeleteButton.js +2 -1
- package/build/cjs/components/Interpretations/common/Message/MessageEditorContainer.js +5 -2
- package/build/cjs/components/Interpretations/common/Message/MessageIconButton.js +4 -1
- package/build/cjs/locales/ar/translations.json +3 -3
- package/build/cjs/locales/ar_EG/translations.json +3 -3
- package/build/cjs/locales/ar_IQ/translations.json +3 -3
- package/build/cjs/locales/ckb/translations.json +3 -3
- package/build/cjs/locales/cs/translations.json +3 -3
- package/build/cjs/locales/da/translations.json +3 -3
- package/build/cjs/locales/es/translations.json +3 -3
- package/build/cjs/locales/fr/translations.json +3 -3
- package/build/cjs/locales/id/translations.json +3 -3
- package/build/cjs/locales/km/translations.json +3 -3
- package/build/cjs/locales/lo/translations.json +3 -3
- package/build/cjs/locales/my/translations.json +3 -3
- package/build/cjs/locales/nb/translations.json +3 -3
- package/build/cjs/locales/nl/translations.json +3 -3
- package/build/cjs/locales/or/translations.json +3 -3
- package/build/cjs/locales/prs/translations.json +3 -3
- package/build/cjs/locales/ps/translations.json +3 -3
- package/build/cjs/locales/pt/translations.json +3 -3
- package/build/cjs/locales/pt_BR/translations.json +3 -3
- package/build/cjs/locales/ro/translations.json +3 -3
- package/build/cjs/locales/ru/translations.json +3 -3
- package/build/cjs/locales/sv/translations.json +3 -3
- package/build/cjs/locales/tet/translations.json +3 -3
- package/build/cjs/locales/tg/translations.json +3 -3
- package/build/cjs/locales/uk/translations.json +7 -7
- package/build/cjs/locales/ur/translations.json +3 -3
- package/build/cjs/locales/uz/translations.json +3 -3
- package/build/cjs/locales/uz_Latn/translations.json +3 -3
- package/build/cjs/locales/vi/translations.json +3 -3
- package/build/cjs/locales/zh/translations.json +3 -3
- package/build/cjs/locales/zh_CN/translations.json +3 -3
- package/build/es/components/Interpretations/InterpretationModal/InterpretationModal.js +2 -1
- package/build/es/components/Interpretations/InterpretationsUnit/InterpretationForm.js +2 -1
- package/build/es/components/Interpretations/InterpretationsUnit/InterpretationList.js +1 -0
- package/build/es/components/Interpretations/common/Interpretation/Interpretation.js +8 -4
- package/build/es/components/Interpretations/common/Interpretation/InterpretationDeleteButton.js +2 -1
- package/build/es/components/Interpretations/common/Message/MessageEditorContainer.js +5 -2
- package/build/es/components/Interpretations/common/Message/MessageIconButton.js +4 -1
- package/build/es/locales/ar/translations.json +3 -3
- package/build/es/locales/ar_EG/translations.json +3 -3
- package/build/es/locales/ar_IQ/translations.json +3 -3
- package/build/es/locales/ckb/translations.json +3 -3
- package/build/es/locales/cs/translations.json +3 -3
- package/build/es/locales/da/translations.json +3 -3
- package/build/es/locales/es/translations.json +3 -3
- package/build/es/locales/fr/translations.json +3 -3
- package/build/es/locales/id/translations.json +3 -3
- package/build/es/locales/km/translations.json +3 -3
- package/build/es/locales/lo/translations.json +3 -3
- package/build/es/locales/my/translations.json +3 -3
- package/build/es/locales/nb/translations.json +3 -3
- package/build/es/locales/nl/translations.json +3 -3
- package/build/es/locales/or/translations.json +3 -3
- package/build/es/locales/prs/translations.json +3 -3
- package/build/es/locales/ps/translations.json +3 -3
- package/build/es/locales/pt/translations.json +3 -3
- package/build/es/locales/pt_BR/translations.json +3 -3
- package/build/es/locales/ro/translations.json +3 -3
- package/build/es/locales/ru/translations.json +3 -3
- package/build/es/locales/sv/translations.json +3 -3
- package/build/es/locales/tet/translations.json +3 -3
- package/build/es/locales/tg/translations.json +3 -3
- package/build/es/locales/uk/translations.json +7 -7
- package/build/es/locales/ur/translations.json +3 -3
- package/build/es/locales/uz/translations.json +3 -3
- package/build/es/locales/uz_Latn/translations.json +3 -3
- package/build/es/locales/vi/translations.json +3 -3
- package/build/es/locales/zh/translations.json +3 -3
- package/build/es/locales/zh_CN/translations.json +3 -3
- package/package.json +1 -1
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "Pesquisar",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "Cancelar",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "Actualizar",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "Nenhum resultado encontrado",
|
|
118
118
|
"Created by": "Criado por",
|
|
119
119
|
"Anyone": "",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "Pesquisar",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "Cancelar",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "Actualizar",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "",
|
|
118
118
|
"Created by": "",
|
|
119
119
|
"Anyone": "",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"Manually select items...": "",
|
|
59
59
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
60
60
|
"Search": "Căutare",
|
|
61
|
-
"Nothing found for {{searchTerm}}": "",
|
|
61
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
62
62
|
"Delete {{fileType}}": "",
|
|
63
63
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
64
64
|
"Cancel": "Anulare",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"Could not update comment": "",
|
|
91
91
|
"Enter comment text": "",
|
|
92
92
|
"Update": "Actualizare",
|
|
93
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
93
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
94
94
|
"Could not load interpretation": "",
|
|
95
95
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
96
96
|
"Hide interpretation": "",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"Back to write mode": "",
|
|
115
115
|
"Too many results. Try refining the search.": "",
|
|
116
116
|
"Search for a user": "",
|
|
117
|
-
"Searching for \"{{searchText}}\"": "",
|
|
117
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
118
118
|
"No results found": "Nu au fost găsite rezultate",
|
|
119
119
|
"Created by": "",
|
|
120
120
|
"Anyone": "Oricine",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"Manually select items...": "",
|
|
60
60
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
61
61
|
"Search": "Поиск",
|
|
62
|
-
"Nothing found for {{searchTerm}}": "",
|
|
62
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
63
63
|
"Delete {{fileType}}": "",
|
|
64
64
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
65
65
|
"Cancel": "Отмена",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"Could not update comment": "",
|
|
92
92
|
"Enter comment text": "",
|
|
93
93
|
"Update": "Обновить",
|
|
94
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
94
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
95
95
|
"Could not load interpretation": "",
|
|
96
96
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
97
97
|
"Hide interpretation": "",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"Back to write mode": "",
|
|
116
116
|
"Too many results. Try refining the search.": "",
|
|
117
117
|
"Search for a user": "",
|
|
118
|
-
"Searching for \"{{searchText}}\"": "",
|
|
118
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
119
119
|
"No results found": "Результаты не найдены",
|
|
120
120
|
"Created by": "Создано",
|
|
121
121
|
"Anyone": "Любой",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "Sök",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "Avbryt",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "Uppdatera",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "Inga resultat hittades",
|
|
118
118
|
"Created by": "Skapad av",
|
|
119
119
|
"Anyone": "",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
58
58
|
"Search": "",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "",
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
62
62
|
"Cancel": "Kansela",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "",
|
|
89
89
|
"Enter comment text": "",
|
|
90
90
|
"Update": "Atualiza",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
94
94
|
"Hide interpretation": "",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "",
|
|
113
113
|
"Too many results. Try refining the search.": "",
|
|
114
114
|
"Search for a user": "",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "",
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "",
|
|
117
117
|
"Created by": "Kria husi",
|
|
118
118
|
"Anyone": "",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "Ҷустуҷӯ",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "Бекор кардан",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "Навсозӣ",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "",
|
|
118
118
|
"Created by": "",
|
|
119
119
|
"Anyone": "",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"Manually select items...": "",
|
|
60
60
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
61
61
|
"Search": "Пошук",
|
|
62
|
-
"Nothing found for {{searchTerm}}": "",
|
|
62
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
63
63
|
"Delete {{fileType}}": "",
|
|
64
64
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
65
65
|
"Cancel": "Скасувати",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"Could not update comment": "",
|
|
92
92
|
"Enter comment text": "",
|
|
93
93
|
"Update": "Оновити",
|
|
94
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
94
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
95
95
|
"Could not load interpretation": "",
|
|
96
96
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
97
97
|
"Hide interpretation": "",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"Back to write mode": "",
|
|
116
116
|
"Too many results. Try refining the search.": "",
|
|
117
117
|
"Search for a user": "",
|
|
118
|
-
"Searching for \"{{searchText}}\"": "",
|
|
118
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
119
119
|
"No results found": "Результатів не знайдено",
|
|
120
120
|
"Created by": "Створено",
|
|
121
121
|
"Anyone": "",
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
"Last 3 days": "Минулі 3 дні",
|
|
222
222
|
"Last 7 days": "Минулі 7 днів",
|
|
223
223
|
"Last 14 days": "Минулі 14 днів",
|
|
224
|
-
"Last 30 days": "",
|
|
225
|
-
"Last 60 days": "",
|
|
226
|
-
"Last 90 days": "",
|
|
227
|
-
"Last 180 days": "",
|
|
224
|
+
"Last 30 days": "Останні 30 днів",
|
|
225
|
+
"Last 60 days": "Останні 60 днів",
|
|
226
|
+
"Last 90 days": "Останні 90 днів",
|
|
227
|
+
"Last 180 days": "Останні 180 днів",
|
|
228
228
|
"This week": "Поточний тиждень",
|
|
229
229
|
"Last week": "Минулий тиждень",
|
|
230
230
|
"Last 4 weeks": "Останні 4 тижні",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "تلاش کریں",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "منسوخ",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "اپڈیٹ",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "کوئی نتیجہ نہیں ملا",
|
|
118
118
|
"Created by": "تخلیق کیا",
|
|
119
119
|
"Anyone": "",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
58
58
|
"Search": "Излаш",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "",
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
62
62
|
"Cancel": "Бекор қилиш",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "",
|
|
89
89
|
"Enter comment text": "",
|
|
90
90
|
"Update": "Янгилаш",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
94
94
|
"Hide interpretation": "",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "",
|
|
113
113
|
"Too many results. Try refining the search.": "",
|
|
114
114
|
"Search for a user": "",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "",
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "Ҳеч қандай натижа топилмади",
|
|
117
117
|
"Created by": "Томонидан яратилган",
|
|
118
118
|
"Anyone": "Кимдир",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
58
58
|
"Search": "Izlash",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "",
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
62
62
|
"Cancel": "Бекор қилиш",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "",
|
|
89
89
|
"Enter comment text": "",
|
|
90
90
|
"Update": "Янгилаш",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
94
94
|
"Hide interpretation": "",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "",
|
|
113
113
|
"Too many results. Try refining the search.": "",
|
|
114
114
|
"Search for a user": "",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "",
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "Hech qanday natija topilmadi",
|
|
117
117
|
"Created by": "Томонидан яратилган",
|
|
118
118
|
"Anyone": "Kimdir",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
58
58
|
"Search": "Tìm kiếm",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
62
62
|
"Cancel": "Hủy",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "",
|
|
89
89
|
"Enter comment text": "",
|
|
90
90
|
"Update": "Cập nhật",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
94
94
|
"Hide interpretation": "",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "",
|
|
113
113
|
"Too many results. Try refining the search.": "",
|
|
114
114
|
"Search for a user": "",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "",
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "Không tìm thấy kết quả nào",
|
|
117
117
|
"Created by": "Được tạo bởi",
|
|
118
118
|
"Anyone": "Bất kỳ ai",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "手动选择条目...",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "在 {{- dimensionTitle}} 中找不到任何内容",
|
|
58
58
|
"Search": "搜索",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "删除{{fileType}}",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "此{{fileType}}和相关解释将被删除。继续?",
|
|
62
62
|
"Cancel": "取消",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "无法更新评论",
|
|
89
89
|
"Enter comment text": "输入评论文本",
|
|
90
90
|
"Update": "更新",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "无法加载解释",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "无法显示解释。重试或联系您的系统管理员。",
|
|
94
94
|
"Hide interpretation": "隐藏解释",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "返回写入模式",
|
|
113
113
|
"Too many results. Try refining the search.": "结果太多。尝试优化搜索。",
|
|
114
114
|
"Search for a user": "搜索用户",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "没有结果",
|
|
117
117
|
"Created by": "创建人",
|
|
118
118
|
"Anyone": "任何人",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"Manually select items...": "",
|
|
57
57
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
58
58
|
"Search": "搜索",
|
|
59
|
-
"Nothing found for {{searchTerm}}": "",
|
|
59
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
60
60
|
"Delete {{fileType}}": "",
|
|
61
61
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
62
62
|
"Cancel": "取消",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Could not update comment": "",
|
|
89
89
|
"Enter comment text": "",
|
|
90
90
|
"Update": "更新",
|
|
91
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
91
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
92
92
|
"Could not load interpretation": "",
|
|
93
93
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
94
94
|
"Hide interpretation": "",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"Back to write mode": "",
|
|
113
113
|
"Too many results. Try refining the search.": "",
|
|
114
114
|
"Search for a user": "",
|
|
115
|
-
"Searching for \"{{searchText}}\"": "",
|
|
115
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
116
116
|
"No results found": "没有结果",
|
|
117
117
|
"Created by": "创建自",
|
|
118
118
|
"Anyone": "任何人",
|
|
@@ -105,7 +105,8 @@ const InterpretationModal = _ref2 => {
|
|
|
105
105
|
onClose: handleClose,
|
|
106
106
|
className: cx(modalCSS.className, {
|
|
107
107
|
hidden: shouldCssHideModal
|
|
108
|
-
})
|
|
108
|
+
}),
|
|
109
|
+
dataTest: "interpretation-modal"
|
|
109
110
|
}, /*#__PURE__*/React.createElement("h1", {
|
|
110
111
|
className: _JSXStyle.dynamic([["3175860552", [colors.grey900, spacers.dp24, spacers.dp4, spacers.dp4]]]) + " " + "title"
|
|
111
112
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -35,7 +35,8 @@ export const InterpretationForm = _ref => {
|
|
|
35
35
|
});
|
|
36
36
|
const inputPlaceholder = i18n.t('Write an interpretation');
|
|
37
37
|
return /*#__PURE__*/React.createElement(MessageEditorContainer, {
|
|
38
|
-
currentUser: currentUser
|
|
38
|
+
currentUser: currentUser,
|
|
39
|
+
dataTest: "interpretation-form"
|
|
39
40
|
}, showRichTextEditor ? /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(RichTextEditor, {
|
|
40
41
|
disabled: saveMutationInProgress,
|
|
41
42
|
inputPlaceholder: inputPlaceholder,
|
|
@@ -41,6 +41,7 @@ export const InterpretationList = _ref => {
|
|
|
41
41
|
return groupedInterpretations;
|
|
42
42
|
}, {});
|
|
43
43
|
return /*#__PURE__*/React.createElement("ol", {
|
|
44
|
+
"data-test": "interpretations-list",
|
|
44
45
|
className: _JSXStyle.dynamic([["4058400613", [spacers.dp8, spacers.dp8, spacers.dp16, colors.grey800, spacers.dp12, spacers.dp12, spacers.dp32, spacers.dp4]]]) + " " + "interpretation-groups"
|
|
45
46
|
}, Object.keys(interpretationsByDate).sort().reverse().map(date => /*#__PURE__*/React.createElement("li", {
|
|
46
47
|
key: date,
|
|
@@ -45,16 +45,19 @@ export const Interpretation = _ref => {
|
|
|
45
45
|
onClick: toggleLike,
|
|
46
46
|
selected: isLikedByCurrentUser,
|
|
47
47
|
count: interpretation.likes,
|
|
48
|
-
disabled: toggleLikeInProgress
|
|
48
|
+
disabled: toggleLikeInProgress,
|
|
49
|
+
dataTest: "interpretation-like-unlike-button"
|
|
49
50
|
}), /*#__PURE__*/React.createElement(MessageIconButton, {
|
|
50
51
|
tooltipContent: i18n.t('Reply'),
|
|
51
52
|
iconComponent: IconReply16,
|
|
52
53
|
onClick: () => onReplyIconClick(interpretation.id),
|
|
53
|
-
count: interpretation.comments.length
|
|
54
|
+
count: interpretation.comments.length,
|
|
55
|
+
dataTest: "interpretation-reply-button"
|
|
54
56
|
}), interpretation.access.manage && /*#__PURE__*/React.createElement(MessageIconButton, {
|
|
55
57
|
iconComponent: IconShare16,
|
|
56
58
|
tooltipContent: i18n.t('Share'),
|
|
57
|
-
onClick: () => setShowSharingDialog(true)
|
|
59
|
+
onClick: () => setShowSharingDialog(true),
|
|
60
|
+
dataTest: "interpretation-share-button"
|
|
58
61
|
}), showSharingDialog && /*#__PURE__*/React.createElement(SharingDialog, {
|
|
59
62
|
open: true,
|
|
60
63
|
type: 'interpretation',
|
|
@@ -63,7 +66,8 @@ export const Interpretation = _ref => {
|
|
|
63
66
|
}), interpretation.access.update && /*#__PURE__*/React.createElement(MessageIconButton, {
|
|
64
67
|
iconComponent: IconEdit16,
|
|
65
68
|
tooltipContent: i18n.t('Edit'),
|
|
66
|
-
onClick: () => setIsUpdateMode(true)
|
|
69
|
+
onClick: () => setIsUpdateMode(true),
|
|
70
|
+
dataTest: "interpretation-edit-button"
|
|
67
71
|
}), interpretation.access.delete && /*#__PURE__*/React.createElement(InterpretationDeleteButton, {
|
|
68
72
|
id: interpretation.id,
|
|
69
73
|
onComplete: onDeleted
|
|
@@ -6,9 +6,11 @@ import React from 'react';
|
|
|
6
6
|
const MessageEditorContainer = _ref => {
|
|
7
7
|
let {
|
|
8
8
|
children,
|
|
9
|
-
currentUser
|
|
9
|
+
currentUser,
|
|
10
|
+
dataTest
|
|
10
11
|
} = _ref;
|
|
11
12
|
return /*#__PURE__*/React.createElement("div", {
|
|
13
|
+
"data-test": dataTest,
|
|
12
14
|
className: _JSXStyle.dynamic([["3807884305", [spacers.dp8, spacers.dp12]]]) + " " + "container"
|
|
13
15
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14
16
|
className: _JSXStyle.dynamic([["3807884305", [spacers.dp8, spacers.dp12]]]) + " " + "avatar"
|
|
@@ -25,6 +27,7 @@ const MessageEditorContainer = _ref => {
|
|
|
25
27
|
|
|
26
28
|
MessageEditorContainer.propTypes = {
|
|
27
29
|
currentUser: PropTypes.object.isRequired,
|
|
28
|
-
children: PropTypes.node
|
|
30
|
+
children: PropTypes.node,
|
|
31
|
+
dataTest: PropTypes.string
|
|
29
32
|
};
|
|
30
33
|
export { MessageEditorContainer };
|
|
@@ -11,7 +11,8 @@ const MessageIconButton = _ref => {
|
|
|
11
11
|
onClick,
|
|
12
12
|
selected,
|
|
13
13
|
count,
|
|
14
|
-
iconComponent: Icon
|
|
14
|
+
iconComponent: Icon,
|
|
15
|
+
dataTest
|
|
15
16
|
} = _ref;
|
|
16
17
|
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
17
18
|
closeDelay: 200,
|
|
@@ -33,6 +34,7 @@ const MessageIconButton = _ref => {
|
|
|
33
34
|
onClick();
|
|
34
35
|
},
|
|
35
36
|
disabled: disabled,
|
|
37
|
+
"data-test": dataTest,
|
|
36
38
|
className: _JSXStyle.dynamic([["3807261824", [spacers.dp4, colors.grey700, colors.teal600, colors.grey900, colors.teal800, colors.teal500, colors.teal700]]]) + " " + (cx('button', {
|
|
37
39
|
selected
|
|
38
40
|
}) || "")
|
|
@@ -47,6 +49,7 @@ MessageIconButton.propTypes = {
|
|
|
47
49
|
iconComponent: PropTypes.oneOfType([PropTypes.object, PropTypes.func]).isRequired,
|
|
48
50
|
tooltipContent: PropTypes.string.isRequired,
|
|
49
51
|
count: PropTypes.number,
|
|
52
|
+
dataTest: PropTypes.string,
|
|
50
53
|
disabled: PropTypes.bool,
|
|
51
54
|
selected: PropTypes.bool,
|
|
52
55
|
onClick: PropTypes.func
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"Manually select items...": "",
|
|
62
62
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
63
63
|
"Search": "البحث",
|
|
64
|
-
"Nothing found for {{searchTerm}}": "",
|
|
64
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
65
65
|
"Delete {{fileType}}": "",
|
|
66
66
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
67
67
|
"Cancel": "إلغاء",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"Could not update comment": "",
|
|
94
94
|
"Enter comment text": "",
|
|
95
95
|
"Update": "تحديث",
|
|
96
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
96
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
97
97
|
"Could not load interpretation": "",
|
|
98
98
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
99
99
|
"Hide interpretation": "",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"Back to write mode": "",
|
|
118
118
|
"Too many results. Try refining the search.": "",
|
|
119
119
|
"Search for a user": "",
|
|
120
|
-
"Searching for \"{{searchText}}\"": "",
|
|
120
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
121
121
|
"No results found": "لم يتم العثور على أي نتائج",
|
|
122
122
|
"Created by": "تم الإنشاء بواسطة",
|
|
123
123
|
"Anyone": "أي شخص",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"Manually select items...": "",
|
|
62
62
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
63
63
|
"Search": "",
|
|
64
|
-
"Nothing found for {{searchTerm}}": "",
|
|
64
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
65
65
|
"Delete {{fileType}}": "",
|
|
66
66
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
67
67
|
"Cancel": "",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"Could not update comment": "",
|
|
94
94
|
"Enter comment text": "",
|
|
95
95
|
"Update": "",
|
|
96
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
96
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
97
97
|
"Could not load interpretation": "",
|
|
98
98
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
99
99
|
"Hide interpretation": "",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"Back to write mode": "",
|
|
118
118
|
"Too many results. Try refining the search.": "",
|
|
119
119
|
"Search for a user": "",
|
|
120
|
-
"Searching for \"{{searchText}}\"": "",
|
|
120
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
121
121
|
"No results found": "",
|
|
122
122
|
"Created by": "",
|
|
123
123
|
"Anyone": "",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"Manually select items...": "",
|
|
62
62
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
63
63
|
"Search": "البحث",
|
|
64
|
-
"Nothing found for {{searchTerm}}": "",
|
|
64
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
65
65
|
"Delete {{fileType}}": "",
|
|
66
66
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
67
67
|
"Cancel": "إلغاء",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"Could not update comment": "",
|
|
94
94
|
"Enter comment text": "",
|
|
95
95
|
"Update": "تحديث",
|
|
96
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
96
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
97
97
|
"Could not load interpretation": "",
|
|
98
98
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
99
99
|
"Hide interpretation": "",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"Back to write mode": "",
|
|
118
118
|
"Too many results. Try refining the search.": "",
|
|
119
119
|
"Search for a user": "",
|
|
120
|
-
"Searching for \"{{searchText}}\"": "",
|
|
120
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
121
121
|
"No results found": "",
|
|
122
122
|
"Created by": "تم الإنشاء بواسطة",
|
|
123
123
|
"Anyone": "أي شخص",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"Manually select items...": "",
|
|
58
58
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
59
59
|
"Search": "گەڕان",
|
|
60
|
-
"Nothing found for {{searchTerm}}": "",
|
|
60
|
+
"Nothing found for {{- searchTerm}}": "",
|
|
61
61
|
"Delete {{fileType}}": "",
|
|
62
62
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
63
63
|
"Cancel": "لابردن",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"Could not update comment": "",
|
|
90
90
|
"Enter comment text": "",
|
|
91
91
|
"Update": "نوێ کردنەوە",
|
|
92
|
-
"Viewing interpretation: {{visualisationName}}": "",
|
|
92
|
+
"Viewing interpretation: {{- visualisationName}}": "",
|
|
93
93
|
"Could not load interpretation": "",
|
|
94
94
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
95
95
|
"Hide interpretation": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"Back to write mode": "",
|
|
114
114
|
"Too many results. Try refining the search.": "",
|
|
115
115
|
"Search for a user": "",
|
|
116
|
-
"Searching for \"{{searchText}}\"": "",
|
|
116
|
+
"Searching for \"{{- searchText}}\"": "",
|
|
117
117
|
"No results found": "",
|
|
118
118
|
"Created by": "",
|
|
119
119
|
"Anyone": "هەرکەسێک",
|