Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -597,21 +597,21 @@ LAST_4_BIWEEKS=Last 4 bi-weeks

#-- PeriodTypes ----------------------------------------------------------------#

Daily=Daily
Weekly=Weekly
Daily=\u0930\u094b\u091c\u093c\u093e\u0928\u093e
Weekly=\u0938\u093e\u092a\u094d\u0924\u093e\u0939\u093f\u0915
WeeklyWednesday=Weekly Wednesday
WeeklyThursday=Weekly Thursday
WeeklySaturday=Weekly Saturday
WeeklySunday=Weekly Sunday
BiWeekly=Bi-weekly
Monthly=Monthly
Monthly=\u092e\u093e\u0938\u093f\u0915
BiMonthly=Bi-monthly
Quarterly=Quarterly
QuarterlyNov=Quarterly November
SixMonthly=Six-monthly
SixMonthlyApril=Six-monthly April
SixMonthlyNov=Six-monthly November
Yearly=Yearly
Yearly=\u0935\u093e\u0930\u094d\u0937\u093f\u0915
TwoYearly=Two-yearly
OnChange=On-change
Survey=Survey
Expand Down Expand Up @@ -1207,7 +1207,7 @@ delete_confirm=Do you want to delete?

available=Available
selected=Selected
error=Error
error=\u0924\u094d\u0930\u0941\u091f\u093f
warning=Warning
success=Success
waiting=Please wait
Expand Down Expand Up @@ -1865,7 +1865,7 @@ program=Program
#--Various --------------------------------------------------------------------#

manage_my_apps=Manage my apps
no_results_found=No results found
no_results_found=\u0915\u094b\u0908 \u092a\u0930\u093f\u0923\u093e\u092e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e

#-- Settings categories -------------------------------------------------------#

Expand Down Expand Up @@ -2017,6 +2017,100 @@ data_integrity.program_rule_actions_without_section.description=Lists program ru
data_integrity.program_rule_actions_without_stage.section=Program Rules
data_integrity.program_rule_actions_without_stage.name=Program rules with actions lacking a program stage
data_integrity.program_rule_actions_without_stage.description=Lists program rules connected to an action of a type that requires a program stage but is not yet connected to one
data_integrity.program_rule_actions_without_stage_id.section=Program Rules
data_integrity.program_rule_actions_without_stage_id.name=Program rules with actions lacking a program stage
data_integrity.program_rule_actions_without_stage_id.description=Lists program rules connected to an action of a type that requires a program stage but is not yet connected to one
#YAML based data integrity checks
data_integrity.categories_no_options.name=Categories with no category options
data_integrity.categories_dimensions_no_visualizations.name = Categories which are dimensions but which do not have any associated visualizations.
data_integrity.categories_one_default_category.name=Only one default category should exist
data_integrity.categories_one_default_category_combo.name=Only one default category combo should exist
data_integrity.categories_one_default_category_option.name=Only one default category option should exist
data_integrity.categories_one_default_category_option_combo.name=Only one default category option combo should exist
data_integrity.categories_same_category_options.name=Categories with the same category options
data_integrity.categories_unique_category_combo.name=Different category combinations should not have the exact same combination of categories.
data_integrity.invalid_category_combos.name=Invalid category combinations
data_integrity.category_combos_unused.name=Category combinations not used by other metadata objects
data_integrity.category_option_combos_disjoint.name=Category option combinations with disjoint associations.
data_integrity.category_option_combos_no_names.name=Category option combinations with no names
data_integrity.category_option_combos_have_duplicates.name=Category option combination duplicates (same category options and same category combo)
data_integrity.category_option_group_sets_incomplete.name=Category option group sets which do not contain all category options.
data_integrity.category_options_excess_groupset_membership.name=Category options which belong to multiple groups in a category option group set.
data_integrity.category_options_no_categories.name=Category options with no categories.
data_integrity.category_options_shared_within_category_combo.name=Category combinations with categories which share the same category options.
data_integrity.catoptioncombos_no_catcombo.name=Category options combinations with no category combination.
data_integrity.cocs_wrong_cardinality.name=Category option combinations with incorrect cardinality.
data_integrity.dashboards_no_items.name=Dashboards with no items.
data_integrity.data_elements_aggregate_abandoned.name=Aggregate data elements that have not been changed in last 100 days and do not have any data values.
data_integrity.data_elements_can_aggregate_with_none_operator.name=Aggregate data elements which can be aggregated but have an aggregation operator set to NONE.
data_integrity.data_elements_cannot_aggregate_operator_not_none.name=Data elements which cannot be aggregated but have an aggregation operator set to something other than NONE.
data_integrity.data_elements_aggregate_no_analysis.name=Aggregate data elements not used in any favourites (directly or through indicators)
data_integrity.data_elements_aggregate_no_data.name=Aggregate data elements with NO data values.
data_integrity.data_elements_aggregate_no_groups.name=Aggregate data elements not in any data element groups.
data_integrity.data_elements_aggregate_with_different_period_types.name=Aggregate data elements which belong to data sets with different period types.
data_integrity.data_elements_without_datasets.name=Aggregate data elements not assigned to any data sets
data_integrity.datasets_empty.name=Data sets with no data elements
data_integrity.datasets_same_name.name=Data sets with the same name or short name
data_integrity.datasets_custom_data_entry_forms_empty.name=Datasets which have custom data entry forms which are empty.
data_integrity.datasets_not_assigned_to_org_units.name=Data sets not assigned to any organisation units
data_integrity.data_elements_excess_groupset_membership.name=Data elements which belong to multiple groups in a group set.
data_integrity.category_option_group_sets_scarce.name=Category option groups sets should have at least two members.
data_integrity.category_option_groups_scarce.name=Category option groups should have at least two members.
data_integrity.data_element_groups_scarce.name=Data element groups should have at least two members.
data_integrity.indicator_group_sets_scarce.name=Indicator groups sets should have at least two members.
data_integrity.indicator_groups_scarce.name=Indicator groups should have at least two members.
data_integrity.orgunit_groups_scarce.name=Organisation unit groups should have at least two members.
data_integrity.program_indicator_groups_scarce.name=Program indicator groups should have at least two members.
data_integrity.user_groups_scarce.name=User groups should have at least two members.
data_integrity.validation_rule_groups_scarce.name=Validation rule should have at least two members.
data_integrity.indicator_no_analysis.name=Indicators not used in analytical objects.
data_integrity.indicator_types_duplicated.name=Indicator types with the same factor.
data_integrity.indicators_duplicated_terms.name=Indicators with the same terms.
data_integrity.indicators_exact_duplicates.name=Indicators with the same formula.
data_integrity.indicators_not_grouped.name=Indicators not in any groups.
data_integrity.option_sets_wrong_sort_order.name=Option sets with possibly wrong sort order.
data_integrity.options_sets_empty.name=Empty option sets
data_integrity.options_sets_unused.name=Option sets which are not used
data_integrity.orgunit_group_sets_excess_groups.name=Organisation units which belong to multiple groups in a group set.
data_integrity.orgunits_compulsory_group_count.name=Organisation units that are not in all compulsory orgunit group sets
data_integrity.orgunits_invalid_geometry.name=Organisation units with invalid geometry.
data_integrity.orgunits_multiple_roots.name=The organisation unit hierarchy should have a single root.
data_integrity.orgunits_multiple_spaces.name=Organisation units should not have multiple spaces in their names or shortnames.
data_integrity.orgunits_no_coordinates.name=Organisation units with no coordinates.
data_integrity.orgunits_not_contained_by_parent.name=Organisation units with point coordinates should be contained by their parent.
data_integrity.orgunits_null_island.name=Organisation units located within 100 km of Null Island (0,0).
data_integrity.orgunits_openingdate_gt_closeddate.name=Organisation units which have an opening date later than the closed date.
data_integrity.orgunits_orphaned.name=Orphaned organisation units.
data_integrity.orgunits_same_name_and_parent.name=Organisation units should not have the same name and parent.
data_integrity.orgunits_trailing_spaces.name=Organisation units should not have trailing spaces.
data_integrity.org_units_not_in_compulsory_group_sets.name=Organisation units not in all compulsory organisation unit group sets
data_integrity.organisation_units_violating_exclusive_group_sets.name=Organisation units which belong to multiple groups in a group set
data_integrity.organisation_units_without_groups.name=Organisation units not in any groups
data_integrity.periods_3y_future.name=Periods which are more than three years in the future.
data_integrity.periods_distant_past.name=Periods which are in the distant past.
data_integrity.periods_same_start_end_date.name=Periods with the same start and end dates
data_integrity.periods_same_start_date_period_type.name=Periods with the same start date and period type
data_integrity.programs_custom_data_entry_forms_empty.name=Programs which have custom data entry forms which are empty.
data_integrity.program_rules_message_no_template.name=Program rules actions which should send or schedule a message without a message template.
data_integrity.program_rules_no_action.name=Program rules with no action.
data_integrity.program_rules_no_expression.name=Program rules with no expression.
data_integrity.program_rules_no_priority.name=Program rules with no priority
data_integrity.validation_rules_missing_value_strategy_null.name=All validation rule expressions should have a missing value strategy.
data_integrity.dashboards_not_viewed_one_year.name=Dashboards which have not been actively viewed in the past 12 months
data_integrity.maps_not_viewed_one_year.name=Maps which have not been viewed in the past 12 months
data_integrity.visualizations_not_viewed_one_year.name=Visualizations which have not been viewed in the past 12 months
data_integrity.users_with_invalid_usernames.name = Users with invalid usernames
data_integrity.users_capture_ou_not_in_data_view_ou.name=Users with capture org unit not in data view org unit
data_integrity.users_capture_ou_not_in_tei_search_ou.name=Users with capture org unit not in TEI search org unit
data_integrity.users_with_no_user_role.name=Users with no user role
data_integrity.user_roles_no_authorities.name=User roles with no authorities
data_integrity.user_roles_with_no_users.name=User roles with no users
data_integrity.option_groups_empty.users=Option groups with no options
data_integrity.push_analysis_no_recipients.name=Push analyses without recipients
data_integrity.file_resources_no_icon.name=File resources that are missing an icon
data_integrity.users_with_all_authority.name=Users with the ALL authority

# -- End Data Integrity Checks--------------------------------------------#

# disable inactive users job notification texts
notification.user_inactive.subject=Your DHIS2 account will be disabled soon.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ minus=Minus
no_of_days=Number of days
variables=Variables
open=\u1794\u17be\u1780
normal=Normal
normal=\u1792\u1798\u17d2\u1798\u178f\u17b6
item=Item
action=Action
sub_total=Sub total
Expand All @@ -550,47 +550,47 @@ username_email_in_password=Username/Email cannot be part of password

#-- Relative periods -----------------------------------------------------------#

TODAY=Today
TODAY=\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7
YESTERDAY=\u1780\u17b6\u179b\u1796\u17b8\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789
LAST_3_DAYS=Last 3 days
LAST_7_DAYS=Last 7 days
LAST_14_DAYS=Last 14 days
LAST_3_DAYS=\u17e3\u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_7_DAYS=\u17e7\u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_14_DAYS=\u17e1\u17e4\u1790\u17d2\u1784\u17c3\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_30_DAYS=Last 30 days
LAST_60_DAYS=Last 60 days
LAST_90_DAYS=Last 90 days
LAST_180_DAYS=Last 180 days
THIS_MONTH=This month
THIS_MONTH=\u1781\u17c2\u1793\u17c1\u17c7
THIS_BIMONTH=This bi-month
THIS_QUARTER=This quarter
THIS_SIX_MONTH=This six-month
LAST_MONTH=Last month
THIS_QUARTER=\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1793\u17c1\u17c7
THIS_SIX_MONTH=\u1786\u1798\u17b6\u179f\u1793\u17c1\u17c7
LAST_MONTH=\u1781\u17c2\u1798\u17bb\u1793
LAST_BIMONTH=Last bi-month
LAST_QUARTER=Last quarter
LAST_SIX_MONTH=Last six-month
MONTHS_THIS_YEAR=Months this year
QUARTERS_THIS_YEAR=Quarters this year
THIS_YEAR=This year
LAST_QUARTER=\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_SIX_MONTH=\u1786\u1798\u17b6\u179f\u1798\u17bb\u1793
MONTHS_THIS_YEAR=\u1787\u17b6\u1781\u17c2\u1780\u17d2\u1793\u17bb\u1784\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7
QUARTERS_THIS_YEAR=\u1787\u17b6\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1780\u17d2\u1793\u17bb\u1784\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7
THIS_YEAR=\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7
MONTHS_LAST_YEAR=Months last year
QUARTERS_LAST_YEAR=Quarters last year
LAST_YEAR=Last year
LAST_YEAR=\u1786\u17d2\u1793\u17b6\u17c6\u1798\u17bb\u1793
BIMONTHS_THIS_YEAR=Bi-months this year
LAST_10_YEARS=Last 10 years
LAST_5_YEARS=Last 5 years
LAST_12_MONTHS=Last 12 months
LAST_6_MONTHS=Last 6 months
LAST_3_MONTHS=Last 3 months
LAST_5_YEARS=\u17e5\u1786\u17d2\u1793\u17b6\u17c6\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_12_MONTHS=\u17e1\u17e2\u1781\u17c2\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_6_MONTHS=\u17e6\u1781\u17c2\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_3_MONTHS=\u17e3\u1781\u17c2\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_6_BIMONTHS=Last 6 bi-months
LAST_4_QUARTERS=Last 4 quarters
LAST_2_SIXMONTHS=Last 2 six-months
THIS_FINANCIAL_YEAR=This financial year
LAST_FINANCIAL_YEAR=Last financial year
LAST_5_FINANCIAL_YEARS=Last 5 financial years
LAST_WEEK=Last week
WEEKS_THIS_YEAR=Weeks this year
LAST_4_WEEKS=Last 4 weeks
LAST_12_WEEKS=Last 12 weeks
LAST_52_WEEKS=Last 52 weeks
THIS_WEEK=This week
LAST_4_QUARTERS=\u17e4\u178f\u17d2\u179a\u17b8\u1798\u17b6\u179f\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_2_SIXMONTHS=\u17e2\u1786\u1798\u17b6\u179f\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
THIS_FINANCIAL_YEAR=\u1786\u17d2\u1793\u17b6\u17c6\u17a0\u17b7\u179a\u1789\u17d2\u1789\u179c\u178f\u17d2\u1790\u17bb\u1793\u17c1\u17c7
LAST_FINANCIAL_YEAR=\u1786\u17d2\u1793\u17b6\u17c6\u17a0\u17b7\u179a\u1789\u17d2\u1789\u179c\u178f\u17d2\u1790\u17bb\u1798\u17bb\u1793
LAST_5_FINANCIAL_YEARS=\u17e5\u1786\u17d2\u1793\u17b6\u17c6\u17a0\u17b7\u179a\u1789\u17d2\u1789\u179c\u178f\u17d2\u1790\u17bb\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_WEEK=\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1798\u17bb\u1793
WEEKS_THIS_YEAR=\u1787\u17b6\u179f\u1794\u17d2\u178a\u17b6\u17a0\u17cd\u1780\u17d2\u1793\u17bb\u1784\u1786\u17d2\u1793\u17b6\u17c6\u1793\u17c1\u17c7
LAST_4_WEEKS=\u17e4\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_12_WEEKS=\u17e1\u17e2\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
LAST_52_WEEKS=\u17e5\u17e2\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
THIS_WEEK=\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1793\u17c1\u17c7
THIS_BIWEEK=This bi-week
LAST_BIWEEK=Last bi-week
LAST_4_BIWEEKS=Last 4 bi-weeks
Expand Down Expand Up @@ -1076,8 +1076,8 @@ false=\u1791\u17c1
sum=\u1795\u179b\u200b\u1794\u17bc\u1780
count=\u1795\u179b\u179a\u17b6\u1794\u17cb
average=\u1795\u179b\u1798\u1792\u17d2\u1799\u1798
stddev=Standard deviation
variance=Variance
stddev=\u1782\u17c6\u179b\u17b6\u178f\u1782\u17c6\u179a\u17bc
variance=\u1797\u17b6\u1796\u1794\u17d2\u179a\u17c2\u1794\u17d2\u179a\u17bd\u179b
min=\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6
max=\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6
text=\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b
Expand All @@ -1099,7 +1099,7 @@ yes_no=\u1794\u17b6\u1791/\u1791\u17c1
bool=\u1794\u17b6\u1791/\u1791\u17c1
none=\u1782\u17d2\u1798\u17b6\u1793
yes_only = \u1785\u1798\u17d2\u179b\u17be\u1799 \u1794\u17b6\u1791/\u1785\u17b6\u179f
custom=Custom
custom=\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793
file=File
no_value=\u1798\u17b7\u1793\u1798\u17b6\u1793\u178f\u1798\u17d2\u179b\u17c3

Expand Down
Loading