@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
|
@@ -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": "任何人",
|