From 584272cb8f70d617511cafdeb95e271af8d3ebc3 Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Wed, 7 Feb 2024 16:28:40 +0100 Subject: [PATCH] fix: add missing aggregation type strings [DHIS2-16252] (#2786) --- src/i18n/i18n_module_en.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/i18n_module_en.properties b/src/i18n/i18n_module_en.properties index f2e271e5b..8865fa663 100644 --- a/src/i18n/i18n_module_en.properties +++ b/src/i18n/i18n_module_en.properties @@ -2066,6 +2066,10 @@ first=First value (sum in org unit hierarchy) first_average_org_unit=First value (averge in org unit hierarchy) last_in_period=Last value in period (sum in org unit hierarchy) last_in_period_average_org_unit=Last value in period (average in org unit hierarchy) +last_last_org_unit=Last value in period (last value in org unit hierarchy) +first_first_org_unit=First value in period (first value in org unit hierarchy) +min_sum_org_unit=Min value (sum in org unit hierarchy) +max_sum_org_unit=Max value (sum in org unit hierarchy) program_notification_template=Message template no_notification_template_specified=No notification template specified intro_tracked_entity_type=Define types of entities which can be tracked through the system, which can be anything from persons to commodities.